Skip to content

Console Output

Started by user Marcus Mews
Running as Marcus Mews
Lightweight checkout support not available, falling back to full checkout.
Checking out git https://github.com/eclipse/Xpect.git into /var/jenkins_home/workspace/Xpect-Integration-Release@script to read Jenkinsfile
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/Xpect.git
 > git init /var/jenkins_home/workspace/Xpect-Integration-Release@script # timeout=10
Fetching upstream changes from https://github.com/eclipse/Xpect.git
 > git --version # timeout=10
 > git fetch --tags --force --progress -- https://github.com/eclipse/Xpect.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/Xpect.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/Xpect.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/Xpect.git
 > git fetch --tags --force --progress -- https://github.com/eclipse/Xpect.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 9b91222972a28827d1cbe1ab44a1fc4b804161bc (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9b91222972a28827d1cbe1ab44a1fc4b804161bc # timeout=10
Commit message: "Update README.md"
 > git rev-list --no-walk 4d1a073a2789685b6d5529d5de352f3cd69f1049 # timeout=10
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] timestamps
[Pipeline] {
[Pipeline] node
07:13:43 [2020-04-06T11:13:43.473Z] Still waiting to schedule task
07:13:43 [2020-04-06T11:13:43.475Z] Waiting for next available executor
07:14:16 [2020-04-06T11:14:16.296Z] Agent basic-agent-pfp5v is provisioned from template basic-agent
07:14:16 [2020-04-06T11:14:16.311Z] ---
07:14:16 [2020-04-06T11:14:16.311Z] apiVersion: "v1"
07:14:16 [2020-04-06T11:14:16.311Z] kind: "Pod"
07:14:16 [2020-04-06T11:14:16.311Z] metadata:
07:14:16 [2020-04-06T11:14:16.311Z]   annotations: {}
07:14:16 [2020-04-06T11:14:16.311Z]   labels:
07:14:16 [2020-04-06T11:14:16.311Z]     jenkins: "slave"
07:14:16 [2020-04-06T11:14:16.311Z]     jenkins/label: ""
07:14:16 [2020-04-06T11:14:16.311Z]   name: "basic-agent-pfp5v"
07:14:16 [2020-04-06T11:14:16.311Z] spec:
07:14:16 [2020-04-06T11:14:16.311Z]   containers:
07:14:16 [2020-04-06T11:14:16.311Z]   - env:
07:14:16 [2020-04-06T11:14:16.311Z]     - name: "MAVEN_OPTS"
07:14:16 [2020-04-06T11:14:16.312Z]       value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
07:14:16 [2020-04-06T11:14:16.312Z]     - name: "JENKINS_SECRET"
07:14:16 [2020-04-06T11:14:16.312Z]       value: "********"
07:14:16 [2020-04-06T11:14:16.312Z]     - name: "JENKINS_TUNNEL"
07:14:16 [2020-04-06T11:14:16.312Z]       value: "jenkins-discovery.xpect.svc.cluster.local:50000"
07:14:16 [2020-04-06T11:14:16.312Z]     - name: "JENKINS_AGENT_NAME"
07:14:16 [2020-04-06T11:14:16.312Z]       value: "basic-agent-pfp5v"
07:14:16 [2020-04-06T11:14:16.312Z]     - name: "MAVEN_CONFIG"
07:14:16 [2020-04-06T11:14:16.312Z]       value: "-B -e"
07:14:16 [2020-04-06T11:14:16.312Z]     - name: "JENKINS_NAME"
07:14:16 [2020-04-06T11:14:16.312Z]       value: "basic-agent-pfp5v"
07:14:16 [2020-04-06T11:14:16.312Z]     - name: "JENKINS_AGENT_WORKDIR"
07:14:16 [2020-04-06T11:14:16.312Z]       value: "/home/jenkins/agent"
07:14:16 [2020-04-06T11:14:16.312Z]     - name: "JENKINS_URL"
07:14:16 [2020-04-06T11:14:16.312Z]       value: "http://jenkins-ui.xpect.svc.cluster.local/xpect/"
07:14:16 [2020-04-06T11:14:16.312Z]     - name: "HOME"
07:14:16 [2020-04-06T11:14:16.312Z]       value: "/home/jenkins"
07:14:16 [2020-04-06T11:14:16.313Z]     image: "eclipsecbijenkins/basic-agent:3.35"
07:14:16 [2020-04-06T11:14:16.313Z]     imagePullPolicy: "Always"
07:14:16 [2020-04-06T11:14:16.313Z]     name: "jnlp"
07:14:16 [2020-04-06T11:14:16.313Z]     resources:
07:14:16 [2020-04-06T11:14:16.313Z]       limits:
07:14:16 [2020-04-06T11:14:16.313Z]         memory: "4096Mi"
07:14:16 [2020-04-06T11:14:16.313Z]         cpu: "2000m"
07:14:16 [2020-04-06T11:14:16.313Z]       requests:
07:14:16 [2020-04-06T11:14:16.313Z]         memory: "4096Mi"
07:14:16 [2020-04-06T11:14:16.313Z]         cpu: "1000m"
07:14:16 [2020-04-06T11:14:16.313Z]     securityContext:
07:14:16 [2020-04-06T11:14:16.313Z]       privileged: false
07:14:16 [2020-04-06T11:14:16.313Z]     tty: true
07:14:16 [2020-04-06T11:14:16.313Z]     volumeMounts:
07:14:16 [2020-04-06T11:14:16.313Z]     - mountPath: "/home/jenkins/.m2/toolchains.xml"
07:14:16 [2020-04-06T11:14:16.313Z]       name: "m2-dir"
07:14:16 [2020-04-06T11:14:16.313Z]       readOnly: true
07:14:16 [2020-04-06T11:14:16.314Z]       subPath: "toolchains.xml"
07:14:16 [2020-04-06T11:14:16.314Z]     - mountPath: "/opt/tools"
07:14:16 [2020-04-06T11:14:16.314Z]       name: "volume-0"
07:14:16 [2020-04-06T11:14:16.314Z]       readOnly: false
07:14:16 [2020-04-06T11:14:16.314Z]     - mountPath: "/home/jenkins"
07:14:16 [2020-04-06T11:14:16.314Z]       name: "volume-2"
07:14:16 [2020-04-06T11:14:16.314Z]       readOnly: false
07:14:16 [2020-04-06T11:14:16.314Z]     - mountPath: "/home/jenkins/.m2/repository"
07:14:16 [2020-04-06T11:14:16.314Z]       name: "volume-3"
07:14:16 [2020-04-06T11:14:16.314Z]       readOnly: false
07:14:16 [2020-04-06T11:14:16.314Z]     - mountPath: "/home/jenkins/.m2/settings-security.xml"
07:14:16 [2020-04-06T11:14:16.314Z]       name: "m2-secret-dir"
07:14:16 [2020-04-06T11:14:16.314Z]       readOnly: true
07:14:16 [2020-04-06T11:14:16.314Z]       subPath: "settings-security.xml"
07:14:16 [2020-04-06T11:14:16.314Z]     - mountPath: "/home/jenkins/.m2/wrapper"
07:14:16 [2020-04-06T11:14:16.314Z]       name: "volume-4"
07:14:16 [2020-04-06T11:14:16.315Z]       readOnly: false
07:14:16 [2020-04-06T11:14:16.315Z]     - mountPath: "/home/jenkins/.m2/settings.xml"
07:14:16 [2020-04-06T11:14:16.315Z]       name: "m2-secret-dir"
07:14:16 [2020-04-06T11:14:16.315Z]       readOnly: true
07:14:16 [2020-04-06T11:14:16.315Z]       subPath: "settings.xml"
07:14:16 [2020-04-06T11:14:16.315Z]     - mountPath: "/home/jenkins/.ssh"
07:14:16 [2020-04-06T11:14:16.315Z]       name: "volume-1"
07:14:16 [2020-04-06T11:14:16.315Z]       readOnly: false
07:14:16 [2020-04-06T11:14:16.315Z]     - mountPath: "/home/jenkins/agent"
07:14:16 [2020-04-06T11:14:16.315Z]       name: "workspace-volume"
07:14:16 [2020-04-06T11:14:16.315Z]       readOnly: false
07:14:16 [2020-04-06T11:14:16.315Z]     workingDir: "/home/jenkins/agent"
07:14:16 [2020-04-06T11:14:16.315Z]   nodeSelector:
07:14:16 [2020-04-06T11:14:16.315Z]     beta.kubernetes.io/os: "linux"
07:14:16 [2020-04-06T11:14:16.315Z]   restartPolicy: "Never"
07:14:16 [2020-04-06T11:14:16.315Z]   securityContext: {}
07:14:16 [2020-04-06T11:14:16.315Z]   volumes:
07:14:16 [2020-04-06T11:14:16.316Z]   - name: "volume-0"
07:14:16 [2020-04-06T11:14:16.316Z]     persistentVolumeClaim:
07:14:16 [2020-04-06T11:14:16.316Z]       claimName: "tools-claim-jiro-xpect"
07:14:16 [2020-04-06T11:14:16.316Z]       readOnly: true
07:14:16 [2020-04-06T11:14:16.316Z]   - name: "m2-secret-dir"
07:14:16 [2020-04-06T11:14:16.316Z]     secret:
07:14:16 [2020-04-06T11:14:16.316Z]       secretName: "m2-secret-dir"
07:14:16 [2020-04-06T11:14:16.316Z]   - emptyDir:
07:14:16 [2020-04-06T11:14:16.316Z]       medium: ""
07:14:16 [2020-04-06T11:14:16.316Z]     name: "volume-2"
07:14:16 [2020-04-06T11:14:16.316Z]   - configMap:
07:14:16 [2020-04-06T11:14:16.316Z]       name: "m2-dir"
07:14:16 [2020-04-06T11:14:16.316Z]     name: "m2-dir"
07:14:16 [2020-04-06T11:14:16.316Z]   - configMap:
07:14:16 [2020-04-06T11:14:16.316Z]       name: "known-hosts"
07:14:16 [2020-04-06T11:14:16.316Z]     name: "volume-1"
07:14:16 [2020-04-06T11:14:16.316Z]   - emptyDir:
07:14:16 [2020-04-06T11:14:16.317Z]       medium: ""
07:14:16 [2020-04-06T11:14:16.317Z]     name: "workspace-volume"
07:14:16 [2020-04-06T11:14:16.317Z]   - emptyDir:
07:14:16 [2020-04-06T11:14:16.317Z]       medium: ""
07:14:16 [2020-04-06T11:14:16.317Z]     name: "volume-4"
07:14:16 [2020-04-06T11:14:16.317Z]   - emptyDir:
07:14:16 [2020-04-06T11:14:16.317Z]       medium: ""
07:14:16 [2020-04-06T11:14:16.317Z]     name: "volume-3"
07:14:16 [2020-04-06T11:14:16.317Z] 
07:14:17 [2020-04-06T11:14:17.095Z] Running on basic-agent-pfp5v in /home/jenkins/agent/workspace/Xpect-Integration-Release
[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