Started by user Thomas Jaeckle Running as Thomas Jaeckle Agent basic-gkfjk is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-gkfjk" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.ditto.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-gkfjk" - 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-gkfjk" - 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-gkfjk in workspace /home/jenkins/agent/workspace/license-check-ditto0_works-with_build 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_build # 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 Multiple candidate revisions Scheduling another build to catch up with license-check-ditto0_works-with_build Checking out Revision 635dc2e98c03d249a74864f8294bb68a8f163e26 (dash-licenses/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 635dc2e98c03d249a74864f8294bb68a8f163e26 # timeout=10 Commit message: "Update README.md" > git rev-list --no-walk f614f6ac146b9674dee1af7c5a95c3e63fb828ca # timeout=10 [license-check-ditto0_works-with_build] $ /bin/sh -xe /tmp/jenkins8212568282141376679.sh + git checkout -b dash-licenses dash-licenses/master 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_build] $ /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.10.12-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 48 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/core/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.dash.licenses.tests.TestSuite Apr 08, 2021 8:00:03 AM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport queryLicenseData INFO: Querying ClearlyDefined for license data for 1 items. Apr 08, 2021 8:00:03 AM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport lambda$queryLicenseData$2 INFO: Found 1 items. Apr 08, 2021 8:00:03 AM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport queryLicenseData INFO: Querying ClearlyDefined for license data for 1 items. Apr 08, 2021 8:00:03 AM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport lambda$queryLicenseData$2 INFO: Found 1 items. Apr 08, 2021 8:00:03 AM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport queryLicenseData INFO: Querying Eclipse Foundation for license data for 1 items. Apr 08, 2021 8:00:03 AM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport lambda$queryLicenseData$3 INFO: Found 0 items. Apr 08, 2021 8:00:03 AM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport queryLicenseData INFO: Querying Eclipse Foundation for license data for 1 items. Apr 08, 2021 8:00:03 AM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport lambda$queryLicenseData$3 INFO: Found 0 items. Apr 08, 2021 8:00:03 AM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport queryLicenseData INFO: Querying ClearlyDefined for license data for 1 items. Apr 08, 2021 8:00:03 AM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport lambda$queryLicenseData$2 INFO: Found 1 items. Apr 08, 2021 8:00:03 AM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport queryLicenseData INFO: Querying Eclipse Foundation for license data for 1 items. Apr 08, 2021 8:00:03 AM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport lambda$queryLicenseData$3 INFO: Found 0 items. Apr 08, 2021 8:00:03 AM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport queryLicenseData INFO: Querying ClearlyDefined for license data for 1 items. Apr 08, 2021 8:00:03 AM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport lambda$queryLicenseData$2 INFO: Found 1 items. Tests run: 110, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.72 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_build/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_build/core/target/org.eclipse.dash.licenses-0.0.1-SNAPSHOT.jar with /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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 [ 1.964 s] [INFO] org.eclipse.dash.licenses .......................... SUCCESS [ 13.436 s] [INFO] license-tool-plugin ................................ SUCCESS [ 16.461 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 32.023 s [INFO] Finished at: 2021-04-08T08:00:25Z [INFO] ------------------------------------------------------------------------ [license-check-ditto0_works-with_build] $ /bin/sh -xe /tmp/jenkins8744105098548358057.sh + cp core/target/org.eclipse.dash.licenses-0.0.1-SNAPSHOT.jar ./ + ls -l total 7692 -rw-r--r--. 1 jenkins 1001020000 1349 Apr 8 07:59 CONTRIBUTING.md drwxr-sr-x. 5 jenkins 1001020000 97 Apr 8 07:59 core -rw-r--r--. 1 jenkins 1001020000 4515 Apr 8 07:59 DEPENDENCIES -rw-r--r--. 1 jenkins 1001020000 14198 Apr 8 07:59 LICENSE drwxr-sr-x. 5 jenkins 1001020000 97 Apr 8 08:00 maven-plugin -rw-r--r--. 1 jenkins 1001020000 7825739 Apr 8 08:00 org.eclipse.dash.licenses-0.0.1-SNAPSHOT.jar -rw-r--r--. 1 jenkins 1001020000 2935 Apr 8 07:59 pom.xml -rw-r--r--. 1 jenkins 1001020000 15583 Apr 8 07:59 README.md drwxr-sr-x. 2 jenkins 1001020000 59 Apr 8 07:59 yarn + git checkout -b ditto ditto/master Switched to a new branch 'ditto' + ls -l total 7732 drwxr-sr-x. 2 jenkins 1001020000 69 Apr 8 08:00 bom -rwxr-xr-x. 1 jenkins 1001020000 4443 Apr 8 08:00 CONTRIBUTING.md drwxr-sr-x. 3 jenkins 1001020000 20 Apr 8 08:00 core drwxr-sr-x. 7 jenkins 1001020000 97 Apr 8 08:00 deployment drwxr-sr-x. 3 jenkins 1001020000 49 Apr 8 08:00 documentation -rwxr-xr-x. 1 jenkins 1001020000 3342 Apr 8 08:00 Jenkinsfile_multibranch_pipeline drwxr-sr-x. 3 jenkins 1001020000 49 Apr 8 08:00 json drwxr-sr-x. 3 jenkins 1001020000 32 Apr 8 08:00 json-cbor drwxr-sr-x. 4 jenkins 1001020000 185 Apr 8 08:00 legal -rw-r--r--. 1 jenkins 1001020000 14029 Apr 8 08:00 LICENSE drwxr-sr-x. 3 jenkins 1001020000 20 Apr 8 08:00 maven-plugin drwxr-sr-x. 17 jenkins 1001020000 4096 Apr 8 08:00 model -rw-r--r--. 1 jenkins 1001020000 1759 Apr 8 08:00 NOTICE.md -rw-r--r--. 1 jenkins 1001020000 7825739 Apr 8 08:00 org.eclipse.dash.licenses-0.0.1-SNAPSHOT.jar -rw-r--r--. 1 jenkins 1001020000 43323 Apr 8 08:00 pom.xml drwxr-sr-x. 3 jenkins 1001020000 49 Apr 8 08:00 protocol-adapter -rwxr-xr-x. 1 jenkins 1001020000 3891 Apr 8 08:00 README.md drwxr-sr-x. 13 jenkins 1001020000 4096 Apr 8 08:00 services drwxr-sr-x. 7 jenkins 1001020000 113 Apr 8 08:00 signals drwxr-sr-x. 3 jenkins 1001020000 202 Apr 8 08:00 src drwxr-sr-x. 3 jenkins 1001020000 52 Apr 8 08:00 utils [license-check-ditto0_works-with_build] $ /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.10.12-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_build/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_build/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto/0-SNAPSHOT/ditto-0-SNAPSHOT.pom [INFO] [INFO] ---------------< org.eclipse.ditto:ditto-documentation >---------------- [INFO] Building Eclipse Ditto :: Documentation 0-SNAPSHOT [2/123] [INFO] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] -------------------< org.eclipse.ditto:ditto-legal >-------------------- [INFO] Building Eclipse Ditto :: Legal 0-SNAPSHOT [3/123] [INFO] --------------------------------[ jar ]--------------------------------- [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] argLine set to -javaagent:/home/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_build/documentation/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-documentation --- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-legal --- [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_build/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 10 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_build/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_build/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_build/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_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/utils/jsr305/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/json/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/json/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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-json-cbor >------------------ [INFO] -------------------< org.eclipse.ditto:ditto-model >-------------------- [INFO] Building Eclipse Ditto :: JSON :: CBOR 0-SNAPSHOT [8/123] [INFO] Building Eclipse Ditto :: Model 0-SNAPSHOT [9/123] [INFO] -------------------------------[ bundle ]------------------------------- [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] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Model: [WARNING] * Your build is requesting parallel execution, but project * [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [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] ***************************************************************** [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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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] [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_build/json-cbor/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-json-cbor --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 139 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/base/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_build/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_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/json-cbor/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/json-cbor/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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_build/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_build/model/base/src/main/java/org/eclipse/ditto/model/base/json/Jsonifiable.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/model/base/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/model/base/src/test/java/org/eclipse/ditto/model/base/headers/ImmutableDittoHeadersTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/model/base/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/base/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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] ---------------< org.eclipse.ditto:ditto-model-policies >--------------- [INFO] Building Eclipse Ditto :: Model :: DevOps 0-SNAPSHOT [20/123] [INFO] Building Eclipse Ditto :: Model :: Policies 0-SNAPSHOT [21/123] [INFO] -------------------------------[ bundle ]------------------------------- [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] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Model :: DevOps: [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 :: 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] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-model-policies --- [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-model-devops --- [INFO] [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-model-devops --- [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-devops --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-model-policies --- [INFO] [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-model-devops --- [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_build/model/devops/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] argLine set to -javaagent:/home/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_build/model/policies/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-model-policies --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-model-devops --- [INFO] Writing third-party file to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/policies/target/classes/META-INF/NOTICE-THIRD-PARTY.md [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [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_build/model/policies/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-model-policies --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-model-policies:bundle:0-SNAPSHOT... [INFO] Writing third-party file to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/devops/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-model-devops --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 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] Compiling 5 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/devops/target/classes [INFO] Changes detected - recompiling the module! [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/policies/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/devops/src/main/java/org/eclipse/ditto/model/devops/LoggerConfig.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/model/devops/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/devops/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/policies/src/main/java/org/eclipse/ditto/model/policies/Policy.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/model/policies/src/main/java/org/eclipse/ditto/model/policies/Policy.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-model-policies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/policies/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-model-policies --- [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] Changes detected - recompiling the module! [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/policies/target/test-classes [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_build/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_build/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_build/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_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/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-model-namespaces --- [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_build/model/namespaces/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/namespaces/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/model/jwt/target/classes [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_build/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] [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_build/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_build/model/jwt/target/test-classes [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/policies/target/japicmp/japicmp.diff'. [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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/policies/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/policies/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-model-policies --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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] [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] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/policies/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-policies/0-SNAPSHOT/ditto-model-policies-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/jwt/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/jwt/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-model-policies --- [INFO] Installing org/eclipse/ditto/ditto-model-policies/0-SNAPSHOT/ditto-model-policies-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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] Writing OBR metadata [INFO] [INFO] -----------------< org.eclipse.ditto:ditto-model-rql >------------------ [INFO] Building Eclipse Ditto :: Model :: RQL 0-SNAPSHOT [24/123] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-model-jwt --- [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] Installing org/eclipse/ditto/ditto-model-jwt/0-SNAPSHOT/ditto-model-jwt-0-SNAPSHOT.jar [INFO] Writing OBR metadata [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] ------------------< 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] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-model-rql --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ 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_build/model/rql/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-model-rql --- [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-signals --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [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_build/signals/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] Writing third-party file to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/rql/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-signals --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-model-rql --- [WARNING] The goal is skip due to packaging 'pom' [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-signals --- [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] Generating flattened POM of project org.eclipse.ditto:ditto-signals:pom:0-SNAPSHOT... [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-model-rql:bundle:0-SNAPSHOT... [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-signals --- [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-model-rql --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] Changes detected - recompiling the module! [INFO] [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/rql/target/classes [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_build/signals/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals/0-SNAPSHOT/ditto-signals-0-SNAPSHOT.pom [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_build/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_build/model/rql/target/test-classes [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-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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/rql/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 --- [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_build/model/rql/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/rql/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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_build/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 69 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/things/target/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_build/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] Writing third-party file to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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] 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_build/services/utils/jwt/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/utils/jwt/src/main/java/org/eclipse/ditto/services/utils/jwt/JjwtSerializer.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/services/utils/jwt/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/utils/jwt/src/test/java/org/eclipse/ditto/services/utils/jwt/JjwtDeserializerTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/things/src/main/java/org/eclipse/ditto/model/things/PolicyIdMissingException.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/things/src/main/java/org/eclipse/ditto/model/things/PolicyIdMissingException.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_build/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 34 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/things/target/test-classes [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_build/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_build/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_build/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_build/signals/base/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/base/src/main/java/org/eclipse/ditto/signals/base/AbstractGlobalJsonParsableRegistry.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/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:test-jar (default) @ ditto-signals-base --- [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-model-things --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/signals/base/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/base/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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-jar-plugin:3.2.0:test-jar (default) @ ditto-model-things --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/model/things/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/things/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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 77 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/connectivity/target/classes [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_build/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_build/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_build/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_build/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_build/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 25 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/connectivity/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/model/connectivity/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/connectivity/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/model/messages/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/messages/src/main/java/org/eclipse/ditto/model/messages/Message.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/messages/src/main/java/org/eclipse/ditto/model/messages/Message.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-model-messages --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/model/messages/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/messages/src/test/java/org/eclipse/ditto/model/messages/ImmutableMessageTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/messages/src/test/java/org/eclipse/ditto/model/messages/ImmutableMessageTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-model-messages --- [INFO] 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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/model/messages/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/messages/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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_build/model/enforcers/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/model/enforcers/target/test-classes [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] Compiler bridge file is not installed yet [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/enforcers/src/test/java/org/eclipse/ditto/model/enforcers/testbench/AbstractPolicyAlgorithmTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/enforcers/src/test/java/org/eclipse/ditto/model/enforcers/testbench/AbstractPolicyAlgorithmTest.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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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-sources38209230466302565/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_build/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 19.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_build/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_build/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 1.3 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_build/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_build/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_build/model/rql-parser/target/test-classes ... [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8 1 warning. [INFO] Done compiling. [INFO] compile in 1.5 s [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-model-rql-parser --- [INFO] 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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/model/rql-parser/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/rql-parser/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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_build/model/thingsearch/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/thingsearch/src/main/java/org/eclipse/ditto/model/thingsearch/SearchResult.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/model/thingsearch/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/model/thingsearch/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/thingsearch/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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_build/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_build/signals/commands/base/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/signals/commands/base/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/base/src/test/java/org/eclipse/ditto/signals/commands/base/assertions/CommandResponseAssert.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/signals/commands/base/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/base/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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_build/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_build/signals/events/base/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/signals/events/base/src/main/java/org/eclipse/ditto/signals/events/base/GlobalEventRegistry.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/signals/events/base/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/events/base/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/signals/announcements/base/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/announcements/base/src/main/java/org/eclipse/ditto/signals/announcements/base/GlobalAnnouncementRegistry.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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_build/model/query/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/query/src/main/java/org/eclipse/ditto/model/query/things/ThingPredicateVisitor.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/model/query/src/main/java/org/eclipse/ditto/model/query/things/ThingPredicatePredicateVisitor.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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 5 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/model/query/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/query/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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_build/model/thingsearch-parser/target/classes ... [WARNING] : 4 deprecations (since 2.13.0); re-run with -deprecation for details [WARNING] one warning found [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8 1 warning. [INFO] Done compiling. [INFO] compile in 6.0 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_build/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_build/model/thingsearch-parser/target/classes ... [WARNING] : 4 deprecations (since 2.13.0); re-run with -deprecation for details [WARNING] one warning found [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/enforcers/target/ditto-model-enforcers-0-SNAPSHOT-benchmark.jar [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8 1 warning. [INFO] Done compiling. [INFO] compile in 6.7 s [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-model-thingsearch-parser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/model/thingsearch-parser/target/test-classes [INFO] [INFO] --- scala-maven-plugin:4.4.0:testCompile (test-compile) @ ditto-model-thingsearch-parser --- [INFO] Using incremental compilation using Mixed compile order [INFO] Compiler bridge file: /home/jenkins/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.13-1.3.5-bin_2.13.5__55.0-1.3.5_20200330T000931.jar [INFO] Compiling 1 Java source to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/thingsearch-parser/target/test-classes ... [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8 1 warning. [INFO] Done compiling. [INFO] compile in 2.5 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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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-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_build/model/thingsearch-parser/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/thingsearch-parser/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/model/thingsearch-parser/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-thingsearch-parser/0-SNAPSHOT/ditto-model-thingsearch-parser-0-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-model-thingsearch-parser --- [INFO] Installing org/eclipse/ditto/ditto-model-thingsearch-parser/0-SNAPSHOT/ditto-model-thingsearch-parser-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------< org.eclipse.ditto:ditto-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_build/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_build/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_build/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_build/signals/acks/base/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/signals/acks/base/src/main/java/org/eclipse/ditto/signals/acks/base/ImmutableAcknowledgements.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/signals/acks/base/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/acks/base/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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-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_build/model/enforcers/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/enforcers/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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-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-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_build/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_build/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_build/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_build/signals/commands/policies/target/classes [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_build/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_build/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_build/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_build/signals/commands/things/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-signals-commands-policies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/signals/commands/policies/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/signals/commands/things/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/policies/src/test/java/org/eclipse/ditto/signals/commands/policies/modify/ModifySubjectsTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/policies/src/test/java/org/eclipse/ditto/signals/commands/policies/modify/ModifySubjectsTest.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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/signals/commands/policies/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/policies/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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-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_build/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_build/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_build/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_build/signals/commands/thingsearch/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/thingsearch/src/main/java/org/eclipse/ditto/signals/commands/thingsearch/subscription/CreateSubscription.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/thingsearch/src/main/java/org/eclipse/ditto/signals/commands/thingsearch/subscription/CreateSubscription.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_build/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_build/signals/commands/thingsearch/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/signals/commands/thingsearch/src/test/java/org/eclipse/ditto/signals/commands/thingsearch/query/StreamThingsTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/signals/commands/thingsearch/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/thingsearch/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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_build/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_build/signals/commands/messages/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/messages/src/main/java/org/eclipse/ditto/signals/commands/messages/SendClaimMessageResponse.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/messages/src/main/java/org/eclipse/ditto/signals/commands/messages/SendClaimMessageResponse.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/messages/src/main/java/org/eclipse/ditto/signals/commands/messages/SendThingMessage.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/messages/src/main/java/org/eclipse/ditto/signals/commands/messages/SendThingMessage.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_build/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_build/signals/commands/messages/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/signals/commands/messages/src/test/java/org/eclipse/ditto/signals/commands/messages/acks/MessageCommandAckRequestSetterTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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 --- [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] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/things/src/test/java/org/eclipse/ditto/signals/commands/things/modify/ModifyAclEntryResponseTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/things/src/test/java/org/eclipse/ditto/signals/commands/things/modify/ModifyAclEntryResponseTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/things/src/test/java/org/eclipse/ditto/signals/commands/things/acks/ThingLiveCommandAckRequestSetterTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/messages/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/messages/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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_build/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] Generating flattened POM of project org.eclipse.ditto:ditto-signals-commands-common:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-signals-commands-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/common/target/classes [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_build/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 --- [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/signals/commands/things/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/things/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/common/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/common/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-signals-commands-things --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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] Installing org/eclipse/ditto/ditto-signals-commands-things/0-SNAPSHOT/ditto-signals-commands-things-0-SNAPSHOT.jar [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-signals-commands-common --- [INFO] Writing OBR metadata [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] Installing org/eclipse/ditto/ditto-signals-commands-common/0-SNAPSHOT/ditto-signals-commands-common-0-SNAPSHOT.jar [INFO] Writing OBR metadata [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_build/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_build/signals/commands/connectivity/target/classes/META-INF/NOTICE-THIRD-PARTY.md [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_build/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_build/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_build/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_build/signals/commands/devops/target/classes [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_build/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 50 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/connectivity/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/signals/commands/devops/target/japicmp/japicmp.diff'. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/signals/commands/connectivity/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-signals-commands-connectivity --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/devops/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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] Changes detected - recompiling the module! [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/connectivity/target/test-classes [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-commands-namespaces --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-signals-commands-namespaces --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-signals-commands-namespaces --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-signals-commands-namespaces --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/signals/commands/namespaces/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/namespaces/src/main/java/org/eclipse/ditto/signals/commands/namespaces/AbstractNamespaceCommandResponse.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/namespaces/src/main/java/org/eclipse/ditto/signals/commands/namespaces/AbstractNamespaceCommandResponse.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_build/signals/commands/namespaces/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-signals-commands-namespaces --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/namespaces/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/connectivity/src/test/java/org/eclipse/ditto/signals/commands/connectivity/query/RetrieveConnectionLogsResponseTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/signals/commands/connectivity/src/test/java/org/eclipse/ditto/signals/commands/connectivity/query/RetrieveConnectionLogsResponseTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-commands-connectivity --- [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-commands-namespaces --- [INFO] Tests are skipped. [INFO] Tests are skipped. [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-commands-namespaces --- [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-commands-connectivity --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/connectivity/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/namespaces/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-commands-namespaces --- [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-commands-connectivity --- [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] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ ditto-signals-commands-connectivity --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/signals/commands/connectivity/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/namespaces/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/connectivity/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/namespaces/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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-namespaces --- [INFO] Installing org/eclipse/ditto/ditto-signals-commands-namespaces/0-SNAPSHOT/ditto-signals-commands-namespaces-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ----------< org.eclipse.ditto:ditto-signals-commands-cleanup >---------- [INFO] Building Eclipse Ditto :: Signals :: Commands :: Cleanup 0-SNAPSHOT [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_build/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_build/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_build/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_build/signals/commands/cleanup/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/cleanup/src/main/java/org/eclipse/ditto/signals/commands/cleanup/CleanupCommand.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/cleanup/src/main/java/org/eclipse/ditto/signals/commands/cleanup/CleanupCommand.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-signals-commands-cleanup --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/signals/commands/cleanup/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-commands-cleanup --- [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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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-bundle-plugin:4.2.1:install (default-install) @ ditto-signals-commands-connectivity --- [INFO] Installing org/eclipse/ditto/ditto-signals-commands-connectivity/0-SNAPSHOT/ditto-signals-commands-connectivity-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --------------< org.eclipse.ditto:ditto-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: [INFO] [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [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] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-commands-cleanup --- [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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/cleanup/target/japicmp/japicmp.diff'. [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_build/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_build/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_build/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] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/utils/conditional-headers/target/classes [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/cleanup/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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] [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_build/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_build/services/utils/conditional-headers/target/test-classes [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/cleanup/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-commands-cleanup/0-SNAPSHOT/ditto-signals-commands-cleanup-0-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-signals-commands-cleanup --- [INFO] Installing org/eclipse/ditto/ditto-signals-commands-cleanup/0-SNAPSHOT/ditto-signals-commands-cleanup-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ----------< org.eclipse.ditto:ditto-signals-events-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-clean-plugin:2.5:clean (default-clean) @ ditto-signals-events-policies --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-signals-events-policies --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-signals-events-policies --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-signals-events-policies --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/events/policies/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-signals-events-policies --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/events/policies/target/classes/META-INF/NOTICE-THIRD-PARTY.md [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] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/utils/conditional-headers/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-conditional-headers --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/utils/conditional-headers/target/ditto-services-utils-conditional-headers-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-utils-conditional-headers --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-utils-conditional-headers --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-utils-conditional-headers --- [INFO] 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_build/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_build/services/utils/conditional-headers/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-conditional-headers/0-SNAPSHOT/ditto-services-utils-conditional-headers-0-SNAPSHOT.pom [INFO] [INFO] -----------< org.eclipse.ditto:ditto-signals-events-things >------------ [INFO] Building Eclipse Ditto :: Signals :: Events :: Things 0-SNAPSHOT [56/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 :: 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-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] --- 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_build/signals/events/things/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-signals-events-things --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/signals/events/things/target/classes [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_build/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-compiler-plugin:3.8.1:compile (default-compile) @ ditto-signals-events-policies --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/events/policies/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/events/things/src/main/java/org/eclipse/ditto/signals/events/things/AclModified.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/events/things/src/main/java/org/eclipse/ditto/signals/events/things/AclModified.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_build/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_build/signals/events/things/target/test-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_build/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_build/signals/events/policies/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/events/policies/src/test/java/org/eclipse/ditto/signals/events/policies/SubjectDeletedTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/events/policies/src/test/java/org/eclipse/ditto/signals/events/policies/SubjectDeletedTest.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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/signals/events/things/src/test/java/org/eclipse/ditto/signals/events/things/AclModifiedTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/events/things/src/test/java/org/eclipse/ditto/signals/events/things/AclModifiedTest.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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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-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] [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_build/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_build/signals/events/policies/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/events/policies/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/events/things/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/events/things/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/events/things/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-signals-events-things --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/events/things/target/ditto-signals-events-things-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-events-things/0-SNAPSHOT/ditto-signals-events-things-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-signals-events-policies --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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-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] Installing org/eclipse/ditto/ditto-signals-events-things/0-SNAPSHOT/ditto-signals-events-things-0-SNAPSHOT.jar [INFO] Writing OBR metadata [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_build/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_build/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_build/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] --------< 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] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-signals-events-thingsearch --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-signals-events-connectivity --- [INFO] Changes detected - recompiling the module! [INFO] argLine set to -javaagent:/home/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_build/signals/events/connectivity/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/events/thingsearch/target/classes [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_build/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_build/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_build/signals/events/connectivity/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/events/thingsearch/src/main/java/org/eclipse/ditto/signals/events/thingsearch/ThingsOutOfSync.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/signals/events/thingsearch/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/events/connectivity/src/main/java/org/eclipse/ditto/signals/events/connectivity/ConnectivityEvent.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/signals/events/connectivity/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/events/connectivity/src/test/java/org/eclipse/ditto/signals/events/connectivity/ConnectionClosedTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/events/connectivity/src/test/java/org/eclipse/ditto/signals/events/connectivity/ConnectionClosedTest.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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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] [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_build/signals/events/thingsearch/target/japicmp/japicmp.diff'. [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_build/signals/events/thingsearch/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/events/connectivity/target/japicmp/japicmp.diff'. [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_build/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_build/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_build/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] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/events/connectivity/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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] [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_build/signals/announcements/policies/target/classes [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-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_build/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_build/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_build/signals/acks/things/target/classes [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_build/signals/announcements/policies/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-signals-announcements-policies --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/announcements/policies/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/signals/acks/things/target/test-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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/signals/acks/things/src/test/java/org/eclipse/ditto/signals/acks/things/ThingAcknowledgementsFactoryTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-signals-announcements-policies --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-acks-things --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-signals-announcements-policies --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/acks/things/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [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_build/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] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-acks-things --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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] [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_build/signals/acks/things/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/acks/things/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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 4 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/models/base/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/models/base/src/main/java/org/eclipse/ditto/services/base/persistence/SnapshotTaken.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/models/base/src/main/java/org/eclipse/ditto/services/base/persistence/SnapshotTaken.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/models/base/src/main/java/org/eclipse/ditto/services/base/persistence/SnapshotTaken.java: Recompile with -Xlint:deprecation for details. [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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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_build/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_build/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-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_build/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_build/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] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ 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_build/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] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/models/streaming/target/classes [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_build/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_build/services/utils/test/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/models/streaming/src/main/java/org/eclipse/ditto/services/models/streaming/BatchedEntityIdWithRevisions.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/models/streaming/src/main/java/org/eclipse/ditto/services/models/streaming/BatchedEntityIdWithRevisions.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/models/streaming/src/main/java/org/eclipse/ditto/services/models/streaming/SudoStreamPids.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-test --- [INFO] Writing third-party file to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/live/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-test --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-signals-commands-live --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/utils/test/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-utils-test --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-signals-commands-live --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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] Changes detected - recompiling the module! [INFO] Compiling 151 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/live/target/classes [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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-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_build/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_build/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_build/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_build/protocol-adapter/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-signals-commands-live --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/signals/commands/live/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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 49 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/signals/commands/live/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/signals/commands/live/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/protocol-adapter/src/test/java/org/eclipse/ditto/protocoladapter/TestConstants.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/protocol-adapter/src/test/java/org/eclipse/ditto/protocoladapter/TestConstants.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/protocol-adapter/src/test/java/org/eclipse/ditto/protocoladapter/HeaderTranslatorTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/protocol-adapter/src/test/java/org/eclipse/ditto/protocoladapter/HeaderTranslatorTest.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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/protocol-adapter/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-protocol-adapter --- [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] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/protocol-adapter/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/protocol-adapter/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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_build/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_build/model/placeholders/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/placeholders/src/main/java/org/eclipse/ditto/model/placeholders/ImmutableTopicPathPlaceholder.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/model/placeholders/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/placeholders/src/test/java/org/eclipse/ditto/model/placeholders/PipelineFunctionLowerTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/placeholders/src/test/java/org/eclipse/ditto/model/placeholders/PipelineFunctionLowerTest.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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/model/placeholders/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/model/placeholders/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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-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_build/services/utils/config/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-utils-config --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/services/utils/config/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-utils-config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-utils-config --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/utils/config/target/test-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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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-ddata >------------ [INFO] [INFO] Building Eclipse Ditto :: Services :: Utils :: Distributed Data 0-SNAPSHOT [68/123] [INFO] -----------< org.eclipse.ditto:ditto-services-utils-metrics >----------- [INFO] Building Eclipse Ditto :: Services :: Utils :: Metrics 0-SNAPSHOT [69/123] [INFO] --------------------------------[ jar ]--------------------------------- [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 :: Distributed Data: [WARNING] ***************************************************************** [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [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] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-metrics --- [INFO] [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 --- [INFO] argLine set to -javaagent:/home/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_build/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_build/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_build/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_build/services/utils/metrics/target/classes [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_build/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_build/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_build/services/utils/ddata/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_build/services/utils/metrics/target/test-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_build/services/utils/ddata/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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] [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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/services/utils/ddata/target/ditto-services-utils-ddata-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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 ]--------------------------------- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-utils-ddata --- [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] ***************************************************************** [INFO] Tests are skipped. [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Utils :: Protocol: [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-utils-ddata --- [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] --- 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_build/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_build/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-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-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_build/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 --- [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] [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [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_build/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_build/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] Writing third-party file to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/policies/config/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/utils/protocol/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-policies-config --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-utils-protocol --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [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] 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] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/utils/protocol/target/classes [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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/services/thingsearch/config/target/ditto-services-thingsearch-config-0-SNAPSHOT.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-utils-protocol --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-thingsearch-config --- [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] 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] Changes detected - recompiling the module! [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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] Compiling 2 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/utils/protocol/target/test-classes [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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-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_build/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_build/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_build/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] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/utils/protocol/src/test/java/org/eclipse/ditto/services/utils/protocol/config/DefaultProtocolConfigTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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-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_build/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_build/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_build/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] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/utils/tracing/target/classes [INFO] Using incremental compilation using Mixed compile order [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/utils/tracing/src/main/java/org/eclipse/ditto/services/utils/tracing/TraceUriGenerator.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/services/utils/tracing/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] [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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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] [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_build/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_build/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_build/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_build/services/utils/cache/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/utils/cache/src/main/java/org/eclipse/ditto/services/utils/cache/MetricsStatsCounter.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/utils/cache/src/main/java/org/eclipse/ditto/services/utils/cache/MetricsStatsCounter.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_build/services/utils/cache/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/utils/cache/src/test/java/org/eclipse/ditto/services/utils/cache/ImmutableEntityIdWithResourceTypeTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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 7.5 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_build/services/utils/akka/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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 5.8 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_build/services/utils/akka/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/services/utils/akka/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/utils/akka/src/test/java/org/eclipse/ditto/services/utils/akka/controlflow/MergeSortedAsPairTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/services/utils/akka/src/test/java/org/eclipse/ditto/services/utils/akka/controlflow/MergeSortedAsPairTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/services/utils/akka/target/test-classes ... [INFO] NoPosition: Note: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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 3.7 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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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_build/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-models-acks >------------ [INFO] Building Eclipse Ditto :: Services :: Models :: ACKs 0-SNAPSHOT [77/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] -----------< org.eclipse.ditto:ditto-services-utils-health >------------ [INFO] Building Eclipse Ditto :: Services :: Utils :: Health Utils 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_build/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_build/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_build/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 34 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/utils/health/target/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_build/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_build/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_build/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_build/services/models/acks/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/utils/health/src/main/java/org/eclipse/ditto/services/utils/health/CompositeCachingHealthCheckingActor.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/utils/health/src/main/java/org/eclipse/ditto/services/utils/health/CompositeCachingHealthCheckingActor.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/models/acks/src/main/java/org/eclipse/ditto/services/models/acks/AcknowledgementForwarderActorStarter.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/models/acks/src/main/java/org/eclipse/ditto/services/models/acks/AcknowledgementForwarderActorStarter.java: Recompile with -Xlint:unchecked for details. [INFO] Changes detected - recompiling the module! [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-models-acks --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/utils/health/target/test-classes [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_build/services/models/acks/target/test-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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/services/connectivity/util/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/models/acks/src/test/java/org/eclipse/ditto/services/models/acks/AcknowledgementForwarderActorTest.java: Some input files use or override a deprecated API. [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-connectivity-util --- [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/models/acks/src/test/java/org/eclipse/ditto/services/models/acks/AcknowledgementForwarderActorTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-models-acks --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [INFO] Tests are skipped. [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/models/acks/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_build/services/connectivity/util/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-models-acks --- [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_build/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] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/models/acks/target/ditto-services-models-acks-0-SNAPSHOT.jar [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-connectivity-util --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-models-acks --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/connectivity/util/target/classes [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_build/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_build/services/models/acks/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-models-acks/0-SNAPSHOT/ditto-services-models-acks-0-SNAPSHOT.pom [INFO] [INFO] -----------< org.eclipse.ditto:ditto-services-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] [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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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] --- 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_build/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_build/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_build/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_build/services/utils/cluster/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/utils/cluster/src/main/java/org/eclipse/ditto/services/utils/cluster/AbstractJsonifiableWithDittoHeadersSerializer.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/services/utils/cluster/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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] ---------< org.eclipse.ditto:ditto-services-utils-persistence >--------- [INFO] Building Eclipse Ditto :: Services :: Utils :: DevOps 0-SNAPSHOT [81/123] [INFO] --------------------------------[ jar ]--------------------------------- [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] ***************************************************************** [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] ***************************************************************** [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_build/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_build/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_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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] [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] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/utils/devops/target/ditto-services-utils-devops-0-SNAPSHOT.jar [INFO] argLine set to -javaagent:/home/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_build/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 --- [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_build/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_build/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_build/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_build/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... [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-utils-pubsub --- [INFO] Writing third-party file to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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] Changes detected - recompiling the module! [INFO] Compiling 86 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/utils/pubsub/target/classes [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_build/services/utils/persistence/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/utils/persistence/src/main/java/org/eclipse/ditto/services/utils/persistence/mongo/MongoMetricsReporter.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/utils/persistence/src/main/java/org/eclipse/ditto/services/utils/persistence/mongo/MongoMetricsReporter.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_build/services/utils/persistence/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/utils/pubsub/src/main/java/org/eclipse/ditto/services/utils/pubsub/actors/AckUpdater.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/utils/pubsub/src/main/java/org/eclipse/ditto/services/utils/pubsub/actors/AckUpdater.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_build/services/utils/pubsub/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/utils/persistence/src/test/java/org/eclipse/ditto/services/utils/persistence/mongo/assertions/BsonCollectionAssert.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/utils/persistence/src/test/java/org/eclipse/ditto/services/utils/persistence/mongo/assertions/BsonCollectionAssert.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-persistence --- [INFO] 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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/services/models/policies/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/models/policies/src/main/java/org/eclipse/ditto/services/models/policies/commands/sudo/SudoCommand.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/models/policies/src/main/java/org/eclipse/ditto/services/models/policies/commands/sudo/SudoCommand.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-models-policies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/services/models/policies/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/models/policies/src/test/java/org/eclipse/ditto/services/models/policies/PoliciesAclMigrationsTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/services/base/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/base/src/main/java/org/eclipse/ditto/services/base/config/DittoServiceConfig.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/base/src/main/java/org/eclipse/ditto/services/base/config/DittoServiceConfig.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/base/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/base/src/test/java/org/eclipse/ditto/services/base/MainMethodExceptionHandlerTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/services/concierge/common/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/utils/pubsub/src/test/java/org/eclipse/ditto/services/utils/pubsub/PubSubFactoryTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/services/utils/pubsub/src/test/java/org/eclipse/ditto/services/utils/pubsub/PubSubFactoryTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/utils/pubsub/src/test/java/org/eclipse/ditto/services/utils/pubsub/TestPubSubFactory.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/utils/pubsub/src/test/java/org/eclipse/ditto/services/utils/pubsub/TestPubSubFactory.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/utils/pubsub/src/test/java/org/eclipse/ditto/services/utils/pubsub/TestPubSubFactory.java: Recompile with -Xlint:unchecked 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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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-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_build/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_build/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_build/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_build/services/utils/persistent-actors/target/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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-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_build/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_build/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_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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-models-things >----------- [INFO] Building Eclipse Ditto :: Services :: Models :: Things 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 :: 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_build/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_build/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_build/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-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-models-things --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/models/things/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/utils/persistent-actors/src/main/java/org/eclipse/ditto/services/utils/persistentactors/AbstractShardedPersistenceActor.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/services/utils/persistent-actors/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/models/things/src/main/java/org/eclipse/ditto/services/models/things/commands/sudo/SudoRetrieveThings.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/models/things/src/main/java/org/eclipse/ditto/services/models/things/commands/sudo/SudoRetrieveThings.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_build/services/models/things/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-models-things --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/models/things/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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-policies-common >---------- [INFO] Building Eclipse Ditto :: Services :: Policies :: Common 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 :: 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_build/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_build/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_build/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_build/services/policies/common/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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 [92/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_build/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_build/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_build/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_build/services/models/thingsearch/target/classes [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_build/services/policies/common/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/models/thingsearch/src/main/java/org/eclipse/ditto/services/models/thingsearch/commands/sudo/SudoCountThings.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/models/thingsearch/src/main/java/org/eclipse/ditto/services/models/thingsearch/commands/sudo/SudoCountThings.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_build/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_build/services/models/thingsearch/target/test-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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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-models-connectivity >-------- [INFO] Building Eclipse Ditto :: Services :: Models :: Connectivity 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 :: 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_build/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_build/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_build/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_build/services/models/connectivity/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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-utils-cache-loaders >-------- [INFO] Building Eclipse Ditto :: Services :: Utils :: Cache Loaders 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 :: 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_build/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_build/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_build/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_build/services/utils/cache-loaders/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/models/connectivity/src/main/java/org/eclipse/ditto/services/models/connectivity/OutboundSignal.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/services/models/connectivity/src/main/java/org/eclipse/ditto/services/models/connectivity/OutboundSignal.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-models-connectivity --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-models-connectivity --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/models/connectivity/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/services/utils/cache-loaders/target/ditto-services-utils-cache-loaders-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-utils-cache-loaders --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-utils-cache-loaders --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-utils-cache-loaders --- [INFO] 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_build/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_build/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 [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 :: 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_build/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_build/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_build/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_build/services/utils/aggregator/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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_build/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-things-persistence >--------- [INFO] Building Eclipse Ditto :: Services :: Things :: Persistence 0-SNAPSHOT [96/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-utils-aggregator --- [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] ***************************************************************** [INFO] Using 'UTF-8' encoding to copy filtered resources. [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Things :: Persistence: [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/utils/aggregator/src/test/resources [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [INFO] [WARNING] org.sonatype.plugins:port-allocator-maven-plugin:1.2 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-utils-aggregator --- [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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-policies-persistence >-------- [INFO] Building Eclipse Ditto :: Services :: Policies :: 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 :: 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-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] [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] Assigning port '46877' to property 'random-akka-tcp-port' [INFO] Assigning port '46803' to property 'random-akka-tcp-port' [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-policies-persistence --- [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_build/services/policies/persistence/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] argLine set to -javaagent:/home/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_build/services/things/persistence/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-things-persistence --- [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-policies-persistence --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [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_build/services/policies/persistence/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] Writing third-party file to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/things/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] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-things-persistence --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/policies/persistence/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/things/persistence/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-policies-persistence --- [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-policies-persistence:jar:0-SNAPSHOT... [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-things-persistence:jar:0-SNAPSHOT... [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-things-persistence --- [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_build/services/policies/persistence/target/classes [INFO] Changes detected - recompiling the module! [INFO] Compiling 104 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/things/persistence/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/services/policies/persistence/src/main/java/org/eclipse/ditto/services/policies/persistence/actors/PolicyPersistenceActor.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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] Changes detected - recompiling the module! [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/policies/persistence/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/things/persistence/src/main/java/org/eclipse/ditto/services/things/persistence/actors/strategies/events/AclEntryModifiedStrategy.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/things/persistence/src/main/java/org/eclipse/ditto/services/things/persistence/actors/strategies/events/AclEntryModifiedStrategy.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_build/services/things/persistence/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/services/utils/search/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/utils/search/src/main/java/org/eclipse/ditto/services/utils/search/SubscriptionManager.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/services/utils/search/src/main/java/org/eclipse/ditto/services/utils/search/SearchSource.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/services/utils/search/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/services/utils/search/src/test/java/org/eclipse/ditto/services/utils/search/SearchSourceTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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_build/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_build/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] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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] [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_build/services/thingsearch/common/target/classes [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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 [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 :: 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_build/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_build/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_build/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_build/services/models/signalenrichment/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_build/services/thingsearch/common/target/test-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_build/services/models/signalenrichment/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/services/thingsearch/common/target/ditto-services-thingsearch-common-0-SNAPSHOT.jar [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/models/signalenrichment/src/test/java/org/eclipse/ditto/services/models/signalenrichment/AbstractSignalEnrichmentFacadeTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/services/models/signalenrichment/src/test/java/org/eclipse/ditto/services/models/signalenrichment/AbstractSignalEnrichmentFacadeTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-models-signalenrichment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-services-models-signalenrichment --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-thingsearch-common --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/models/signalenrichment/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [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] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-models-signalenrichment --- [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/models/signalenrichment/target/ditto-services-models-signalenrichment-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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 [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] ***************************************************************** [INFO] [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Services :: Models :: Concierge: [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-models-signalenrichment --- [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-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_build/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_build/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-gateway-util >------------ [INFO] Building Eclipse Ditto :: Services :: Gateway :: Util 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 :: 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-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_build/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_build/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] [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] Generating flattened POM of project org.eclipse.ditto:ditto-services-models-concierge:jar:0-SNAPSHOT... [INFO] argLine set to -javaagent:/home/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_build/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] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-models-concierge --- [INFO] Writing third-party file to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/models/concierge/target/classes [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_build/services/gateway/util/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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-policies-starter >---------- [INFO] Building Eclipse Ditto :: Services :: Policies :: Starter 0-SNAPSHOT [103/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 :: 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-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_build/services/gateway/util/target/test-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_build/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_build/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_build/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_build/services/policies/starter/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/gateway/util/src/test/java/org/eclipse/ditto/services/gateway/util/config/endpoints/GatewayHttpConfigTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/gateway/util/src/test/java/org/eclipse/ditto/services/gateway/util/config/endpoints/GatewayHttpConfigTest.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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/policies/starter/src/test/java/org/eclipse/ditto/services/policies/starter/PoliciesServiceGlobalErrorRegistryTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/policies/starter/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] ----------< org.eclipse.ditto:ditto-services-things-starter >----------- [INFO] Building Eclipse Ditto :: Services :: Things :: Starter 0-SNAPSHOT [104/123] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-policies-starter --- [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] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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] [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_build/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] 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] Writing third-party file to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/things/starter/target/classes/META-INF/NOTICE-THIRD-PARTY.md [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] [INFO] Including org.eclipse.ditto:ditto-services-utils-cluster:jar:0-SNAPSHOT in the shaded jar. [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-things-starter --- [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] Using 'UTF-8' encoding to copy filtered resources. [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] Copying 1 resource [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] Copying 1 resource [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] Copying 0 resource [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar. [INFO] [INFO] Including com.typesafe.akka:akka-serialization-jackson_2.13:jar:2.6.13 in the shaded jar. [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-services-things-starter --- [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] Generating flattened POM of project org.eclipse.ditto:ditto-services-things-starter:jar:0-SNAPSHOT... [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. [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_build/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_build/services/things/starter/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/things/starter/src/test/java/org/eclipse/ditto/services/things/starter/ThingsServiceGlobalErrorRegistryTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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] 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] 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-base-0-SNAPSHOT.jar, ditto-signals-events-thingsearch-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_build/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_build/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_build/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 [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_build/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_build/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_build/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-thingsearch-persistence >------ [INFO] Building Eclipse Ditto :: Services :: Thing Search :: Persistence 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 :: 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 '39931' 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_build/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_build/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_build/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_build/services/thingsearch/persistence/target/classes [INFO] [INFO] --------< org.eclipse.ditto:ditto-services-connectivity-common >-------- [INFO] Building Eclipse Ditto :: Services :: Connectivity :: Common 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 :: 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_build/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_build/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_build/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 42 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/connectivity/common/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/connectivity/common/src/main/java/org/eclipse/ditto/services/connectivity/config/ConnectivityConfigUnavailableException.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/services/connectivity/common/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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 36 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/thingsearch/persistence/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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_build/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-concierge-actors >---------- [INFO] Building Eclipse Ditto :: Services :: Concierge :: Actors 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 :: 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_build/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_build/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_build/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_build/services/concierge/actors/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/services/concierge/actors/src/main/java/org/eclipse/ditto/services/concierge/actors/cleanup/EventSnapshotCleanupCoordinator.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/concierge/actors/src/main/java/org/eclipse/ditto/services/concierge/actors/cleanup/EventSnapshotCleanupCoordinator.java: Recompile with -Xlint:unchecked for details. [INFO] Unpacking /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/thingsearch/persistence/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [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] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-services-thingsearch-persistence --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/concierge/actors/target/test-classes [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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-enforcement >------- [INFO] Building Eclipse Ditto :: Services :: Concierge :: Enforcement 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 :: 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] ***************************************************************** [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_build/services/concierge/enforcement/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-concierge-enforcement --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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... [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_build/services/concierge/enforcement/target/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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-connectivity-config >-------- [INFO] Building Eclipse Ditto :: Services :: Connectivity :: Config 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 :: 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_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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 [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 :: 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_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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-gateway-security >---------- [INFO] Building Eclipse Ditto :: Services :: Gateway :: Security 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 :: 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_build/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_build/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_build/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_build/services/gateway/security/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/services/concierge/enforcement/src/main/java/org/eclipse/ditto/services/concierge/enforcement/AbstractEnforcement.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/concierge/enforcement/src/main/java/org/eclipse/ditto/services/concierge/enforcement/AbstractEnforcement.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-concierge-enforcement --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-concierge-enforcement --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/concierge/enforcement/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/services/gateway/security/src/main/java/org/eclipse/ditto/services/gateway/security/authentication/DefaultAuthenticationFailureAggregator.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/services/gateway/security/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/gateway/security/src/test/java/org/eclipse/ditto/services/gateway/security/authentication/DefaultAuthenticationFailureAggregatorTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/concierge/enforcement/src/test/java/org/eclipse/ditto/services/concierge/enforcement/LiveSignalEnforcementTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/concierge/enforcement/src/test/java/org/eclipse/ditto/services/concierge/enforcement/LiveSignalEnforcementTest.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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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] [INFO] -------< org.eclipse.ditto:ditto-services-connectivity-mapping >-------- [INFO] Building Eclipse Ditto :: Services :: Connectivity :: Mapping 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 :: 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] Installing /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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-thingsearch-updater-actors >----- [INFO] Building Eclipse Ditto :: Services :: Thing Search :: Updater Actors 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 :: 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_build/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_build/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_build/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_build/services/thingsearch/updater-actors/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/thingsearch/updater-actors/src/main/java/org/eclipse/ditto/services/thingsearch/updater/actors/ThingsUpdater.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/thingsearch/updater-actors/src/main/java/org/eclipse/ditto/services/thingsearch/updater/actors/ThingsUpdater.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_build/services/thingsearch/updater-actors/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/thingsearch/updater-actors/src/test/java/org/eclipse/ditto/services/thingsearch/updater/actors/ThingsUpdaterTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/thingsearch/updater-actors/src/test/java/org/eclipse/ditto/services/thingsearch/updater/actors/ThingsUpdaterTest.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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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-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_build/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_build/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_build/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_build/services/gateway/health/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/gateway/health/src/main/java/org/eclipse/ditto/services/gateway/health/ClusterStatusAndHealthHelper.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/services/gateway/streaming/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/services/gateway/streaming/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-gateway-streaming --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/gateway/streaming/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/gateway/streaming/src/test/java/org/eclipse/ditto/services/gateway/streaming/actors/StreamingSessionActorTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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-concierge-starter >--------- [INFO] Building Eclipse Ditto :: Services :: Concierge :: Starter 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 :: 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_build/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_build/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_build/services/concierge/starter/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/concierge/starter/src/main/java/org/eclipse/ditto/services/concierge/starter/actors/DispatcherActor.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/services/concierge/starter/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/concierge/starter/src/test/java/org/eclipse/ditto/services/concierge/starter/ConciergeServiceGlobalErrorRegistryTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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. [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_build/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_build/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_build/services/connectivity/mapping/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/connectivity/mapping/src/main/java/org/eclipse/ditto/services/connectivity/mapping/ConnectionStatusMessageMapper.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/connectivity/mapping/src/main/java/org/eclipse/ditto/services/connectivity/mapping/ConnectionStatusMessageMapper.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/connectivity/mapping/src/main/java/org/eclipse/ditto/services/connectivity/mapping/ConnectionStatusMessageMapper.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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. [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_build/services/connectivity/mapping/src/test/java/org/eclipse/ditto/services/connectivity/mapping/WrappingMessageMapperTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/connectivity/mapping/src/test/java/org/eclipse/ditto/services/connectivity/mapping/WrappingMessageMapperTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-connectivity-mapping --- [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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] 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-base-0-SNAPSHOT.jar, ditto-signals-events-thingsearch-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_build/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_build/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_build/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_build/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_build/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_build/services/thingsearch/starter/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/thingsearch/starter/src/main/java/org/eclipse/ditto/services/thingsearch/starter/actors/ThingsSearchCursor.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/services/thingsearch/starter/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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-base-0-SNAPSHOT.jar, ditto-signals-events-thingsearch-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_build/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_build/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_build/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_build/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_build/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_build/services/gateway/endpoints/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/services/gateway/endpoints/target/classes [INFO] Building jar: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/connectivity/mapping/target/ditto-services-connectivity-mapping-0-SNAPSHOT-benchmark.jar [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/gateway/endpoints/src/main/java/org/eclipse/ditto/services/gateway/endpoints/utils/EventSniffer.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/gateway/endpoints/src/main/java/org/eclipse/ditto/services/gateway/endpoints/utils/EventSniffer.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/services/gateway/endpoints/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/services/gateway/proxy/target/classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/gateway/proxy/src/main/java/org/eclipse/ditto/services/gateway/proxy/actors/StatisticsActor.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/services/gateway/starter/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/gateway/starter/src/test/java/org/eclipse/ditto/services/gateway/starter/GatewayServiceGlobalErrorRegistryTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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-base-0-SNAPSHOT.jar, ditto-signals-events-thingsearch-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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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 236 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/connectivity/messaging/target/classes [WARNING] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/services/connectivity/messaging/src/main/java/org/eclipse/ditto/services/connectivity/messaging/kafka/KafkaPublisherActor.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/connectivity/messaging/src/main/java/org/eclipse/ditto/services/connectivity/messaging/kafka/KafkaPublisherActor.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/connectivity/messaging/src/main/java/org/eclipse/ditto/services/connectivity/messaging/BasePublisherActor.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/connectivity/messaging/src/main/java/org/eclipse/ditto/services/connectivity/messaging/BasePublisherActor.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 17 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-connectivity-messaging --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 111 source files to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/connectivity/messaging/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/connectivity/messaging/src/test/java/org/eclipse/ditto/services/connectivity/messaging/TestConstants.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/connectivity/messaging/src/test/java/org/eclipse/ditto/services/connectivity/messaging/TestConstants.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/connectivity/messaging/src/test/java/org/eclipse/ditto/services/connectivity/messaging/mqtt/hivemq/MockHiveMqtt3ClientFactory.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/connectivity/messaging/src/test/java/org/eclipse/ditto/services/connectivity/messaging/mqtt/hivemq/MockHiveMqtt3ClientFactory.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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/services/connectivity/starter/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/connectivity/starter/src/test/java/org/eclipse/ditto/services/connectivity/ConnectivityServiceGlobalErrorRegistryTest.java: /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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.apache.sshd:sshd-core:jar:2.6.0 in the shaded jar. [INFO] Including org.apache.sshd:sshd-common:jar:2.6.0 in the shaded jar. [INFO] Including net.i2p.crypto:eddsa:jar:0.3.0 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-base-0-SNAPSHOT.jar, ditto-signals-events-thingsearch-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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/services/legal/target/dependencies/dagger-2.27.jar [INFO] Copying javax.inject-1.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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_build/services/legal/target/dependencies/snappy-java-1.1.7.3.jar [INFO] Copying sshd-core-2.6.0.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/legal/target/dependencies/sshd-core-2.6.0.jar [INFO] Copying sshd-common-2.6.0.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/legal/target/dependencies/sshd-common-2.6.0.jar [INFO] Copying eddsa-0.3.0.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/services/legal/target/dependencies/eddsa-0.3.0.jar [INFO] Copying ditto-services-models-connectivity-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-ditto0_works-with_build/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_build/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_build/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 [ 49.169 s] [INFO] Eclipse Ditto :: Legal ............................. SUCCESS [ 1.102 s] [INFO] Eclipse Ditto :: BOM ............................... SUCCESS [ 0.124 s] [INFO] Eclipse Ditto :: Documentation ..................... SUCCESS [ 0.934 s] [INFO] Eclipse Ditto :: Utils ............................. SUCCESS [ 3.161 s] [INFO] Eclipse Ditto :: Utils :: JSR-305 Extensions ....... SUCCESS [ 6.167 s] [INFO] Eclipse Ditto :: JSON .............................. SUCCESS [ 8.030 s] [INFO] Eclipse Ditto :: JSON :: CBOR ...................... SUCCESS [ 1.206 s] [INFO] Eclipse Ditto :: Model ............................. SUCCESS [ 0.126 s] [INFO] Eclipse Ditto :: Model :: Base ..................... SUCCESS [ 4.062 s] [INFO] Eclipse Ditto :: Model :: Policies ................. SUCCESS [ 2.222 s] [INFO] Eclipse Ditto :: Model :: Things ................... SUCCESS [ 2.544 s] [INFO] Eclipse Ditto :: Model :: Connectivity ............. SUCCESS [ 9.267 s] [INFO] Eclipse Ditto :: Model :: DevOps ................... SUCCESS [ 0.684 s] [INFO] Eclipse Ditto :: Model :: Messages ................. SUCCESS [ 0.673 s] [INFO] Eclipse Ditto :: Model :: Namespaces ............... SUCCESS [ 0.680 s] [INFO] Eclipse Ditto :: Model :: Enforcers ................ SUCCESS [ 40.789 s] [INFO] Eclipse Ditto :: Model :: JWT ...................... SUCCESS [ 0.867 s] [INFO] Eclipse Ditto :: Model :: Thing Search ............. SUCCESS [ 1.024 s] [INFO] Eclipse Ditto :: Model :: RQL ...................... SUCCESS [ 1.734 s] [INFO] Eclipse Ditto :: Model :: RQL parser ............... SUCCESS [ 31.433 s] [INFO] Eclipse Ditto :: Model :: Thing Search Parser ...... SUCCESS [ 15.728 s] [INFO] Eclipse Ditto :: Model :: Query .................... SUCCESS [ 0.562 s] [INFO] Eclipse Ditto :: Signals ........................... SUCCESS [ 0.152 s] [INFO] Eclipse Ditto :: Signals :: Base ................... SUCCESS [ 1.703 s] [INFO] Eclipse Ditto :: Signals :: Commands ............... SUCCESS [ 0.024 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Base ....... SUCCESS [ 0.556 s] [INFO] Eclipse Ditto :: Signals :: ACKs ................... SUCCESS [ 0.020 s] [INFO] Eclipse Ditto :: Signals :: ACKs :: Base ........... SUCCESS [ 0.697 s] [INFO] Eclipse Ditto :: Signals :: ACKs :: Things ......... SUCCESS [ 0.394 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Policies ... SUCCESS [ 4.638 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Things ..... SUCCESS [ 6.516 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Thing Search SUCCESS [ 1.032 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Messages ... SUCCESS [ 0.825 s] [INFO] Eclipse Ditto :: Signals :: Events ................. SUCCESS [ 0.052 s] [INFO] Eclipse Ditto :: Signals :: Events :: Base ......... SUCCESS [ 0.468 s] [INFO] Eclipse Ditto :: Signals :: Events :: Policies ..... SUCCESS [ 2.316 s] [INFO] Eclipse Ditto :: Signals :: Events :: Things ....... SUCCESS [ 2.182 s] [INFO] Eclipse Ditto :: Signals :: Events :: Thing Search . SUCCESS [ 0.432 s] [INFO] Eclipse Ditto :: Signals :: Announcements .......... SUCCESS [ 0.024 s] [INFO] Eclipse Ditto :: Signals :: Announcements :: Base .. SUCCESS [ 0.148 s] [INFO] Eclipse Ditto :: Signals :: Announcements :: Policies SUCCESS [ 0.302 s] [INFO] Eclipse Ditto :: Protocol Adapter .................. SUCCESS [ 3.333 s] [INFO] Eclipse Ditto :: Model :: Placeholders ............. SUCCESS [ 0.607 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Common ..... SUCCESS [ 0.661 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Connectivity SUCCESS [ 1.522 s] [INFO] Eclipse Ditto :: Signals :: Commands :: DevOps ..... SUCCESS [ 0.714 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Live ....... SUCCESS [ 2.772 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Namespaces . SUCCESS [ 0.627 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Cleanup .... SUCCESS [ 0.427 s] [INFO] Eclipse Ditto :: Signals :: Events :: Connectivity . SUCCESS [ 0.451 s] [INFO] Eclipse Ditto :: Services .......................... SUCCESS [ 0.027 s] [INFO] Eclipse Ditto :: Services :: Models ................ SUCCESS [ 0.096 s] [INFO] Eclipse Ditto :: Services :: Models :: Base ........ SUCCESS [ 0.216 s] [INFO] Eclipse Ditto :: Services :: Utils ................. SUCCESS [ 0.030 s] [INFO] Eclipse Ditto :: Services :: Utils :: Config Utils . SUCCESS [ 2.597 s] [INFO] Eclipse Ditto :: Services :: Utils :: Metrics ...... SUCCESS [ 1.226 s] [INFO] Eclipse Ditto :: Services :: Models :: Streaming ... SUCCESS [ 0.471 s] [INFO] Eclipse Ditto :: Services :: Utils :: Akka Utils ... SUCCESS [ 22.130 s] [INFO] Eclipse Ditto :: Services :: Utils :: Health Utils . SUCCESS [ 0.664 s] [INFO] Eclipse Ditto :: Services :: Utils :: Cluster Utils SUCCESS [ 0.988 s] [INFO] Eclipse Ditto :: Services :: Utils :: DevOps ....... SUCCESS [ 0.428 s] [INFO] Eclipse Ditto :: Services :: Utils :: Tracing Utils SUCCESS [ 0.611 s] [INFO] Eclipse Ditto :: Services :: Utils :: Cache Utils .. SUCCESS [ 0.616 s] [INFO] Eclipse Ditto :: Services :: Utils :: Test Utils ... SUCCESS [ 0.907 s] [INFO] Eclipse Ditto :: Services :: Utils :: Persistence Utils SUCCESS [ 2.442 s] [INFO] Eclipse Ditto :: Services :: Base .................. SUCCESS [ 1.298 s] [INFO] Eclipse Ditto :: Services :: Concierge ............. SUCCESS [ 0.072 s] [INFO] Eclipse Ditto :: Services :: Concierge :: Config ... SUCCESS [ 0.130 s] [INFO] Eclipse Ditto :: Services :: Concierge :: Common ... SUCCESS [ 0.784 s] [INFO] Eclipse Ditto :: Services :: Utils :: Distributed Data SUCCESS [ 1.232 s] [INFO] Eclipse Ditto :: Services :: Utils :: Pub-Sub ...... SUCCESS [ 5.115 s] [INFO] Eclipse Ditto :: Services :: Models :: Things ...... SUCCESS [ 0.727 s] [INFO] Eclipse Ditto :: Services :: Models :: Policies .... SUCCESS [ 0.567 s] [INFO] Eclipse Ditto :: Services :: Models :: Things Search SUCCESS [ 0.860 s] [INFO] Eclipse Ditto :: Services :: Models :: Connectivity SUCCESS [ 1.012 s] [INFO] Eclipse Ditto :: Services :: Models :: Concierge ... SUCCESS [ 0.289 s] [INFO] Eclipse Ditto :: Services :: Concierge :: Actors ... SUCCESS [ 1.197 s] [INFO] Eclipse Ditto :: Services :: Utils :: Cache Loaders SUCCESS [ 0.577 s] [INFO] Eclipse Ditto :: Services :: Concierge :: Enforcement SUCCESS [ 2.923 s] [INFO] Eclipse Ditto :: Services :: Utils :: Namespaces ... SUCCESS [ 0.618 s] [INFO] Eclipse Ditto :: Services :: Concierge :: Starter .. SUCCESS [ 6.357 s] [INFO] Eclipse Ditto :: Services :: Connectivity .......... SUCCESS [ 0.021 s] [INFO] Eclipse Ditto :: Services :: Connectivity :: Config SUCCESS [ 0.326 s] [INFO] Eclipse Ditto :: Services :: Utils :: Conditional Header Utils SUCCESS [ 0.312 s] [INFO] Eclipse Ditto :: Services :: Utils :: Persistent Actors SUCCESS [ 0.975 s] [INFO] Eclipse Ditto :: Services :: Utils :: Protocol ..... SUCCESS [ 0.574 s] [INFO] Eclipse Ditto :: Services :: Models :: ACKs ........ SUCCESS [ 0.737 s] [INFO] Eclipse Ditto :: Services :: Models :: Signal Enrichment SUCCESS [ 0.585 s] [INFO] Eclipse Ditto :: Services :: Connectivity :: Common SUCCESS [ 0.996 s] [INFO] Eclipse Ditto :: Services :: Connectivity :: Util .. SUCCESS [ 0.165 s] [INFO] Eclipse Ditto :: Services :: Connectivity :: Mapping SUCCESS [ 28.971 s] [INFO] Eclipse Ditto :: Services :: Utils :: Search ....... SUCCESS [ 0.983 s] [INFO] Eclipse Ditto :: Services :: Utils :: Aggregator ... SUCCESS [ 0.782 s] [INFO] Eclipse Ditto :: Services :: Connectivity :: Messaging SUCCESS [ 8.560 s] [INFO] Eclipse Ditto :: Services :: Connectivity :: Starter SUCCESS [ 6.457 s] [INFO] Eclipse Ditto :: Services :: Gateway ............... SUCCESS [ 0.085 s] [INFO] Eclipse Ditto :: Services :: Gateway :: Config ..... SUCCESS [ 0.195 s] [INFO] Eclipse Ditto :: Services :: Gateway :: Util ....... SUCCESS [ 1.116 s] [INFO] Eclipse Ditto :: Services :: Utils :: JWT .......... SUCCESS [ 2.018 s] [INFO] Eclipse Ditto :: Services :: Gateway :: Security ... SUCCESS [ 2.018 s] [INFO] Eclipse Ditto :: Services :: Gateway :: Health ..... SUCCESS [ 0.483 s] [INFO] Eclipse Ditto :: Services :: Gateway :: Streaming .. SUCCESS [ 0.537 s] [INFO] Eclipse Ditto :: Services :: Gateway :: Endpoints .. SUCCESS [ 5.059 s] [INFO] Eclipse Ditto :: Services :: Gateway :: Proxy ...... SUCCESS [ 1.027 s] [INFO] Eclipse Ditto :: Services :: Gateway :: Starter .... SUCCESS [ 6.082 s] [INFO] Eclipse Ditto :: Services :: Policies .............. SUCCESS [ 0.086 s] [INFO] Eclipse Ditto :: Services :: Policies :: Config .... SUCCESS [ 0.094 s] [INFO] Eclipse Ditto :: Services :: Policies :: Common .... SUCCESS [ 0.695 s] [INFO] Eclipse Ditto :: Services :: Policies :: Persistence SUCCESS [ 3.783 s] [INFO] Eclipse Ditto :: Services :: Policies :: Starter ... SUCCESS [ 9.035 s] [INFO] Eclipse Ditto :: Services :: Things ................ SUCCESS [ 0.021 s] [INFO] Eclipse Ditto :: Services :: Things :: Config ...... SUCCESS [ 0.081 s] [INFO] Eclipse Ditto :: Services :: Things :: Common ...... SUCCESS [ 0.196 s] [INFO] Eclipse Ditto :: Services :: Things :: Persistence . SUCCESS [ 5.584 s] [INFO] Eclipse Ditto :: Services :: Things :: Starter ..... SUCCESS [ 8.400 s] [INFO] Eclipse Ditto :: Services :: Thing Search .......... SUCCESS [ 0.082 s] [INFO] Eclipse Ditto :: Services :: Thing Search :: Config SUCCESS [ 0.043 s] [INFO] Eclipse Ditto :: Services :: Thing Search :: Common SUCCESS [ 0.725 s] [INFO] Eclipse Ditto :: Services :: Thing Search :: Persistence SUCCESS [ 2.152 s] [INFO] Eclipse Ditto :: Services :: Thing Search :: Updater Actors SUCCESS [ 0.572 s] [INFO] Eclipse Ditto :: Services :: Thing Search :: Starter SUCCESS [ 4.889 s] [INFO] Eclipse Ditto :: Services :: Legal ................. SUCCESS [ 0.213 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:36 min (Wall Clock) [INFO] Finished at: 2021-04-08T08:05:03Z [INFO] ------------------------------------------------------------------------ [license-check-ditto0_works-with_build] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml dependency:resolve-plugins -Dsort=true -DoutputFile=plugins.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.10.12-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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (default-cli) @ ditto-signals-base --- [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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (default-cli) @ ditto-services-utils-config --- [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:resolve-plugins (default-cli) @ ditto-services-utils-metrics --- [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:resolve-plugins (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:resolve-plugins (default-cli) @ ditto-services-utils-akka --- [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:resolve-plugins (default-cli) @ ditto-services-utils-health --- [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:resolve-plugins (default-cli) @ ditto-services-utils-cluster --- [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:resolve-plugins (default-cli) @ ditto-services-utils-devops --- [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:resolve-plugins (default-cli) @ ditto-services-utils-tracing --- [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:resolve-plugins (default-cli) @ ditto-services-utils-cache --- [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:resolve-plugins (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:resolve-plugins (default-cli) @ ditto-services-utils-persistence --- [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:resolve-plugins (default-cli) @ ditto-services-base --- [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:resolve-plugins (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:resolve-plugins (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:resolve-plugins (default-cli) @ ditto-services-concierge-common --- [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:resolve-plugins (default-cli) @ ditto-services-utils-ddata --- [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:resolve-plugins (default-cli) @ ditto-services-utils-pubsub --- [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:resolve-plugins (default-cli) @ ditto-services-models-things --- [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:resolve-plugins (default-cli) @ ditto-services-models-policies --- [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:resolve-plugins (default-cli) @ ditto-services-models-thingsearch --- [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:resolve-plugins (default-cli) @ ditto-services-models-connectivity --- [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:resolve-plugins (default-cli) @ ditto-services-models-concierge --- [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:resolve-plugins (default-cli) @ ditto-services-concierge-actors --- [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:resolve-plugins (default-cli) @ ditto-services-utils-cache-loaders --- [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:resolve-plugins (default-cli) @ ditto-services-concierge-enforcement --- [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:resolve-plugins (default-cli) @ ditto-services-utils-namespaces --- [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:resolve-plugins (default-cli) @ ditto-services-concierge-starter --- [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:resolve-plugins (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:resolve-plugins (default-cli) @ ditto-services-connectivity-config --- [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:resolve-plugins (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:resolve-plugins (default-cli) @ ditto-services-utils-persistent-actors --- [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:resolve-plugins (default-cli) @ ditto-services-utils-protocol --- [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:resolve-plugins (default-cli) @ ditto-services-models-acks --- [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:resolve-plugins (default-cli) @ ditto-services-models-signalenrichment --- [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:resolve-plugins (default-cli) @ ditto-services-connectivity-common --- [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:resolve-plugins (default-cli) @ ditto-services-connectivity-util --- [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:resolve-plugins (default-cli) @ ditto-services-connectivity-mapping --- [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:resolve-plugins (default-cli) @ ditto-services-utils-search --- [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:resolve-plugins (default-cli) @ ditto-services-utils-aggregator --- [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:resolve-plugins (default-cli) @ ditto-services-connectivity-messaging --- [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:resolve-plugins (default-cli) @ ditto-services-connectivity-starter --- [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:resolve-plugins (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:resolve-plugins (default-cli) @ ditto-services-gateway-config --- [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:resolve-plugins (default-cli) @ ditto-services-gateway-util --- [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:resolve-plugins (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:resolve-plugins (default-cli) @ ditto-services-gateway-security --- [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:resolve-plugins (default-cli) @ ditto-services-gateway-health --- [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:resolve-plugins (default-cli) @ ditto-services-gateway-streaming --- [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:resolve-plugins (default-cli) @ ditto-services-gateway-endpoints --- [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:resolve-plugins (default-cli) @ ditto-services-gateway-proxy --- [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:resolve-plugins (default-cli) @ ditto-services-gateway-starter --- [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:resolve-plugins (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:resolve-plugins (default-cli) @ ditto-services-policies-config --- [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:resolve-plugins (default-cli) @ ditto-services-policies-common --- [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:resolve-plugins (default-cli) @ ditto-services-policies-persistence --- [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:resolve-plugins (default-cli) @ ditto-services-policies-starter --- [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:resolve-plugins (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:resolve-plugins (default-cli) @ ditto-services-things-config --- [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:resolve-plugins (default-cli) @ ditto-services-things-common --- [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:resolve-plugins (default-cli) @ ditto-services-things-persistence --- [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:resolve-plugins (default-cli) @ ditto-services-things-starter --- [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:resolve-plugins (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:resolve-plugins (default-cli) @ ditto-services-thingsearch-config --- [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:resolve-plugins (default-cli) @ ditto-services-thingsearch-common --- [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:resolve-plugins (default-cli) @ ditto-services-thingsearch-persistence --- [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:resolve-plugins (default-cli) @ ditto-services-thingsearch-updater-actors --- [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:resolve-plugins (default-cli) @ ditto-services-thingsearch-starter --- [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:resolve-plugins (default-cli) @ ditto-services-legal --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Ditto 0-SNAPSHOT: [INFO] [INFO] Eclipse Ditto ...................................... SUCCESS [ 26.383 s] [INFO] Eclipse Ditto :: Legal ............................. SUCCESS [ 1.092 s] [INFO] Eclipse Ditto :: BOM ............................... SUCCESS [ 0.080 s] [INFO] Eclipse Ditto :: Documentation ..................... SUCCESS [ 0.236 s] [INFO] Eclipse Ditto :: Utils ............................. SUCCESS [ 0.171 s] [INFO] Eclipse Ditto :: Utils :: JSR-305 Extensions ....... SUCCESS [ 0.133 s] [INFO] Eclipse Ditto :: JSON .............................. SUCCESS [ 0.267 s] [INFO] Eclipse Ditto :: JSON :: CBOR ...................... SUCCESS [ 0.130 s] [INFO] Eclipse Ditto :: Model ............................. SUCCESS [ 0.087 s] [INFO] Eclipse Ditto :: Model :: Base ..................... SUCCESS [ 0.121 s] [INFO] Eclipse Ditto :: Model :: Policies ................. SUCCESS [ 0.695 s] [INFO] Eclipse Ditto :: Model :: Things ................... SUCCESS [ 0.122 s] [INFO] Eclipse Ditto :: Model :: Connectivity ............. SUCCESS [ 0.111 s] [INFO] Eclipse Ditto :: Model :: DevOps ................... SUCCESS [ 0.114 s] [INFO] Eclipse Ditto :: Model :: Messages ................. SUCCESS [ 0.108 s] [INFO] Eclipse Ditto :: Model :: Namespaces ............... SUCCESS [ 0.112 s] [INFO] Eclipse Ditto :: Model :: Enforcers ................ SUCCESS [ 0.100 s] [INFO] Eclipse Ditto :: Model :: JWT ...................... SUCCESS [ 0.102 s] [INFO] Eclipse Ditto :: Model :: Thing Search ............. SUCCESS [ 0.104 s] [INFO] Eclipse Ditto :: Model :: RQL ...................... SUCCESS [ 0.117 s] [INFO] Eclipse Ditto :: Model :: RQL parser ............... SUCCESS [ 0.124 s] [INFO] Eclipse Ditto :: Model :: Thing Search Parser ...... SUCCESS [ 0.139 s] [INFO] Eclipse Ditto :: Model :: Query .................... SUCCESS [ 0.101 s] [INFO] Eclipse Ditto :: Signals ........................... SUCCESS [ 0.085 s] [INFO] Eclipse Ditto :: Signals :: Base ................... SUCCESS [ 0.093 s] [INFO] Eclipse Ditto :: Signals :: Commands ............... SUCCESS [ 0.085 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Base ....... SUCCESS [ 0.108 s] [INFO] Eclipse Ditto :: Signals :: ACKs ................... SUCCESS [ 0.088 s] [INFO] Eclipse Ditto :: Signals :: ACKs :: Base ........... SUCCESS [ 0.099 s] [INFO] Eclipse Ditto :: Signals :: ACKs :: Things ......... SUCCESS [ 0.109 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Policies ... SUCCESS [ 0.101 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Things ..... SUCCESS [ 0.108 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Thing Search SUCCESS [ 0.099 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Messages ... SUCCESS [ 0.097 s] [INFO] Eclipse Ditto :: Signals :: Events ................. SUCCESS [ 0.079 s] [INFO] Eclipse Ditto :: Signals :: Events :: Base ......... SUCCESS [ 0.103 s] [INFO] Eclipse Ditto :: Signals :: Events :: Policies ..... SUCCESS [ 0.105 s] [INFO] Eclipse Ditto :: Signals :: Events :: Things ....... SUCCESS [ 0.102 s] [INFO] Eclipse Ditto :: Signals :: Events :: Thing Search . SUCCESS [ 0.100 s] [INFO] Eclipse Ditto :: Signals :: Announcements .......... SUCCESS [ 0.071 s] [INFO] Eclipse Ditto :: Signals :: Announcements :: Base .. SUCCESS [ 0.091 s] [INFO] Eclipse Ditto :: Signals :: Announcements :: Policies SUCCESS [ 0.084 s] [INFO] Eclipse Ditto :: Protocol Adapter .................. SUCCESS [ 0.097 s] [INFO] Eclipse Ditto :: Model :: Placeholders ............. SUCCESS [ 0.091 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Common ..... SUCCESS [ 0.096 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Connectivity SUCCESS [ 0.090 s] [INFO] Eclipse Ditto :: Signals :: Commands :: DevOps ..... SUCCESS [ 0.084 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Live ....... SUCCESS [ 0.087 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Namespaces . SUCCESS [ 0.096 s] [INFO] Eclipse Ditto :: Signals :: Commands :: Cleanup .... SUCCESS [ 0.082 s] [INFO] Eclipse Ditto :: Signals :: Events :: Connectivity . SUCCESS [ 0.089 s] [INFO] Eclipse Ditto :: Services .......................... SUCCESS [ 0.061 s] [INFO] Eclipse Ditto :: Services :: Models ................ SUCCESS [ 0.065 s] [INFO] Eclipse Ditto :: Services :: Models :: Base ........ SUCCESS [ 0.069 s] [INFO] Eclipse Ditto :: Services :: Utils ................. SUCCESS [ 0.060 s] [INFO] Eclipse Ditto :: Services :: Utils :: Config Utils . SUCCESS [ 0.066 s] [INFO] Eclipse Ditto :: Services :: Utils :: Metrics ...... SUCCESS [ 0.067 s] [INFO] Eclipse Ditto :: Services :: Models :: Streaming ... SUCCESS [ 0.070 s] [INFO] Eclipse Ditto :: Services :: Utils :: Akka Utils ... SUCCESS [ 0.097 s] [INFO] Eclipse Ditto :: Services :: Utils :: Health Utils . SUCCESS [ 0.064 s] [INFO] Eclipse Ditto :: Services :: Utils :: Cluster Utils SUCCESS [ 0.062 s] [INFO] Eclipse Ditto :: Services :: Utils :: DevOps ....... SUCCESS [ 0.072 s] [INFO] Eclipse Ditto :: Services :: Utils :: Tracing Utils SUCCESS [ 0.070 s] [INFO] Eclipse Ditto :: Services :: Utils :: Cache Utils .. SUCCESS [ 0.062 s] [INFO] Eclipse Ditto :: Services :: Utils :: Test Utils ... SUCCESS [ 0.074 s] [INFO] Eclipse Ditto :: Services :: Utils :: Persistence Utils SUCCESS [ 0.066 s] [INFO] Eclipse Ditto :: Services :: Base .................. SUCCESS [ 0.064 s] [INFO] Eclipse Ditto :: Services :: Concierge ............. SUCCESS [ 0.061 s] [INFO] Eclipse Ditto :: Services :: Concierge :: Config ... SUCCESS [ 0.062 s] [INFO] Eclipse Ditto :: Services :: Concierge :: Common ... SUCCESS [ 0.064 s] [INFO] Eclipse Ditto :: Services :: Utils :: Distributed Data SUCCESS [ 0.073 s] [INFO] Eclipse Ditto :: Services :: Utils :: Pub-Sub ...... SUCCESS [ 0.064 s] [INFO] Eclipse Ditto :: Services :: Models :: Things ...... SUCCESS [ 0.071 s] [INFO] Eclipse Ditto :: Services :: Models :: Policies .... SUCCESS [ 0.073 s] [INFO] Eclipse Ditto :: Services :: Models :: Things Search SUCCESS [ 0.069 s] [INFO] Eclipse Ditto :: Services :: Models :: Connectivity SUCCESS [ 0.080 s] [INFO] Eclipse Ditto :: Services :: Models :: Concierge ... SUCCESS [ 0.064 s] [INFO] Eclipse Ditto :: Services :: Concierge :: Actors ... SUCCESS [ 0.071 s] [INFO] Eclipse Ditto :: Services :: Utils :: Cache Loaders SUCCESS [ 0.062 s] [INFO] Eclipse Ditto :: Services :: Concierge :: Enforcement SUCCESS [ 0.063 s] [INFO] Eclipse Ditto :: Services :: Utils :: Namespaces ... SUCCESS [ 0.075 s] [INFO] Eclipse Ditto :: Services :: Concierge :: Starter .. SUCCESS [ 0.075 s] [INFO] Eclipse Ditto :: Services :: Connectivity .......... SUCCESS [ 0.056 s] [INFO] Eclipse Ditto :: Services :: Connectivity :: Config SUCCESS [ 0.075 s] [INFO] Eclipse Ditto :: Services :: Utils :: Conditional Header Utils SUCCESS [ 0.063 s] [INFO] Eclipse Ditto :: Services :: Utils :: Persistent Actors SUCCESS [ 0.062 s] [INFO] Eclipse Ditto :: Services :: Utils :: Protocol ..... SUCCESS [ 0.076 s] [INFO] Eclipse Ditto :: Services :: Models :: ACKs ........ SUCCESS [ 0.067 s] [INFO] Eclipse Ditto :: Services :: Models :: Signal Enrichment SUCCESS [ 0.064 s] [INFO] Eclipse Ditto :: Services :: Connectivity :: Common SUCCESS [ 0.074 s] [INFO] Eclipse Ditto :: Services :: Connectivity :: Util .. SUCCESS [ 0.061 s] [INFO] Eclipse Ditto :: Services :: Connectivity :: Mapping SUCCESS [ 0.080 s] [INFO] Eclipse Ditto :: Services :: Utils :: Search ....... SUCCESS [ 0.066 s] [INFO] Eclipse Ditto :: Services :: Utils :: Aggregator ... SUCCESS [ 0.064 s] [INFO] Eclipse Ditto :: Services :: Connectivity :: Messaging SUCCESS [ 0.071 s] [INFO] Eclipse Ditto :: Services :: Connectivity :: Starter SUCCESS [ 0.137 s] [INFO] Eclipse Ditto :: Services :: Gateway ............... SUCCESS [ 0.053 s] [INFO] Eclipse Ditto :: Services :: Gateway :: Config ..... SUCCESS [ 0.068 s] [INFO] Eclipse Ditto :: Services :: Gateway :: Util ....... SUCCESS [ 0.064 s] [INFO] Eclipse Ditto :: Services :: Utils :: JWT .......... SUCCESS [ 0.070 s] [INFO] Eclipse Ditto :: Services :: Gateway :: Security ... SUCCESS [ 0.069 s] [INFO] Eclipse Ditto :: Services :: Gateway :: Health ..... SUCCESS [ 0.060 s] [INFO] Eclipse Ditto :: Services :: Gateway :: Streaming .. SUCCESS [ 0.065 s] [INFO] Eclipse Ditto :: Services :: Gateway :: Endpoints .. SUCCESS [ 0.653 s] [INFO] Eclipse Ditto :: Services :: Gateway :: Proxy ...... SUCCESS [ 0.066 s] [INFO] Eclipse Ditto :: Services :: Gateway :: Starter .... SUCCESS [ 0.070 s] [INFO] Eclipse Ditto :: Services :: Policies .............. SUCCESS [ 0.058 s] [INFO] Eclipse Ditto :: Services :: Policies :: Config .... SUCCESS [ 0.062 s] [INFO] Eclipse Ditto :: Services :: Policies :: Common .... SUCCESS [ 0.068 s] [INFO] Eclipse Ditto :: Services :: Policies :: Persistence SUCCESS [ 0.255 s] [INFO] Eclipse Ditto :: Services :: Policies :: Starter ... SUCCESS [ 0.064 s] [INFO] Eclipse Ditto :: Services :: Things ................ SUCCESS [ 0.059 s] [INFO] Eclipse Ditto :: Services :: Things :: Config ...... SUCCESS [ 0.061 s] [INFO] Eclipse Ditto :: Services :: Things :: Common ...... SUCCESS [ 0.062 s] [INFO] Eclipse Ditto :: Services :: Things :: Persistence . SUCCESS [ 0.068 s] [INFO] Eclipse Ditto :: Services :: Things :: Starter ..... SUCCESS [ 0.062 s] [INFO] Eclipse Ditto :: Services :: Thing Search .......... SUCCESS [ 0.060 s] [INFO] Eclipse Ditto :: Services :: Thing Search :: Config SUCCESS [ 0.067 s] [INFO] Eclipse Ditto :: Services :: Thing Search :: Common SUCCESS [ 0.060 s] [INFO] Eclipse Ditto :: Services :: Thing Search :: Persistence SUCCESS [ 0.074 s] [INFO] Eclipse Ditto :: Services :: Thing Search :: Updater Actors SUCCESS [ 0.062 s] [INFO] Eclipse Ditto :: Services :: Thing Search :: Starter SUCCESS [ 0.064 s] [INFO] Eclipse Ditto :: Services :: Legal ................. SUCCESS [ 0.062 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 41.291 s [INFO] Finished at: 2021-04-08T08:05:46Z [INFO] ------------------------------------------------------------------------ [license-check-ditto0_works-with_build] $ /bin/sh -xe /tmp/jenkins17905475132241716391.sh + find . -name plugins.txt + read i + grep .*:.*:runtime$ + tr -d [:blank:] + sed -e s/(optional)// -e s/:runtime.*/:runtime/ + sort + uniq + cat ./bom/plugins.txt + read i + cat ./documentation/plugins.txt + read i + cat ./json-cbor/plugins.txt + read i + cat ./json/plugins.txt + read i + cat ./legal/plugins.txt + read i + cat ./model/base/plugins.txt + read i + cat ./model/connectivity/plugins.txt + read i + cat ./model/devops/plugins.txt + read i + cat ./model/enforcers/plugins.txt + read i + cat ./model/jwt/plugins.txt + read i + cat ./model/messages/plugins.txt + read i + cat ./model/namespaces/plugins.txt + read i + cat ./model/placeholders/plugins.txt + read i + cat ./model/policies/plugins.txt + read i + cat ./model/query/plugins.txt + read i + cat ./model/rql-parser/plugins.txt + read i + cat ./model/rql/plugins.txt + read i + cat ./model/things/plugins.txt + read i + cat ./model/thingsearch-parser/plugins.txt + read i + cat ./model/thingsearch/plugins.txt + read i + cat ./model/plugins.txt + read i + cat ./protocol-adapter/plugins.txt + read i + cat ./services/base/plugins.txt + read i + cat ./services/concierge/actors/plugins.txt + read i + cat ./services/concierge/common/plugins.txt + read i + cat ./services/concierge/config/plugins.txt + read i + cat ./services/concierge/enforcement/plugins.txt + read i + cat ./services/concierge/starter/plugins.txt + read i + cat ./services/concierge/plugins.txt + read i + cat ./services/connectivity/common/plugins.txt + read i + cat ./services/connectivity/config/plugins.txt + read i + cat ./services/connectivity/mapping/plugins.txt + read i + cat ./services/connectivity/messaging/plugins.txt + read i + cat ./services/connectivity/starter/plugins.txt + read i + cat ./services/connectivity/util/plugins.txt + read i + cat ./services/connectivity/plugins.txt + read i + cat ./services/gateway/config/plugins.txt + read i + cat ./services/gateway/endpoints/plugins.txt + read i + cat ./services/gateway/health/plugins.txt + read i + cat ./services/gateway/proxy/plugins.txt + read i + cat ./services/gateway/security/plugins.txt + read i + cat ./services/gateway/starter/plugins.txt + read i + cat ./services/gateway/streaming/plugins.txt + read i + cat ./services/gateway/util/plugins.txt + read i + cat ./services/gateway/plugins.txt + read i + cat ./services/legal/plugins.txt + read i + cat ./services/models/acks/plugins.txt + read i + cat ./services/models/base/plugins.txt + read i + cat ./services/models/concierge/plugins.txt + read i + cat ./services/models/connectivity/plugins.txt + read i + cat ./services/models/policies/plugins.txt + read i + cat ./services/models/signalenrichment/plugins.txt + read i + cat ./services/models/streaming/plugins.txt + read i + cat ./services/models/things/plugins.txt + read i + cat ./services/models/thingsearch/plugins.txt + read i + cat ./services/models/plugins.txt + read i + cat ./services/policies/common/plugins.txt + read i + cat ./services/policies/config/plugins.txt + read i + cat ./services/policies/persistence/plugins.txt + read i + cat ./services/policies/starter/plugins.txt + read i + cat ./services/policies/plugins.txt + read i + cat ./services/things/common/plugins.txt + read i + cat ./services/things/config/plugins.txt + read i + cat ./services/things/persistence/plugins.txt + read i + cat ./services/things/starter/plugins.txt + read i + cat ./services/things/plugins.txt + read i + cat ./services/thingsearch/common/plugins.txt + read i + cat ./services/thingsearch/config/plugins.txt + read i + cat ./services/thingsearch/persistence/plugins.txt + read i + cat ./services/thingsearch/starter/plugins.txt + read i + cat ./services/thingsearch/updater-actors/plugins.txt + read i + cat ./services/thingsearch/plugins.txt + read i + cat ./services/utils/aggregator/plugins.txt + read i + cat ./services/utils/akka/plugins.txt + read i + cat ./services/utils/cache-loaders/plugins.txt + read i + cat ./services/utils/cache/plugins.txt + read i + cat ./services/utils/cluster/plugins.txt + read i + cat ./services/utils/conditional-headers/plugins.txt + read i + cat ./services/utils/config/plugins.txt + read i + cat ./services/utils/ddata/plugins.txt + read i + cat ./services/utils/devops/plugins.txt + read i + cat ./services/utils/health/plugins.txt + read i + cat ./services/utils/jwt/plugins.txt + read i + cat ./services/utils/metrics/plugins.txt + read i + cat ./services/utils/namespaces/plugins.txt + read i + cat ./services/utils/persistence/plugins.txt + read i + cat ./services/utils/persistent-actors/plugins.txt + read i + cat ./services/utils/protocol/plugins.txt + read i + cat ./services/utils/pubsub/plugins.txt + read i + cat ./services/utils/search/plugins.txt + read i + cat ./services/utils/test/plugins.txt + read i + cat ./services/utils/tracing/plugins.txt + read i + cat ./services/utils/plugins.txt + read i + cat ./services/plugins.txt + read i + cat ./signals/acks/base/plugins.txt + read i + cat ./signals/acks/things/plugins.txt + read i + cat ./signals/acks/plugins.txt + read i + cat ./signals/announcements/base/plugins.txt + read i + cat ./signals/announcements/policies/plugins.txt + read i + cat ./signals/announcements/plugins.txt + read i + cat ./signals/base/plugins.txt + read i + cat ./signals/commands/base/plugins.txt + read i + cat ./signals/commands/cleanup/plugins.txt + read i + cat ./signals/commands/common/plugins.txt + read i + cat ./signals/commands/connectivity/plugins.txt + read i + cat ./signals/commands/devops/plugins.txt + read i + cat ./signals/commands/live/plugins.txt + read i + cat ./signals/commands/messages/plugins.txt + read i + cat ./signals/commands/namespaces/plugins.txt + read i + cat ./signals/commands/policies/plugins.txt + read i + cat ./signals/commands/things/plugins.txt + read i + cat ./signals/commands/thingsearch/plugins.txt + read i + cat ./signals/commands/plugins.txt + read i + cat ./signals/events/base/plugins.txt + read i + cat ./signals/events/connectivity/plugins.txt + read i + cat ./signals/events/policies/plugins.txt + read i + cat ./signals/events/things/plugins.txt + read i + cat ./signals/events/thingsearch/plugins.txt + read i + cat ./signals/events/plugins.txt + read i + cat ./signals/plugins.txt + read i + cat ./utils/jsr305/plugins.txt + read i + cat ./utils/plugins.txt + read i + cat ./plugins.txt + read i + find . -name plugins.txt + read i + rm ./bom/plugins.txt + read i + rm ./documentation/plugins.txt + read i + rm ./json-cbor/plugins.txt + read i + rm ./json/plugins.txt + read i + rm ./legal/plugins.txt + read i + rm ./model/base/plugins.txt + read i + rm ./model/connectivity/plugins.txt + read i + rm ./model/devops/plugins.txt + read i + rm ./model/enforcers/plugins.txt + read i + rm ./model/jwt/plugins.txt + read i + rm ./model/messages/plugins.txt + read i + rm ./model/namespaces/plugins.txt + read i + rm ./model/placeholders/plugins.txt + read i + rm ./model/policies/plugins.txt + read i + rm ./model/query/plugins.txt + read i + rm ./model/rql-parser/plugins.txt + read i + rm ./model/rql/plugins.txt + read i + rm ./model/things/plugins.txt + read i + rm ./model/thingsearch-parser/plugins.txt + read i + rm ./model/thingsearch/plugins.txt + read i + rm ./model/plugins.txt + read i + rm ./protocol-adapter/plugins.txt + read i + rm ./services/base/plugins.txt + read i + rm ./services/concierge/actors/plugins.txt + read i + rm ./services/concierge/common/plugins.txt + read i + rm ./services/concierge/config/plugins.txt + read i + rm ./services/concierge/enforcement/plugins.txt + read i + rm ./services/concierge/starter/plugins.txt + read i + rm ./services/concierge/plugins.txt + read i + rm ./services/connectivity/common/plugins.txt + read i + rm ./services/connectivity/config/plugins.txt + read i + rm ./services/connectivity/mapping/plugins.txt + read i + rm ./services/connectivity/messaging/plugins.txt + read i + rm ./services/connectivity/starter/plugins.txt + read i + rm ./services/connectivity/util/plugins.txt + read i + rm ./services/connectivity/plugins.txt + read i + rm ./services/gateway/config/plugins.txt + read i + rm ./services/gateway/endpoints/plugins.txt + read i + rm ./services/gateway/health/plugins.txt + read i + rm ./services/gateway/proxy/plugins.txt + read i + rm ./services/gateway/security/plugins.txt + read i + rm ./services/gateway/starter/plugins.txt + read i + rm ./services/gateway/streaming/plugins.txt + read i + rm ./services/gateway/util/plugins.txt + read i + rm ./services/gateway/plugins.txt + read i + rm ./services/legal/plugins.txt + read i + rm ./services/models/acks/plugins.txt + read i + rm ./services/models/base/plugins.txt + read i + rm ./services/models/concierge/plugins.txt + read i + rm ./services/models/connectivity/plugins.txt + read i + rm ./services/models/policies/plugins.txt + read i + rm ./services/models/signalenrichment/plugins.txt + read i + rm ./services/models/streaming/plugins.txt + read i + rm ./services/models/things/plugins.txt + read i + rm ./services/models/thingsearch/plugins.txt + read i + rm ./services/models/plugins.txt + read i + rm ./services/policies/common/plugins.txt + read i + rm ./services/policies/config/plugins.txt + read i + rm ./services/policies/persistence/plugins.txt + read i + rm ./services/policies/starter/plugins.txt + read i + rm ./services/policies/plugins.txt + read i + rm ./services/things/common/plugins.txt + read i + rm ./services/things/config/plugins.txt + read i + rm ./services/things/persistence/plugins.txt + read i + rm ./services/things/starter/plugins.txt + read i + rm ./services/things/plugins.txt + read i + rm ./services/thingsearch/common/plugins.txt + read i + rm ./services/thingsearch/config/plugins.txt + read i + rm ./services/thingsearch/persistence/plugins.txt + read i + rm ./services/thingsearch/starter/plugins.txt + read i + rm ./services/thingsearch/updater-actors/plugins.txt + read i + rm ./services/thingsearch/plugins.txt + read i + rm ./services/utils/aggregator/plugins.txt + read i + rm ./services/utils/akka/plugins.txt + read i + rm ./services/utils/cache-loaders/plugins.txt + read i + rm ./services/utils/cache/plugins.txt + read i + rm ./services/utils/cluster/plugins.txt + read i + rm ./services/utils/conditional-headers/plugins.txt + read i + rm ./services/utils/config/plugins.txt + read i + rm ./services/utils/ddata/plugins.txt + read i + rm ./services/utils/devops/plugins.txt + read i + rm ./services/utils/health/plugins.txt + read i + rm ./services/utils/jwt/plugins.txt + read i + rm ./services/utils/metrics/plugins.txt + read i + rm ./services/utils/namespaces/plugins.txt + read i + rm ./services/utils/persistence/plugins.txt + read i + rm ./services/utils/persistent-actors/plugins.txt + read i + rm ./services/utils/protocol/plugins.txt + read i + rm ./services/utils/pubsub/plugins.txt + read i + rm ./services/utils/search/plugins.txt + read i + rm ./services/utils/test/plugins.txt + read i + rm ./services/utils/tracing/plugins.txt + read i + rm ./services/utils/plugins.txt + read i + rm ./services/plugins.txt + read i + rm ./signals/acks/base/plugins.txt + read i + rm ./signals/acks/things/plugins.txt + read i + rm ./signals/acks/plugins.txt + read i + rm ./signals/announcements/base/plugins.txt + read i + rm ./signals/announcements/policies/plugins.txt + read i + rm ./signals/announcements/plugins.txt + read i + rm ./signals/base/plugins.txt + read i + rm ./signals/commands/base/plugins.txt + read i + rm ./signals/commands/cleanup/plugins.txt + read i + rm ./signals/commands/common/plugins.txt + read i + rm ./signals/commands/connectivity/plugins.txt + read i + rm ./signals/commands/devops/plugins.txt + read i + rm ./signals/commands/live/plugins.txt + read i + rm ./signals/commands/messages/plugins.txt + read i + rm ./signals/commands/namespaces/plugins.txt + read i + rm ./signals/commands/policies/plugins.txt + read i + rm ./signals/commands/things/plugins.txt + read i + rm ./signals/commands/thingsearch/plugins.txt + read i + rm ./signals/commands/plugins.txt + read i + rm ./signals/events/base/plugins.txt + read i + rm ./signals/events/connectivity/plugins.txt + read i + rm ./signals/events/policies/plugins.txt + read i + rm ./signals/events/things/plugins.txt + read i + rm ./signals/events/thingsearch/plugins.txt + read i + rm ./signals/events/plugins.txt + read i + rm ./signals/plugins.txt + read i + rm ./utils/jsr305/plugins.txt + read i + rm ./utils/plugins.txt + read i + rm ./plugins.txt + read i + echo ##### Ditto :: Build ##### ##### Ditto :: Build ##### + cat maven-plugins-ditto.txt com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.14.3:runtime com.mycila:license-maven-plugin:maven-plugin:3.0:runtime net.alchim31.maven:scala-maven-plugin:maven-plugin:4.4.0:runtime org.apache.felix:maven-bundle-plugin:maven-plugin:4.2.1:runtime org.apache.maven.plugins:maven-assembly-plugin:maven-plugin:3.1.0:runtime org.apache.maven.plugins:maven-clean-plugin:maven-plugin:2.5:runtime org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.8.1:runtime org.apache.maven.plugins:maven-dependency-plugin:maven-plugin:3.1.2:runtime org.apache.maven.plugins:maven-deploy-plugin:maven-plugin:2.8.2:runtime org.apache.maven.plugins:maven-enforcer-plugin:maven-plugin:1.4.1:runtime org.apache.maven.plugins:maven-failsafe-plugin:maven-plugin:3.0.0-M4:runtime org.apache.maven.plugins:maven-install-plugin:maven-plugin:2.5.2:runtime org.apache.maven.plugins:maven-jar-plugin:maven-plugin:3.2.0:runtime org.apache.maven.plugins:maven-javadoc-plugin:maven-plugin:3.1.1:runtime org.apache.maven.plugins:maven-resources-plugin:maven-plugin:3.1.0:runtime org.apache.maven.plugins:maven-scm-plugin:maven-plugin:1.9.5:runtime org.apache.maven.plugins:maven-shade-plugin:maven-plugin:3.1.0:runtime org.apache.maven.plugins:maven-site-plugin:maven-plugin:3.7:runtime org.apache.maven.plugins:maven-source-plugin:maven-plugin:3.1.0:runtime org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:3.0.0-M4:runtime org.codehaus.mojo:exec-maven-plugin:maven-plugin:1.6.0:runtime org.codehaus.mojo:flatten-maven-plugin:maven-plugin:1.2.5:runtime org.codehaus.mojo:license-maven-plugin:maven-plugin:1.17:runtime org.codehaus.mojo:versions-maven-plugin:maven-plugin:2.5:runtime org.jacoco:jacoco-maven-plugin:maven-plugin:0.8.5:runtime org.sonatype.plugins:port-allocator-maven-plugin:maven-plugin:1.2:runtime + java -jar org.eclipse.dash.licenses-0.0.1-SNAPSHOT.jar -summary dash-licenses-summary.txt maven-plugins-ditto.txt Apr 08, 2021 8:05:47 AM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport queryLicenseData INFO: Querying Eclipse Foundation for license data for 26 items. Apr 08, 2021 8:05:47 AM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport lambda$queryLicenseData$3 INFO: Found 4 items. Apr 08, 2021 8:05:47 AM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport queryLicenseData INFO: Querying ClearlyDefined for license data for 23 items. Apr 08, 2021 8:05:50 AM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport lambda$queryLicenseData$2 INFO: Found 23 items. License information could not be automatically verified for the following content: maven/mavencentral/net.alchim31.maven/scala-maven-plugin/4.4.0 maven/mavencentral/org.apache.maven.plugins/maven-enforcer-plugin/1.4.1 maven/mavencentral/org.codehaus.mojo/license-maven-plugin/1.17 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