Branch indexing Connecting to https://api.github.com using eclipse-sprotty-bot/****** (GitHub bot (username/token)) Obtained Jenkinsfile from 5d6c6c25e7d5d7ded5c19fc6282a1a45137154ac Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: sprotty/sprotty-server-agent-pod-0cwzx-swxgz [Normal][sprotty/sprotty-server-agent-pod-0cwzx-swxgz][Scheduled] Successfully assigned sprotty/sprotty-server-agent-pod-0cwzx-swxgz to okdnode-9 Still waiting to schedule task ‘sprotty-server-agent-pod-0cwzx-swxgz’ is offline [Normal][sprotty/sprotty-server-agent-pod-0cwzx-swxgz][AddedInterface] Add eth0 [10.40.30.112/23] [Normal][sprotty/sprotty-server-agent-pod-0cwzx-swxgz][Pulling] Pulling image "openjdk:8" [Normal][sprotty/sprotty-server-agent-pod-0cwzx-swxgz][Pulled] Successfully pulled image "openjdk:8" in 2.160495236s [Normal][sprotty/sprotty-server-agent-pod-0cwzx-swxgz][Created] Created container openjdk [Normal][sprotty/sprotty-server-agent-pod-0cwzx-swxgz][Started] Started container openjdk [Normal][sprotty/sprotty-server-agent-pod-0cwzx-swxgz][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5" already present on machine [Normal][sprotty/sprotty-server-agent-pod-0cwzx-swxgz][Created] Created container jnlp [Normal][sprotty/sprotty-server-agent-pod-0cwzx-swxgz][Started] Started container jnlp Agent sprotty-server-agent-pod-0cwzx-swxgz is provisioned from template sprotty-server-agent-pod-0cwzx --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.sprotty.svc.cluster.local/sprotty/job/sprotty-server/job/master/1/" runUrl: "job/sprotty-server/job/master/1/" labels: jenkins: "slave" jenkins/label: "sprotty-server-agent-pod" name: "sprotty-server-agent-pod-0cwzx-swxgz" spec: containers: - image: "openjdk:8" name: "openjdk" resources: limits: memory: "2Gi" cpu: "1" requests: memory: "2Gi" cpu: "1" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.sprotty.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "sprotty-server-agent-pod-0cwzx-swxgz" - name: "JENKINS_NAME" value: "sprotty-server-agent-pod-0cwzx-swxgz" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.sprotty.svc.cluster.local/sprotty/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5" name: "jnlp" resources: requests: cpu: "100m" memory: "256Mi" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - emptyDir: medium: "" name: "workspace-volume" Running on sprotty-server-agent-pod-0cwzx-swxgz in /home/jenkins/agent/workspace/sprotty-server_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Avoid second fetch Checking out Revision 5d6c6c25e7d5d7ded5c19fc6282a1a45137154ac (master) Cloning repository https://github.com/eclipse/sprotty-server.git > git init /home/jenkins/agent/workspace/sprotty-server_master # timeout=10 Fetching upstream changes from https://github.com/eclipse/sprotty-server.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse/sprotty-server.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/eclipse/sprotty-server.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5d6c6c25e7d5d7ded5c19fc6282a1a45137154ac # timeout=10 Commit message: "Fixed Xtext tests" First time build. Skipping changelog. Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Build sprotty-server) [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + ./gradlew --no-daemon --refresh-dependencies --continue -PignoreTestFailures=true build createLocalMavenRepo Exception in thread "main" java.lang.RuntimeException: Could not create parent directory for lock file /.gradle/wrapper/dists/gradle-4.10.2-bin/cghg6c4gf4vkiutgsab8yrnwv/gradle-4.10.2-bin.zip.lck at org.gradle.wrapper.ExclusiveFileAccessManager.access(ExclusiveFileAccessManager.java:43) at org.gradle.wrapper.Install.createDist(Install.java:48) at org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:107) at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:61) [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result ERROR: script returned exit code 1 Finished: FAILURE