Started by user Thomas Jaeckle Running as Thomas Jaeckle Agent basic-1pxkg is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-1pxkg" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.ditto.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-1pxkg" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-1pxkg" - 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.5" 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-1pxkg in workspace /home/jenkins/agent/workspace/license-check-ditto0_works-with The recommended git tool is: NONE No credentials specified No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/dash-licenses.git > git init /home/jenkins/agent/workspace/license-check-ditto0_works-with # timeout=10 Fetching upstream changes from https://github.com/eclipse/dash-licenses.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse/dash-licenses.git +refs/heads/*:refs/remotes/dash-licenses/* # timeout=10 > git config remote.dash-licenses.url https://github.com/eclipse/dash-licenses.git # timeout=10 > git config --add remote.dash-licenses.fetch +refs/heads/*:refs/remotes/dash-licenses/* # timeout=10 Avoid second fetch > git config remote.ditto.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/ditto/* # timeout=10 Seen branch in repository dash-licenses/experimental-reviews Seen branch in repository dash-licenses/master Seen branch in repository dash-licenses/parser Seen branch in repository ditto/lab/policy-imports Seen branch in repository ditto/master Seen branch in repository ditto/release-1.0 Seen branch in repository ditto/release-1.1 Seen branch in repository ditto/release-1.2 Seen branch in repository ditto/release-1.3 Seen branch in repository ditto/release-1.4 Seen branch in repository ditto/release-1.5 Seen 11 remote branches > git show-ref --tags -d # timeout=10 Checking out Revision 4bc1739b27f7102ce481ac00171b532af525cf95 (ditto/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bc1739b27f7102ce481ac00171b532af525cf95 # timeout=10 Commit message: "removed explicit akka-serialization-jackson dependency" > git rev-list --no-walk 663a0a5520f4dac6cd9ecf388ea3f7776551c365 # timeout=10 [license-check-ditto0_works-with] $ /bin/sh -xe /tmp/jenkins16043473148664938448.sh + git checkout -b dash-licenses dash-licenses/master Previous HEAD position was 4bc1739b2 removed explicit akka-serialization-jackson dependency Switched to a new branch 'dash-licenses' Branch 'dash-licenses' set up to track remote branch 'master' from 'dash-licenses'. [license-check-ditto0_works-with] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml package 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: "5.9.16-200.fc33.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] dash-licenses-parent [pom] [INFO] org.eclipse.dash.licenses [jar] [INFO] license-tool-plugin [maven-plugin] [INFO] [INFO] ---------------< org.eclipse.dash:dash-licenses-parent >---------------- [INFO] Building dash-licenses-parent 0.0.1-SNAPSHOT [1/3] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ dash-licenses-parent --- [INFO] [INFO] -------------< org.eclipse.dash:org.eclipse.dash.licenses >------------- [INFO] Building org.eclipse.dash.licenses 0.0.1-SNAPSHOT [2/3] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.dash.licenses --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.dash.licenses --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.dash.licenses --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 47 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.dash.licenses --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.dash.licenses --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/core/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.dash.licenses --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/license-check-ditto0_works-with/core/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.dash.licenses.tests.TestSuite Mar 08, 2021 1:47:16 PM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport queryLicenseData INFO: Querying ClearlyDefined for license data for 1 items. Mar 08, 2021 1:47:16 PM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport lambda$queryLicenseData$2 INFO: Found 1 items. Mar 08, 2021 1:47:16 PM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport queryLicenseData INFO: Querying ClearlyDefined for license data for 1 items. Mar 08, 2021 1:47:16 PM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport lambda$queryLicenseData$2 INFO: Found 1 items. Mar 08, 2021 1:47:16 PM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport queryLicenseData INFO: Querying Eclipse Foundation for license data for 1 items. Mar 08, 2021 1:47:16 PM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport lambda$queryLicenseData$3 INFO: Found 0 items. Mar 08, 2021 1:47:16 PM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport queryLicenseData INFO: Querying Eclipse Foundation for license data for 1 items. Mar 08, 2021 1:47:17 PM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport lambda$queryLicenseData$3 INFO: Found 0 items. Mar 08, 2021 1:47:17 PM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport queryLicenseData INFO: Querying ClearlyDefined for license data for 1 items. Mar 08, 2021 1:47:17 PM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport lambda$queryLicenseData$2 INFO: Found 1 items. Mar 08, 2021 1:47:17 PM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport queryLicenseData INFO: Querying Eclipse Foundation for license data for 1 items. Mar 08, 2021 1:47:17 PM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport lambda$queryLicenseData$3 INFO: Found 0 items. Mar 08, 2021 1:47:17 PM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport queryLicenseData INFO: Querying ClearlyDefined for license data for 1 items. Mar 08, 2021 1:47:17 PM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport lambda$queryLicenseData$2 INFO: Found 1 items. Tests run: 110, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 2.072 sec Results : Tests run: 110, Failures: 0, Errors: 0, Skipped: 4 [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.dash.licenses --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/core/target/org.eclipse.dash.licenses-0.0.1-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.2.4:shade (default) @ org.eclipse.dash.licenses --- [INFO] Including org.apache.commons:commons-csv:jar:1.8 in the shaded jar. [INFO] Including commons-cli:commons-cli:jar:1.4 in the shaded jar. [INFO] Including org.glassfish:jakarta.json:jar:2.0.0 in the shaded jar. [INFO] Including com.google.flogger:flogger:jar:0.5.1 in the shaded jar. [INFO] Including org.checkerframework:checker-compat-qual:jar:2.5.3 in the shaded jar. [INFO] Including com.google.flogger:flogger-system-backend:jar:0.5.1 in the shaded jar. [INFO] Including org.gitlab4j:gitlab4j-api:jar:4.15.7 in the shaded jar. [INFO] Including jakarta.activation:jakarta.activation-api:jar:1.2.2 in the shaded jar. [INFO] Including com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.10.3 in the shaded jar. [INFO] Including com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.10.3 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.10.3 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.10.3 in the shaded jar. [INFO] Including com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.10.3 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.10.3 in the shaded jar. [INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2 in the shaded jar. [INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:2.30.1 in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-common:jar:2.30.1 in the shaded jar. [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:1.3.5 in the shaded jar. [INFO] Including org.glassfish.hk2:osgi-resource-locator:jar:1.0.3 in the shaded jar. [INFO] Including com.sun.activation:jakarta.activation:jar:1.2.1 in the shaded jar. [INFO] Including org.glassfish.hk2:hk2-locator:jar:2.6.1 in the shaded jar. [INFO] Including org.glassfish.hk2.external:aopalliance-repackaged:jar:2.6.1 in the shaded jar. [INFO] Including org.glassfish.hk2:hk2-api:jar:2.6.1 in the shaded jar. [INFO] Including org.glassfish.hk2:hk2-utils:jar:2.6.1 in the shaded jar. [INFO] Including org.javassist:javassist:jar:3.25.0-GA in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-client:jar:2.30.1 in the shaded jar. [INFO] Including jakarta.ws.rs:jakarta.ws.rs-api:jar:2.1.6 in the shaded jar. [INFO] Including org.glassfish.hk2.external:jakarta.inject:jar:2.6.1 in the shaded jar. [INFO] Including org.glassfish.jersey.connectors:jersey-apache-connector:jar:2.30.1 in the shaded jar. [INFO] Including org.apache.httpcomponents:httpclient:jar:4.5.9 in the shaded jar. [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.11 in the shaded jar. [INFO] Including commons-logging:commons-logging:jar:1.2 in the shaded jar. [INFO] Including commons-codec:commons-codec:jar:1.11 in the shaded jar. [INFO] Including org.glassfish.jersey.media:jersey-media-multipart:jar:2.30.1 in the shaded jar. [INFO] Including org.jvnet.mimepull:mimepull:jar:1.9.11 in the shaded jar. [INFO] Including jakarta.servlet:jakarta.servlet-api:jar:4.0.3 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] aopalliance-repackaged-2.6.1.jar, checker-compat-qual-2.5.3.jar, commons-cli-1.4.jar, commons-codec-1.11.jar, commons-csv-1.8.jar, commons-logging-1.2.jar, flogger-0.5.1.jar, flogger-system-backend-0.5.1.jar, gitlab4j-api-4.15.7.jar, hk2-api-2.6.1.jar, hk2-locator-2.6.1.jar, hk2-utils-2.6.1.jar, httpclient-4.5.9.jar, httpcore-4.4.11.jar, jackson-annotations-2.10.3.jar, jackson-core-2.10.3.jar, jackson-databind-2.10.3.jar, jackson-jaxrs-base-2.10.3.jar, jackson-jaxrs-json-provider-2.10.3.jar, jackson-module-jaxb-annotations-2.10.3.jar, jakarta.activation-1.2.1.jar, jakarta.activation-api-1.2.2.jar, jakarta.annotation-api-1.3.5.jar, jakarta.inject-2.6.1.jar, jakarta.json-2.0.0.jar, jakarta.servlet-api-4.0.3.jar, jakarta.ws.rs-api-2.1.6.jar, jakarta.xml.bind-api-2.3.2.jar, javassist-3.25.0-GA.jar, jersey-apache-connector-2.30.1.jar, jersey-client-2.30.1.jar, jersey-common-2.30.1.jar, jersey-hk2-2.30.1.jar, jersey-media-multipart-2.30.1.jar, mimepull-1.9.11.jar, org.eclipse.dash.licenses-0.0.1-SNAPSHOT.jar, osgi-resource-locator-1.0.3.jar define 1 overlapping resource: [WARNING] - META-INF/MANIFEST.MF [WARNING] commons-cli-1.4.jar, commons-codec-1.11.jar, commons-csv-1.8.jar, commons-logging-1.2.jar define 2 overlapping resources: [WARNING] - META-INF/LICENSE.txt [WARNING] - META-INF/NOTICE.txt [WARNING] aopalliance-repackaged-2.6.1.jar, hk2-api-2.6.1.jar, hk2-locator-2.6.1.jar, hk2-utils-2.6.1.jar, jakarta.activation-1.2.1.jar, jakarta.activation-api-1.2.2.jar, jakarta.annotation-api-1.3.5.jar, jakarta.inject-2.6.1.jar, jakarta.json-2.0.0.jar, jakarta.ws.rs-api-2.1.6.jar, jakarta.xml.bind-api-2.3.2.jar, jersey-apache-connector-2.30.1.jar, jersey-client-2.30.1.jar, jersey-common-2.30.1.jar, jersey-hk2-2.30.1.jar, jersey-media-multipart-2.30.1.jar, mimepull-1.9.11.jar define 2 overlapping resources: [WARNING] - META-INF/LICENSE.md [WARNING] - META-INF/NOTICE.md [WARNING] jakarta.activation-1.2.1.jar, jakarta.activation-api-1.2.2.jar define 31 overlapping classes: [WARNING] - javax.activation.ActivationDataFlavor [WARNING] - javax.activation.CommandInfo [WARNING] - javax.activation.CommandInfo$Beans [WARNING] - javax.activation.CommandInfo$Beans$1 [WARNING] - javax.activation.CommandMap [WARNING] - javax.activation.CommandObject [WARNING] - javax.activation.DataContentHandler [WARNING] - javax.activation.DataContentHandlerFactory [WARNING] - javax.activation.DataHandler [WARNING] - javax.activation.DataHandler$1 [WARNING] - 21 more... [WARNING] httpclient-4.5.9.jar, httpcore-4.4.11.jar, jackson-annotations-2.10.3.jar, jackson-core-2.10.3.jar, jackson-databind-2.10.3.jar, jackson-jaxrs-base-2.10.3.jar, jackson-jaxrs-json-provider-2.10.3.jar, jackson-module-jaxb-annotations-2.10.3.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE [WARNING] httpclient-4.5.9.jar, httpcore-4.4.11.jar, jackson-core-2.10.3.jar, jackson-databind-2.10.3.jar, jackson-jaxrs-json-provider-2.10.3.jar, jackson-module-jaxb-annotations-2.10.3.jar define 1 overlapping resource: [WARNING] - META-INF/NOTICE [WARNING] httpclient-4.5.9.jar, httpcore-4.4.11.jar define 1 overlapping resource: [WARNING] - META-INF/DEPENDENCIES [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] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/license-check-ditto0_works-with/core/target/org.eclipse.dash.licenses-0.0.1-SNAPSHOT.jar with /home/jenkins/agent/workspace/license-check-ditto0_works-with/core/target/org.eclipse.dash.licenses-0.0.1-SNAPSHOT-shaded.jar [INFO] [INFO] ----------------< org.eclipse.dash:license-tool-plugin >---------------- [INFO] Building license-tool-plugin 0.0.1-SNAPSHOT [3/3] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ license-tool-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ license-tool-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/maven-plugin/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ license-tool-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/maven-plugin/target/classes [INFO] [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ license-tool-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 1 mojo descriptor. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ license-tool-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/maven-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ license-tool-plugin --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ license-tool-plugin --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ license-tool-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/maven-plugin/target/license-tool-plugin-0.0.1-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ license-tool-plugin --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for dash-licenses-parent 0.0.1-SNAPSHOT: [INFO] [INFO] dash-licenses-parent ............................... SUCCESS [ 5.439 s] [INFO] org.eclipse.dash.licenses .......................... SUCCESS [ 38.064 s] [INFO] license-tool-plugin ................................ SUCCESS [ 15.308 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 59.118 s [INFO] Finished at: 2021-03-08T13:47:38Z [INFO] ------------------------------------------------------------------------ [license-check-ditto0_works-with] $ /bin/sh -xe /tmp/jenkins9845161076188815982.sh + cp core/target/org.eclipse.dash.licenses-0.0.1-SNAPSHOT.jar ./ + ls -l total 7688 -rw-r--r--. 1 jenkins 1001020000 1349 Mar 8 13:46 CONTRIBUTING.md drwxr-sr-x. 5 jenkins 1001020000 97 Mar 8 13:47 core -rw-r--r--. 1 jenkins 1001020000 4515 Mar 8 13:46 DEPENDENCIES -rw-r--r--. 1 jenkins 1001020000 14198 Mar 8 13:46 LICENSE drwxr-sr-x. 5 jenkins 1001020000 97 Mar 8 13:47 maven-plugin -rw-r--r--. 1 jenkins 1001020000 7823588 Mar 8 13:47 org.eclipse.dash.licenses-0.0.1-SNAPSHOT.jar -rw-r--r--. 1 jenkins 1001020000 2935 Mar 8 13:46 pom.xml -rw-r--r--. 1 jenkins 1001020000 8368 Mar 8 13:46 README.md drwxr-sr-x. 2 jenkins 1001020000 59 Mar 8 13:46 yarn + git checkout -b ditto ditto/master Switched to a new branch 'ditto' + ls -l total 7732 drwxr-sr-x. 2 jenkins 1001020000 69 Mar 8 13:47 bom -rwxr-xr-x. 1 jenkins 1001020000 4443 Mar 8 13:47 CONTRIBUTING.md drwxr-sr-x. 3 jenkins 1001020000 20 Mar 8 13:47 core drwxr-sr-x. 7 jenkins 1001020000 97 Mar 8 13:47 deployment drwxr-sr-x. 3 jenkins 1001020000 49 Mar 8 13:47 documentation -rwxr-xr-x. 1 jenkins 1001020000 2179 Mar 8 13:47 Jenkinsfile_multibranch_pipeline drwxr-sr-x. 3 jenkins 1001020000 49 Mar 8 13:47 json drwxr-sr-x. 3 jenkins 1001020000 32 Mar 8 13:47 json-cbor drwxr-sr-x. 4 jenkins 1001020000 185 Mar 8 13:47 legal -rw-r--r--. 1 jenkins 1001020000 14029 Mar 8 13:47 LICENSE drwxr-sr-x. 3 jenkins 1001020000 20 Mar 8 13:47 maven-plugin drwxr-sr-x. 17 jenkins 1001020000 4096 Mar 8 13:47 model -rw-r--r--. 1 jenkins 1001020000 1759 Mar 8 13:47 NOTICE.md -rw-r--r--. 1 jenkins 1001020000 7823588 Mar 8 13:47 org.eclipse.dash.licenses-0.0.1-SNAPSHOT.jar -rw-r--r--. 1 jenkins 1001020000 43323 Mar 8 13:47 pom.xml drwxr-sr-x. 3 jenkins 1001020000 49 Mar 8 13:47 protocol-adapter -rwxr-xr-x. 1 jenkins 1001020000 3816 Mar 8 13:47 README.md drwxr-sr-x. 13 jenkins 1001020000 4096 Mar 8 13:47 services drwxr-sr-x. 7 jenkins 1001020000 113 Mar 8 13:47 signals drwxr-sr-x. 3 jenkins 1001020000 202 Mar 8 13:47 src drwxr-sr-x. 3 jenkins 1001020000 52 Mar 8 13:47 utils [license-check-ditto0_works-with] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml clean install -DskipTests -DskipITs -T1C --batch-mode --errors 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: "5.9.16-200.fc33.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 :: Signals :: Announcements [pom] [INFO] Eclipse Ditto :: Signals :: Announcements :: Base [bundle] [INFO] Eclipse Ditto :: Signals :: Announcements :: Policies [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 :: Config [jar] [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 :: Connectivity [pom] [INFO] Eclipse Ditto :: Services :: Connectivity :: Config [jar] [INFO] Eclipse Ditto :: Services :: Utils :: Conditional Header Utils [jar] [INFO] Eclipse Ditto :: Services :: Utils :: Persistent Actors [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 :: Common [jar] [INFO] Eclipse Ditto :: Services :: Connectivity :: Util [jar] [INFO] Eclipse Ditto :: Services :: Connectivity :: Mapping [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 :: Config [jar] [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 :: Config [jar] [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 :: Config [jar] [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 :: Config [jar] [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] Using the MultiThreadedBuilder implementation with a thread count of 2 [INFO] [INFO] ----------------------< org.eclipse.ditto:ditto >----------------------- [INFO] Building Eclipse Ditto 0-SNAPSHOT [1/123] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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.2.5:flatten (flatten) @ ditto --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.1.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/license-check-ditto0_works-with/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto/0-SNAPSHOT/ditto-0-SNAPSHOT.pom [INFO] [INFO] [INFO] -------------------< org.eclipse.ditto:ditto-legal >-------------------- [INFO] ---------------< org.eclipse.ditto:ditto-documentation >---------------- [INFO] Building Eclipse Ditto :: Legal 0-SNAPSHOT [2/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Building Eclipse Ditto :: Documentation 0-SNAPSHOT [3/123] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-documentation --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-documentation --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-documentation --- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 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/license-check-ditto0_works-with/documentation/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-documentation --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/legal/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-legal --- [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] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 9 resources [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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] 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] 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/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-documentation --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-legal --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/documentation/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-documentation/0-SNAPSHOT/ditto-documentation-0-SNAPSHOT.pom [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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 [4/123] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: BOM: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-bom --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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.2.5:flatten (flatten) @ ditto-bom --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-bom:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-bom --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/bom/target/classes/META-INF with includes "" and excludes "**/*.iml,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/license-check-ditto0_works-with/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-utils >-------------------- [INFO] Building Eclipse Ditto :: Utils 0-SNAPSHOT [5/123] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Utils: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-utils --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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.2.5:flatten (flatten) @ ditto-utils --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-utils --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/utils/target/classes/META-INF with includes "" and excludes "**/*.iml,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/license-check-ditto0_works-with/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/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Utils :: JSR-305 Extensions: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-utils-jsr305 --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/utils/jsr305/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-utils-jsr305 --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/utils/jsr305/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-utils-jsr305 --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/utils/jsr305/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/123] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: JSON: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-json --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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 0 resource [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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 68 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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 44 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/json/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-json --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-json --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/json/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-json --- [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ ditto-json --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-json --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/json/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/json/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/json/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-json --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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] [INFO] -------------------< org.eclipse.ditto:ditto-model >-------------------- [INFO] Building Eclipse Ditto :: Model 0-SNAPSHOT [8/123] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] -----------------< org.eclipse.ditto:ditto-json-cbor >------------------ [INFO] Building Eclipse Ditto :: JSON :: CBOR 0-SNAPSHOT [9/123] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Model: [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: JSON :: CBOR: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-model --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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.2.5:flatten (flatten) @ ditto-model --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-model:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-model --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/target/classes/META-INF with includes "" and excludes "**/*.iml,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/license-check-ditto0_works-with/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-services >------------------ [INFO] Building Eclipse Ditto :: Services 0-SNAPSHOT [10/123] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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.2.5:flatten (flatten) @ ditto-services --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/target/classes/META-INF with includes "" and excludes "**/*.iml,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/license-check-ditto0_works-with/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-model-base >----------------- [INFO] Building Eclipse Ditto :: Model :: Base 0-SNAPSHOT [11/123] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Model :: Base: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-model-base --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/model/base/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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 139 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/base/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/model/base/src/main/java/org/eclipse/ditto/model/base/exceptions/DittoRuntimeException.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/base/src/main/java/org/eclipse/ditto/model/base/json/Jsonifiable.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/base/src/main/java/org/eclipse/ditto/model/base/json/Jsonifiable.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/model/base/target/test-classes [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-json-cbor --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/json-cbor/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-json-cbor --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-json-cbor --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/json-cbor/target/classes/META-INF with includes "" and excludes "**/*.iml,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/services/org.eclipse.ditto.json.CborFactory=src/main/resources/META-INF/services/org.eclipse.ditto.json.CborFactory with META-INF=/home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-json-cbor --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/json-cbor/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/json-cbor/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-services-utils >--------------- [INFO] Building Eclipse Ditto :: Services :: Utils 0-SNAPSHOT [12/123] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Utils: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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.2.5: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.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/target/classes/META-INF with includes "" and excludes "**/*.iml,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/license-check-ditto0_works-with/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-concierge >------------- [INFO] Building Eclipse Ditto :: Services :: Concierge 0-SNAPSHOT [13/123] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Concierge: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-concierge --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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.2.5: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.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-concierge --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/concierge/target/classes/META-INF with includes "" and excludes "**/*.iml,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/license-check-ditto0_works-with/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-connectivity >------------ [INFO] Building Eclipse Ditto :: Services :: Connectivity 0-SNAPSHOT [14/123] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Connectivity: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-connectivity --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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.2.5: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.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-connectivity --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/target/classes/META-INF with includes "" and excludes "**/*.iml,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/license-check-ditto0_works-with/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-gateway >-------------- [INFO] Building Eclipse Ditto :: Services :: Gateway 0-SNAPSHOT [15/123] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Gateway: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-gateway --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-services-gateway --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-gateway --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-gateway --- [WARNING] The goal is skip due to packaging 'pom' [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-gateway --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-gateway:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-gateway --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-gateway --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-gateway --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-gateway --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-gateway --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-gateway/0-SNAPSHOT/ditto-services-gateway-0-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.ditto:ditto-services-policies >-------------- [INFO] Building Eclipse Ditto :: Services :: Policies 0-SNAPSHOT [16/123] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Policies: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-policies --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-services-policies --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-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/license-check-ditto0_works-with/services/policies/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-policies --- [WARNING] The goal is skip due to packaging 'pom' [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-policies --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-policies:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-policies --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-policies --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-policies --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-policies --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-policies --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-policies/0-SNAPSHOT/ditto-services-policies-0-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse.ditto:ditto-services-things >--------------- [INFO] Building Eclipse Ditto :: Services :: Things 0-SNAPSHOT [17/123] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Things: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-things --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-services-things --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-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/license-check-ditto0_works-with/services/things/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-things --- [WARNING] The goal is skip due to packaging 'pom' [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-things --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-things:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-things --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/things/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-things --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-things --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-things --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-things --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/things/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-things/0-SNAPSHOT/ditto-services-things-0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.ditto:ditto-services-thingsearch >------------ [INFO] Building Eclipse Ditto :: Services :: Thing Search 0-SNAPSHOT [18/123] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Thing Search: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-thingsearch --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-services-thingsearch --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-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/license-check-ditto0_works-with/services/thingsearch/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-thingsearch --- [WARNING] The goal is skip due to packaging 'pom' [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-thingsearch --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-thingsearch:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-thingsearch --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-thingsearch --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-thingsearch --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-thingsearch --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-thingsearch --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-thingsearch/0-SNAPSHOT/ditto-services-thingsearch-0-SNAPSHOT.pom [INFO] [INFO] ---------< org.eclipse.ditto:ditto-services-concierge-config >---------- [INFO] Building Eclipse Ditto :: Services :: Concierge :: Config 0-SNAPSHOT [19/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Concierge :: Config: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-concierge-config --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-services-concierge-config --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-concierge-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/license-check-ditto0_works-with/services/concierge/config/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-concierge-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/license-check-ditto0_works-with/services/concierge/config/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-concierge-config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-concierge-config --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-concierge-config:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-concierge-config --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-concierge-config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/concierge/config/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-concierge-config --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-concierge-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-concierge-config --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/concierge/config/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-concierge-config --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/concierge/config/target/ditto-services-concierge-config-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-concierge-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-concierge-config --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-concierge-config --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-concierge-config --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/concierge/config/target/ditto-services-concierge-config-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-concierge-config/0-SNAPSHOT/ditto-services-concierge-config-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/concierge/config/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-concierge-config/0-SNAPSHOT/ditto-services-concierge-config-0-SNAPSHOT.pom [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/model/base/src/test/java/org/eclipse/ditto/model/base/assertions/DittoRuntimeAssert.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/base/src/test/java/org/eclipse/ditto/model/base/headers/ImmutableDittoHeadersTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/base/src/test/java/org/eclipse/ditto/model/base/headers/ImmutableDittoHeadersTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-model-base --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/base/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-model-base --- [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ ditto-model-base --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-model-base --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/model/base/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/model/base/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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] [INFO] ----------------< org.eclipse.ditto:ditto-model-devops >---------------- [INFO] Building Eclipse Ditto :: Model :: DevOps 0-SNAPSHOT [20/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] ---------------< org.eclipse.ditto:ditto-model-policies >--------------- [INFO] Building Eclipse Ditto :: Model :: Policies 0-SNAPSHOT [21/123] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Model :: Policies: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Model :: DevOps: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-model-devops --- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-model-policies --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-model-devops --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-model-devops --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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-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/license-check-ditto0_works-with/model/devops/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-model-devops --- [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/license-check-ditto0_works-with/model/policies/target/jacoco.exec -Dfile.encoding=UTF-8 [WARNING] [INFO] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-model-policies --- [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/model/policies/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-model-policies --- [INFO] Writing third-party file to /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/devops/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-model-policies:bundle:0-SNAPSHOT... [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 0 resource [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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-policies --- [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-model-devops --- [INFO] Changes detected - recompiling the module! [INFO] Changes detected - recompiling the module! [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/policies/target/classes [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/devops/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/devops/src/main/java/org/eclipse/ditto/model/devops/LoggerConfig.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/devops/src/main/java/org/eclipse/ditto/model/devops/LoggerConfig.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-model-devops --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/devops/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-model-devops --- [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/license-check-ditto0_works-with/model/devops/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/model/devops/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-namespaces >-------------- [INFO] Building Eclipse Ditto :: Model :: Namespaces 0-SNAPSHOT [22/123] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Model :: Namespaces: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-model-namespaces --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/model/namespaces/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/model/namespaces/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-model-namespaces --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-model-namespaces --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/namespaces/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/policies/src/main/java/org/eclipse/ditto/model/policies/Policy.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/policies/src/main/java/org/eclipse/ditto/model/policies/Policy.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/policies/src/main/java/org/eclipse/ditto/model/policies/Policy.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-model-namespaces --- [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/license-check-ditto0_works-with/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 24 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/policies/target/test-classes [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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-model-namespaces --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/model/namespaces/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/model/namespaces/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-jwt >------------------ [INFO] Building Eclipse Ditto :: Model :: JWT 0-SNAPSHOT [23/123] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Model :: JWT: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-model-jwt --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/model/jwt/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/model/jwt/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-model-policies --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/policies/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-model-policies --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-model-jwt --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-model-jwt --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/jwt/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-model-jwt --- [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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-model-jwt --- [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ ditto-model-policies --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-model-policies --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/model/jwt/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/model/policies/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/model/jwt/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-rql >------------------ [INFO] Building Eclipse Ditto :: Model :: RQL 0-SNAPSHOT [24/123] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Model :: RQL: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-model-rql --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/model/rql/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-model-rql --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/model/policies/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/model/policies/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-model-policies --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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] Writing third-party file to /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-model-rql --- [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-model-policies --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-model-rql:bundle:0-SNAPSHOT... [INFO] Installing org/eclipse/ditto/ditto-model-policies/0-SNAPSHOT/ditto-model-policies-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-model-rql --- [INFO] [INFO] ------------------< org.eclipse.ditto:ditto-signals >------------------- [INFO] Building Eclipse Ditto :: Signals 0-SNAPSHOT [25/123] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Signals: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/rql/target/classes [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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.2.5:flatten (flatten) @ ditto-signals --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-signals:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-signals --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/target/classes/META-INF with includes "" and excludes "**/*.iml,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/license-check-ditto0_works-with/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-services-utils-jwt >------------- [INFO] Building Eclipse Ditto :: Services :: Utils :: JWT 0-SNAPSHOT [26/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Utils :: JWT: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/model/rql/target/test-classes [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-jwt --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-services-utils-jwt --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-utils-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/license-check-ditto0_works-with/services/utils/jwt/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-utils-jwt --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-model-rql --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-model-rql --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/rql/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] Writing third-party file to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/jwt/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-utils-jwt --- [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-model-rql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-utils-jwt --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-utils-jwt:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-utils-jwt --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/jwt/target/classes [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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-model-rql --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/model/rql/target/japicmp/japicmp.diff'. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/jwt/src/main/java/org/eclipse/ditto/services/utils/jwt/JjwtSerializer.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/jwt/src/main/java/org/eclipse/ditto/services/utils/jwt/JjwtSerializer.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/jwt/src/main/java/org/eclipse/ditto/services/utils/jwt/JjwtSerializer.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-utils-jwt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/jwt/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-utils-jwt --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/jwt/target/test-classes [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/model/rql/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-things >---------------- [INFO] Building Eclipse Ditto :: Model :: Things 0-SNAPSHOT [27/123] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Model :: Things: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-model-things --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/model/things/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/model/things/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/jwt/src/test/java/org/eclipse/ditto/services/utils/jwt/JjwtDeserializerTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/jwt/src/test/java/org/eclipse/ditto/services/utils/jwt/JjwtDeserializerTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/jwt/src/test/java/org/eclipse/ditto/services/utils/jwt/JjwtDeserializerTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-jwt --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-jwt --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/jwt/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-utils-jwt --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/jwt/target/ditto-services-utils-jwt-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-utils-jwt --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-utils-jwt --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-utils-jwt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-utils-jwt --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/jwt/target/ditto-services-utils-jwt-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-jwt/0-SNAPSHOT/ditto-services-utils-jwt-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/jwt/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-jwt/0-SNAPSHOT/ditto-services-utils-jwt-0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.ditto:ditto-signals-base >---------------- [INFO] Building Eclipse Ditto :: Signals :: Base 0-SNAPSHOT [28/123] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Signals :: Base: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-base --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/signals/base/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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 24 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/base/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/base/src/main/java/org/eclipse/ditto/signals/base/AbstractGlobalJsonParsableRegistry.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/base/src/main/java/org/eclipse/ditto/signals/base/AbstractGlobalJsonParsableRegistry.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/signals/base/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-base --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-base --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/base/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-base --- [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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 33 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/things/target/test-classes [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ ditto-signals-base --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-base --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/base/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/base/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-model-rql-parser >-------------- [INFO] Building Eclipse Ditto :: Model :: RQL parser 0-SNAPSHOT [29/123] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Model :: RQL parser: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-model-rql-parser --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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 0 resource [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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] /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-model-things --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/things/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-model-things --- [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ ditto-model-things --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-model-things --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/model/things/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/model/things/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-signals-commands >-------------- [INFO] Building Eclipse Ditto :: Signals :: Commands 0-SNAPSHOT [30/123] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Signals :: Commands: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-commands --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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.2.5: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.1.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-commands --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/target/classes/META-INF with includes "" and excludes "**/*.iml,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/license-check-ditto0_works-with/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-acks >---------------- [INFO] Building Eclipse Ditto :: Signals :: ACKs 0-SNAPSHOT [31/123] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Signals :: ACKs: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-acks --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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.2.5: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.1.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-acks --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/acks/target/classes/META-INF with includes "" and excludes "**/*.iml,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/license-check-ditto0_works-with/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-events >--------------- [INFO] Building Eclipse Ditto :: Signals :: Events 0-SNAPSHOT [32/123] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Signals :: Events: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-events --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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.2.5: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.1.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-events --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/events/target/classes/META-INF with includes "" and excludes "**/*.iml,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/license-check-ditto0_works-with/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-announcements >------------ [INFO] Building Eclipse Ditto :: Signals :: Announcements 0-SNAPSHOT [33/123] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Signals :: Announcements: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-announcements --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-signals-announcements --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-signals-announcements --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-signals-announcements --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/announcements/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-signals-announcements --- [WARNING] The goal is skip due to packaging 'pom' [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-signals-announcements --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-signals-announcements:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-announcements --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/announcements/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-signals-announcements --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-signals-announcements --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-signals-announcements --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-signals-announcements --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/announcements/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-announcements/0-SNAPSHOT/ditto-signals-announcements-0-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.ditto:ditto-model-connectivity >------------- [INFO] Building Eclipse Ditto :: Model :: Connectivity 0-SNAPSHOT [34/123] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Model :: Connectivity: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-model-connectivity --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/model/connectivity/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/model/connectivity/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/model/connectivity/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/connectivity/src/test/java/org/eclipse/ditto/model/connectivity/CredentialsTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/connectivity/src/test/java/org/eclipse/ditto/model/connectivity/CredentialsTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-model-connectivity --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-model-connectivity --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/connectivity/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-model-connectivity --- [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ ditto-model-connectivity --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-model-connectivity --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/model/connectivity/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/model/connectivity/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-messages >--------------- [INFO] Building Eclipse Ditto :: Model :: Messages 0-SNAPSHOT [35/123] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Model :: Messages: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-model-messages --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/model/messages/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/model/messages/target/classes [INFO] Using incremental compilation using Mixed compile order [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/messages/src/main/java/org/eclipse/ditto/model/messages/MessageHeaders.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/messages/src/main/java/org/eclipse/ditto/model/messages/MessageHeaders.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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/model/messages/target/test-classes [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.5__55.0-1.3.5_20200330T000931.jar [INFO] Compiler bridge file is not installed yet [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/messages/src/test/java/org/eclipse/ditto/model/messages/MessageHeadersBuilderTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/messages/src/test/java/org/eclipse/ditto/model/messages/MessageHeadersBuilderTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-model-messages --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-model-messages --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/messages/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-model-messages --- [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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-model-messages --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/model/messages/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/model/messages/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-enforcers >--------------- [INFO] Building Eclipse Ditto :: Model :: Enforcers 0-SNAPSHOT [36/123] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Model :: Enforcers: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-model-enforcers --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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 0 resource [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/model/enforcers/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/enforcers/src/main/java/org/eclipse/ditto/model/enforcers/trie/GrantRevokeIndex.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/enforcers/src/main/java/org/eclipse/ditto/model/enforcers/trie/GrantRevokeIndex.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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/model/enforcers/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/enforcers/src/test/java/org/eclipse/ditto/model/enforcers/trie/GrantRevokeIndexTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/enforcers/src/test/java/org/eclipse/ditto/model/enforcers/trie/GrantRevokeIndexTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-model-enforcers --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-model-enforcers --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/enforcers/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-model-enforcers --- [INFO] [INFO] --- maven-assembly-plugin:3.1.0:single (make-assembly) @ ditto-model-enforcers --- [INFO] Reading assembly descriptor: src/test/assembly/assembly.xml /tmp/scala-maven-plugin-compiler-bridge-sources7621884712203300996/xsbt/DelegatingReporter.scala:187: warning: match may not be exhaustive. It would fail on the following inputs: ERROR, INFO, WARNING sev match { ^ 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: 1 deprecation (since 2.13.4) 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/license-check-ditto0_works-with/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 63.1 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/license-check-ditto0_works-with/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.5__55.0-1.3.5_20200330T000931.jar [INFO] Compiling 1 Java source to /home/jenkins/agent/workspace/license-check-ditto0_works-with/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 2.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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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.5__55.0-1.3.5_20200330T000931.jar [INFO] Compiling 1 Java source to /home/jenkins/agent/workspace/license-check-ditto0_works-with/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 7.0 s [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-model-rql-parser --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-model-rql-parser --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/rql-parser/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-model-rql-parser --- [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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-model-rql-parser --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/model/rql-parser/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/model/rql-parser/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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 >-------------- [INFO] Building Eclipse Ditto :: Model :: Thing Search 0-SNAPSHOT [37/123] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Model :: Thing Search: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-model-thingsearch --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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 0 resource [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/model/thingsearch/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/thingsearch/src/main/java/org/eclipse/ditto/model/thingsearch/SearchResult.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/thingsearch/src/main/java/org/eclipse/ditto/model/thingsearch/SearchResult.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/model/thingsearch/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-model-thingsearch --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/thingsearch/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-model-thingsearch --- [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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-model-thingsearch --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/model/thingsearch/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/model/thingsearch/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-signals-commands-base >------------ [INFO] Building Eclipse Ditto :: Signals :: Commands :: Base 0-SNAPSHOT [38/123] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Signals :: Commands :: Base: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-commands-base --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/signals/commands/base/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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 41 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/base/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/base/src/main/java/org/eclipse/ditto/signals/commands/base/CommandResponse.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/base/src/main/java/org/eclipse/ditto/signals/commands/base/CommandResponse.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-signals-commands-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/signals/commands/base/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/base/src/test/java/org/eclipse/ditto/signals/commands/base/assertions/CommandResponseAssert.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/base/src/test/java/org/eclipse/ditto/signals/commands/base/assertions/CommandResponseAssert.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/base/src/test/java/org/eclipse/ditto/signals/commands/base/assertions/CommandResponseAssert.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-commands-base --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-commands-base --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/base/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-commands-base --- [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ ditto-signals-commands-base --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-commands-base --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/base/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/base/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-events-base >------------- [INFO] Building Eclipse Ditto :: Signals :: Events :: Base 0-SNAPSHOT [39/123] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Signals :: Events :: Base: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-events-base --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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 0 resource [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/signals/events/base/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/signals/events/base/src/main/java/org/eclipse/ditto/signals/events/base/Event.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/events/base/src/main/java/org/eclipse/ditto/signals/events/base/GlobalEventRegistry.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/events/base/src/main/java/org/eclipse/ditto/signals/events/base/GlobalEventRegistry.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/events/base/src/main/java/org/eclipse/ditto/signals/events/base/GlobalEventRegistry.java: Recompile with -Xlint:unchecked 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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/signals/events/base/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-events-base --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-events-base --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/events/base/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-events-base --- [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ ditto-signals-events-base --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-events-base --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/events/base/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/events/base/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-announcements-base >--------- [INFO] Building Eclipse Ditto :: Signals :: Announcements :: Base 0-SNAPSHOT [40/123] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Signals :: Announcements :: Base: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-announcements-base --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-signals-announcements-base --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-signals-announcements-base --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-signals-announcements-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/license-check-ditto0_works-with/signals/announcements/base/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-signals-announcements-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/license-check-ditto0_works-with/signals/announcements/base/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-signals-announcements-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/announcements/base/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-signals-announcements-base --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-signals-announcements-base:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-signals-announcements-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/announcements/base/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/announcements/base/src/main/java/org/eclipse/ditto/signals/announcements/base/GlobalAnnouncementRegistry.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/announcements/base/src/main/java/org/eclipse/ditto/signals/announcements/base/GlobalAnnouncementRegistry.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/announcements/base/src/main/java/org/eclipse/ditto/signals/announcements/base/GlobalAnnouncementRegistry.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-signals-announcements-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/announcements/base/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-signals-announcements-base --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-announcements-base --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-announcements-base --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/announcements/base/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-announcements-base --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-signals-announcements-base --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-signals-announcements-base --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-signals-announcements-base --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-signals-announcements-base --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/announcements/base/target/ditto-signals-announcements-base-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-announcements-base/0-SNAPSHOT/ditto-signals-announcements-base-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/announcements/base/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-announcements-base/0-SNAPSHOT/ditto-signals-announcements-base-0-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-signals-announcements-base --- [INFO] Installing org/eclipse/ditto/ditto-signals-announcements-base/0-SNAPSHOT/ditto-signals-announcements-base-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ----------------< org.eclipse.ditto:ditto-model-query >----------------- [INFO] Building Eclipse Ditto :: Model :: Query 0-SNAPSHOT [41/123] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Model :: Query: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-model-query --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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 0 resource [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/model/query/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/query/src/main/java/org/eclipse/ditto/model/query/things/ThingPredicateVisitor.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/query/src/main/java/org/eclipse/ditto/model/query/things/ThingPredicateVisitor.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/query/src/main/java/org/eclipse/ditto/model/query/things/ThingPredicateVisitor.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/query/src/main/java/org/eclipse/ditto/model/query/things/ThingPredicatePredicateVisitor.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/query/src/main/java/org/eclipse/ditto/model/query/things/ThingPredicatePredicateVisitor.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/model/query/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-model-query --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-model-query --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/query/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-model-query --- [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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-model-query --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/model/query/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/model/query/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-model-thingsearch-parser >---------- [INFO] Building Eclipse Ditto :: Model :: Thing Search Parser 0-SNAPSHOT [42/123] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Model :: Thing Search Parser: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-model-thingsearch-parser --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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 0 resource [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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.5__55.0-1.3.5_20200330T000931.jar [INFO] Compiling 1 Scala source and 2 Java sources to /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/thingsearch-parser/target/classes ... [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-model-enforcers --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/model/enforcers/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/model/enforcers/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-signals-acks-base >-------------- [INFO] Building Eclipse Ditto :: Signals :: ACKs :: Base 0-SNAPSHOT [43/123] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Signals :: ACKs :: Base: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-acks-base --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/signals/acks/base/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/signals/acks/base/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/acks/base/src/main/java/org/eclipse/ditto/signals/acks/base/Acknowledgements.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/acks/base/src/main/java/org/eclipse/ditto/signals/acks/base/Acknowledgements.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/acks/base/src/main/java/org/eclipse/ditto/signals/acks/base/ImmutableAcknowledgements.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/acks/base/src/main/java/org/eclipse/ditto/signals/acks/base/ImmutableAcknowledgements.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/signals/acks/base/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-acks-base --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-acks-base --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/acks/base/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-acks-base --- [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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-acks-base --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/acks/base/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/acks/base/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-commands-policies >---------- [INFO] Building Eclipse Ditto :: Signals :: Commands :: Policies 0-SNAPSHOT [44/123] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Signals :: Commands :: Policies: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-commands-policies --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/signals/commands/policies/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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 84 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/policies/target/classes [WARNING] : 4 deprecations (since 2.13.0); re-run with -deprecation for details [WARNING] one warning found [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/license-check-ditto0_works-with/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 69 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/policies/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 28.9 s [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-model-thingsearch-parser --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/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.5__55.0-1.3.5_20200330T000931.jar [INFO] Compiling 1 Scala source and 2 Java sources to /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/thingsearch-parser/target/classes ... [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/policies/src/test/java/org/eclipse/ditto/signals/commands/policies/query/RetrievePolicyEntriesTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/policies/src/test/java/org/eclipse/ditto/signals/commands/policies/query/RetrievePolicyEntriesTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-commands-policies --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-commands-policies --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/policies/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-commands-policies --- [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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-commands-policies --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/policies/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/policies/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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 [45/123] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Signals :: Commands :: Things: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-commands-things --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/signals/commands/things/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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 151 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/things/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/things/src/main/java/org/eclipse/ditto/signals/commands/things/exceptions/ThingCommandToAccessExceptionRegistry.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/things/src/main/java/org/eclipse/ditto/signals/commands/things/exceptions/ThingCommandToAccessExceptionRegistry.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/license-check-ditto0_works-with/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 141 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/things/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/signals/commands/things/src/test/java/org/eclipse/ditto/signals/commands/things/acks/ThingLiveCommandAckRequestSetterTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-commands-things --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/things/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-commands-things --- [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ ditto-signals-commands-things --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-commands-things --- [WARNING] : 4 deprecations (since 2.13.0); re-run with -deprecation for details [WARNING] one warning found [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/things/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/things/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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 [46/123] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Signals :: Commands :: Thing Search: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-commands-thingsearch --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/signals/commands/thingsearch/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/signals/commands/thingsearch/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 29.9 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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/model/thingsearch-parser/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/signals/commands/thingsearch/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.5__55.0-1.3.5_20200330T000931.jar [INFO] Compiling 1 Java source to /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/thingsearch-parser/target/test-classes ... [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/signals/commands/thingsearch/src/test/java/org/eclipse/ditto/signals/commands/thingsearch/query/StreamThingsTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-commands-thingsearch --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/thingsearch/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-commands-thingsearch --- [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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-commands-thingsearch --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/thingsearch/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/thingsearch/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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 [47/123] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Signals :: Commands :: Messages: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-commands-messages --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/signals/commands/messages/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/signals/commands/messages/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/messages/src/main/java/org/eclipse/ditto/signals/commands/messages/SendFeatureMessageResponse.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/messages/src/main/java/org/eclipse/ditto/signals/commands/messages/SendFeatureMessageResponse.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/messages/src/main/java/org/eclipse/ditto/signals/commands/messages/SendFeatureMessageResponse.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/messages/src/main/java/org/eclipse/ditto/signals/commands/messages/SendFeatureMessageResponse.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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/signals/commands/messages/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/messages/src/test/java/org/eclipse/ditto/signals/commands/messages/SendFeatureMessageTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/messages/src/test/java/org/eclipse/ditto/signals/commands/messages/SendFeatureMessageTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/messages/src/test/java/org/eclipse/ditto/signals/commands/messages/acks/MessageCommandAckRequestSetterTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-commands-messages --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/messages/target/classes/META-INF with includes "" and excludes "**/*.iml,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] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8 1 warning. [INFO] Done compiling. [INFO] compile in 7.7 s [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-model-thingsearch-parser --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-model-thingsearch-parser --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/thingsearch-parser/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-model-thingsearch-parser --- [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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-commands-messages --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/messages/target/japicmp/japicmp.diff'. [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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-model-thingsearch-parser --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/model/thingsearch-parser/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/messages/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-commands-common >----------- [INFO] Building Eclipse Ditto :: Signals :: Commands :: Common 0-SNAPSHOT [48/123] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Signals :: Commands :: Common: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-commands-common --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/signals/commands/common/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-signals-commands-common --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/model/thingsearch-parser/target/japicmp/japicmp.xml'. [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-signals-commands-common:bundle:0-SNAPSHOT... [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-signals-commands-common --- [INFO] Installing org/eclipse/ditto/ditto-model-thingsearch-parser/0-SNAPSHOT/ditto-model-thingsearch-parser-0-SNAPSHOT.jar [INFO] Changes detected - recompiling the module! [INFO] Writing OBR metadata [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/common/target/classes [INFO] [INFO] -------< org.eclipse.ditto:ditto-signals-commands-connectivity >-------- [INFO] Building Eclipse Ditto :: Signals :: Commands :: Connectivity 0-SNAPSHOT [49/123] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Signals :: Commands :: Connectivity: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-commands-connectivity --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/signals/commands/connectivity/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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 49 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/connectivity/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/signals/commands/common/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-commands-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-commands-common --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/common/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-commands-common --- [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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-commands-common --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/common/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/common/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-devops >----------- [INFO] Building Eclipse Ditto :: Signals :: Commands :: DevOps 0-SNAPSHOT [50/123] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Signals :: Commands :: DevOps: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-commands-devops --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/signals/commands/devops/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/signals/commands/devops/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/connectivity/src/main/java/org/eclipse/ditto/signals/commands/connectivity/ConnectivityCommand.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/connectivity/src/main/java/org/eclipse/ditto/signals/commands/connectivity/ConnectivityCommand.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/license-check-ditto0_works-with/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 36 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/connectivity/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/devops/src/main/java/org/eclipse/ditto/signals/commands/devops/AbstractDevOpsCommandResponse.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/devops/src/main/java/org/eclipse/ditto/signals/commands/devops/AbstractDevOpsCommandResponse.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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/signals/commands/devops/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-commands-devops --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-commands-devops --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/devops/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-commands-devops --- [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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-commands-devops --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/devops/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/devops/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-namespaces >--------- [INFO] Building Eclipse Ditto :: Signals :: Commands :: Namespaces 0-SNAPSHOT [51/123] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Signals :: Commands :: Namespaces: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/connectivity/src/test/java/org/eclipse/ditto/signals/commands/connectivity/query/RetrieveConnectionLogsResponseTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/connectivity/src/test/java/org/eclipse/ditto/signals/commands/connectivity/query/RetrieveConnectionLogsResponseTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/connectivity/src/test/java/org/eclipse/ditto/signals/commands/connectivity/query/RetrieveConnectionLogsResponseTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-commands-connectivity --- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-commands-namespaces --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-commands-connectivity --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-signals-commands-namespaces --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/connectivity/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-signals-commands-namespaces --- [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-commands-connectivity --- [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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/signals/commands/namespaces/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/signals/commands/namespaces/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/namespaces/src/main/java/org/eclipse/ditto/signals/commands/namespaces/NamespaceCommand.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/namespaces/src/main/java/org/eclipse/ditto/signals/commands/namespaces/NamespaceCommand.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/license-check-ditto0_works-with/signals/commands/namespaces/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-signals-commands-namespaces --- [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ ditto-signals-commands-connectivity --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/namespaces/target/test-classes [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-commands-connectivity --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/connectivity/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/connectivity/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-commands-namespaces --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-commands-namespaces --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/namespaces/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-commands-namespaces --- [INFO] [INFO] ----------< org.eclipse.ditto:ditto-signals-commands-cleanup >---------- [INFO] Building Eclipse Ditto :: Signals :: Commands :: Cleanup 0-SNAPSHOT [52/123] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Signals :: Commands :: Cleanup: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-commands-cleanup --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/signals/commands/cleanup/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/signals/commands/cleanup/target/classes [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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-commands-namespaces --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/namespaces/target/japicmp/japicmp.diff'. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/cleanup/src/main/java/org/eclipse/ditto/signals/commands/cleanup/CleanupCommandResponse.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/cleanup/src/main/java/org/eclipse/ditto/signals/commands/cleanup/CleanupCommandResponse.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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/signals/commands/cleanup/target/test-classes [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/namespaces/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-services-models >--------------- [INFO] Building Eclipse Ditto :: Services :: Models 0-SNAPSHOT [53/123] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Models: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-models --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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.2.5: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.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-models --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/models/target/classes/META-INF with includes "" and excludes "**/*.iml,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/license-check-ditto0_works-with/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-utils-conditional-headers >----- [INFO] Building Eclipse Ditto :: Services :: Utils :: Conditional Header Utils 0-SNAPSHOT [54/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Utils :: Conditional Header Utils: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-conditional-headers --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-services-utils-conditional-headers --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-utils-conditional-headers --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/conditional-headers/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-utils-conditional-headers --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/conditional-headers/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-utils-conditional-headers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/conditional-headers/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-utils-conditional-headers --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-utils-conditional-headers:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-utils-conditional-headers --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-commands-cleanup --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/conditional-headers/target/classes [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-commands-cleanup --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/cleanup/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-commands-cleanup --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-utils-conditional-headers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/conditional-headers/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-utils-conditional-headers --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/conditional-headers/target/test-classes [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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-commands-cleanup --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/cleanup/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/cleanup/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-conditional-headers --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-conditional-headers --- [INFO] Installing org/eclipse/ditto/ditto-signals-commands-cleanup/0-SNAPSHOT/ditto-signals-commands-cleanup-0-SNAPSHOT.jar [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/conditional-headers/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] Writing OBR metadata [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-utils-conditional-headers --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/conditional-headers/target/ditto-services-utils-conditional-headers-0-SNAPSHOT.jar [INFO] [INFO] ----------< org.eclipse.ditto:ditto-signals-events-policies >----------- [INFO] Building Eclipse Ditto :: Signals :: Events :: Policies 0-SNAPSHOT [55/123] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Signals :: Events :: Policies: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-utils-conditional-headers --- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-events-policies --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-utils-conditional-headers --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-signals-events-policies --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-signals-events-policies --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-utils-conditional-headers --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-utils-conditional-headers --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/conditional-headers/target/ditto-services-utils-conditional-headers-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-conditional-headers/0-SNAPSHOT/ditto-services-utils-conditional-headers-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/conditional-headers/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-conditional-headers/0-SNAPSHOT/ditto-services-utils-conditional-headers-0-SNAPSHOT.pom [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-signals-events-policies --- [INFO] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/events/policies/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] -----------< org.eclipse.ditto:ditto-signals-events-things >------------ [INFO] Building Eclipse Ditto :: Signals :: Events :: Things 0-SNAPSHOT [56/123] [INFO] -------------------------------[ bundle ]------------------------------- [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] [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Signals :: Events :: Things: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] Writing third-party file to /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/signals/events/policies/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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-clean-plugin:2.5:clean (default-clean) @ ditto-signals-events-things --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-signals-events-policies --- [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/license-check-ditto0_works-with/signals/events/things/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] Changes detected - recompiling the module! [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-signals-events-things --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/events/policies/target/classes [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/signals/events/things/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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 45 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/events/things/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/license-check-ditto0_works-with/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 19 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/events/policies/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/events/policies/src/test/java/org/eclipse/ditto/signals/events/policies/ResourceModifiedTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/events/policies/src/test/java/org/eclipse/ditto/signals/events/policies/ResourceModifiedTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-events-policies --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-events-policies --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/events/policies/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-events-policies --- [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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 46 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/events/things/target/test-classes [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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-events-policies --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/events/policies/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/events/policies/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-thingsearch >--------- [INFO] Building Eclipse Ditto :: Signals :: Events :: Thing Search 0-SNAPSHOT [57/123] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Signals :: Events :: Thing Search: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-events-thingsearch --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/signals/events/thingsearch/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/signals/events/thingsearch/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/events/thingsearch/src/main/java/org/eclipse/ditto/signals/events/thingsearch/ThingsOutOfSync.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/signals/events/thingsearch/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-events-thingsearch --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-events-thingsearch --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/events/thingsearch/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-events-thingsearch --- [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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-events-thingsearch --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/events/thingsearch/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/events/thingsearch/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-signals-events-connectivity >--------- [INFO] Building Eclipse Ditto :: Signals :: Events :: Connectivity 0-SNAPSHOT [58/123] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Signals :: Events :: Connectivity: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-events-connectivity --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/signals/events/connectivity/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/signals/events/connectivity/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/events/connectivity/src/main/java/org/eclipse/ditto/signals/events/connectivity/ConnectivityEvent.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/signals/events/connectivity/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-events-connectivity --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/events/connectivity/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-events-connectivity --- [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/events/things/src/test/java/org/eclipse/ditto/signals/events/things/examplejson/JsonExamplesProducer.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/events/things/src/test/java/org/eclipse/ditto/signals/events/things/examplejson/JsonExamplesProducer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-events-things --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-events-things --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/events/things/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-events-things --- [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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-events-connectivity --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/events/connectivity/target/japicmp/japicmp.diff'. [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ ditto-signals-events-things --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-events-things --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/events/connectivity/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-signals-announcements-policies >------- [INFO] Building Eclipse Ditto :: Signals :: Announcements :: Policies 0-SNAPSHOT [59/123] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Signals :: Announcements :: Policies: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-announcements-policies --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-signals-announcements-policies --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-signals-announcements-policies --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-signals-announcements-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/license-check-ditto0_works-with/signals/announcements/policies/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-signals-announcements-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/license-check-ditto0_works-with/signals/announcements/policies/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-signals-announcements-policies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/announcements/policies/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-signals-announcements-policies --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-signals-announcements-policies:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-signals-announcements-policies --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/announcements/policies/target/classes [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/events/things/target/japicmp/japicmp.diff'. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-signals-announcements-policies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/announcements/policies/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-signals-announcements-policies --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/events/things/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/events/things/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-signals-events-things --- [INFO] Changes detected - recompiling the module! [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Compiling 1 source file to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/announcements/policies/target/test-classes [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-acks-things >------------- [INFO] Building Eclipse Ditto :: Signals :: ACKs :: Things 0-SNAPSHOT [60/123] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Signals :: ACKs :: Things: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-acks-things --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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 0 resource [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/signals/acks/things/target/classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-announcements-policies --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-announcements-policies --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/announcements/policies/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-announcements-policies --- [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/acks/things/src/main/java/org/eclipse/ditto/signals/acks/things/ThingAcknowledgementsFactory.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/acks/things/src/main/java/org/eclipse/ditto/signals/acks/things/ThingAcknowledgementsFactory.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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/signals/acks/things/target/test-classes [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-signals-announcements-policies --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-signals-announcements-policies --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-signals-announcements-policies --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-signals-announcements-policies --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/announcements/policies/target/ditto-signals-announcements-policies-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-announcements-policies/0-SNAPSHOT/ditto-signals-announcements-policies-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/announcements/policies/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-announcements-policies/0-SNAPSHOT/ditto-signals-announcements-policies-0-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-signals-announcements-policies --- [INFO] Installing org/eclipse/ditto/ditto-signals-announcements-policies/0-SNAPSHOT/ditto-signals-announcements-policies-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.eclipse.ditto:ditto-services-utils-test >------------- [INFO] Building Eclipse Ditto :: Services :: Utils :: Test Utils 0-SNAPSHOT [61/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Utils :: Test Utils: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/acks/things/src/test/java/org/eclipse/ditto/signals/acks/things/ThingAcknowledgementsFactoryTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/acks/things/src/test/java/org/eclipse/ditto/signals/acks/things/ThingAcknowledgementsFactoryTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/acks/things/src/test/java/org/eclipse/ditto/signals/acks/things/ThingAcknowledgementsFactoryTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-acks-things --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-acks-things --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/acks/things/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-acks-things --- [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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-acks-things --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/acks/things/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/acks/things/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-services-models-base >------------ [INFO] Building Eclipse Ditto :: Services :: Models :: Base 0-SNAPSHOT [62/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Models :: Base: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-models-base --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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 0 resource [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-models-base --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/models/base/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-models-base --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-models-streaming >---------- [INFO] Building Eclipse Ditto :: Services :: Models :: Streaming 0-SNAPSHOT [63/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Models :: Streaming: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-models-streaming --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/models/streaming/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/services/models/streaming/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/models/streaming/src/main/java/org/eclipse/ditto/services/models/streaming/SudoStreamSnapshots.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/models/streaming/src/main/java/org/eclipse/ditto/services/models/streaming/SudoStreamSnapshots.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/models/streaming/src/main/java/org/eclipse/ditto/services/models/streaming/SudoStreamPids.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/models/streaming/src/main/java/org/eclipse/ditto/services/models/streaming/SudoStreamPids.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/models/streaming/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-models-streaming --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-models-streaming --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/models/streaming/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-models-streaming --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-models-streaming --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-signals-commands-live >------------ [INFO] Building Eclipse Ditto :: Signals :: Commands :: Live 0-SNAPSHOT [64/123] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Signals :: Commands :: Live: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-commands-live --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/signals/commands/live/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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 151 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/live/target/classes [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-test --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/utils/test/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/utils/test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-test --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-test --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/test/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-utils-test --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/test/target/ditto-services-utils-test-0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ ditto-services-utils-test --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-protocol-adapter >-------------- [INFO] Building Eclipse Ditto :: Protocol Adapter 0-SNAPSHOT [65/123] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Protocol Adapter: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [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/license-check-ditto0_works-with/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 75 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/live/target/test-classes [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-protocol-adapter --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/protocol-adapter/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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 153 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/protocol-adapter/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/protocol-adapter/src/main/java/org/eclipse/ditto/protocoladapter/Payload.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/protocol-adapter/src/main/java/org/eclipse/ditto/protocoladapter/Payload.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/protocol-adapter/src/main/java/org/eclipse/ditto/protocoladapter/AbstractAdapter.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/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 48 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/protocol-adapter/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-commands-live --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-commands-live --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/live/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-commands-live --- [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ ditto-signals-commands-live --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-commands-live --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/live/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/signals/commands/live/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-services-utils-config >------------ [INFO] Building Eclipse Ditto :: Services :: Utils :: Config Utils 0-SNAPSHOT [66/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Utils :: Config Utils: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/protocol-adapter/src/test/java/org/eclipse/ditto/protocoladapter/things/ThingQueryCommandAdapterTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/protocol-adapter/src/test/java/org/eclipse/ditto/protocoladapter/things/ThingQueryCommandAdapterTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/protocol-adapter/src/test/java/org/eclipse/ditto/protocoladapter/CheckExternalFilterTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-protocol-adapter --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/protocol-adapter/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-config --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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 --- [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ 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/license-check-ditto0_works-with/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.2.5: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/license-check-ditto0_works-with/services/utils/config/target/classes [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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-protocol-adapter --- [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/license-check-ditto0_works-with/services/utils/config/target/test-classes [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/protocol-adapter/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/protocol-adapter/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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 [67/123] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Model :: Placeholders: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-model-placeholders --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/model/placeholders/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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 58 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/placeholders/target/classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-config --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/config/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-utils-config --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-utils-config --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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 [68/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Utils :: Metrics: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/placeholders/src/main/java/org/eclipse/ditto/model/placeholders/ImmutableTopicPathPlaceholder.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/placeholders/src/main/java/org/eclipse/ditto/model/placeholders/ImmutableTopicPathPlaceholder.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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 22 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/placeholders/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-model-placeholders --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/model/placeholders/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-model-placeholders --- [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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-model-placeholders --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/model/placeholders/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/model/placeholders/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-metrics --- [INFO] [INFO] ------------< org.eclipse.ditto:ditto-services-utils-ddata >------------ [INFO] [INFO] Building Eclipse Ditto :: Services :: Utils :: Distributed Data 0-SNAPSHOT [69/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-services-utils-metrics --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-utils-metrics --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Utils :: Distributed Data: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/utils/metrics/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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 24 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/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 3 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/license-check-ditto0_works-with/services/utils/metrics/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-metrics --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-metrics --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/metrics/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-utils-metrics --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-utils-metrics --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-utils-protocol >----------- [INFO] Building Eclipse Ditto :: Services :: Utils :: Protocol 0-SNAPSHOT [70/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Utils :: Protocol: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-protocol --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/utils/protocol/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/utils/protocol/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/protocol/src/test/java/org/eclipse/ditto/services/utils/protocol/config/DefaultProtocolConfigTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/protocol/src/test/java/org/eclipse/ditto/services/utils/protocol/config/DefaultProtocolConfigTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/protocol/src/test/java/org/eclipse/ditto/services/utils/protocol/config/DefaultProtocolConfigTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-protocol --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-protocol --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/protocol/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-utils-protocol --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-utils-protocol --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-policies-config >---------- [INFO] Building Eclipse Ditto :: Services :: Policies :: Config 0-SNAPSHOT [71/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Policies :: Config: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-policies-config --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-services-policies-config --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-policies-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/license-check-ditto0_works-with/services/policies/config/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-policies-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/license-check-ditto0_works-with/services/policies/config/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-policies-config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-policies-config --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-policies-config:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-policies-config --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-policies-config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/config/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-policies-config --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-policies-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-policies-config --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/config/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-policies-config --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/config/target/ditto-services-policies-config-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-policies-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-policies-config --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-policies-config --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-policies-config --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/config/target/ditto-services-policies-config-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-policies-config/0-SNAPSHOT/ditto-services-policies-config-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/config/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-policies-config/0-SNAPSHOT/ditto-services-policies-config-0-SNAPSHOT.pom [INFO] [INFO] -----------< org.eclipse.ditto:ditto-services-things-config >----------- [INFO] Building Eclipse Ditto :: Services :: Things :: Config 0-SNAPSHOT [72/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Things :: Config: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-things-config --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-services-things-config --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-things-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/license-check-ditto0_works-with/services/things/config/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-things-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/license-check-ditto0_works-with/services/things/config/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-things-config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-things-config --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-things-config:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-things-config --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-things-config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/things/config/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-things-config --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-things-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-things-config --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/things/config/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-things-config --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/things/config/target/ditto-services-things-config-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-things-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-things-config --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-things-config --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-things-config --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/things/config/target/ditto-services-things-config-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-things-config/0-SNAPSHOT/ditto-services-things-config-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/things/config/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-things-config/0-SNAPSHOT/ditto-services-things-config-0-SNAPSHOT.pom [INFO] [INFO] --------< org.eclipse.ditto:ditto-services-thingsearch-config >--------- [INFO] Building Eclipse Ditto :: Services :: Thing Search :: Config 0-SNAPSHOT [73/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Thing Search :: Config: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-thingsearch-config --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-services-thingsearch-config --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-thingsearch-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/license-check-ditto0_works-with/services/thingsearch/config/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-thingsearch-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/license-check-ditto0_works-with/services/thingsearch/config/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-thingsearch-config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-thingsearch-config --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-thingsearch-config:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-thingsearch-config --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-thingsearch-config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/config/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-thingsearch-config --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-thingsearch-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-thingsearch-config --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/config/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-thingsearch-config --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/config/target/ditto-services-thingsearch-config-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-thingsearch-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-thingsearch-config --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-thingsearch-config --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-thingsearch-config --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/config/target/ditto-services-thingsearch-config-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-thingsearch-config/0-SNAPSHOT/ditto-services-thingsearch-config-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/config/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-thingsearch-config/0-SNAPSHOT/ditto-services-thingsearch-config-0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.ditto:ditto-services-utils-akka >------------- [INFO] Building Eclipse Ditto :: Services :: Utils :: Akka Utils 0-SNAPSHOT [74/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Utils :: Akka Utils: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-ddata --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/utils/ddata/target/test-classes [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-akka --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-ddata --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-ddata --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/ddata/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-utils-ddata --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-utils-ddata --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-tracing >----------- [INFO] Building Eclipse Ditto :: Services :: Utils :: Tracing Utils 0-SNAPSHOT [75/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Utils :: Tracing Utils: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-tracing --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/utils/tracing/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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] Using incremental compilation using Mixed compile order [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/tracing/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/tracing/src/main/java/org/eclipse/ditto/services/utils/tracing/TraceUriGenerator.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/utils/tracing/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-tracing --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-tracing --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/tracing/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-utils-tracing --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-utils-tracing --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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 [76/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Utils :: Cache Utils: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [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.5__55.0-1.3.5_20200330T000931.jar [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-cache --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/utils/cache/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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 18 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/cache/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/utils/cache/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/cache/src/test/java/org/eclipse/ditto/services/utils/cache/ImmutableEntityIdWithResourceTypeTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/cache/src/test/java/org/eclipse/ditto/services/utils/cache/ImmutableEntityIdWithResourceTypeTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/cache/src/test/java/org/eclipse/ditto/services/utils/cache/ImmutableEntityIdWithResourceTypeTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-cache --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-cache --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/cache/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-utils-cache --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-utils-cache --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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] Compiling 7 Scala sources and 49 Java sources to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/akka/target/classes ... [WARNING] : 4 deprecations (since 2.13.0); re-run with -deprecation for details [WARNING] one warning found [INFO] NoPosition: Note: Some input files use or override a deprecated API. [INFO] NoPosition: Note: Recompile with -Xlint:deprecation for details. [INFO] Done compiling. [INFO] compile in 23.7 s [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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 49 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/akka/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/akka/src/main/java/org/eclipse/ditto/services/utils/akka/controlflow/ResumeSource.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/akka/src/main/java/org/eclipse/ditto/services/utils/akka/controlflow/ResumeSource.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.5__55.0-1.3.5_20200330T000931.jar [INFO] Compiling 7 Scala sources and 49 Java sources to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/akka/target/classes ... [WARNING] : 4 deprecations (since 2.13.0); re-run with -deprecation for details [WARNING] one warning found [INFO] NoPosition: Note: Some input files use or override a deprecated API. [INFO] NoPosition: Note: Recompile with -Xlint:deprecation for details. [INFO] Done compiling. [INFO] compile in 19.5 s [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default) @ ditto-services-utils-akka --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/akka/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/akka/src/main/java/org/eclipse/ditto/services/utils/akka/controlflow/ResumeSource.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/akka/src/main/java/org/eclipse/ditto/services/utils/akka/controlflow/ResumeSource.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] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-utils-akka --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/akka/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/akka/src/test/java/org/eclipse/ditto/services/utils/akka/controlflow/MergeSortedAsPairTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/utils/akka/src/test/java/org/eclipse/ditto/services/utils/akka/controlflow/MergeSortedAsPairTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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.5__55.0-1.3.5_20200330T000931.jar [INFO] Compiling 18 Java sources to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/akka/target/test-classes ... [INFO] NoPosition: Note: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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 7.6 s [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-akka --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-akka --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/akka/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-utils-akka --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/akka/target/ditto-services-utils-akka-0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ ditto-services-utils-akka --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-utils-akka --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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] [INFO] -----------< org.eclipse.ditto:ditto-services-utils-health >------------ [INFO] Building Eclipse Ditto :: Services :: Utils :: Health Utils 0-SNAPSHOT [77/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] ------------< org.eclipse.ditto:ditto-services-models-acks >------------ [INFO] Building Eclipse Ditto :: Services :: Models :: ACKs 0-SNAPSHOT [78/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Utils :: Health Utils: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Models :: ACKs: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-health --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/utils/health/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/services/utils/health/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/health/src/main/java/org/eclipse/ditto/services/utils/health/CompositeCachingHealthCheckingActor.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/health/src/main/java/org/eclipse/ditto/services/utils/health/CompositeCachingHealthCheckingActor.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/license-check-ditto0_works-with/services/utils/health/target/test-classes [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-models-acks --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/models/acks/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/services/models/acks/target/classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-health --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-health --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/health/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-utils-health --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-utils-health --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-connectivity-util >--------- [INFO] Building Eclipse Ditto :: Services :: Connectivity :: Util 0-SNAPSHOT [79/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Connectivity :: Util: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-connectivity-util --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/connectivity/util/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-connectivity-util --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/util/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-connectivity-util --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-utils-cluster >----------- [INFO] Building Eclipse Ditto :: Services :: Utils :: Cluster Utils 0-SNAPSHOT [80/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Utils :: Cluster Utils: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/models/acks/src/main/java/org/eclipse/ditto/services/models/acks/AcknowledgementAggregatorActor.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/models/acks/src/main/java/org/eclipse/ditto/services/models/acks/AcknowledgementAggregatorActor.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/license-check-ditto0_works-with/services/models/acks/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/models/acks/src/test/java/org/eclipse/ditto/services/models/acks/AcknowledgementForwarderActorStarterTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/models/acks/src/test/java/org/eclipse/ditto/services/models/acks/AcknowledgementForwarderActorStarterTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-models-acks --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-models-acks --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/models/acks/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-models-acks --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-models-acks --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-cluster --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/utils/cluster/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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 26 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/cluster/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/cluster/src/main/java/org/eclipse/ditto/services/utils/cluster/AbstractJsonifiableWithDittoHeadersSerializer.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/cluster/src/main/java/org/eclipse/ditto/services/utils/cluster/AbstractJsonifiableWithDittoHeadersSerializer.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/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 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-utils-cluster --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/cluster/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/cluster/src/test/java/org/eclipse/ditto/services/utils/cluster/JsonValueSourceRefTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/cluster/src/test/java/org/eclipse/ditto/services/utils/cluster/JsonValueSourceRefTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-cluster --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-cluster --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/cluster/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-utils-cluster --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-utils-cluster --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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] [INFO] -----------< org.eclipse.ditto:ditto-services-utils-devops >------------ [INFO] Building Eclipse Ditto :: Services :: Utils :: DevOps 0-SNAPSHOT [81/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] ---------< org.eclipse.ditto:ditto-services-utils-persistence >--------- [INFO] Building Eclipse Ditto :: Services :: Utils :: Persistence Utils 0-SNAPSHOT [82/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Utils :: DevOps: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Utils :: Persistence Utils: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-devops --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/utils/devops/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-devops --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/devops/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-utils-devops --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-pubsub >------------ [INFO] Building Eclipse Ditto :: Services :: Utils :: Pub-Sub 0-SNAPSHOT [83/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Utils :: Pub-Sub: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-pubsub --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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.2.5: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 86 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/pubsub/target/classes [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-persistence --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/utils/persistence/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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 76 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/persistence/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/pubsub/src/main/java/org/eclipse/ditto/services/utils/pubsub/actors/SubUpdater.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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 5 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/pubsub/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/persistence/src/main/java/org/eclipse/ditto/services/utils/persistence/mongo/indices/IndexOperations.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/persistence/src/main/java/org/eclipse/ditto/services/utils/persistence/mongo/indices/IndexOperations.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 32 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/persistence/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/persistence/src/test/java/org/eclipse/ditto/services/utils/persistence/mongo/JsonValueToDbEntityMapperTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/persistence/src/test/java/org/eclipse/ditto/services/utils/persistence/mongo/JsonValueToDbEntityMapperTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-persistence --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-persistence --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/persistence/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-utils-persistence --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/persistence/target/ditto-services-utils-persistence-0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ ditto-services-utils-persistence --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-utils-persistence --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-models-policies >---------- [INFO] Building Eclipse Ditto :: Services :: Models :: Policies 0-SNAPSHOT [84/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Models :: Policies: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-models-policies --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/models/policies/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/services/models/policies/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/models/policies/src/main/java/org/eclipse/ditto/services/models/policies/PoliciesAclMigrations.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/models/policies/src/main/java/org/eclipse/ditto/services/models/policies/PoliciesAclMigrations.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/license-check-ditto0_works-with/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 11 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/models/policies/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/models/policies/src/test/java/org/eclipse/ditto/services/models/policies/PoliciesAclMigrationsTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-models-policies --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/models/policies/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-models-policies --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-models-policies --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-utils-namespaces >---------- [INFO] Building Eclipse Ditto :: Services :: Utils :: Namespaces 0-SNAPSHOT [85/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Utils :: Namespaces: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-namespaces --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/utils/namespaces/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/utils/namespaces/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-namespaces --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-namespaces --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/namespaces/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-utils-namespaces --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-utils-namespaces --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-base >---------------- [INFO] Building Eclipse Ditto :: Services :: Base 0-SNAPSHOT [86/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Base: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-base --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/base/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/services/base/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/base/src/main/java/org/eclipse/ditto/services/base/DockerSwarmServiceDiscovery.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/base/src/main/java/org/eclipse/ditto/services/base/DockerSwarmServiceDiscovery.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/license-check-ditto0_works-with/services/base/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/base/src/test/java/org/eclipse/ditto/services/base/MainMethodExceptionHandlerTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/base/src/test/java/org/eclipse/ditto/services/base/MainMethodExceptionHandlerTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-base --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/base/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-base --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/base/target/ditto-services-base-0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ ditto-services-base --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-base --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-common >---------- [INFO] Building Eclipse Ditto :: Services :: Concierge :: Common 0-SNAPSHOT [87/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Concierge :: Common: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-concierge-common --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/concierge/common/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/concierge/common/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-concierge-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-concierge-common --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/concierge/common/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-concierge-common --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-concierge-common --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-persistent-actors >------ [INFO] Building Eclipse Ditto :: Services :: Utils :: Persistent Actors 0-SNAPSHOT [88/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Utils :: Persistent Actors: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-persistent-actors --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-services-utils-persistent-actors --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-utils-persistent-actors --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/persistent-actors/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-utils-persistent-actors --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/persistent-actors/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-utils-persistent-actors --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/persistent-actors/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-utils-persistent-actors --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-utils-persistent-actors:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-utils-persistent-actors --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/persistent-actors/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/persistent-actors/src/main/java/org/eclipse/ditto/services/utils/persistentactors/AbstractShardedPersistenceActor.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/persistent-actors/src/main/java/org/eclipse/ditto/services/utils/persistentactors/AbstractShardedPersistenceActor.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/persistent-actors/src/main/java/org/eclipse/ditto/services/utils/persistentactors/AbstractShardedPersistenceActor.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-utils-persistent-actors --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-utils-persistent-actors --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/persistent-actors/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-persistent-actors --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-persistent-actors --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/persistent-actors/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-utils-persistent-actors --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/persistent-actors/target/ditto-services-utils-persistent-actors-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-utils-persistent-actors --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-utils-persistent-actors --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-utils-persistent-actors --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-utils-persistent-actors --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/persistent-actors/target/ditto-services-utils-persistent-actors-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-persistent-actors/0-SNAPSHOT/ditto-services-utils-persistent-actors-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/persistent-actors/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-persistent-actors/0-SNAPSHOT/ditto-services-utils-persistent-actors-0-SNAPSHOT.pom [INFO] [INFO] -----------< org.eclipse.ditto:ditto-services-things-common >----------- [INFO] Building Eclipse Ditto :: Services :: Things :: Common 0-SNAPSHOT [89/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Things :: Common: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-things-common --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-services-things-common --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-things-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/license-check-ditto0_works-with/services/things/common/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-things-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/license-check-ditto0_works-with/services/things/common/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-things-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/things/common/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-things-common --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-things-common:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-things-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/things/common/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-things-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/things/common/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-things-common --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-things-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-things-common --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/things/common/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-things-common --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/things/common/target/ditto-services-things-common-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-things-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-things-common --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-things-common --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-things-common --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/things/common/target/ditto-services-things-common-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-things-common/0-SNAPSHOT/ditto-services-things-common-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/things/common/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-things-common/0-SNAPSHOT/ditto-services-things-common-0-SNAPSHOT.pom [INFO] [INFO] ----------< org.eclipse.ditto:ditto-services-policies-common >---------- [INFO] Building Eclipse Ditto :: Services :: Policies :: Common 0-SNAPSHOT [90/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Policies :: Common: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-policies-common --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-services-policies-common --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-policies-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/license-check-ditto0_works-with/services/policies/common/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-policies-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/license-check-ditto0_works-with/services/policies/common/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-policies-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/common/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-policies-common --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-policies-common:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-policies-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/common/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/pubsub/src/test/java/org/eclipse/ditto/services/utils/pubsub/PubSubFactoryTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-pubsub --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/pubsub/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-utils-pubsub --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-utils-pubsub --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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 [91/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Models :: Things: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-models-things --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/models/things/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-policies-common --- [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-policies-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/common/target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-models-things --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/models/things/target/classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-policies-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-policies-common --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/common/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-policies-common --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/common/target/ditto-services-policies-common-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-policies-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-policies-common --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-policies-common --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-policies-common --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/common/target/ditto-services-policies-common-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-policies-common/0-SNAPSHOT/ditto-services-policies-common-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/common/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-policies-common/0-SNAPSHOT/ditto-services-policies-common-0-SNAPSHOT.pom [INFO] [INFO] -------< org.eclipse.ditto:ditto-services-policies-persistence >-------- [INFO] Building Eclipse Ditto :: Services :: Policies :: Persistence 0-SNAPSHOT [92/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/models/things/src/test/resources [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Policies :: Persistence: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] org.sonatype.plugins:port-allocator-maven-plugin:1.2 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-models-things --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/models/things/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/models/things/src/test/java/org/eclipse/ditto/services/models/things/CommandAndEventJsonExamplesProducer.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/models/things/src/test/java/org/eclipse/ditto/services/models/things/CommandAndEventJsonExamplesProducer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-models-things --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-models-things --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/models/things/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-models-things --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-models-things --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-thingsearch >--------- [INFO] Building Eclipse Ditto :: Services :: Models :: Things Search 0-SNAPSHOT [93/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Models :: Things Search: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-models-thingsearch --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/models/thingsearch/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/services/models/thingsearch/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/models/thingsearch/src/main/java/org/eclipse/ditto/services/models/thingsearch/SearchNamespaceResultEntry.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/models/thingsearch/src/main/java/org/eclipse/ditto/services/models/thingsearch/SearchNamespaceResultEntry.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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/models/thingsearch/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/models/thingsearch/src/test/java/org/eclipse/ditto/services/models/thingsearch/commands/sudo/SudoCountThingsTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/models/thingsearch/src/test/java/org/eclipse/ditto/services/models/thingsearch/commands/sudo/SudoCountThingsTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-models-thingsearch --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-models-thingsearch --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/models/thingsearch/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-models-thingsearch --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-models-thingsearch --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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 [94/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Models :: Connectivity: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-models-connectivity --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/models/connectivity/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/services/models/connectivity/target/classes [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-policies-persistence --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-services-policies-persistence --- [INFO] [INFO] --- port-allocator-maven-plugin:1.2:allocate-ports (default) @ ditto-services-policies-persistence --- [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/models/connectivity/src/main/java/org/eclipse/ditto/services/models/connectivity/OutboundSignal.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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] Assigning port '42623' to property 'random-akka-tcp-port' [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-policies-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/license-check-ditto0_works-with/services/policies/persistence/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] Changes detected - recompiling the module! [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-policies-persistence --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/models/connectivity/target/test-classes [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/persistence/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-policies-persistence --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/persistence/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-policies-persistence --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-policies-persistence:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-policies-persistence --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 64 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/persistence/target/classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-models-connectivity --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-models-connectivity --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/models/connectivity/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-models-connectivity --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/models/connectivity/target/ditto-services-models-connectivity-0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ ditto-services-models-connectivity --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-models-connectivity --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-utils-cache-loaders >-------- [INFO] Building Eclipse Ditto :: Services :: Utils :: Cache Loaders 0-SNAPSHOT [95/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Utils :: Cache Loaders: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-cache-loaders --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/utils/cache-loaders/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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 10 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/cache-loaders/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/cache-loaders/src/main/java/org/eclipse/ditto/services/utils/cacheloaders/AclEnforcerCacheLoader.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/cache-loaders/src/main/java/org/eclipse/ditto/services/utils/cacheloaders/AclEnforcerCacheLoader.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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-cache-loaders --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/cache-loaders/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-utils-cache-loaders --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/cache-loaders/target/ditto-services-utils-cache-loaders-0-SNAPSHOT.jar [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/persistence/src/main/java/org/eclipse/ditto/services/policies/persistence/serializer/AbstractPolicyMongoEventAdapter.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/persistence/src/main/java/org/eclipse/ditto/services/policies/persistence/serializer/AbstractPolicyMongoEventAdapter.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/persistence/src/main/java/org/eclipse/ditto/services/policies/persistence/actors/PolicyPersistenceActor.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/persistence/src/main/java/org/eclipse/ditto/services/policies/persistence/actors/PolicyPersistenceActor.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/persistence/src/main/java/org/eclipse/ditto/services/policies/persistence/actors/PolicyPersistenceActor.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-policies-persistence --- [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-policies-persistence --- [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] Changes detected - recompiling the module! [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/persistence/target/test-classes [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-utils-cache-loaders --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-utils-aggregator >---------- [INFO] Building Eclipse Ditto :: Services :: Utils :: Aggregator 0-SNAPSHOT [96/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Utils :: Aggregator: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-aggregator --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-services-utils-aggregator --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-utils-aggregator --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/aggregator/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-utils-aggregator --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/aggregator/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-utils-aggregator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/aggregator/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-utils-aggregator --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-utils-aggregator:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-utils-aggregator --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/aggregator/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-utils-aggregator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/aggregator/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-utils-aggregator --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/aggregator/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-aggregator --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-aggregator --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/aggregator/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-utils-aggregator --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/aggregator/target/ditto-services-utils-aggregator-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-utils-aggregator --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-utils-aggregator --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-utils-aggregator --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-utils-aggregator --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/aggregator/target/ditto-services-utils-aggregator-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-aggregator/0-SNAPSHOT/ditto-services-utils-aggregator-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/aggregator/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-aggregator/0-SNAPSHOT/ditto-services-utils-aggregator-0-SNAPSHOT.pom [INFO] [INFO] --------< org.eclipse.ditto:ditto-services-things-persistence >--------- [INFO] Building Eclipse Ditto :: Services :: Things :: Persistence 0-SNAPSHOT [97/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Things :: Persistence: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] org.sonatype.plugins:port-allocator-maven-plugin:1.2 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-things-persistence --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-services-things-persistence --- [INFO] [INFO] --- port-allocator-maven-plugin:1.2:allocate-ports (default) @ ditto-services-things-persistence --- [INFO] Assigning port '46115' to property 'random-akka-tcp-port' [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-things-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/license-check-ditto0_works-with/services/things/persistence/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-things-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/license-check-ditto0_works-with/services/things/persistence/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-things-persistence --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/things/persistence/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-things-persistence --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-things-persistence:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-things-persistence --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 104 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/things/persistence/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/things/persistence/src/main/java/org/eclipse/ditto/services/things/persistence/actors/strategies/commands/ModifyAclStrategy.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/things/persistence/src/main/java/org/eclipse/ditto/services/things/persistence/actors/strategies/commands/ModifyAclStrategy.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-things-persistence --- [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-things-persistence --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 100 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/things/persistence/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/persistence/src/test/java/org/eclipse/ditto/services/policies/persistence/actors/PolicyPersistenceActorTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/persistence/src/test/java/org/eclipse/ditto/services/policies/persistence/actors/PolicyPersistenceActorTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/persistence/src/test/java/org/eclipse/ditto/services/policies/persistence/actors/PolicyPersistenceOperationsActorIT.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/persistence/src/test/java/org/eclipse/ditto/services/policies/persistence/actors/PolicyPersistenceOperationsActorIT.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-policies-persistence --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-policies-persistence --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/persistence/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-policies-persistence --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/persistence/target/ditto-services-policies-persistence-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-policies-persistence --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-policies-persistence --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-policies-persistence --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-policies-persistence --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/persistence/target/ditto-services-policies-persistence-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-policies-persistence/0-SNAPSHOT/ditto-services-policies-persistence-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/persistence/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-policies-persistence/0-SNAPSHOT/ditto-services-policies-persistence-0-SNAPSHOT.pom [INFO] [INFO] -----------< org.eclipse.ditto:ditto-services-utils-search >------------ [INFO] Building Eclipse Ditto :: Services :: Utils :: Search 0-SNAPSHOT [98/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Utils :: Search: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-search --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-services-utils-search --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-utils-search --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/search/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-utils-search --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/search/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-utils-search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/search/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-utils-search --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-utils-search:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-utils-search --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/search/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/search/src/main/java/org/eclipse/ditto/services/utils/search/SubscriptionManager.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/search/src/main/java/org/eclipse/ditto/services/utils/search/SubscriptionManager.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/search/src/main/java/org/eclipse/ditto/services/utils/search/SubscriptionManager.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/search/src/main/java/org/eclipse/ditto/services/utils/search/SearchSource.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/search/src/main/java/org/eclipse/ditto/services/utils/search/SearchSource.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/search/src/main/java/org/eclipse/ditto/services/utils/search/SearchSource.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-utils-search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/search/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-utils-search --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/search/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/search/src/test/java/org/eclipse/ditto/services/utils/search/SubscriptionActorTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/search/src/test/java/org/eclipse/ditto/services/utils/search/SubscriptionActorTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/search/src/test/java/org/eclipse/ditto/services/utils/search/SearchSourceTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/search/src/test/java/org/eclipse/ditto/services/utils/search/SearchSourceTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/search/src/test/java/org/eclipse/ditto/services/utils/search/SearchSourceTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-search --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-search --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/search/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-utils-search --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/search/target/ditto-services-utils-search-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-utils-search --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-utils-search --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-utils-search --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-utils-search --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/search/target/ditto-services-utils-search-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-search/0-SNAPSHOT/ditto-services-utils-search-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/utils/search/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-search/0-SNAPSHOT/ditto-services-utils-search-0-SNAPSHOT.pom [INFO] [INFO] --------< org.eclipse.ditto:ditto-services-thingsearch-common >--------- [INFO] Building Eclipse Ditto :: Services :: Thing Search :: Common 0-SNAPSHOT [99/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Thing Search :: Common: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-thingsearch-common --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-services-thingsearch-common --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-thingsearch-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/license-check-ditto0_works-with/services/thingsearch/common/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-thingsearch-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/license-check-ditto0_works-with/services/thingsearch/common/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-thingsearch-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/common/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-thingsearch-common --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-thingsearch-common:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-thingsearch-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/common/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-thingsearch-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-thingsearch-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/common/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-thingsearch-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-thingsearch-common --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/common/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-thingsearch-common --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/common/target/ditto-services-thingsearch-common-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-thingsearch-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-thingsearch-common --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-thingsearch-common --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-thingsearch-common --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/common/target/ditto-services-thingsearch-common-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-thingsearch-common/0-SNAPSHOT/ditto-services-thingsearch-common-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/common/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-thingsearch-common/0-SNAPSHOT/ditto-services-thingsearch-common-0-SNAPSHOT.pom [INFO] [INFO] ---------< org.eclipse.ditto:ditto-services-models-concierge >---------- [INFO] Building Eclipse Ditto :: Services :: Models :: Concierge 0-SNAPSHOT [100/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Models :: Concierge: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-models-concierge --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-models-concierge --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/models/concierge/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-models-concierge --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-gateway-util >------------ [INFO] Building Eclipse Ditto :: Services :: Gateway :: Util 0-SNAPSHOT [101/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Gateway :: Util: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-gateway-util --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-services-gateway-util --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-gateway-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/license-check-ditto0_works-with/services/gateway/util/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-gateway-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/license-check-ditto0_works-with/services/gateway/util/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-gateway-util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/util/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-gateway-util --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-gateway-util:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-gateway-util --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/util/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-gateway-util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 14 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-gateway-util --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/util/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/things/persistence/src/test/java/org/eclipse/ditto/services/things/persistence/actors/ETagTestUtils.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/things/persistence/src/test/java/org/eclipse/ditto/services/things/persistence/actors/ETagTestUtils.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-things-persistence --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-things-persistence --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/things/persistence/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-things-persistence --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/things/persistence/target/ditto-services-things-persistence-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-things-persistence --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-things-persistence --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-things-persistence --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-things-persistence --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/things/persistence/target/ditto-services-things-persistence-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-things-persistence/0-SNAPSHOT/ditto-services-things-persistence-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/things/persistence/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-things-persistence/0-SNAPSHOT/ditto-services-things-persistence-0-SNAPSHOT.pom [INFO] [INFO] ------< org.eclipse.ditto:ditto-services-models-signalenrichment >------ [INFO] Building Eclipse Ditto :: Services :: Models :: Signal Enrichment 0-SNAPSHOT [102/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Models :: Signal Enrichment: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-models-signalenrichment --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/models/signalenrichment/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/models/signalenrichment/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/util/src/test/java/org/eclipse/ditto/services/gateway/util/GatewayMappingStrategiesTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/util/src/test/java/org/eclipse/ditto/services/gateway/util/GatewayMappingStrategiesTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-gateway-util --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-gateway-util --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/util/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-gateway-util --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/util/target/ditto-services-gateway-util-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-gateway-util --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-gateway-util --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-gateway-util --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-gateway-util --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/util/target/ditto-services-gateway-util-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-gateway-util/0-SNAPSHOT/ditto-services-gateway-util-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/util/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-gateway-util/0-SNAPSHOT/ditto-services-gateway-util-0-SNAPSHOT.pom [INFO] [INFO] ---------< org.eclipse.ditto:ditto-services-policies-starter >---------- [INFO] Building Eclipse Ditto :: Services :: Policies :: Starter 0-SNAPSHOT [103/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/models/signalenrichment/src/test/java/org/eclipse/ditto/services/models/signalenrichment/AbstractSignalEnrichmentFacadeTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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 --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Policies :: Starter: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-models-signalenrichment --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/models/signalenrichment/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-models-signalenrichment --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-models-signalenrichment --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-thingsearch-persistence >------ [INFO] Building Eclipse Ditto :: Services :: Thing Search :: Persistence 0-SNAPSHOT [104/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Thing Search :: Persistence: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] org.sonatype.plugins:port-allocator-maven-plugin:1.2 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-thingsearch-persistence --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-services-thingsearch-persistence --- [INFO] [INFO] --- port-allocator-maven-plugin:1.2:allocate-ports (default) @ ditto-services-thingsearch-persistence --- [INFO] Assigning port '44809' to property 'random-akka-tcp-port' [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-thingsearch-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/license-check-ditto0_works-with/services/thingsearch/persistence/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-thingsearch-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/license-check-ditto0_works-with/services/thingsearch/persistence/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-thingsearch-persistence --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/persistence/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-thingsearch-persistence --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-thingsearch-persistence:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-thingsearch-persistence --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/persistence/target/classes [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-policies-starter --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-services-policies-starter --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-policies-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/license-check-ditto0_works-with/services/policies/starter/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-policies-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/license-check-ditto0_works-with/services/policies/starter/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-policies-starter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-policies-starter --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-policies-starter:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-policies-starter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/starter/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-policies-starter --- [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-policies-starter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/starter/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/starter/src/test/java/org/eclipse/ditto/services/policies/starter/PoliciesServiceGlobalErrorRegistryTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/starter/src/test/java/org/eclipse/ditto/services/policies/starter/PoliciesServiceGlobalErrorRegistryTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/starter/src/test/java/org/eclipse/ditto/services/policies/starter/PoliciesServiceGlobalErrorRegistryTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-policies-starter --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-policies-starter --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/starter/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-policies-starter --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/starter/target/ditto-services-policies-starter-0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.1.0:shade (default) @ ditto-services-policies-starter --- [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/persistence/src/main/java/org/eclipse/ditto/services/thingsearch/persistence/write/streaming/BackgroundSyncStream.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/persistence/src/main/java/org/eclipse/ditto/services/thingsearch/persistence/write/streaming/BackgroundSyncStream.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-thingsearch-persistence --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 10 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-thingsearch-persistence --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/persistence/target/test-classes [INFO] Including org.eclipse.ditto:ditto-services-base: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-signals-commands-things: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-signals-commands-policies: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.30 in the shaded jar. [INFO] Including com.lightbend.akka.management:akka-management_2.13:jar:1.0.10 in the shaded jar. [INFO] Including com.lightbend.akka.management:akka-management-cluster-bootstrap_2.13:jar:1.0.10 in the shaded jar. [INFO] Including com.lightbend.akka.management:akka-management-cluster-http_2.13:jar:1.0.10 in the shaded jar. [INFO] Including com.github.scullxbones:akka-persistence-mongo-common_2.13:jar:3.0.6 in the shaded jar. [INFO] Including nl.grons:metrics4-akka_a25_2.13:jar:4.1.14 in the shaded jar. [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.1.14 in the shaded jar. [INFO] Including org.mongodb:mongodb-driver-core:jar:4.1.1 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-policies-config:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-policies-common:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-utils-persistent-actors:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-policies-persistence: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-policies: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-signals-commands-cleanup: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-signals-announcements-policies: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-protocol-adapter: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-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-signals-events-thingsearch:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-utils-conditional-headers: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-signals-events-things: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 com.typesafe.akka:akka-persistence_2.13:jar:2.6.13 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-model-namespaces: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 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.11.4 in the shaded jar. [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.11.4 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-acks-things: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 org.eclipse.ditto:ditto-signals-commands-base: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-signals-commands-devops:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-signals-announcements-base:jar:0-SNAPSHOT in the shaded jar. [INFO] Including com.typesafe.akka:akka-cluster-sharding_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-distributed-data_2.13:jar:2.6.13 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-serialization-jackson_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.11.4 in the shaded jar. [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.11.4 in the shaded jar. [INFO] Including com.fasterxml.jackson.module:jackson-module-paranamer:jar:2.11.4 in the shaded jar. [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.11.4 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.11.4 in the shaded jar. [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.11.4 in the shaded jar. [INFO] Including org.lz4:lz4-java:jar:1.7.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.11.4 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.eclipse.ditto:ditto-services-utils-cache:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.1.1 in the shaded jar. [INFO] Including org.mongodb:bson:jar:4.1.1 in the shaded jar. [INFO] Including com.github.scullxbones:akka-persistence-mongo-scala_2.13:jar:3.0.6 in the shaded jar. [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.1.1 in the shaded jar. [INFO] Including org.scala-lang:scala-reflect:jar:2.13.5 in the shaded jar. [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.1.1 in the shaded jar. [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:2.8.8 in the shaded jar. [INFO] Including io.netty:netty-buffer:jar:4.1.59.Final in the shaded jar. [INFO] Including io.netty:netty-common:jar:4.1.59.Final in the shaded jar. [INFO] Including io.netty:netty-handler:jar:4.1.59.Final in the shaded jar. [INFO] Including io.netty:netty-resolver:jar:4.1.59.Final in the shaded jar. [INFO] Including io.netty:netty-codec:jar:4.1.59.Final in the shaded jar. [INFO] Including io.netty:netty-transport:jar:4.1.59.Final in the shaded jar. [INFO] Including com.typesafe.akka:akka-persistence-query_2.13:jar:2.6.13 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-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 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.10 in the shaded jar. [INFO] Including com.typesafe.akka:akka-coordination_2.13:jar:2.6.13 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 com.typesafe.akka:akka-actor_2.13:jar:2.6.13 in the shaded jar. [INFO] Including org.scala-lang:scala-library:jar:2.13.5 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.typesafe.akka:akka-cluster_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-remote_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-pki_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar. [INFO] Including org.agrona:agrona:jar:1.9.0 in the shaded jar. [INFO] Including com.typesafe.akka:akka-cluster-tools_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-slf4j_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-stream_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-protobuf-v3_2.13:jar:2.6.13 in the shaded jar. [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.3 in the shaded jar. [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.4.2 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 com.typesafe.akka:akka-http_2.13:jar:10.2.4 in the shaded jar. [INFO] Including com.typesafe.akka:akka-http-core_2.13:jar:10.2.4 in the shaded jar. [INFO] Including com.typesafe.akka:akka-parsing_2.13:jar:10.2.4 in the shaded jar. [INFO] Including com.twitter:hpack:jar:1.0.2 in the shaded jar. [INFO] Including com.lightbend.akka.discovery:akka-discovery-kubernetes-api_2.13:jar:1.0.10 in the shaded jar. [INFO] Including com.typesafe.akka:akka-discovery_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-http-spray-json_2.13:jar:10.2.4 in the shaded jar. [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 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. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/persistence/src/test/java/org/eclipse/ditto/services/thingsearch/persistence/write/streaming/BackgroundSyncStreamTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/persistence/src/test/java/org/eclipse/ditto/services/thingsearch/persistence/write/streaming/BackgroundSyncStreamTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-thingsearch-persistence --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-thingsearch-persistence --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/persistence/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-thingsearch-persistence --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/persistence/target/ditto-services-thingsearch-persistence-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-thingsearch-persistence --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-thingsearch-persistence --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-thingsearch-persistence --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-thingsearch-persistence --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/persistence/target/ditto-services-thingsearch-persistence-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-thingsearch-persistence/0-SNAPSHOT/ditto-services-thingsearch-persistence-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/persistence/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-thingsearch-persistence/0-SNAPSHOT/ditto-services-thingsearch-persistence-0-SNAPSHOT.pom [INFO] [INFO] ---------< org.eclipse.ditto:ditto-services-concierge-actors >---------- [INFO] Building Eclipse Ditto :: Services :: Concierge :: Actors 0-SNAPSHOT [105/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Concierge :: Actors: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-concierge-actors --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/concierge/actors/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/services/concierge/actors/target/classes [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. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/concierge/actors/src/main/java/org/eclipse/ditto/services/concierge/actors/cleanup/credits/DecisionByMetricStage.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/concierge/actors/src/main/java/org/eclipse/ditto/services/concierge/actors/cleanup/credits/ClusterStatusStage.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/concierge/actors/src/main/java/org/eclipse/ditto/services/concierge/actors/cleanup/credits/ClusterStatusStage.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 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-concierge-actors --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/concierge/actors/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-concierge-actors --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-concierge-actors --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/concierge/actors/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-concierge-actors --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-concierge-actors --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-concierge-enforcement >------- [INFO] Building Eclipse Ditto :: Services :: Concierge :: Enforcement 0-SNAPSHOT [106/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Concierge :: Enforcement: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-concierge-enforcement --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [INFO] Writing third-party file to /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/concierge/enforcement/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-concierge-enforcement --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-concierge-enforcement:jar:0-SNAPSHOT... [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [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/license-check-ditto0_works-with/services/concierge/enforcement/target/classes [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/concierge/enforcement/src/main/java/org/eclipse/ditto/services/concierge/enforcement/Contextual.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/concierge/enforcement/src/main/java/org/eclipse/ditto/services/concierge/enforcement/Contextual.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 28 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/concierge/enforcement/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/concierge/enforcement/src/test/java/org/eclipse/ditto/services/concierge/enforcement/PreEnforcementTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/concierge/enforcement/src/test/java/org/eclipse/ditto/services/concierge/enforcement/PreEnforcementTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-concierge-enforcement --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-concierge-enforcement --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/concierge/enforcement/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-concierge-enforcement --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-concierge-enforcement --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-connectivity-config >-------- [INFO] Building Eclipse Ditto :: Services :: Connectivity :: Config 0-SNAPSHOT [107/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Connectivity :: Config: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-connectivity-config --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-services-connectivity-config --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-connectivity-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/license-check-ditto0_works-with/services/connectivity/config/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-connectivity-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/license-check-ditto0_works-with/services/connectivity/config/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-connectivity-config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-connectivity-config --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-connectivity-config:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-connectivity-config --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-connectivity-config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/config/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-connectivity-config --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-connectivity-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-connectivity-config --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/config/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-connectivity-config --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/config/target/ditto-services-connectivity-config-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-connectivity-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-connectivity-config --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-connectivity-config --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-connectivity-config --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/config/target/ditto-services-connectivity-config-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-connectivity-config/0-SNAPSHOT/ditto-services-connectivity-config-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/config/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-connectivity-config/0-SNAPSHOT/ditto-services-connectivity-config-0-SNAPSHOT.pom [INFO] [INFO] ----------< org.eclipse.ditto:ditto-services-gateway-config >----------- [INFO] Building Eclipse Ditto :: Services :: Gateway :: Config 0-SNAPSHOT [108/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Gateway :: Config: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-gateway-config --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-services-gateway-config --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-gateway-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/license-check-ditto0_works-with/services/gateway/config/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-gateway-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/license-check-ditto0_works-with/services/gateway/config/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-gateway-config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-gateway-config --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-gateway-config:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-gateway-config --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-gateway-config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/config/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-gateway-config --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-gateway-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-gateway-config --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/config/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-gateway-config --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/config/target/ditto-services-gateway-config-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-gateway-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-gateway-config --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-gateway-config --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-gateway-config --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/config/target/ditto-services-gateway-config-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-gateway-config/0-SNAPSHOT/ditto-services-gateway-config-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/config/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-gateway-config/0-SNAPSHOT/ditto-services-gateway-config-0-SNAPSHOT.pom [INFO] [INFO] ----------< org.eclipse.ditto:ditto-services-things-starter >----------- [INFO] Building Eclipse Ditto :: Services :: Things :: Starter 0-SNAPSHOT [109/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Things :: Starter: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-things-starter --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-services-things-starter --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-things-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/license-check-ditto0_works-with/services/things/starter/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-things-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/license-check-ditto0_works-with/services/things/starter/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-things-starter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-things-starter --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-things-starter:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-things-starter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/things/starter/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-things-starter --- [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-things-starter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/things/starter/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/things/starter/src/test/java/org/eclipse/ditto/services/things/starter/ThingsServiceGlobalErrorRegistryTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/things/starter/src/test/java/org/eclipse/ditto/services/things/starter/ThingsServiceGlobalErrorRegistryTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/things/starter/src/test/java/org/eclipse/ditto/services/things/starter/ThingsServiceGlobalErrorRegistryTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-things-starter --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-things-starter --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/things/starter/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-things-starter --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/things/starter/target/ditto-services-things-starter-0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.1.0:shade (default) @ ditto-services-things-starter --- [INFO] Including org.eclipse.ditto:ditto-services-base: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-signals-commands-things: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-model-policies: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.30 in the shaded jar. [INFO] Including com.lightbend.akka.management:akka-management_2.13:jar:1.0.10 in the shaded jar. [INFO] Including com.lightbend.akka.management:akka-management-cluster-bootstrap_2.13:jar:1.0.10 in the shaded jar. [INFO] Including com.lightbend.akka.management:akka-management-cluster-http_2.13:jar:1.0.10 in the shaded jar. [INFO] Including com.github.scullxbones:akka-persistence-mongo-common_2.13:jar:3.0.6 in the shaded jar. [INFO] Including nl.grons:metrics4-akka_a25_2.13:jar:4.1.14 in the shaded jar. [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.1.14 in the shaded jar. [INFO] Including org.mongodb:mongodb-driver-core:jar:4.1.1 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-things-config:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-things-common:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-things-persistence: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-things: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-signals-events-things: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-services-models-things: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-signals-announcements-policies: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-conditional-headers:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-utils-persistent-actors:jar:0-SNAPSHOT in the shaded jar. [INFO] Including com.typesafe.akka:akka-persistence_2.13:jar:2.6.13 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-model-namespaces: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 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.11.4 in the shaded jar. [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.11.4 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-acks-things: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 org.eclipse.ditto:ditto-signals-commands-base: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-signals-announcements-base:jar:0-SNAPSHOT in the shaded jar. [INFO] Including com.typesafe.akka:akka-cluster-sharding_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-distributed-data_2.13:jar:2.6.13 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-serialization-jackson_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.11.4 in the shaded jar. [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.11.4 in the shaded jar. [INFO] Including com.fasterxml.jackson.module:jackson-module-paranamer:jar:2.11.4 in the shaded jar. [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.11.4 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.11.4 in the shaded jar. [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.11.4 in the shaded jar. [INFO] Including org.lz4:lz4-java:jar:1.7.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.11.4 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 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.10 in the shaded jar. [INFO] Including com.typesafe.akka:akka-coordination_2.13:jar:2.6.13 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-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.eclipse.ditto:ditto-services-utils-cache:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.1.1 in the shaded jar. [INFO] Including org.mongodb:bson:jar:4.1.1 in the shaded jar. [INFO] Including com.github.scullxbones:akka-persistence-mongo-scala_2.13:jar:3.0.6 in the shaded jar. [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.1.1 in the shaded jar. [INFO] Including org.scala-lang:scala-reflect:jar:2.13.5 in the shaded jar. [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.1.1 in the shaded jar. [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:2.8.8 in the shaded jar. [INFO] Including io.netty:netty-buffer:jar:4.1.59.Final in the shaded jar. [INFO] Including io.netty:netty-common:jar:4.1.59.Final in the shaded jar. [INFO] Including io.netty:netty-handler:jar:4.1.59.Final in the shaded jar. [INFO] Including io.netty:netty-resolver:jar:4.1.59.Final in the shaded jar. [INFO] Including io.netty:netty-codec:jar:4.1.59.Final in the shaded jar. [INFO] Including io.netty:netty-transport:jar:4.1.59.Final in the shaded jar. [INFO] Including com.typesafe.akka:akka-persistence-query_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-actor_2.13:jar:2.6.13 in the shaded jar. [INFO] Including org.scala-lang:scala-library:jar:2.13.5 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.typesafe.akka:akka-cluster_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-remote_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-pki_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar. [INFO] Including org.agrona:agrona:jar:1.9.0 in the shaded jar. [INFO] Including com.typesafe.akka:akka-cluster-tools_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-slf4j_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-stream_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-protobuf-v3_2.13:jar:2.6.13 in the shaded jar. [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.3 in the shaded jar. [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.4.2 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 com.typesafe.akka:akka-http_2.13:jar:10.2.4 in the shaded jar. [INFO] Including com.typesafe.akka:akka-http-core_2.13:jar:10.2.4 in the shaded jar. [INFO] Including com.typesafe.akka:akka-parsing_2.13:jar:10.2.4 in the shaded jar. [INFO] Including com.twitter:hpack:jar:1.0.2 in the shaded jar. [INFO] Including com.lightbend.akka.discovery:akka-discovery-kubernetes-api_2.13:jar:1.0.10 in the shaded jar. [INFO] Including com.typesafe.akka:akka-discovery_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-http-spray-json_2.13:jar:10.2.4 in the shaded jar. [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 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] 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] 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-policies-starter --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-policies-starter --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-policies-starter --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-policies-starter --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/starter/target/ditto-services-policies-starter-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-policies-starter/0-SNAPSHOT/ditto-services-policies-starter-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/starter/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-policies-starter/0-SNAPSHOT/ditto-services-policies-starter-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/policies/starter/target/ditto-services-policies-starter-0-SNAPSHOT-allinone.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-policies-starter/0-SNAPSHOT/ditto-services-policies-starter-0-SNAPSHOT-allinone.jar [INFO] [INFO] ---------< org.eclipse.ditto:ditto-services-gateway-security >---------- [INFO] Building Eclipse Ditto :: Services :: Gateway :: Security 0-SNAPSHOT [110/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Gateway :: Security: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-gateway-security --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-services-gateway-security --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-gateway-security --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/security/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-gateway-security --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/security/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-gateway-security --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/security/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-gateway-security --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-gateway-security:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-gateway-security --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/security/target/classes [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. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/security/src/main/java/org/eclipse/ditto/services/gateway/security/authentication/preauth/PreAuthenticatedAuthenticationProvider.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/security/src/main/java/org/eclipse/ditto/services/gateway/security/authentication/preauth/PreAuthenticatedAuthenticationProvider.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/security/src/main/java/org/eclipse/ditto/services/gateway/security/authentication/preauth/PreAuthenticatedAuthenticationProvider.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/security/src/main/java/org/eclipse/ditto/services/gateway/security/authentication/DefaultAuthenticationFailureAggregator.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/security/src/main/java/org/eclipse/ditto/services/gateway/security/authentication/DefaultAuthenticationFailureAggregator.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/security/src/main/java/org/eclipse/ditto/services/gateway/security/authentication/DefaultAuthenticationFailureAggregator.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-gateway-security --- [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-gateway-security --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/security/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/security/src/test/java/org/eclipse/ditto/services/gateway/security/authentication/DefaultAuthenticationFailureAggregatorTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/security/src/test/java/org/eclipse/ditto/services/gateway/security/authentication/DefaultAuthenticationFailureAggregatorTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/security/src/test/java/org/eclipse/ditto/services/gateway/security/authentication/DefaultAuthenticationFailureAggregatorTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-gateway-security --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-gateway-security --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/security/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-gateway-security --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/security/target/ditto-services-gateway-security-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-gateway-security --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-gateway-security --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-gateway-security --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-gateway-security --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/security/target/ditto-services-gateway-security-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-gateway-security/0-SNAPSHOT/ditto-services-gateway-security-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/security/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-gateway-security/0-SNAPSHOT/ditto-services-gateway-security-0-SNAPSHOT.pom [INFO] [INFO] --------< org.eclipse.ditto:ditto-services-connectivity-common >-------- [INFO] Building Eclipse Ditto :: Services :: Connectivity :: Common 0-SNAPSHOT [111/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Connectivity :: Common: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-connectivity-common --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/connectivity/common/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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 40 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/common/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/common/src/main/java/org/eclipse/ditto/services/connectivity/config/ConnectivityConfigUnavailableException.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/connectivity/common/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-connectivity-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-connectivity-common --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/common/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-connectivity-common --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/common/target/ditto-services-connectivity-common-0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ ditto-services-connectivity-common --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-connectivity-common --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-thingsearch-updater-actors >----- [INFO] Building Eclipse Ditto :: Services :: Thing Search :: Updater Actors 0-SNAPSHOT [112/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Thing Search :: Updater Actors: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-thingsearch-updater-actors --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-services-thingsearch-updater-actors --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-thingsearch-updater-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/license-check-ditto0_works-with/services/thingsearch/updater-actors/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-thingsearch-updater-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/license-check-ditto0_works-with/services/thingsearch/updater-actors/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-thingsearch-updater-actors --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/updater-actors/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-thingsearch-updater-actors --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-thingsearch-updater-actors:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-thingsearch-updater-actors --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/updater-actors/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/updater-actors/src/main/java/org/eclipse/ditto/services/thingsearch/updater/actors/BackgroundSyncActor.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/updater-actors/src/main/java/org/eclipse/ditto/services/thingsearch/updater/actors/BackgroundSyncActor.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-thingsearch-updater-actors --- [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-thingsearch-updater-actors --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/updater-actors/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/updater-actors/src/test/java/org/eclipse/ditto/services/thingsearch/updater/actors/BackgroundSyncActorTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/updater-actors/src/test/java/org/eclipse/ditto/services/thingsearch/updater/actors/BackgroundSyncActorTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-thingsearch-updater-actors --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-thingsearch-updater-actors --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/updater-actors/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-thingsearch-updater-actors --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/updater-actors/target/ditto-services-thingsearch-updater-actors-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-thingsearch-updater-actors --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-thingsearch-updater-actors --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-thingsearch-updater-actors --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-thingsearch-updater-actors --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/updater-actors/target/ditto-services-thingsearch-updater-actors-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-thingsearch-updater-actors/0-SNAPSHOT/ditto-services-thingsearch-updater-actors-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/updater-actors/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-thingsearch-updater-actors/0-SNAPSHOT/ditto-services-thingsearch-updater-actors-0-SNAPSHOT.pom [INFO] [INFO] ---------< org.eclipse.ditto:ditto-services-concierge-starter >--------- [INFO] Building Eclipse Ditto :: Services :: Concierge :: Starter 0-SNAPSHOT [113/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Concierge :: Starter: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-concierge-starter --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/services/concierge/starter/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/concierge/starter/src/main/java/org/eclipse/ditto/services/concierge/starter/actors/DispatcherActor.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/concierge/starter/src/main/java/org/eclipse/ditto/services/concierge/starter/actors/DispatcherActor.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/concierge/starter/src/main/java/org/eclipse/ditto/services/concierge/starter/actors/DispatcherActor.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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/concierge/starter/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/concierge/starter/src/test/java/org/eclipse/ditto/services/concierge/starter/ConciergeServiceGlobalErrorRegistryTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-concierge-starter --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/concierge/starter/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-concierge-starter --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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-config:jar:0-SNAPSHOT in the shaded jar. [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-signals-announcements-policies: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.13 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.30 in the shaded jar. [INFO] Including com.typesafe.akka:akka-actor_2.13:jar:2.6.13 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.10 in the shaded jar. [INFO] Including com.lightbend.akka.management:akka-management-cluster-bootstrap_2.13:jar:1.0.10 in the shaded jar. [INFO] Including com.lightbend.akka.management:akka-management-cluster-http_2.13:jar:1.0.10 in the shaded jar. [INFO] Including com.github.scullxbones:akka-persistence-mongo-common_2.13:jar:3.0.6 in the shaded jar. [INFO] Including nl.grons:metrics4-akka_a25_2.13:jar:4.1.14 in the shaded jar. [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.1.14 in the shaded jar. [INFO] Including org.mongodb:mongodb-driver-core:jar:4.1.1 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.11.4 in the shaded jar. [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.11.4 in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-signals-announcements-base:jar:0-SNAPSHOT in the shaded jar. [INFO] Including com.typesafe.akka:akka-serialization-jackson_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.11.4 in the shaded jar. [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.11.4 in the shaded jar. [INFO] Including com.fasterxml.jackson.module:jackson-module-paranamer:jar:2.11.4 in the shaded jar. [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.11.4 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.11.4 in the shaded jar. [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.11.4 in the shaded jar. [INFO] Including org.lz4:lz4-java:jar:1.7.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.11.4 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.10 in the shaded jar. [INFO] Including com.typesafe.akka:akka-coordination_2.13:jar:2.6.13 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:mongodb-driver-reactivestreams:jar:4.1.1 in the shaded jar. [INFO] Including org.mongodb:bson:jar:4.1.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.6 in the shaded jar. [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.1.1 in the shaded jar. [INFO] Including org.scala-lang:scala-reflect:jar:2.13.5 in the shaded jar. [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.1.1 in the shaded jar. [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:2.8.8 in the shaded jar. [INFO] Including io.netty:netty-buffer:jar:4.1.59.Final in the shaded jar. [INFO] Including io.netty:netty-common:jar:4.1.59.Final in the shaded jar. [INFO] Including io.netty:netty-handler:jar:4.1.59.Final in the shaded jar. [INFO] Including io.netty:netty-resolver:jar:4.1.59.Final in the shaded jar. [INFO] Including io.netty:netty-codec:jar:4.1.59.Final in the shaded jar. [INFO] Including io.netty:netty-transport:jar:4.1.59.Final in the shaded jar. [INFO] Including com.typesafe.akka:akka-persistence-query_2.13:jar:2.6.13 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.13 in the shaded jar. [INFO] Including org.scala-lang:scala-library:jar:2.13.5 in the shaded jar. [INFO] Including com.typesafe.akka:akka-cluster_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-remote_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-pki_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar. [INFO] Including org.agrona:agrona:jar:1.9.0 in the shaded jar. [INFO] Including com.typesafe.akka:akka-cluster-sharding_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-distributed-data_2.13:jar:2.6.13 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.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-http_2.13:jar:10.2.4 in the shaded jar. [INFO] Including com.typesafe.akka:akka-http-core_2.13:jar:10.2.4 in the shaded jar. [INFO] Including com.typesafe.akka:akka-parsing_2.13:jar:10.2.4 in the shaded jar. [INFO] Including com.twitter:hpack:jar:1.0.2 in the shaded jar. [INFO] Including com.lightbend.akka.discovery:akka-discovery-kubernetes-api_2.13:jar:1.0.10 in the shaded jar. [INFO] Including com.typesafe.akka:akka-discovery_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-stream_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-protobuf-v3_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.4.2 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 com.typesafe.akka:akka-http-spray-json_2.13:jar:10.2.4 in the shaded jar. [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 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] 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] 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-things-starter --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-things-starter --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-things-starter --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-things-starter --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/things/starter/target/ditto-services-things-starter-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-things-starter/0-SNAPSHOT/ditto-services-things-starter-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/things/starter/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-things-starter/0-SNAPSHOT/ditto-services-things-starter-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/things/starter/target/ditto-services-things-starter-0-SNAPSHOT-allinone.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-things-starter/0-SNAPSHOT/ditto-services-things-starter-0-SNAPSHOT-allinone.jar [INFO] [INFO] ----------< org.eclipse.ditto:ditto-services-gateway-health >----------- [INFO] Building Eclipse Ditto :: Services :: Gateway :: Health 0-SNAPSHOT [114/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Gateway :: Health: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-gateway-health --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-services-gateway-health --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-gateway-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/license-check-ditto0_works-with/services/gateway/health/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-gateway-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/license-check-ditto0_works-with/services/gateway/health/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-gateway-health --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/health/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-gateway-health --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-gateway-health:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-gateway-health --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/health/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/health/src/main/java/org/eclipse/ditto/services/gateway/health/ClusterStatusAndHealthHelper.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/health/src/main/java/org/eclipse/ditto/services/gateway/health/ClusterStatusAndHealthHelper.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/health/src/main/java/org/eclipse/ditto/services/gateway/health/ClusterStatusAndHealthHelper.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-gateway-health --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/health/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-gateway-health --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-gateway-health --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-gateway-health --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/health/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-gateway-health --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/health/target/ditto-services-gateway-health-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-gateway-health --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-gateway-health --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-gateway-health --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-gateway-health --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/health/target/ditto-services-gateway-health-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-gateway-health/0-SNAPSHOT/ditto-services-gateway-health-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/health/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-gateway-health/0-SNAPSHOT/ditto-services-gateway-health-0-SNAPSHOT.pom [INFO] [INFO] ---------< org.eclipse.ditto:ditto-services-gateway-streaming >--------- [INFO] Building Eclipse Ditto :: Services :: Gateway :: Streaming 0-SNAPSHOT [115/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Gateway :: Streaming: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-gateway-streaming --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-services-gateway-streaming --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-gateway-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/license-check-ditto0_works-with/services/gateway/streaming/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-gateway-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/license-check-ditto0_works-with/services/gateway/streaming/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-gateway-streaming --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/streaming/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-gateway-streaming --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-gateway-streaming:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-gateway-streaming --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/streaming/target/classes [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. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/streaming/src/main/java/org/eclipse/ditto/services/gateway/streaming/StreamingAck.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/streaming/src/main/java/org/eclipse/ditto/services/gateway/streaming/StreamingAck.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-gateway-streaming --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/streaming/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-gateway-streaming --- [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/streaming/target/test-classes [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. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/streaming/src/test/java/org/eclipse/ditto/services/gateway/streaming/actors/StreamingSessionActorTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/streaming/src/test/java/org/eclipse/ditto/services/gateway/streaming/actors/StreamingSessionActorTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/streaming/src/test/java/org/eclipse/ditto/services/gateway/streaming/actors/StreamingSessionActorTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/streaming/src/test/java/org/eclipse/ditto/services/gateway/streaming/actors/StreamingSessionActorHeaderInteractionTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/streaming/src/test/java/org/eclipse/ditto/services/gateway/streaming/actors/StreamingSessionActorHeaderInteractionTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-gateway-streaming --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-gateway-streaming --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/streaming/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-gateway-streaming --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/streaming/target/ditto-services-gateway-streaming-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-gateway-streaming --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-gateway-streaming --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-gateway-streaming --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-gateway-streaming --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/streaming/target/ditto-services-gateway-streaming-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-gateway-streaming/0-SNAPSHOT/ditto-services-gateway-streaming-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/streaming/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-gateway-streaming/0-SNAPSHOT/ditto-services-gateway-streaming-0-SNAPSHOT.pom [INFO] [INFO] -------< org.eclipse.ditto:ditto-services-connectivity-mapping >-------- [INFO] Building Eclipse Ditto :: Services :: Connectivity :: Mapping 0-SNAPSHOT [116/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Connectivity :: Mapping: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-connectivity-mapping --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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.2.5: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/license-check-ditto0_works-with/services/connectivity/mapping/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/mapping/src/main/java/org/eclipse/ditto/services/connectivity/mapping/NormalizedMessageMapper.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/mapping/src/main/java/org/eclipse/ditto/services/connectivity/mapping/NormalizedMessageMapper.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/services/connectivity/mapping/target/test-classes [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. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/mapping/src/test/java/org/eclipse/ditto/services/connectivity/mapping/NormalizedMessageMapperTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/mapping/src/test/java/org/eclipse/ditto/services/connectivity/mapping/NormalizedMessageMapperTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-connectivity-mapping --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-connectivity-mapping --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/mapping/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-connectivity-mapping --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/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 [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] 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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-concierge-starter --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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/license-check-ditto0_works-with/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-thingsearch-starter >-------- [INFO] Building Eclipse Ditto :: Services :: Thing Search :: Starter 0-SNAPSHOT [117/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Thing Search :: Starter: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-thingsearch-starter --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-services-thingsearch-starter --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-thingsearch-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/license-check-ditto0_works-with/services/thingsearch/starter/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-thingsearch-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/license-check-ditto0_works-with/services/thingsearch/starter/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-thingsearch-starter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-thingsearch-starter --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-thingsearch-starter:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-thingsearch-starter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/starter/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/starter/src/main/java/org/eclipse/ditto/services/thingsearch/starter/actors/ThingsSearchCursor.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/starter/src/main/java/org/eclipse/ditto/services/thingsearch/starter/actors/ThingsSearchCursor.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/starter/src/main/java/org/eclipse/ditto/services/thingsearch/starter/actors/ThingsSearchCursor.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-thingsearch-starter --- [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-thingsearch-starter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/starter/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/starter/src/test/java/org/eclipse/ditto/services/thingsearch/starter/ThingSearchServiceGlobalErrorRegistryTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/starter/src/test/java/org/eclipse/ditto/services/thingsearch/starter/ThingSearchServiceGlobalErrorRegistryTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-thingsearch-starter --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-thingsearch-starter --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/starter/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-thingsearch-starter --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/starter/target/ditto-services-thingsearch-starter-0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.1.0:shade (default) @ ditto-services-thingsearch-starter --- [INFO] Including org.eclipse.ditto:ditto-services-base: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-signals-commands-things: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-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.30 in the shaded jar. [INFO] Including com.lightbend.akka.management:akka-management_2.13:jar:1.0.10 in the shaded jar. [INFO] Including com.lightbend.akka.management:akka-management-cluster-bootstrap_2.13:jar:1.0.10 in the shaded jar. [INFO] Including com.lightbend.akka.management:akka-management-cluster-http_2.13:jar:1.0.10 in the shaded jar. [INFO] Including com.github.scullxbones:akka-persistence-mongo-common_2.13:jar:3.0.6 in the shaded jar. [INFO] Including nl.grons:metrics4-akka_a25_2.13:jar:4.1.14 in the shaded jar. [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.1.14 in the shaded jar. [INFO] Including com.typesafe.akka:akka-persistence-query_2.13:jar:2.6.13 in the shaded jar. [INFO] Including org.mongodb:mongodb-driver-core:jar:4.1.1 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-thingsearch-config:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-thingsearch-common: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-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-model-thingsearch-parser: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-model-rql-parser:jar:0-SNAPSHOT in the shaded jar. [INFO] Including com.typesafe.akka:akka-parsing_2.13:jar:10.2.4 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-signals-events-policies: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-services-models-policies:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-signals-announcements-policies: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-utils-pubsub: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-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 com.github.scullxbones:akka-persistence-mongo-scala_2.13:jar:3.0.6 in the shaded jar. [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.1.1 in the shaded jar. [INFO] Including org.scala-lang:scala-reflect:jar:2.13.5 in the shaded jar. [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.1.1 in the shaded jar. [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:2.8.8 in the shaded jar. [INFO] Including io.netty:netty-buffer:jar:4.1.59.Final in the shaded jar. [INFO] Including io.netty:netty-common:jar:4.1.59.Final in the shaded jar. [INFO] Including io.netty:netty-handler:jar:4.1.59.Final in the shaded jar. [INFO] Including io.netty:netty-resolver:jar:4.1.59.Final in the shaded jar. [INFO] Including io.netty:netty-codec:jar:4.1.59.Final in the shaded jar. [INFO] Including io.netty:netty-transport:jar:4.1.59.Final in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-thingsearch-persistence: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-enforcers: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 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-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 com.typesafe.akka:akka-stream_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-protobuf-v3_2.13:jar:2.6.13 in the shaded jar. [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.3 in the shaded jar. [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.4.2 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 org.mongodb:mongodb-driver-reactivestreams:jar:4.1.1 in the shaded jar. [INFO] Including org.mongodb:bson:jar:4.1.1 in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-thingsearch-updater-actors: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-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.10 in the shaded jar. [INFO] Including com.typesafe.akka:akka-coordination_2.13:jar:2.6.13 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-akka:jar:0-SNAPSHOT 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-models-streaming:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-utils-aggregator: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.11.4 in the shaded jar. [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.11.4 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-acks-things: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-signals-announcements-base:jar:0-SNAPSHOT in the shaded jar. [INFO] Including com.typesafe.akka:akka-serialization-jackson_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.11.4 in the shaded jar. [INFO] Including com.fasterxml.jackson.module:jackson-module-paranamer:jar:2.11.4 in the shaded jar. [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.11.4 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.11.4 in the shaded jar. [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.11.4 in the shaded jar. [INFO] Including org.lz4:lz4-java:jar:1.7.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.11.4 in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-utils-health:jar:0-SNAPSHOT in the shaded jar. [INFO] Including com.typesafe.akka:akka-actor_2.13:jar:2.6.13 in the shaded jar. [INFO] Including org.scala-lang:scala-library:jar:2.13.5 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.typesafe.akka:akka-cluster_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-remote_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-pki_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar. [INFO] Including org.agrona:agrona:jar:1.9.0 in the shaded jar. [INFO] Including com.typesafe.akka:akka-cluster-tools_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-cluster-sharding_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-distributed-data_2.13:jar:2.6.13 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-persistence_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-http_2.13:jar:10.2.4 in the shaded jar. [INFO] Including com.typesafe.akka:akka-http-core_2.13:jar:10.2.4 in the shaded jar. [INFO] Including com.twitter:hpack:jar:1.0.2 in the shaded jar. [INFO] Including com.typesafe.akka:akka-slf4j_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.lightbend.akka.discovery:akka-discovery-kubernetes-api_2.13:jar:1.0.10 in the shaded jar. [INFO] Including com.typesafe.akka:akka-discovery_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-http-spray-json_2.13:jar:10.2.4 in the shaded jar. [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 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.fasterxml.jackson.core:jackson-databind:jar:2.11.4 in the shaded jar. [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] ditto-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] 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-resources-plugin:3.1.0:copy-resources (copy-resources) @ ditto-services-thingsearch-starter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-thingsearch-starter --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-thingsearch-starter --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-thingsearch-starter --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-thingsearch-starter --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/starter/target/ditto-services-thingsearch-starter-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-thingsearch-starter/0-SNAPSHOT/ditto-services-thingsearch-starter-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/starter/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-thingsearch-starter/0-SNAPSHOT/ditto-services-thingsearch-starter-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/thingsearch/starter/target/ditto-services-thingsearch-starter-0-SNAPSHOT-allinone.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-thingsearch-starter/0-SNAPSHOT/ditto-services-thingsearch-starter-0-SNAPSHOT-allinone.jar [INFO] [INFO] ---------< org.eclipse.ditto:ditto-services-gateway-endpoints >--------- [INFO] Building Eclipse Ditto :: Services :: Gateway :: Endpoints 0-SNAPSHOT [118/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Gateway :: Endpoints: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-gateway-endpoints --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-services-gateway-endpoints --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-gateway-endpoints --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/endpoints/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-gateway-endpoints --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/endpoints/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-gateway-endpoints --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/endpoints/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/endpoints/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-gateway-endpoints --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-gateway-endpoints:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-gateway-endpoints --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 81 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/endpoints/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/endpoints/src/main/java/org/eclipse/ditto/services/gateway/endpoints/routes/websocket/WebSocketRoute.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/endpoints/src/main/java/org/eclipse/ditto/services/gateway/endpoints/routes/websocket/WebSocketRoute.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/endpoints/src/main/java/org/eclipse/ditto/services/gateway/endpoints/routes/cloudevents/CloudEventsRoute.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/endpoints/src/main/java/org/eclipse/ditto/services/gateway/endpoints/routes/cloudevents/CloudEventsRoute.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-gateway-endpoints --- [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-gateway-endpoints --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/endpoints/target/test-classes [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/mapping/target/ditto-services-connectivity-mapping-0-SNAPSHOT-benchmark.jar [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/endpoints/src/test/java/org/eclipse/ditto/services/gateway/endpoints/EndpointTestBase.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/endpoints/src/test/java/org/eclipse/ditto/services/gateway/endpoints/EndpointTestBase.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/endpoints/src/test/java/org/eclipse/ditto/services/gateway/endpoints/actors/HttpRequestActorTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/endpoints/src/test/java/org/eclipse/ditto/services/gateway/endpoints/actors/HttpRequestActorTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-gateway-endpoints --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-gateway-endpoints --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/endpoints/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-gateway-endpoints --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/endpoints/target/ditto-services-gateway-endpoints-0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ ditto-services-gateway-endpoints --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/endpoints/target/ditto-services-gateway-endpoints-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-gateway-endpoints --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-gateway-endpoints --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-gateway-endpoints --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-gateway-endpoints --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/endpoints/target/ditto-services-gateway-endpoints-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-gateway-endpoints/0-SNAPSHOT/ditto-services-gateway-endpoints-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/endpoints/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-gateway-endpoints/0-SNAPSHOT/ditto-services-gateway-endpoints-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/endpoints/target/ditto-services-gateway-endpoints-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-gateway-endpoints/0-SNAPSHOT/ditto-services-gateway-endpoints-0-SNAPSHOT-tests.jar [INFO] [INFO] -----------< org.eclipse.ditto:ditto-services-gateway-proxy >----------- [INFO] Building Eclipse Ditto :: Services :: Gateway :: Proxy 0-SNAPSHOT [119/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Gateway :: Proxy: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-gateway-proxy --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-services-gateway-proxy --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-gateway-proxy --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/proxy/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-gateway-proxy --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/proxy/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-gateway-proxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/proxy/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-gateway-proxy --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-gateway-proxy:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-gateway-proxy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/proxy/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/proxy/src/main/java/org/eclipse/ditto/services/gateway/proxy/actors/StatisticsActor.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/proxy/src/main/java/org/eclipse/ditto/services/gateway/proxy/actors/StatisticsActor.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/proxy/src/main/java/org/eclipse/ditto/services/gateway/proxy/actors/StatisticsActor.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-gateway-proxy --- [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-gateway-proxy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/proxy/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-gateway-proxy --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-gateway-proxy --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/proxy/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-gateway-proxy --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/proxy/target/ditto-services-gateway-proxy-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-gateway-proxy --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-gateway-proxy --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-gateway-proxy --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-gateway-proxy --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/proxy/target/ditto-services-gateway-proxy-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-gateway-proxy/0-SNAPSHOT/ditto-services-gateway-proxy-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/proxy/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-gateway-proxy/0-SNAPSHOT/ditto-services-gateway-proxy-0-SNAPSHOT.pom [INFO] [INFO] ----------< org.eclipse.ditto:ditto-services-gateway-starter >---------- [INFO] Building Eclipse Ditto :: Services :: Gateway :: Starter 0-SNAPSHOT [120/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Gateway :: Starter: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-gateway-starter --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-services-gateway-starter --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-gateway-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/license-check-ditto0_works-with/services/gateway/starter/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-gateway-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/license-check-ditto0_works-with/services/gateway/starter/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-gateway-starter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-gateway-starter --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-gateway-starter:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-gateway-starter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/starter/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-gateway-starter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/starter/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-gateway-starter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/starter/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/starter/src/test/java/org/eclipse/ditto/services/gateway/starter/GatewayServiceGlobalErrorRegistryTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/starter/src/test/java/org/eclipse/ditto/services/gateway/starter/GatewayServiceGlobalErrorRegistryTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/starter/src/test/java/org/eclipse/ditto/services/gateway/starter/GatewayServiceGlobalErrorRegistryTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-gateway-starter --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-gateway-starter --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/starter/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-gateway-starter --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/starter/target/ditto-services-gateway-starter-0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.1.0:shade (default) @ ditto-services-gateway-starter --- [INFO] Including org.eclipse.ditto:ditto-services-base: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-signals-commands-things: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-commands-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.30 in the shaded jar. [INFO] Including com.typesafe.akka:akka-actor_2.13:jar:2.6.13 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.10 in the shaded jar. [INFO] Including com.lightbend.akka.management:akka-management-cluster-bootstrap_2.13:jar:1.0.10 in the shaded jar. [INFO] Including com.lightbend.akka.management:akka-management-cluster-http_2.13:jar:1.0.10 in the shaded jar. [INFO] Including com.github.scullxbones:akka-persistence-mongo-common_2.13:jar:3.0.6 in the shaded jar. [INFO] Including nl.grons:metrics4-akka_a25_2.13:jar:4.1.14 in the shaded jar. [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.1.14 in the shaded jar. [INFO] Including org.mongodb:mongodb-driver-core:jar:4.1.1 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-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-utils-pubsub: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-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-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-services-utils-cache: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-signals-commands-base:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-gateway-config:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-gateway-endpoints: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-signals-events-things: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-services-models-signalenrichment: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-protocol: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.eclipse.ditto:ditto-services-utils-search:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-model-thingsearch-parser: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 com.typesafe.akka:akka-stream_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-protobuf-v3_2.13:jar:2.6.13 in the shaded jar. [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.3 in the shaded jar. [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.4.2 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.cloudevents:cloudevents-http-basic:jar:2.0.0 in the shaded jar. [INFO] Including io.cloudevents:cloudevents-core:jar:2.0.0 in the shaded jar. [INFO] Including io.cloudevents:cloudevents-api:jar:2.0.0 in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-gateway-health:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-gateway-proxy: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-enforcers: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-messages: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-events-base:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-utils-aggregator:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-gateway-security:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-model-jwt:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-utils-jwt:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-gateway-streaming: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-acks: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.akka:akka-http-core_2.13:jar:10.2.4 in the shaded jar. [INFO] Including com.typesafe.akka:akka-parsing_2.13:jar:10.2.4 in the shaded jar. [INFO] Including com.twitter:hpack:jar:1.0.2 in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-gateway-util: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-announcements-policies: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-model-namespaces: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 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.11.4 in the shaded jar. [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.11.4 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-acks-things:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-signals-announcements-base:jar:0-SNAPSHOT in the shaded jar. [INFO] Including com.typesafe.akka:akka-serialization-jackson_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.11.4 in the shaded jar. [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.11.4 in the shaded jar. [INFO] Including com.fasterxml.jackson.module:jackson-module-paranamer:jar:2.11.4 in the shaded jar. [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.11.4 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.11.4 in the shaded jar. [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.11.4 in the shaded jar. [INFO] Including org.lz4:lz4-java:jar:1.7.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.11.4 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 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.10 in the shaded jar. [INFO] Including com.typesafe.akka:akka-coordination_2.13:jar:2.6.13 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-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.mongodb:mongodb-driver-reactivestreams:jar:4.1.1 in the shaded jar. [INFO] Including org.mongodb:bson:jar:4.1.1 in the shaded jar. [INFO] Including com.github.scullxbones:akka-persistence-mongo-scala_2.13:jar:3.0.6 in the shaded jar. [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.1.1 in the shaded jar. [INFO] Including org.scala-lang:scala-reflect:jar:2.13.5 in the shaded jar. [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.1.1 in the shaded jar. [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:2.8.8 in the shaded jar. [INFO] Including io.netty:netty-buffer:jar:4.1.59.Final in the shaded jar. [INFO] Including io.netty:netty-common:jar:4.1.59.Final in the shaded jar. [INFO] Including io.netty:netty-handler:jar:4.1.59.Final in the shaded jar. [INFO] Including io.netty:netty-resolver:jar:4.1.59.Final in the shaded jar. [INFO] Including io.netty:netty-codec:jar:4.1.59.Final in the shaded jar. [INFO] Including io.netty:netty-transport:jar:4.1.59.Final in the shaded jar. [INFO] Including com.typesafe.akka:akka-persistence-query_2.13:jar:2.6.13 in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-signals-commands-cleanup:jar:0-SNAPSHOT in the shaded jar. [INFO] Including io.jsonwebtoken:jjwt-api:jar:0.11.2 in the shaded jar. [INFO] Including io.jsonwebtoken:jjwt-impl:jar:0.11.2 in the shaded jar. [INFO] Including com.typesafe.akka:akka-slf4j_2.13:jar:2.6.13 in the shaded jar. [INFO] Including org.scala-lang:scala-library:jar:2.13.5 in the shaded jar. [INFO] Including com.typesafe.akka:akka-cluster_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-remote_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-pki_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar. [INFO] Including org.agrona:agrona:jar:1.9.0 in the shaded jar. [INFO] Including com.typesafe.akka:akka-cluster-sharding_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-distributed-data_2.13:jar:2.6.13 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-persistence_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-cluster-tools_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-http_2.13:jar:10.2.4 in the shaded jar. [INFO] Including com.lightbend.akka.discovery:akka-discovery-kubernetes-api_2.13:jar:1.0.10 in the shaded jar. [INFO] Including com.typesafe.akka:akka-discovery_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-http-spray-json_2.13:jar:10.2.4 in the shaded jar. [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 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] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] ditto-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] 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-gateway-starter --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-gateway-starter --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-gateway-starter --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-gateway-starter --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/starter/target/ditto-services-gateway-starter-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-gateway-starter/0-SNAPSHOT/ditto-services-gateway-starter-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/starter/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-gateway-starter/0-SNAPSHOT/ditto-services-gateway-starter-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/gateway/starter/target/ditto-services-gateway-starter-0-SNAPSHOT-allinone.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-gateway-starter/0-SNAPSHOT/ditto-services-gateway-starter-0-SNAPSHOT-allinone.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] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-connectivity-mapping --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/mapping/target/ditto-services-connectivity-mapping-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-connectivity-mapping/0-SNAPSHOT/ditto-services-connectivity-mapping-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/mapping/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-connectivity-mapping/0-SNAPSHOT/ditto-services-connectivity-mapping-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/mapping/target/ditto-services-connectivity-mapping-0-SNAPSHOT-benchmark.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-connectivity-mapping/0-SNAPSHOT/ditto-services-connectivity-mapping-0-SNAPSHOT-benchmark.jar [INFO] [INFO] ------< org.eclipse.ditto:ditto-services-connectivity-messaging >------- [INFO] Building Eclipse Ditto :: Services :: Connectivity :: Messaging 0-SNAPSHOT [121/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Connectivity :: Messaging: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-connectivity-messaging --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-services-connectivity-messaging --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-connectivity-messaging --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/messaging/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-connectivity-messaging --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/messaging/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-connectivity-messaging --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/messaging/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-connectivity-messaging --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-connectivity-messaging:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-connectivity-messaging --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 219 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/messaging/target/classes [WARNING] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/messaging/src/main/java/org/eclipse/ditto/services/connectivity/messaging/internal/ssl/DittoTrustManager.java:[26,25] sun.security.util.HostnameChecker is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/messaging/src/main/java/org/eclipse/ditto/services/connectivity/messaging/internal/ssl/DittoTrustManager.java:[26,25] sun.security.util.HostnameChecker is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/messaging/src/main/java/org/eclipse/ditto/services/connectivity/messaging/internal/ssl/DittoTrustManager.java:[26,25] sun.security.util.HostnameChecker is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/messaging/src/main/java/org/eclipse/ditto/services/connectivity/messaging/internal/ssl/DittoTrustManager.java:[34,26] sun.security.util.HostnameChecker is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/messaging/src/main/java/org/eclipse/ditto/services/connectivity/messaging/internal/ssl/DittoTrustManager.java:[34,26] sun.security.util.HostnameChecker is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/messaging/src/main/java/org/eclipse/ditto/services/connectivity/messaging/internal/ssl/DittoTrustManager.java:[34,26] sun.security.util.HostnameChecker is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/messaging/src/main/java/org/eclipse/ditto/services/connectivity/messaging/internal/ssl/DittoTrustManager.java:[34,89] sun.security.util.HostnameChecker is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/messaging/src/main/java/org/eclipse/ditto/services/connectivity/messaging/internal/ssl/DittoTrustManager.java:[34,61] sun.security.util.HostnameChecker is internal proprietary API and may be removed in a future release [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/messaging/src/main/java/org/eclipse/ditto/services/connectivity/messaging/BaseClientActor.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/messaging/src/main/java/org/eclipse/ditto/services/connectivity/messaging/BaseClientActor.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/messaging/src/main/java/org/eclipse/ditto/services/connectivity/messaging/InboundMappingProcessor.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/messaging/src/main/java/org/eclipse/ditto/services/connectivity/messaging/InboundMappingProcessor.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-connectivity-messaging --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 16 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-connectivity-messaging --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 103 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/messaging/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/messaging/src/test/java/org/eclipse/ditto/services/connectivity/messaging/AbstractPublisherActorTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/messaging/src/test/java/org/eclipse/ditto/services/connectivity/messaging/AbstractPublisherActorTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/messaging/src/test/java/org/eclipse/ditto/services/connectivity/messaging/httppush/HttpPublisherActorTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/messaging/src/test/java/org/eclipse/ditto/services/connectivity/messaging/httppush/HttpPublisherActorTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-connectivity-messaging --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-connectivity-messaging --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/messaging/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-connectivity-messaging --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/messaging/target/ditto-services-connectivity-messaging-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-connectivity-messaging --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-connectivity-messaging --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-connectivity-messaging --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-connectivity-messaging --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/messaging/target/ditto-services-connectivity-messaging-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-connectivity-messaging/0-SNAPSHOT/ditto-services-connectivity-messaging-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/messaging/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-connectivity-messaging/0-SNAPSHOT/ditto-services-connectivity-messaging-0-SNAPSHOT.pom [INFO] [INFO] -------< org.eclipse.ditto:ditto-services-connectivity-starter >-------- [INFO] Building Eclipse Ditto :: Services :: Connectivity :: Starter 0-SNAPSHOT [122/123] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Connectivity :: Starter: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-connectivity-starter --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-services-connectivity-starter --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-connectivity-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/license-check-ditto0_works-with/services/connectivity/starter/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-connectivity-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/license-check-ditto0_works-with/services/connectivity/starter/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-connectivity-starter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-connectivity-starter --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-connectivity-starter:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-connectivity-starter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/starter/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-connectivity-starter --- [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-connectivity-starter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/starter/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/starter/src/test/java/org/eclipse/ditto/services/connectivity/ConnectivityServiceGlobalErrorRegistryTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/starter/src/test/java/org/eclipse/ditto/services/connectivity/ConnectivityServiceGlobalErrorRegistryTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/starter/src/test/java/org/eclipse/ditto/services/connectivity/ConnectivityServiceGlobalErrorRegistryTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-connectivity-starter --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-connectivity-starter --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/starter/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-connectivity-starter --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/starter/target/ditto-services-connectivity-starter-0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.1.0:shade (default) @ ditto-services-connectivity-starter --- [INFO] Including org.eclipse.ditto:ditto-services-base: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-signals-commands-things: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-signals-base: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-model-policies: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-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 com.lightbend.akka.management:akka-lease-kubernetes_2.13:jar:1.0.10 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.30 in the shaded jar. [INFO] Including com.lightbend.akka.management:akka-management_2.13:jar:1.0.10 in the shaded jar. [INFO] Including com.lightbend.akka.management:akka-management-cluster-bootstrap_2.13:jar:1.0.10 in the shaded jar. [INFO] Including com.lightbend.akka.management:akka-management-cluster-http_2.13:jar:1.0.10 in the shaded jar. [INFO] Including com.github.scullxbones:akka-persistence-mongo-common_2.13:jar:3.0.6 in the shaded jar. [INFO] Including nl.grons:metrics4-akka_a25_2.13:jar:4.1.14 in the shaded jar. [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.1.14 in the shaded jar. [INFO] Including org.mongodb:mongodb-driver-core:jar:4.1.1 in the shaded jar. [INFO] Including org.mongodb:bson:jar:4.1.1 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-connectivity-config:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-connectivity-messaging:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-connectivity-mapping: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.mozilla:rhino-runtime:jar:1.7.13 in the shaded jar. [INFO] Including org.webjars.npm:bytebuffer:jar:5.0.1 in the shaded jar. [INFO] Including org.webjars.npm:long:jar:3.2.0 in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-connectivity-util:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-connectivity-common: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-query: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-model-rql-parser:jar:0-SNAPSHOT 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-protocol-adapter: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-acks-things: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-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-signals-commands-base: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 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.11.4 in the shaded jar. [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.11.4 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-signals-announcements-base:jar:0-SNAPSHOT in the shaded jar. [INFO] Including com.typesafe.akka:akka-serialization-jackson_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.11.4 in the shaded jar. [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.11.4 in the shaded jar. [INFO] Including com.fasterxml.jackson.module:jackson-module-paranamer:jar:2.11.4 in the shaded jar. [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.11.4 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.11.4 in the shaded jar. [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.11.4 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.11.4 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:mongodb-driver-reactivestreams:jar:4.1.1 in the shaded jar. [INFO] Including io.netty:netty-buffer:jar:4.1.59.Final in the shaded jar. [INFO] Including io.netty:netty-handler:jar:4.1.59.Final in the shaded jar. [INFO] Including io.netty:netty-resolver:jar:4.1.59.Final in the shaded jar. [INFO] Including io.netty:netty-transport:jar:4.1.59.Final in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-utils-persistent-actors:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-utils-conditional-headers:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-utils-search:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-model-thingsearch-parser:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-utils-aggregator:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-models-acks: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 org.eclipse.ditto:ditto-services-models-signalenrichment: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-model-enforcers:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-utils-protocol: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-cleanup:jar:0-SNAPSHOT in the shaded jar. [INFO] Including com.typesafe.akka:akka-persistence-query_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.github.scullxbones:akka-persistence-mongo-scala_2.13:jar:3.0.6 in the shaded jar. [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.1.1 in the shaded jar. [INFO] Including org.scala-lang:scala-reflect:jar:2.13.5 in the shaded jar. [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.1.1 in the shaded jar. [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:2.8.8 in the shaded jar. [INFO] Including org.apache.qpid:qpid-jms-client:jar:0.54.0 in the shaded jar. [INFO] Including org.apache.geronimo.specs:geronimo-jms_2.0_spec:jar:1.0-alpha-2 in the shaded jar. [INFO] Including org.apache.qpid:proton-j:jar:0.33.6 in the shaded jar. [INFO] Including io.netty:netty-common:jar:4.1.59.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.59.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.59.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.59.Final in the shaded jar. [INFO] Including io.netty:netty-codec-http:jar:4.1.59.Final in the shaded jar. [INFO] Including com.newmotion:akka-rabbitmq_2.13:jar:5.1.2 in the shaded jar. [INFO] Including com.rabbitmq:amqp-client:jar:5.7.3 in the shaded jar. [INFO] Including com.hivemq:hivemq-mqtt-client:jar:1.2.1 in the shaded jar. [INFO] Including io.reactivex.rxjava2:rxjava:jar:2.2.19 in the shaded jar. [INFO] Including io.netty:netty-codec:jar:4.1.59.Final in the shaded jar. [INFO] Including org.jctools:jctools-core:jar:2.1.2 in the shaded jar. [INFO] Including org.jetbrains:annotations:jar:16.0.3 in the shaded jar. [INFO] Including com.google.dagger:dagger:jar:2.27 in the shaded jar. [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar. [INFO] Including org.apache.kafka:kafka-clients:jar:2.5.1 in the shaded jar. [INFO] Including com.github.luben:zstd-jni:jar:1.4.4-7 in the shaded jar. [INFO] Including org.lz4:lz4-java:jar:1.7.1 in the shaded jar. [INFO] Including org.xerial.snappy:snappy-java:jar:1.1.7.3 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-services-models-things: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-utils-ddata: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-services-utils-cache: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-signals-commands-devops:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-signals-announcements-policies:jar:0-SNAPSHOT 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 com.typesafe.akka:akka-actor_2.13:jar:2.6.13 in the shaded jar. [INFO] Including org.scala-lang:scala-library:jar:2.13.5 in the shaded jar. [INFO] Including com.typesafe:config:jar:1.4.0 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.typesafe.akka:akka-cluster_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-remote_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-pki_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar. [INFO] Including org.agrona:agrona:jar:1.9.0 in the shaded jar. [INFO] Including com.typesafe.akka:akka-coordination_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-cluster-sharding_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-distributed-data_2.13:jar:2.6.13 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-persistence_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-cluster-tools_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-slf4j_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-stream_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-protobuf-v3_2.13:jar:2.6.13 in the shaded jar. [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.3 in the shaded jar. [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.4.2 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 com.typesafe.akka:akka-http_2.13:jar:10.2.4 in the shaded jar. [INFO] Including com.typesafe.akka:akka-http-core_2.13:jar:10.2.4 in the shaded jar. [INFO] Including com.typesafe.akka:akka-parsing_2.13:jar:10.2.4 in the shaded jar. [INFO] Including com.twitter:hpack:jar:1.0.2 in the shaded jar. [INFO] Including com.lightbend.akka.discovery:akka-discovery-kubernetes-api_2.13:jar:1.0.10 in the shaded jar. [INFO] Including com.typesafe.akka:akka-discovery_2.13:jar:2.6.13 in the shaded jar. [INFO] Including com.typesafe.akka:akka-http-spray-json_2.13:jar:10.2.4 in the shaded jar. [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 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] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] ditto-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] 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-connectivity-starter --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-connectivity-starter --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-connectivity-starter --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-connectivity-starter --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/starter/target/ditto-services-connectivity-starter-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-connectivity-starter/0-SNAPSHOT/ditto-services-connectivity-starter-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/starter/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-connectivity-starter/0-SNAPSHOT/ditto-services-connectivity-starter-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/connectivity/starter/target/ditto-services-connectivity-starter-0-SNAPSHOT-allinone.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-connectivity-starter/0-SNAPSHOT/ditto-services-connectivity-starter-0-SNAPSHOT-allinone.jar [INFO] [INFO] ---------------< org.eclipse.ditto:ditto-services-legal >--------------- [INFO] Building Eclipse Ditto :: Services :: Legal 0-SNAPSHOT [123/123] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Legal: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-legal --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-services-legal --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-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/license-check-ditto0_works-with/services/legal/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-legal --- [WARNING] The goal is skip due to packaging 'pom' [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-legal --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-legal:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.1.2:copy-dependencies (copy-dependencies) @ ditto-services-legal --- [INFO] Copying ditto-services-policies-starter-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-policies-starter-0-SNAPSHOT.jar [INFO] Copying ditto-services-base-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-base-0-SNAPSHOT.jar [INFO] Copying ditto-model-base-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-model-base-0-SNAPSHOT.jar [INFO] Copying classindex-3.8.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/classindex-3.8.jar [INFO] Copying ditto-signals-commands-things-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-signals-commands-things-0-SNAPSHOT.jar [INFO] Copying ditto-signals-commands-policies-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-signals-commands-policies-0-SNAPSHOT.jar [INFO] Copying ditto-signals-commands-messages-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-signals-commands-messages-0-SNAPSHOT.jar [INFO] Copying ditto-signals-commands-namespaces-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-signals-commands-namespaces-0-SNAPSHOT.jar [INFO] Copying ditto-signals-commands-common-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-signals-commands-common-0-SNAPSHOT.jar [INFO] Copying ditto-services-utils-metrics-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-utils-metrics-0-SNAPSHOT.jar [INFO] Copying slf4j-api-1.7.30.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/slf4j-api-1.7.30.jar [INFO] Copying akka-management_2.13-1.0.10.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/akka-management_2.13-1.0.10.jar [INFO] Copying akka-management-cluster-bootstrap_2.13-1.0.10.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/akka-management-cluster-bootstrap_2.13-1.0.10.jar [INFO] Copying akka-management-cluster-http_2.13-1.0.10.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/akka-management-cluster-http_2.13-1.0.10.jar [INFO] Copying akka-persistence-mongo-common_2.13-3.0.6.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/akka-persistence-mongo-common_2.13-3.0.6.jar [INFO] Copying metrics4-akka_a25_2.13-4.1.14.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/metrics4-akka_a25_2.13-4.1.14.jar [INFO] Copying metrics4-scala_2.13-4.1.14.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/metrics4-scala_2.13-4.1.14.jar [INFO] Copying mongodb-driver-core-4.1.1.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/mongodb-driver-core-4.1.1.jar [INFO] Copying kamon-core_2.13-2.1.4.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/kamon-core_2.13-2.1.4.jar [INFO] Copying kamon-prometheus_2.13-2.1.4.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/kamon-prometheus_2.13-2.1.4.jar [INFO] Copying kamon-system-metrics_2.13-2.1.4.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/kamon-system-metrics_2.13-2.1.4.jar [INFO] Copying ditto-services-policies-config-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-policies-config-0-SNAPSHOT.jar [INFO] Copying ditto-services-policies-common-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-policies-common-0-SNAPSHOT.jar [INFO] Copying ditto-services-utils-persistent-actors-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-utils-persistent-actors-0-SNAPSHOT.jar [INFO] Copying ditto-services-policies-persistence-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-policies-persistence-0-SNAPSHOT.jar [INFO] Copying ditto-json-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-json-0-SNAPSHOT.jar [INFO] Copying ditto-model-policies-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-model-policies-0-SNAPSHOT.jar [INFO] Copying ditto-signals-events-policies-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-signals-events-policies-0-SNAPSHOT.jar [INFO] Copying ditto-services-models-policies-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-models-policies-0-SNAPSHOT.jar [INFO] Copying ditto-model-placeholders-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-model-placeholders-0-SNAPSHOT.jar [INFO] Copying ditto-model-connectivity-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-model-connectivity-0-SNAPSHOT.jar [INFO] Copying ditto-services-utils-conditional-headers-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-utils-conditional-headers-0-SNAPSHOT.jar [INFO] Copying ditto-services-utils-pubsub-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-utils-pubsub-0-SNAPSHOT.jar [INFO] Copying akka-persistence_2.13-2.6.13.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/akka-persistence_2.13-2.6.13.jar [INFO] Copying ditto-services-utils-akka-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-utils-akka-0-SNAPSHOT.jar [INFO] Copying ditto-model-namespaces-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-model-namespaces-0-SNAPSHOT.jar [INFO] Copying ditto-services-models-streaming-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-models-streaming-0-SNAPSHOT.jar [INFO] Copying ditto-services-utils-cluster-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-utils-cluster-0-SNAPSHOT.jar [INFO] Copying ditto-json-cbor-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-json-cbor-0-SNAPSHOT.jar [INFO] Copying jackson-core-2.11.4.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/jackson-core-2.11.4.jar [INFO] Copying jackson-dataformat-cbor-2.11.4.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/jackson-dataformat-cbor-2.11.4.jar [INFO] Copying ditto-signals-base-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-signals-base-0-SNAPSHOT.jar [INFO] Copying ditto-signals-acks-things-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-signals-acks-things-0-SNAPSHOT.jar [INFO] Copying ditto-signals-acks-base-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-signals-acks-base-0-SNAPSHOT.jar [INFO] Copying ditto-signals-commands-base-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-signals-commands-base-0-SNAPSHOT.jar [INFO] Copying ditto-signals-events-base-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-signals-events-base-0-SNAPSHOT.jar [INFO] Copying ditto-signals-commands-devops-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-signals-commands-devops-0-SNAPSHOT.jar [INFO] Copying ditto-signals-announcements-base-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-signals-announcements-base-0-SNAPSHOT.jar [INFO] Copying akka-serialization-jackson_2.13-2.6.13.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/akka-serialization-jackson_2.13-2.6.13.jar [INFO] Copying jackson-databind-2.11.4.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/jackson-databind-2.11.4.jar [INFO] Copying jackson-module-scala_2.13-2.11.4.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/jackson-module-scala_2.13-2.11.4.jar [INFO] Copying jackson-module-paranamer-2.11.4.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/jackson-module-paranamer-2.11.4.jar [INFO] Copying paranamer-2.8.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/paranamer-2.8.jar [INFO] Copying jackson-datatype-jdk8-2.11.4.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/jackson-datatype-jdk8-2.11.4.jar [INFO] Copying jackson-datatype-jsr310-2.11.4.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/jackson-datatype-jsr310-2.11.4.jar [INFO] Copying jackson-module-parameter-names-2.11.4.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/jackson-module-parameter-names-2.11.4.jar [INFO] Copying lz4-java-1.7.1.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/lz4-java-1.7.1.jar [INFO] Copying jackson-annotations-2.11.4.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/jackson-annotations-2.11.4.jar [INFO] Copying ditto-services-utils-persistence-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-utils-persistence-0-SNAPSHOT.jar [INFO] Copying ditto-services-utils-tracing-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-utils-tracing-0-SNAPSHOT.jar [INFO] Copying ditto-services-utils-cache-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-utils-cache-0-SNAPSHOT.jar [INFO] Copying mongodb-driver-reactivestreams-4.1.1.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/mongodb-driver-reactivestreams-4.1.1.jar [INFO] Copying bson-4.1.1.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/bson-4.1.1.jar [INFO] Copying akka-persistence-mongo-scala_2.13-3.0.6.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/akka-persistence-mongo-scala_2.13-3.0.6.jar [INFO] Copying mongo-scala-driver_2.13-4.1.1.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/mongo-scala-driver_2.13-4.1.1.jar [INFO] Copying scala-reflect-2.13.5.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/scala-reflect-2.13.5.jar [INFO] Copying mongo-scala-bson_2.13-4.1.1.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/mongo-scala-bson_2.13-4.1.1.jar [INFO] Copying caffeine-2.8.8.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/caffeine-2.8.8.jar [INFO] Copying netty-buffer-4.1.59.Final.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/netty-buffer-4.1.59.Final.jar [INFO] Copying netty-common-4.1.59.Final.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/netty-common-4.1.59.Final.jar [INFO] Copying netty-handler-4.1.59.Final.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/netty-handler-4.1.59.Final.jar [INFO] Copying netty-resolver-4.1.59.Final.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/netty-resolver-4.1.59.Final.jar [INFO] Copying netty-codec-4.1.59.Final.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/netty-codec-4.1.59.Final.jar [INFO] Copying netty-transport-4.1.59.Final.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/netty-transport-4.1.59.Final.jar [INFO] Copying akka-persistence-query_2.13-2.6.13.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/akka-persistence-query_2.13-2.6.13.jar [INFO] Copying ditto-services-utils-health-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-utils-health-0-SNAPSHOT.jar [INFO] Copying ditto-services-utils-config-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-utils-config-0-SNAPSHOT.jar [INFO] Copying ditto-services-models-base-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-models-base-0-SNAPSHOT.jar [INFO] Copying config-1.4.0.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/config-1.4.0.jar [INFO] Copying akka-lease-kubernetes_2.13-1.0.10.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/akka-lease-kubernetes_2.13-1.0.10.jar [INFO] Copying akka-coordination_2.13-2.6.13.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/akka-coordination_2.13-2.6.13.jar [INFO] Copying ditto-services-utils-devops-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-utils-devops-0-SNAPSHOT.jar [INFO] Copying ditto-model-devops-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-model-devops-0-SNAPSHOT.jar [INFO] Copying akka-actor_2.13-2.6.13.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/akka-actor_2.13-2.6.13.jar [INFO] Copying scala-library-2.13.5.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/scala-library-2.13.5.jar [INFO] Copying scala-java8-compat_2.13-0.9.0.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/scala-java8-compat_2.13-0.9.0.jar [INFO] Copying akka-cluster_2.13-2.6.13.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/akka-cluster_2.13-2.6.13.jar [INFO] Copying akka-remote_2.13-2.6.13.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/akka-remote_2.13-2.6.13.jar [INFO] Copying akka-pki_2.13-2.6.13.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/akka-pki_2.13-2.6.13.jar [INFO] Copying asn-one-0.5.0.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/asn-one-0.5.0.jar [INFO] Copying agrona-1.9.0.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/agrona-1.9.0.jar [INFO] Copying akka-cluster-tools_2.13-2.6.13.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/akka-cluster-tools_2.13-2.6.13.jar [INFO] Copying akka-slf4j_2.13-2.6.13.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/akka-slf4j_2.13-2.6.13.jar [INFO] Copying akka-stream_2.13-2.6.13.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/akka-stream_2.13-2.6.13.jar [INFO] Copying akka-protobuf-v3_2.13-2.6.13.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/akka-protobuf-v3_2.13-2.6.13.jar [INFO] Copying reactive-streams-1.0.3.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/reactive-streams-1.0.3.jar [INFO] Copying ssl-config-core_2.13-0.4.2.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ssl-config-core_2.13-0.4.2.jar [INFO] Copying scala-parser-combinators_2.13-1.1.2.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/scala-parser-combinators_2.13-1.1.2.jar [INFO] Copying akka-http_2.13-10.2.4.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/akka-http_2.13-10.2.4.jar [INFO] Copying akka-http-core_2.13-10.2.4.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/akka-http-core_2.13-10.2.4.jar [INFO] Copying akka-parsing_2.13-10.2.4.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/akka-parsing_2.13-10.2.4.jar [INFO] Copying hpack-1.0.2.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/hpack-1.0.2.jar [INFO] Copying akka-discovery-kubernetes-api_2.13-1.0.10.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/akka-discovery-kubernetes-api_2.13-1.0.10.jar [INFO] Copying akka-discovery_2.13-2.6.13.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/akka-discovery_2.13-2.6.13.jar [INFO] Copying akka-http-spray-json_2.13-10.2.4.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/akka-http-spray-json_2.13-10.2.4.jar [INFO] Copying spray-json_2.13-1.3.6.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/spray-json_2.13-1.3.6.jar [INFO] Copying logback-classic-1.2.3.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/logback-classic-1.2.3.jar [INFO] Copying logback-core-1.2.3.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/logback-core-1.2.3.jar [INFO] Copying ditto-services-things-starter-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-things-starter-0-SNAPSHOT.jar [INFO] Copying ditto-services-things-config-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-things-config-0-SNAPSHOT.jar [INFO] Copying ditto-services-things-common-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-things-common-0-SNAPSHOT.jar [INFO] Copying ditto-services-things-persistence-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-things-persistence-0-SNAPSHOT.jar [INFO] Copying ditto-model-things-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-model-things-0-SNAPSHOT.jar [INFO] Copying ditto-signals-events-things-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-signals-events-things-0-SNAPSHOT.jar [INFO] Copying ditto-services-models-things-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-models-things-0-SNAPSHOT.jar [INFO] Copying ditto-services-thingsearch-starter-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-thingsearch-starter-0-SNAPSHOT.jar [INFO] Copying ditto-services-thingsearch-config-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-thingsearch-config-0-SNAPSHOT.jar [INFO] Copying ditto-services-thingsearch-common-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-thingsearch-common-0-SNAPSHOT.jar [INFO] Copying ditto-model-thingsearch-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-model-thingsearch-0-SNAPSHOT.jar [INFO] Copying ditto-model-thingsearch-parser-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-model-thingsearch-parser-0-SNAPSHOT.jar [INFO] Copying ditto-model-rql-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-model-rql-0-SNAPSHOT.jar [INFO] Copying ditto-model-rql-parser-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-model-rql-parser-0-SNAPSHOT.jar [INFO] Copying ditto-signals-commands-thingsearch-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-signals-commands-thingsearch-0-SNAPSHOT.jar [INFO] Copying ditto-services-models-thingsearch-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-models-thingsearch-0-SNAPSHOT.jar [INFO] Copying ditto-services-thingsearch-persistence-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-thingsearch-persistence-0-SNAPSHOT.jar [INFO] Copying ditto-model-query-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-model-query-0-SNAPSHOT.jar [INFO] Copying ditto-model-enforcers-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-model-enforcers-0-SNAPSHOT.jar [INFO] Copying ditto-services-utils-cache-loaders-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-utils-cache-loaders-0-SNAPSHOT.jar [INFO] Copying ditto-services-thingsearch-updater-actors-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-thingsearch-updater-actors-0-SNAPSHOT.jar [INFO] Copying ditto-signals-events-thingsearch-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-signals-events-thingsearch-0-SNAPSHOT.jar [INFO] Copying ditto-services-utils-aggregator-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-utils-aggregator-0-SNAPSHOT.jar [INFO] Copying akka-cluster-sharding_2.13-2.6.13.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/akka-cluster-sharding_2.13-2.6.13.jar [INFO] Copying akka-distributed-data_2.13-2.6.13.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/akka-distributed-data_2.13-2.6.13.jar [INFO] Copying lmdbjava-0.7.0.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/lmdbjava-0.7.0.jar [INFO] Copying jnr-ffi-2.1.9.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/jnr-ffi-2.1.9.jar [INFO] Copying asm-7.2.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/asm-7.2.jar [INFO] Copying asm-commons-7.2.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/asm-commons-7.2.jar [INFO] Copying asm-analysis-7.2.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/asm-analysis-7.2.jar [INFO] Copying asm-tree-7.2.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/asm-tree-7.2.jar [INFO] Copying asm-util-7.2.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/asm-util-7.2.jar [INFO] Copying jnr-a64asm-1.0.0.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/jnr-a64asm-1.0.0.jar [INFO] Copying jnr-x86asm-1.0.2.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/jnr-x86asm-1.0.2.jar [INFO] Copying jffi-1.2.18.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/jffi-1.2.18.jar [INFO] Copying jffi-1.2.18-native.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/jffi-1.2.18-native.jar [INFO] Copying jnr-constants-0.9.12.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/jnr-constants-0.9.12.jar [INFO] Copying ditto-services-concierge-starter-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-concierge-starter-0-SNAPSHOT.jar [INFO] Copying ditto-services-concierge-config-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-concierge-config-0-SNAPSHOT.jar [INFO] Copying ditto-services-concierge-common-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-concierge-common-0-SNAPSHOT.jar [INFO] Copying ditto-services-concierge-enforcement-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-concierge-enforcement-0-SNAPSHOT.jar [INFO] Copying ditto-protocol-adapter-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-protocol-adapter-0-SNAPSHOT.jar [INFO] Copying ditto-services-concierge-actors-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-concierge-actors-0-SNAPSHOT.jar [INFO] Copying ditto-services-utils-namespaces-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-utils-namespaces-0-SNAPSHOT.jar [INFO] Copying ditto-services-utils-ddata-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-utils-ddata-0-SNAPSHOT.jar [INFO] Copying ditto-services-models-concierge-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-models-concierge-0-SNAPSHOT.jar [INFO] Copying ditto-services-gateway-starter-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-gateway-starter-0-SNAPSHOT.jar [INFO] Copying ditto-services-gateway-config-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-gateway-config-0-SNAPSHOT.jar [INFO] Copying ditto-services-gateway-endpoints-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-gateway-endpoints-0-SNAPSHOT.jar [INFO] Copying ditto-services-models-signalenrichment-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-models-signalenrichment-0-SNAPSHOT.jar [INFO] Copying ditto-services-utils-protocol-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-utils-protocol-0-SNAPSHOT.jar [INFO] Copying ditto-services-utils-search-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-utils-search-0-SNAPSHOT.jar [INFO] Copying cloudevents-http-basic-2.0.0.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/cloudevents-http-basic-2.0.0.jar [INFO] Copying cloudevents-core-2.0.0.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/cloudevents-core-2.0.0.jar [INFO] Copying cloudevents-api-2.0.0.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/cloudevents-api-2.0.0.jar [INFO] Copying ditto-services-gateway-health-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-gateway-health-0-SNAPSHOT.jar [INFO] Copying ditto-services-gateway-proxy-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-gateway-proxy-0-SNAPSHOT.jar [INFO] Copying ditto-model-messages-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-model-messages-0-SNAPSHOT.jar [INFO] Copying ditto-services-gateway-security-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-gateway-security-0-SNAPSHOT.jar [INFO] Copying ditto-model-jwt-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-model-jwt-0-SNAPSHOT.jar [INFO] Copying ditto-services-utils-jwt-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-utils-jwt-0-SNAPSHOT.jar [INFO] Copying ditto-services-gateway-streaming-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-gateway-streaming-0-SNAPSHOT.jar [INFO] Copying ditto-services-models-acks-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-models-acks-0-SNAPSHOT.jar [INFO] Copying ditto-services-gateway-util-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-gateway-util-0-SNAPSHOT.jar [INFO] Copying ditto-signals-announcements-policies-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-signals-announcements-policies-0-SNAPSHOT.jar [INFO] Copying ditto-signals-commands-cleanup-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-signals-commands-cleanup-0-SNAPSHOT.jar [INFO] Copying jjwt-api-0.11.2.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/jjwt-api-0.11.2.jar [INFO] Copying jjwt-impl-0.11.2.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/jjwt-impl-0.11.2.jar [INFO] Copying ditto-services-connectivity-starter-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-connectivity-starter-0-SNAPSHOT.jar [INFO] Copying ditto-services-connectivity-config-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-connectivity-config-0-SNAPSHOT.jar [INFO] Copying ditto-services-connectivity-messaging-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-connectivity-messaging-0-SNAPSHOT.jar [INFO] Copying ditto-services-connectivity-mapping-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-connectivity-mapping-0-SNAPSHOT.jar [INFO] Copying rhino-runtime-1.7.13.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/rhino-runtime-1.7.13.jar [INFO] Copying bytebuffer-5.0.1.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/bytebuffer-5.0.1.jar [INFO] Copying long-3.2.0.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/long-3.2.0.jar [INFO] Copying ditto-services-connectivity-util-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-connectivity-util-0-SNAPSHOT.jar [INFO] Copying ditto-services-connectivity-common-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-connectivity-common-0-SNAPSHOT.jar [INFO] Copying ditto-signals-commands-connectivity-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-signals-commands-connectivity-0-SNAPSHOT.jar [INFO] Copying ditto-signals-events-connectivity-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-signals-events-connectivity-0-SNAPSHOT.jar [INFO] Copying qpid-jms-client-0.54.0.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/qpid-jms-client-0.54.0.jar [INFO] Copying geronimo-jms_2.0_spec-1.0-alpha-2.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/geronimo-jms_2.0_spec-1.0-alpha-2.jar [INFO] Copying proton-j-0.33.6.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/proton-j-0.33.6.jar [INFO] Copying netty-transport-native-epoll-4.1.59.Final-linux-x86_64.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/netty-transport-native-epoll-4.1.59.Final-linux-x86_64.jar [INFO] Copying netty-transport-native-unix-common-4.1.59.Final.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/netty-transport-native-unix-common-4.1.59.Final.jar [INFO] Copying netty-transport-native-kqueue-4.1.59.Final-osx-x86_64.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/netty-transport-native-kqueue-4.1.59.Final-osx-x86_64.jar [INFO] Copying netty-codec-http-4.1.59.Final.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/netty-codec-http-4.1.59.Final.jar [INFO] Copying akka-rabbitmq_2.13-5.1.2.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/akka-rabbitmq_2.13-5.1.2.jar [INFO] Copying amqp-client-5.7.3.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/amqp-client-5.7.3.jar [INFO] Copying hivemq-mqtt-client-1.2.1.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/hivemq-mqtt-client-1.2.1.jar [INFO] Copying rxjava-2.2.19.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/rxjava-2.2.19.jar [INFO] Copying jctools-core-2.1.2.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/jctools-core-2.1.2.jar [INFO] Copying annotations-16.0.3.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/annotations-16.0.3.jar [INFO] Copying dagger-2.27.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/dagger-2.27.jar [INFO] Copying javax.inject-1.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/javax.inject-1.jar [INFO] Copying kafka-clients-2.5.1.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/kafka-clients-2.5.1.jar [INFO] Copying zstd-jni-1.4.4-7.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/zstd-jni-1.4.4-7.jar [INFO] Copying snappy-java-1.1.7.3.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/snappy-java-1.1.7.3.jar [INFO] Copying ditto-services-models-connectivity-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/ditto-services-models-connectivity-0-SNAPSHOT.jar [INFO] Copying minimal-json-0.9.5.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/target/dependencies/minimal-json-0.9.5.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-legal --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-legal --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-legal --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-legal --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with/services/legal/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-legal/0-SNAPSHOT/ditto-services-legal-0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Ditto 0-SNAPSHOT: [INFO] [INFO] Eclipse Ditto ...................................... SUCCESS [01:10 min] [INFO] Eclipse Ditto :: Legal ............................. SUCCESS [ 5.087 s] [INFO] Eclipse Ditto :: BOM ............................... SUCCESS [ 0.345 s] [INFO] Eclipse Ditto :: Documentation ..................... SUCCESS [ 4.621 s] [INFO] Eclipse Ditto :: Utils ............................. SUCCESS [ 4.385 s] [INFO] Eclipse Ditto :: Utils :: JSR-305 Extensions ....... SUCCESS [ 14.113 s] [INFO] Eclipse Ditto :: JSON .............................. SUCCESS [ 36.624 s] [INFO] Eclipse Ditto :: JSON :: CBOR ...................... SUCCESS [ 8.123 s] [INFO] Eclipse Ditto :: Model ............................. SUCCESS [ 0.316 s] [INFO] Eclipse Ditto :: Model :: Base ..................... SUCCESS [ 11.193 s] [INFO] Eclipse Ditto :: Model :: Policies ................. SUCCESS [ 7.590 s] [INFO] Eclipse Ditto :: Model :: Things ................... SUCCESS [ 25.857 s] [INFO] Eclipse Ditto :: Model :: Connectivity ............. SUCCESS [ 4.374 s] [INFO] Eclipse Ditto :: Model :: DevOps ................... SUCCESS [ 2.171 s] [INFO] Eclipse Ditto :: Model :: Messages ................. SUCCESS [ 2.494 s] [INFO] Eclipse Ditto :: Model :: Namespaces ............... SUCCESS [ 2.325 s] [INFO] Eclipse Ditto :: Model :: Enforcers ................ SUCCESS [01:32 min] [INFO] Eclipse Ditto :: Model :: JWT ...................... SUCCESS [ 2.917 s] [INFO] Eclipse Ditto :: Model :: Thing Search ............. SUCCESS [ 2.418 s] [INFO] Eclipse Ditto :: Model :: RQL ...................... SUCCESS [ 1.623 s] [INFO] Eclipse Ditto :: Model :: RQL parser ............... SUCCESS [01:35 min] [INFO] Eclipse Ditto :: Model :: Thing Search Parser ...... SUCCESS [01:07 min] [INFO] Eclipse Ditto :: Model :: Query .................... SUCCESS [ 2.721 s] [INFO] Eclipse Ditto :: Signals ........................... SUCCESS [ 0.227 s] [INFO] Eclipse Ditto :: Signals :: Base ................... SUCCESS [ 4.057 s] [INFO] Eclipse Ditto :: Signals :: Commands ............... SUCCESS [ 0.140 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Base ....... SUCCESS [ 2.532 s] [INFO] Eclipse Ditto :: Signals :: ACKs ................... SUCCESS [ 0.108 s] [INFO] Eclipse Ditto :: Signals :: ACKs :: Base ........... SUCCESS [ 3.077 s] [INFO] Eclipse Ditto :: Signals :: ACKs :: Things ......... SUCCESS [ 1.175 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Policies ... SUCCESS [ 12.203 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Things ..... SUCCESS [ 25.280 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Thing Search SUCCESS [ 5.106 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Messages ... SUCCESS [ 5.594 s] [INFO] Eclipse Ditto :: Signals :: Events ................. SUCCESS [ 0.084 s] [INFO] Eclipse Ditto :: Signals :: Events :: Base ......... SUCCESS [ 1.287 s] [INFO] Eclipse Ditto :: Signals :: Events :: Policies ..... SUCCESS [ 4.297 s] [INFO] Eclipse Ditto :: Signals :: Events :: Things ....... SUCCESS [ 8.155 s] [INFO] Eclipse Ditto :: Signals :: Events :: Thing Search . SUCCESS [ 1.711 s] [INFO] Eclipse Ditto :: Signals :: Announcements .......... SUCCESS [ 0.096 s] [INFO] Eclipse Ditto :: Signals :: Announcements :: Base .. SUCCESS [ 0.778 s] [INFO] Eclipse Ditto :: Signals :: Announcements :: Policies SUCCESS [ 1.139 s] [INFO] Eclipse Ditto :: Protocol Adapter .................. SUCCESS [ 10.226 s] [INFO] Eclipse Ditto :: Model :: Placeholders ............. SUCCESS [ 2.997 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Common ..... SUCCESS [ 2.036 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Connectivity SUCCESS [ 5.119 s] [INFO] Eclipse Ditto :: Signals :: Commands :: DevOps ..... SUCCESS [ 2.104 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Live ....... SUCCESS [ 9.290 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Namespaces . SUCCESS [ 1.684 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Cleanup .... SUCCESS [ 1.665 s] [INFO] Eclipse Ditto :: Signals :: Events :: Connectivity . SUCCESS [ 1.551 s] [INFO] Eclipse Ditto :: Services .......................... SUCCESS [ 0.113 s] [INFO] Eclipse Ditto :: Services :: Models ................ SUCCESS [ 0.112 s] [INFO] Eclipse Ditto :: Services :: Models :: Base ........ SUCCESS [ 0.322 s] [INFO] Eclipse Ditto :: Services :: Utils ................. SUCCESS [ 0.115 s] [INFO] Eclipse Ditto :: Services :: Utils :: Config Utils . SUCCESS [ 4.694 s] [INFO] Eclipse Ditto :: Services :: Utils :: Metrics ...... SUCCESS [ 5.052 s] [INFO] Eclipse Ditto :: Services :: Models :: Streaming ... SUCCESS [ 0.864 s] [INFO] Eclipse Ditto :: Services :: Utils :: Akka Utils ... SUCCESS [ 58.221 s] [INFO] Eclipse Ditto :: Services :: Utils :: Health Utils . SUCCESS [ 2.461 s] [INFO] Eclipse Ditto :: Services :: Utils :: Cluster Utils SUCCESS [ 5.399 s] [INFO] Eclipse Ditto :: Services :: Utils :: DevOps ....... SUCCESS [ 0.621 s] [INFO] Eclipse Ditto :: Services :: Utils :: Tracing Utils SUCCESS [ 1.042 s] [INFO] Eclipse Ditto :: Services :: Utils :: Cache Utils .. SUCCESS [ 2.143 s] [INFO] Eclipse Ditto :: Services :: Utils :: Test Utils ... SUCCESS [ 4.893 s] [INFO] Eclipse Ditto :: Services :: Utils :: Persistence Utils SUCCESS [ 8.305 s] [INFO] Eclipse Ditto :: Services :: Base .................. SUCCESS [ 3.538 s] [INFO] Eclipse Ditto :: Services :: Concierge ............. SUCCESS [ 0.184 s] [INFO] Eclipse Ditto :: Services :: Concierge :: Config ... SUCCESS [ 0.383 s] [INFO] Eclipse Ditto :: Services :: Concierge :: Common ... SUCCESS [ 1.681 s] [INFO] Eclipse Ditto :: Services :: Utils :: Distributed Data SUCCESS [ 6.592 s] [INFO] Eclipse Ditto :: Services :: Utils :: Pub-Sub ...... SUCCESS [ 19.409 s] [INFO] Eclipse Ditto :: Services :: Models :: Things ...... SUCCESS [ 2.971 s] [INFO] Eclipse Ditto :: Services :: Models :: Policies .... SUCCESS [ 1.586 s] [INFO] Eclipse Ditto :: Services :: Models :: Things Search SUCCESS [ 1.089 s] [INFO] Eclipse Ditto :: Services :: Models :: Connectivity SUCCESS [ 3.850 s] [INFO] Eclipse Ditto :: Services :: Models :: Concierge ... SUCCESS [ 1.364 s] [INFO] Eclipse Ditto :: Services :: Concierge :: Actors ... SUCCESS [ 2.139 s] [INFO] Eclipse Ditto :: Services :: Utils :: Cache Loaders SUCCESS [ 1.371 s] [INFO] Eclipse Ditto :: Services :: Concierge :: Enforcement SUCCESS [ 6.153 s] [INFO] Eclipse Ditto :: Services :: Utils :: Namespaces ... SUCCESS [ 1.056 s] [INFO] Eclipse Ditto :: Services :: Concierge :: Starter .. SUCCESS [ 16.702 s] [INFO] Eclipse Ditto :: Services :: Connectivity .......... SUCCESS [ 0.176 s] [INFO] Eclipse Ditto :: Services :: Connectivity :: Config SUCCESS [ 0.332 s] [INFO] Eclipse Ditto :: Services :: Utils :: Conditional Header Utils SUCCESS [ 1.010 s] [INFO] Eclipse Ditto :: Services :: Utils :: Persistent Actors SUCCESS [ 2.613 s] [INFO] Eclipse Ditto :: Services :: Utils :: Protocol ..... SUCCESS [ 0.741 s] [INFO] Eclipse Ditto :: Services :: Models :: ACKs ........ SUCCESS [ 3.849 s] [INFO] Eclipse Ditto :: Services :: Models :: Signal Enrichment SUCCESS [ 1.823 s] [INFO] Eclipse Ditto :: Services :: Connectivity :: Common SUCCESS [ 2.307 s] [INFO] Eclipse Ditto :: Services :: Connectivity :: Util .. SUCCESS [ 0.480 s] [INFO] Eclipse Ditto :: Services :: Connectivity :: Mapping SUCCESS [01:11 min] [INFO] Eclipse Ditto :: Services :: Utils :: Search ....... SUCCESS [ 3.436 s] [INFO] Eclipse Ditto :: Services :: Utils :: Aggregator ... SUCCESS [ 1.279 s] [INFO] Eclipse Ditto :: Services :: Connectivity :: Messaging SUCCESS [ 25.265 s] [INFO] Eclipse Ditto :: Services :: Connectivity :: Starter SUCCESS [ 15.496 s] [INFO] Eclipse Ditto :: Services :: Gateway ............... SUCCESS [ 0.116 s] [INFO] Eclipse Ditto :: Services :: Gateway :: Config ..... SUCCESS [ 0.474 s] [INFO] Eclipse Ditto :: Services :: Gateway :: Util ....... SUCCESS [ 3.500 s] [INFO] Eclipse Ditto :: Services :: Utils :: JWT .......... SUCCESS [ 1.613 s] [INFO] Eclipse Ditto :: Services :: Gateway :: Security ... SUCCESS [ 3.342 s] [INFO] Eclipse Ditto :: Services :: Gateway :: Health ..... SUCCESS [ 0.884 s] [INFO] Eclipse Ditto :: Services :: Gateway :: Streaming .. SUCCESS [ 2.495 s] [INFO] Eclipse Ditto :: Services :: Gateway :: Endpoints .. SUCCESS [ 9.524 s] [INFO] Eclipse Ditto :: Services :: Gateway :: Proxy ...... SUCCESS [ 3.185 s] [INFO] Eclipse Ditto :: Services :: Gateway :: Starter .... SUCCESS [ 24.160 s] [INFO] Eclipse Ditto :: Services :: Policies .............. SUCCESS [ 0.115 s] [INFO] Eclipse Ditto :: Services :: Policies :: Config .... SUCCESS [ 0.192 s] [INFO] Eclipse Ditto :: Services :: Policies :: Common .... SUCCESS [ 2.022 s] [INFO] Eclipse Ditto :: Services :: Policies :: Persistence SUCCESS [ 13.783 s] [INFO] Eclipse Ditto :: Services :: Policies :: Starter ... SUCCESS [ 26.174 s] [INFO] Eclipse Ditto :: Services :: Things ................ SUCCESS [ 0.283 s] [INFO] Eclipse Ditto :: Services :: Things :: Config ...... SUCCESS [ 0.264 s] [INFO] Eclipse Ditto :: Services :: Things :: Common ...... SUCCESS [ 0.677 s] [INFO] Eclipse Ditto :: Services :: Things :: Persistence . SUCCESS [ 13.633 s] [INFO] Eclipse Ditto :: Services :: Things :: Starter ..... SUCCESS [ 17.329 s] [INFO] Eclipse Ditto :: Services :: Thing Search .......... SUCCESS [ 0.136 s] [INFO] Eclipse Ditto :: Services :: Thing Search :: Config SUCCESS [ 0.141 s] [INFO] Eclipse Ditto :: Services :: Thing Search :: Common SUCCESS [ 1.884 s] [INFO] Eclipse Ditto :: Services :: Thing Search :: Persistence SUCCESS [ 11.153 s] [INFO] Eclipse Ditto :: Services :: Thing Search :: Updater Actors SUCCESS [ 2.785 s] [INFO] Eclipse Ditto :: Services :: Thing Search :: Starter SUCCESS [ 14.515 s] [INFO] Eclipse Ditto :: Services :: Legal ................. SUCCESS [ 0.562 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 11:02 min (Wall Clock) [INFO] Finished at: 2021-03-08T13:58:45Z [INFO] ------------------------------------------------------------------------ [license-check-ditto0_works-with] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml dependency:list -DexcludeGroupIds=org.eclipse.ditto,rubygems -Dsort=true -DoutputFile=dependencies.txt 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: "5.9.16-200.fc33.x86_64", arch: "amd64", family: "unix" [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 :: Signals :: Announcements [pom] [INFO] Eclipse Ditto :: Signals :: Announcements :: Base [bundle] [INFO] Eclipse Ditto :: Signals :: Announcements :: Policies [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 :: Config [jar] [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 :: Connectivity [pom] [INFO] Eclipse Ditto :: Services :: Connectivity :: Config [jar] [INFO] Eclipse Ditto :: Services :: Utils :: Conditional Header Utils [jar] [INFO] Eclipse Ditto :: Services :: Utils :: Persistent Actors [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 :: Common [jar] [INFO] Eclipse Ditto :: Services :: Connectivity :: Util [jar] [INFO] Eclipse Ditto :: Services :: Connectivity :: Mapping [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 :: Config [jar] [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 :: Config [jar] [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 :: Config [jar] [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 :: Config [jar] [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/123] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto --- [INFO] [INFO] -------------------< org.eclipse.ditto:ditto-legal >-------------------- [INFO] Building Eclipse Ditto :: Legal 0-SNAPSHOT [2/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-legal --- [INFO] [INFO] --------------------< org.eclipse.ditto:ditto-bom >--------------------- [INFO] Building Eclipse Ditto :: BOM 0-SNAPSHOT [3/123] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-bom --- [INFO] [INFO] ---------------< org.eclipse.ditto:ditto-documentation >---------------- [INFO] Building Eclipse Ditto :: Documentation 0-SNAPSHOT [4/123] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-documentation --- [INFO] [INFO] -------------------< org.eclipse.ditto:ditto-utils >-------------------- [INFO] Building Eclipse Ditto :: Utils 0-SNAPSHOT [5/123] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-utils --- [INFO] [INFO] ----------------< org.eclipse.ditto:ditto-utils-jsr305 >---------------- [INFO] Building Eclipse Ditto :: Utils :: JSR-305 Extensions 0-SNAPSHOT [6/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-utils-jsr305 --- [INFO] [INFO] --------------------< org.eclipse.ditto:ditto-json >-------------------- [INFO] Building Eclipse Ditto :: JSON 0-SNAPSHOT [7/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-json --- [INFO] [INFO] -----------------< org.eclipse.ditto:ditto-json-cbor >------------------ [INFO] Building Eclipse Ditto :: JSON :: CBOR 0-SNAPSHOT [8/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-json-cbor --- [INFO] [INFO] -------------------< org.eclipse.ditto:ditto-model >-------------------- [INFO] Building Eclipse Ditto :: Model 0-SNAPSHOT [9/123] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-model --- [INFO] [INFO] -----------------< org.eclipse.ditto:ditto-model-base >----------------- [INFO] Building Eclipse Ditto :: Model :: Base 0-SNAPSHOT [10/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-model-base --- [INFO] [INFO] ---------------< org.eclipse.ditto:ditto-model-policies >--------------- [INFO] Building Eclipse Ditto :: Model :: Policies 0-SNAPSHOT [11/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-model-policies --- [INFO] [INFO] ----------------< org.eclipse.ditto:ditto-model-things >---------------- [INFO] Building Eclipse Ditto :: Model :: Things 0-SNAPSHOT [12/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-model-things --- [INFO] [INFO] -------------< org.eclipse.ditto:ditto-model-connectivity >------------- [INFO] Building Eclipse Ditto :: Model :: Connectivity 0-SNAPSHOT [13/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-model-connectivity --- [INFO] [INFO] ----------------< org.eclipse.ditto:ditto-model-devops >---------------- [INFO] Building Eclipse Ditto :: Model :: DevOps 0-SNAPSHOT [14/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-model-devops --- [INFO] [INFO] ---------------< org.eclipse.ditto:ditto-model-messages >--------------- [INFO] Building Eclipse Ditto :: Model :: Messages 0-SNAPSHOT [15/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-model-messages --- [INFO] [INFO] --------------< org.eclipse.ditto:ditto-model-namespaces >-------------- [INFO] Building Eclipse Ditto :: Model :: Namespaces 0-SNAPSHOT [16/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-model-namespaces --- [INFO] [INFO] --------------< org.eclipse.ditto:ditto-model-enforcers >--------------- [INFO] Building Eclipse Ditto :: Model :: Enforcers 0-SNAPSHOT [17/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-model-enforcers --- [INFO] [INFO] -----------------< org.eclipse.ditto:ditto-model-jwt >------------------ [INFO] Building Eclipse Ditto :: Model :: JWT 0-SNAPSHOT [18/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-model-jwt --- [INFO] [INFO] -------------< org.eclipse.ditto:ditto-model-thingsearch >-------------- [INFO] Building Eclipse Ditto :: Model :: Thing Search 0-SNAPSHOT [19/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-model-thingsearch --- [INFO] [INFO] -----------------< org.eclipse.ditto:ditto-model-rql >------------------ [INFO] Building Eclipse Ditto :: Model :: RQL 0-SNAPSHOT [20/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-model-rql --- [INFO] [INFO] --------------< org.eclipse.ditto:ditto-model-rql-parser >-------------- [INFO] Building Eclipse Ditto :: Model :: RQL parser 0-SNAPSHOT [21/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-model-rql-parser --- [INFO] [INFO] ----------< org.eclipse.ditto:ditto-model-thingsearch-parser >---------- [INFO] Building Eclipse Ditto :: Model :: Thing Search Parser 0-SNAPSHOT [22/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-model-thingsearch-parser --- [INFO] [INFO] ----------------< org.eclipse.ditto:ditto-model-query >----------------- [INFO] Building Eclipse Ditto :: Model :: Query 0-SNAPSHOT [23/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-model-query --- [INFO] [INFO] ------------------< org.eclipse.ditto:ditto-signals >------------------- [INFO] Building Eclipse Ditto :: Signals 0-SNAPSHOT [24/123] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-signals --- [INFO] [INFO] ----------------< org.eclipse.ditto:ditto-signals-base >---------------- [INFO] Building Eclipse Ditto :: Signals :: Base 0-SNAPSHOT [25/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-signals-base --- [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] --------------< org.eclipse.ditto:ditto-signals-commands >-------------- [INFO] Building Eclipse Ditto :: Signals :: Commands 0-SNAPSHOT [26/123] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-signals-commands --- [INFO] [INFO] -----------< org.eclipse.ditto:ditto-signals-commands-base >------------ [INFO] Building Eclipse Ditto :: Signals :: Commands :: Base 0-SNAPSHOT [27/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-signals-commands-base --- [INFO] [INFO] ----------------< org.eclipse.ditto:ditto-signals-acks >---------------- [INFO] Building Eclipse Ditto :: Signals :: ACKs 0-SNAPSHOT [28/123] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-signals-acks --- [INFO] [INFO] -------------< org.eclipse.ditto:ditto-signals-acks-base >-------------- [INFO] Building Eclipse Ditto :: Signals :: ACKs :: Base 0-SNAPSHOT [29/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-signals-acks-base --- [INFO] [INFO] ------------< org.eclipse.ditto:ditto-signals-acks-things >------------- [INFO] Building Eclipse Ditto :: Signals :: ACKs :: Things 0-SNAPSHOT [30/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-signals-acks-things --- [INFO] [INFO] ---------< org.eclipse.ditto:ditto-signals-commands-policies >---------- [INFO] Building Eclipse Ditto :: Signals :: Commands :: Policies 0-SNAPSHOT [31/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-signals-commands-policies --- [INFO] [INFO] ----------< org.eclipse.ditto:ditto-signals-commands-things >----------- [INFO] Building Eclipse Ditto :: Signals :: Commands :: Things 0-SNAPSHOT [32/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-signals-commands-things --- [INFO] [INFO] --------< org.eclipse.ditto:ditto-signals-commands-thingsearch >-------- [INFO] Building Eclipse Ditto :: Signals :: Commands :: Thing Search 0-SNAPSHOT [33/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-signals-commands-thingsearch --- [INFO] [INFO] ---------< org.eclipse.ditto:ditto-signals-commands-messages >---------- [INFO] Building Eclipse Ditto :: Signals :: Commands :: Messages 0-SNAPSHOT [34/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-signals-commands-messages --- [INFO] [INFO] ---------------< org.eclipse.ditto:ditto-signals-events >--------------- [INFO] Building Eclipse Ditto :: Signals :: Events 0-SNAPSHOT [35/123] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-signals-events --- [INFO] [INFO] ------------< org.eclipse.ditto:ditto-signals-events-base >------------- [INFO] Building Eclipse Ditto :: Signals :: Events :: Base 0-SNAPSHOT [36/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-signals-events-base --- [INFO] [INFO] ----------< org.eclipse.ditto:ditto-signals-events-policies >----------- [INFO] Building Eclipse Ditto :: Signals :: Events :: Policies 0-SNAPSHOT [37/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-signals-events-policies --- [INFO] [INFO] -----------< org.eclipse.ditto:ditto-signals-events-things >------------ [INFO] Building Eclipse Ditto :: Signals :: Events :: Things 0-SNAPSHOT [38/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-signals-events-things --- [INFO] [INFO] ---------< org.eclipse.ditto:ditto-signals-events-thingsearch >--------- [INFO] Building Eclipse Ditto :: Signals :: Events :: Thing Search 0-SNAPSHOT [39/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-signals-events-thingsearch --- [INFO] [INFO] -----------< org.eclipse.ditto:ditto-signals-announcements >------------ [INFO] Building Eclipse Ditto :: Signals :: Announcements 0-SNAPSHOT [40/123] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-signals-announcements --- [INFO] [INFO] ---------< org.eclipse.ditto:ditto-signals-announcements-base >--------- [INFO] Building Eclipse Ditto :: Signals :: Announcements :: Base 0-SNAPSHOT [41/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-signals-announcements-base --- [INFO] [INFO] -------< org.eclipse.ditto:ditto-signals-announcements-policies >------- [INFO] Building Eclipse Ditto :: Signals :: Announcements :: Policies 0-SNAPSHOT [42/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-signals-announcements-policies --- [INFO] [INFO] --------------< org.eclipse.ditto:ditto-protocol-adapter >-------------- [INFO] Building Eclipse Ditto :: Protocol Adapter 0-SNAPSHOT [43/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-protocol-adapter --- [INFO] [INFO] -------------< org.eclipse.ditto:ditto-model-placeholders >------------- [INFO] Building Eclipse Ditto :: Model :: Placeholders 0-SNAPSHOT [44/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-model-placeholders --- [INFO] [INFO] ----------< org.eclipse.ditto:ditto-signals-commands-common >----------- [INFO] Building Eclipse Ditto :: Signals :: Commands :: Common 0-SNAPSHOT [45/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-signals-commands-common --- [INFO] [INFO] -------< org.eclipse.ditto:ditto-signals-commands-connectivity >-------- [INFO] Building Eclipse Ditto :: Signals :: Commands :: Connectivity 0-SNAPSHOT [46/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-signals-commands-connectivity --- [INFO] [INFO] ----------< org.eclipse.ditto:ditto-signals-commands-devops >----------- [INFO] Building Eclipse Ditto :: Signals :: Commands :: DevOps 0-SNAPSHOT [47/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-signals-commands-devops --- [INFO] [INFO] -----------< org.eclipse.ditto:ditto-signals-commands-live >------------ [INFO] Building Eclipse Ditto :: Signals :: Commands :: Live 0-SNAPSHOT [48/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-signals-commands-live --- [INFO] [INFO] --------< org.eclipse.ditto:ditto-signals-commands-namespaces >--------- [INFO] Building Eclipse Ditto :: Signals :: Commands :: Namespaces 0-SNAPSHOT [49/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-signals-commands-namespaces --- [INFO] [INFO] ----------< org.eclipse.ditto:ditto-signals-commands-cleanup >---------- [INFO] Building Eclipse Ditto :: Signals :: Commands :: Cleanup 0-SNAPSHOT [50/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-signals-commands-cleanup --- [INFO] [INFO] --------< org.eclipse.ditto:ditto-signals-events-connectivity >--------- [INFO] Building Eclipse Ditto :: Signals :: Events :: Connectivity 0-SNAPSHOT [51/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-signals-events-connectivity --- [INFO] [INFO] ------------------< org.eclipse.ditto:ditto-services >------------------ [INFO] Building Eclipse Ditto :: Services 0-SNAPSHOT [52/123] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services --- [INFO] [INFO] --------------< org.eclipse.ditto:ditto-services-models >--------------- [INFO] Building Eclipse Ditto :: Services :: Models 0-SNAPSHOT [53/123] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-models --- [INFO] [INFO] ------------< org.eclipse.ditto:ditto-services-models-base >------------ [INFO] Building Eclipse Ditto :: Services :: Models :: Base 0-SNAPSHOT [54/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-models-base --- [INFO] [INFO] ---------------< org.eclipse.ditto:ditto-services-utils >--------------- [INFO] Building Eclipse Ditto :: Services :: Utils 0-SNAPSHOT [55/123] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-utils --- [INFO] [INFO] -----------< org.eclipse.ditto:ditto-services-utils-config >------------ [INFO] Building Eclipse Ditto :: Services :: Utils :: Config Utils 0-SNAPSHOT [56/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-utils-config --- [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] -----------< org.eclipse.ditto:ditto-services-utils-metrics >----------- [INFO] Building Eclipse Ditto :: Services :: Utils :: Metrics 0-SNAPSHOT [57/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-utils-metrics --- [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-common_2.13-3.0.6.jar: akka.persistence.mongo.common.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-akka_a25_2.13-4.1.14.jar: metrics4.akka.a25.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-scala_2.13-4.1.14.jar: metrics4.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] ---------< org.eclipse.ditto:ditto-services-models-streaming >---------- [INFO] Building Eclipse Ditto :: Services :: Models :: Streaming 0-SNAPSHOT [58/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-models-streaming --- [INFO] [INFO] ------------< org.eclipse.ditto:ditto-services-utils-akka >------------- [INFO] Building Eclipse Ditto :: Services :: Utils :: Akka Utils 0-SNAPSHOT [59/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-utils-akka --- [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] -----------< org.eclipse.ditto:ditto-services-utils-health >------------ [INFO] Building Eclipse Ditto :: Services :: Utils :: Health Utils 0-SNAPSHOT [60/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-utils-health --- [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] [INFO] -----------< org.eclipse.ditto:ditto-services-utils-cluster >----------- [INFO] Building Eclipse Ditto :: Services :: Utils :: Cluster Utils 0-SNAPSHOT [61/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-utils-cluster --- [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] -----------< org.eclipse.ditto:ditto-services-utils-devops >------------ [INFO] Building Eclipse Ditto :: Services :: Utils :: DevOps 0-SNAPSHOT [62/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-utils-devops --- [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] -----------< org.eclipse.ditto:ditto-services-utils-tracing >----------- [INFO] Building Eclipse Ditto :: Services :: Utils :: Tracing Utils 0-SNAPSHOT [63/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-utils-tracing --- [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] ------------< org.eclipse.ditto:ditto-services-utils-cache >------------ [INFO] Building Eclipse Ditto :: Services :: Utils :: Cache Utils 0-SNAPSHOT [64/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-utils-cache --- [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] ------------< org.eclipse.ditto:ditto-services-utils-test >------------- [INFO] Building Eclipse Ditto :: Services :: Utils :: Test Utils 0-SNAPSHOT [65/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-utils-test --- [INFO] [INFO] ---------< org.eclipse.ditto:ditto-services-utils-persistence >--------- [INFO] Building Eclipse Ditto :: Services :: Utils :: Persistence Utils 0-SNAPSHOT [66/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-utils-persistence --- [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-common_2.13-3.0.6.jar: akka.persistence.mongo.common.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-akka_a25_2.13-4.1.14.jar: metrics4.akka.a25.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-scala_2.13-4.1.14.jar: metrics4.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-scala_2.13-3.0.6.jar: akka.persistence.mongo.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from mongo-scala-driver_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-driver: Invalid module name: 'mongo-scala-driver' is not a Java identifier [INFO] Can't extract module name from mongo-scala-bson_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-bson: Invalid module name: 'mongo-scala-bson' is not a Java identifier [INFO] [INFO] ---------------< org.eclipse.ditto:ditto-services-base >---------------- [INFO] Building Eclipse Ditto :: Services :: Base 0-SNAPSHOT [67/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-base --- [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-scala_2.13-3.0.6.jar: akka.persistence.mongo.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from mongo-scala-driver_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-driver: Invalid module name: 'mongo-scala-driver' is not a Java identifier [INFO] Can't extract module name from mongo-scala-bson_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-bson: Invalid module name: 'mongo-scala-bson' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management_2.13-1.0.10.jar: akka.management.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-bootstrap_2.13-1.0.10.jar: akka.management.cluster.bootstrap.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-http_2.13-1.0.10.jar: akka.management.cluster.http.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-common_2.13-3.0.6.jar: akka.persistence.mongo.common.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-akka_a25_2.13-4.1.14.jar: metrics4.akka.a25.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-scala_2.13-4.1.14.jar: metrics4.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-system-metrics_2.13-2.1.4.jar: kamon.system.metrics.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] -------------< org.eclipse.ditto:ditto-services-concierge >------------- [INFO] Building Eclipse Ditto :: Services :: Concierge 0-SNAPSHOT [68/123] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-concierge --- [INFO] [INFO] ---------< org.eclipse.ditto:ditto-services-concierge-config >---------- [INFO] Building Eclipse Ditto :: Services :: Concierge :: Config 0-SNAPSHOT [69/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-concierge-config --- [INFO] [INFO] ---------< org.eclipse.ditto:ditto-services-concierge-common >---------- [INFO] Building Eclipse Ditto :: Services :: Concierge :: Common 0-SNAPSHOT [70/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-concierge-common --- [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management_2.13-1.0.10.jar: akka.management.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-bootstrap_2.13-1.0.10.jar: akka.management.cluster.bootstrap.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-http_2.13-1.0.10.jar: akka.management.cluster.http.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-common_2.13-3.0.6.jar: akka.persistence.mongo.common.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-akka_a25_2.13-4.1.14.jar: metrics4.akka.a25.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-scala_2.13-4.1.14.jar: metrics4.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-system-metrics_2.13-2.1.4.jar: kamon.system.metrics.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-scala_2.13-3.0.6.jar: akka.persistence.mongo.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from mongo-scala-driver_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-driver: Invalid module name: 'mongo-scala-driver' is not a Java identifier [INFO] Can't extract module name from mongo-scala-bson_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-bson: Invalid module name: 'mongo-scala-bson' is not a Java identifier [INFO] [INFO] ------------< org.eclipse.ditto:ditto-services-utils-ddata >------------ [INFO] Building Eclipse Ditto :: Services :: Utils :: Distributed Data 0-SNAPSHOT [71/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-utils-ddata --- [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] [INFO] -----------< org.eclipse.ditto:ditto-services-utils-pubsub >------------ [INFO] Building Eclipse Ditto :: Services :: Utils :: Pub-Sub 0-SNAPSHOT [72/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-utils-pubsub --- [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] -----------< org.eclipse.ditto:ditto-services-models-things >----------- [INFO] Building Eclipse Ditto :: Services :: Models :: Things 0-SNAPSHOT [73/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-models-things --- [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] ----------< org.eclipse.ditto:ditto-services-models-policies >---------- [INFO] Building Eclipse Ditto :: Services :: Models :: Policies 0-SNAPSHOT [74/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-models-policies --- [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] --------< org.eclipse.ditto:ditto-services-models-thingsearch >--------- [INFO] Building Eclipse Ditto :: Services :: Models :: Things Search 0-SNAPSHOT [75/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-models-thingsearch --- [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] --------< org.eclipse.ditto:ditto-services-models-connectivity >-------- [INFO] Building Eclipse Ditto :: Services :: Models :: Connectivity 0-SNAPSHOT [76/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-models-connectivity --- [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] ---------< org.eclipse.ditto:ditto-services-models-concierge >---------- [INFO] Building Eclipse Ditto :: Services :: Models :: Concierge 0-SNAPSHOT [77/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-models-concierge --- [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] [INFO] ---------< org.eclipse.ditto:ditto-services-concierge-actors >---------- [INFO] Building Eclipse Ditto :: Services :: Concierge :: Actors 0-SNAPSHOT [78/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-concierge-actors --- [INFO] Can't extract module name from akka-management_2.13-1.0.10.jar: akka.management.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-bootstrap_2.13-1.0.10.jar: akka.management.cluster.bootstrap.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-http_2.13-1.0.10.jar: akka.management.cluster.http.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-system-metrics_2.13-2.1.4.jar: kamon.system.metrics.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-common_2.13-3.0.6.jar: akka.persistence.mongo.common.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-akka_a25_2.13-4.1.14.jar: metrics4.akka.a25.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-scala_2.13-4.1.14.jar: metrics4.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-scala_2.13-3.0.6.jar: akka.persistence.mongo.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from mongo-scala-driver_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-driver: Invalid module name: 'mongo-scala-driver' is not a Java identifier [INFO] Can't extract module name from mongo-scala-bson_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-bson: Invalid module name: 'mongo-scala-bson' is not a Java identifier [INFO] Can't extract module name from akka-persistence-inmemory_2.13-2.5.15.2.jar: akka.persistence.inmemory.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scalaz-core_2.13-7.2.28.jar: scalaz.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] --------< org.eclipse.ditto:ditto-services-utils-cache-loaders >-------- [INFO] Building Eclipse Ditto :: Services :: Utils :: Cache Loaders 0-SNAPSHOT [79/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-utils-cache-loaders --- [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] -------< org.eclipse.ditto:ditto-services-concierge-enforcement >------- [INFO] Building Eclipse Ditto :: Services :: Concierge :: Enforcement 0-SNAPSHOT [80/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-concierge-enforcement --- [INFO] Can't extract module name from akka-management_2.13-1.0.10.jar: akka.management.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-bootstrap_2.13-1.0.10.jar: akka.management.cluster.bootstrap.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-http_2.13-1.0.10.jar: akka.management.cluster.http.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-common_2.13-3.0.6.jar: akka.persistence.mongo.common.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-akka_a25_2.13-4.1.14.jar: metrics4.akka.a25.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-scala_2.13-4.1.14.jar: metrics4.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-system-metrics_2.13-2.1.4.jar: kamon.system.metrics.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-scala_2.13-3.0.6.jar: akka.persistence.mongo.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from mongo-scala-driver_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-driver: Invalid module name: 'mongo-scala-driver' is not a Java identifier [INFO] Can't extract module name from mongo-scala-bson_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-bson: Invalid module name: 'mongo-scala-bson' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] ---------< org.eclipse.ditto:ditto-services-utils-namespaces >---------- [INFO] Building Eclipse Ditto :: Services :: Utils :: Namespaces 0-SNAPSHOT [81/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-utils-namespaces --- [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] ---------< org.eclipse.ditto:ditto-services-concierge-starter >--------- [INFO] Building Eclipse Ditto :: Services :: Concierge :: Starter 0-SNAPSHOT [82/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-concierge-starter --- [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management_2.13-1.0.10.jar: akka.management.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-bootstrap_2.13-1.0.10.jar: akka.management.cluster.bootstrap.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-http_2.13-1.0.10.jar: akka.management.cluster.http.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-common_2.13-3.0.6.jar: akka.persistence.mongo.common.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-akka_a25_2.13-4.1.14.jar: metrics4.akka.a25.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-scala_2.13-4.1.14.jar: metrics4.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-system-metrics_2.13-2.1.4.jar: kamon.system.metrics.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-scala_2.13-3.0.6.jar: akka.persistence.mongo.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from mongo-scala-driver_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-driver: Invalid module name: 'mongo-scala-driver' is not a Java identifier [INFO] Can't extract module name from mongo-scala-bson_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-bson: Invalid module name: 'mongo-scala-bson' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from akka-discovery-kubernetes-api_2.13-1.0.10.jar: akka.discovery.kubernetes.api.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] -----------< org.eclipse.ditto:ditto-services-connectivity >------------ [INFO] Building Eclipse Ditto :: Services :: Connectivity 0-SNAPSHOT [83/123] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-connectivity --- [INFO] [INFO] --------< org.eclipse.ditto:ditto-services-connectivity-config >-------- [INFO] Building Eclipse Ditto :: Services :: Connectivity :: Config 0-SNAPSHOT [84/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-connectivity-config --- [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] -----< org.eclipse.ditto:ditto-services-utils-conditional-headers >----- [INFO] Building Eclipse Ditto :: Services :: Utils :: Conditional Header Utils 0-SNAPSHOT [85/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-utils-conditional-headers --- [INFO] [INFO] ------< org.eclipse.ditto:ditto-services-utils-persistent-actors >------ [INFO] Building Eclipse Ditto :: Services :: Utils :: Persistent Actors 0-SNAPSHOT [86/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-utils-persistent-actors --- [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management_2.13-1.0.10.jar: akka.management.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-bootstrap_2.13-1.0.10.jar: akka.management.cluster.bootstrap.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-http_2.13-1.0.10.jar: akka.management.cluster.http.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-common_2.13-3.0.6.jar: akka.persistence.mongo.common.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-akka_a25_2.13-4.1.14.jar: metrics4.akka.a25.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-scala_2.13-4.1.14.jar: metrics4.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-system-metrics_2.13-2.1.4.jar: kamon.system.metrics.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-scala_2.13-3.0.6.jar: akka.persistence.mongo.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from mongo-scala-driver_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-driver: Invalid module name: 'mongo-scala-driver' is not a Java identifier [INFO] Can't extract module name from mongo-scala-bson_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-bson: Invalid module name: 'mongo-scala-bson' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] ----------< org.eclipse.ditto:ditto-services-utils-protocol >----------- [INFO] Building Eclipse Ditto :: Services :: Utils :: Protocol 0-SNAPSHOT [87/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-utils-protocol --- [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] ------------< org.eclipse.ditto:ditto-services-models-acks >------------ [INFO] Building Eclipse Ditto :: Services :: Models :: ACKs 0-SNAPSHOT [88/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-models-acks --- [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] ------< org.eclipse.ditto:ditto-services-models-signalenrichment >------ [INFO] Building Eclipse Ditto :: Services :: Models :: Signal Enrichment 0-SNAPSHOT [89/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-models-signalenrichment --- [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] --------< org.eclipse.ditto:ditto-services-connectivity-common >-------- [INFO] Building Eclipse Ditto :: Services :: Connectivity :: Common 0-SNAPSHOT [90/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-connectivity-common --- [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management_2.13-1.0.10.jar: akka.management.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-bootstrap_2.13-1.0.10.jar: akka.management.cluster.bootstrap.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-http_2.13-1.0.10.jar: akka.management.cluster.http.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-common_2.13-3.0.6.jar: akka.persistence.mongo.common.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-akka_a25_2.13-4.1.14.jar: metrics4.akka.a25.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-scala_2.13-4.1.14.jar: metrics4.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-system-metrics_2.13-2.1.4.jar: kamon.system.metrics.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-scala_2.13-3.0.6.jar: akka.persistence.mongo.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from mongo-scala-driver_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-driver: Invalid module name: 'mongo-scala-driver' is not a Java identifier [INFO] Can't extract module name from mongo-scala-bson_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-bson: Invalid module name: 'mongo-scala-bson' is not a Java identifier [INFO] [INFO] ---------< org.eclipse.ditto:ditto-services-connectivity-util >--------- [INFO] Building Eclipse Ditto :: Services :: Connectivity :: Util 0-SNAPSHOT [91/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-connectivity-util --- [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] -------< org.eclipse.ditto:ditto-services-connectivity-mapping >-------- [INFO] Building Eclipse Ditto :: Services :: Connectivity :: Mapping 0-SNAPSHOT [92/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-connectivity-mapping --- [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-scala_2.13-3.0.6.jar: akka.persistence.mongo.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from mongo-scala-driver_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-driver: Invalid module name: 'mongo-scala-driver' is not a Java identifier [INFO] Can't extract module name from mongo-scala-bson_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-bson: Invalid module name: 'mongo-scala-bson' is not a Java identifier [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management_2.13-1.0.10.jar: akka.management.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-bootstrap_2.13-1.0.10.jar: akka.management.cluster.bootstrap.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-http_2.13-1.0.10.jar: akka.management.cluster.http.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-common_2.13-3.0.6.jar: akka.persistence.mongo.common.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-akka_a25_2.13-4.1.14.jar: metrics4.akka.a25.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-scala_2.13-4.1.14.jar: metrics4.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-system-metrics_2.13-2.1.4.jar: kamon.system.metrics.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from long-3.2.0.jar: long: Invalid module name: 'long' is not a Java identifier [INFO] [INFO] -----------< org.eclipse.ditto:ditto-services-utils-search >------------ [INFO] Building Eclipse Ditto :: Services :: Utils :: Search 0-SNAPSHOT [93/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-utils-search --- [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management_2.13-1.0.10.jar: akka.management.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-bootstrap_2.13-1.0.10.jar: akka.management.cluster.bootstrap.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-http_2.13-1.0.10.jar: akka.management.cluster.http.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-common_2.13-3.0.6.jar: akka.persistence.mongo.common.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-akka_a25_2.13-4.1.14.jar: metrics4.akka.a25.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-scala_2.13-4.1.14.jar: metrics4.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-system-metrics_2.13-2.1.4.jar: kamon.system.metrics.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] ---------< org.eclipse.ditto:ditto-services-utils-aggregator >---------- [INFO] Building Eclipse Ditto :: Services :: Utils :: Aggregator 0-SNAPSHOT [94/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-utils-aggregator --- [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management_2.13-1.0.10.jar: akka.management.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-bootstrap_2.13-1.0.10.jar: akka.management.cluster.bootstrap.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-http_2.13-1.0.10.jar: akka.management.cluster.http.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-common_2.13-3.0.6.jar: akka.persistence.mongo.common.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-akka_a25_2.13-4.1.14.jar: metrics4.akka.a25.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-scala_2.13-4.1.14.jar: metrics4.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-system-metrics_2.13-2.1.4.jar: kamon.system.metrics.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] ------< org.eclipse.ditto:ditto-services-connectivity-messaging >------- [INFO] Building Eclipse Ditto :: Services :: Connectivity :: Messaging 0-SNAPSHOT [95/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-connectivity-messaging --- [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management_2.13-1.0.10.jar: akka.management.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-bootstrap_2.13-1.0.10.jar: akka.management.cluster.bootstrap.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-http_2.13-1.0.10.jar: akka.management.cluster.http.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-common_2.13-3.0.6.jar: akka.persistence.mongo.common.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-system-metrics_2.13-2.1.4.jar: kamon.system.metrics.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from long-3.2.0.jar: long: Invalid module name: 'long' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-scala_2.13-3.0.6.jar: akka.persistence.mongo.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-akka_a25_2.13-4.1.14.jar: metrics4.akka.a25.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-scala_2.13-4.1.14.jar: metrics4.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from mongo-scala-driver_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-driver: Invalid module name: 'mongo-scala-driver' is not a Java identifier [INFO] Can't extract module name from mongo-scala-bson_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-bson: Invalid module name: 'mongo-scala-bson' is not a Java identifier [INFO] Can't extract module name from geronimo-jms_2.0_spec-1.0-alpha-2.jar: geronimo.jms.2.0.spec: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-rabbitmq_2.13-5.1.2.jar: akka.rabbitmq.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-inmemory_2.13-2.5.15.2.jar: akka.persistence.inmemory.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scalaz-core_2.13-7.2.28.jar: scalaz.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] -------< org.eclipse.ditto:ditto-services-connectivity-starter >-------- [INFO] Building Eclipse Ditto :: Services :: Connectivity :: Starter 0-SNAPSHOT [96/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-connectivity-starter --- [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management_2.13-1.0.10.jar: akka.management.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-bootstrap_2.13-1.0.10.jar: akka.management.cluster.bootstrap.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-http_2.13-1.0.10.jar: akka.management.cluster.http.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-common_2.13-3.0.6.jar: akka.persistence.mongo.common.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-akka_a25_2.13-4.1.14.jar: metrics4.akka.a25.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-scala_2.13-4.1.14.jar: metrics4.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-system-metrics_2.13-2.1.4.jar: kamon.system.metrics.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from long-3.2.0.jar: long: Invalid module name: 'long' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-scala_2.13-3.0.6.jar: akka.persistence.mongo.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from mongo-scala-driver_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-driver: Invalid module name: 'mongo-scala-driver' is not a Java identifier [INFO] Can't extract module name from mongo-scala-bson_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-bson: Invalid module name: 'mongo-scala-bson' is not a Java identifier [INFO] Can't extract module name from geronimo-jms_2.0_spec-1.0-alpha-2.jar: geronimo.jms.2.0.spec: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-rabbitmq_2.13-5.1.2.jar: akka.rabbitmq.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-discovery-kubernetes-api_2.13-1.0.10.jar: akka.discovery.kubernetes.api.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] --------------< org.eclipse.ditto:ditto-services-gateway >-------------- [INFO] Building Eclipse Ditto :: Services :: Gateway 0-SNAPSHOT [97/123] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-gateway --- [INFO] [INFO] ----------< org.eclipse.ditto:ditto-services-gateway-config >----------- [INFO] Building Eclipse Ditto :: Services :: Gateway :: Config 0-SNAPSHOT [98/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-gateway-config --- [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] -----------< org.eclipse.ditto:ditto-services-gateway-util >------------ [INFO] Building Eclipse Ditto :: Services :: Gateway :: Util 0-SNAPSHOT [99/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-gateway-util --- [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management_2.13-1.0.10.jar: akka.management.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-bootstrap_2.13-1.0.10.jar: akka.management.cluster.bootstrap.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-http_2.13-1.0.10.jar: akka.management.cluster.http.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-common_2.13-3.0.6.jar: akka.persistence.mongo.common.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-akka_a25_2.13-4.1.14.jar: metrics4.akka.a25.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-scala_2.13-4.1.14.jar: metrics4.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-system-metrics_2.13-2.1.4.jar: kamon.system.metrics.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] -------------< org.eclipse.ditto:ditto-services-utils-jwt >------------- [INFO] Building Eclipse Ditto :: Services :: Utils :: JWT 0-SNAPSHOT [100/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-utils-jwt --- [INFO] [INFO] ---------< org.eclipse.ditto:ditto-services-gateway-security >---------- [INFO] Building Eclipse Ditto :: Services :: Gateway :: Security 0-SNAPSHOT [101/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-gateway-security --- [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management_2.13-1.0.10.jar: akka.management.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-bootstrap_2.13-1.0.10.jar: akka.management.cluster.bootstrap.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-http_2.13-1.0.10.jar: akka.management.cluster.http.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-common_2.13-3.0.6.jar: akka.persistence.mongo.common.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-akka_a25_2.13-4.1.14.jar: metrics4.akka.a25.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-scala_2.13-4.1.14.jar: metrics4.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-system-metrics_2.13-2.1.4.jar: kamon.system.metrics.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] ----------< org.eclipse.ditto:ditto-services-gateway-health >----------- [INFO] Building Eclipse Ditto :: Services :: Gateway :: Health 0-SNAPSHOT [102/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-gateway-health --- [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management_2.13-1.0.10.jar: akka.management.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-bootstrap_2.13-1.0.10.jar: akka.management.cluster.bootstrap.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-http_2.13-1.0.10.jar: akka.management.cluster.http.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-common_2.13-3.0.6.jar: akka.persistence.mongo.common.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-akka_a25_2.13-4.1.14.jar: metrics4.akka.a25.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-scala_2.13-4.1.14.jar: metrics4.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-system-metrics_2.13-2.1.4.jar: kamon.system.metrics.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] ---------< org.eclipse.ditto:ditto-services-gateway-streaming >--------- [INFO] Building Eclipse Ditto :: Services :: Gateway :: Streaming 0-SNAPSHOT [103/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-gateway-streaming --- [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management_2.13-1.0.10.jar: akka.management.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-bootstrap_2.13-1.0.10.jar: akka.management.cluster.bootstrap.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-http_2.13-1.0.10.jar: akka.management.cluster.http.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-common_2.13-3.0.6.jar: akka.persistence.mongo.common.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-akka_a25_2.13-4.1.14.jar: metrics4.akka.a25.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-scala_2.13-4.1.14.jar: metrics4.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-system-metrics_2.13-2.1.4.jar: kamon.system.metrics.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] [INFO] ---------< org.eclipse.ditto:ditto-services-gateway-endpoints >--------- [INFO] Building Eclipse Ditto :: Services :: Gateway :: Endpoints 0-SNAPSHOT [104/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-gateway-endpoints --- [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management_2.13-1.0.10.jar: akka.management.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-bootstrap_2.13-1.0.10.jar: akka.management.cluster.bootstrap.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-http_2.13-1.0.10.jar: akka.management.cluster.http.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-common_2.13-3.0.6.jar: akka.persistence.mongo.common.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-akka_a25_2.13-4.1.14.jar: metrics4.akka.a25.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-scala_2.13-4.1.14.jar: metrics4.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-system-metrics_2.13-2.1.4.jar: kamon.system.metrics.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from scalatest_2.13-3.1.4.jar: scalatest.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scalactic_2.13-3.1.4.jar: scalactic.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-xml_2.13-1.2.0.jar: scala.xml.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] -----------< org.eclipse.ditto:ditto-services-gateway-proxy >----------- [INFO] Building Eclipse Ditto :: Services :: Gateway :: Proxy 0-SNAPSHOT [105/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-gateway-proxy --- [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management_2.13-1.0.10.jar: akka.management.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-bootstrap_2.13-1.0.10.jar: akka.management.cluster.bootstrap.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-http_2.13-1.0.10.jar: akka.management.cluster.http.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-system-metrics_2.13-2.1.4.jar: kamon.system.metrics.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-common_2.13-3.0.6.jar: akka.persistence.mongo.common.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-akka_a25_2.13-4.1.14.jar: metrics4.akka.a25.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-scala_2.13-4.1.14.jar: metrics4.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-scala_2.13-3.0.6.jar: akka.persistence.mongo.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from mongo-scala-driver_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-driver: Invalid module name: 'mongo-scala-driver' is not a Java identifier [INFO] Can't extract module name from mongo-scala-bson_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-bson: Invalid module name: 'mongo-scala-bson' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from akka-persistence-inmemory_2.13-2.5.15.2.jar: akka.persistence.inmemory.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scalaz-core_2.13-7.2.28.jar: scalaz.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] ----------< org.eclipse.ditto:ditto-services-gateway-starter >---------- [INFO] Building Eclipse Ditto :: Services :: Gateway :: Starter 0-SNAPSHOT [106/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-gateway-starter --- [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management_2.13-1.0.10.jar: akka.management.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-bootstrap_2.13-1.0.10.jar: akka.management.cluster.bootstrap.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-http_2.13-1.0.10.jar: akka.management.cluster.http.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-common_2.13-3.0.6.jar: akka.persistence.mongo.common.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-akka_a25_2.13-4.1.14.jar: metrics4.akka.a25.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-scala_2.13-4.1.14.jar: metrics4.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-system-metrics_2.13-2.1.4.jar: kamon.system.metrics.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-scala_2.13-3.0.6.jar: akka.persistence.mongo.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from mongo-scala-driver_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-driver: Invalid module name: 'mongo-scala-driver' is not a Java identifier [INFO] Can't extract module name from mongo-scala-bson_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-bson: Invalid module name: 'mongo-scala-bson' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from akka-discovery-kubernetes-api_2.13-1.0.10.jar: akka.discovery.kubernetes.api.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] -------------< org.eclipse.ditto:ditto-services-policies >-------------- [INFO] Building Eclipse Ditto :: Services :: Policies 0-SNAPSHOT [107/123] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-policies --- [INFO] [INFO] ----------< org.eclipse.ditto:ditto-services-policies-config >---------- [INFO] Building Eclipse Ditto :: Services :: Policies :: Config 0-SNAPSHOT [108/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-policies-config --- [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] ----------< org.eclipse.ditto:ditto-services-policies-common >---------- [INFO] Building Eclipse Ditto :: Services :: Policies :: Common 0-SNAPSHOT [109/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-policies-common --- [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management_2.13-1.0.10.jar: akka.management.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-bootstrap_2.13-1.0.10.jar: akka.management.cluster.bootstrap.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-http_2.13-1.0.10.jar: akka.management.cluster.http.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-common_2.13-3.0.6.jar: akka.persistence.mongo.common.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-akka_a25_2.13-4.1.14.jar: metrics4.akka.a25.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-scala_2.13-4.1.14.jar: metrics4.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-system-metrics_2.13-2.1.4.jar: kamon.system.metrics.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-scala_2.13-3.0.6.jar: akka.persistence.mongo.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from mongo-scala-driver_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-driver: Invalid module name: 'mongo-scala-driver' is not a Java identifier [INFO] Can't extract module name from mongo-scala-bson_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-bson: Invalid module name: 'mongo-scala-bson' is not a Java identifier [INFO] [INFO] -------< org.eclipse.ditto:ditto-services-policies-persistence >-------- [INFO] Building Eclipse Ditto :: Services :: Policies :: Persistence 0-SNAPSHOT [110/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-policies-persistence --- [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management_2.13-1.0.10.jar: akka.management.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-bootstrap_2.13-1.0.10.jar: akka.management.cluster.bootstrap.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-http_2.13-1.0.10.jar: akka.management.cluster.http.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-common_2.13-3.0.6.jar: akka.persistence.mongo.common.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-akka_a25_2.13-4.1.14.jar: metrics4.akka.a25.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-scala_2.13-4.1.14.jar: metrics4.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-system-metrics_2.13-2.1.4.jar: kamon.system.metrics.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-scala_2.13-3.0.6.jar: akka.persistence.mongo.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from mongo-scala-driver_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-driver: Invalid module name: 'mongo-scala-driver' is not a Java identifier [INFO] Can't extract module name from mongo-scala-bson_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-bson: Invalid module name: 'mongo-scala-bson' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-inmemory_2.13-2.5.15.2.jar: akka.persistence.inmemory.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scalaz-core_2.13-7.2.28.jar: scalaz.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] ---------< org.eclipse.ditto:ditto-services-policies-starter >---------- [INFO] Building Eclipse Ditto :: Services :: Policies :: Starter 0-SNAPSHOT [111/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-policies-starter --- [INFO] Can't extract module name from akka-management_2.13-1.0.10.jar: akka.management.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-bootstrap_2.13-1.0.10.jar: akka.management.cluster.bootstrap.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-http_2.13-1.0.10.jar: akka.management.cluster.http.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-common_2.13-3.0.6.jar: akka.persistence.mongo.common.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-akka_a25_2.13-4.1.14.jar: metrics4.akka.a25.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-scala_2.13-4.1.14.jar: metrics4.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-system-metrics_2.13-2.1.4.jar: kamon.system.metrics.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-scala_2.13-3.0.6.jar: akka.persistence.mongo.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from mongo-scala-driver_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-driver: Invalid module name: 'mongo-scala-driver' is not a Java identifier [INFO] Can't extract module name from mongo-scala-bson_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-bson: Invalid module name: 'mongo-scala-bson' is not a Java identifier [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-discovery-kubernetes-api_2.13-1.0.10.jar: akka.discovery.kubernetes.api.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] --------------< org.eclipse.ditto:ditto-services-things >--------------- [INFO] Building Eclipse Ditto :: Services :: Things 0-SNAPSHOT [112/123] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-things --- [INFO] [INFO] -----------< org.eclipse.ditto:ditto-services-things-config >----------- [INFO] Building Eclipse Ditto :: Services :: Things :: Config 0-SNAPSHOT [113/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-things-config --- [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] -----------< org.eclipse.ditto:ditto-services-things-common >----------- [INFO] Building Eclipse Ditto :: Services :: Things :: Common 0-SNAPSHOT [114/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-things-common --- [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management_2.13-1.0.10.jar: akka.management.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-bootstrap_2.13-1.0.10.jar: akka.management.cluster.bootstrap.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-http_2.13-1.0.10.jar: akka.management.cluster.http.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-common_2.13-3.0.6.jar: akka.persistence.mongo.common.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-akka_a25_2.13-4.1.14.jar: metrics4.akka.a25.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-scala_2.13-4.1.14.jar: metrics4.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-system-metrics_2.13-2.1.4.jar: kamon.system.metrics.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-scala_2.13-3.0.6.jar: akka.persistence.mongo.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from mongo-scala-driver_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-driver: Invalid module name: 'mongo-scala-driver' is not a Java identifier [INFO] Can't extract module name from mongo-scala-bson_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-bson: Invalid module name: 'mongo-scala-bson' is not a Java identifier [INFO] [INFO] --------< org.eclipse.ditto:ditto-services-things-persistence >--------- [INFO] Building Eclipse Ditto :: Services :: Things :: Persistence 0-SNAPSHOT [115/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-things-persistence --- [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management_2.13-1.0.10.jar: akka.management.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-bootstrap_2.13-1.0.10.jar: akka.management.cluster.bootstrap.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-http_2.13-1.0.10.jar: akka.management.cluster.http.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-common_2.13-3.0.6.jar: akka.persistence.mongo.common.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-akka_a25_2.13-4.1.14.jar: metrics4.akka.a25.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-scala_2.13-4.1.14.jar: metrics4.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-system-metrics_2.13-2.1.4.jar: kamon.system.metrics.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-scala_2.13-3.0.6.jar: akka.persistence.mongo.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from mongo-scala-driver_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-driver: Invalid module name: 'mongo-scala-driver' is not a Java identifier [INFO] Can't extract module name from mongo-scala-bson_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-bson: Invalid module name: 'mongo-scala-bson' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-inmemory_2.13-2.5.15.2.jar: akka.persistence.inmemory.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scalaz-core_2.13-7.2.28.jar: scalaz.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] ----------< org.eclipse.ditto:ditto-services-things-starter >----------- [INFO] Building Eclipse Ditto :: Services :: Things :: Starter 0-SNAPSHOT [116/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-things-starter --- [INFO] Can't extract module name from akka-management_2.13-1.0.10.jar: akka.management.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-bootstrap_2.13-1.0.10.jar: akka.management.cluster.bootstrap.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-http_2.13-1.0.10.jar: akka.management.cluster.http.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-common_2.13-3.0.6.jar: akka.persistence.mongo.common.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-akka_a25_2.13-4.1.14.jar: metrics4.akka.a25.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-scala_2.13-4.1.14.jar: metrics4.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-system-metrics_2.13-2.1.4.jar: kamon.system.metrics.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-scala_2.13-3.0.6.jar: akka.persistence.mongo.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from mongo-scala-driver_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-driver: Invalid module name: 'mongo-scala-driver' is not a Java identifier [INFO] Can't extract module name from mongo-scala-bson_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-bson: Invalid module name: 'mongo-scala-bson' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-discovery-kubernetes-api_2.13-1.0.10.jar: akka.discovery.kubernetes.api.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] ------------< org.eclipse.ditto:ditto-services-thingsearch >------------ [INFO] Building Eclipse Ditto :: Services :: Thing Search 0-SNAPSHOT [117/123] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-thingsearch --- [INFO] [INFO] --------< org.eclipse.ditto:ditto-services-thingsearch-config >--------- [INFO] Building Eclipse Ditto :: Services :: Thing Search :: Config 0-SNAPSHOT [118/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-thingsearch-config --- [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] --------< org.eclipse.ditto:ditto-services-thingsearch-common >--------- [INFO] Building Eclipse Ditto :: Services :: Thing Search :: Common 0-SNAPSHOT [119/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-thingsearch-common --- [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management_2.13-1.0.10.jar: akka.management.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-bootstrap_2.13-1.0.10.jar: akka.management.cluster.bootstrap.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-http_2.13-1.0.10.jar: akka.management.cluster.http.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-common_2.13-3.0.6.jar: akka.persistence.mongo.common.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-akka_a25_2.13-4.1.14.jar: metrics4.akka.a25.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-scala_2.13-4.1.14.jar: metrics4.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-system-metrics_2.13-2.1.4.jar: kamon.system.metrics.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-scala_2.13-3.0.6.jar: akka.persistence.mongo.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from mongo-scala-driver_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-driver: Invalid module name: 'mongo-scala-driver' is not a Java identifier [INFO] Can't extract module name from mongo-scala-bson_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-bson: Invalid module name: 'mongo-scala-bson' is not a Java identifier [INFO] [INFO] ------< org.eclipse.ditto:ditto-services-thingsearch-persistence >------ [INFO] Building Eclipse Ditto :: Services :: Thing Search :: Persistence 0-SNAPSHOT [120/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-thingsearch-persistence --- [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management_2.13-1.0.10.jar: akka.management.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-bootstrap_2.13-1.0.10.jar: akka.management.cluster.bootstrap.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-http_2.13-1.0.10.jar: akka.management.cluster.http.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-common_2.13-3.0.6.jar: akka.persistence.mongo.common.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-akka_a25_2.13-4.1.14.jar: metrics4.akka.a25.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-scala_2.13-4.1.14.jar: metrics4.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-system-metrics_2.13-2.1.4.jar: kamon.system.metrics.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-scala_2.13-3.0.6.jar: akka.persistence.mongo.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from mongo-scala-driver_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-driver: Invalid module name: 'mongo-scala-driver' is not a Java identifier [INFO] Can't extract module name from mongo-scala-bson_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-bson: Invalid module name: 'mongo-scala-bson' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] ----< org.eclipse.ditto:ditto-services-thingsearch-updater-actors >----- [INFO] Building Eclipse Ditto :: Services :: Thing Search :: Updater Actors 0-SNAPSHOT [121/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-thingsearch-updater-actors --- [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management_2.13-1.0.10.jar: akka.management.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-bootstrap_2.13-1.0.10.jar: akka.management.cluster.bootstrap.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-http_2.13-1.0.10.jar: akka.management.cluster.http.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-common_2.13-3.0.6.jar: akka.persistence.mongo.common.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-akka_a25_2.13-4.1.14.jar: metrics4.akka.a25.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-scala_2.13-4.1.14.jar: metrics4.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-system-metrics_2.13-2.1.4.jar: kamon.system.metrics.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-scala_2.13-3.0.6.jar: akka.persistence.mongo.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from mongo-scala-driver_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-driver: Invalid module name: 'mongo-scala-driver' is not a Java identifier [INFO] Can't extract module name from mongo-scala-bson_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-bson: Invalid module name: 'mongo-scala-bson' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] [INFO] --------< org.eclipse.ditto:ditto-services-thingsearch-starter >-------- [INFO] Building Eclipse Ditto :: Services :: Thing Search :: Starter 0-SNAPSHOT [122/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-thingsearch-starter --- [INFO] Can't extract module name from akka-management_2.13-1.0.10.jar: akka.management.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-bootstrap_2.13-1.0.10.jar: akka.management.cluster.bootstrap.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-http_2.13-1.0.10.jar: akka.management.cluster.http.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-common_2.13-3.0.6.jar: akka.persistence.mongo.common.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-akka_a25_2.13-4.1.14.jar: metrics4.akka.a25.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-scala_2.13-4.1.14.jar: metrics4.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-system-metrics_2.13-2.1.4.jar: kamon.system.metrics.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-scala_2.13-3.0.6.jar: akka.persistence.mongo.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from mongo-scala-driver_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-driver: Invalid module name: 'mongo-scala-driver' is not a Java identifier [INFO] Can't extract module name from mongo-scala-bson_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-bson: Invalid module name: 'mongo-scala-bson' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from akka-discovery-kubernetes-api_2.13-1.0.10.jar: akka.discovery.kubernetes.api.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] [INFO] ---------------< org.eclipse.ditto:ditto-services-legal >--------------- [INFO] Building Eclipse Ditto :: Services :: Legal 0-SNAPSHOT [123/123] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-services-legal --- [INFO] Can't extract module name from akka-management_2.13-1.0.10.jar: akka.management.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-bootstrap_2.13-1.0.10.jar: akka.management.cluster.bootstrap.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-management-cluster-http_2.13-1.0.10.jar: akka.management.cluster.http.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-common_2.13-3.0.6.jar: akka.persistence.mongo.common.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-akka_a25_2.13-4.1.14.jar: metrics4.akka.a25.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from metrics4-scala_2.13-4.1.14.jar: metrics4.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-core_2.13-2.1.4.jar: kamon.core.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-prometheus_2.13-2.1.4.jar: kamon.prometheus.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from kamon-system-metrics_2.13-2.1.4.jar: kamon.system.metrics.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from jackson-module-scala_2.13-2.11.4.jar: jackson.module.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-persistence-mongo-scala_2.13-3.0.6.jar: akka.persistence.mongo.scala.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from mongo-scala-driver_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-driver: Invalid module name: 'mongo-scala-driver' is not a Java identifier [INFO] Can't extract module name from mongo-scala-bson_2.13-4.1.1.jar: Automatic-Module-Name: org.mongodb.scala.mongo-scala-bson: Invalid module name: 'mongo-scala-bson' is not a Java identifier [INFO] Can't extract module name from akka-lease-kubernetes_2.13-1.0.10.jar: akka.lease.kubernetes.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from scala-java8-compat_2.13-0.9.0.jar: scala.java8.compat.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from asn-one-0.5.0.jar: Automatic-Module-Name: com.hierynomus.asn-one: Invalid module name: 'asn-one' is not a Java identifier [INFO] Can't extract module name from scala-parser-combinators_2.13-1.1.2.jar: scala.parser.combinators.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-discovery-kubernetes-api_2.13-1.0.10.jar: akka.discovery.kubernetes.api.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from spray-json_2.13-1.3.6.jar: spray.json.2.13: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from long-3.2.0.jar: long: Invalid module name: 'long' is not a Java identifier [INFO] Can't extract module name from geronimo-jms_2.0_spec-1.0-alpha-2.jar: geronimo.jms.2.0.spec: Invalid module name: '2' is not a Java identifier [INFO] Can't extract module name from akka-rabbitmq_2.13-5.1.2.jar: akka.rabbitmq.2.13: Invalid module name: '2' is not a Java identifier [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Ditto 0-SNAPSHOT: [INFO] [INFO] Eclipse Ditto ...................................... SUCCESS [ 1.288 s] [INFO] Eclipse Ditto :: Legal ............................. SUCCESS [ 0.008 s] [INFO] Eclipse Ditto :: BOM ............................... SUCCESS [ 0.055 s] [INFO] Eclipse Ditto :: Documentation ..................... SUCCESS [ 0.846 s] [INFO] Eclipse Ditto :: Utils ............................. SUCCESS [ 0.012 s] [INFO] Eclipse Ditto :: Utils :: JSR-305 Extensions ....... SUCCESS [ 0.086 s] [INFO] Eclipse Ditto :: JSON .............................. SUCCESS [ 0.714 s] [INFO] Eclipse Ditto :: JSON :: CBOR ...................... SUCCESS [ 0.079 s] [INFO] Eclipse Ditto :: Model ............................. SUCCESS [ 0.063 s] [INFO] Eclipse Ditto :: Model :: Base ..................... SUCCESS [ 0.135 s] [INFO] Eclipse Ditto :: Model :: Policies ................. SUCCESS [ 0.060 s] [INFO] Eclipse Ditto :: Model :: Things ................... SUCCESS [ 0.097 s] [INFO] Eclipse Ditto :: Model :: Connectivity ............. SUCCESS [ 0.070 s] [INFO] Eclipse Ditto :: Model :: DevOps ................... SUCCESS [ 0.074 s] [INFO] Eclipse Ditto :: Model :: Messages ................. SUCCESS [ 0.048 s] [INFO] Eclipse Ditto :: Model :: Namespaces ............... SUCCESS [ 0.082 s] [INFO] Eclipse Ditto :: Model :: Enforcers ................ SUCCESS [ 0.094 s] [INFO] Eclipse Ditto :: Model :: JWT ...................... SUCCESS [ 0.048 s] [INFO] Eclipse Ditto :: Model :: Thing Search ............. SUCCESS [ 0.070 s] [INFO] Eclipse Ditto :: Model :: RQL ...................... SUCCESS [ 0.091 s] [INFO] Eclipse Ditto :: Model :: RQL parser ............... SUCCESS [ 0.120 s] [INFO] Eclipse Ditto :: Model :: Thing Search Parser ...... SUCCESS [ 0.156 s] [INFO] Eclipse Ditto :: Model :: Query .................... SUCCESS [ 0.097 s] [INFO] Eclipse Ditto :: Signals ........................... SUCCESS [ 0.057 s] [INFO] Eclipse Ditto :: Signals :: Base ................... SUCCESS [ 0.113 s] [INFO] Eclipse Ditto :: Signals :: Commands ............... SUCCESS [ 0.056 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Base ....... SUCCESS [ 0.063 s] [INFO] Eclipse Ditto :: Signals :: ACKs ................... SUCCESS [ 0.052 s] [INFO] Eclipse Ditto :: Signals :: ACKs :: Base ........... SUCCESS [ 0.074 s] [INFO] Eclipse Ditto :: Signals :: ACKs :: Things ......... SUCCESS [ 0.077 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Policies ... SUCCESS [ 0.069 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Things ..... SUCCESS [ 0.098 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Thing Search SUCCESS [ 0.091 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Messages ... SUCCESS [ 0.095 s] [INFO] Eclipse Ditto :: Signals :: Events ................. SUCCESS [ 0.044 s] [INFO] Eclipse Ditto :: Signals :: Events :: Base ......... SUCCESS [ 0.042 s] [INFO] Eclipse Ditto :: Signals :: Events :: Policies ..... SUCCESS [ 0.097 s] [INFO] Eclipse Ditto :: Signals :: Events :: Things ....... SUCCESS [ 0.095 s] [INFO] Eclipse Ditto :: Signals :: Events :: Thing Search . SUCCESS [ 0.072 s] [INFO] Eclipse Ditto :: Signals :: Announcements .......... SUCCESS [ 0.065 s] [INFO] Eclipse Ditto :: Signals :: Announcements :: Base .. SUCCESS [ 0.068 s] [INFO] Eclipse Ditto :: Signals :: Announcements :: Policies SUCCESS [ 0.047 s] [INFO] Eclipse Ditto :: Protocol Adapter .................. SUCCESS [ 0.076 s] [INFO] Eclipse Ditto :: Model :: Placeholders ............. SUCCESS [ 0.092 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Common ..... SUCCESS [ 0.072 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Connectivity SUCCESS [ 0.051 s] [INFO] Eclipse Ditto :: Signals :: Commands :: DevOps ..... SUCCESS [ 0.063 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Live ....... SUCCESS [ 0.050 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Namespaces . SUCCESS [ 0.049 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Cleanup .... SUCCESS [ 0.052 s] [INFO] Eclipse Ditto :: Signals :: Events :: Connectivity . SUCCESS [ 0.065 s] [INFO] Eclipse Ditto :: Services .......................... SUCCESS [ 0.065 s] [INFO] Eclipse Ditto :: Services :: Models ................ SUCCESS [ 0.040 s] [INFO] Eclipse Ditto :: Services :: Models :: Base ........ SUCCESS [ 0.051 s] [INFO] Eclipse Ditto :: Services :: Utils ................. SUCCESS [ 0.039 s] [INFO] Eclipse Ditto :: Services :: Utils :: Config Utils . SUCCESS [ 0.116 s] [INFO] Eclipse Ditto :: Services :: Utils :: Metrics ...... SUCCESS [ 0.162 s] [INFO] Eclipse Ditto :: Services :: Models :: Streaming ... SUCCESS [ 0.042 s] [INFO] Eclipse Ditto :: Services :: Utils :: Akka Utils ... SUCCESS [ 0.181 s] [INFO] Eclipse Ditto :: Services :: Utils :: Health Utils . SUCCESS [ 0.183 s] [INFO] Eclipse Ditto :: Services :: Utils :: Cluster Utils SUCCESS [ 0.245 s] [INFO] Eclipse Ditto :: Services :: Utils :: DevOps ....... SUCCESS [ 0.227 s] [INFO] Eclipse Ditto :: Services :: Utils :: Tracing Utils SUCCESS [ 0.135 s] [INFO] Eclipse Ditto :: Services :: Utils :: Cache Utils .. SUCCESS [ 0.159 s] [INFO] Eclipse Ditto :: Services :: Utils :: Test Utils ... SUCCESS [ 0.480 s] [INFO] Eclipse Ditto :: Services :: Utils :: Persistence Utils SUCCESS [ 0.564 s] [INFO] Eclipse Ditto :: Services :: Base .................. SUCCESS [ 0.268 s] [INFO] Eclipse Ditto :: Services :: Concierge ............. SUCCESS [ 0.038 s] [INFO] Eclipse Ditto :: Services :: Concierge :: Config ... SUCCESS [ 0.040 s] [INFO] Eclipse Ditto :: Services :: Concierge :: Common ... SUCCESS [ 0.239 s] [INFO] Eclipse Ditto :: Services :: Utils :: Distributed Data SUCCESS [ 0.136 s] [INFO] Eclipse Ditto :: Services :: Utils :: Pub-Sub ...... SUCCESS [ 0.195 s] [INFO] Eclipse Ditto :: Services :: Models :: Things ...... SUCCESS [ 0.174 s] [INFO] Eclipse Ditto :: Services :: Models :: Policies .... SUCCESS [ 0.176 s] [INFO] Eclipse Ditto :: Services :: Models :: Things Search SUCCESS [ 0.238 s] [INFO] Eclipse Ditto :: Services :: Models :: Connectivity SUCCESS [ 0.157 s] [INFO] Eclipse Ditto :: Services :: Models :: Concierge ... SUCCESS [ 0.170 s] [INFO] Eclipse Ditto :: Services :: Concierge :: Actors ... SUCCESS [ 0.233 s] [INFO] Eclipse Ditto :: Services :: Utils :: Cache Loaders SUCCESS [ 0.144 s] [INFO] Eclipse Ditto :: Services :: Concierge :: Enforcement SUCCESS [ 0.253 s] [INFO] Eclipse Ditto :: Services :: Utils :: Namespaces ... SUCCESS [ 0.160 s] [INFO] Eclipse Ditto :: Services :: Concierge :: Starter .. SUCCESS [ 0.211 s] [INFO] Eclipse Ditto :: Services :: Connectivity .......... SUCCESS [ 0.038 s] [INFO] Eclipse Ditto :: Services :: Connectivity :: Config SUCCESS [ 0.163 s] [INFO] Eclipse Ditto :: Services :: Utils :: Conditional Header Utils SUCCESS [ 0.047 s] [INFO] Eclipse Ditto :: Services :: Utils :: Persistent Actors SUCCESS [ 0.200 s] [INFO] Eclipse Ditto :: Services :: Utils :: Protocol ..... SUCCESS [ 0.108 s] [INFO] Eclipse Ditto :: Services :: Models :: ACKs ........ SUCCESS [ 0.132 s] [INFO] Eclipse Ditto :: Services :: Models :: Signal Enrichment SUCCESS [ 0.203 s] [INFO] Eclipse Ditto :: Services :: Connectivity :: Common SUCCESS [ 0.218 s] [INFO] Eclipse Ditto :: Services :: Connectivity :: Util .. SUCCESS [ 0.088 s] [INFO] Eclipse Ditto :: Services :: Connectivity :: Mapping SUCCESS [ 0.237 s] [INFO] Eclipse Ditto :: Services :: Utils :: Search ....... SUCCESS [ 0.193 s] [INFO] Eclipse Ditto :: Services :: Utils :: Aggregator ... SUCCESS [ 0.176 s] [INFO] Eclipse Ditto :: Services :: Connectivity :: Messaging SUCCESS [ 0.650 s] [INFO] Eclipse Ditto :: Services :: Connectivity :: Starter SUCCESS [ 0.276 s] [INFO] Eclipse Ditto :: Services :: Gateway ............... SUCCESS [ 0.032 s] [INFO] Eclipse Ditto :: Services :: Gateway :: Config ..... SUCCESS [ 0.143 s] [INFO] Eclipse Ditto :: Services :: Gateway :: Util ....... SUCCESS [ 0.204 s] [INFO] Eclipse Ditto :: Services :: Utils :: JWT .......... SUCCESS [ 0.054 s] [INFO] Eclipse Ditto :: Services :: Gateway :: Security ... SUCCESS [ 0.198 s] [INFO] Eclipse Ditto :: Services :: Gateway :: Health ..... SUCCESS [ 0.229 s] [INFO] Eclipse Ditto :: Services :: Gateway :: Streaming .. SUCCESS [ 0.241 s] [INFO] Eclipse Ditto :: Services :: Gateway :: Endpoints .. SUCCESS [ 0.268 s] [INFO] Eclipse Ditto :: Services :: Gateway :: Proxy ...... SUCCESS [ 0.252 s] [INFO] Eclipse Ditto :: Services :: Gateway :: Starter .... SUCCESS [ 0.286 s] [INFO] Eclipse Ditto :: Services :: Policies .............. SUCCESS [ 0.043 s] [INFO] Eclipse Ditto :: Services :: Policies :: Config .... SUCCESS [ 0.097 s] [INFO] Eclipse Ditto :: Services :: Policies :: Common .... SUCCESS [ 0.232 s] [INFO] Eclipse Ditto :: Services :: Policies :: Persistence SUCCESS [ 0.426 s] [INFO] Eclipse Ditto :: Services :: Policies :: Starter ... SUCCESS [ 0.244 s] [INFO] Eclipse Ditto :: Services :: Things ................ SUCCESS [ 0.042 s] [INFO] Eclipse Ditto :: Services :: Things :: Config ...... SUCCESS [ 0.112 s] [INFO] Eclipse Ditto :: Services :: Things :: Common ...... SUCCESS [ 0.175 s] [INFO] Eclipse Ditto :: Services :: Things :: Persistence . SUCCESS [ 0.394 s] [INFO] Eclipse Ditto :: Services :: Things :: Starter ..... SUCCESS [ 0.195 s] [INFO] Eclipse Ditto :: Services :: Thing Search .......... SUCCESS [ 0.036 s] [INFO] Eclipse Ditto :: Services :: Thing Search :: Config SUCCESS [ 0.083 s] [INFO] Eclipse Ditto :: Services :: Thing Search :: Common SUCCESS [ 0.169 s] [INFO] Eclipse Ditto :: Services :: Thing Search :: Persistence SUCCESS [ 0.339 s] [INFO] Eclipse Ditto :: Services :: Thing Search :: Updater Actors SUCCESS [ 0.361 s] [INFO] Eclipse Ditto :: Services :: Thing Search :: Starter SUCCESS [ 0.337 s] [INFO] Eclipse Ditto :: Services :: Legal ................. SUCCESS [ 0.286 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 26.671 s [INFO] Finished at: 2021-03-08T13:59:15Z [INFO] ------------------------------------------------------------------------ [license-check-ditto0_works-with] $ /bin/sh -xe /tmp/jenkins8248206844019634317.sh + find . -name dependencies.txt + read i + grep .*:.*:compile + tr -d [:blank:] + sort + uniq + sed -e s/(optional)// -e s/:compile.*/:compile/ + cat ./bom/dependencies.txt + read i + cat ./documentation/dependencies.txt + read i + cat ./json-cbor/dependencies.txt + read i + cat ./json/dependencies.txt + read i + cat ./legal/dependencies.txt + read i + cat ./model/base/dependencies.txt + read i + cat ./model/connectivity/dependencies.txt + read i + cat ./model/devops/dependencies.txt + read i + cat ./model/enforcers/dependencies.txt + read i + cat ./model/jwt/dependencies.txt + read i + cat ./model/messages/dependencies.txt + read i + cat ./model/namespaces/dependencies.txt + read i + cat ./model/placeholders/dependencies.txt + read i + cat ./model/policies/dependencies.txt + read i + cat ./model/query/dependencies.txt + read i + cat ./model/rql-parser/dependencies.txt + read i + cat ./model/rql/dependencies.txt + read i + cat ./model/things/dependencies.txt + read i + cat ./model/thingsearch-parser/dependencies.txt + read i + cat ./model/thingsearch/dependencies.txt + read i + cat ./model/dependencies.txt + read i + cat ./protocol-adapter/dependencies.txt + read i + cat ./services/base/dependencies.txt + read i + cat ./services/concierge/actors/dependencies.txt + read i + cat ./services/concierge/common/dependencies.txt + read i + cat ./services/concierge/config/dependencies.txt + read i + cat ./services/concierge/enforcement/dependencies.txt + read i + cat ./services/concierge/starter/dependencies.txt + read i + cat ./services/concierge/dependencies.txt + read i + cat ./services/connectivity/common/dependencies.txt + read i + cat ./services/connectivity/config/dependencies.txt + read i + cat ./services/connectivity/mapping/dependencies.txt + read i + cat ./services/connectivity/messaging/dependencies.txt + read i + cat ./services/connectivity/starter/dependencies.txt + read i + cat ./services/connectivity/util/dependencies.txt + read i + cat ./services/connectivity/dependencies.txt + read i + cat ./services/gateway/config/dependencies.txt + read i + cat ./services/gateway/endpoints/dependencies.txt + read i + cat ./services/gateway/health/dependencies.txt + read i + cat ./services/gateway/proxy/dependencies.txt + read i + cat ./services/gateway/security/dependencies.txt + read i + cat ./services/gateway/starter/dependencies.txt + read i + cat ./services/gateway/streaming/dependencies.txt + read i + cat ./services/gateway/util/dependencies.txt + read i + cat ./services/gateway/dependencies.txt + read i + cat ./services/legal/dependencies.txt + read i + cat ./services/models/acks/dependencies.txt + read i + cat ./services/models/base/dependencies.txt + read i + cat ./services/models/concierge/dependencies.txt + read i + cat ./services/models/connectivity/dependencies.txt + read i + cat ./services/models/policies/dependencies.txt + read i + cat ./services/models/signalenrichment/dependencies.txt + read i + cat ./services/models/streaming/dependencies.txt + read i + cat ./services/models/things/dependencies.txt + read i + cat ./services/models/thingsearch/dependencies.txt + read i + cat ./services/models/dependencies.txt + read i + cat ./services/policies/common/dependencies.txt + read i + cat ./services/policies/config/dependencies.txt + read i + cat ./services/policies/persistence/dependencies.txt + read i + cat ./services/policies/starter/dependencies.txt + read i + cat ./services/policies/dependencies.txt + read i + cat ./services/things/common/dependencies.txt + read i + cat ./services/things/config/dependencies.txt + read i + cat ./services/things/persistence/dependencies.txt + read i + cat ./services/things/starter/dependencies.txt + read i + cat ./services/things/dependencies.txt + read i + cat ./services/thingsearch/common/dependencies.txt + read i + cat ./services/thingsearch/config/dependencies.txt + read i + cat ./services/thingsearch/persistence/dependencies.txt + read i + cat ./services/thingsearch/starter/dependencies.txt + read i + cat ./services/thingsearch/updater-actors/dependencies.txt + read i + cat ./services/thingsearch/dependencies.txt + read i + cat ./services/utils/aggregator/dependencies.txt + read i + cat ./services/utils/akka/dependencies.txt + read i + cat ./services/utils/cache-loaders/dependencies.txt + read i + cat ./services/utils/cache/dependencies.txt + read i + cat ./services/utils/cluster/dependencies.txt + read i + cat ./services/utils/conditional-headers/dependencies.txt + read i + cat ./services/utils/config/dependencies.txt + read i + cat ./services/utils/ddata/dependencies.txt + read i + cat ./services/utils/devops/dependencies.txt + read i + cat ./services/utils/health/dependencies.txt + read i + cat ./services/utils/jwt/dependencies.txt + read i + cat ./services/utils/metrics/dependencies.txt + read i + cat ./services/utils/namespaces/dependencies.txt + read i + cat ./services/utils/persistence/dependencies.txt + read i + cat ./services/utils/persistent-actors/dependencies.txt + read i + cat ./services/utils/protocol/dependencies.txt + read i + cat ./services/utils/pubsub/dependencies.txt + read i + cat ./services/utils/search/dependencies.txt + read i + cat ./services/utils/test/dependencies.txt + read i + cat ./services/utils/tracing/dependencies.txt + read i + cat ./services/utils/dependencies.txt + read i + cat ./services/dependencies.txt + read i + cat ./signals/acks/base/dependencies.txt + read i + cat ./signals/acks/things/dependencies.txt + read i + cat ./signals/acks/dependencies.txt + read i + cat ./signals/announcements/base/dependencies.txt + read i + cat ./signals/announcements/policies/dependencies.txt + read i + cat ./signals/announcements/dependencies.txt + read i + cat ./signals/base/dependencies.txt + read i + cat ./signals/commands/base/dependencies.txt + read i + cat ./signals/commands/cleanup/dependencies.txt + read i + cat ./signals/commands/common/dependencies.txt + read i + cat ./signals/commands/connectivity/dependencies.txt + read i + cat ./signals/commands/devops/dependencies.txt + read i + cat ./signals/commands/live/dependencies.txt + read i + cat ./signals/commands/messages/dependencies.txt + read i + cat ./signals/commands/namespaces/dependencies.txt + read i + cat ./signals/commands/policies/dependencies.txt + read i + cat ./signals/commands/things/dependencies.txt + read i + cat ./signals/commands/thingsearch/dependencies.txt + read i + cat ./signals/commands/dependencies.txt + read i + cat ./signals/events/base/dependencies.txt + read i + cat ./signals/events/connectivity/dependencies.txt + read i + cat ./signals/events/policies/dependencies.txt + read i + cat ./signals/events/things/dependencies.txt + read i + cat ./signals/events/thingsearch/dependencies.txt + read i + cat ./signals/events/dependencies.txt + read i + cat ./signals/dependencies.txt + read i + cat ./utils/jsr305/dependencies.txt + read i + cat ./utils/dependencies.txt + read i + cat ./dependencies.txt + read i + find . -name dependencies.txt + read i + grep .*:.*:runtime + tr -d [:blank:] + sed -e s/(optional)// -e s/:runtime.*/:runtime/ + sort + uniq + cat ./bom/dependencies.txt + read i + cat ./documentation/dependencies.txt + read i + cat ./json-cbor/dependencies.txt + read i + cat ./json/dependencies.txt + read i + cat ./legal/dependencies.txt + read i + cat ./model/base/dependencies.txt + read i + cat ./model/connectivity/dependencies.txt + read i + cat ./model/devops/dependencies.txt + read i + cat ./model/enforcers/dependencies.txt + read i + cat ./model/jwt/dependencies.txt + read i + cat ./model/messages/dependencies.txt + read i + cat ./model/namespaces/dependencies.txt + read i + cat ./model/placeholders/dependencies.txt + read i + cat ./model/policies/dependencies.txt + read i + cat ./model/query/dependencies.txt + read i + cat ./model/rql-parser/dependencies.txt + read i + cat ./model/rql/dependencies.txt + read i + cat ./model/things/dependencies.txt + read i + cat ./model/thingsearch-parser/dependencies.txt + read i + cat ./model/thingsearch/dependencies.txt + read i + cat ./model/dependencies.txt + read i + cat ./protocol-adapter/dependencies.txt + read i + cat ./services/base/dependencies.txt + read i + cat ./services/concierge/actors/dependencies.txt + read i + cat ./services/concierge/common/dependencies.txt + read i + cat ./services/concierge/config/dependencies.txt + read i + cat ./services/concierge/enforcement/dependencies.txt + read i + cat ./services/concierge/starter/dependencies.txt + read i + cat ./services/concierge/dependencies.txt + read i + cat ./services/connectivity/common/dependencies.txt + read i + cat ./services/connectivity/config/dependencies.txt + read i + cat ./services/connectivity/mapping/dependencies.txt + read i + cat ./services/connectivity/messaging/dependencies.txt + read i + cat ./services/connectivity/starter/dependencies.txt + read i + cat ./services/connectivity/util/dependencies.txt + read i + cat ./services/connectivity/dependencies.txt + read i + cat ./services/gateway/config/dependencies.txt + read i + cat ./services/gateway/endpoints/dependencies.txt + read i + cat ./services/gateway/health/dependencies.txt + read i + cat ./services/gateway/proxy/dependencies.txt + read i + cat ./services/gateway/security/dependencies.txt + read i + cat ./services/gateway/starter/dependencies.txt + read i + cat ./services/gateway/streaming/dependencies.txt + read i + cat ./services/gateway/util/dependencies.txt + read i + cat ./services/gateway/dependencies.txt + read i + cat ./services/legal/dependencies.txt + read i + cat ./services/models/acks/dependencies.txt + read i + cat ./services/models/base/dependencies.txt + read i + cat ./services/models/concierge/dependencies.txt + read i + cat ./services/models/connectivity/dependencies.txt + read i + cat ./services/models/policies/dependencies.txt + read i + cat ./services/models/signalenrichment/dependencies.txt + read i + cat ./services/models/streaming/dependencies.txt + read i + cat ./services/models/things/dependencies.txt + read i + cat ./services/models/thingsearch/dependencies.txt + read i + cat ./services/models/dependencies.txt + read i + cat ./services/policies/common/dependencies.txt + read i + cat ./services/policies/config/dependencies.txt + read i + cat ./services/policies/persistence/dependencies.txt + read i + cat ./services/policies/starter/dependencies.txt + read i + cat ./services/policies/dependencies.txt + read i + cat ./services/things/common/dependencies.txt + read i + cat ./services/things/config/dependencies.txt + read i + cat ./services/things/persistence/dependencies.txt + read i + cat ./services/things/starter/dependencies.txt + read i + cat ./services/things/dependencies.txt + read i + cat ./services/thingsearch/common/dependencies.txt + read i + cat ./services/thingsearch/config/dependencies.txt + read i + cat ./services/thingsearch/persistence/dependencies.txt + read i + cat ./services/thingsearch/starter/dependencies.txt + read i + cat ./services/thingsearch/updater-actors/dependencies.txt + read i + cat ./services/thingsearch/dependencies.txt + read i + cat ./services/utils/aggregator/dependencies.txt + read i + cat ./services/utils/akka/dependencies.txt + read i + cat ./services/utils/cache-loaders/dependencies.txt + read i + cat ./services/utils/cache/dependencies.txt + read i + cat ./services/utils/cluster/dependencies.txt + read i + cat ./services/utils/conditional-headers/dependencies.txt + read i + cat ./services/utils/config/dependencies.txt + read i + cat ./services/utils/ddata/dependencies.txt + read i + cat ./services/utils/devops/dependencies.txt + read i + cat ./services/utils/health/dependencies.txt + read i + cat ./services/utils/jwt/dependencies.txt + read i + cat ./services/utils/metrics/dependencies.txt + read i + cat ./services/utils/namespaces/dependencies.txt + read i + cat ./services/utils/persistence/dependencies.txt + read i + cat ./services/utils/persistent-actors/dependencies.txt + read i + cat ./services/utils/protocol/dependencies.txt + read i + cat ./services/utils/pubsub/dependencies.txt + read i + cat ./services/utils/search/dependencies.txt + read i + cat ./services/utils/test/dependencies.txt + read i + cat ./services/utils/tracing/dependencies.txt + read i + cat ./services/utils/dependencies.txt + read i + cat ./services/dependencies.txt + read i + cat ./signals/acks/base/dependencies.txt + read i + cat ./signals/acks/things/dependencies.txt + read i + cat ./signals/acks/dependencies.txt + read i + cat ./signals/announcements/base/dependencies.txt + read i + cat ./signals/announcements/policies/dependencies.txt + read i + cat ./signals/announcements/dependencies.txt + read i + cat ./signals/base/dependencies.txt + read i + cat ./signals/commands/base/dependencies.txt + read i + cat ./signals/commands/cleanup/dependencies.txt + read i + cat ./signals/commands/common/dependencies.txt + read i + cat ./signals/commands/connectivity/dependencies.txt + read i + cat ./signals/commands/devops/dependencies.txt + read i + cat ./signals/commands/live/dependencies.txt + read i + cat ./signals/commands/messages/dependencies.txt + read i + cat ./signals/commands/namespaces/dependencies.txt + read i + cat ./signals/commands/policies/dependencies.txt + read i + cat ./signals/commands/things/dependencies.txt + read i + cat ./signals/commands/thingsearch/dependencies.txt + read i + cat ./signals/commands/dependencies.txt + read i + cat ./signals/events/base/dependencies.txt + read i + cat ./signals/events/connectivity/dependencies.txt + read i + cat ./signals/events/policies/dependencies.txt + read i + cat ./signals/events/things/dependencies.txt + read i + cat ./signals/events/thingsearch/dependencies.txt + read i + cat ./signals/events/dependencies.txt + read i + cat ./signals/dependencies.txt + read i + cat ./utils/jsr305/dependencies.txt + read i + cat ./utils/dependencies.txt + read i + cat ./dependencies.txt + read i + find . -name dependencies.txt + read i + grep .*:.*:test + tr -d [:blank:] + sed -e s/(optional)// -e s/:test.*/:test/ + sort + uniq + cat ./bom/dependencies.txt + read i + cat ./documentation/dependencies.txt + read i + cat ./json-cbor/dependencies.txt + read i + cat ./json/dependencies.txt + read i + cat ./legal/dependencies.txt + read i + cat ./model/base/dependencies.txt + read i + cat ./model/connectivity/dependencies.txt + read i + cat ./model/devops/dependencies.txt + read i + cat ./model/enforcers/dependencies.txt + read i + cat ./model/jwt/dependencies.txt + read i + cat ./model/messages/dependencies.txt + read i + cat ./model/namespaces/dependencies.txt + read i + cat ./model/placeholders/dependencies.txt + read i + cat ./model/policies/dependencies.txt + read i + cat ./model/query/dependencies.txt + read i + cat ./model/rql-parser/dependencies.txt + read i + cat ./model/rql/dependencies.txt + read i + cat ./model/things/dependencies.txt + read i + cat ./model/thingsearch-parser/dependencies.txt + read i + cat ./model/thingsearch/dependencies.txt + read i + cat ./model/dependencies.txt + read i + cat ./protocol-adapter/dependencies.txt + read i + cat ./services/base/dependencies.txt + read i + cat ./services/concierge/actors/dependencies.txt + read i + cat ./services/concierge/common/dependencies.txt + read i + cat ./services/concierge/config/dependencies.txt + read i + cat ./services/concierge/enforcement/dependencies.txt + read i + cat ./services/concierge/starter/dependencies.txt + read i + cat ./services/concierge/dependencies.txt + read i + cat ./services/connectivity/common/dependencies.txt + read i + cat ./services/connectivity/config/dependencies.txt + read i + cat ./services/connectivity/mapping/dependencies.txt + read i + cat ./services/connectivity/messaging/dependencies.txt + read i + cat ./services/connectivity/starter/dependencies.txt + read i + cat ./services/connectivity/util/dependencies.txt + read i + cat ./services/connectivity/dependencies.txt + read i + cat ./services/gateway/config/dependencies.txt + read i + cat ./services/gateway/endpoints/dependencies.txt + read i + cat ./services/gateway/health/dependencies.txt + read i + cat ./services/gateway/proxy/dependencies.txt + read i + cat ./services/gateway/security/dependencies.txt + read i + cat ./services/gateway/starter/dependencies.txt + read i + cat ./services/gateway/streaming/dependencies.txt + read i + cat ./services/gateway/util/dependencies.txt + read i + cat ./services/gateway/dependencies.txt + read i + cat ./services/legal/dependencies.txt + read i + cat ./services/models/acks/dependencies.txt + read i + cat ./services/models/base/dependencies.txt + read i + cat ./services/models/concierge/dependencies.txt + read i + cat ./services/models/connectivity/dependencies.txt + read i + cat ./services/models/policies/dependencies.txt + read i + cat ./services/models/signalenrichment/dependencies.txt + read i + cat ./services/models/streaming/dependencies.txt + read i + cat ./services/models/things/dependencies.txt + read i + cat ./services/models/thingsearch/dependencies.txt + read i + cat ./services/models/dependencies.txt + read i + cat ./services/policies/common/dependencies.txt + read i + cat ./services/policies/config/dependencies.txt + read i + cat ./services/policies/persistence/dependencies.txt + read i + cat ./services/policies/starter/dependencies.txt + read i + cat ./services/policies/dependencies.txt + read i + cat ./services/things/common/dependencies.txt + read i + cat ./services/things/config/dependencies.txt + read i + cat ./services/things/persistence/dependencies.txt + read i + cat ./services/things/starter/dependencies.txt + read i + cat ./services/things/dependencies.txt + read i + cat ./services/thingsearch/common/dependencies.txt + read i + cat ./services/thingsearch/config/dependencies.txt + read i + cat ./services/thingsearch/persistence/dependencies.txt + read i + cat ./services/thingsearch/starter/dependencies.txt + read i + cat ./services/thingsearch/updater-actors/dependencies.txt + read i + cat ./services/thingsearch/dependencies.txt + read i + cat ./services/utils/aggregator/dependencies.txt + read i + cat ./services/utils/akka/dependencies.txt + read i + cat ./services/utils/cache-loaders/dependencies.txt + read i + cat ./services/utils/cache/dependencies.txt + read i + cat ./services/utils/cluster/dependencies.txt + read i + cat ./services/utils/conditional-headers/dependencies.txt + read i + cat ./services/utils/config/dependencies.txt + read i + cat ./services/utils/ddata/dependencies.txt + read i + cat ./services/utils/devops/dependencies.txt + read i + cat ./services/utils/health/dependencies.txt + read i + cat ./services/utils/jwt/dependencies.txt + read i + cat ./services/utils/metrics/dependencies.txt + read i + cat ./services/utils/namespaces/dependencies.txt + read i + cat ./services/utils/persistence/dependencies.txt + read i + cat ./services/utils/persistent-actors/dependencies.txt + read i + cat ./services/utils/protocol/dependencies.txt + read i + cat ./services/utils/pubsub/dependencies.txt + read i + cat ./services/utils/search/dependencies.txt + read i + cat ./services/utils/test/dependencies.txt + read i + cat ./services/utils/tracing/dependencies.txt + read i + cat ./services/utils/dependencies.txt + read i + cat ./services/dependencies.txt + read i + cat ./signals/acks/base/dependencies.txt + read i + cat ./signals/acks/things/dependencies.txt + read i + cat ./signals/acks/dependencies.txt + read i + cat ./signals/announcements/base/dependencies.txt + read i + cat ./signals/announcements/policies/dependencies.txt + read i + cat ./signals/announcements/dependencies.txt + read i + cat ./signals/base/dependencies.txt + read i + cat ./signals/commands/base/dependencies.txt + read i + cat ./signals/commands/cleanup/dependencies.txt + read i + cat ./signals/commands/common/dependencies.txt + read i + cat ./signals/commands/connectivity/dependencies.txt + read i + cat ./signals/commands/devops/dependencies.txt + read i + cat ./signals/commands/live/dependencies.txt + read i + cat ./signals/commands/messages/dependencies.txt + read i + cat ./signals/commands/namespaces/dependencies.txt + read i + cat ./signals/commands/policies/dependencies.txt + read i + cat ./signals/commands/things/dependencies.txt + read i + cat ./signals/commands/thingsearch/dependencies.txt + read i + cat ./signals/commands/dependencies.txt + read i + cat ./signals/events/base/dependencies.txt + read i + cat ./signals/events/connectivity/dependencies.txt + read i + cat ./signals/events/policies/dependencies.txt + read i + cat ./signals/events/things/dependencies.txt + read i + cat ./signals/events/thingsearch/dependencies.txt + read i + cat ./signals/events/dependencies.txt + read i + cat ./signals/dependencies.txt + read i + cat ./utils/jsr305/dependencies.txt + read i + cat ./utils/dependencies.txt + read i + cat ./dependencies.txt + read i + find . -name dependencies.txt + read i + grep .*:.*:provided + tr -d [:blank:] + sed -e s/(optional)// -e s/:provided.*/:provided/ + sort + uniq + cat ./bom/dependencies.txt + read i + cat ./documentation/dependencies.txt + read i + cat ./json-cbor/dependencies.txt + read i + cat ./json/dependencies.txt + read i + cat ./legal/dependencies.txt + read i + cat ./model/base/dependencies.txt + read i + cat ./model/connectivity/dependencies.txt + read i + cat ./model/devops/dependencies.txt + read i + cat ./model/enforcers/dependencies.txt + read i + cat ./model/jwt/dependencies.txt + read i + cat ./model/messages/dependencies.txt + read i + cat ./model/namespaces/dependencies.txt + read i + cat ./model/placeholders/dependencies.txt + read i + cat ./model/policies/dependencies.txt + read i + cat ./model/query/dependencies.txt + read i + cat ./model/rql-parser/dependencies.txt + read i + cat ./model/rql/dependencies.txt + read i + cat ./model/things/dependencies.txt + read i + cat ./model/thingsearch-parser/dependencies.txt + read i + cat ./model/thingsearch/dependencies.txt + read i + cat ./model/dependencies.txt + read i + cat ./protocol-adapter/dependencies.txt + read i + cat ./services/base/dependencies.txt + read i + cat ./services/concierge/actors/dependencies.txt + read i + cat ./services/concierge/common/dependencies.txt + read i + cat ./services/concierge/config/dependencies.txt + read i + cat ./services/concierge/enforcement/dependencies.txt + read i + cat ./services/concierge/starter/dependencies.txt + read i + cat ./services/concierge/dependencies.txt + read i + cat ./services/connectivity/common/dependencies.txt + read i + cat ./services/connectivity/config/dependencies.txt + read i + cat ./services/connectivity/mapping/dependencies.txt + read i + cat ./services/connectivity/messaging/dependencies.txt + read i + cat ./services/connectivity/starter/dependencies.txt + read i + cat ./services/connectivity/util/dependencies.txt + read i + cat ./services/connectivity/dependencies.txt + read i + cat ./services/gateway/config/dependencies.txt + read i + cat ./services/gateway/endpoints/dependencies.txt + read i + cat ./services/gateway/health/dependencies.txt + read i + cat ./services/gateway/proxy/dependencies.txt + read i + cat ./services/gateway/security/dependencies.txt + read i + cat ./services/gateway/starter/dependencies.txt + read i + cat ./services/gateway/streaming/dependencies.txt + read i + cat ./services/gateway/util/dependencies.txt + read i + cat ./services/gateway/dependencies.txt + read i + cat ./services/legal/dependencies.txt + read i + cat ./services/models/acks/dependencies.txt + read i + cat ./services/models/base/dependencies.txt + read i + cat ./services/models/concierge/dependencies.txt + read i + cat ./services/models/connectivity/dependencies.txt + read i + cat ./services/models/policies/dependencies.txt + read i + cat ./services/models/signalenrichment/dependencies.txt + read i + cat ./services/models/streaming/dependencies.txt + read i + cat ./services/models/things/dependencies.txt + read i + cat ./services/models/thingsearch/dependencies.txt + read i + cat ./services/models/dependencies.txt + read i + cat ./services/policies/common/dependencies.txt + read i + cat ./services/policies/config/dependencies.txt + read i + cat ./services/policies/persistence/dependencies.txt + read i + cat ./services/policies/starter/dependencies.txt + read i + cat ./services/policies/dependencies.txt + read i + cat ./services/things/common/dependencies.txt + read i + cat ./services/things/config/dependencies.txt + read i + cat ./services/things/persistence/dependencies.txt + read i + cat ./services/things/starter/dependencies.txt + read i + cat ./services/things/dependencies.txt + read i + cat ./services/thingsearch/common/dependencies.txt + read i + cat ./services/thingsearch/config/dependencies.txt + read i + cat ./services/thingsearch/persistence/dependencies.txt + read i + cat ./services/thingsearch/starter/dependencies.txt + read i + cat ./services/thingsearch/updater-actors/dependencies.txt + read i + cat ./services/thingsearch/dependencies.txt + read i + cat ./services/utils/aggregator/dependencies.txt + read i + cat ./services/utils/akka/dependencies.txt + read i + cat ./services/utils/cache-loaders/dependencies.txt + read i + cat ./services/utils/cache/dependencies.txt + read i + cat ./services/utils/cluster/dependencies.txt + read i + cat ./services/utils/conditional-headers/dependencies.txt + read i + cat ./services/utils/config/dependencies.txt + read i + cat ./services/utils/ddata/dependencies.txt + read i + cat ./services/utils/devops/dependencies.txt + read i + cat ./services/utils/health/dependencies.txt + read i + cat ./services/utils/jwt/dependencies.txt + read i + cat ./services/utils/metrics/dependencies.txt + read i + cat ./services/utils/namespaces/dependencies.txt + read i + cat ./services/utils/persistence/dependencies.txt + read i + cat ./services/utils/persistent-actors/dependencies.txt + read i + cat ./services/utils/protocol/dependencies.txt + read i + cat ./services/utils/pubsub/dependencies.txt + read i + cat ./services/utils/search/dependencies.txt + read i + cat ./services/utils/test/dependencies.txt + read i + cat ./services/utils/tracing/dependencies.txt + read i + cat ./services/utils/dependencies.txt + read i + cat ./services/dependencies.txt + read i + cat ./signals/acks/base/dependencies.txt + read i + cat ./signals/acks/things/dependencies.txt + read i + cat ./signals/acks/dependencies.txt + read i + cat ./signals/announcements/base/dependencies.txt + read i + cat ./signals/announcements/policies/dependencies.txt + read i + cat ./signals/announcements/dependencies.txt + read i + cat ./signals/base/dependencies.txt + read i + cat ./signals/commands/base/dependencies.txt + read i + cat ./signals/commands/cleanup/dependencies.txt + read i + cat ./signals/commands/common/dependencies.txt + read i + cat ./signals/commands/connectivity/dependencies.txt + read i + cat ./signals/commands/devops/dependencies.txt + read i + cat ./signals/commands/live/dependencies.txt + read i + cat ./signals/commands/messages/dependencies.txt + read i + cat ./signals/commands/namespaces/dependencies.txt + read i + cat ./signals/commands/policies/dependencies.txt + read i + cat ./signals/commands/things/dependencies.txt + read i + cat ./signals/commands/thingsearch/dependencies.txt + read i + cat ./signals/commands/dependencies.txt + read i + cat ./signals/events/base/dependencies.txt + read i + cat ./signals/events/connectivity/dependencies.txt + read i + cat ./signals/events/policies/dependencies.txt + read i + cat ./signals/events/things/dependencies.txt + read i + cat ./signals/events/thingsearch/dependencies.txt + read i + cat ./signals/events/dependencies.txt + read i + cat ./signals/dependencies.txt + read i + cat ./utils/jsr305/dependencies.txt + read i + cat ./utils/dependencies.txt + read i + cat ./dependencies.txt + read i + find . -name dependencies.txt + read i + rm ./bom/dependencies.txt + read i + rm ./documentation/dependencies.txt + read i + rm ./json-cbor/dependencies.txt + read i + rm ./json/dependencies.txt + read i + rm ./legal/dependencies.txt + read i + rm ./model/base/dependencies.txt + read i + rm ./model/connectivity/dependencies.txt + read i + rm ./model/devops/dependencies.txt + read i + rm ./model/enforcers/dependencies.txt + read i + rm ./model/jwt/dependencies.txt + read i + rm ./model/messages/dependencies.txt + read i + rm ./model/namespaces/dependencies.txt + read i + rm ./model/placeholders/dependencies.txt + read i + rm ./model/policies/dependencies.txt + read i + rm ./model/query/dependencies.txt + read i + rm ./model/rql-parser/dependencies.txt + read i + rm ./model/rql/dependencies.txt + read i + rm ./model/things/dependencies.txt + read i + rm ./model/thingsearch-parser/dependencies.txt + read i + rm ./model/thingsearch/dependencies.txt + read i + rm ./model/dependencies.txt + read i + rm ./protocol-adapter/dependencies.txt + read i + rm ./services/base/dependencies.txt + read i + rm ./services/concierge/actors/dependencies.txt + read i + rm ./services/concierge/common/dependencies.txt + read i + rm ./services/concierge/config/dependencies.txt + read i + rm ./services/concierge/enforcement/dependencies.txt + read i + rm ./services/concierge/starter/dependencies.txt + read i + rm ./services/concierge/dependencies.txt + read i + rm ./services/connectivity/common/dependencies.txt + read i + rm ./services/connectivity/config/dependencies.txt + read i + rm ./services/connectivity/mapping/dependencies.txt + read i + rm ./services/connectivity/messaging/dependencies.txt + read i + rm ./services/connectivity/starter/dependencies.txt + read i + rm ./services/connectivity/util/dependencies.txt + read i + rm ./services/connectivity/dependencies.txt + read i + rm ./services/gateway/config/dependencies.txt + read i + rm ./services/gateway/endpoints/dependencies.txt + read i + rm ./services/gateway/health/dependencies.txt + read i + rm ./services/gateway/proxy/dependencies.txt + read i + rm ./services/gateway/security/dependencies.txt + read i + rm ./services/gateway/starter/dependencies.txt + read i + rm ./services/gateway/streaming/dependencies.txt + read i + rm ./services/gateway/util/dependencies.txt + read i + rm ./services/gateway/dependencies.txt + read i + rm ./services/legal/dependencies.txt + read i + rm ./services/models/acks/dependencies.txt + read i + rm ./services/models/base/dependencies.txt + read i + rm ./services/models/concierge/dependencies.txt + read i + rm ./services/models/connectivity/dependencies.txt + read i + rm ./services/models/policies/dependencies.txt + read i + rm ./services/models/signalenrichment/dependencies.txt + read i + rm ./services/models/streaming/dependencies.txt + read i + rm ./services/models/things/dependencies.txt + read i + rm ./services/models/thingsearch/dependencies.txt + read i + rm ./services/models/dependencies.txt + read i + rm ./services/policies/common/dependencies.txt + read i + rm ./services/policies/config/dependencies.txt + read i + rm ./services/policies/persistence/dependencies.txt + read i + rm ./services/policies/starter/dependencies.txt + read i + rm ./services/policies/dependencies.txt + read i + rm ./services/things/common/dependencies.txt + read i + rm ./services/things/config/dependencies.txt + read i + rm ./services/things/persistence/dependencies.txt + read i + rm ./services/things/starter/dependencies.txt + read i + rm ./services/things/dependencies.txt + read i + rm ./services/thingsearch/common/dependencies.txt + read i + rm ./services/thingsearch/config/dependencies.txt + read i + rm ./services/thingsearch/persistence/dependencies.txt + read i + rm ./services/thingsearch/starter/dependencies.txt + read i + rm ./services/thingsearch/updater-actors/dependencies.txt + read i + rm ./services/thingsearch/dependencies.txt + read i + rm ./services/utils/aggregator/dependencies.txt + read i + rm ./services/utils/akka/dependencies.txt + read i + rm ./services/utils/cache-loaders/dependencies.txt + read i + rm ./services/utils/cache/dependencies.txt + read i + rm ./services/utils/cluster/dependencies.txt + read i + rm ./services/utils/conditional-headers/dependencies.txt + read i + rm ./services/utils/config/dependencies.txt + read i + rm ./services/utils/ddata/dependencies.txt + read i + rm ./services/utils/devops/dependencies.txt + read i + rm ./services/utils/health/dependencies.txt + read i + rm ./services/utils/jwt/dependencies.txt + read i + rm ./services/utils/metrics/dependencies.txt + read i + rm ./services/utils/namespaces/dependencies.txt + read i + rm ./services/utils/persistence/dependencies.txt + read i + rm ./services/utils/persistent-actors/dependencies.txt + read i + rm ./services/utils/protocol/dependencies.txt + read i + rm ./services/utils/pubsub/dependencies.txt + read i + rm ./services/utils/search/dependencies.txt + read i + rm ./services/utils/test/dependencies.txt + read i + rm ./services/utils/tracing/dependencies.txt + read i + rm ./services/utils/dependencies.txt + read i + rm ./services/dependencies.txt + read i + rm ./signals/acks/base/dependencies.txt + read i + rm ./signals/acks/things/dependencies.txt + read i + rm ./signals/acks/dependencies.txt + read i + rm ./signals/announcements/base/dependencies.txt + read i + rm ./signals/announcements/policies/dependencies.txt + read i + rm ./signals/announcements/dependencies.txt + read i + rm ./signals/base/dependencies.txt + read i + rm ./signals/commands/base/dependencies.txt + read i + rm ./signals/commands/cleanup/dependencies.txt + read i + rm ./signals/commands/common/dependencies.txt + read i + rm ./signals/commands/connectivity/dependencies.txt + read i + rm ./signals/commands/devops/dependencies.txt + read i + rm ./signals/commands/live/dependencies.txt + read i + rm ./signals/commands/messages/dependencies.txt + read i + rm ./signals/commands/namespaces/dependencies.txt + read i + rm ./signals/commands/policies/dependencies.txt + read i + rm ./signals/commands/things/dependencies.txt + read i + rm ./signals/commands/thingsearch/dependencies.txt + read i + rm ./signals/commands/dependencies.txt + read i + rm ./signals/events/base/dependencies.txt + read i + rm ./signals/events/connectivity/dependencies.txt + read i + rm ./signals/events/policies/dependencies.txt + read i + rm ./signals/events/things/dependencies.txt + read i + rm ./signals/events/thingsearch/dependencies.txt + read i + rm ./signals/events/dependencies.txt + read i + rm ./signals/dependencies.txt + read i + rm ./utils/jsr305/dependencies.txt + read i + rm ./utils/dependencies.txt + read i + rm ./dependencies.txt + read i + cat compile-ditto.txt runtime-ditto.txt + cut -d: -f1-4 + read i + sort + uniq + read x + grep -h ch.qos.logback:logback-classic:jar:1.2.3 provided-ditto.txt + sed -i.bak /^[[:space:]]*$/d provided-ditto.txt + cat compile-ditto.txt runtime-ditto.txt provided-ditto.txt + cut -d: -f1-4 + read i + sort + uniq + read x + grep -h ch.qos.logback:logback-classic:jar:1.2.3 test-ditto.txt + read i + grep -h ch.qos.logback:logback-core:jar:1.2.3 test-ditto.txt + read i + grep -h com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 test-ditto.txt + read i + grep -h com.fasterxml.jackson.core:jackson-annotations:jar:2.11.4 test-ditto.txt + read i + grep -h com.fasterxml.jackson.core:jackson-core:jar:2.11.4 test-ditto.txt + read i + grep -h com.fasterxml.jackson.core:jackson-databind:jar:2.11.4 test-ditto.txt + read i + grep -h com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.11.4 test-ditto.txt + sed -i.bak -e s/ch.qos.logback:logback-classic:jar:1.2.3:test// test-ditto.txt + read x + sed -i.bak -e s/ch.qos.logback:logback-core:jar:1.2.3:test// test-ditto.txt + read x + sed -i.bak -e s/com.eclipsesource.minimal-json:minimal-json:jar:0.9.5:test// test-ditto.txt + read x + sed -i.bak -e s/com.fasterxml.jackson.core:jackson-annotations:jar:2.11.4:test// test-ditto.txt + read x + sed -i.bak -e s/com.fasterxml.jackson.core:jackson-core:jar:2.11.4:test// test-ditto.txt + read x + sed -i.bak -e s/com.fasterxml.jackson.core:jackson-databind:jar:2.11.4:test// test-ditto.txt + read x + sed -i.bak /^[[:space:]]*$/d test-ditto.txt + rm provided-ditto.txt.bak test-ditto.txt.bak + echo ##### Ditto :: Provided ##### ##### Ditto :: Provided ##### + cat provided-ditto.txt com.github.ben-manes.caffeine:caffeine:jar:2.8.8:provided com.github.scullxbones:akka-persistence-mongo-common_2.13:jar:3.0.6:provided com.github.scullxbones:akka-persistence-mongo-scala_2.13:jar:3.0.6:provided com.google.code.findbugs:jsr305:jar:3.0.2:provided com.lightbend.akka.management:akka-lease-kubernetes_2.13:jar:1.0.10:provided com.twitter:hpack:jar:1.0.2:provided com.typesafe.akka:akka-http_2.13:jar:10.2.4:provided com.typesafe.akka:akka-http-core_2.13:jar:10.2.4:provided com.typesafe.akka:akka-http-spray-json_2.13:jar:10.2.4:provided com.typesafe.akka:akka-parsing_2.13:jar:10.2.4:provided com.typesafe.akka:akka-persistence_2.13:jar:2.6.13:provided com.typesafe.akka:akka-persistence-query_2.13:jar:2.6.13:provided com.typesafe.akka:akka-slf4j_2.13:jar:2.6.13:provided io.netty:netty-buffer:jar:4.1.59.Final:provided io.netty:netty-codec:jar:4.1.59.Final:provided io.netty:netty-common:jar:4.1.59.Final:provided io.netty:netty-handler:jar:4.1.59.Final:provided io.netty:netty-resolver:jar:4.1.59.Final:provided io.netty:netty-transport:jar:4.1.59.Final:provided io.spray:spray-json_2.13:jar:1.3.6:provided nl.grons:metrics4-akka_a25_2.13:jar:4.1.14:provided nl.grons:metrics4-scala_2.13:jar:4.1.14:provided org.mongodb:bson:jar:4.1.1:provided org.mongodb:mongodb-driver-core:jar:4.1.1:provided org.mongodb:mongodb-driver-reactivestreams:jar:4.1.1:provided org.mongodb.scala:mongo-scala-bson_2.13:jar:4.1.1:provided org.mongodb.scala:mongo-scala-driver_2.13:jar:4.1.1:provided org.scala-lang:scala-reflect:jar:2.13.5:provided + echo ##### Ditto :: Test ##### ##### Ditto :: Test ##### + cat test-ditto.txt com.github.dnvriend:akka-persistence-inmemory_2.13:jar:2.5.15.2:test com.github.docker-java:docker-java-api:jar:3.2.6:test com.github.docker-java:docker-java-core:jar:3.2.6:test com.github.docker-java:docker-java-transport:jar:3.2.6:test com.github.docker-java:docker-java-transport-zerodep:jar:3.2.6:test com.github.stefanbirkner:system-rules:jar:1.19.0:test com.google.guava:guava:jar:19.0:test commons-io:commons-io:jar:2.6:test commons-lang:commons-lang:jar:2.6:test com.typesafe.akka:akka-actor_2.13:jar:2.6.13:test com.typesafe.akka:akka-http-testkit_2.13:jar:10.2.4:test com.typesafe.akka:akka-slf4j_2.13:jar:2.6.13:test com.typesafe.akka:akka-stream-testkit_2.13:jar:2.6.13:test com.typesafe.akka:akka-testkit_2.13:jar:2.6.13:test com.typesafe:config:jar:1.4.0:test com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:test io.jsonwebtoken:jjwt-impl:jar:0.11.2:test junit:junit:jar:4.13.2:test net.bytebuddy:byte-buddy-agent:jar:1.9.10:test net.bytebuddy:byte-buddy:jar:1.9.10:test net.java.dev.jna:jna:jar:5.5.0:test net.sf.jopt-simple:jopt-simple:jar:4.6:test nl.jqno.equalsverifier:equalsverifier:jar:3.1.10:test org.apache.commons:commons-compress:jar:1.20:test org.apache.commons:commons-math3:jar:3.2:test org.apiguardian:apiguardian-api:jar:1.1.0:test org.assertj:assertj-core:jar:3.19.0:test org.atteo.classindex:classindex:jar:3.8:test org.awaitility:awaitility:jar:4.0.3:test org.bouncycastle:bcpkix-jdk15on:jar:1.64:test org.bouncycastle:bcprov-jdk15on:jar:1.64:test org.hamcrest:hamcrest-core:jar:1.3:test org.hamcrest:hamcrest:jar:2.1:test org.junit.jupiter:junit-jupiter-api:jar:5.7.0:test org.junit.jupiter:junit-jupiter-engine:jar:5.7.0:test org.junit.jupiter:junit-jupiter-params:jar:5.7.0:test org.junit.platform:junit-platform-commons:jar:1.7.0:test org.junit.platform:junit-platform-engine:jar:1.7.0:test org.mockito:mockito-core:jar:3.1.0:test org.mutabilitydetector:MutabilityDetector:jar:0.10.4:test org.objenesis:objenesis:jar:2.6:test org.openjdk.jmh:jmh-core:jar:1.27:test org.openjdk.jmh:jmh-generator-annprocess:jar:1.27:test org.opentest4j:opentest4j:jar:1.2.0:test org.scalactic:scalactic_2.13:jar:3.1.4:test org.scala-lang.modules:scala-java8-compat_2.13:jar:0.9.0:test org.scala-lang.modules:scala-xml_2.13:jar:1.2.0:test org.scala-lang:scala-library:jar:2.13.5:test org.scala-lang:scala-reflect:jar:2.13.5:test org.scalatest:scalatest_2.13:jar:3.1.4:test org.scalaz:scalaz-core_2.13:jar:7.2.28:test org.skyscreamer:jsonassert:jar:1.5.0:test org.slf4j:slf4j-api:jar:1.7.30:test org.slf4j:slf4j-simple:jar:1.7.30:test + java -jar org.eclipse.dash.licenses-0.0.1-SNAPSHOT.jar -summary dash-licenses-summary.txt provided-ditto.txt test-ditto.txt Mar 08, 2021 1:59:21 PM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport queryLicenseData INFO: Querying Eclipse Foundation for license data for 28 items. Mar 08, 2021 1:59:21 PM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport lambda$queryLicenseData$3 INFO: Found 11 items. Mar 08, 2021 1:59:21 PM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport queryLicenseData INFO: Querying ClearlyDefined for license data for 17 items. Mar 08, 2021 1:59:26 PM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport lambda$queryLicenseData$2 INFO: Found 17 items. Mar 08, 2021 1:59:26 PM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport queryLicenseData INFO: Querying Eclipse Foundation for license data for 54 items. Mar 08, 2021 1:59:27 PM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport lambda$queryLicenseData$3 INFO: Found 18 items. Mar 08, 2021 1:59:27 PM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport queryLicenseData INFO: Querying ClearlyDefined for license data for 36 items. Mar 08, 2021 1:59:31 PM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport lambda$queryLicenseData$2 INFO: Found 36 items. License information could not be automatically verified for the following content: maven/mavencentral/org.openjdk.jmh/jmh-core/1.27 maven/mavencentral/org.openjdk.jmh/jmh-generator-annprocess/1.27 maven/mavencentral/org.scalatest/scalatest_2.13/3.1.4 This content is either not correctly mapped by the system, or requires review. Build step 'Execute shell' marked build as failure Archiving artifacts Finished: FAILURE