Skip to content

Console Output

Started by an SCM change
Agent default-agent-p0s9f is provisioned from template Kubernetes Pod Template
Agent specification [Kubernetes Pod Template] (null): 
* [jnlp] eclipsecbijenkins/jenkins-agent:latest@sha256:13bbe1abbec678a31b8c6df906e6abb24689bf6e3b9f7caaadeaf2850a32d436(resourceRequestCpu: 1250m, resourceRequestMemory: 2560Mi, resourceLimitCpu: 2375m, resourceLimitMemory: 2560Mi)
yaml:
apiVersion: v1
kind: Pod
spec:
  containers:
  - name: jnlp
    volumeMounts:
    - name: settings-xml
      mountPath: /home/jenkins/.m2/settings.xml
      subPath: settings.xml
      readOnly: true
    - name: toolchains-xml
      mountPath: /home/jenkins/.m2/toolchains.xml
      subPath: toolchains.xml
      readOnly: true
  volumes:
  - name: settings-xml
    configMap:
      name: m2-dir
      items:
      - key: settings.xml
        path: settings.xml
  - name: toolchains-xml
    configMap:
      name: m2-dir
      items:
      - key: toolchains.xml
        path: toolchains.xml


Building remotely on default-agent-p0s9f in workspace /home/jenkins/workspace/lyo-core-master
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/lyo.core.git
 > /usr/bin/git init /home/jenkins/workspace/lyo-core-master # timeout=10
Fetching upstream changes from https://github.com/eclipse/lyo.core.git
 > /usr/bin/git --version # timeout=10
 > /usr/bin/git fetch --tags --progress https://github.com/eclipse/lyo.core.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git config remote.origin.url https://github.com/eclipse/lyo.core.git # timeout=10
 > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/bin/git config remote.origin.url https://github.com/eclipse/lyo.core.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/lyo.core.git
 > /usr/bin/git fetch --tags --progress https://github.com/eclipse/lyo.core.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > /usr/bin/git rev-parse refs/remotes/origin/refs/heads/master^{commit} # timeout=10
Checking out Revision 45f543e78bd383b7f81688f066c8bf400b95fb8e (refs/remotes/origin/master)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f 45f543e78bd383b7f81688f066c8bf400b95fb8e
Commit message: "Merge pull request #29 from ld4mbse/abstract_types"
 > /usr/bin/git rev-list --no-walk 201d3fd97f7e23891603a0634ba313bb4b236ba9 # timeout=10
[lyo-core-master] $ /opt/tools/apache-maven/latest/bin/mvn -f oslc4j-core-build/pom.xml -Dmaven.repo.local=/shared/technology/lyo/maven/repo clean package javadoc:aggregate -B
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
[ERROR] Could not create local repository at /shared/technology/lyo/maven/repo -> [Help 1]
[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/LocalRepositoryNotAccessibleException
Build step 'Invoke top-level Maven targets' marked build as failure
Sending e-mails to: andriib@kth.se jad@kth.se jamsden@us.ibm.com yash.s.khatri@gmail.com
Finished: FAILURE