Skip to content

Console Output

Started by an SCM change
Running as SYSTEM
Agent default-agent-sw017 is provisioned from template Kubernetes Pod Template
Agent specification [Kubernetes Pod Template] (null): 
* [jnlp] eclipsecbijenkins/jenkins-agent:3.29@sha256:90d0b4f1eaa744217d4cd5df8caef86dfc76ce4d38bba6bda6a40de4eb8307cd(resourceRequestCpu: 1000m, resourceRequestMemory: 4096Mi, resourceLimitCpu: 2000m, resourceLimitMemory: 4096Mi)
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-sw017 in workspace /home/jenkins/workspace/lyo-server-master
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/lyo.server.git
 > /usr/bin/git init /home/jenkins/workspace/lyo-server-master # timeout=10
Fetching upstream changes from https://github.com/eclipse/lyo.server.git
 > /usr/bin/git --version # timeout=10
 > /usr/bin/git fetch --tags --force --progress https://github.com/eclipse/lyo.server.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git config remote.origin.url https://github.com/eclipse/lyo.server.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.server.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/lyo.server.git
 > /usr/bin/git fetch --tags --force --progress https://github.com/eclipse/lyo.server.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 bdaef087efc07c658b2e7557df09b8516fafc877 (refs/remotes/origin/master)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f bdaef087efc07c658b2e7557df09b8516fafc877
Commit message: "Update .travis.yml"
 > /usr/bin/git rev-list --no-walk 6ed79df08918e943734d94d405f5e0f039042246 # timeout=10
[lyo-server-master] $ /opt/tools/apache-maven/latest/bin/mvn -f 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
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Sending e-mails to: andriib@kth.se jad@kth.se jamsden@us.ibm.com yash.s.khatri@gmail.com
Finished: FAILURE