Skip to content

Console Output

Started by user Mat Booth
Agent default-agent-pkvbk 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
    - name: settings-security-xml
      mountPath: /home/jenkins/.m2/settings-security.xml
      subPath: settings-security.xml
      readOnly: true
  volumes:
  - name: settings-xml
    secret:
      secretName: m2-secret-dir
      items:
      - key: settings.xml
        path: settings.xml
  - name: toolchains-xml
    configMap:
      name: m2-dir
      items:
      - key: toolchains.xml
        path: toolchains.xml
  - name: settings-security-xml
    secret:
      secretName: m2-secret-dir
      items:
      - key: settings-security.xml
        path: settings-security.xml


[EnvInject] - Loading node environment variables.
Building remotely on default-agent-pkvbk in workspace /home/jenkins/workspace/ecf-tycho.master.stage-release
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-j1QTNGn2NyRK/agent.54
SSH_AGENT_PID=56
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/workspace/ecf-tycho.master.stage-release@tmp/private_key_5740270655547581634.key (/home/jenkins/workspace/ecf-tycho.master.stage-release@tmp/private_key_5740270655547581634.key)
[ssh-agent] Using credentials genie.ecf (ssh://genie.ecf@projects-storage.eclipse.org)
No credentials specified
Cloning the remote Git repository
Cloning repository git://git.eclipse.org/gitroot/ecf/org.eclipse.ecf
 > /usr/bin/git init /home/jenkins/workspace/ecf-tycho.master.stage-release # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/ecf/org.eclipse.ecf
 > /usr/bin/git --version # timeout=10
 > /usr/bin/git fetch --tags --progress git://git.eclipse.org/gitroot/ecf/org.eclipse.ecf +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git config remote.origin.url git://git.eclipse.org/gitroot/ecf/org.eclipse.ecf # timeout=10
 > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/bin/git config remote.origin.url git://git.eclipse.org/gitroot/ecf/org.eclipse.ecf # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/ecf/org.eclipse.ecf
 > /usr/bin/git fetch --tags --progress git://git.eclipse.org/gitroot/ecf/org.eclipse.ecf +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/origin/master^{commit} # timeout=10
Checking out Revision a8eaf808f99bb4c9db46e97288f74f12f2f9764a (refs/remotes/origin/master)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f a8eaf808f99bb4c9db46e97288f74f12f2f9764a
Commit message: "Fixes for target, feature.xml, and top/pom.xml"
 > /usr/bin/git rev-list --no-walk a8eaf808f99bb4c9db46e97288f74f12f2f9764a # timeout=10
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 40185
Copied maven35-agent.jar
Copied maven35-interceptor.jar
Copied maven3-interceptor-commons.jar
[ecf-tycho.master.stage-release] $ /opt/tools/java/oracle/jdk-8/latest/bin/java -Dhttp.proxyHost=proxy.eclipse.org -Dhttp.proxyPort=9898 -Dhttps.proxyHost=proxy.eclipse.org -Dhttps.proxyPort=9898 -Dhttp.nonProxyHosts=172.30.206.* -Dftp.proxyHost=proxy.eclipse.org -Dftp.proxyPort=9898 -Dftp.nonProxyHosts=172.30.206.* -cp /home/jenkins/maven35-agent.jar:/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.5.2.jar:/opt/tools/apache-maven/latest/conf/logging jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/latest /usr/share/jenkins/slave.jar /home/jenkins/maven35-interceptor.jar /home/jenkins/maven3-interceptor-commons.jar 40185
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /home/jenkins/workspace/ecf-tycho.master.stage-release/pom.xml clean verify javadoc:aggregate -Ppack-and-sign
[INFO] Scanning for projects...
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-maven-plugin/1.0.0/tycho-maven-plugin-1.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.0.0/tycho-maven-plugin-1.0.0.pom
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Unresolveable build extension: Plugin org.eclipse.tycho:tycho-maven-plugin:1.0.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.tycho:tycho-maven-plugin:jar:1.0.0 @ 
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT (/home/jenkins/workspace/ecf-tycho.master.stage-release/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.eclipse.tycho:tycho-maven-plugin:1.0.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.tycho:tycho-maven-plugin:jar:1.0.0: Could not transfer artifact org.eclipse.tycho:tycho-maven-plugin:pom:1.0.0 from/to repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/): Access denied to: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-maven-plugin/1.0.0/tycho-maven-plugin-1.0.0.pom -> [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/PluginManagerException
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 56 killed;
[ssh-agent] Stopped.
channel stopped
Finished: FAILURE