Started by user Thomas Jaeckle Running as Thomas Jaeckle Agent basic-rv4cn is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-rv4cn" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.ditto.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-rv4cn" - 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-rv4cn" - 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-rv4cn in workspace /home/jenkins/agent/workspace/license-check-0-ditto_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-0-ditto_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/di 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 12 remote branches > git show-ref --tags -d # timeout=10 Multiple candidate revisions Scheduling another build to catch up with license-check-0-ditto_works-with_build Checking out Revision fb5d1ed279a88a028c15ab61ef8e8f806be0566e (dash-licenses/master) > git config core.sparsecheckout # timeout=10 > git checkout -f fb5d1ed279a88a028c15ab61ef8e8f806be0566e # timeout=10 Commit message: "The review property no longer makes sense in the Maven plugin." > git rev-list --no-walk 635dc2e98c03d249a74864f8294bb68a8f163e26 # timeout=10 [license-check-0-ditto_works-with_build] $ /bin/sh -xe /tmp/jenkins10439122462864648886.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-0-ditto_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.19-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 7 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-0-ditto_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-0-ditto_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-0-ditto_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-0-ditto_works-with_build/core/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.dash.licenses.tests.TestSuite May 04, 2021 9:40:21 AM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport queryLicenseData INFO: Querying ClearlyDefined for license data for 1 items. May 04, 2021 9:40:22 AM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport lambda$queryLicenseData$2 INFO: Found 1 items. May 04, 2021 9:40:22 AM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport queryLicenseData INFO: Querying ClearlyDefined for license data for 1 items. May 04, 2021 9:40:22 AM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport lambda$queryLicenseData$2 INFO: Found 1 items. May 04, 2021 9:40:22 AM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport queryLicenseData INFO: Querying Eclipse Foundation for license data for 1 items. May 04, 2021 9:40:22 AM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport lambda$queryLicenseData$3 INFO: Found 0 items. May 04, 2021 9:40:22 AM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport queryLicenseData INFO: Querying Eclipse Foundation for license data for 1 items. May 04, 2021 9:40:22 AM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport lambda$queryLicenseData$3 INFO: Found 0 items. May 04, 2021 9:40:22 AM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport queryLicenseData INFO: Querying ClearlyDefined for license data for 1 items. May 04, 2021 9:40:22 AM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport lambda$queryLicenseData$2 INFO: Found 1 items. May 04, 2021 9:40:22 AM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport queryLicenseData INFO: Querying Eclipse Foundation for license data for 1 items. May 04, 2021 9:40:22 AM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport lambda$queryLicenseData$3 INFO: Found 0 items. May 04, 2021 9:40:22 AM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport queryLicenseData INFO: Querying ClearlyDefined for license data for 1 items. May 04, 2021 9:40:22 AM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport lambda$queryLicenseData$2 INFO: Found 1 items. Tests run: 111, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 1.4 sec Results : Tests run: 111, 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-0-ditto_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-0-ditto_works-with_build/core/target/org.eclipse.dash.licenses-0.0.1-SNAPSHOT.jar with /home/jenkins/agent/workspace/license-check-0-ditto_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-0-ditto_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-0-ditto_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-0-ditto_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-0-ditto_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 [ 2.964 s] [INFO] org.eclipse.dash.licenses .......................... SUCCESS [ 16.571 s] [INFO] license-tool-plugin ................................ SUCCESS [ 4.965 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 24.752 s [INFO] Finished at: 2021-05-04T09:40:30Z [INFO] ------------------------------------------------------------------------ [license-check-0-ditto_works-with_build] $ /bin/sh -xe /tmp/jenkins17591437084074135926.sh + cp core/target/org.eclipse.dash.licenses-0.0.1-SNAPSHOT.jar ./ + ls -l total 7696 -rw-r--r--. 1 jenkins 1001020000 1349 May 4 09:40 CONTRIBUTING.md drwxr-sr-x. 5 jenkins 1001020000 125 May 4 09:40 core -rw-r--r--. 1 jenkins 1001020000 4515 May 4 09:40 DEPENDENCIES -rw-r--r--. 1 jenkins 1001020000 14198 May 4 09:40 LICENSE drwxr-sr-x. 5 jenkins 1001020000 125 May 4 09:40 maven-plugin -rw-r--r--. 1 jenkins 1001020000 7829468 May 4 09:40 org.eclipse.dash.licenses-0.0.1-SNAPSHOT.jar -rw-r--r--. 1 jenkins 1001020000 2935 May 4 09:40 pom.xml -rw-r--r--. 1 jenkins 1001020000 15583 May 4 09:40 README.md drwxr-sr-x. 2 jenkins 1001020000 75 May 4 09:40 yarn + git checkout -b ditto ditto/master Switched to a new branch 'ditto' + ls -l total 7748 drwxr-sr-x. 5 jenkins 1001020000 80 May 4 09:40 base drwxr-sr-x. 2 jenkins 1001020000 85 May 4 09:40 bom -rwxr-xr-x. 1 jenkins 1001020000 2999 May 4 09:40 build-images.sh drwxr-sr-x. 4 jenkins 1001020000 63 May 4 09:40 concierge drwxr-sr-x. 5 jenkins 1001020000 80 May 4 09:40 connectivity -rwxr-xr-x. 1 jenkins 1001020000 4443 May 4 09:40 CONTRIBUTING.md drwxr-sr-x. 3 jenkins 1001020000 28 May 4 09:40 core drwxr-sr-x. 7 jenkins 1001020000 125 May 4 09:40 deployment -rw-r--r--. 1 jenkins 1001020000 1493 May 4 09:40 dockerfile-release -rw-r--r--. 1 jenkins 1001020000 1326 May 4 09:40 dockerfile-snapshot -rw-r--r--. 1 jenkins 1001020000 1357 May 4 09:40 dockerfile-snapshot-arm64 drwxr-sr-x. 3 jenkins 1001020000 65 May 4 09:40 documentation drwxr-sr-x. 3 jenkins 1001020000 48 May 4 09:40 gateway drwxr-sr-x. 4 jenkins 1001020000 64 May 4 09:40 internal -rwxr-xr-x. 1 jenkins 1001020000 3342 May 4 09:40 Jenkinsfile_multibranch_pipeline drwxr-sr-x. 3 jenkins 1001020000 65 May 4 09:40 json drwxr-sr-x. 3 jenkins 1001020000 44 May 4 09:40 json-cbor drwxr-sr-x. 3 jenkins 1001020000 46 May 4 09:40 jwt drwxr-sr-x. 4 jenkins 1001020000 221 May 4 09:40 legal -rw-r--r--. 1 jenkins 1001020000 14029 May 4 09:40 LICENSE drwxr-sr-x. 3 jenkins 1001020000 28 May 4 09:40 maven-plugin drwxr-sr-x. 3 jenkins 1001020000 46 May 4 09:40 messages -rw-r--r--. 1 jenkins 1001020000 1759 May 4 09:40 NOTICE.md -rw-r--r--. 1 jenkins 1001020000 7829468 May 4 09:40 org.eclipse.dash.licenses-0.0.1-SNAPSHOT.jar drwxr-sr-x. 5 jenkins 1001020000 80 May 4 09:40 policies -rw-r--r--. 1 jenkins 1001020000 41543 May 4 09:40 pom.xml drwxr-sr-x. 3 jenkins 1001020000 65 May 4 09:40 protocol -rwxr-xr-x. 1 jenkins 1001020000 3878 May 4 09:40 README.md drwxr-sr-x. 5 jenkins 1001020000 81 May 4 09:40 rql -rw-r--r--. 1 jenkins 1001020000 404 May 4 09:40 SECURITY.md drwxr-sr-x. 2 jenkins 1001020000 218 May 4 09:40 src drwxr-sr-x. 5 jenkins 1001020000 80 May 4 09:40 things drwxr-sr-x. 5 jenkins 1001020000 80 May 4 09:40 thingsearch drwxr-sr-x. 3 jenkins 1001020000 68 May 4 09:40 utils [license-check-0-ditto_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.19-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 :: Base [pom] [INFO] Eclipse Ditto :: Base :: Model [bundle] [INFO] Eclipse Ditto :: Policies [pom] [INFO] Eclipse Ditto :: Policies :: Model [bundle] [INFO] Eclipse Ditto :: Things [pom] [INFO] Eclipse Ditto :: Things :: Model [bundle] [INFO] Eclipse Ditto :: Thing Search [pom] [INFO] Eclipse Ditto :: Thing Search :: Model [bundle] [INFO] Eclipse Ditto :: Messages [pom] [INFO] Eclipse Ditto :: Messages :: Model [bundle] [INFO] Eclipse Ditto :: Protocol [bundle] [INFO] Eclipse Ditto :: Base :: API [jar] [INFO] Eclipse Ditto :: Internal [pom] [INFO] Eclipse Ditto :: Internal :: Utils [pom] [INFO] Eclipse Ditto :: Internal :: Utils :: Config [jar] [INFO] Eclipse Ditto :: Internal :: Utils :: Metrics [jar] [INFO] Eclipse Ditto :: Internal :: Models [pom] [INFO] Eclipse Ditto :: Internal :: Models :: Streaming [jar] [INFO] Eclipse Ditto :: Internal :: Utils :: Akka [jar] [INFO] Eclipse Ditto :: Internal :: Models :: ACKs [jar] [INFO] Eclipse Ditto :: Internal :: Utils :: Cache [jar] [INFO] Eclipse Ditto :: Internal :: Models :: Signal Enrichment [jar] [INFO] Eclipse Ditto :: Internal :: Models :: Placeholders [jar] [INFO] Eclipse Ditto :: Internal :: Utils :: Health [jar] [INFO] Eclipse Ditto :: Internal :: Utils :: Tracing [jar] [INFO] Eclipse Ditto :: Internal :: Utils :: Cluster [jar] [INFO] Eclipse Ditto :: Internal :: Utils :: Test [jar] [INFO] Eclipse Ditto :: Internal :: Utils :: Persistence [jar] [INFO] Eclipse Ditto :: Base :: Service [jar] [INFO] Eclipse Ditto :: Internal :: Utils :: Distributed Data [jar] [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub [jar] [INFO] Eclipse Ditto :: Things :: API [jar] [INFO] Eclipse Ditto :: Internal :: Utils :: Aggregator [jar] [INFO] Eclipse Ditto :: Policies :: API [jar] [INFO] Eclipse Ditto :: Internal :: Utils :: Cache Loaders [jar] [INFO] Eclipse Ditto :: Internal :: Utils :: Conditional Headers [jar] [INFO] Eclipse Ditto :: Internal :: Utils :: JWT [jar] [INFO] Eclipse Ditto :: Internal :: Utils :: Namespaces [jar] [INFO] Eclipse Ditto :: Internal :: Utils :: Protocol [jar] [INFO] Eclipse Ditto :: RQL [pom] [INFO] Eclipse Ditto :: RQL :: Model [bundle] [INFO] Eclipse Ditto :: RQL :: parser [bundle] [INFO] Eclipse Ditto :: RQL :: Query [bundle] [INFO] Eclipse Ditto :: Thing Search :: API [jar] [INFO] Eclipse Ditto :: Internal :: Utils :: Search [jar] [INFO] Eclipse Ditto :: Internal :: Utils :: Persistent Actors [jar] [INFO] Eclipse Ditto :: Policies :: Service [jar] [INFO] Eclipse Ditto :: Things :: Service [jar] [INFO] Eclipse Ditto :: Connectivity [pom] [INFO] Eclipse Ditto :: Connectivity :: Model [bundle] [INFO] Eclipse Ditto :: Connectivity :: API [jar] [INFO] Eclipse Ditto :: Concierge [pom] [INFO] Eclipse Ditto :: Concierge :: API [jar] [INFO] Eclipse Ditto :: Concierge :: Service [jar] [INFO] Eclipse Ditto :: Connectivity :: Service [jar] [INFO] Eclipse Ditto :: JWT [pom] [INFO] Eclipse Ditto :: JWT :: Model [bundle] [INFO] Eclipse Ditto :: Gateway [pom] [INFO] Eclipse Ditto :: Gateway :: Service [jar] [INFO] Eclipse Ditto :: Thing Search :: Service [jar] [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/68] [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-0-ditto_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-0-ditto_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] [INFO] Building Eclipse Ditto :: Documentation 0-SNAPSHOT [2/68] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] -------------------< org.eclipse.ditto:ditto-legal >-------------------- [INFO] Building Eclipse Ditto :: Legal 0-SNAPSHOT [3/68] [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-0-ditto_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-0-ditto_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 8 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-0-ditto_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-0-ditto_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-0-ditto_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-0-ditto_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-0-ditto_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/68] [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-0-ditto_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-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_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-0-ditto_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/68] [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-0-ditto_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-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_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-0-ditto_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/68] [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-0-ditto_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-0-ditto_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-0-ditto_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-0-ditto_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-0-ditto_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-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_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-0-ditto_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-0-ditto_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-0-ditto_works-with_build/utils/jsr305/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_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-0-ditto_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-0-ditto_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] [INFO] Building Eclipse Ditto :: JSON 0-SNAPSHOT [7/68] [INFO] ------------------< org.eclipse.ditto:ditto-messages >------------------ [INFO] Building Eclipse Ditto :: Messages 0-SNAPSHOT [8/68] [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] The following plugins are not marked @threadSafe in Eclipse Ditto :: 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-messages --- [WARNING] ***************************************************************** [INFO] [WARNING] * Your build is requesting parallel execution, but project * [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-messages --- [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. * [INFO] [WARNING] * If reporting an issue, report it against the plugin in * [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-messages --- [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] argLine set to -javaagent:/home/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-0-ditto_works-with_build/messages/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-messages --- [WARNING] The goal is skip due to packaging 'pom' [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-messages --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-messages:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-messages --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/messages/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-messages --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-messages --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-messages --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-messages --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/messages/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-messages/0-SNAPSHOT/ditto-messages-0-SNAPSHOT.pom [INFO] [INFO] --------------------< org.eclipse.ditto:ditto-rql >--------------------- [INFO] Building Eclipse Ditto :: RQL 0-SNAPSHOT [9/68] [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 :: RQL: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-rql --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-rql --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-rql --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/rql/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-rql --- [WARNING] The goal is skip due to packaging 'pom' [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-rql --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-rql --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/rql/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-rql --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-rql --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-rql --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-rql --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/rql/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql/0-SNAPSHOT/ditto-rql-0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.ditto:ditto-concierge >------------------ [INFO] Building Eclipse Ditto :: Concierge 0-SNAPSHOT [10/68] [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 :: 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-concierge --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-concierge --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-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-0-ditto_works-with_build/concierge/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-concierge --- [WARNING] The goal is skip due to packaging 'pom' [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-concierge --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-concierge:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-concierge --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/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-concierge --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-concierge --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-concierge --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-concierge --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/concierge/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-concierge/0-SNAPSHOT/ditto-concierge-0-SNAPSHOT.pom [INFO] [INFO] --------------------< org.eclipse.ditto:ditto-jwt >--------------------- [INFO] Building Eclipse Ditto :: JWT 0-SNAPSHOT [11/68] [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 :: 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-jwt --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-jwt --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-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-0-ditto_works-with_build/jwt/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-jwt --- [WARNING] The goal is skip due to packaging 'pom' [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-jwt --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-jwt:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-jwt --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/jwt/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-jwt --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-jwt --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-jwt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-jwt --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/jwt/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-jwt/0-SNAPSHOT/ditto-jwt-0-SNAPSHOT.pom [INFO] [INFO] ------------------< org.eclipse.ditto:ditto-gateway >------------------- [INFO] Building Eclipse Ditto :: Gateway 0-SNAPSHOT [12/68] [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 :: 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-gateway --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-gateway --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-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-0-ditto_works-with_build/gateway/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-gateway --- [WARNING] The goal is skip due to packaging 'pom' [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-gateway --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-gateway:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-gateway --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/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-gateway --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-gateway --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-gateway --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-gateway --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/gateway/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway/0-SNAPSHOT/ditto-gateway-0-SNAPSHOT.pom [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-0-ditto_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-0-ditto_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-0-ditto_works-with_build/json/target/classes [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/json/src/main/java/org/eclipse/ditto/json/ImmutableJsonObject.java: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/json/src/main/java/org/eclipse/ditto/json/ImmutableJsonObject.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/json/src/main/java/org/eclipse/ditto/json/ImmutableJsonObject.java: Recompile with -Xlint:unchecked for details. [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-0-ditto_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-0-ditto_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-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_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-0-ditto_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-0-ditto_works-with_build/json/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/json/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_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-0-ditto_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-0-ditto_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-0-ditto_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-base >-------------------- [INFO] Building Eclipse Ditto :: JSON CBOR 0-SNAPSHOT [13/68] [INFO] Building Eclipse Ditto :: Base 0-SNAPSHOT [14/68] [INFO] --------------------------------[ pom ]--------------------------------- [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 :: Base: [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 :: 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-base --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-base --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-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-0-ditto_works-with_build/base/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-base --- [WARNING] The goal is skip due to packaging 'pom' [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-base --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-base --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/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-base --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-base --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-base --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-base --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base/0-SNAPSHOT/ditto-base-0-SNAPSHOT.pom [INFO] [INFO] ------------------< org.eclipse.ditto:ditto-policies >------------------ [INFO] Building Eclipse Ditto :: Policies 0-SNAPSHOT [15/68] [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 :: 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-policies --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-policies --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-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-0-ditto_works-with_build/policies/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-policies --- [WARNING] The goal is skip due to packaging 'pom' [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-policies --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-policies --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/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-policies --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-policies --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-policies --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-policies --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/policies/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies/0-SNAPSHOT/ditto-policies-0-SNAPSHOT.pom [INFO] [INFO] -------------------< org.eclipse.ditto:ditto-things >------------------- [INFO] Building Eclipse Ditto :: Things 0-SNAPSHOT [16/68] [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 :: 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-things --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-things --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-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-0-ditto_works-with_build/things/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-things --- [WARNING] The goal is skip due to packaging 'pom' [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-things --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-things --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/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-things --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-things --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-things --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-things --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/things/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things/0-SNAPSHOT/ditto-things-0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.ditto:ditto-thingsearch >----------------- [INFO] Building Eclipse Ditto :: Thing Search 0-SNAPSHOT [17/68] [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 :: 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-thingsearch --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-thingsearch --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-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-0-ditto_works-with_build/thingsearch/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-thingsearch --- [WARNING] The goal is skip due to packaging 'pom' [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-thingsearch --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/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-thingsearch --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-thingsearch --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-thingsearch --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-thingsearch --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/thingsearch/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch/0-SNAPSHOT/ditto-thingsearch-0-SNAPSHOT.pom [INFO] [INFO] ------------------< org.eclipse.ditto:ditto-internal >------------------ [INFO] Building Eclipse Ditto :: Internal 0-SNAPSHOT [18/68] [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 :: Internal: [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-internal --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-internal --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-internal --- [INFO] argLine set to -javaagent:/home/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-0-ditto_works-with_build/internal/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-internal --- [WARNING] The goal is skip due to packaging 'pom' [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-internal --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-internal --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/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-internal --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-internal --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-internal --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-internal --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal/0-SNAPSHOT/ditto-internal-0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.ditto:ditto-connectivity >---------------- [INFO] Building Eclipse Ditto :: Connectivity 0-SNAPSHOT [19/68] [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 :: 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-connectivity --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-connectivity --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-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-0-ditto_works-with_build/connectivity/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-connectivity --- [WARNING] The goal is skip due to packaging 'pom' [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-connectivity --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-connectivity --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/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-connectivity --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-connectivity --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-connectivity --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-connectivity --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity/0-SNAPSHOT/ditto-connectivity-0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.ditto:ditto-base-model >----------------- [INFO] Building Eclipse Ditto :: Base :: Model 0-SNAPSHOT [20/68] [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 :: Base :: Model: [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-cbor --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-json-cbor --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ 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-0-ditto_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 --- [WARNING] [WARNING] !!! licenseMergesFile 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-0-ditto_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-0-ditto_works-with_build/json-cbor/target/classes [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-base-model --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-base-model --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-base-model --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-base-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-0-ditto_works-with_build/base/model/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-base-model --- [WARNING] [WARNING] !!! licenseMergesFile 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-0-ditto_works-with_build/base/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-base-model --- [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-base-model --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base-model:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-base-model --- [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-0-ditto_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-0-ditto_works-with_build/json-cbor/target/test-classes [INFO] Changes detected - recompiling the module! [INFO] Compiling 244 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/model/target/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-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_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-0-ditto_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-0-ditto_works-with_build/json-cbor/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/json-cbor/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_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-0-ditto_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-0-ditto_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-internal-utils >--------------- [INFO] Building Eclipse Ditto :: Internal :: Utils 0-SNAPSHOT [21/68] [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 :: Internal :: 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-internal-utils --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-internal-utils --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-internal-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-0-ditto_works-with_build/internal/utils/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-internal-utils --- [WARNING] The goal is skip due to packaging 'pom' [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-internal-utils --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/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-internal-utils --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-internal-utils --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-internal-utils --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-internal-utils --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils/0-SNAPSHOT/ditto-internal-utils-0-SNAPSHOT.pom [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/model/src/main/java/org/eclipse/ditto/base/model/json/Jsonifiable.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/model/src/main/java/org/eclipse/ditto/base/model/json/Jsonifiable.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-base-model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/model/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-base-model --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 104 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/model/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/model/src/test/java/org/eclipse/ditto/base/model/signals/commands/assertions/CommandResponseAssert.java: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/model/src/test/java/org/eclipse/ditto/base/model/signals/commands/assertions/CommandResponseAssert.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/model/src/test/java/org/eclipse/ditto/base/model/signals/commands/assertions/CommandResponseAssert.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/model/src/test/java/org/eclipse/ditto/base/model/headers/ImmutableDittoHeadersTest.java: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/model/src/test/java/org/eclipse/ditto/base/model/headers/ImmutableDittoHeadersTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/model/src/test/java/org/eclipse/ditto/base/model/headers/ImmutableDittoHeadersTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-base-model --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-base-model --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/model/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-base-model --- [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ ditto-base-model --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/model/target/ditto-base-model-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-base-model --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-base-model --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-base-model --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-base-model --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/model/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/model/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/model/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-base-model --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/model/target/ditto-base-model-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-model/0-SNAPSHOT/ditto-base-model-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-model/0-SNAPSHOT/ditto-base-model-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/model/target/ditto-base-model-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-model/0-SNAPSHOT/ditto-base-model-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-base-model --- [INFO] Installing org/eclipse/ditto/ditto-base-model/0-SNAPSHOT/ditto-base-model-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] [INFO] ------------------< org.eclipse.ditto:ditto-base-api >------------------ [INFO] ---------------< org.eclipse.ditto:ditto-policies-model >--------------- [INFO] Building Eclipse Ditto :: Base :: API 0-SNAPSHOT [22/68] [INFO] Building Eclipse Ditto :: Policies :: Model 0-SNAPSHOT [23/68] [INFO] --------------------------------[ jar ]--------------------------------- [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 :: Base :: API: [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-base-api --- [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. * [INFO] [WARNING] * If reporting an issue, report it against the plugin in * [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-base-api --- [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Policies :: Model: [INFO] [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-base-api --- [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/api/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-base-api --- [WARNING] [WARNING] !!! licenseMergesFile 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-0-ditto_works-with_build/base/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-base-api --- [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-base-api --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-base-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 48 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/api/target/classes [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-policies-model --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-policies-model --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-model --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-policies-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-0-ditto_works-with_build/policies/model/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-policies-model --- [WARNING] [WARNING] !!! licenseMergesFile 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-0-ditto_works-with_build/policies/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-policies-model --- [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-policies-model --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-model:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-policies-model --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 186 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/policies/model/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-base-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-base-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/api/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-base-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-base-api --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/api/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-base-api --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/api/target/ditto-base-api-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-base-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-base-api --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-base-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-base-api --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/api/target/ditto-base-api-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-api/0-SNAPSHOT/ditto-base-api-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/api/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-api/0-SNAPSHOT/ditto-base-api-0-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse.ditto:ditto-internal-models >--------------- [INFO] Building Eclipse Ditto :: Internal :: Models 0-SNAPSHOT [24/68] [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 :: Internal :: Models: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-internal-models --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-internal-models --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-internal-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-0-ditto_works-with_build/internal/models/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-internal-models --- [WARNING] The goal is skip due to packaging 'pom' [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-internal-models --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-internal-models --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/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-internal-models --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-internal-models --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-internal-models --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-internal-models --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/models/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models/0-SNAPSHOT/ditto-internal-models-0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-test >------------- [INFO] Building Eclipse Ditto :: Internal :: Utils :: Test 0-SNAPSHOT [25/68] [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 :: Internal :: Utils :: Test: [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-internal-utils-test --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-internal-utils-test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-internal-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-0-ditto_works-with_build/internal/utils/test/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-internal-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-0-ditto_works-with_build/internal/utils/test/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-internal-utils-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/test/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-internal-utils-test --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-test:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-internal-utils-test --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-internal-utils-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-internal-utils-test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-internal-utils-test --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-test --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/test/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-internal-utils-test --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/test/target/ditto-internal-utils-test-0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ ditto-internal-utils-test --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/test/target/ditto-internal-utils-test-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-internal-utils-test --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-internal-utils-test --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-internal-utils-test --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-internal-utils-test --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/test/target/ditto-internal-utils-test-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-test/0-SNAPSHOT/ditto-internal-utils-test-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/test/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-test/0-SNAPSHOT/ditto-internal-utils-test-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/test/target/ditto-internal-utils-test-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-test/0-SNAPSHOT/ditto-internal-utils-test-0-SNAPSHOT-tests.jar [INFO] [INFO] -----< org.eclipse.ditto:ditto-internal-utils-conditional-headers >----- [INFO] Building Eclipse Ditto :: Internal :: Utils :: Conditional Headers 0-SNAPSHOT [26/68] [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 :: Internal :: Utils :: Conditional Headers: [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-internal-utils-conditional-headers --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-internal-utils-conditional-headers --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-internal-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-0-ditto_works-with_build/internal/utils/conditional-headers/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-internal-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-0-ditto_works-with_build/internal/utils/conditional-headers/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-internal-utils-conditional-headers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/conditional-headers/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-internal-utils-conditional-headers --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-internal-utils-conditional-headers --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/conditional-headers/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-internal-utils-conditional-headers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/conditional-headers/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-internal-utils-conditional-headers --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/conditional-headers/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-internal-utils-conditional-headers --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-conditional-headers --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/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-internal-utils-conditional-headers --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-internal-utils-conditional-headers --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-internal-utils-conditional-headers --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-internal-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-internal-utils-conditional-headers --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-conditional-headers/0-SNAPSHOT/ditto-internal-utils-conditional-headers-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/conditional-headers/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-conditional-headers/0-SNAPSHOT/ditto-internal-utils-conditional-headers-0-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.ditto:ditto-internal-utils-jwt >------------- [INFO] Building Eclipse Ditto :: Internal :: Utils :: JWT 0-SNAPSHOT [27/68] [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 :: Internal :: 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-clean-plugin:2.5:clean (default-clean) @ ditto-internal-utils-jwt --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-internal-utils-jwt --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-internal-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-0-ditto_works-with_build/internal/utils/jwt/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-internal-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-0-ditto_works-with_build/internal/utils/jwt/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-internal-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-internal-utils-jwt --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-jwt:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-internal-utils-jwt --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/jwt/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-internal-utils-jwt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/jwt/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-internal-utils-jwt --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/jwt/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-internal-utils-jwt --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-jwt --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/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-internal-utils-jwt --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/jwt/target/ditto-internal-utils-jwt-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-internal-utils-jwt --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-internal-utils-jwt --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-internal-utils-jwt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-internal-utils-jwt --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/jwt/target/ditto-internal-utils-jwt-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-jwt/0-SNAPSHOT/ditto-internal-utils-jwt-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/jwt/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-jwt/0-SNAPSHOT/ditto-internal-utils-jwt-0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.ditto:ditto-rql-model >------------------ [INFO] Building Eclipse Ditto :: RQL :: Model 0-SNAPSHOT [28/68] [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 :: RQL :: Model: [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-rql-model --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-rql-model --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-model --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-rql-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-0-ditto_works-with_build/rql/model/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-rql-model --- [WARNING] [WARNING] !!! licenseMergesFile 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-0-ditto_works-with_build/rql/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-rql-model --- [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-rql-model --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-model:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-rql-model --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/rql/model/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-rql-model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/rql/model/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-rql-model --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/rql/model/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-rql-model --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-rql-model --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/rql/model/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-rql-model --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-rql-model --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-rql-model --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-rql-model --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-rql-model --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/rql/model/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/rql/model/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/rql/model/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-rql-model --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/rql/model/target/ditto-rql-model-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-model/0-SNAPSHOT/ditto-rql-model-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/rql/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-model/0-SNAPSHOT/ditto-rql-model-0-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-rql-model --- [INFO] Installing org/eclipse/ditto/ditto-rql-model/0-SNAPSHOT/ditto-rql-model-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------------< org.eclipse.ditto:ditto-jwt-model >------------------ [INFO] Building Eclipse Ditto :: JWT :: Model 0-SNAPSHOT [29/68] [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 :: JWT :: Model: [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-jwt-model --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-jwt-model --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-jwt-model --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-jwt-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-0-ditto_works-with_build/jwt/model/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-jwt-model --- [WARNING] [WARNING] !!! licenseMergesFile 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-0-ditto_works-with_build/jwt/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-jwt-model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/jwt/model/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-jwt-model --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-jwt-model:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-jwt-model --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/jwt/model/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-jwt-model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/jwt/model/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-jwt-model --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/jwt/model/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-jwt-model --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-jwt-model --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/jwt/model/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-jwt-model --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-jwt-model --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-jwt-model --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-jwt-model --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-jwt-model --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/jwt/model/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/jwt/model/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/jwt/model/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-jwt-model --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/jwt/model/target/ditto-jwt-model-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-jwt-model/0-SNAPSHOT/ditto-jwt-model-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/jwt/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-jwt-model/0-SNAPSHOT/ditto-jwt-model-0-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-jwt-model --- [INFO] Installing org/eclipse/ditto/ditto-jwt-model/0-SNAPSHOT/ditto-jwt-model-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-config >------------ [INFO] Building Eclipse Ditto :: Internal :: Utils :: Config 0-SNAPSHOT [30/68] [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 :: Internal :: Utils :: 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-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-policies-model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/policies/model/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-policies-model --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 214 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/policies/model/target/test-classes [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-internal-utils-config --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-internal-utils-config --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-internal-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-0-ditto_works-with_build/internal/utils/config/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-internal-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-0-ditto_works-with_build/internal/utils/config/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-internal-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-internal-utils-config --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-internal-utils-config --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/config/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-internal-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-internal-utils-config --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/config/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-internal-utils-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-config --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/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-internal-utils-config --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/config/target/ditto-internal-utils-config-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-internal-utils-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-internal-utils-config --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-internal-utils-config --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-internal-utils-config --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/config/target/ditto-internal-utils-config-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-config/0-SNAPSHOT/ditto-internal-utils-config-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/config/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-config/0-SNAPSHOT/ditto-internal-utils-config-0-SNAPSHOT.pom [INFO] [INFO] ---------< org.eclipse.ditto:ditto-internal-models-streaming >---------- [INFO] Building Eclipse Ditto :: Internal :: Models :: Streaming 0-SNAPSHOT [31/68] [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 :: Internal :: 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-internal-models-streaming --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-internal-models-streaming --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-internal-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-0-ditto_works-with_build/internal/models/streaming/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-internal-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-0-ditto_works-with_build/internal/models/streaming/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-internal-models-streaming --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/models/streaming/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-internal-models-streaming --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-internal-models-streaming --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/models/streaming/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-internal-models-streaming --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/models/streaming/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-internal-models-streaming --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/models/streaming/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-internal-models-streaming --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-internal-models-streaming --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/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-internal-models-streaming --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/models/streaming/target/ditto-internal-models-streaming-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-internal-models-streaming --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-internal-models-streaming --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-internal-models-streaming --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-internal-models-streaming --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/models/streaming/target/ditto-internal-models-streaming-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-streaming/0-SNAPSHOT/ditto-internal-models-streaming-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/models/streaming/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-streaming/0-SNAPSHOT/ditto-internal-models-streaming-0-SNAPSHOT.pom [INFO] [INFO] --------< org.eclipse.ditto:ditto-internal-models-placeholders >-------- [INFO] Building Eclipse Ditto :: Internal :: Models :: Placeholders 0-SNAPSHOT [32/68] [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 :: Internal :: Models :: 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-internal-models-placeholders --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-internal-models-placeholders --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-internal-models-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-0-ditto_works-with_build/internal/models/placeholders/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-internal-models-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-0-ditto_works-with_build/internal/models/placeholders/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-internal-models-placeholders --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/models/placeholders/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-internal-models-placeholders --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models-placeholders:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-internal-models-placeholders --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/models/placeholders/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-internal-models-placeholders --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/models/placeholders/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-internal-models-placeholders --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/models/placeholders/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/models/placeholders/src/test/java/org/eclipse/ditto/internal/models/placeholders/PipelineFunctionSubstringAfterTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/models/placeholders/src/test/java/org/eclipse/ditto/internal/models/placeholders/PipelineFunctionSubstringAfterTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-internal-models-placeholders --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-internal-models-placeholders --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/models/placeholders/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-internal-models-placeholders --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/models/placeholders/target/ditto-internal-models-placeholders-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-internal-models-placeholders --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-internal-models-placeholders --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-internal-models-placeholders --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-internal-models-placeholders --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/models/placeholders/target/ditto-internal-models-placeholders-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-placeholders/0-SNAPSHOT/ditto-internal-models-placeholders-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/models/placeholders/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-placeholders/0-SNAPSHOT/ditto-internal-models-placeholders-0-SNAPSHOT.pom [INFO] [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-metrics >----------- [INFO] Building Eclipse Ditto :: Internal :: Utils :: Metrics 0-SNAPSHOT [33/68] [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 :: Internal :: 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-internal-utils-metrics --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-internal-utils-metrics --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-internal-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-0-ditto_works-with_build/internal/utils/metrics/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-internal-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-0-ditto_works-with_build/internal/utils/metrics/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-internal-utils-metrics --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/metrics/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-internal-utils-metrics --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-internal-utils-metrics --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/metrics/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-internal-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-internal-utils-metrics --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/metrics/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-internal-utils-metrics --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-metrics --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/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-internal-utils-metrics --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/metrics/target/ditto-internal-utils-metrics-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-internal-utils-metrics --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-internal-utils-metrics --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-internal-utils-metrics --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-internal-utils-metrics --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/metrics/target/ditto-internal-utils-metrics-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-metrics/0-SNAPSHOT/ditto-internal-utils-metrics-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/metrics/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-metrics/0-SNAPSHOT/ditto-internal-utils-metrics-0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-ddata >------------ [INFO] Building Eclipse Ditto :: Internal :: Utils :: Distributed Data 0-SNAPSHOT [34/68] [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 :: Internal :: Utils :: Distributed Data: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-internal-utils-ddata --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-internal-utils-ddata --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-internal-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-0-ditto_works-with_build/internal/utils/ddata/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-internal-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-0-ditto_works-with_build/internal/utils/ddata/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-internal-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-internal-utils-ddata --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-internal-utils-ddata --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/ddata/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-internal-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-internal-utils-ddata --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/ddata/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-internal-utils-ddata --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-ddata --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/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-internal-utils-ddata --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/ddata/target/ditto-internal-utils-ddata-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-internal-utils-ddata --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-internal-utils-ddata --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-internal-utils-ddata --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-internal-utils-ddata --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/ddata/target/ditto-internal-utils-ddata-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-ddata/0-SNAPSHOT/ditto-internal-utils-ddata-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/ddata/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-ddata/0-SNAPSHOT/ditto-internal-utils-ddata-0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-akka >------------- [INFO] Building Eclipse Ditto :: Internal :: Utils :: Akka 0-SNAPSHOT [35/68] [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 :: Internal :: Utils :: Akka: [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-internal-utils-akka --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-internal-utils-akka --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-internal-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-0-ditto_works-with_build/internal/utils/akka/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-internal-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-0-ditto_works-with_build/internal/utils/akka/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-internal-utils-akka --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/akka/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- scala-maven-plugin:4.4.0:compile (default) @ ditto-internal-utils-akka --- [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/policies/model/src/test/java/org/eclipse/ditto/policies/model/enforcers/tree/ResourceNodeTest.java: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/policies/model/src/test/java/org/eclipse/ditto/policies/model/enforcers/tree/ResourceNodeTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/policies/model/src/test/java/org/eclipse/ditto/policies/model/enforcers/tree/ResourceNodeTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-policies-model --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-policies-model --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/policies/model/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-policies-model --- [INFO] [INFO] --- maven-assembly-plugin:3.1.0:single (make-assembly) @ ditto-policies-model --- [INFO] Using incremental compilation using Mixed compile order [INFO] Reading assembly descriptor: src/test/assembly/assembly.xml [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] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/policies/model/target/ditto-policies-model-0-SNAPSHOT-benchmark.jar /tmp/scala-maven-plugin-compiler-bridge-sources5501959190142253560/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] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ ditto-policies-model --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/policies/model/target/ditto-policies-model-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-policies-model --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-policies-model --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-policies-model --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-policies-model --- [INFO] Compiling 7 Scala sources and 49 Java sources to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/akka/target/classes ... [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/policies/model/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/policies/model/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/policies/model/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-policies-model --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/policies/model/target/ditto-policies-model-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-model/0-SNAPSHOT/ditto-policies-model-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/policies/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-model/0-SNAPSHOT/ditto-policies-model-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/policies/model/target/ditto-policies-model-0-SNAPSHOT-benchmark.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-model/0-SNAPSHOT/ditto-policies-model-0-SNAPSHOT-benchmark.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/policies/model/target/ditto-policies-model-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-model/0-SNAPSHOT/ditto-policies-model-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-policies-model --- [INFO] Installing org/eclipse/ditto/ditto-policies-model/0-SNAPSHOT/ditto-policies-model-0-SNAPSHOT.jar [INFO] Installing org/eclipse/ditto/ditto-policies-model/0-SNAPSHOT/ditto-policies-model-0-SNAPSHOT-benchmark.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-cache >------------ [INFO] Building Eclipse Ditto :: Internal :: Utils :: Cache 0-SNAPSHOT [36/68] [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 :: Internal :: Utils :: Cache: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [WARNING] : 4 deprecations (since 2.13.0); re-run with -deprecation for details [WARNING] one warning found [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-internal-utils-cache --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-internal-utils-cache --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-internal-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-0-ditto_works-with_build/internal/utils/cache/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-internal-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-0-ditto_works-with_build/internal/utils/cache/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-internal-utils-cache --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/cache/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-internal-utils-cache --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-internal-utils-cache --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/cache/target/classes [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/cache/src/main/java/org/eclipse/ditto/internal/utils/cache/MetricsStatsCounter.java: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/cache/src/main/java/org/eclipse/ditto/internal/utils/cache/MetricsStatsCounter.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/cache/src/main/java/org/eclipse/ditto/internal/utils/cache/MetricsStatsCounter.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-internal-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-internal-utils-cache --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/cache/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/cache/src/test/java/org/eclipse/ditto/internal/utils/cache/ImmutableCacheKeyTest.java: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/cache/src/test/java/org/eclipse/ditto/internal/utils/cache/ImmutableCacheKeyTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/cache/src/test/java/org/eclipse/ditto/internal/utils/cache/ImmutableCacheKeyTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-internal-utils-cache --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-cache --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/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-internal-utils-cache --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/cache/target/ditto-internal-utils-cache-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-internal-utils-cache --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-internal-utils-cache --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-internal-utils-cache --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-internal-utils-cache --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/cache/target/ditto-internal-utils-cache-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cache/0-SNAPSHOT/ditto-internal-utils-cache-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/cache/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cache/0-SNAPSHOT/ditto-internal-utils-cache-0-SNAPSHOT.pom [INFO] [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-tracing >----------- [INFO] Building Eclipse Ditto :: Internal :: Utils :: Tracing 0-SNAPSHOT [37/68] [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 :: Internal :: Utils :: Tracing: [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-internal-utils-tracing --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-internal-utils-tracing --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-internal-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-0-ditto_works-with_build/internal/utils/tracing/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-internal-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-0-ditto_works-with_build/internal/utils/tracing/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-internal-utils-tracing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/tracing/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-internal-utils-tracing --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-internal-utils-tracing --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/tracing/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-internal-utils-tracing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/tracing/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-internal-utils-tracing --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/tracing/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-internal-utils-tracing --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-tracing --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/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-internal-utils-tracing --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-internal-utils-tracing --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-internal-utils-tracing --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-internal-utils-tracing --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-internal-utils-tracing --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-tracing/0-SNAPSHOT/ditto-internal-utils-tracing-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/tracing/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-tracing/0-SNAPSHOT/ditto-internal-utils-tracing-0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.ditto:ditto-things-model >---------------- [INFO] Building Eclipse Ditto :: Things :: Model 0-SNAPSHOT [38/68] [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 :: Things :: Model: [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-things-model --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-things-model --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-things-model --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-things-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-0-ditto_works-with_build/things/model/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-things-model --- [WARNING] [WARNING] !!! licenseMergesFile 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-0-ditto_works-with_build/things/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-things-model --- [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-things-model --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things-model:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-things-model --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 236 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/things/model/target/classes [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 35.9 s [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-internal-utils-akka --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-akka:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-internal-utils-akka --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/akka/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-things-model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/things/model/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-things-model --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 200 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/things/model/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/akka/src/main/java/org/eclipse/ditto/internal/utils/akka/controlflow/Filter.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/akka/src/main/java/org/eclipse/ditto/internal/utils/akka/controlflow/Filter.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- scala-maven-plugin:4.4.0:compile (compile) @ ditto-internal-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-0-ditto_works-with_build/internal/utils/akka/target/classes ... [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/things/model/src/test/java/org/eclipse/ditto/things/model/signals/commands/query/RetrieveFeaturePropertyTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/things/model/src/test/java/org/eclipse/ditto/things/model/signals/commands/query/RetrieveFeaturePropertyTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/things/model/src/test/java/org/eclipse/ditto/things/model/signals/commands/acks/ThingLiveCommandAckRequestSetterTest.java: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/things/model/src/test/java/org/eclipse/ditto/things/model/signals/commands/acks/ThingLiveCommandAckRequestSetterTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/things/model/src/test/java/org/eclipse/ditto/things/model/signals/commands/acks/ThingLiveCommandAckRequestSetterTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-things-model --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-things-model --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/things/model/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-things-model --- [WARNING] : 4 deprecations (since 2.13.0); re-run with -deprecation for details [WARNING] one warning found [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ ditto-things-model --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/things/model/target/ditto-things-model-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-things-model --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-things-model --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-things-model --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-things-model --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/things/model/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/things/model/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/things/model/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-things-model --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/things/model/target/ditto-things-model-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-model/0-SNAPSHOT/ditto-things-model-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/things/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-model/0-SNAPSHOT/ditto-things-model-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/things/model/target/ditto-things-model-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-model/0-SNAPSHOT/ditto-things-model-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-things-model --- [INFO] Installing org/eclipse/ditto/ditto-things-model/0-SNAPSHOT/ditto-things-model-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------< org.eclipse.ditto:ditto-thingsearch-model >-------------- [INFO] Building Eclipse Ditto :: Thing Search :: Model 0-SNAPSHOT [39/68] [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 :: Thing Search :: Model: [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-thingsearch-model --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-thingsearch-model --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-thingsearch-model --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-thingsearch-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-0-ditto_works-with_build/thingsearch/model/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-thingsearch-model --- [WARNING] [WARNING] !!! licenseMergesFile 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-0-ditto_works-with_build/thingsearch/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-thingsearch-model --- [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-thingsearch-model --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch-model:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-thingsearch-model --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 61 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/thingsearch/model/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-thingsearch-model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/thingsearch/model/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-thingsearch-model --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/thingsearch/model/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/thingsearch/model/src/test/java/org/eclipse/ditto/thingsearch/model/signals/commands/query/StreamThingsTest.java: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/thingsearch/model/src/test/java/org/eclipse/ditto/thingsearch/model/signals/commands/query/StreamThingsTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/thingsearch/model/src/test/java/org/eclipse/ditto/thingsearch/model/signals/commands/query/StreamThingsTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-thingsearch-model --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch-model --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/thingsearch/model/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-thingsearch-model --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-thingsearch-model --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-thingsearch-model --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-thingsearch-model --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-thingsearch-model --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/thingsearch/model/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/thingsearch/model/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/thingsearch/model/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-thingsearch-model --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/thingsearch/model/target/ditto-thingsearch-model-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-model/0-SNAPSHOT/ditto-thingsearch-model-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/thingsearch/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-model/0-SNAPSHOT/ditto-thingsearch-model-0-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-thingsearch-model --- [INFO] Installing org/eclipse/ditto/ditto-thingsearch-model/0-SNAPSHOT/ditto-thingsearch-model-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------------< org.eclipse.ditto:ditto-messages-model >--------------- [INFO] Building Eclipse Ditto :: Messages :: Model 0-SNAPSHOT [40/68] [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 :: Messages :: Model: [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-messages-model --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-messages-model --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-messages-model --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-messages-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-0-ditto_works-with_build/messages/model/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-messages-model --- [WARNING] [WARNING] !!! licenseMergesFile 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-0-ditto_works-with_build/messages/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-messages-model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/messages/model/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-messages-model --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-messages-model:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-messages-model --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/messages/model/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-messages-model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/messages/model/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-messages-model --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/messages/model/target/test-classes [INFO] NoPosition: Note: Some input files use or override a deprecated API. [INFO] NoPosition: Note: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/messages/model/src/test/java/org/eclipse/ditto/messages/model/signals/commands/acks/MessageCommandAckRequestSetterTest.java: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/messages/model/src/test/java/org/eclipse/ditto/messages/model/signals/commands/acks/MessageCommandAckRequestSetterTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/messages/model/src/test/java/org/eclipse/ditto/messages/model/signals/commands/acks/MessageCommandAckRequestSetterTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-messages-model --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-messages-model --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/messages/model/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-messages-model --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-messages-model --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-messages-model --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-messages-model --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-messages-model --- [INFO] Done compiling. [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/messages/model/target/japicmp/japicmp.diff'. [INFO] compile in 19.0 s [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default) @ ditto-internal-utils-akka --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/akka/target/classes [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/messages/model/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/messages/model/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-messages-model --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/messages/model/target/ditto-messages-model-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-messages-model/0-SNAPSHOT/ditto-messages-model-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/messages/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-messages-model/0-SNAPSHOT/ditto-messages-model-0-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-messages-model --- [INFO] Installing org/eclipse/ditto/ditto-messages-model/0-SNAPSHOT/ditto-messages-model-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------< org.eclipse.ditto:ditto-connectivity-model >------------- [INFO] Building Eclipse Ditto :: Connectivity :: Model 0-SNAPSHOT [41/68] [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 :: Connectivity :: Model: [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-connectivity-model --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-connectivity-model --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-connectivity-model --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-connectivity-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-0-ditto_works-with_build/connectivity/model/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-connectivity-model --- [WARNING] [WARNING] !!! licenseMergesFile 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-0-ditto_works-with_build/connectivity/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-connectivity-model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/model/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-connectivity-model --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity-model:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-connectivity-model --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 136 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/model/target/classes [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/akka/src/main/java/org/eclipse/ditto/internal/utils/akka/controlflow/Filter.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/akka/src/main/java/org/eclipse/ditto/internal/utils/akka/controlflow/Filter.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-internal-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-internal-utils-akka --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/akka/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/akka/src/test/java/org/eclipse/ditto/internal/utils/akka/controlflow/MergeSortedAsPairTest.java: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/akka/src/test/java/org/eclipse/ditto/internal/utils/akka/controlflow/MergeSortedAsPairTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/akka/src/test/java/org/eclipse/ditto/internal/utils/akka/controlflow/MergeSortedAsPairTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/akka/src/test/java/org/eclipse/ditto/internal/utils/akka/controlflow/MergeSortedAsPairTest.java: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/akka/src/test/java/org/eclipse/ditto/internal/utils/akka/controlflow/MergeSortedAsPairTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/akka/src/test/java/org/eclipse/ditto/internal/utils/akka/controlflow/MergeSortedAsPairTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- scala-maven-plugin:4.4.0:testCompile (test-compile) @ ditto-internal-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-0-ditto_works-with_build/internal/utils/akka/target/test-classes ... [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/ImmutableConnection.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/ImmutableConnection.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-connectivity-model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/model/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-connectivity-model --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 66 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/model/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/model/src/test/java/org/eclipse/ditto/connectivity/model/CredentialsTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/model/src/test/java/org/eclipse/ditto/connectivity/model/CredentialsTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/model/src/test/java/org/eclipse/ditto/connectivity/model/ImmutableSourceTest.java: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/model/src/test/java/org/eclipse/ditto/connectivity/model/ImmutableSourceTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/model/src/test/java/org/eclipse/ditto/connectivity/model/ImmutableSourceTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-connectivity-model --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-connectivity-model --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/model/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-connectivity-model --- [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ ditto-connectivity-model --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-connectivity-model --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-connectivity-model --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-connectivity-model --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-connectivity-model --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/model/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/model/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/model/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-connectivity-model --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-model/0-SNAPSHOT/ditto-connectivity-model-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-model/0-SNAPSHOT/ditto-connectivity-model-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-model/0-SNAPSHOT/ditto-connectivity-model-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-connectivity-model --- [INFO] Installing org/eclipse/ditto/ditto-connectivity-model/0-SNAPSHOT/ditto-connectivity-model-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------------< org.eclipse.ditto:ditto-rql-parser >----------------- [INFO] Building Eclipse Ditto :: RQL :: parser 0-SNAPSHOT [42/68] [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 :: RQL :: parser: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-rql-parser --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-rql-parser --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-parser --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-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-0-ditto_works-with_build/rql/parser/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-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-0-ditto_works-with_build/rql/parser/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-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-rql-parser --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-parser:bundle:0-SNAPSHOT... [INFO] [INFO] --- scala-maven-plugin:4.4.0:compile (default) @ ditto-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 3 Scala sources and 3 Java sources to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/rql/parser/target/classes ... [INFO] NoPosition: Note: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/akka/src/test/java/org/eclipse/ditto/internal/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-0-ditto_works-with_build/internal/utils/akka/src/test/java/org/eclipse/ditto/internal/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 8.1 s [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-internal-utils-akka --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-akka --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/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-internal-utils-akka --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/akka/target/ditto-internal-utils-akka-0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ ditto-internal-utils-akka --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/akka/target/ditto-internal-utils-akka-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-internal-utils-akka --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-internal-utils-akka --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-internal-utils-akka --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-internal-utils-akka --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/akka/target/ditto-internal-utils-akka-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-akka/0-SNAPSHOT/ditto-internal-utils-akka-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/akka/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-akka/0-SNAPSHOT/ditto-internal-utils-akka-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/akka/target/ditto-internal-utils-akka-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-akka/0-SNAPSHOT/ditto-internal-utils-akka-0-SNAPSHOT-tests.jar [INFO] [INFO] ------------------< org.eclipse.ditto:ditto-protocol >------------------ [INFO] Building Eclipse Ditto :: Protocol 0-SNAPSHOT [43/68] [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: [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 --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-protocol --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-protocol --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-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-0-ditto_works-with_build/protocol/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-protocol --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/protocol/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-protocol --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/protocol/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-protocol --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-protocol:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-protocol --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 157 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/protocol/target/classes [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractAdapter.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractAdapter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-protocol --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-protocol --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 48 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/protocol/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/protocol/src/test/java/org/eclipse/ditto/protocol/HeaderTranslatorTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/protocol/src/test/java/org/eclipse/ditto/protocol/HeaderTranslatorTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-protocol --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-protocol --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/protocol/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 --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-protocol --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-protocol --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-protocol --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-protocol --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/protocol/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/protocol/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/protocol/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-protocol --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/protocol/target/ditto-protocol-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-protocol/0-SNAPSHOT/ditto-protocol-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/protocol/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-protocol/0-SNAPSHOT/ditto-protocol-0-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-protocol --- [INFO] Installing org/eclipse/ditto/ditto-protocol/0-SNAPSHOT/ditto-protocol-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-health >------------ [INFO] Building Eclipse Ditto :: Internal :: Utils :: Health 0-SNAPSHOT [44/68] [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 :: Internal :: Utils :: 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-internal-utils-health --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-internal-utils-health --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-internal-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-0-ditto_works-with_build/internal/utils/health/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-internal-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-0-ditto_works-with_build/internal/utils/health/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-internal-utils-health --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/health/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-internal-utils-health --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-internal-utils-health --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/health/target/classes [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/CompositeCachingHealthCheckingActor.java: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/CompositeCachingHealthCheckingActor.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/CompositeCachingHealthCheckingActor.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-internal-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-internal-utils-health --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/health/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-internal-utils-health --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-health --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/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-internal-utils-health --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/health/target/ditto-internal-utils-health-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-internal-utils-health --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-internal-utils-health --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-internal-utils-health --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-internal-utils-health --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/health/target/ditto-internal-utils-health-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-health/0-SNAPSHOT/ditto-internal-utils-health-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/health/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-health/0-SNAPSHOT/ditto-internal-utils-health-0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.ditto:ditto-internal-models-acks >------------ [INFO] Building Eclipse Ditto :: Internal :: Models :: ACKs 0-SNAPSHOT [45/68] [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 :: Internal :: 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-internal-models-acks --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-internal-models-acks --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-internal-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-0-ditto_works-with_build/internal/models/acks/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-internal-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-0-ditto_works-with_build/internal/models/acks/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-internal-models-acks --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/models/acks/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-internal-models-acks --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models-acks:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-internal-models-acks --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/models/acks/target/classes [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/models/acks/src/main/java/org/eclipse/ditto/internal/models/acks/AcknowledgementAggregatorActor.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/models/acks/src/main/java/org/eclipse/ditto/internal/models/acks/AcknowledgementAggregatorActor.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-internal-models-acks --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-internal-models-acks --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/models/acks/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-internal-models-acks --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-internal-models-acks --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/models/acks/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-internal-models-acks --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/models/acks/target/ditto-internal-models-acks-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-internal-models-acks --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-internal-models-acks --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-internal-models-acks --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-internal-models-acks --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/models/acks/target/ditto-internal-models-acks-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-acks/0-SNAPSHOT/ditto-internal-models-acks-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/models/acks/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-acks/0-SNAPSHOT/ditto-internal-models-acks-0-SNAPSHOT.pom [INFO] [INFO] ------< org.eclipse.ditto:ditto-internal-models-signalenrichment >------ [INFO] Building Eclipse Ditto :: Internal :: Models :: Signal Enrichment 0-SNAPSHOT [46/68] [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 :: Internal :: 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-internal-models-signalenrichment --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-internal-models-signalenrichment --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-internal-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-0-ditto_works-with_build/internal/models/signalenrichment/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-internal-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-0-ditto_works-with_build/internal/models/signalenrichment/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-internal-models-signalenrichment --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/models/signalenrichment/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-internal-models-signalenrichment --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-internal-models-signalenrichment --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/models/signalenrichment/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-internal-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-internal-models-signalenrichment --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/models/signalenrichment/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/models/signalenrichment/src/test/java/org/eclipse/ditto/internal/models/signalenrichment/AbstractSignalEnrichmentFacadeTest.java: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/models/signalenrichment/src/test/java/org/eclipse/ditto/internal/models/signalenrichment/AbstractSignalEnrichmentFacadeTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/models/signalenrichment/src/test/java/org/eclipse/ditto/internal/models/signalenrichment/AbstractSignalEnrichmentFacadeTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-internal-models-signalenrichment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-internal-models-signalenrichment --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/models/signalenrichment/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-internal-models-signalenrichment --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-internal-models-signalenrichment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-internal-models-signalenrichment --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-internal-models-signalenrichment --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-internal-models-signalenrichment --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-signalenrichment/0-SNAPSHOT/ditto-internal-models-signalenrichment-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/models/signalenrichment/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-signalenrichment/0-SNAPSHOT/ditto-internal-models-signalenrichment-0-SNAPSHOT.pom [INFO] [INFO] ----------< org.eclipse.ditto:ditto-internal-utils-protocol >----------- [INFO] Building Eclipse Ditto :: Internal :: Utils :: Protocol 0-SNAPSHOT [47/68] [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 :: Internal :: Utils :: Protocol: [WARNING] org.codehaus.mojo:license-maven-plugin:1.17 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-internal-utils-protocol --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-internal-utils-protocol --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-internal-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-0-ditto_works-with_build/internal/utils/protocol/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-internal-utils-protocol --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/protocol/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-internal-utils-protocol --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/protocol/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-internal-utils-protocol --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-protocol:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-internal-utils-protocol --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/protocol/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-internal-utils-protocol --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-internal-utils-protocol --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/protocol/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/protocol/src/test/java/org/eclipse/ditto/internal/utils/protocol/config/DefaultProtocolConfigTest.java: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/protocol/src/test/java/org/eclipse/ditto/internal/utils/protocol/config/DefaultProtocolConfigTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/protocol/src/test/java/org/eclipse/ditto/internal/utils/protocol/config/DefaultProtocolConfigTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-internal-utils-protocol --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-protocol --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/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-internal-utils-protocol --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/protocol/target/ditto-internal-utils-protocol-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-internal-utils-protocol --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-internal-utils-protocol --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-internal-utils-protocol --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-internal-utils-protocol --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/protocol/target/ditto-internal-utils-protocol-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-protocol/0-SNAPSHOT/ditto-internal-utils-protocol-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/protocol/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-protocol/0-SNAPSHOT/ditto-internal-utils-protocol-0-SNAPSHOT.pom [INFO] [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-cluster >----------- [INFO] Building Eclipse Ditto :: Internal :: Utils :: Cluster 0-SNAPSHOT [48/68] [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 :: Internal :: Utils :: Cluster: [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-internal-utils-cluster --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-internal-utils-cluster --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-internal-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-0-ditto_works-with_build/internal/utils/cluster/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-internal-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-0-ditto_works-with_build/internal/utils/cluster/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-internal-utils-cluster --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/cluster/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-internal-utils-cluster --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-internal-utils-cluster --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/cluster/target/classes [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/AbstractJsonifiableWithDittoHeadersSerializer.java: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/AbstractJsonifiableWithDittoHeadersSerializer.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/AbstractJsonifiableWithDittoHeadersSerializer.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-internal-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-internal-utils-cluster --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/cluster/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/cluster/src/test/java/org/eclipse/ditto/internal/utils/cluster/JsonValueSourceRefTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/cluster/src/test/java/org/eclipse/ditto/internal/utils/cluster/JsonValueSourceRefTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-internal-utils-cluster --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-cluster --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/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-internal-utils-cluster --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/cluster/target/ditto-internal-utils-cluster-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-internal-utils-cluster --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-internal-utils-cluster --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-internal-utils-cluster --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-internal-utils-cluster --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/cluster/target/ditto-internal-utils-cluster-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cluster/0-SNAPSHOT/ditto-internal-utils-cluster-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/cluster/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cluster/0-SNAPSHOT/ditto-internal-utils-cluster-0-SNAPSHOT.pom [INFO] [INFO] ---------< org.eclipse.ditto:ditto-internal-utils-persistence >--------- [INFO] Building Eclipse Ditto :: Internal :: Utils :: Persistence 0-SNAPSHOT [49/68] [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 :: Internal :: Utils :: Persistence: [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-internal-utils-persistence --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-internal-utils-persistence --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-internal-utils-persistence --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/persistence/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-internal-utils-persistence --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/persistence/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-internal-utils-persistence --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/persistence/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-internal-utils-persistence --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-internal-utils-persistence --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 76 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/persistence/target/classes [WARNING] : 5 deprecations (since 2.13.0); re-run with -deprecation for details [WARNING] one warning found [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/indices/IndexOperations.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/indices/IndexOperations.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-internal-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-internal-utils-persistence --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/persistence/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/persistence/src/test/java/org/eclipse/ditto/internal/utils/persistence/mongo/assertions/BsonCollectionAssert.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/persistence/src/test/java/org/eclipse/ditto/internal/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-internal-utils-persistence --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-persistence --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/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-internal-utils-persistence --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ ditto-internal-utils-persistence --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-internal-utils-persistence --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-internal-utils-persistence --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-internal-utils-persistence --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-internal-utils-persistence --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-persistence/0-SNAPSHOT/ditto-internal-utils-persistence-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/persistence/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-persistence/0-SNAPSHOT/ditto-internal-utils-persistence-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-persistence/0-SNAPSHOT/ditto-internal-utils-persistence-0-SNAPSHOT-tests.jar [INFO] [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-pubsub >------------ [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pub-Sub 0-SNAPSHOT [50/68] [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 :: Internal :: 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-internal-utils-pubsub --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-internal-utils-pubsub --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-internal-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-0-ditto_works-with_build/internal/utils/pubsub/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-internal-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-0-ditto_works-with_build/internal/utils/pubsub/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-internal-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-internal-utils-pubsub --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-internal-utils-pubsub --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 86 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/pubsub/target/classes [INFO] Done compiling. [INFO] compile in 25.9 s [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-rql-parser --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/rql/parser/target/classes [INFO] [INFO] --- scala-maven-plugin:4.4.0:compile (compile) @ ditto-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] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/actors/AckUpdater.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/actors/AckUpdater.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-internal-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-internal-utils-pubsub --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/pubsub/target/test-classes [INFO] Compiling 3 Java sources to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/rql/parser/target/classes ... [INFO] Done compiling. [INFO] compile in 3.3 s [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-rql-parser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/rql/parser/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-rql-parser --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/rql/parser/target/test-classes [INFO] [INFO] --- scala-maven-plugin:4.4.0:testCompile (test-compile) @ ditto-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 2 Java sources to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/rql/parser/target/test-classes ... [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/pubsub/src/test/java/org/eclipse/ditto/internal/utils/pubsub/PubSubFactoryTest.java: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/pubsub/src/test/java/org/eclipse/ditto/internal/utils/pubsub/PubSubFactoryTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/pubsub/src/test/java/org/eclipse/ditto/internal/utils/pubsub/PubSubFactoryTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/pubsub/src/test/java/org/eclipse/ditto/internal/utils/pubsub/TestPubSubFactory.java: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/pubsub/src/test/java/org/eclipse/ditto/internal/utils/pubsub/TestPubSubFactory.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/pubsub/src/test/java/org/eclipse/ditto/internal/utils/pubsub/TestPubSubFactory.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-internal-utils-pubsub --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pubsub --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/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-internal-utils-pubsub --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/pubsub/target/ditto-internal-utils-pubsub-0-SNAPSHOT.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ ditto-internal-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-internal-utils-pubsub --- [INFO] Done compiling. [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-internal-utils-pubsub --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-internal-utils-pubsub --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-internal-utils-pubsub --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/pubsub/target/ditto-internal-utils-pubsub-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pubsub/0-SNAPSHOT/ditto-internal-utils-pubsub-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/pubsub/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pubsub/0-SNAPSHOT/ditto-internal-utils-pubsub-0-SNAPSHOT.pom [INFO] compile in 5.1 s [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-rql-parser --- [INFO] [INFO] ----------------< org.eclipse.ditto:ditto-policies-api >---------------- [INFO] Building Eclipse Ditto :: Policies :: API 0-SNAPSHOT [51/68] [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] Tests are skipped. [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Policies :: API: [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-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-rql-parser --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/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-rql-parser --- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-policies-api --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-policies-api --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-policies-api --- [INFO] argLine set to -javaagent:/home/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-0-ditto_works-with_build/policies/api/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-policies-api --- [WARNING] [WARNING] !!! licenseMergesFile 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-0-ditto_works-with_build/policies/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-policies-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/policies/api/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-policies-api --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-policies-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/policies/api/target/classes [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-rql-parser --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-rql-parser --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-rql-parser --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-rql-parser --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/rql/parser/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/rql/parser/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/rql/parser/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-rql-parser --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/rql/parser/target/ditto-rql-parser-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-parser/0-SNAPSHOT/ditto-rql-parser-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/rql/parser/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-parser/0-SNAPSHOT/ditto-rql-parser-0-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-rql-parser --- [INFO] Installing org/eclipse/ditto/ditto-rql-parser/0-SNAPSHOT/ditto-rql-parser-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.eclipse.ditto:ditto-internal-utils-namespaces >---------- [INFO] Building Eclipse Ditto :: Internal :: Utils :: Namespaces 0-SNAPSHOT [52/68] [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 :: Internal :: 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-internal-utils-namespaces --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-internal-utils-namespaces --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-internal-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-0-ditto_works-with_build/internal/utils/namespaces/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-internal-utils-namespaces --- [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:testResources (default-testResources) @ ditto-policies-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/policies/api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-policies-api --- [INFO] Writing third-party file to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/namespaces/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/policies/api/target/test-classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-internal-utils-namespaces --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/namespaces/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-internal-utils-namespaces --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-internal-utils-namespaces --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/namespaces/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-internal-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-internal-utils-namespaces --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/namespaces/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-policies-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-policies-api --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/policies/api/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-policies-api --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/policies/api/target/ditto-policies-api-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-policies-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-policies-api --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-policies-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-policies-api --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/policies/api/target/ditto-policies-api-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-api/0-SNAPSHOT/ditto-policies-api-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/policies/api/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-api/0-SNAPSHOT/ditto-policies-api-0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.ditto:ditto-base-service >---------------- [INFO] Building Eclipse Ditto :: Base :: Service 0-SNAPSHOT [53/68] [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 :: Base :: Service: [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-internal-utils-namespaces --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-namespaces --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/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-internal-utils-namespaces --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/namespaces/target/ditto-internal-utils-namespaces-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-internal-utils-namespaces --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-internal-utils-namespaces --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-internal-utils-namespaces --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-internal-utils-namespaces --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/namespaces/target/ditto-internal-utils-namespaces-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-namespaces/0-SNAPSHOT/ditto-internal-utils-namespaces-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/namespaces/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-namespaces/0-SNAPSHOT/ditto-internal-utils-namespaces-0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.ditto:ditto-things-api >----------------- [INFO] Building Eclipse Ditto :: Things :: API 0-SNAPSHOT [54/68] [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 :: Things :: API: [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-things-api --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-things-api --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-things-api --- [INFO] argLine set to -javaagent:/home/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-0-ditto_works-with_build/things/api/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-things-api --- [WARNING] [WARNING] !!! licenseMergesFile 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-0-ditto_works-with_build/things/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-things-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/things/api/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-things-api --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-things-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/things/api/target/classes [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-base-service --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-base-service --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-base-service --- [INFO] argLine set to -javaagent:/home/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-0-ditto_works-with_build/base/service/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-base-service --- [WARNING] [WARNING] !!! licenseMergesFile 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-0-ditto_works-with_build/base/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-base-service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/service/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-base-service --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-base-service --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/service/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-things-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/things/api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-things-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/things/api/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/service/src/main/java/org/eclipse/ditto/base/service/config/DittoServiceConfig.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/service/src/main/java/org/eclipse/ditto/base/service/config/DittoServiceConfig.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-base-service --- [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-base-service --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/service/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-things-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-things-api --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/things/api/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-things-api --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/things/api/target/ditto-things-api-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-things-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-things-api --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-things-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-things-api --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/things/api/target/ditto-things-api-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-api/0-SNAPSHOT/ditto-things-api-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/things/api/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-api/0-SNAPSHOT/ditto-things-api-0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.ditto:ditto-rql-query >------------------ [INFO] Building Eclipse Ditto :: RQL :: Query 0-SNAPSHOT [55/68] [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 :: RQL :: 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-rql-query --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-rql-query --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-query --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-rql-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-0-ditto_works-with_build/rql/query/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-rql-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-0-ditto_works-with_build/rql/query/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-rql-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-rql-query --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-query:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-rql-query --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 60 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/rql/query/target/classes [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/service/src/test/java/org/eclipse/ditto/base/service/MainMethodExceptionHandlerTest.java: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/service/src/test/java/org/eclipse/ditto/base/service/MainMethodExceptionHandlerTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/service/src/test/java/org/eclipse/ditto/base/service/MainMethodExceptionHandlerTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-base-service --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-base-service --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/service/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-base-service --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/service/target/ditto-base-service-0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ ditto-base-service --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/service/target/ditto-base-service-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-base-service --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-base-service --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-base-service --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-base-service --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/service/target/ditto-base-service-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-service/0-SNAPSHOT/ditto-base-service-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/service/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-service/0-SNAPSHOT/ditto-base-service-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/base/service/target/ditto-base-service-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-service/0-SNAPSHOT/ditto-base-service-0-SNAPSHOT-tests.jar [INFO] [INFO] --------< org.eclipse.ditto:ditto-internal-utils-cache-loaders >-------- [INFO] Building Eclipse Ditto :: Internal :: Utils :: Cache Loaders 0-SNAPSHOT [56/68] [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 :: Internal :: 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-internal-utils-cache-loaders --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-internal-utils-cache-loaders --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-internal-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-0-ditto_works-with_build/internal/utils/cache-loaders/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-internal-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-0-ditto_works-with_build/internal/utils/cache-loaders/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-internal-utils-cache-loaders --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/cache-loaders/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-internal-utils-cache-loaders --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-internal-utils-cache-loaders --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/cache-loaders/target/classes [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/ThingPredicatePredicateVisitor.java: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/ThingPredicatePredicateVisitor.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/ThingPredicatePredicateVisitor.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-rql-query --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/rql/query/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-rql-query --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/rql/query/target/test-classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-internal-utils-cache-loaders --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/cache-loaders/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-internal-utils-cache-loaders --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/cache-loaders/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-rql-query --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-rql-query --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/rql/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-rql-query --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-internal-utils-cache-loaders --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-cache-loaders --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/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-internal-utils-cache-loaders --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-internal-utils-cache-loaders --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-internal-utils-cache-loaders --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-internal-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-internal-utils-cache-loaders --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cache-loaders/0-SNAPSHOT/ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/cache-loaders/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cache-loaders/0-SNAPSHOT/ditto-internal-utils-cache-loaders-0-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse.ditto:ditto-connectivity-api >-------------- [INFO] Building Eclipse Ditto :: Connectivity :: API 0-SNAPSHOT [57/68] [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 :: Connectivity :: API: [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-connectivity-api --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-connectivity-api --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-connectivity-api --- [INFO] argLine set to -javaagent:/home/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-0-ditto_works-with_build/connectivity/api/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-connectivity-api --- [WARNING] [WARNING] !!! licenseMergesFile 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-0-ditto_works-with_build/connectivity/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-connectivity-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/api/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-connectivity-api --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity-api:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-connectivity-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/api/target/classes [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-rql-query --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-rql-query --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-rql-query --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-rql-query --- [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/rql/query/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/rql/query/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/rql/query/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-rql-query --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/rql/query/target/ditto-rql-query-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-query/0-SNAPSHOT/ditto-rql-query-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/rql/query/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-query/0-SNAPSHOT/ditto-rql-query-0-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-rql-query --- [INFO] Installing org/eclipse/ditto/ditto-rql-query/0-SNAPSHOT/ditto-rql-query-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.eclipse.ditto:ditto-internal-utils-aggregator >---------- [INFO] Building Eclipse Ditto :: Internal :: Utils :: Aggregator 0-SNAPSHOT [58/68] [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 :: Internal :: 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-internal-utils-aggregator --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-internal-utils-aggregator --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-internal-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-0-ditto_works-with_build/internal/utils/aggregator/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-internal-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-0-ditto_works-with_build/internal/utils/aggregator/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-internal-utils-aggregator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/aggregator/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-internal-utils-aggregator --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-aggregator:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-internal-utils-aggregator --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/aggregator/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-connectivity-api --- [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-connectivity-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/api/target/test-classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-internal-utils-aggregator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/aggregator/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-internal-utils-aggregator --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/aggregator/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-internal-utils-aggregator --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-aggregator --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/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-internal-utils-aggregator --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/aggregator/target/ditto-internal-utils-aggregator-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-internal-utils-aggregator --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-internal-utils-aggregator --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-internal-utils-aggregator --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-internal-utils-aggregator --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/aggregator/target/ditto-internal-utils-aggregator-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-aggregator/0-SNAPSHOT/ditto-internal-utils-aggregator-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/aggregator/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-aggregator/0-SNAPSHOT/ditto-internal-utils-aggregator-0-SNAPSHOT.pom [INFO] [INFO] ------< org.eclipse.ditto:ditto-internal-utils-persistent-actors >------ [INFO] Building Eclipse Ditto :: Internal :: Utils :: Persistent Actors 0-SNAPSHOT [59/68] [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 :: Internal :: 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-internal-utils-persistent-actors --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-internal-utils-persistent-actors --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-internal-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-0-ditto_works-with_build/internal/utils/persistent-actors/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-internal-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-0-ditto_works-with_build/internal/utils/persistent-actors/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-internal-utils-persistent-actors --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/persistent-actors/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-internal-utils-persistent-actors --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-internal-utils-persistent-actors --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/persistent-actors/target/classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-connectivity-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-connectivity-api --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/api/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-connectivity-api --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-connectivity-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-connectivity-api --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-connectivity-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-connectivity-api --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-api/0-SNAPSHOT/ditto-connectivity-api-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/api/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-api/0-SNAPSHOT/ditto-connectivity-api-0-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse.ditto:ditto-thingsearch-api >--------------- [INFO] Building Eclipse Ditto :: Thing Search :: API 0-SNAPSHOT [60/68] [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 :: Thing Search :: API: [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-thingsearch-api --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-thingsearch-api --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-thingsearch-api --- [INFO] argLine set to -javaagent:/home/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-0-ditto_works-with_build/thingsearch/api/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-thingsearch-api --- [WARNING] [WARNING] !!! licenseMergesFile 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-0-ditto_works-with_build/thingsearch/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-thingsearch-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/thingsearch/api/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-thingsearch-api --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-thingsearch-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/thingsearch/api/target/classes [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractShardedPersistenceActor.java: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractShardedPersistenceActor.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractShardedPersistenceActor.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-internal-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-internal-utils-persistent-actors --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/persistent-actors/target/test-classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-thingsearch-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/thingsearch/api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-thingsearch-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/thingsearch/api/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-thingsearch-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch-api --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/thingsearch/api/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-thingsearch-api --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-thingsearch-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-thingsearch-api --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-thingsearch-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-thingsearch-api --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-api/0-SNAPSHOT/ditto-thingsearch-api-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/thingsearch/api/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-api/0-SNAPSHOT/ditto-thingsearch-api-0-SNAPSHOT.pom [INFO] [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-search >------------ [INFO] Building Eclipse Ditto :: Internal :: Utils :: Search 0-SNAPSHOT [61/68] [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 :: Internal :: 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-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-internal-utils-persistent-actors --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-persistent-actors --- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-internal-utils-search --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/persistent-actors/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-internal-utils-search --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-internal-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-0-ditto_works-with_build/internal/utils/search/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-internal-utils-search --- [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ditto-internal-utils-persistent-actors --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-0-SNAPSHOT.jar [INFO] Writing third-party file to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/search/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-internal-utils-search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/search/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-internal-utils-search --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-search:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-internal-utils-persistent-actors --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-internal-utils-persistent-actors --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-internal-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-internal-utils-persistent-actors --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-persistent-actors/0-SNAPSHOT/ditto-internal-utils-persistent-actors-0-SNAPSHOT.jar [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-internal-utils-search --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/search/target/classes [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/persistent-actors/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-persistent-actors/0-SNAPSHOT/ditto-internal-utils-persistent-actors-0-SNAPSHOT.pom [INFO] [INFO] ---------------< org.eclipse.ditto:ditto-concierge-api >---------------- [INFO] Building Eclipse Ditto :: Concierge :: API 0-SNAPSHOT [62/68] [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 :: Concierge :: API: [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-concierge-api --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-concierge-api --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-concierge-api --- [INFO] argLine set to -javaagent:/home/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-0-ditto_works-with_build/concierge/api/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-concierge-api --- [WARNING] [WARNING] !!! licenseMergesFile 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-0-ditto_works-with_build/concierge/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-concierge-api --- [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-concierge-api --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-concierge-api:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-concierge-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/concierge/api/target/classes [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/concierge/api/src/main/java/org/eclipse/ditto/concierge/api/actors/ConciergeForwarderActor.java: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/concierge/api/src/main/java/org/eclipse/ditto/concierge/api/actors/ConciergeForwarderActor.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/concierge/api/src/main/java/org/eclipse/ditto/concierge/api/actors/ConciergeForwarderActor.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-concierge-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/concierge/api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-concierge-api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-concierge-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-concierge-api --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/concierge/api/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-concierge-api --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/concierge/api/target/ditto-concierge-api-0-SNAPSHOT.jar [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/search/src/main/java/org/eclipse/ditto/internal/utils/search/SubscriptionManager.java: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/search/src/main/java/org/eclipse/ditto/internal/utils/search/SubscriptionManager.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/search/src/main/java/org/eclipse/ditto/internal/utils/search/SubscriptionManager.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/search/src/main/java/org/eclipse/ditto/internal/utils/search/SearchSource.java: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/search/src/main/java/org/eclipse/ditto/internal/utils/search/SearchSource.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/search/src/main/java/org/eclipse/ditto/internal/utils/search/SearchSource.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ ditto-concierge-api --- [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-internal-utils-search --- [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-0-ditto_works-with_build/internal/utils/search/src/test/resources [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-internal-utils-search --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-concierge-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/search/target/test-classes [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-concierge-api --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-concierge-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-concierge-api --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/concierge/api/target/ditto-concierge-api-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-concierge-api/0-SNAPSHOT/ditto-concierge-api-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/concierge/api/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-concierge-api/0-SNAPSHOT/ditto-concierge-api-0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.ditto:ditto-thingsearch-service >------------- [INFO] Building Eclipse Ditto :: Thing Search :: Service 0-SNAPSHOT [63/68] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/search/src/test/java/org/eclipse/ditto/internal/utils/search/SubscriptionActorTest.java: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/search/src/test/java/org/eclipse/ditto/internal/utils/search/SubscriptionActorTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/search/src/test/java/org/eclipse/ditto/internal/utils/search/SubscriptionActorTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/search/src/test/java/org/eclipse/ditto/internal/utils/search/SearchSourceTest.java: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/search/src/test/java/org/eclipse/ditto/internal/utils/search/SearchSourceTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/search/src/test/java/org/eclipse/ditto/internal/utils/search/SearchSourceTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-internal-utils-search --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-search --- [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] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/search/target/classes/META-INF with includes "" and excludes "**/*.iml,NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Thing Search :: Service: [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-jar-plugin:3.2.0:jar (default-jar) @ ditto-internal-utils-search --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/search/target/ditto-internal-utils-search-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-internal-utils-search --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-internal-utils-search --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-internal-utils-search --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-internal-utils-search --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/search/target/ditto-internal-utils-search-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-search/0-SNAPSHOT/ditto-internal-utils-search-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/internal/utils/search/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-search/0-SNAPSHOT/ditto-internal-utils-search-0-SNAPSHOT.pom [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-thingsearch-service --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-thingsearch-service --- [INFO] [INFO] --- port-allocator-maven-plugin:1.2:allocate-ports (default) @ ditto-thingsearch-service --- [INFO] [INFO] --------------< org.eclipse.ditto:ditto-policies-service >-------------- [INFO] Building Eclipse Ditto :: Policies :: Service 0-SNAPSHOT [64/68] [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 * [INFO] Assigning port '38163' to property 'random-akka-tcp-port' [WARNING] * question, not against maven-core * [INFO] [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto :: Policies :: Service: [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-thingsearch-service --- [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] argLine set to -javaagent:/home/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-0-ditto_works-with_build/thingsearch/service/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-thingsearch-service --- [WARNING] [WARNING] !!! licenseMergesFile 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-0-ditto_works-with_build/thingsearch/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-thingsearch-service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 5 resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-thingsearch-service --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch-service:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-thingsearch-service --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 80 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/thingsearch/service/target/classes [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-policies-service --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-policies-service --- [INFO] [INFO] --- port-allocator-maven-plugin:1.2:allocate-ports (default) @ ditto-policies-service --- [INFO] Assigning port '45231' to property 'random-akka-tcp-port' [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-policies-service --- [INFO] argLine set to -javaagent:/home/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-0-ditto_works-with_build/policies/service/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-policies-service --- [WARNING] [WARNING] !!! licenseMergesFile 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-0-ditto_works-with_build/policies/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-policies-service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 5 resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-policies-service --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-service:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-policies-service --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 75 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/policies/service/target/classes [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/starter/actors/ThingsSearchCursor.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/starter/actors/ThingsSearchCursor.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-thingsearch-service --- [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/PolicyPersistenceActor.java: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/PolicyPersistenceActor.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/PolicyPersistenceActor.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-policies-service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] Copying 16 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-policies-service --- [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-thingsearch-service --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/policies/service/target/test-classes [INFO] Changes detected - recompiling the module! [INFO] Compiling 53 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/thingsearch/service/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/thingsearch/service/src/test/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/BackgroundSyncStreamTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/thingsearch/service/src/test/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/BackgroundSyncStreamTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-thingsearch-service --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch-service --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/thingsearch/service/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-thingsearch-service --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.1.0:shade (default) @ ditto-thingsearch-service --- [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/policies/service/src/test/java/org/eclipse/ditto/policies/service/persistence/actors/PolicyPersistenceOperationsActorIT.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/policies/service/src/test/java/org/eclipse/ditto/policies/service/persistence/actors/PolicyPersistenceOperationsActorIT.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-policies-service --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-policies-service --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/policies/service/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-policies-service --- [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-base-api: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-slf4j_2.13:jar:2.6.13 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-internal-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 org.slf4j:jul-to-slf4j:jar:1.7.30 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.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.typesafe.akka:akka-http_2.13:jar:10.2.4 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 com.lightbend.akka.management:akka-management-cluster-bootstrap_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-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-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.lightbend.akka.management:akka-management-cluster-http_2.13:jar:1.0.10 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.github.scullxbones:akka-persistence-mongo-common_2.13:jar:3.0.6 in the shaded jar. [INFO] Including com.typesafe.akka:akka-persistence_2.13:jar:2.6.13 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-thingsearch-api:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-rql-query:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-rql-model: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-internal-utils-akka:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-json: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.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-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.dataformat:jackson-dataformat-cbor:jar:2.11.4 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 com.typesafe.akka:akka-cluster-tools_2.13:jar:2.6.13 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-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT 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 org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.scala-lang:scala-library:jar:2.13.5 in the shaded jar. [INFO] Including org.atteo.classindex:classindex:jar:3.8 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.core:jackson-core:jar:2.11.4 in the shaded jar. [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar. [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/policies/service/target/ditto-policies-service-0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.1.0:shade (default) @ ditto-policies-service --- [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-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 org.slf4j:jul-to-slf4j: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-policies-api:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-akka: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-internal-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 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.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-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-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-internal-utils-health:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-base-api: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-internal-utils-persistent-actors:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-conditional-headers: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-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-models-placeholders: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 org.atteo.classindex:classindex:jar:3.8 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] 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. [INFO] Attaching shaded artifact. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-policies-service --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-policies-service --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-policies-service --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-policies-service --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/policies/service/target/ditto-policies-service-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-service/0-SNAPSHOT/ditto-policies-service-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/policies/service/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-service/0-SNAPSHOT/ditto-policies-service-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/policies/service/target/ditto-policies-service-0-SNAPSHOT-allinone.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-service/0-SNAPSHOT/ditto-policies-service-0-SNAPSHOT-allinone.jar [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [INFO] [INFO] ---------------< org.eclipse.ditto:ditto-things-service >--------------- [INFO] Building Eclipse Ditto :: Things :: Service 0-SNAPSHOT [65/68] [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 :: Things :: Service: [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] Attaching shaded artifact. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-thingsearch-service --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-thingsearch-service --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-thingsearch-service --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-thingsearch-service --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-service/0-SNAPSHOT/ditto-thingsearch-service-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/thingsearch/service/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-service/0-SNAPSHOT/ditto-thingsearch-service-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT-allinone.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-service/0-SNAPSHOT/ditto-thingsearch-service-0-SNAPSHOT-allinone.jar [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-things-service --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-things-service --- [INFO] [INFO] --- port-allocator-maven-plugin:1.2:allocate-ports (default) @ ditto-things-service --- [INFO] Assigning port '37131' to property 'random-akka-tcp-port' [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-things-service --- [INFO] argLine set to -javaagent:/home/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-0-ditto_works-with_build/things/service/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-things-service --- [WARNING] [WARNING] !!! licenseMergesFile 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-0-ditto_works-with_build/things/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-things-service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 5 resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-things-service --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things-service:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-things-service --- [INFO] [INFO] -------------< org.eclipse.ditto:ditto-concierge-service >-------------- [INFO] Building Eclipse Ditto :: Concierge :: Service 0-SNAPSHOT [66/68] [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 :: Concierge :: Service: [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] Changes detected - recompiling the module! [INFO] Compiling 103 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/things/service/target/classes [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-concierge-service --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-concierge-service --- [INFO] [INFO] --- port-allocator-maven-plugin:1.2:allocate-ports (default) @ ditto-concierge-service --- [INFO] Assigning port '38891' to property 'random-akka-tcp-port' [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-concierge-service --- [INFO] argLine set to -javaagent:/home/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-0-ditto_works-with_build/concierge/service/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-concierge-service --- [WARNING] [WARNING] !!! licenseMergesFile 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-0-ditto_works-with_build/concierge/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-concierge-service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 5 resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-concierge-service --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-concierge-service:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-concierge-service --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 71 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/concierge/service/target/classes [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/concierge/service/src/main/java/org/eclipse/ditto/concierge/service/actors/cleanup/credits/DecisionByMetricStage.java: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/concierge/service/src/main/java/org/eclipse/ditto/concierge/service/actors/cleanup/credits/DecisionByMetricStage.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/concierge/service/src/main/java/org/eclipse/ditto/concierge/service/actors/cleanup/credits/DecisionByMetricStage.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/concierge/service/src/main/java/org/eclipse/ditto/concierge/service/enforcement/AbstractEnforcement.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/concierge/service/src/main/java/org/eclipse/ditto/concierge/service/enforcement/AbstractEnforcement.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-concierge-service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-things-service --- [INFO] Copying 7 resources [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-concierge-service --- [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-things-service --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/concierge/service/target/test-classes [INFO] Changes detected - recompiling the module! [INFO] Compiling 95 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/things/service/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/concierge/service/src/test/java/org/eclipse/ditto/concierge/service/enforcement/placeholders/references/PolicyIdReferencePlaceholderResolverTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/concierge/service/src/test/java/org/eclipse/ditto/concierge/service/enforcement/placeholders/references/PolicyIdReferencePlaceholderResolverTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-concierge-service --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-concierge-service --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/concierge/service/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-concierge-service --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/concierge/service/target/ditto-concierge-service-0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.1.0:shade (default) @ ditto-concierge-service --- [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-base-model: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-messages-model:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-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 org.slf4j:jul-to-slf4j: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-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-akka:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-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 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-internal-utils-config: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-base-api: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-internal-utils-health:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-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 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-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-concierge-api:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-connectivity-api:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-connectivity-model:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-protocol:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-models-placeholders:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-rql-query:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-rql-model:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-thingsearch-model: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-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.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] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/things/service/src/test/java/org/eclipse/ditto/things/service/persistence/actors/ThingPersistenceActorTest.java: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/things/service/src/test/java/org/eclipse/ditto/things/service/persistence/actors/ThingPersistenceActorTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/things/service/src/test/java/org/eclipse/ditto/things/service/persistence/actors/ThingPersistenceActorTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-things-service --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-things-service --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/things/service/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-things-service --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/things/service/target/ditto-things-service-0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.1.0:shade (default) @ ditto-things-service --- [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-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 org.slf4j:jul-to-slf4j: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-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-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-internal-utils-config:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-base-api: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-json:jar:0-SNAPSHOT in the shaded jar. [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-akka:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-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 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.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-internal-utils-conditional-headers:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistent-actors: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-slf4j_2.13:jar:2.6.13 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-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.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT 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-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.fasterxml.jackson.core:jackson-databind:jar:2.11.4 in the shaded jar. [INFO] Including org.atteo.classindex:classindex:jar:3.8 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. [INFO] Attaching shaded artifact. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-concierge-service --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-concierge-service --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-concierge-service --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-concierge-service --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/concierge/service/target/ditto-concierge-service-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-concierge-service/0-SNAPSHOT/ditto-concierge-service-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/concierge/service/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-concierge-service/0-SNAPSHOT/ditto-concierge-service-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/concierge/service/target/ditto-concierge-service-0-SNAPSHOT-allinone.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-concierge-service/0-SNAPSHOT/ditto-concierge-service-0-SNAPSHOT-allinone.jar [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [INFO] Attaching shaded artifact. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-things-service --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-things-service --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-things-service --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-things-service --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/things/service/target/ditto-things-service-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-service/0-SNAPSHOT/ditto-things-service-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/things/service/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-service/0-SNAPSHOT/ditto-things-service-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/things/service/target/ditto-things-service-0-SNAPSHOT-allinone.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-service/0-SNAPSHOT/ditto-things-service-0-SNAPSHOT-allinone.jar [INFO] [INFO] ------------< org.eclipse.ditto:ditto-connectivity-service >------------ [INFO] Building Eclipse Ditto :: Connectivity :: Service 0-SNAPSHOT [67/68] [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 :: Connectivity :: Service: [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] --------------< org.eclipse.ditto:ditto-gateway-service >--------------- [INFO] Building Eclipse Ditto :: Gateway :: Service 0-SNAPSHOT [68/68] [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 :: Gateway :: Service: [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-gateway-service --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-gateway-service --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-gateway-service --- [INFO] argLine set to -javaagent:/home/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-0-ditto_works-with_build/gateway/service/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-gateway-service --- [WARNING] [WARNING] !!! licenseMergesFile 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-0-ditto_works-with_build/gateway/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-gateway-service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 5 resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-gateway-service --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-gateway-service:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-gateway-service --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 204 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/gateway/service/target/classes [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-connectivity-service --- [INFO] [INFO] --- flatten-maven-plugin:1.2.5:clean (flatten.clean) @ ditto-connectivity-service --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-connectivity-service --- [INFO] argLine set to -javaagent:/home/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-0-ditto_works-with_build/connectivity/service/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-connectivity-service --- [WARNING] [WARNING] !!! licenseMergesFile 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-0-ditto_works-with_build/connectivity/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-connectivity-service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 8 resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.2.5:flatten (flatten) @ ditto-connectivity-service --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity-service:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-connectivity-service --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 320 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/service/target/classes [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/stats/StatsRoute.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/stats/StatsRoute.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/cloudevents/CloudEventsRoute.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/cloudevents/CloudEventsRoute.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-gateway-service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 21 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-gateway-service --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 73 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/gateway/service/target/test-classes [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/gateway/service/src/test/java/org/eclipse/ditto/gateway/service/util/config/health/DefaultClusterRolesConfigTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/gateway/service/src/test/java/org/eclipse/ditto/gateway/service/util/config/health/DefaultClusterRolesConfigTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/gateway/service/src/test/java/org/eclipse/ditto/gateway/service/endpoints/actors/HttpRequestActorHeaderInteractionTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/gateway/service/src/test/java/org/eclipse/ditto/gateway/service/endpoints/actors/HttpRequestActorHeaderInteractionTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-gateway-service --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-gateway-service --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/gateway/service/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-gateway-service --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/gateway/service/target/ditto-gateway-service-0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.1.0:shade (default) @ ditto-gateway-service --- [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 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 org.eclipse.ditto:ditto-base-model: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-json:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-akka:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-base-api: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 com.typesafe.akka:akka-slf4j_2.13:jar:2.6.13 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-internal-utils-metrics: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.modules:scala-java8-compat_2.13:jar:0.9.0 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.slf4j:slf4j-api:jar:1.7.30 in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT 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-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 org.eclipse.ditto:ditto-internal-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-internal-utils-health: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-cluster-tools_2.13:jar:2.6.13 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-internal-utils-search:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-thingsearch-model: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-thingsearch-api:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT 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 org.eclipse.ditto:ditto-internal-utils-protocol:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-protocol:jar:0-SNAPSHOT in the shaded jar. [INFO] Including com.typesafe:config:jar:1.4.0 in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-aggregator:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-jwt:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-rql-query:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-rql-model:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-jwt-model:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar. [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:2.8.8 in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-models-acks:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-concierge-api:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-connectivity-api:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-connectivity-model:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-models-placeholders:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar. [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar. [INFO] Including org.scala-lang:scala-library:jar:2.13.5 in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.30 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.lightbend.akka.management:akka-management_2.13:jar:1.0.10 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 com.lightbend.akka.management:akka-management-cluster-bootstrap_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.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 com.typesafe.akka:akka-persistence_2.13:jar:2.6.13 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 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. [WARNING] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/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-0-ditto_works-with_build/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/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-0-ditto_works-with_build/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/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-0-ditto_works-with_build/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/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-0-ditto_works-with_build/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/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-0-ditto_works-with_build/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/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-0-ditto_works-with_build/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/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-0-ditto_works-with_build/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/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-0-ditto_works-with_build/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/kafka/KafkaPublisherActor.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/kafka/KafkaPublisherActor.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-connectivity-service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 27 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-connectivity-service --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 152 source files to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/service/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. [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] Attaching shaded artifact. [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ ditto-gateway-service --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-gateway-service --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-gateway-service --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-gateway-service --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-gateway-service --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/gateway/service/target/ditto-gateway-service-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway-service/0-SNAPSHOT/ditto-gateway-service-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/gateway/service/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway-service/0-SNAPSHOT/ditto-gateway-service-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-allinone.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway-service/0-SNAPSHOT/ditto-gateway-service-0-SNAPSHOT-allinone.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway-service/0-SNAPSHOT/ditto-gateway-service-0-SNAPSHOT-tests.jar [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/service/src/test/java/org/eclipse/ditto/connectivity/service/mapping/WrappingMessageMapperTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/service/src/test/java/org/eclipse/ditto/connectivity/service/mapping/WrappingMessageMapperTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/service/src/test/java/org/eclipse/ditto/connectivity/service/messaging/TestConstants.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/service/src/test/java/org/eclipse/ditto/connectivity/service/messaging/TestConstants.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-connectivity-service --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy-legal-docs) @ ditto-connectivity-service --- [INFO] Unpacking /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/service/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-connectivity-service --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.1.0:shade (default) @ ditto-connectivity-service --- [INFO] Including org.eclipse.ditto:ditto-connectivity-model:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-connectivity-api:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-protocol:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-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.dataformat:jackson-dataformat-cbor:jar:2.11.4 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-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 com.fasterxml.jackson.core:jackson-annotations:jar:2.11.4 in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-concierge-api:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-rql-query:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-base-api: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 com.typesafe.akka:akka-slf4j_2.13:jar:2.6.13 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-internal-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 org.slf4j:jul-to-slf4j:jar:1.7.30 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.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.typesafe.akka:akka-http_2.13:jar:10.2.4 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 com.lightbend.akka.management:akka-management-cluster-bootstrap_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-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.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.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.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.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-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-transport: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.hivemq:hivemq-mqtt-client:jar:1.2.2 in the shaded jar. [INFO] Including io.reactivex.rxjava2:rxjava:jar:2.2.19 in the shaded jar. [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.3 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 com.newmotion:akka-rabbitmq_2.13:jar:5.1.2 in the shaded jar. [INFO] Including org.scala-lang:scala-library:jar:2.13.5 in the shaded jar. [INFO] Including com.rabbitmq:amqp-client:jar:5.7.3 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.mozilla:rhino-runtime:jar:1.7.13 in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-models-acks:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-akka: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-internal-models-signalenrichment:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-models-placeholders:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar. [INFO] Including com.typesafe.akka:akka-cluster-tools_2.13:jar:2.6.13 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 com.typesafe.akka:akka-persistence-query_2.13:jar:2.6.13 in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-conditional-headers: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-internal-utils-protocol:jar:0-SNAPSHOT in the shaded jar. [INFO] Including com.typesafe:config:jar:1.4.0 in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-internal-utils-search:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-rql-model: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-internal-utils-aggregator: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 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.atteo.classindex:classindex:jar:3.8 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.core:jackson-core: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. [INFO] Attaching shaded artifact. [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ ditto-connectivity-service --- [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-assembly-plugin:3.1.0:single (make-assembly) @ ditto-connectivity-service --- [INFO] Reading assembly descriptor: src/test/assembly/assembly.xml [INFO] Building jar: /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT-benchmark.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-connectivity-service --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-connectivity-service --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-connectivity-service --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-connectivity-service --- [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-service/0-SNAPSHOT/ditto-connectivity-service-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/service/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-service/0-SNAPSHOT/ditto-connectivity-service-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT-allinone.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-service/0-SNAPSHOT/ditto-connectivity-service-0-SNAPSHOT-allinone.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-service/0-SNAPSHOT/ditto-connectivity-service-0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/license-check-0-ditto_works-with_build/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT-benchmark.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-service/0-SNAPSHOT/ditto-connectivity-service-0-SNAPSHOT-benchmark.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Ditto 0-SNAPSHOT: [INFO] [INFO] Eclipse Ditto ...................................... SUCCESS [ 44.780 s] [INFO] Eclipse Ditto :: Legal ............................. SUCCESS [ 1.913 s] [INFO] Eclipse Ditto :: BOM ............................... SUCCESS [ 0.211 s] [INFO] Eclipse Ditto :: Documentation ..................... SUCCESS [ 1.634 s] [INFO] Eclipse Ditto :: Utils ............................. SUCCESS [ 1.822 s] [INFO] Eclipse Ditto :: Utils :: JSR-305 Extensions ....... SUCCESS [ 6.244 s] [INFO] Eclipse Ditto :: JSON .............................. SUCCESS [ 12.580 s] [INFO] Eclipse Ditto :: JSON CBOR ......................... SUCCESS [ 3.652 s] [INFO] Eclipse Ditto :: Base .............................. SUCCESS [ 0.136 s] [INFO] Eclipse Ditto :: Base :: Model ..................... SUCCESS [ 9.409 s] [INFO] Eclipse Ditto :: Policies .......................... SUCCESS [ 0.039 s] [INFO] Eclipse Ditto :: Policies :: Model ................. SUCCESS [ 51.202 s] [INFO] Eclipse Ditto :: Things ............................ SUCCESS [ 0.164 s] [INFO] Eclipse Ditto :: Things :: Model ................... SUCCESS [ 22.826 s] [INFO] Eclipse Ditto :: Thing Search ...................... SUCCESS [ 0.050 s] [INFO] Eclipse Ditto :: Thing Search :: Model ............. SUCCESS [ 4.129 s] [INFO] Eclipse Ditto :: Messages .......................... SUCCESS [ 0.122 s] [INFO] Eclipse Ditto :: Messages :: Model ................. SUCCESS [ 2.540 s] [INFO] Eclipse Ditto :: Protocol .......................... SUCCESS [ 6.804 s] [INFO] Eclipse Ditto :: Base :: API ....................... SUCCESS [ 2.591 s] [INFO] Eclipse Ditto :: Internal .......................... SUCCESS [ 0.127 s] [INFO] Eclipse Ditto :: Internal :: Utils ................. SUCCESS [ 0.098 s] [INFO] Eclipse Ditto :: Internal :: Utils :: Config ....... SUCCESS [ 2.615 s] [INFO] Eclipse Ditto :: Internal :: Utils :: Metrics ...... SUCCESS [ 2.297 s] [INFO] Eclipse Ditto :: Internal :: Models ................ SUCCESS [ 0.093 s] [INFO] Eclipse Ditto :: Internal :: Models :: Streaming ... SUCCESS [ 0.867 s] [INFO] Eclipse Ditto :: Internal :: Utils :: Akka ......... SUCCESS [01:17 min] [INFO] Eclipse Ditto :: Internal :: Models :: ACKs ........ SUCCESS [ 1.481 s] [INFO] Eclipse Ditto :: Internal :: Utils :: Cache ........ SUCCESS [ 3.193 s] [INFO] Eclipse Ditto :: Internal :: Models :: Signal Enrichment SUCCESS [ 1.046 s] [INFO] Eclipse Ditto :: Internal :: Models :: Placeholders SUCCESS [ 1.821 s] [INFO] Eclipse Ditto :: Internal :: Utils :: Health ....... SUCCESS [ 1.614 s] [INFO] Eclipse Ditto :: Internal :: Utils :: Tracing ...... SUCCESS [ 0.888 s] [INFO] Eclipse Ditto :: Internal :: Utils :: Cluster ...... SUCCESS [ 5.661 s] [INFO] Eclipse Ditto :: Internal :: Utils :: Test ......... SUCCESS [ 1.710 s] [INFO] Eclipse Ditto :: Internal :: Utils :: Persistence .. SUCCESS [ 4.455 s] [INFO] Eclipse Ditto :: Base :: Service ................... SUCCESS [ 2.450 s] [INFO] Eclipse Ditto :: Internal :: Utils :: Distributed Data SUCCESS [ 2.602 s] [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub ...... SUCCESS [ 10.621 s] [INFO] Eclipse Ditto :: Things :: API ..................... SUCCESS [ 1.704 s] [INFO] Eclipse Ditto :: Internal :: Utils :: Aggregator ... SUCCESS [ 0.730 s] [INFO] Eclipse Ditto :: Policies :: API ................... SUCCESS [ 0.970 s] [INFO] Eclipse Ditto :: Internal :: Utils :: Cache Loaders SUCCESS [ 0.772 s] [INFO] Eclipse Ditto :: Internal :: Utils :: Conditional Headers SUCCESS [ 0.981 s] [INFO] Eclipse Ditto :: Internal :: Utils :: JWT .......... SUCCESS [ 0.704 s] [INFO] Eclipse Ditto :: Internal :: Utils :: Namespaces ... SUCCESS [ 0.705 s] [INFO] Eclipse Ditto :: Internal :: Utils :: Protocol ..... SUCCESS [ 0.854 s] [INFO] Eclipse Ditto :: RQL ............................... SUCCESS [ 0.587 s] [INFO] Eclipse Ditto :: RQL :: Model ...................... SUCCESS [ 1.215 s] [INFO] Eclipse Ditto :: RQL :: parser ..................... SUCCESS [ 36.232 s] [INFO] Eclipse Ditto :: RQL :: Query ...................... SUCCESS [ 1.663 s] [INFO] Eclipse Ditto :: Thing Search :: API ............... SUCCESS [ 1.468 s] [INFO] Eclipse Ditto :: Internal :: Utils :: Search ....... SUCCESS [ 3.893 s] [INFO] Eclipse Ditto :: Internal :: Utils :: Persistent Actors SUCCESS [ 2.221 s] [INFO] Eclipse Ditto :: Policies :: Service ............... SUCCESS [ 16.829 s] [INFO] Eclipse Ditto :: Things :: Service ................. SUCCESS [ 13.780 s] [INFO] Eclipse Ditto :: Connectivity ...................... SUCCESS [ 0.212 s] [INFO] Eclipse Ditto :: Connectivity :: Model ............. SUCCESS [ 7.539 s] [INFO] Eclipse Ditto :: Connectivity :: API ............... SUCCESS [ 1.517 s] [INFO] Eclipse Ditto :: Concierge ......................... SUCCESS [ 0.039 s] [INFO] Eclipse Ditto :: Concierge :: API .................. SUCCESS [ 0.543 s] [INFO] Eclipse Ditto :: Concierge :: Service .............. SUCCESS [ 13.221 s] [INFO] Eclipse Ditto :: Connectivity :: Service ........... SUCCESS [04:33 min] [INFO] Eclipse Ditto :: JWT ............................... SUCCESS [ 0.077 s] [INFO] Eclipse Ditto :: JWT :: Model ...................... SUCCESS [ 1.000 s] [INFO] Eclipse Ditto :: Gateway ........................... SUCCESS [ 0.085 s] [INFO] Eclipse Ditto :: Gateway :: Service ................ SUCCESS [ 18.703 s] [INFO] Eclipse Ditto :: Thing Search :: Service ........... SUCCESS [ 20.107 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 09:22 min (Wall Clock) [INFO] Finished at: 2021-05-04T09:49:55Z [INFO] ------------------------------------------------------------------------ [license-check-0-ditto_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.19-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 :: Base [pom] [INFO] Eclipse Ditto :: Base :: Model [bundle] [INFO] Eclipse Ditto :: Policies [pom] [INFO] Eclipse Ditto :: Policies :: Model [bundle] [INFO] Eclipse Ditto :: Things [pom] [INFO] Eclipse Ditto :: Things :: Model [bundle] [INFO] Eclipse Ditto :: Thing Search [pom] [INFO] Eclipse Ditto :: Thing Search :: Model [bundle] [INFO] Eclipse Ditto :: Messages [pom] [INFO] Eclipse Ditto :: Messages :: Model [bundle] [INFO] Eclipse Ditto :: Protocol [bundle] [INFO] Eclipse Ditto :: Base :: API [jar] [INFO] Eclipse Ditto :: Internal [pom] [INFO] Eclipse Ditto :: Internal :: Utils [pom] [INFO] Eclipse Ditto :: Internal :: Utils :: Config [jar] [INFO] Eclipse Ditto :: Internal :: Utils :: Metrics [jar] [INFO] Eclipse Ditto :: Internal :: Models [pom] [INFO] Eclipse Ditto :: Internal :: Models :: Streaming [jar] [INFO] Eclipse Ditto :: Internal :: Utils :: Akka [jar] [INFO] Eclipse Ditto :: Internal :: Models :: ACKs [jar] [INFO] Eclipse Ditto :: Internal :: Utils :: Cache [jar] [INFO] Eclipse Ditto :: Internal :: Models :: Signal Enrichment [jar] [INFO] Eclipse Ditto :: Internal :: Models :: Placeholders [jar] [INFO] Eclipse Ditto :: Internal :: Utils :: Health [jar] [INFO] Eclipse Ditto :: Internal :: Utils :: Tracing [jar] [INFO] Eclipse Ditto :: Internal :: Utils :: Cluster [jar] [INFO] Eclipse Ditto :: Internal :: Utils :: Test [jar] [INFO] Eclipse Ditto :: Internal :: Utils :: Persistence [jar] [INFO] Eclipse Ditto :: Base :: Service [jar] [INFO] Eclipse Ditto :: Internal :: Utils :: Distributed Data [jar] [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub [jar] [INFO] Eclipse Ditto :: Things :: API [jar] [INFO] Eclipse Ditto :: Internal :: Utils :: Aggregator [jar] [INFO] Eclipse Ditto :: Policies :: API [jar] [INFO] Eclipse Ditto :: Internal :: Utils :: Cache Loaders [jar] [INFO] Eclipse Ditto :: Internal :: Utils :: Conditional Headers [jar] [INFO] Eclipse Ditto :: Internal :: Utils :: JWT [jar] [INFO] Eclipse Ditto :: Internal :: Utils :: Namespaces [jar] [INFO] Eclipse Ditto :: Internal :: Utils :: Protocol [jar] [INFO] Eclipse Ditto :: RQL [pom] [INFO] Eclipse Ditto :: RQL :: Model [bundle] [INFO] Eclipse Ditto :: RQL :: parser [bundle] [INFO] Eclipse Ditto :: RQL :: Query [bundle] [INFO] Eclipse Ditto :: Thing Search :: API [jar] [INFO] Eclipse Ditto :: Internal :: Utils :: Search [jar] [INFO] Eclipse Ditto :: Internal :: Utils :: Persistent Actors [jar] [INFO] Eclipse Ditto :: Policies :: Service [jar] [INFO] Eclipse Ditto :: Things :: Service [jar] [INFO] Eclipse Ditto :: Connectivity [pom] [INFO] Eclipse Ditto :: Connectivity :: Model [bundle] [INFO] Eclipse Ditto :: Connectivity :: API [jar] [INFO] Eclipse Ditto :: Concierge [pom] [INFO] Eclipse Ditto :: Concierge :: API [jar] [INFO] Eclipse Ditto :: Concierge :: Service [jar] [INFO] Eclipse Ditto :: Connectivity :: Service [jar] [INFO] Eclipse Ditto :: JWT [pom] [INFO] Eclipse Ditto :: JWT :: Model [bundle] [INFO] Eclipse Ditto :: Gateway [pom] [INFO] Eclipse Ditto :: Gateway :: Service [jar] [INFO] Eclipse Ditto :: Thing Search :: Service [jar] [INFO] [INFO] ----------------------< org.eclipse.ditto:ditto >----------------------- [INFO] Building Eclipse Ditto 0-SNAPSHOT [1/68] [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/68] [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/68] [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/68] [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/68] [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/68] [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/68] [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/68] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-json-cbor --- [INFO] [INFO] --------------------< org.eclipse.ditto:ditto-base >-------------------- [INFO] Building Eclipse Ditto :: Base 0-SNAPSHOT [9/68] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-base --- [INFO] [INFO] -----------------< org.eclipse.ditto:ditto-base-model >----------------- [INFO] Building Eclipse Ditto :: Base :: Model 0-SNAPSHOT [10/68] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-base-model --- [INFO] [INFO] ------------------< org.eclipse.ditto:ditto-policies >------------------ [INFO] Building Eclipse Ditto :: Policies 0-SNAPSHOT [11/68] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-policies --- [INFO] [INFO] ---------------< org.eclipse.ditto:ditto-policies-model >--------------- [INFO] Building Eclipse Ditto :: Policies :: Model 0-SNAPSHOT [12/68] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-policies-model --- [INFO] [INFO] -------------------< org.eclipse.ditto:ditto-things >------------------- [INFO] Building Eclipse Ditto :: Things 0-SNAPSHOT [13/68] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-things --- [INFO] [INFO] ----------------< org.eclipse.ditto:ditto-things-model >---------------- [INFO] Building Eclipse Ditto :: Things :: Model 0-SNAPSHOT [14/68] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-things-model --- [INFO] [INFO] ----------------< org.eclipse.ditto:ditto-thingsearch >----------------- [INFO] Building Eclipse Ditto :: Thing Search 0-SNAPSHOT [15/68] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-thingsearch --- [INFO] [INFO] -------------< org.eclipse.ditto:ditto-thingsearch-model >-------------- [INFO] Building Eclipse Ditto :: Thing Search :: Model 0-SNAPSHOT [16/68] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-thingsearch-model --- [INFO] [INFO] ------------------< org.eclipse.ditto:ditto-messages >------------------ [INFO] Building Eclipse Ditto :: Messages 0-SNAPSHOT [17/68] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-messages --- [INFO] [INFO] ---------------< org.eclipse.ditto:ditto-messages-model >--------------- [INFO] Building Eclipse Ditto :: Messages :: Model 0-SNAPSHOT [18/68] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-messages-model --- [INFO] [INFO] ------------------< org.eclipse.ditto:ditto-protocol >------------------ [INFO] Building Eclipse Ditto :: Protocol 0-SNAPSHOT [19/68] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-protocol --- [INFO] [INFO] ------------------< org.eclipse.ditto:ditto-base-api >------------------ [INFO] Building Eclipse Ditto :: Base :: API 0-SNAPSHOT [20/68] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-base-api --- [INFO] [INFO] ------------------< org.eclipse.ditto:ditto-internal >------------------ [INFO] Building Eclipse Ditto :: Internal 0-SNAPSHOT [21/68] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-internal --- [INFO] [INFO] ---------------< org.eclipse.ditto:ditto-internal-utils >--------------- [INFO] Building Eclipse Ditto :: Internal :: Utils 0-SNAPSHOT [22/68] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-internal-utils --- [INFO] [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-config >------------ [INFO] Building Eclipse Ditto :: Internal :: Utils :: Config 0-SNAPSHOT [23/68] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-internal-utils-config --- [INFO] [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-metrics >----------- [INFO] Building Eclipse Ditto :: Internal :: Utils :: Metrics 0-SNAPSHOT [24/68] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-internal-utils-metrics --- [INFO] [INFO] --------------< org.eclipse.ditto:ditto-internal-models >--------------- [INFO] Building Eclipse Ditto :: Internal :: Models 0-SNAPSHOT [25/68] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-internal-models --- [INFO] [INFO] ---------< org.eclipse.ditto:ditto-internal-models-streaming >---------- [INFO] Building Eclipse Ditto :: Internal :: Models :: Streaming 0-SNAPSHOT [26/68] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-internal-models-streaming --- [INFO] [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-akka >------------- [INFO] Building Eclipse Ditto :: Internal :: Utils :: Akka 0-SNAPSHOT [27/68] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-internal-utils-akka --- [INFO] [INFO] ------------< org.eclipse.ditto:ditto-internal-models-acks >------------ [INFO] Building Eclipse Ditto :: Internal :: Models :: ACKs 0-SNAPSHOT [28/68] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-internal-models-acks --- [INFO] [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-cache >------------ [INFO] Building Eclipse Ditto :: Internal :: Utils :: Cache 0-SNAPSHOT [29/68] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-internal-utils-cache --- [INFO] [INFO] ------< org.eclipse.ditto:ditto-internal-models-signalenrichment >------ [INFO] Building Eclipse Ditto :: Internal :: Models :: Signal Enrichment 0-SNAPSHOT [30/68] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-internal-models-signalenrichment --- [INFO] [INFO] --------< org.eclipse.ditto:ditto-internal-models-placeholders >-------- [INFO] Building Eclipse Ditto :: Internal :: Models :: Placeholders 0-SNAPSHOT [31/68] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-internal-models-placeholders --- [INFO] [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-health >------------ [INFO] Building Eclipse Ditto :: Internal :: Utils :: Health 0-SNAPSHOT [32/68] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-internal-utils-health --- [INFO] [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-tracing >----------- [INFO] Building Eclipse Ditto :: Internal :: Utils :: Tracing 0-SNAPSHOT [33/68] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-internal-utils-tracing --- [INFO] [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-cluster >----------- [INFO] Building Eclipse Ditto :: Internal :: Utils :: Cluster 0-SNAPSHOT [34/68] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-internal-utils-cluster --- [INFO] [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-test >------------- [INFO] Building Eclipse Ditto :: Internal :: Utils :: Test 0-SNAPSHOT [35/68] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-internal-utils-test --- [INFO] [INFO] ---------< org.eclipse.ditto:ditto-internal-utils-persistence >--------- [INFO] Building Eclipse Ditto :: Internal :: Utils :: Persistence 0-SNAPSHOT [36/68] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-internal-utils-persistence --- [INFO] [INFO] ----------------< org.eclipse.ditto:ditto-base-service >---------------- [INFO] Building Eclipse Ditto :: Base :: Service 0-SNAPSHOT [37/68] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-base-service --- [INFO] [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-ddata >------------ [INFO] Building Eclipse Ditto :: Internal :: Utils :: Distributed Data 0-SNAPSHOT [38/68] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-internal-utils-ddata --- [INFO] [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-pubsub >------------ [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pub-Sub 0-SNAPSHOT [39/68] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-internal-utils-pubsub --- [INFO] [INFO] -----------------< org.eclipse.ditto:ditto-things-api >----------------- [INFO] Building Eclipse Ditto :: Things :: API 0-SNAPSHOT [40/68] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-things-api --- [INFO] [INFO] ---------< org.eclipse.ditto:ditto-internal-utils-aggregator >---------- [INFO] Building Eclipse Ditto :: Internal :: Utils :: Aggregator 0-SNAPSHOT [41/68] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-internal-utils-aggregator --- [INFO] [INFO] ----------------< org.eclipse.ditto:ditto-policies-api >---------------- [INFO] Building Eclipse Ditto :: Policies :: API 0-SNAPSHOT [42/68] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-policies-api --- [INFO] [INFO] --------< org.eclipse.ditto:ditto-internal-utils-cache-loaders >-------- [INFO] Building Eclipse Ditto :: Internal :: Utils :: Cache Loaders 0-SNAPSHOT [43/68] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-internal-utils-cache-loaders --- [INFO] [INFO] -----< org.eclipse.ditto:ditto-internal-utils-conditional-headers >----- [INFO] Building Eclipse Ditto :: Internal :: Utils :: Conditional Headers 0-SNAPSHOT [44/68] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-internal-utils-conditional-headers --- [INFO] [INFO] -------------< org.eclipse.ditto:ditto-internal-utils-jwt >------------- [INFO] Building Eclipse Ditto :: Internal :: Utils :: JWT 0-SNAPSHOT [45/68] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-internal-utils-jwt --- [INFO] [INFO] ---------< org.eclipse.ditto:ditto-internal-utils-namespaces >---------- [INFO] Building Eclipse Ditto :: Internal :: Utils :: Namespaces 0-SNAPSHOT [46/68] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-internal-utils-namespaces --- [INFO] [INFO] ----------< org.eclipse.ditto:ditto-internal-utils-protocol >----------- [INFO] Building Eclipse Ditto :: Internal :: Utils :: Protocol 0-SNAPSHOT [47/68] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-internal-utils-protocol --- [INFO] [INFO] --------------------< org.eclipse.ditto:ditto-rql >--------------------- [INFO] Building Eclipse Ditto :: RQL 0-SNAPSHOT [48/68] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-rql --- [INFO] [INFO] -----------------< org.eclipse.ditto:ditto-rql-model >------------------ [INFO] Building Eclipse Ditto :: RQL :: Model 0-SNAPSHOT [49/68] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-rql-model --- [INFO] [INFO] -----------------< org.eclipse.ditto:ditto-rql-parser >----------------- [INFO] Building Eclipse Ditto :: RQL :: parser 0-SNAPSHOT [50/68] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-rql-parser --- [INFO] [INFO] -----------------< org.eclipse.ditto:ditto-rql-query >------------------ [INFO] Building Eclipse Ditto :: RQL :: Query 0-SNAPSHOT [51/68] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-rql-query --- [INFO] [INFO] --------------< org.eclipse.ditto:ditto-thingsearch-api >--------------- [INFO] Building Eclipse Ditto :: Thing Search :: API 0-SNAPSHOT [52/68] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-thingsearch-api --- [INFO] [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-search >------------ [INFO] Building Eclipse Ditto :: Internal :: Utils :: Search 0-SNAPSHOT [53/68] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-internal-utils-search --- [INFO] [INFO] ------< org.eclipse.ditto:ditto-internal-utils-persistent-actors >------ [INFO] Building Eclipse Ditto :: Internal :: Utils :: Persistent Actors 0-SNAPSHOT [54/68] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-internal-utils-persistent-actors --- [INFO] [INFO] --------------< org.eclipse.ditto:ditto-policies-service >-------------- [INFO] Building Eclipse Ditto :: Policies :: Service 0-SNAPSHOT [55/68] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-policies-service --- [INFO] [INFO] ---------------< org.eclipse.ditto:ditto-things-service >--------------- [INFO] Building Eclipse Ditto :: Things :: Service 0-SNAPSHOT [56/68] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-things-service --- [INFO] [INFO] ----------------< org.eclipse.ditto:ditto-connectivity >---------------- [INFO] Building Eclipse Ditto :: Connectivity 0-SNAPSHOT [57/68] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-connectivity --- [INFO] [INFO] -------------< org.eclipse.ditto:ditto-connectivity-model >------------- [INFO] Building Eclipse Ditto :: Connectivity :: Model 0-SNAPSHOT [58/68] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-connectivity-model --- [INFO] [INFO] --------------< org.eclipse.ditto:ditto-connectivity-api >-------------- [INFO] Building Eclipse Ditto :: Connectivity :: API 0-SNAPSHOT [59/68] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-connectivity-api --- [INFO] [INFO] -----------------< org.eclipse.ditto:ditto-concierge >------------------ [INFO] Building Eclipse Ditto :: Concierge 0-SNAPSHOT [60/68] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-concierge --- [INFO] [INFO] ---------------< org.eclipse.ditto:ditto-concierge-api >---------------- [INFO] Building Eclipse Ditto :: Concierge :: API 0-SNAPSHOT [61/68] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-concierge-api --- [INFO] [INFO] -------------< org.eclipse.ditto:ditto-concierge-service >-------------- [INFO] Building Eclipse Ditto :: Concierge :: Service 0-SNAPSHOT [62/68] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-concierge-service --- [INFO] [INFO] ------------< org.eclipse.ditto:ditto-connectivity-service >------------ [INFO] Building Eclipse Ditto :: Connectivity :: Service 0-SNAPSHOT [63/68] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-connectivity-service --- [INFO] [INFO] --------------------< org.eclipse.ditto:ditto-jwt >--------------------- [INFO] Building Eclipse Ditto :: JWT 0-SNAPSHOT [64/68] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-jwt --- [INFO] [INFO] -----------------< org.eclipse.ditto:ditto-jwt-model >------------------ [INFO] Building Eclipse Ditto :: JWT :: Model 0-SNAPSHOT [65/68] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-jwt-model --- [INFO] [INFO] ------------------< org.eclipse.ditto:ditto-gateway >------------------- [INFO] Building Eclipse Ditto :: Gateway 0-SNAPSHOT [66/68] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-gateway --- [INFO] [INFO] --------------< org.eclipse.ditto:ditto-gateway-service >--------------- [INFO] Building Eclipse Ditto :: Gateway :: Service 0-SNAPSHOT [67/68] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-gateway-service --- [INFO] [INFO] ------------< org.eclipse.ditto:ditto-thingsearch-service >------------- [INFO] Building Eclipse Ditto :: Thing Search :: Service 0-SNAPSHOT [68/68] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-thingsearch-service --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Ditto 0-SNAPSHOT: [INFO] [INFO] Eclipse Ditto ...................................... SUCCESS [ 16.561 s] [INFO] Eclipse Ditto :: Legal ............................. SUCCESS [ 1.239 s] [INFO] Eclipse Ditto :: BOM ............................... SUCCESS [ 0.217 s] [INFO] Eclipse Ditto :: Documentation ..................... SUCCESS [ 0.548 s] [INFO] Eclipse Ditto :: Utils ............................. SUCCESS [ 0.982 s] [INFO] Eclipse Ditto :: Utils :: JSR-305 Extensions ....... SUCCESS [ 0.369 s] [INFO] Eclipse Ditto :: JSON .............................. SUCCESS [ 0.623 s] [INFO] Eclipse Ditto :: JSON CBOR ......................... SUCCESS [ 0.281 s] [INFO] Eclipse Ditto :: Base .............................. SUCCESS [ 0.174 s] [INFO] Eclipse Ditto :: Base :: Model ..................... SUCCESS [ 0.271 s] [INFO] Eclipse Ditto :: Policies .......................... SUCCESS [ 0.180 s] [INFO] Eclipse Ditto :: Policies :: Model ................. SUCCESS [ 0.284 s] [INFO] Eclipse Ditto :: Things ............................ SUCCESS [ 0.165 s] [INFO] Eclipse Ditto :: Things :: Model ................... SUCCESS [ 0.229 s] [INFO] Eclipse Ditto :: Thing Search ...................... SUCCESS [ 0.179 s] [INFO] Eclipse Ditto :: Thing Search :: Model ............. SUCCESS [ 0.236 s] [INFO] Eclipse Ditto :: Messages .......................... SUCCESS [ 0.145 s] [INFO] Eclipse Ditto :: Messages :: Model ................. SUCCESS [ 0.224 s] [INFO] Eclipse Ditto :: Protocol .......................... SUCCESS [ 0.216 s] [INFO] Eclipse Ditto :: Base :: API ....................... SUCCESS [ 0.178 s] [INFO] Eclipse Ditto :: Internal .......................... SUCCESS [ 0.160 s] [INFO] Eclipse Ditto :: Internal :: Utils ................. SUCCESS [ 0.139 s] [INFO] Eclipse Ditto :: Internal :: Utils :: Config ....... SUCCESS [ 0.164 s] [INFO] Eclipse Ditto :: Internal :: Utils :: Metrics ...... SUCCESS [ 0.200 s] [INFO] Eclipse Ditto :: Internal :: Models ................ SUCCESS [ 0.140 s] [INFO] Eclipse Ditto :: Internal :: Models :: Streaming ... SUCCESS [ 0.158 s] [INFO] Eclipse Ditto :: Internal :: Utils :: Akka ......... SUCCESS [ 0.275 s] [INFO] Eclipse Ditto :: Internal :: Models :: ACKs ........ SUCCESS [ 0.156 s] [INFO] Eclipse Ditto :: Internal :: Utils :: Cache ........ SUCCESS [ 0.188 s] [INFO] Eclipse Ditto :: Internal :: Models :: Signal Enrichment SUCCESS [ 0.151 s] [INFO] Eclipse Ditto :: Internal :: Models :: Placeholders SUCCESS [ 0.171 s] [INFO] Eclipse Ditto :: Internal :: Utils :: Health ....... SUCCESS [ 0.261 s] [INFO] Eclipse Ditto :: Internal :: Utils :: Tracing ...... SUCCESS [ 0.204 s] [INFO] Eclipse Ditto :: Internal :: Utils :: Cluster ...... SUCCESS [ 0.192 s] [INFO] Eclipse Ditto :: Internal :: Utils :: Test ......... SUCCESS [ 0.207 s] [INFO] Eclipse Ditto :: Internal :: Utils :: Persistence .. SUCCESS [ 0.158 s] [INFO] Eclipse Ditto :: Base :: Service ................... SUCCESS [ 0.160 s] [INFO] Eclipse Ditto :: Internal :: Utils :: Distributed Data SUCCESS [ 0.160 s] [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub ...... SUCCESS [ 0.146 s] [INFO] Eclipse Ditto :: Things :: API ..................... SUCCESS [ 0.147 s] [INFO] Eclipse Ditto :: Internal :: Utils :: Aggregator ... SUCCESS [ 0.166 s] [INFO] Eclipse Ditto :: Policies :: API ................... SUCCESS [ 0.138 s] [INFO] Eclipse Ditto :: Internal :: Utils :: Cache Loaders SUCCESS [ 0.145 s] [INFO] Eclipse Ditto :: Internal :: Utils :: Conditional Headers SUCCESS [ 0.148 s] [INFO] Eclipse Ditto :: Internal :: Utils :: JWT .......... SUCCESS [ 0.137 s] [INFO] Eclipse Ditto :: Internal :: Utils :: Namespaces ... SUCCESS [ 0.146 s] [INFO] Eclipse Ditto :: Internal :: Utils :: Protocol ..... SUCCESS [ 0.151 s] [INFO] Eclipse Ditto :: RQL ............................... SUCCESS [ 0.118 s] [INFO] Eclipse Ditto :: RQL :: Model ...................... SUCCESS [ 0.187 s] [INFO] Eclipse Ditto :: RQL :: parser ..................... SUCCESS [ 0.214 s] [INFO] Eclipse Ditto :: RQL :: Query ...................... SUCCESS [ 0.178 s] [INFO] Eclipse Ditto :: Thing Search :: API ............... SUCCESS [ 0.151 s] [INFO] Eclipse Ditto :: Internal :: Utils :: Search ....... SUCCESS [ 0.130 s] [INFO] Eclipse Ditto :: Internal :: Utils :: Persistent Actors SUCCESS [ 0.127 s] [INFO] Eclipse Ditto :: Policies :: Service ............... SUCCESS [ 1.710 s] [INFO] Eclipse Ditto :: Things :: Service ................. SUCCESS [ 0.147 s] [INFO] Eclipse Ditto :: Connectivity ...................... SUCCESS [ 0.113 s] [INFO] Eclipse Ditto :: Connectivity :: Model ............. SUCCESS [ 0.191 s] [INFO] Eclipse Ditto :: Connectivity :: API ............... SUCCESS [ 0.132 s] [INFO] Eclipse Ditto :: Concierge ......................... SUCCESS [ 0.118 s] [INFO] Eclipse Ditto :: Concierge :: API .................. SUCCESS [ 0.147 s] [INFO] Eclipse Ditto :: Concierge :: Service .............. SUCCESS [ 0.149 s] [INFO] Eclipse Ditto :: Connectivity :: Service ........... SUCCESS [ 0.177 s] [INFO] Eclipse Ditto :: JWT ............................... SUCCESS [ 0.131 s] [INFO] Eclipse Ditto :: JWT :: Model ...................... SUCCESS [ 0.171 s] [INFO] Eclipse Ditto :: Gateway ........................... SUCCESS [ 0.116 s] [INFO] Eclipse Ditto :: Gateway :: Service ................ SUCCESS [ 0.154 s] [INFO] Eclipse Ditto :: Thing Search :: Service ........... SUCCESS [ 0.150 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 36.302 s [INFO] Finished at: 2021-05-04T09:50:33Z [INFO] ------------------------------------------------------------------------ [license-check-0-ditto_works-with_build] $ /bin/sh -xe /tmp/jenkins15441007464328381080.sh + find . -name plugins.txt + read i + grep '.*:.*:runtime$' + tr -d '[:blank:]' + sed -e 's/(optional)//' -e 's/:runtime.*/:runtime/' + sort + uniq + cat ./base/api/plugins.txt + read i + cat ./base/model/plugins.txt + read i + cat ./base/service/plugins.txt + read i + cat ./base/plugins.txt + read i + cat ./bom/plugins.txt + read i + cat ./concierge/api/plugins.txt + read i + cat ./concierge/service/plugins.txt + read i + cat ./concierge/plugins.txt + read i + cat ./connectivity/api/plugins.txt + read i + cat ./connectivity/model/plugins.txt + read i + cat ./connectivity/service/plugins.txt + read i + cat ./connectivity/plugins.txt + read i + cat ./documentation/plugins.txt + read i + cat ./gateway/service/plugins.txt + read i + cat ./gateway/plugins.txt + read i + cat ./internal/models/acks/plugins.txt + read i + cat ./internal/models/placeholders/plugins.txt + read i + cat ./internal/models/signalenrichment/plugins.txt + read i + cat ./internal/models/streaming/plugins.txt + read i + cat ./internal/models/plugins.txt + read i + cat ./internal/utils/aggregator/plugins.txt + read i + cat ./internal/utils/akka/plugins.txt + read i + cat ./internal/utils/cache-loaders/plugins.txt + read i + cat ./internal/utils/cache/plugins.txt + read i + cat ./internal/utils/cluster/plugins.txt + read i + cat ./internal/utils/conditional-headers/plugins.txt + read i + cat ./internal/utils/config/plugins.txt + read i + cat ./internal/utils/ddata/plugins.txt + read i + cat ./internal/utils/health/plugins.txt + read i + cat ./internal/utils/jwt/plugins.txt + read i + cat ./internal/utils/metrics/plugins.txt + read i + cat ./internal/utils/namespaces/plugins.txt + read i + cat ./internal/utils/persistence/plugins.txt + read i + cat ./internal/utils/persistent-actors/plugins.txt + read i + cat ./internal/utils/protocol/plugins.txt + read i + cat ./internal/utils/pubsub/plugins.txt + read i + cat ./internal/utils/search/plugins.txt + read i + cat ./internal/utils/test/plugins.txt + read i + cat ./internal/utils/tracing/plugins.txt + read i + cat ./internal/utils/plugins.txt + read i + cat ./internal/plugins.txt + read i + cat ./json-cbor/plugins.txt + read i + cat ./json/plugins.txt + read i + cat ./jwt/model/plugins.txt + read i + cat ./jwt/plugins.txt + read i + cat ./legal/plugins.txt + read i + cat ./messages/model/plugins.txt + read i + cat ./messages/plugins.txt + read i + cat ./policies/api/plugins.txt + read i + cat ./policies/model/plugins.txt + read i + cat ./policies/service/plugins.txt + read i + cat ./policies/plugins.txt + read i + cat ./protocol/plugins.txt + read i + cat ./rql/model/plugins.txt + read i + cat ./rql/parser/plugins.txt + read i + cat ./rql/query/plugins.txt + read i + cat ./rql/plugins.txt + read i + cat ./things/api/plugins.txt + read i + cat ./things/model/plugins.txt + read i + cat ./things/service/plugins.txt + read i + cat ./things/plugins.txt + read i + cat ./thingsearch/api/plugins.txt + read i + cat ./thingsearch/model/plugins.txt + read i + cat ./thingsearch/service/plugins.txt + read i + cat ./thingsearch/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 ./base/api/plugins.txt + read i + rm ./base/model/plugins.txt + read i + rm ./base/service/plugins.txt + read i + rm ./base/plugins.txt + read i + rm ./bom/plugins.txt + read i + rm ./concierge/api/plugins.txt + read i + rm ./concierge/service/plugins.txt + read i + rm ./concierge/plugins.txt + read i + rm ./connectivity/api/plugins.txt + read i + rm ./connectivity/model/plugins.txt + read i + rm ./connectivity/service/plugins.txt + read i + rm ./connectivity/plugins.txt + read i + rm ./documentation/plugins.txt + read i + rm ./gateway/service/plugins.txt + read i + rm ./gateway/plugins.txt + read i + rm ./internal/models/acks/plugins.txt + read i + rm ./internal/models/placeholders/plugins.txt + read i + rm ./internal/models/signalenrichment/plugins.txt + read i + rm ./internal/models/streaming/plugins.txt + read i + rm ./internal/models/plugins.txt + read i + rm ./internal/utils/aggregator/plugins.txt + read i + rm ./internal/utils/akka/plugins.txt + read i + rm ./internal/utils/cache-loaders/plugins.txt + read i + rm ./internal/utils/cache/plugins.txt + read i + rm ./internal/utils/cluster/plugins.txt + read i + rm ./internal/utils/conditional-headers/plugins.txt + read i + rm ./internal/utils/config/plugins.txt + read i + rm ./internal/utils/ddata/plugins.txt + read i + rm ./internal/utils/health/plugins.txt + read i + rm ./internal/utils/jwt/plugins.txt + read i + rm ./internal/utils/metrics/plugins.txt + read i + rm ./internal/utils/namespaces/plugins.txt + read i + rm ./internal/utils/persistence/plugins.txt + read i + rm ./internal/utils/persistent-actors/plugins.txt + read i + rm ./internal/utils/protocol/plugins.txt + read i + rm ./internal/utils/pubsub/plugins.txt + read i + rm ./internal/utils/search/plugins.txt + read i + rm ./internal/utils/test/plugins.txt + read i + rm ./internal/utils/tracing/plugins.txt + read i + rm ./internal/utils/plugins.txt + read i + rm ./internal/plugins.txt + read i + rm ./json-cbor/plugins.txt + read i + rm ./json/plugins.txt + read i + rm ./jwt/model/plugins.txt + read i + rm ./jwt/plugins.txt + read i + rm ./legal/plugins.txt + read i + rm ./messages/model/plugins.txt + read i + rm ./messages/plugins.txt + read i + rm ./policies/api/plugins.txt + read i + rm ./policies/model/plugins.txt + read i + rm ./policies/service/plugins.txt + read i + rm ./policies/plugins.txt + read i + rm ./protocol/plugins.txt + read i + rm ./rql/model/plugins.txt + read i + rm ./rql/parser/plugins.txt + read i + rm ./rql/query/plugins.txt + read i + rm ./rql/plugins.txt + read i + rm ./things/api/plugins.txt + read i + rm ./things/model/plugins.txt + read i + rm ./things/service/plugins.txt + read i + rm ./things/plugins.txt + read i + rm ./thingsearch/api/plugins.txt + read i + rm ./thingsearch/model/plugins.txt + read i + rm ./thingsearch/service/plugins.txt + read i + rm ./thingsearch/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.3: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: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 May 04, 2021 9:50:37 AM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport queryLicenseData INFO: Querying Eclipse Foundation for license data for 25 items. May 04, 2021 9:50:37 AM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport lambda$queryLicenseData$3 INFO: Found 4 items. May 04, 2021 9:50:37 AM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport queryLicenseData INFO: Querying ClearlyDefined for license data for 22 items. May 04, 2021 9:50:41 AM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport lambda$queryLicenseData$2 INFO: Found 22 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