Skip to content

Console Output

Started by user Ed Merks
Running as Ed Merks
Obtained products/org.eclipse.justj.tools.sample.product/Jenkinsfile from git git://git.eclipse.org/gitroot/justj/justj.tools.git
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
All nodes of label ‘migration’ are offline
Agent centos-7-7bfpt is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-7bfpt"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.justj.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-7bfpt"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\
        \ -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: "centos-7-7bfpt"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.justj.svc.cluster.local/justj/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.3"
    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-justj"
      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"

Running on centos-7-7bfpt in /home/jenkins/agent/workspace/build-sample-product
[Pipeline] {
[Pipeline] sh
+ date +%Y%m%d%H%M
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Display Parameters)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] echo
JRE_REPOSITORY=http://download.eclipse.org/justj/jres/15/updates/milestone/latest
[Pipeline] echo
ECLIPSE_REPOSITORY=http://download.eclipse.org/releases/2020-12
[Pipeline] echo
PROMOTE=true
[Pipeline] echo
PIPELINE_VERSION=1
[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Git Checkout)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] checkout
No credentials specified
Cloning the remote Git repository
Cloning repository git://git.eclipse.org/gitroot/justj/justj.tools.git
 > git init /home/jenkins/agent/workspace/build-sample-product/justj.tools # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/justj/justj.tools.git
 > git --version # timeout=10
 > git fetch --tags --progress git://git.eclipse.org/gitroot/justj/justj.tools.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 3ae21e7aee75e597cc8adf9bab97a49ea04eb96f (refs/remotes/origin/master)
 > git config remote.origin.url git://git.eclipse.org/gitroot/justj/justj.tools.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.eclipse.org/gitroot/justj/justj.tools.git # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/justj/justj.tools.git
 > git fetch --tags --progress git://git.eclipse.org/gitroot/justj/justj.tools.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3ae21e7aee75e597cc8adf9bab97a49ea04eb96f # timeout=10
Commit message: "Bug 566640 - Add support for Linux AArch64"
 > git rev-list --no-walk 798efd9864c6ad556181f43f4c19e6fc24a1891c # timeout=10
[Pipeline] echo
[GIT_BRANCH:origin/master, GIT_CHECKOUT_DIR:justj.tools, GIT_COMMIT:3ae21e7aee75e597cc8adf9bab97a49ea04eb96f, GIT_PREVIOUS_COMMIT:798efd9864c6ad556181f43f4c19e6fc24a1891c, GIT_PREVIOUS_SUCCESSFUL_COMMIT:798efd9864c6ad556181f43f4c19e6fc24a1891c, GIT_URL:git://git.eclipse.org/gitroot/justj/justj.tools.git]
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build Sample Products)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product
[Pipeline] {
[Pipeline] sh
+ mvn --no-transfer-progress -Dorg.eclipse.justj.eclipse.repository= -Dorg.eclipse.justj.jre.repository=http://download.eclipse.org/justj/jres/15/updates/milestone/latest -DPACK_AND_SIGN=true -Dorg.eclipse.justj.p2.manager.build.url=https://ci.eclipse.org/justj/job/build-sample-product/ -Dgit.commit=3ae21e7aee75e597cc8adf9bab97a49ea04eb96f -Dbuild.id=19 clean verify
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Invalid artifact repository: URL missing for repository eclipse-repository @ 
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.eclipse.justj:org.eclipse.justj.tools.sample.product:0.1.0-SNAPSHOT (/home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/pom.xml) has 1 error
[ERROR]     Invalid artifact repository: URL missing for repository eclipse-repository -> [Help 2]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/InvalidRepositoryException
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Promote Results)
Stage "Promote Results" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Archive Results)
Stage "Archive Results" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] mail
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE