Console Output
Branch indexing
03:21:07 Connecting to https://api.github.com using eclipse-sprotty-bot/****** (GitHub bot (username/token))
Obtained Jenkinsfile from b9e16c6bfd765596d8536cc40001e1e4c818f287
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-layout-agent-pod-kmfsk-5rhtx
[Normal][sprotty/sprotty-layout-agent-pod-kmfsk-5rhtx][Scheduled] Successfully assigned sprotty/sprotty-layout-agent-pod-kmfsk-5rhtx to okdnode-15
[Normal][sprotty/sprotty-layout-agent-pod-kmfsk-5rhtx][AddedInterface] Add eth0 [10.40.42.156/23]
[Normal][sprotty/sprotty-layout-agent-pod-kmfsk-5rhtx][Pulled] Container image "node:12.18.3" already present on machine
[Normal][sprotty/sprotty-layout-agent-pod-kmfsk-5rhtx][Created] Created container node
[Normal][sprotty/sprotty-layout-agent-pod-kmfsk-5rhtx][Started] Started container node
[Normal][sprotty/sprotty-layout-agent-pod-kmfsk-5rhtx][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5" already present on machine
[Normal][sprotty/sprotty-layout-agent-pod-kmfsk-5rhtx][Created] Created container jnlp
[Normal][sprotty/sprotty-layout-agent-pod-kmfsk-5rhtx][Started] Started container jnlp
Agent sprotty-layout-agent-pod-kmfsk-5rhtx is provisioned from template sprotty-layout-agent-pod-kmfsk
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations:
buildUrl: "http://jenkins-ui.sprotty.svc.cluster.local/sprotty/job/sprotty-layout/job/master/10/"
runUrl: "job/sprotty-layout/job/master/10/"
labels:
jenkins: "slave"
jenkins/label: "sprotty-layout-agent-pod"
name: "sprotty-layout-agent-pod-kmfsk-5rhtx"
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-kmfsk-5rhtx"
- name: "JENKINS_NAME"
value: "sprotty-layout-agent-pod-kmfsk-5rhtx"
- 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: {}
name: "yarn-global"
- emptyDir:
medium: ""
name: "workspace-volume"
Running on sprotty-layout-agent-pod-kmfsk-5rhtx in /home/jenkins/agent/workspace/sprotty-layout_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
Cloning repository https://github.com/eclipse/sprotty-layout.git
> git init /home/jenkins/agent/workspace/sprotty-layout_master # timeout=10
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/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision b9e16c6bfd765596d8536cc40001e1e4c818f287 (master)
> git config remote.origin.url https://github.com/eclipse/sprotty-layout.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 b9e16c6bfd765596d8536cc40001e1e4c818f287 # timeout=10
Commit message: "Bump lodash from 4.17.19 to 4.17.21 in /sprotty-elk"
> git rev-list --no-walk 2d46423407c610425751553f557788b57cb0456f # timeout=10
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-elk)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk
[Pipeline] {
[Pipeline] sh
+ yarn install
yarn install v1.22.4
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning "sprotty > snabbdom-virtualize@0.7.0" has incorrect peer dependency "snabbdom@~0.6.6".
[4/4] Building fresh packages...
$ yarn run clean && yarn run build
yarn run v1.22.4
$ rimraf lib artifacts
Done in 0.35s.
yarn run v1.22.4
$ tsc -p ./lib.tsconfig.json && yarn run lint
$ tslint -c ./configs/tslint.json --project ./lib.tsconfig.json
Done in 9.17s.
Done in 31.24s.
[Pipeline] sh
+ yarn test
yarn run v1.22.4
$ jenkins-mocha --opts ./configs/mocha.opts "./src/**/*.spec.?(ts|tsx)"
[0m[0m
[0m ElkLayoutEngine[0m
[32m ✓[0m[90m arranges a very simple graph[0m[31m (218ms)[0m
[32m ✓[0m[90m arranges a graph with ports[0m
[92m [0m[32m 2 passing[0m[90m (233ms)[0m
Handlebars: Access has been denied to resolve the property "statements" because it is not an "own property" of its parent.
You can add a runtime option to disable the check or this warning:
See https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details
Handlebars: Access has been denied to resolve the property "branches" because it is not an "own property" of its parent.
You can add a runtime option to disable the check or this warning:
See https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details
Handlebars: Access has been denied to resolve the property "functions" because it is not an "own property" of its parent.
You can add a runtime option to disable the check or this warning:
See https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details
Handlebars: Access has been denied to resolve the property "lines" because it is not an "own property" of its parent.
You can add a runtime option to disable the check or this warning:
See https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details
=============================== Coverage summary ===============================
Statements : 79.02% ( 177/224 )
Branches : 65.93% ( 89/135 )
Functions : 73.17% ( 30/41 )
Lines : 77.72% ( 157/202 )
================================================================================
Done in 7.96s.
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy (master only))
[Pipeline] build
Scheduling project: deploy-sprotty-layout
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
Archiving artifacts
[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
Finished: SUCCESS