Branch indexing Connecting to https://api.github.com using GitHub bot (username/token) Connecting to https://api.github.com to check permissions of obtain list of luuvish for eclipse/sprotty-layout Loading trusted files from base branch master at b1994cf18794b2015fee972886b760f5aaa4f2ba rather than 2be08a6193742e42122364c2cc63d052c607b785 Obtained Jenkinsfile from b1994cf18794b2015fee972886b760f5aaa4f2ba [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-layout-agent-pod’ Agent sprotty-layout-agent-pod-2zkkv-sc33m is provisioned from template sprotty-layout-agent-pod-2zkkv --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.sprotty.svc.cluster.local/sprotty/job/sprotty-layout/job/master/12/" runUrl: "job/sprotty-layout/job/master/12/" labels: jenkins: "slave" jenkins/label-digest: "cd1b798f1b33b95acc5de00bd483c5380b23fbcb" jenkins/label: "sprotty-layout-agent-pod" name: "sprotty-layout-agent-pod-2zkkv-sc33m" spec: containers: - image: "node:12.18.3" name: "node" resources: limits: memory: "2Gi" cpu: "1" requests: memory: "2Gi" cpu: "1" tty: true volumeMounts: - mountPath: "/.yarn" name: "yarn-global" - 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-layout-agent-pod-2zkkv-sc33m" - name: "JENKINS_NAME" value: "sprotty-layout-agent-pod-2zkkv-sc33m" - 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.10" 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: {} name: "yarn-global" - emptyDir: medium: "" name: "workspace-volume" Running on sprotty-layout-agent-pod-2zkkv-sc33m in /home/jenkins/agent/workspace/sprotty-layout_PR-16 [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-layout.git > git init /home/jenkins/agent/workspace/sprotty-layout_PR-16 # timeout=10 Fetching without tags Merging remotes/origin/master commit b1994cf18794b2015fee972886b760f5aaa4f2ba into PR head commit 2be08a6193742e42122364c2cc63d052c607b785 Fetching upstream changes from https://github.com/eclipse/sprotty-layout.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-layout.git +refs/pull/16/head:refs/remotes/origin/PR-16 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/eclipse/sprotty-layout.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/16/head:refs/remotes/origin/PR-16 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/eclipse/sprotty-layout.git # timeout=10 Fetching upstream changes from https://github.com/eclipse/sprotty-layout.git using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse/sprotty-layout.git +refs/pull/16/head:refs/remotes/origin/PR-16 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2be08a6193742e42122364c2cc63d052c607b785 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials GitHub bot (username/token) > git merge b1994cf18794b2015fee972886b760f5aaa4f2ba # timeout=10 Merge succeeded, producing 602967b3344254acc0fcf6711602063b7fb31535 Checking out Revision 602967b3344254acc0fcf6711602063b7fb31535 (PR-16) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 602967b3344254acc0fcf6711602063b7fb31535 # timeout=10 Commit message: "Merge commit 'b1994cf18794b2015fee972886b760f5aaa4f2ba' into HEAD" First time build. Skipping changelog. Cleaning workspace [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Build sprotty-elk) [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/sprotty-layout_PR-16/sprotty-elk [Pipeline] { [Pipeline] sh > git rev-list --no-walk a443f89cc8e98b50cccb2dbad6653eb1900d63ce # timeout=10 > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 + yarn install yarn install v1.22.4 [1/4] Resolving packages... [2/4] Fetching packages... [3/4] Linking dependencies... [4/4] Building fresh packages... $ yarn run clean && yarn run build yarn run v1.22.4 $ rimraf lib artifacts Done in 0.10s. yarn run v1.22.4 $ tsc -p ./lib.tsconfig.json && yarn run lint src/elk-layout.ts(253,23): error TS6133: 'sJunction' is declared but its value is never read. src/elk-layout.ts(258,38): error TS2552: Cannot find name 'sJunstion'. Did you mean 'sJunction'? error Command failed with exit code 2. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. error Command failed with exit code 2. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy (master only)) Stage "Deploy (master only)" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline ERROR: script returned exit code 2 GitHub has been notified of this commit’s build result Finished: FAILURE