Skip to content

Console Output

Started by user Florian Fendt
Running as Florian Fendt
Agent basic-fxj7p is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-fxj7p"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.ditto.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-fxj7p"
    - 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-fxj7p"
    - 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-fxj7p in workspace /home/jenkins/agent/workspace/license-check-2-ditto-client-javascript
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-2-ditto-client-javascript # 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/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 9 remote branches
 > git show-ref --tags -d # timeout=10
Checking out Revision bdfe74b31da62177c7f8ff412be5a65fa72d32fa (ditto-clients/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bdfe74b31da62177c7f8ff412be5a65fa72d32fa # timeout=10
Commit message: "Merge pull request #150 from bosch-io/release/js-2.0.0-M2"
 > git rev-list --no-walk 55a0b83e4493d91d02d99ed5919c5038dc8b867b # timeout=10
Unpacking https://nodejs.org/dist/v14.16.1/node-v14.16.1-linux-x64.tar.gz to /home/jenkins/agent/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/node on basic-fxj7p
[license-check-2-ditto-client-javascript] $ /bin/sh -xe /tmp/jenkins2638794191401051686.sh
+ git checkout -b dash-licenses dash-licenses/master
Previous HEAD position was bdfe74b Merge pull request #150 from bosch-io/release/js-2.0.0-M2
Switched to a new branch 'dash-licenses'
Branch 'dash-licenses' set up to track remote branch 'master' from 'dash-licenses'.
[license-check-2-ditto-client-javascript] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml package
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.12-200.fc33.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] dash-licenses-parent                                               [pom]
[INFO] org.eclipse.dash.licenses                                          [jar]
[INFO] license-tool-plugin                                       [maven-plugin]
[INFO] 
[INFO] ---------------< org.eclipse.dash:dash-licenses-parent >----------------
[INFO] Building dash-licenses-parent 0.0.1-SNAPSHOT                       [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ dash-licenses-parent ---
[INFO] 
[INFO] -------------< org.eclipse.dash:org.eclipse.dash.licenses >-------------
[INFO] Building org.eclipse.dash.licenses 0.0.1-SNAPSHOT                  [2/3]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.dash.licenses ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.dash.licenses ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 6 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.dash.licenses ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 48 source files to /home/jenkins/agent/workspace/license-check-2-ditto-client-javascript/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-2-ditto-client-javascript/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-2-ditto-client-javascript/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-2-ditto-client-javascript/core/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.dash.licenses.tests.TestSuite
Apr 16, 2021 1:18:18 PM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport queryLicenseData
INFO: Querying ClearlyDefined for license data for 1 items.
Apr 16, 2021 1:18:18 PM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport lambda$queryLicenseData$2
INFO: Found 1 items.
Apr 16, 2021 1:18:18 PM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport queryLicenseData
INFO: Querying ClearlyDefined for license data for 1 items.
Apr 16, 2021 1:18:18 PM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport lambda$queryLicenseData$2
INFO: Found 1 items.
Apr 16, 2021 1:18:18 PM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport queryLicenseData
INFO: Querying Eclipse Foundation for license data for 1 items.
Apr 16, 2021 1:18:18 PM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport lambda$queryLicenseData$3
INFO: Found 0 items.
Apr 16, 2021 1:18:18 PM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport queryLicenseData
INFO: Querying Eclipse Foundation for license data for 1 items.
Apr 16, 2021 1:18:18 PM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport lambda$queryLicenseData$3
INFO: Found 0 items.
Apr 16, 2021 1:18:18 PM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport queryLicenseData
INFO: Querying ClearlyDefined for license data for 1 items.
Apr 16, 2021 1:18:18 PM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport lambda$queryLicenseData$2
INFO: Found 1 items.
Apr 16, 2021 1:18:18 PM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport queryLicenseData
INFO: Querying Eclipse Foundation for license data for 1 items.
Apr 16, 2021 1:18:18 PM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport lambda$queryLicenseData$3
INFO: Found 0 items.
Apr 16, 2021 1:18:18 PM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport queryLicenseData
INFO: Querying ClearlyDefined for license data for 1 items.
Apr 16, 2021 1:18:18 PM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport lambda$queryLicenseData$2
INFO: Found 1 items.
Tests run: 110, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.858 sec

Results :

Tests run: 110, Failures: 0, Errors: 0, Skipped: 4

[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.dash.licenses ---
[INFO] Building jar: /home/jenkins/agent/workspace/license-check-2-ditto-client-javascript/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-2-ditto-client-javascript/core/target/org.eclipse.dash.licenses-0.0.1-SNAPSHOT.jar with /home/jenkins/agent/workspace/license-check-2-ditto-client-javascript/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-2-ditto-client-javascript/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-2-ditto-client-javascript/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-2-ditto-client-javascript/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-2-ditto-client-javascript/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 [  4.077 s]
[INFO] org.eclipse.dash.licenses .......................... SUCCESS [ 19.004 s]
[INFO] license-tool-plugin ................................ SUCCESS [ 18.574 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  42.339 s
[INFO] Finished at: 2021-04-16T13:18:39Z
[INFO] ------------------------------------------------------------------------
[license-check-2-ditto-client-javascript] $ /bin/sh -xe /tmp/jenkins6342465098361807249.sh
+ echo Downloading+Installing jq
Downloading+Installing jq
+ curl -L https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 -o jq
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   614  100   614    0     0   6977      0 --:--:-- --:--:-- --:--:--  7057

100 3861k  100 3861k    0     0  11.9M      0 --:--:-- --:--:-- --:--:-- 11.9M
+ chmod +x jq
+ ./jq --version
jq-1.6
+ echo {"test": 1, "bla": "foo"}
+ ./jq del(.bla)
{
  "test": 1
}
+ cp core/target/org.eclipse.dash.licenses-0.0.1-SNAPSHOT.jar ./
+ ls -l
total 11556
-rw-r--r--. 1 jenkins 1001020000    1349 Apr 16 13:17 CONTRIBUTING.md
drwxr-sr-x. 5 jenkins 1001020000      97 Apr 16 13:18 core
-rw-r--r--. 1 jenkins 1001020000    4515 Apr 16 13:17 DEPENDENCIES
-rwxr-xr-x. 1 jenkins 1001020000 3953824 Apr 16 13:18 jq
-rw-r--r--. 1 jenkins 1001020000   14198 Apr 16 13:17 LICENSE
drwxr-sr-x. 5 jenkins 1001020000      97 Apr 16 13:18 maven-plugin
-rw-r--r--. 1 jenkins 1001020000 7825739 Apr 16 13:18 org.eclipse.dash.licenses-0.0.1-SNAPSHOT.jar
-rw-r--r--. 1 jenkins 1001020000    2935 Apr 16 13:17 pom.xml
-rw-r--r--. 1 jenkins 1001020000   15583 Apr 16 13:17 README.md
drwxr-sr-x. 2 jenkins 1001020000      59 Apr 16 13:17 yarn
+ git checkout -b ditto-clients ditto-clients/master
Switched to a new branch 'ditto-clients'
+ JQ_SCRIPT=def selectProd: map_values(. | select(.dev != true));def selectNotEmptyName: with_entries(select(.key != ""));def removeNodeModulesPrefix:  to_entries | map({(.key | sub("node_modules/";"")): .value }) | add; def replaceNullObject: (if . == null then {} else . end); {name, version, description, dependencies: (.packages | selectProd | selectNotEmptyName | removeNodeModulesPrefix | replaceNullObject)}
+ cd javascript/
+ mv package-lock.json package-lock_org.json
+ cat package-lock_org.json
+ ../jq def selectProd: map_values(. | select(.dev != true));def selectNotEmptyName: with_entries(select(.key != ""));def removeNodeModulesPrefix:  to_entries | map({(.key | sub("node_modules/";"")): .value }) | add; def replaceNullObject: (if . == null then {} else . end); {name, version, description, dependencies: (.packages | selectProd | selectNotEmptyName | removeNodeModulesPrefix | replaceNullObject)}
+ cat package-lock.json
{
  "name": "@eclipse-ditto/ditto-javascript-client",
  "version": "2.0.0",
  "description": null,
  "dependencies": {}
}
+ cd ..
+ cd javascript/lib/api
+ mv package-lock.json package-lock_org.json
+ cat package-lock_org.json
+ ../../../jq def selectProd: map_values(. | select(.dev != true));def selectNotEmptyName: with_entries(select(.key != ""));def removeNodeModulesPrefix:  to_entries | map({(.key | sub("node_modules/";"")): .value }) | add; def replaceNullObject: (if . == null then {} else . end); {name, version, description, dependencies: (.packages | selectProd | selectNotEmptyName | removeNodeModulesPrefix | replaceNullObject)}
+ cat package-lock.json
{
  "name": "@eclipse-ditto/ditto-javascript-client-api",
  "version": "2.0.0-M2",
  "description": null,
  "dependencies": {}
}
+ cd ../../..
+ cd javascript/lib/dom
+ mv package-lock.json package-lock_org.json
+ cat package-lock_org.json
+ ../../../jq def selectProd: map_values(. | select(.dev != true));def selectNotEmptyName: with_entries(select(.key != ""));def removeNodeModulesPrefix:  to_entries | map({(.key | sub("node_modules/";"")): .value }) | add; def replaceNullObject: (if . == null then {} else . end); {name, version, description, dependencies: (.packages | selectProd | selectNotEmptyName | removeNodeModulesPrefix | replaceNullObject)}
+ cat package-lock.json
{
  "name": "@eclipse-ditto/ditto-javascript-client-dom",
  "version": "2.0.0-M2",
  "description": null,
  "dependencies": {}
}
+ cd ../../..
+ cd javascript/lib/node
+ mv package-lock.json package-lock_org.json
+ cat package-lock_org.json
+ ../../../jq def selectProd: map_values(. | select(.dev != true));def selectNotEmptyName: with_entries(select(.key != ""));def removeNodeModulesPrefix:  to_entries | map({(.key | sub("node_modules/";"")): .value }) | add; def replaceNullObject: (if . == null then {} else . end); {name, version, description, dependencies: (.packages | selectProd | selectNotEmptyName | removeNodeModulesPrefix | replaceNullObject)}
+ cat package-lock.json
{
  "name": "@eclipse-ditto/ditto-javascript-client-node",
  "version": "2.0.0-M2",
  "description": null,
  "dependencies": {
    "agent-base": {
      "version": "4.3.0",
      "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.3.0.tgz",
      "integrity": "sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==",
      "dependencies": {
        "es6-promisify": "^5.0.0"
      },
      "engines": {
        "node": ">= 4.0.0"
      }
    },
    "async-limiter": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz",
      "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ=="
    },
    "debug": {
      "version": "3.2.6",
      "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz",
      "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==",
      "dependencies": {
        "ms": "^2.1.1"
      }
    },
    "es6-promise": {
      "version": "4.2.8",
      "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz",
      "integrity": "sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w=="
    },
    "es6-promisify": {
      "version": "5.0.0",
      "resolved": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-5.0.0.tgz",
      "integrity": "sha1-UQnWLz5W6pZ8S2NQWu8IKRyKUgM=",
      "dependencies": {
        "es6-promise": "^4.0.3"
      }
    },
    "https-proxy-agent": {
      "version": "2.2.3",
      "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.3.tgz",
      "integrity": "sha512-Ytgnz23gm2DVftnzqRRz2dOXZbGd2uiajSw/95bPp6v53zPRspQjLm/AfBgqbJ2qfeRXWIOMVLpp86+/5yX39Q==",
      "dependencies": {
        "agent-base": "^4.3.0",
        "debug": "^3.1.0"
      },
      "engines": {
        "node": ">= 4.5.0"
      }
    },
    "ms": {
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
      "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
    },
    "punycode": {
      "version": "1.3.2",
      "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz",
      "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0="
    },
    "querystring": {
      "version": "0.2.0",
      "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz",
      "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=",
      "engines": {
        "node": ">=0.4.x"
      }
    },
    "url": {
      "version": "0.11.0",
      "resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz",
      "integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=",
      "dependencies": {
        "punycode": "1.3.2",
        "querystring": "0.2.0"
      }
    },
    "ws": {
      "version": "7.1.2",
      "resolved": "https://registry.npmjs.org/ws/-/ws-7.1.2.tgz",
      "integrity": "sha512-gftXq3XI81cJCgkUiAVixA0raD9IVmXqsylCrjRygw4+UOOGzPoxnQ6r/CnVL9i+mDncJo94tSkyrtuuQVBmrg==",
      "dependencies": {
        "async-limiter": "^1.0.0"
      }
    }
  }
}
+ cd ../../..
[license-check-2-ditto-client-javascript] $ /bin/sh -xe /tmp/jenkins16995443444661446952.sh
+ java -jar org.eclipse.dash.licenses-0.0.1-SNAPSHOT.jar -summary dash-licenses-summary.txt javascript/package-lock.json javascript/lib/api/package-lock.json javascript/lib/dom/package-lock.json javascript/lib/node/package-lock.json
Apr 16, 2021 1:18:41 PM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport queryLicenseData
INFO: Querying Eclipse Foundation for license data for 11 items.
Apr 16, 2021 1:18:41 PM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport lambda$queryLicenseData$3
INFO: Found 9 items.
Apr 16, 2021 1:18:41 PM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport queryLicenseData
INFO: Querying ClearlyDefined for license data for 2 items.
Apr 16, 2021 1:18:41 PM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport lambda$queryLicenseData$2
INFO: Found 2 items.
Vetted license information was found for all content. No further investigation is required.
+ sort -o dash-licenses-summary.txt dash-licenses-summary.txt
+ echo ~~~~~ Summary ~~~~~
~~~~~ Summary ~~~~~
+ cat dash-licenses-summary.txt
npm/npmjs/-/agent-base/4.3.0, MIT, approved, clearlydefined
npm/npmjs/-/async-limiter/1.0.1, , approved, CQ18717
npm/npmjs/-/debug/3.2.6, , approved, CQ17757
npm/npmjs/-/es6-promise/4.2.8, , approved, CQ18717
npm/npmjs/-/es6-promisify/5.0.0, , approved, CQ18717
npm/npmjs/-/https-proxy-agent/2.2.3, , approved, CQ18717
npm/npmjs/-/ms/2.1.2, , approved, CQ17757
npm/npmjs/-/punycode/1.3.2, , approved, CQ18717
npm/npmjs/-/querystring/0.2.0, , approved, CQ16925
npm/npmjs/-/url/0.11.0, MIT, approved, CQ16925
npm/npmjs/-/ws/7.1.2, MIT, approved, clearlydefined
Archiving artifacts
Finished: SUCCESS