Skip to content

Console Output

Started by timer
Running as SYSTEM
Agent basic-106xx is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-106xx"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.rap.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-106xx"
    - 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-106xx"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.rap.svc.cluster.local/rap/"
    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-rap"
      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-106xx in workspace /home/jenkins/agent/workspace/rap-head-incubator-pde
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[rap-head-incubator-pde] $ /bin/sh -xe /tmp/jenkins14899459837259792688.sh
+ echo 'Checking out build projects'
Checking out build projects
+ git clone git://git.eclipse.org/gitroot/rap/incubator/org.eclipse.rap.incubator.releng.git releng
Cloning into 'releng'...
[rap-head-incubator-pde] $ /bin/sh -xe /tmp/jenkins9973347066246411784.sh
+ COMPONENT_NAME=pde
+ releng/releng/org.eclipse.rap.incubator.releng/scripts/build.sh pde N
***********************************************************************
Workspace location: /home/jenkins/agent/workspace/rap-head-incubator-pde
Maven path: /opt/public/common/apache-maven-3.2.1/bin/mvn
Eclipse location: /shared/rt/rap/build-runtimes/eclipse
Signing location: /opt/public/download-staging.priv/rt/rap
Git base URL: git://git.eclipse.org/gitroot/rap
Git incubator base URL: git://git.eclipse.org/gitroot/rap/incubator
Git branch: master
Releng Git branch: master
RAP Runtime p2 repository: http://download.eclipse.org/rt/rap/nightly/runtime/
p2 repository base path: /shared/rt/rap/incubator/nightly
Number of p2 repositories to keep: 5
Local Maven repository location: /shared/rt/rap/m2/repository
***********************************************************************
Running build.sh
RAP component name: pde
Repository name: org.eclipse.rap.incubator.pde
Build project path: releng/org.eclipse.rap.pde.build
Build type: N
Sign Profile: 
RAP Runtime library: http://download.eclipse.org/rt/rap/nightly/runtime/
Remove directory /shared/rt/rap/m2/repository/.cache
rm: cannot remove '/shared/rt/rap/m2/repository/.cache': No such file or directory
Remove directory /shared/rt/rap/m2/repository/.meta
rm: cannot remove '/shared/rt/rap/m2/repository/.meta': No such file or directory
Remove directory /shared/rt/rap/m2/repository/p2
rm: cannot remove '/shared/rt/rap/m2/repository/p2': No such file or directory
Git clone of releng repository git://git.eclipse.org/gitroot/rap/incubator/org.eclipse.rap.incubator.releng into /home/jenkins/agent/workspace/rap-head-incubator-pde
Cloning into 'org.eclipse.rap.incubator.releng'...
Git clone of git://git.eclipse.org/gitroot/rap/incubator/org.eclipse.rap.incubator.pde into /home/jenkins/agent/workspace/rap-head-incubator-pde
Cloning into 'org.eclipse.rap.incubator.pde'...
Starting build in /home/jenkins/agent/workspace/rap-head-incubator-pde/org.eclipse.rap.incubator.pde/releng/org.eclipse.rap.pde.build
releng/releng/org.eclipse.rap.incubator.releng/scripts/build.sh: line 87: /opt/public/common/apache-maven-3.2.1/bin/mvn: No such file or directory
Maven exited with error code  + 127
Build step 'Execute shell' marked build as failure
Sending e-mails to: ivan@eclipsesource.com mknauer@eclipsesource.com a_mergey@yahoo.fr
Archiving artifacts
Finished: FAILURE