Skip to content

Console Output

Branch indexing
22:15:13 Connecting to https://api.github.com using eclipse-sprotty-bot/****** (GitHub bot (username/token))
Obtained Jenkinsfile from 1fbf658e4306f467bfadd435b8df69fe27872269
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Created Pod: sprotty/sprotty-server-agent-pod-64m99-4m18z
[Normal][sprotty/sprotty-server-agent-pod-64m99-4m18z][Scheduled] Successfully assigned sprotty/sprotty-server-agent-pod-64m99-4m18z to okdnode-15
[Normal][sprotty/sprotty-server-agent-pod-64m99-4m18z][AddedInterface] Add eth0 [10.40.42.120/23]
[Normal][sprotty/sprotty-server-agent-pod-64m99-4m18z][Pulling] Pulling image "openjdk:8"
[Normal][sprotty/sprotty-server-agent-pod-64m99-4m18z][Pulled] Successfully pulled image "openjdk:8" in 6.837358154s
[Normal][sprotty/sprotty-server-agent-pod-64m99-4m18z][Created] Created container openjdk
[Normal][sprotty/sprotty-server-agent-pod-64m99-4m18z][Started] Started container openjdk
[Normal][sprotty/sprotty-server-agent-pod-64m99-4m18z][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5" already present on machine
[Normal][sprotty/sprotty-server-agent-pod-64m99-4m18z][Created] Created container jnlp
[Normal][sprotty/sprotty-server-agent-pod-64m99-4m18z][Started] Started container jnlp
Agent sprotty-server-agent-pod-64m99-4m18z is provisioned from template sprotty-server-agent-pod-64m99
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.sprotty.svc.cluster.local/sprotty/job/sprotty-server/job/jk%252FGH11/1/"
    runUrl: "job/sprotty-server/job/jk%252FGH11/1/"
  labels:
    jenkins: "slave"
    jenkins/label: "sprotty-server-agent-pod"
  name: "sprotty-server-agent-pod-64m99-4m18z"
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-64m99-4m18z"
    - name: "JENKINS_NAME"
      value: "sprotty-server-agent-pod-64m99-4m18z"
    - 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-64m99-4m18z in /home/jenkins/agent/workspace/sprotty-server_jk_GH11
[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
Cloning repository https://github.com/eclipse/sprotty-server.git
 > git init /home/jenkins/agent/workspace/sprotty-server_jk_GH11 # 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/GH11:refs/remotes/origin/jk/GH11 # timeout=10
Avoid second fetch
Checking out Revision 1fbf658e4306f467bfadd435b8df69fe27872269 (jk/GH11)
 > git config remote.origin.url https://github.com/eclipse/sprotty-server.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/jk/GH11:refs/remotes/origin/jk/GH11 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1fbf658e4306f467bfadd435b8df69fe27872269 # timeout=10
Commit message: "[test] fixed failing test"
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 -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

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE