Started by upstream project "sprotty-theia/master" build number 38 originally caused by: Branch indexing [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 Still waiting to schedule task Waiting for next available executor on ‘sprotty-agent-pod-5n84r-tbgtw’ Agent sprotty-agent-pod-5n84r-01bq0 is provisioned from template sprotty-agent-pod-5n84r --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.sprotty.svc.cluster.local/sprotty/job/sprotty/job/master/169/" runUrl: "job/sprotty/job/master/169/" labels: jenkins: "slave" jenkins/label-digest: "94c9ac7d111dbbd882706642673985e1e8e78a4d" jenkins/label: "sprotty-agent-pod" name: "sprotty-agent-pod-5n84r-01bq0" namespace: "sprotty" spec: containers: - image: "node:16-alpine" name: "node" resources: limits: memory: "2Gi" cpu: "1" requests: memory: "2Gi" cpu: "1" tty: true volumeMounts: - mountPath: "/.yarn" name: "yarn-global" readonly: false - 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-agent-pod-5n84r-01bq0" - name: "JENKINS_NAME" value: "sprotty-agent-pod-5n84r-01bq0" - 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-3107.v665000b_51092" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - emptyDir: {} name: "yarn-global" - emptyDir: medium: "" name: "workspace-volume" Running on sprotty-agent-pod-5n84r-01bq0 in /home/jenkins/agent/workspace/deploy-sprotty-theia [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout master) [Pipeline] git Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential github-bot Cloning the remote Git repository Cloning repository https://github.com/eclipse/sprotty-theia.git > git init /home/jenkins/agent/workspace/deploy-sprotty-theia # timeout=10 Fetching upstream changes from https://github.com/eclipse/sprotty-theia.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --tags --force --progress -- https://github.com/eclipse/sprotty-theia.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/sprotty-theia.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 07a82e5166ea81d615362b5db1309c740df21763 (refs/remotes/origin/master) > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 07a82e5166ea81d615362b5db1309c740df21763 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b master 07a82e5166ea81d615362b5db1309c740df21763 # timeout=10 Commit message: "Bump word-wrap from 1.2.3 to 1.2.4" > git rev-list --no-walk 06a824560bf052a6b36d077a95f5abfb0550c60d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build & Deploy) [Pipeline] container [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $NPM_AUTH_TOKEN [Pipeline] { [Pipeline] sh /home/jenkins/agent/workspace/deploy-sprotty-theia@tmp/durable-a2da048f/script.sh: line 1: can't create /home/jenkins/.npmrc: Permission denied [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE