Skip to content

Console Output

Started by an SCM change
Running as SYSTEM
Agent basic-hbrvm is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-hbrvm"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.ditto.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-hbrvm"
    - 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-hbrvm"
    - 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-hbrvm in workspace /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build
Selected Git installation does not exist. Using Default
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-1-ditto-client-java_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-clients.url https://github.com/eclipse/ditto-clients.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/ditto-clients.git
 > git fetch --tags --force --progress -- https://github.com/eclipse/ditto-clients.git +refs/heads/*:refs/remotes/ditto-clients/* # 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-clients/master
Seen branch in repository ditto-clients/release-1.1
Seen branch in repository ditto-clients/release-1.2
Seen branch in repository ditto-clients/release-1.4
Seen branch in repository ditto-clients/release-1.5
Seen branch in repository ditto-clients/release-js_1.0_2.1
Seen 10 remote branches
 > git show-ref --tags -d # timeout=10
Checking out Revision 8ae348e65e921671b3250a9665b0afd8f306ad86 (ditto-clients/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8ae348e65e921671b3250a9665b0afd8f306ad86 # timeout=10
Commit message: "Merge pull request #153 from bosch-io/feature/restructure-modules"
 > git rev-list --no-walk b6a0eececdd34191fcfb511240e874895cacf39e # timeout=10
[license-check-1-ditto-client-java_works-with_build] $ /bin/sh -xe /tmp/jenkins99880325969913040.sh
+ git checkout -b dash-licenses dash-licenses/master
Previous HEAD position was 8ae348e Merge pull request #153 from bosch-io/feature/restructure-modules
Switched to a new branch 'dash-licenses'
Branch 'dash-licenses' set up to track remote branch 'master' from 'dash-licenses'.
[license-check-1-ditto-client-java_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-1-ditto-client-java_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-1-ditto-client-java_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-1-ditto-client-java_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-1-ditto-client-java_works-with_build/core/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.dash.licenses.tests.TestSuite
May 04, 2021 10:04:06 AM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport queryLicenseData
INFO: Querying ClearlyDefined for license data for 1 items.
May 04, 2021 10:04:06 AM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport lambda$queryLicenseData$2
INFO: Found 1 items.
May 04, 2021 10:04:06 AM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport queryLicenseData
INFO: Querying ClearlyDefined for license data for 1 items.
May 04, 2021 10:04:06 AM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport lambda$queryLicenseData$2
INFO: Found 1 items.
May 04, 2021 10:04:06 AM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport queryLicenseData
INFO: Querying Eclipse Foundation for license data for 1 items.
May 04, 2021 10:04:06 AM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport lambda$queryLicenseData$3
INFO: Found 0 items.
May 04, 2021 10:04:06 AM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport queryLicenseData
INFO: Querying Eclipse Foundation for license data for 1 items.
May 04, 2021 10:04:06 AM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport lambda$queryLicenseData$3
INFO: Found 0 items.
May 04, 2021 10:04:06 AM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport queryLicenseData
INFO: Querying ClearlyDefined for license data for 1 items.
May 04, 2021 10:04:06 AM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport lambda$queryLicenseData$2
INFO: Found 1 items.
May 04, 2021 10:04:06 AM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport queryLicenseData
INFO: Querying Eclipse Foundation for license data for 1 items.
May 04, 2021 10:04:06 AM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport lambda$queryLicenseData$3
INFO: Found 0 items.
May 04, 2021 10:04:06 AM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport queryLicenseData
INFO: Querying ClearlyDefined for license data for 1 items.
May 04, 2021 10:04:06 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: 0.689 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-1-ditto-client-java_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-1-ditto-client-java_works-with_build/core/target/org.eclipse.dash.licenses-0.0.1-SNAPSHOT.jar with /home/jenkins/agent/workspace/license-check-1-ditto-client-java_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-1-ditto-client-java_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-1-ditto-client-java_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-1-ditto-client-java_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-1-ditto-client-java_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.350 s]
[INFO] org.eclipse.dash.licenses .......................... SUCCESS [ 17.021 s]
[INFO] license-tool-plugin ................................ SUCCESS [ 13.119 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  32.637 s
[INFO] Finished at: 2021-05-04T10:04:23Z
[INFO] ------------------------------------------------------------------------
[license-check-1-ditto-client-java_works-with_build] $ /bin/sh -xe /tmp/jenkins16068120534725982745.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 10:03 CONTRIBUTING.md
drwxr-sr-x. 5 jenkins 1001020000      97 May  4 10:04 core
-rw-r--r--. 1 jenkins 1001020000    4515 May  4 10:03 DEPENDENCIES
-rw-r--r--. 1 jenkins 1001020000   14198 May  4 10:03 LICENSE
drwxr-sr-x. 5 jenkins 1001020000      97 May  4 10:04 maven-plugin
-rw-r--r--. 1 jenkins 1001020000 7829468 May  4 10:04 org.eclipse.dash.licenses-0.0.1-SNAPSHOT.jar
-rw-r--r--. 1 jenkins 1001020000    2935 May  4 10:03 pom.xml
-rw-r--r--. 1 jenkins 1001020000   15583 May  4 10:03 README.md
drwxr-sr-x. 2 jenkins 1001020000      59 May  4 10:03 yarn
+ git checkout -b ditto-clients ditto-clients/master
Switched to a new branch 'ditto-clients'
[license-check-1-ditto-client-java_works-with_build] $ /opt/tools/apache-maven/latest/bin/mvn -f java/pom.xml clean install -DskipTests -DskipITs -DskipLicenseMavenPlugin -T1C --batch-mode --errors --settings java/.maven.settings.xml
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-client:bundle: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] Using the MultiThreadedBuilder implementation with a thread count of 2
[INFO] 
[INFO] -------------------< org.eclipse.ditto:ditto-client >-------------------
[INFO] Building Eclipse Ditto Client 0-SNAPSHOT
[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 Client:
[WARNING] org.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-client ---
[INFO] 
[INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-client ---
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ ditto-client ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-client ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/java/target/jacoco.exec -Dfile.encoding=UTF-8
[INFO] 
[INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-client ---
[INFO] skip flag is on, will skip goal.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ ditto-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-client ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-client:bundle:0-SNAPSHOT...
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 347 source files to /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/java/target/classes
[INFO] /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/java/src/main/java/org/eclipse/ditto/client/internal/AbstractHandle.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/java/src/main/java/org/eclipse/ditto/client/internal/AbstractHandle.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ ditto-client ---
[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-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 156 source files to /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/java/target/test-classes
[INFO] /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/java/src/test/java/org/eclipse/ditto/client/internal/HandlerRegistryTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/java/src/test/java/org/eclipse/ditto/client/internal/HandlerRegistryTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/java/src/test/java/org/eclipse/ditto/client/internal/HandlerRegistryTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/java/src/test/java/org/eclipse/ditto/client/internal/HandlerRegistryTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-client ---
[WARNING] Include-Resource: overriding {ditto-client-version.properties=src/main/resources/ditto-client-version.properties},META-INF/LICENSE=/home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/legal/LICENSE,META-INF/NOTICE.md=/home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/legal/NOTICE.md with META-INF=/home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/java/target/classes/META-INF,ditto-client-version.properties=/home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/java/target/classes/ditto-client-version.properties (add {maven-resources} if you want to include the maven resources)
[WARNING] Bundle org.eclipse.ditto:ditto-client:bundle:0-SNAPSHOT : Export org.eclipse.ditto.client.messaging,  has 1,  private references [org.eclipse.ditto.client.internal.bus]
[INFO] 
[INFO] --- maven-assembly-plugin:3.1.0:single (osgi-bin-assembly) @ ditto-client ---
[INFO] Reading assembly descriptor: ./src/main/assembly/assembly.xml
[INFO] Building zip: /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/java/target/ditto-client-0-SNAPSHOT-bundles.zip
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:copy-dependencies (copy-dependencies) @ ditto-client ---
[INFO] Copying nv-websocket-client-2.12.jar to /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/java/target/dependencies/nv-websocket-client-2.12.jar
[INFO] Copying slf4j-api-1.7.28.jar to /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/java/target/dependencies/slf4j-api-1.7.28.jar
[INFO] Copying reactive-streams-1.0.3.jar to /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/java/target/dependencies/reactive-streams-1.0.3.jar
[INFO] Copying minimal-json-0.9.5.jar to /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/java/target/dependencies/minimal-json-0.9.5.jar
[INFO] Copying classindex-3.8.jar to /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/java/target/dependencies/classindex-3.8.jar
[INFO] Copying ditto-json-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/java/target/dependencies/ditto-json-0-SNAPSHOT.jar
[INFO] Copying ditto-base-model-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/java/target/dependencies/ditto-base-model-0-SNAPSHOT.jar
[INFO] Copying ditto-jwt-model-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/java/target/dependencies/ditto-jwt-model-0-SNAPSHOT.jar
[INFO] Copying ditto-messages-model-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/java/target/dependencies/ditto-messages-model-0-SNAPSHOT.jar
[INFO] Copying ditto-things-model-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/java/target/dependencies/ditto-things-model-0-SNAPSHOT.jar
[INFO] Copying ditto-thingsearch-model-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/java/target/dependencies/ditto-thingsearch-model-0-SNAPSHOT.jar
[INFO] Copying ditto-policies-model-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/java/target/dependencies/ditto-policies-model-0-SNAPSHOT.jar
[INFO] Copying ditto-protocol-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/java/target/dependencies/ditto-protocol-0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (run-integration-tests) @ ditto-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-client ---
[INFO] Written file '/home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/java/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-1-ditto-client-java_works-with_build/java/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/java/target/japicmp/japicmp.html'.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-client ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-client ---
[INFO] Installing /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/java/target/ditto-client-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-client/0-SNAPSHOT/ditto-client-0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/java/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-client/0-SNAPSHOT/ditto-client-0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/java/target/ditto-client-0-SNAPSHOT-bundles.zip to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-client/0-SNAPSHOT/ditto-client-0-SNAPSHOT-bundles.zip
[INFO] 
[INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-client ---
[INFO] Writing OBR metadata
[INFO] Installing org/eclipse/ditto/ditto-client/0-SNAPSHOT/ditto-client-0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:45 min (Wall Clock)
[INFO] Finished at: 2021-05-04T10:06:10Z
[INFO] ------------------------------------------------------------------------
[license-check-1-ditto-client-java_works-with_build] $ /opt/tools/apache-maven/latest/bin/mvn -f java/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-client:bundle: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] -------------------< org.eclipse.ditto:ditto-client >-------------------
[INFO] Building Eclipse Ditto Client 0-SNAPSHOT
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:resolve-plugins (default-cli) @ ditto-client ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  19.342 s
[INFO] Finished at: 2021-05-04T10:06:30Z
[INFO] ------------------------------------------------------------------------
[license-check-1-ditto-client-java_works-with_build] $ /bin/sh -xe /tmp/jenkins11712665757608939205.sh
+ find . -name plugins.txt
+ read i
+ grep '.*:.*:runtime$'
+ tr -d '[:blank:]'
+ sed -e 's/(optional)//' -e 's/:runtime.*/:runtime/'
+ sort
+ uniq
+ cat ./java/plugins.txt
+ read i
+ find . -name plugins.txt
+ read i
+ rm ./java/plugins.txt
+ read i
+ echo '##### Ditto :: Build #####'
##### Ditto :: Build #####
+ cat maven-plugins-ditto-client.txt
com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.14.3:runtime
com.mycila:license-maven-plugin:maven-plugin:3.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-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-resources-plugin:maven-plugin:3.0.2:runtime
org.apache.maven.plugins:maven-scm-plugin:maven-plugin:1.9.5:runtime
org.apache.maven.plugins:maven-site-plugin:maven-plugin:3.3:runtime
org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:3.0.0-M4:runtime
org.codehaus.mojo:flatten-maven-plugin:maven-plugin:1.0.1: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
+ java -jar org.eclipse.dash.licenses-0.0.1-SNAPSHOT.jar -summary dash-licenses-summary.txt maven-plugins-ditto-client.txt
May 04, 2021 10:06:31 AM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport queryLicenseData
INFO: Querying Eclipse Foundation for license data for 18 items.
May 04, 2021 10:06:31 AM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport lambda$queryLicenseData$3
INFO: Found 3 items.
May 04, 2021 10:06:31 AM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport queryLicenseData
INFO: Querying ClearlyDefined for license data for 16 items.
May 04, 2021 10:06:36 AM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport lambda$queryLicenseData$2
INFO: Found 16 items.
License information could not be automatically verified for the following content:

maven/mavencentral/org.apache.maven.plugins/maven-resources-plugin/3.0.2
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