Started by user Jonah Graham Running as Jonah Graham Agent basic-4c0bm is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-4c0bm" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.packaging.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-4c0bm" - 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-4c0bm" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.packaging.svc.cluster.local/packaging/" 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-packaging" 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-4c0bm in workspace /home/jenkins/agent/workspace/run-dash-licenses [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... The recommended git tool is: git No credentials specified Cloning the remote Git repository Cloning repository git://git.eclipse.org/gitroot/epp/org.eclipse.epp.packages.git > git init /home/jenkins/agent/workspace/run-dash-licenses # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/epp/org.eclipse.epp.packages.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/epp/org.eclipse.epp.packages.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.eclipse.org/gitroot/epp/org.eclipse.epp.packages.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision cce4fd79d41715d0fb862a961c0ec917e449d17d (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f cce4fd79d41715d0fb862a961c0ec917e449d17d # timeout=10 Commit message: "[releng] Add dash license script to EPP" > git rev-list --no-walk cce4fd79d41715d0fb862a961c0ec917e449d17d # timeout=10 [run-dash-licenses] $ /bin/sh -xe /tmp/jenkins11967328586220051386.sh + /home/jenkins/agent/workspace/run-dash-licenses/releng/org.eclipse.epp.config/tools/createSettings.sh Creating /home/jenkins/agent/workspace/run-dash-licenses/settings.xml Ignoring package(s): Creating list of built packages /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 /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 Full build required. Adding all packages Adding package epp.package.committers Adding package epp.package.cpp Adding package epp.package.dsl Adding package epp.package.embedcpp Adding package epp.package.java Adding package epp.package.jee Adding package epp.package.modeling Adding package epp.package.parallel Adding package epp.package.php Adding package epp.package.rcp Adding package epp.package.scout Will run remove-justj-from-p2 profile Written new /home/jenkins/agent/workspace/run-dash-licenses/settings.xml + export 'MVN=/opt/tools/apache-maven/latest/bin/mvn -s /home/jenkins/agent/workspace/run-dash-licenses/settings.xml -Dtycho.disableP2Mirrors=true' + MVN='/opt/tools/apache-maven/latest/bin/mvn -s /home/jenkins/agent/workspace/run-dash-licenses/settings.xml -Dtycho.disableP2Mirrors=true' + /home/jenkins/agent/workspace/run-dash-licenses/releng/org.eclipse.epp.config/tools/run_dash_licenses.sh Generate the list of dependencies according to Maven Clean out the lines and whitespace that are not actually dependencies Sort and uniqify and store all deps in deps.log that will be passed to the tool Clone and build Dash Licenses Run the license check Some licenses appear to have failed a check, review output below. 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: ============ dash-licenses.log ============ May 06, 2021 8:42:29 PM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport queryLicenseData INFO: Querying Eclipse Foundation for license data for 135 items. May 06, 2021 8:42:30 PM org.eclipse.dash.licenses.foundation.EclipseFoundationSupport lambda$queryLicenseData$3 INFO: Found 129 items. License information could not be automatically verified for the following content: p2/orbit/p2.eclipse-plugin/org.apache.batik.constants/1.14.0.v20210324-0332 p2/orbit/p2.eclipse-plugin/org.apache.batik.css/1.14.0.v20210324-0332 p2/orbit/p2.eclipse-plugin/org.apache.batik.i18n/1.14.0.v20210324-0332 p2/orbit/p2.eclipse-plugin/org.apache.batik.util/1.14.0.v20210324-0332 p2/orbit/p2.eclipse-plugin/org.apache.commons.io/2.8.0.v20210415-0900 p2/orbit/p2.eclipse-plugin/org.apache.xmlgraphics/2.6.0.v20210409-0748 This content is either not correctly mapped by the system, or requires review. Build step 'Execute shell' marked build as failure Sending e-mails to: jonah@kichwacoders.com Archiving artifacts Finished: FAILURE