Skip to content

Console Output

Started by user Florian Fendt
Running as Florian Fendt
Agent basic-rsth2 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-rsth2"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.ditto.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-rsth2"
    - 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-rsth2"
    - 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-rsth2 in workspace /home/jenkins/agent/workspace/license-check-2-ditto-client-javascript_works-with
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_works-with # timeout=10
Fetching upstream changes from https://github.com/eclipse/dash-licenses.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/dash-licenses.git +refs/heads/*:refs/remotes/dash-licenses/* # timeout=10
 > git config remote.dash-licenses.url https://github.com/eclipse/dash-licenses.git # timeout=10
 > git config --add remote.dash-licenses.fetch +refs/heads/*:refs/remotes/dash-licenses/* # timeout=10
Avoid second fetch
 > git config remote.ditto-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 448b95bd9a025ef5dea069b4cc2bdaf4ed0483f1 (dash-licenses/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 448b95bd9a025ef5dea069b4cc2bdaf4ed0483f1 # timeout=10
Commit message: "Support package-lock.json v2."
 > git rev-list --no-walk 635dc2e98c03d249a74864f8294bb68a8f163e26 # 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-rsth2
[license-check-2-ditto-client-javascript_works-with] $ /bin/sh -xe /tmp/jenkins4392446506849211708.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-2-ditto-client-javascript_works-with] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml package
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.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 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-2-ditto-client-javascript_works-with/core/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.dash.licenses ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-2-ditto-client-javascript_works-with/core/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.dash.licenses ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/license-check-2-ditto-client-javascript_works-with/core/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.dash.licenses ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/license-check-2-ditto-client-javascript_works-with/core/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.dash.licenses.tests.TestSuite
Apr 19, 2021 7:43:04 AM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport queryLicenseData
INFO: Querying ClearlyDefined for license data for 1 items.
Apr 19, 2021 7:43:05 AM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport lambda$queryLicenseData$2
INFO: Found 1 items.
Apr 19, 2021 7:43:05 AM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport queryLicenseData
INFO: Querying ClearlyDefined for license data for 1 items.
Apr 19, 2021 7:43:05 AM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport lambda$queryLicenseData$2
INFO: Found 1 items.
Apr 19, 2021 7:43:05 AM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport queryLicenseData
INFO: Querying Eclipse Foundation for license data for 1 items.
Apr 19, 2021 7:43:05 AM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport lambda$queryLicenseData$3
INFO: Found 0 items.
Apr 19, 2021 7:43:05 AM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport queryLicenseData
INFO: Querying Eclipse Foundation for license data for 1 items.
Apr 19, 2021 7:43:05 AM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport lambda$queryLicenseData$3
INFO: Found 0 items.
Apr 19, 2021 7:43:05 AM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport queryLicenseData
INFO: Querying ClearlyDefined for license data for 1 items.
Apr 19, 2021 7:43:05 AM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport lambda$queryLicenseData$2
INFO: Found 1 items.
Apr 19, 2021 7:43:05 AM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport queryLicenseData
INFO: Querying Eclipse Foundation for license data for 1 items.
Apr 19, 2021 7:43:05 AM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport lambda$queryLicenseData$3
INFO: Found 0 items.
Apr 19, 2021 7:43:05 AM org.eclipse.dash.licenses.clearlydefined.ClearlyDefinedSupport queryLicenseData
INFO: Querying ClearlyDefined for license data for 1 items.
Apr 19, 2021 7:43:05 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.702 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-2-ditto-client-javascript_works-with/core/target/org.eclipse.dash.licenses-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.4:shade (default) @ org.eclipse.dash.licenses ---
[INFO] Including org.apache.commons:commons-csv:jar:1.8 in the shaded jar.
[INFO] Including commons-cli:commons-cli:jar:1.4 in the shaded jar.
[INFO] Including org.glassfish:jakarta.json:jar:2.0.0 in the shaded jar.
[INFO] Including com.google.flogger:flogger:jar:0.5.1 in the shaded jar.
[INFO] Including org.checkerframework:checker-compat-qual:jar:2.5.3 in the shaded jar.
[INFO] Including com.google.flogger:flogger-system-backend:jar:0.5.1 in the shaded jar.
[INFO] Including org.gitlab4j:gitlab4j-api:jar:4.15.7 in the shaded jar.
[INFO] Including jakarta.activation:jakarta.activation-api:jar:1.2.2 in the shaded jar.
[INFO] Including com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.10.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.10.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.10.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.10.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.10.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.10.3 in the shaded jar.
[INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2 in the shaded jar.
[INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:2.30.1 in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-common:jar:2.30.1 in the shaded jar.
[INFO] Including jakarta.annotation:jakarta.annotation-api:jar:1.3.5 in the shaded jar.
[INFO] Including org.glassfish.hk2:osgi-resource-locator:jar:1.0.3 in the shaded jar.
[INFO] Including com.sun.activation:jakarta.activation:jar:1.2.1 in the shaded jar.
[INFO] Including org.glassfish.hk2:hk2-locator:jar:2.6.1 in the shaded jar.
[INFO] Including org.glassfish.hk2.external:aopalliance-repackaged:jar:2.6.1 in the shaded jar.
[INFO] Including org.glassfish.hk2:hk2-api:jar:2.6.1 in the shaded jar.
[INFO] Including org.glassfish.hk2:hk2-utils:jar:2.6.1 in the shaded jar.
[INFO] Including org.javassist:javassist:jar:3.25.0-GA in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-client:jar:2.30.1 in the shaded jar.
[INFO] Including jakarta.ws.rs:jakarta.ws.rs-api:jar:2.1.6 in the shaded jar.
[INFO] Including org.glassfish.hk2.external:jakarta.inject:jar:2.6.1 in the shaded jar.
[INFO] Including org.glassfish.jersey.connectors:jersey-apache-connector:jar:2.30.1 in the shaded jar.
[INFO] Including org.apache.httpcomponents:httpclient:jar:4.5.9 in the shaded jar.
[INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.11 in the shaded jar.
[INFO] Including commons-logging:commons-logging:jar:1.2 in the shaded jar.
[INFO] Including commons-codec:commons-codec:jar:1.11 in the shaded jar.
[INFO] Including org.glassfish.jersey.media:jersey-media-multipart:jar:2.30.1 in the shaded jar.
[INFO] Including org.jvnet.mimepull:mimepull:jar:1.9.11 in the shaded jar.
[INFO] Including jakarta.servlet:jakarta.servlet-api:jar:4.0.3 in the shaded jar.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] aopalliance-repackaged-2.6.1.jar, checker-compat-qual-2.5.3.jar, commons-cli-1.4.jar, commons-codec-1.11.jar, commons-csv-1.8.jar, commons-logging-1.2.jar, flogger-0.5.1.jar, flogger-system-backend-0.5.1.jar, gitlab4j-api-4.15.7.jar, hk2-api-2.6.1.jar, hk2-locator-2.6.1.jar, hk2-utils-2.6.1.jar, httpclient-4.5.9.jar, httpcore-4.4.11.jar, jackson-annotations-2.10.3.jar, jackson-core-2.10.3.jar, jackson-databind-2.10.3.jar, jackson-jaxrs-base-2.10.3.jar, jackson-jaxrs-json-provider-2.10.3.jar, jackson-module-jaxb-annotations-2.10.3.jar, jakarta.activation-1.2.1.jar, jakarta.activation-api-1.2.2.jar, jakarta.annotation-api-1.3.5.jar, jakarta.inject-2.6.1.jar, jakarta.json-2.0.0.jar, jakarta.servlet-api-4.0.3.jar, jakarta.ws.rs-api-2.1.6.jar, jakarta.xml.bind-api-2.3.2.jar, javassist-3.25.0-GA.jar, jersey-apache-connector-2.30.1.jar, jersey-client-2.30.1.jar, jersey-common-2.30.1.jar, jersey-hk2-2.30.1.jar, jersey-media-multipart-2.30.1.jar, mimepull-1.9.11.jar, org.eclipse.dash.licenses-0.0.1-SNAPSHOT.jar, osgi-resource-locator-1.0.3.jar define 1 overlapping resource: 
[WARNING]   - META-INF/MANIFEST.MF
[WARNING] commons-cli-1.4.jar, commons-codec-1.11.jar, commons-csv-1.8.jar, commons-logging-1.2.jar define 2 overlapping resources: 
[WARNING]   - META-INF/LICENSE.txt
[WARNING]   - META-INF/NOTICE.txt
[WARNING] aopalliance-repackaged-2.6.1.jar, hk2-api-2.6.1.jar, hk2-locator-2.6.1.jar, hk2-utils-2.6.1.jar, jakarta.activation-1.2.1.jar, jakarta.activation-api-1.2.2.jar, jakarta.annotation-api-1.3.5.jar, jakarta.inject-2.6.1.jar, jakarta.json-2.0.0.jar, jakarta.ws.rs-api-2.1.6.jar, jakarta.xml.bind-api-2.3.2.jar, jersey-apache-connector-2.30.1.jar, jersey-client-2.30.1.jar, jersey-common-2.30.1.jar, jersey-hk2-2.30.1.jar, jersey-media-multipart-2.30.1.jar, mimepull-1.9.11.jar define 2 overlapping resources: 
[WARNING]   - META-INF/LICENSE.md
[WARNING]   - META-INF/NOTICE.md
[WARNING] jakarta.activation-1.2.1.jar, jakarta.activation-api-1.2.2.jar define 31 overlapping classes: 
[WARNING]   - javax.activation.ActivationDataFlavor
[WARNING]   - javax.activation.CommandInfo
[WARNING]   - javax.activation.CommandInfo$Beans
[WARNING]   - javax.activation.CommandInfo$Beans$1
[WARNING]   - javax.activation.CommandMap
[WARNING]   - javax.activation.CommandObject
[WARNING]   - javax.activation.DataContentHandler
[WARNING]   - javax.activation.DataContentHandlerFactory
[WARNING]   - javax.activation.DataHandler
[WARNING]   - javax.activation.DataHandler$1
[WARNING]   - 21 more...
[WARNING] httpclient-4.5.9.jar, httpcore-4.4.11.jar, jackson-annotations-2.10.3.jar, jackson-core-2.10.3.jar, jackson-databind-2.10.3.jar, jackson-jaxrs-base-2.10.3.jar, jackson-jaxrs-json-provider-2.10.3.jar, jackson-module-jaxb-annotations-2.10.3.jar define 1 overlapping resource: 
[WARNING]   - META-INF/LICENSE
[WARNING] httpclient-4.5.9.jar, httpcore-4.4.11.jar, jackson-core-2.10.3.jar, jackson-databind-2.10.3.jar, jackson-jaxrs-json-provider-2.10.3.jar, jackson-module-jaxb-annotations-2.10.3.jar define 1 overlapping resource: 
[WARNING]   - META-INF/NOTICE
[WARNING] httpclient-4.5.9.jar, httpcore-4.4.11.jar define 1 overlapping resource: 
[WARNING]   - META-INF/DEPENDENCIES
[WARNING] maven-shade-plugin has detected that some class files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the class is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /home/jenkins/agent/workspace/license-check-2-ditto-client-javascript_works-with/core/target/org.eclipse.dash.licenses-0.0.1-SNAPSHOT.jar with /home/jenkins/agent/workspace/license-check-2-ditto-client-javascript_works-with/core/target/org.eclipse.dash.licenses-0.0.1-SNAPSHOT-shaded.jar
[INFO] 
[INFO] ----------------< org.eclipse.dash:license-tool-plugin >----------------
[INFO] Building license-tool-plugin 0.0.1-SNAPSHOT                        [3/3]
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ license-tool-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ license-tool-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-2-ditto-client-javascript_works-with/maven-plugin/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ license-tool-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/license-check-2-ditto-client-javascript_works-with/maven-plugin/target/classes
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ license-tool-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-javadoc mojo extractor found 0 mojo descriptor.
[INFO] java-annotations mojo extractor found 1 mojo descriptor.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ license-tool-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/license-check-2-ditto-client-javascript_works-with/maven-plugin/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ license-tool-plugin ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ license-tool-plugin ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ license-tool-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/license-check-2-ditto-client-javascript_works-with/maven-plugin/target/license-tool-plugin-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ license-tool-plugin ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for dash-licenses-parent 0.0.1-SNAPSHOT:
[INFO] 
[INFO] dash-licenses-parent ............................... SUCCESS [  2.212 s]
[INFO] org.eclipse.dash.licenses .......................... SUCCESS [ 20.916 s]
[INFO] license-tool-plugin ................................ SUCCESS [  5.505 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  28.798 s
[INFO] Finished at: 2021-04-19T07:43:20Z
[INFO] ------------------------------------------------------------------------
[license-check-2-ditto-client-javascript_works-with] $ /bin/sh -xe /tmp/jenkins9312615623383266754.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   7139      0 --:--:-- --:--:-- --:--:--  7139

100 3861k  100 3861k    0     0  12.1M      0 --:--:-- --:--:-- --:--:-- 12.1M
+ 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 11560
-rw-r--r--. 1 jenkins 1001020000    1349 Apr 19 07:42 CONTRIBUTING.md
drwxr-sr-x. 5 jenkins 1001020000      97 Apr 19 07:42 core
-rw-r--r--. 1 jenkins 1001020000    4515 Apr 19 07:42 DEPENDENCIES
-rwxr-xr-x. 1 jenkins 1001020000 3953824 Apr 19 07:43 jq
-rw-r--r--. 1 jenkins 1001020000   14198 Apr 19 07:42 LICENSE
drwxr-sr-x. 5 jenkins 1001020000      97 Apr 19 07:43 maven-plugin
-rw-r--r--. 1 jenkins 1001020000 7829462 Apr 19 07:43 org.eclipse.dash.licenses-0.0.1-SNAPSHOT.jar
-rw-r--r--. 1 jenkins 1001020000    2935 Apr 19 07:42 pom.xml
-rw-r--r--. 1 jenkins 1001020000   15583 Apr 19 07:42 README.md
drwxr-sr-x. 2 jenkins 1001020000      59 Apr 19 07:42 yarn
+ git checkout -b ditto-clients ditto-clients/master
Switched to a new branch 'ditto-clients'
+ JQ_SCRIPT=def selectDev: 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 | selectDev | selectNotEmptyName | removeNodeModulesPrefix | replaceNullObject)}
+ cd javascript/
+ mv package-lock.json package-lock_org.json
+ cat package-lock_org.json
+ ../jq def selectDev: 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 | selectDev | selectNotEmptyName | removeNodeModulesPrefix | replaceNullObject)}
+ cd ..
+ cd javascript/lib/api
+ mv package-lock.json package-lock_org.json
+ cat package-lock_org.json
+ ../../../jq def selectDev: 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 | selectDev | selectNotEmptyName | removeNodeModulesPrefix | replaceNullObject)}
+ cd ../../..
+ cd javascript/lib/dom
+ mv package-lock.json package-lock_org.json
+ cat package-lock_org.json
+ ../../../jq def selectDev: 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 | selectDev | selectNotEmptyName | removeNodeModulesPrefix | replaceNullObject)}
+ cd ../../..
+ cd javascript/lib/node
+ mv package-lock.json package-lock_org.json
+ cat package-lock_org.json
+ ../../../jq def selectDev: 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 | selectDev | selectNotEmptyName | removeNodeModulesPrefix | replaceNullObject)}
+ cd ../../..
[license-check-2-ditto-client-javascript_works-with] $ /bin/sh -xe /tmp/jenkins3203682759582883063.sh
+ java -jar org.eclipse.dash.licenses-0.0.1-SNAPSHOT.jar -timeout 300 -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
Exception in thread "main" java.lang.NullPointerException
	at org.eclipse.dash.licenses.cli.PackageLockFileReader.getContentIds(PackageLockFileReader.java:120)
	at org.eclipse.dash.licenses.cli.Main.lambda$main$2(Main.java:93)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.dash.licenses.cli.Main.main(Main.java:83)
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE