Skip to content
Failed

Console Output

15:59:04 Started by user Jonah Graham
15:59:04 Running as Jonah Graham
15:59:04 Agent basic-4c0bm is provisioned from template basic
15:59:04 ---
15:59:04 apiVersion: "v1"
15:59:04 kind: "Pod"
15:59:04 metadata:
15:59:04   annotations: {}
15:59:04   labels:
15:59:04     jenkins: "slave"
15:59:04     jenkins/label: ""
15:59:04   name: "basic-4c0bm"
15:59:04 spec:
15:59:04   containers:
15:59:04   - env:
15:59:04     - name: "JENKINS_SECRET"
15:59:04       value: "********"
15:59:04     - name: "JENKINS_TUNNEL"
15:59:04       value: "jenkins-discovery.packaging.svc.cluster.local:50000"
15:59:04     - name: "JENKINS_AGENT_NAME"
15:59:04       value: "basic-4c0bm"
15:59:04     - name: "JENKINS_REMOTING_JAVA_OPTS"
15:59:04       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
15:59:04         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
15:59:04     - name: "JAVA_TOOL_OPTIONS"
15:59:04       value: ""
15:59:04     - name: "_JAVA_OPTIONS"
15:59:04       value: ""
15:59:04     - name: "OPENJ9_JAVA_OPTIONS"
15:59:04       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
15:59:04     - name: "JENKINS_NAME"
15:59:04       value: "basic-4c0bm"
15:59:04     - name: "JENKINS_AGENT_WORKDIR"
15:59:04       value: "/home/jenkins/agent"
15:59:04     - name: "JENKINS_URL"
15:59:04       value: "http://jenkins-ui.packaging.svc.cluster.local/packaging/"
15:59:04     image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5"
15:59:04     imagePullPolicy: "Always"
15:59:04     name: "jnlp"
15:59:04     resources:
15:59:04       limits:
15:59:04         memory: "4096Mi"
15:59:04         cpu: "2000m"
15:59:04       requests:
15:59:04         memory: "4096Mi"
15:59:04         cpu: "1000m"
15:59:04     securityContext:
15:59:04       privileged: false
15:59:04     tty: true
15:59:04     volumeMounts:
15:59:04     - mountPath: "/home/jenkins/.m2/toolchains.xml"
15:59:04       name: "m2-dir"
15:59:04       readOnly: true
15:59:04       subPath: "toolchains.xml"
15:59:04     - mountPath: "/home/jenkins/.mavenrc"
15:59:04       name: "m2-dir"
15:59:04       readOnly: true
15:59:04       subPath: ".mavenrc"
15:59:04     - mountPath: "/opt/tools"
15:59:04       name: "volume-0"
15:59:04       readOnly: false
15:59:04     - mountPath: "/home/jenkins"
15:59:04       name: "volume-2"
15:59:04       readOnly: false
15:59:04     - mountPath: "/home/jenkins/.m2/repository"
15:59:04       name: "volume-3"
15:59:04       readOnly: false
15:59:04     - mountPath: "/home/jenkins/.m2/settings-security.xml"
15:59:04       name: "m2-secret-dir"
15:59:04       readOnly: true
15:59:04       subPath: "settings-security.xml"
15:59:04     - mountPath: "/home/jenkins/.m2/wrapper"
15:59:04       name: "volume-4"
15:59:04       readOnly: false
15:59:04     - mountPath: "/home/jenkins/.m2/settings.xml"
15:59:04       name: "m2-secret-dir"
15:59:04       readOnly: true
15:59:04       subPath: "settings.xml"
15:59:04     - mountPath: "/home/jenkins/.ssh"
15:59:04       name: "volume-1"
15:59:04       readOnly: false
15:59:04     - mountPath: "/home/jenkins/agent"
15:59:04       name: "workspace-volume"
15:59:04       readOnly: false
15:59:04     workingDir: "/home/jenkins/agent"
15:59:04   nodeSelector:
15:59:04     beta.kubernetes.io/os: "linux"
15:59:04   restartPolicy: "Never"
15:59:04   securityContext: {}
15:59:04   volumes:
15:59:04   - name: "volume-0"
15:59:04     persistentVolumeClaim:
15:59:04       claimName: "tools-claim-jiro-packaging"
15:59:04       readOnly: true
15:59:04   - name: "m2-secret-dir"
15:59:04     secret:
15:59:04       secretName: "m2-secret-dir"
15:59:04   - emptyDir:
15:59:04       medium: ""
15:59:04     name: "volume-2"
15:59:04   - configMap:
15:59:04       name: "m2-dir"
15:59:04     name: "m2-dir"
15:59:04   - configMap:
15:59:04       name: "known-hosts"
15:59:04     name: "volume-1"
15:59:04   - emptyDir:
15:59:04       medium: ""
15:59:04     name: "workspace-volume"
15:59:04   - emptyDir:
15:59:04       medium: ""
15:59:04     name: "volume-4"
15:59:04   - emptyDir:
15:59:04       medium: ""
15:59:04     name: "volume-3"
15:59:04 
15:59:04 Building remotely on basic-4c0bm in workspace /home/jenkins/agent/workspace/run-dash-licenses
15:59:04 [WS-CLEANUP] Deleting project workspace...
15:59:04 [WS-CLEANUP] Deferred wipeout is used...
15:59:04 The recommended git tool is: git
15:59:05 No credentials specified
15:59:05 Cloning the remote Git repository
15:59:05 Cloning repository git://git.eclipse.org/gitroot/epp/org.eclipse.epp.packages.git
15:59:05  > git init /home/jenkins/agent/workspace/run-dash-licenses # timeout=10
15:59:05 Fetching upstream changes from git://git.eclipse.org/gitroot/epp/org.eclipse.epp.packages.git
15:59:05  > git --version # timeout=10
15:59:05  > git --version # 'git version 2.20.1'
15:59:05  > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/epp/org.eclipse.epp.packages.git +refs/heads/*:refs/remotes/origin/* # timeout=10
15:59:06  > git config remote.origin.url git://git.eclipse.org/gitroot/epp/org.eclipse.epp.packages.git # timeout=10
15:59:06  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
15:59:06 Avoid second fetch
15:59:06  > git rev-parse origin/master^{commit} # timeout=10
15:59:06 Checking out Revision cce4fd79d41715d0fb862a961c0ec917e449d17d (origin/master)
15:59:06  > git config core.sparsecheckout # timeout=10
15:59:06  > git checkout -f cce4fd79d41715d0fb862a961c0ec917e449d17d # timeout=10
15:59:10 Commit message: "[releng] Add dash license script to EPP"
15:59:10  > git rev-list --no-walk cce4fd79d41715d0fb862a961c0ec917e449d17d # timeout=10
15:59:10 [run-dash-licenses] $ /bin/sh -xe /tmp/jenkins11967328586220051386.sh
15:59:10 + /home/jenkins/agent/workspace/run-dash-licenses/releng/org.eclipse.epp.config/tools/createSettings.sh
15:59:10 Creating /home/jenkins/agent/workspace/run-dash-licenses/settings.xml
15:59:10 Ignoring package(s): 
15:59:10 Creating list of built packages
15:59:10 /home/jenkins/agent/workspace/run-dash-licenses/releng/org.eclipse.epp.config/tools/createSettings.sh: line 65: cd: /home/jenkins/agent/workspace/run-dash-licenses/org.eclipse.epp.packages: No such file or directory
15:59:10 /home/jenkins/agent/workspace/run-dash-licenses/releng/org.eclipse.epp.config/tools/createSettings.sh: line 87: cd: /home/jenkins/agent/workspace/run-dash-licenses/org.eclipse.epp.packages: No such file or directory
15:59:10 Full build required. Adding all packages
15:59:10 Adding package epp.package.committers
15:59:10 Adding package epp.package.cpp
15:59:10 Adding package epp.package.dsl
15:59:10 Adding package epp.package.embedcpp
15:59:10 Adding package epp.package.java
15:59:10 Adding package epp.package.jee
15:59:10 Adding package epp.package.modeling
15:59:10 Adding package epp.package.parallel
15:59:10 Adding package epp.package.php
15:59:10 Adding package epp.package.rcp
15:59:10 Adding package epp.package.scout
15:59:10 Will run remove-justj-from-p2 profile
15:59:10 Written new /home/jenkins/agent/workspace/run-dash-licenses/settings.xml
15:59:10 + export 'MVN=/opt/tools/apache-maven/latest/bin/mvn -s /home/jenkins/agent/workspace/run-dash-licenses/settings.xml -Dtycho.disableP2Mirrors=true'
15:59:10 + MVN='/opt/tools/apache-maven/latest/bin/mvn -s /home/jenkins/agent/workspace/run-dash-licenses/settings.xml -Dtycho.disableP2Mirrors=true'
15:59:10 + /home/jenkins/agent/workspace/run-dash-licenses/releng/org.eclipse.epp.config/tools/run_dash_licenses.sh
15:59:10 Generate the list of dependencies according to Maven
16:41:02 Clean out the lines and whitespace that are not actually dependencies
16:41:02 Sort and uniqify and store all deps in deps.log that will be passed to the tool
16:41:02 Clone and build Dash Licenses
16:42:28 Run the license check
16:42:30 Some licenses appear to have failed a check, review output below.
16:42:30 See dash-build.log dash-licenses.log deps.log deps-raw.log deps-stripped.log git-clone.log mvn-dependency-list.log for various outputs. The key one is dash-licenses.log which is the summary and repeated below:
16:42:30 ============ dash-licenses.log ============
16:42:30 May 06, 2021 8:42:29 PM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport queryLicenseData
16:42:30 INFO: Querying Eclipse Foundation for license data for 135 items.
16:42:30 May 06, 2021 8:42:30 PM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport lambda$queryLicenseData$3
16:42:30 INFO: Found 129 items.
16:42:30 License information could not be automatically verified for the following content:
16:42:30 
16:42:30 p2/orbit/p2.eclipse-plugin/org.apache.batik.constants/1.14.0.v20210324-0332
16:42:30 p2/orbit/p2.eclipse-plugin/org.apache.batik.css/1.14.0.v20210324-0332
16:42:30 p2/orbit/p2.eclipse-plugin/org.apache.batik.i18n/1.14.0.v20210324-0332
16:42:30 p2/orbit/p2.eclipse-plugin/org.apache.batik.util/1.14.0.v20210324-0332
16:42:30 p2/orbit/p2.eclipse-plugin/org.apache.commons.io/2.8.0.v20210415-0900
16:42:30 p2/orbit/p2.eclipse-plugin/org.apache.xmlgraphics/2.6.0.v20210409-0748
16:42:30 
16:42:30 This content is either not correctly mapped by the system, or requires review.
16:42:30 
16:42:30 
16:42:30 Build step 'Execute shell' marked build as failure
16:42:30 Sending e-mails to: jonah@kichwacoders.com
16:42:31 Archiving artifacts
16:42:31 Finished: FAILURE