Branch indexing Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from 89588b49d3fd7613bb50308c22a265c92a2fc96b Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] echo [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes sprotty/sprotty-server-agent-pod-c9qc5-6nq79 [Normal][sprotty/sprotty-server-agent-pod-c9qc5-6nq79][Scheduled] Successfully assigned sprotty/sprotty-server-agent-pod-c9qc5-6nq79 to okdnode-14 [Normal][sprotty/sprotty-server-agent-pod-c9qc5-6nq79][AddedInterface] Add eth0 [10.40.48.164/23] [Normal][sprotty/sprotty-server-agent-pod-c9qc5-6nq79][Pulling] Pulling image "openjdk:8" Still waiting to schedule task ‘sprotty-server-agent-pod-c9qc5-6nq79’ is offline [Normal][sprotty/sprotty-server-agent-pod-c9qc5-6nq79][Pulled] Successfully pulled image "openjdk:8" in 8.076797353s [Normal][sprotty/sprotty-server-agent-pod-c9qc5-6nq79][Created] Created container openjdk [Normal][sprotty/sprotty-server-agent-pod-c9qc5-6nq79][Started] Started container openjdk [Normal][sprotty/sprotty-server-agent-pod-c9qc5-6nq79][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5" already present on machine [Normal][sprotty/sprotty-server-agent-pod-c9qc5-6nq79][Created] Created container jnlp [Normal][sprotty/sprotty-server-agent-pod-c9qc5-6nq79][Started] Started container jnlp Agent sprotty-server-agent-pod-c9qc5-6nq79 is provisioned from template sprotty-server-agent-pod-c9qc5 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.sprotty.svc.cluster.local/sprotty/job/sprotty-server/job/jk%252Fgh40/1/" runUrl: "job/sprotty-server/job/jk%252Fgh40/1/" labels: jenkins: "slave" jenkins/label-digest: "3b0744bfa0ac6462a28ca56e6b01c9c105b060a9" jenkins/label: "sprotty-server-agent-pod" name: "sprotty-server-agent-pod-c9qc5-6nq79" spec: containers: - image: "openjdk:8" name: "openjdk" 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-c9qc5-6nq79" - name: "JENKINS_NAME" value: "sprotty-server-agent-pod-c9qc5-6nq79" - 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: limits: {} requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - emptyDir: medium: "" name: "workspace-volume" Running on sprotty-server-agent-pod-c9qc5-6nq79 in /home/jenkins/agent/workspace/sprotty-server_jk_gh40 [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 89588b49d3fd7613bb50308c22a265c92a2fc96b (jk/gh40) Cloning repository https://github.com/eclipse/sprotty-server.git > git init /home/jenkins/agent/workspace/sprotty-server_jk_gh40 # 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/jk/gh40:refs/remotes/origin/jk/gh40 # timeout=10 > git config remote.origin.url https://github.com/eclipse/sprotty-server.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/jk/gh40:refs/remotes/origin/jk/gh40 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 89588b49d3fd7613bb50308c22a265c92a2fc96b # timeout=10 Commit message: "[layout] avoid duplicate layout on LayoutAction" First time build. Skipping changelog. Cleaning workspace [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Build sprotty-server) [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 + ./gradlew -PignoreTestFailures=true --refresh-dependencies --continue 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 ERROR: script returned exit code 1 GitHub has been notified of this commit’s build result Finished: FAILURE