Skip to content

Console Output

Started by user Dennis Huebner
Running as Dennis Huebner
 > git rev-parse --is-inside-work-tree # timeout=10
Setting origin to https://github.com/eclipse/Xpect.git
 > git config remote.origin.url https://github.com/eclipse/Xpect.git # timeout=10
Fetching origin...
Fetching upstream changes from origin
 > git --version # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git fetch --tags --force --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10
Seen branch in repository origin/GH-275
Seen branch in repository origin/gh-pages
Seen branch in repository origin/master
Seen branch in repository origin/master_with_history
Seen branch in repository origin/mvn-publish2
Seen branch in repository origin/release_0.2.0
Seen 6 remote branches
Obtained Jenkinsfile from 1551361c50c25a554e7ac9cd9f8b1658ddb2a9cc
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] timestamps
[Pipeline] {
[Pipeline] node
08:52:07 [2020-04-06T12:52:07.274Z] Still waiting to schedule task
08:52:07 [2020-04-06T12:52:07.278Z] Waiting for next available executor
08:52:10 [2020-04-06T12:52:10.094Z] Agent basic-agent-xb3g5 is provisioned from template basic-agent
08:52:10 [2020-04-06T12:52:10.098Z] ---
08:52:10 [2020-04-06T12:52:10.098Z] apiVersion: "v1"
08:52:10 [2020-04-06T12:52:10.098Z] kind: "Pod"
08:52:10 [2020-04-06T12:52:10.098Z] metadata:
08:52:10 [2020-04-06T12:52:10.098Z]   annotations: {}
08:52:10 [2020-04-06T12:52:10.098Z]   labels:
08:52:10 [2020-04-06T12:52:10.098Z]     jenkins: "slave"
08:52:10 [2020-04-06T12:52:10.098Z]     jenkins/label: ""
08:52:10 [2020-04-06T12:52:10.098Z]   name: "basic-agent-xb3g5"
08:52:10 [2020-04-06T12:52:10.098Z] spec:
08:52:10 [2020-04-06T12:52:10.098Z]   containers:
08:52:10 [2020-04-06T12:52:10.098Z]   - env:
08:52:10 [2020-04-06T12:52:10.098Z]     - name: "MAVEN_OPTS"
08:52:10 [2020-04-06T12:52:10.098Z]       value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
08:52:10 [2020-04-06T12:52:10.098Z]     - name: "JENKINS_SECRET"
08:52:10 [2020-04-06T12:52:10.098Z]       value: "********"
08:52:10 [2020-04-06T12:52:10.098Z]     - name: "JENKINS_TUNNEL"
08:52:10 [2020-04-06T12:52:10.098Z]       value: "jenkins-discovery.xpect.svc.cluster.local:50000"
08:52:10 [2020-04-06T12:52:10.098Z]     - name: "JENKINS_AGENT_NAME"
08:52:10 [2020-04-06T12:52:10.098Z]       value: "basic-agent-xb3g5"
08:52:10 [2020-04-06T12:52:10.098Z]     - name: "MAVEN_CONFIG"
08:52:10 [2020-04-06T12:52:10.098Z]       value: "-B -e"
08:52:10 [2020-04-06T12:52:10.098Z]     - name: "JENKINS_NAME"
08:52:10 [2020-04-06T12:52:10.098Z]       value: "basic-agent-xb3g5"
08:52:10 [2020-04-06T12:52:10.098Z]     - name: "JENKINS_AGENT_WORKDIR"
08:52:10 [2020-04-06T12:52:10.098Z]       value: "/home/jenkins/agent"
08:52:10 [2020-04-06T12:52:10.098Z]     - name: "JENKINS_URL"
08:52:10 [2020-04-06T12:52:10.098Z]       value: "http://jenkins-ui.xpect.svc.cluster.local/xpect/"
08:52:10 [2020-04-06T12:52:10.098Z]     - name: "HOME"
08:52:10 [2020-04-06T12:52:10.098Z]       value: "/home/jenkins"
08:52:10 [2020-04-06T12:52:10.098Z]     image: "eclipsecbijenkins/basic-agent:3.35"
08:52:10 [2020-04-06T12:52:10.098Z]     imagePullPolicy: "Always"
08:52:10 [2020-04-06T12:52:10.098Z]     name: "jnlp"
08:52:10 [2020-04-06T12:52:10.098Z]     resources:
08:52:10 [2020-04-06T12:52:10.098Z]       limits:
08:52:10 [2020-04-06T12:52:10.098Z]         memory: "4096Mi"
08:52:10 [2020-04-06T12:52:10.098Z]         cpu: "2000m"
08:52:10 [2020-04-06T12:52:10.098Z]       requests:
08:52:10 [2020-04-06T12:52:10.098Z]         memory: "4096Mi"
08:52:10 [2020-04-06T12:52:10.098Z]         cpu: "1000m"
08:52:10 [2020-04-06T12:52:10.098Z]     securityContext:
08:52:10 [2020-04-06T12:52:10.098Z]       privileged: false
08:52:10 [2020-04-06T12:52:10.098Z]     tty: true
08:52:10 [2020-04-06T12:52:10.098Z]     volumeMounts:
08:52:10 [2020-04-06T12:52:10.098Z]     - mountPath: "/home/jenkins/.m2/toolchains.xml"
08:52:10 [2020-04-06T12:52:10.098Z]       name: "m2-dir"
08:52:10 [2020-04-06T12:52:10.098Z]       readOnly: true
08:52:10 [2020-04-06T12:52:10.098Z]       subPath: "toolchains.xml"
08:52:10 [2020-04-06T12:52:10.098Z]     - mountPath: "/opt/tools"
08:52:10 [2020-04-06T12:52:10.098Z]       name: "volume-0"
08:52:10 [2020-04-06T12:52:10.098Z]       readOnly: false
08:52:10 [2020-04-06T12:52:10.098Z]     - mountPath: "/home/jenkins"
08:52:10 [2020-04-06T12:52:10.098Z]       name: "volume-2"
08:52:10 [2020-04-06T12:52:10.098Z]       readOnly: false
08:52:10 [2020-04-06T12:52:10.098Z]     - mountPath: "/home/jenkins/.m2/repository"
08:52:10 [2020-04-06T12:52:10.098Z]       name: "volume-3"
08:52:10 [2020-04-06T12:52:10.098Z]       readOnly: false
08:52:10 [2020-04-06T12:52:10.098Z]     - mountPath: "/home/jenkins/.m2/settings-security.xml"
08:52:10 [2020-04-06T12:52:10.098Z]       name: "m2-secret-dir"
08:52:10 [2020-04-06T12:52:10.098Z]       readOnly: true
08:52:10 [2020-04-06T12:52:10.098Z]       subPath: "settings-security.xml"
08:52:10 [2020-04-06T12:52:10.098Z]     - mountPath: "/home/jenkins/.m2/wrapper"
08:52:10 [2020-04-06T12:52:10.098Z]       name: "volume-4"
08:52:10 [2020-04-06T12:52:10.098Z]       readOnly: false
08:52:10 [2020-04-06T12:52:10.098Z]     - mountPath: "/home/jenkins/.m2/settings.xml"
08:52:10 [2020-04-06T12:52:10.098Z]       name: "m2-secret-dir"
08:52:10 [2020-04-06T12:52:10.098Z]       readOnly: true
08:52:10 [2020-04-06T12:52:10.098Z]       subPath: "settings.xml"
08:52:10 [2020-04-06T12:52:10.098Z]     - mountPath: "/home/jenkins/.ssh"
08:52:10 [2020-04-06T12:52:10.098Z]       name: "volume-1"
08:52:10 [2020-04-06T12:52:10.098Z]       readOnly: false
08:52:10 [2020-04-06T12:52:10.098Z]     - mountPath: "/home/jenkins/agent"
08:52:10 [2020-04-06T12:52:10.098Z]       name: "workspace-volume"
08:52:10 [2020-04-06T12:52:10.098Z]       readOnly: false
08:52:10 [2020-04-06T12:52:10.098Z]     workingDir: "/home/jenkins/agent"
08:52:10 [2020-04-06T12:52:10.098Z]   nodeSelector:
08:52:10 [2020-04-06T12:52:10.098Z]     beta.kubernetes.io/os: "linux"
08:52:10 [2020-04-06T12:52:10.098Z]   restartPolicy: "Never"
08:52:10 [2020-04-06T12:52:10.098Z]   securityContext: {}
08:52:10 [2020-04-06T12:52:10.098Z]   volumes:
08:52:10 [2020-04-06T12:52:10.098Z]   - name: "volume-0"
08:52:10 [2020-04-06T12:52:10.098Z]     persistentVolumeClaim:
08:52:10 [2020-04-06T12:52:10.098Z]       claimName: "tools-claim-jiro-xpect"
08:52:10 [2020-04-06T12:52:10.098Z]       readOnly: true
08:52:10 [2020-04-06T12:52:10.098Z]   - name: "m2-secret-dir"
08:52:10 [2020-04-06T12:52:10.098Z]     secret:
08:52:10 [2020-04-06T12:52:10.098Z]       secretName: "m2-secret-dir"
08:52:10 [2020-04-06T12:52:10.098Z]   - emptyDir:
08:52:10 [2020-04-06T12:52:10.098Z]       medium: ""
08:52:10 [2020-04-06T12:52:10.098Z]     name: "volume-2"
08:52:10 [2020-04-06T12:52:10.098Z]   - configMap:
08:52:10 [2020-04-06T12:52:10.098Z]       name: "m2-dir"
08:52:10 [2020-04-06T12:52:10.098Z]     name: "m2-dir"
08:52:10 [2020-04-06T12:52:10.098Z]   - configMap:
08:52:10 [2020-04-06T12:52:10.098Z]       name: "known-hosts"
08:52:10 [2020-04-06T12:52:10.098Z]     name: "volume-1"
08:52:10 [2020-04-06T12:52:10.098Z]   - emptyDir:
08:52:10 [2020-04-06T12:52:10.098Z]       medium: ""
08:52:10 [2020-04-06T12:52:10.098Z]     name: "workspace-volume"
08:52:10 [2020-04-06T12:52:10.098Z]   - emptyDir:
08:52:10 [2020-04-06T12:52:10.098Z]       medium: ""
08:52:10 [2020-04-06T12:52:10.098Z]     name: "volume-4"
08:52:10 [2020-04-06T12:52:10.098Z]   - emptyDir:
08:52:10 [2020-04-06T12:52:10.098Z]       medium: ""
08:52:10 [2020-04-06T12:52:10.098Z]     name: "volume-3"
08:52:10 [2020-04-06T12:52:10.098Z] 
08:52:10 [2020-04-06T12:52:10.441Z] Running on basic-agent-xb3g5 in /home/jenkins/agent/workspace/Xpect_release_0.2.0
[Pipeline] {
[Pipeline] tool
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] End of Pipeline
ERROR: No tool named apache-maven-3.0.5 found
Finished: FAILURE