Skip to content

Console Output

Branch indexing
07:36:07 Connecting to https://api.github.com using GitHub bot (username/token)
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
Created Pod: kubernetes sprotty/sprotty-layout-agent-pod-2zkkv-cmpzk
Created Pod: kubernetes sprotty/sprotty-layout-agent-pod-2zkkv-sc33m
[Normal][sprotty/sprotty-layout-agent-pod-2zkkv-cmpzk][Scheduled] Successfully assigned sprotty/sprotty-layout-agent-pod-2zkkv-cmpzk to okdnode-8
[Normal][sprotty/sprotty-layout-agent-pod-2zkkv-sc33m][Scheduled] Successfully assigned sprotty/sprotty-layout-agent-pod-2zkkv-sc33m to okdnode-21
[Normal][sprotty/sprotty-layout-agent-pod-2zkkv-sc33m][AddedInterface] Add eth0 [10.40.43.104/23]
[Normal][sprotty/sprotty-layout-agent-pod-2zkkv-cmpzk][AddedInterface] Add eth0 [10.40.22.117/23]
[Normal][sprotty/sprotty-layout-agent-pod-2zkkv-sc33m][Pulling] Pulling image "node:12.18.3"
[Normal][sprotty/sprotty-layout-agent-pod-2zkkv-cmpzk][Pulled] Container image "node:12.18.3" already present on machine
[Normal][sprotty/sprotty-layout-agent-pod-2zkkv-cmpzk][Created] Created container node
[Normal][sprotty/sprotty-layout-agent-pod-2zkkv-cmpzk][Started] Started container node
[Normal][sprotty/sprotty-layout-agent-pod-2zkkv-cmpzk][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.10" already present on machine
[Normal][sprotty/sprotty-layout-agent-pod-2zkkv-cmpzk][Created] Created container jnlp
[Normal][sprotty/sprotty-layout-agent-pod-2zkkv-cmpzk][Started] Started container jnlp
Still waiting to schedule task
All nodes of label ‘sprotty-layout-agent-pod’ are offline
Agent sprotty-layout-agent-pod-2zkkv-cmpzk 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-cmpzk"
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-cmpzk"
    - name: "JENKINS_NAME"
      value: "sprotty-layout-agent-pod-2zkkv-cmpzk"
    - 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-cmpzk 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
[Normal][sprotty/sprotty-layout-agent-pod-2zkkv-sc33m][Pulled] Successfully pulled image "node:12.18.3" in 15.370323057s
[Normal][sprotty/sprotty-layout-agent-pod-2zkkv-sc33m][Created] Created container node
[Normal][sprotty/sprotty-layout-agent-pod-2zkkv-sc33m][Started] Started container node
[Normal][sprotty/sprotty-layout-agent-pod-2zkkv-sc33m][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.10" already present on machine
[Normal][sprotty/sprotty-layout-agent-pod-2zkkv-sc33m][Created] Created container jnlp
[Normal][sprotty/sprotty-layout-agent-pod-2zkkv-sc33m][Started] Started container jnlp
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Avoid second fetch
Checking out Revision b1994cf18794b2015fee972886b760f5aaa4f2ba (master)
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
 > 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 b1994cf18794b2015fee972886b760f5aaa4f2ba # timeout=10
Commit message: "v0.10.0"
 > git rev-list --no-walk 6ad207a44458d021cffe2934efa453a429323773 # timeout=10
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_master/sprotty-elk
[Pipeline] {
[Pipeline] sh
+ yarn install
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
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
$ tslint -c ./configs/tslint.json --project ./lib.tsconfig.json
Done in 6.51s.
Done in 16.47s.
[Pipeline] sh
+ yarn test
yarn run v1.22.4
$ jenkins-mocha --opts ./configs/mocha.opts "./src/**/*.spec.?(ts|tsx)"
/home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk/node_modules/@vscode/codicons/dist/codicon.css:6
@font-face {
^

SyntaxError: Invalid or unexpected token
    at wrapSafe (internal/modules/cjs/loader.js:1053:16)
    at Module._compile (internal/modules/cjs/loader.js:1101:27)
    at Module.replacementCompile (/home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk/node_modules/append-transform/index.js:58:13)
    at Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
    at Object.<anonymous> (/home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk/node_modules/append-transform/index.js:62:4)
    at Module.load (internal/modules/cjs/loader.js:985:32)
    at Function.Module._load (internal/modules/cjs/loader.js:878:14)
    at Module.require (internal/modules/cjs/loader.js:1025:19)
    at require (internal/modules/cjs/helpers.js:72:18)
    at Object.<anonymous> (/home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk/node_modules/sprotty/src/features/command-palette/di.config.ts:16:1)
    at Module._compile (internal/modules/cjs/loader.js:1137:30)
    at Module.replacementCompile (/home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk/node_modules/append-transform/index.js:58:13)
    at Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
    at Object.<anonymous> (/home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk/node_modules/append-transform/index.js:62:4)
    at Module.load (internal/modules/cjs/loader.js:985:32)
    at Function.Module._load (internal/modules/cjs/loader.js:878:14)
    at Module.require (internal/modules/cjs/loader.js:1025:19)
    at require (internal/modules/cjs/helpers.js:72:18)
    at Object.<anonymous> (/home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk/node_modules/sprotty/src/index.ts:162:1)
    at Module._compile (internal/modules/cjs/loader.js:1137:30)
    at Module.replacementCompile (/home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk/node_modules/append-transform/index.js:58:13)
    at Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
    at Object.<anonymous> (/home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk/node_modules/append-transform/index.js:62:4)
    at Module.load (internal/modules/cjs/loader.js:985:32)
    at Function.Module._load (internal/modules/cjs/loader.js:878:14)
    at Module.require (internal/modules/cjs/loader.js:1025:19)
    at require (internal/modules/cjs/helpers.js:72:18)
    at Object.<anonymous> (/home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk/src/di.config.ts:15:1896)
    at Module._compile (internal/modules/cjs/loader.js:1137:30)
    at Module.replacementCompile (/home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk/node_modules/append-transform/index.js:58:13)
    at Module.m._compile (/home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk/node_modules/ts-node/src/index.ts:493:23)
    at module.exports (/home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk/node_modules/default-require-extensions/js.js:7:9)
    at /home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk/node_modules/append-transform/index.js:62:4
    at require.extensions.<computed> (/home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk/node_modules/ts-node/src/index.ts:496:12)
    at Object.<anonymous> (/home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk/node_modules/append-transform/index.js:62:4)
    at Module.load (internal/modules/cjs/loader.js:985:32)
    at Function.Module._load (internal/modules/cjs/loader.js:878:14)
    at Module.require (internal/modules/cjs/loader.js:1025:19)
    at require (internal/modules/cjs/helpers.js:72:18)
    at Object.<anonymous> (/home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk/src/elk-layout.spec.ts:24:1)
    at Module._compile (internal/modules/cjs/loader.js:1137:30)
    at Module.replacementCompile (/home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk/node_modules/append-transform/index.js:58:13)
    at Module.m._compile (/home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk/node_modules/ts-node/src/index.ts:493:23)
    at module.exports (/home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk/node_modules/default-require-extensions/js.js:7:9)
    at /home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk/node_modules/append-transform/index.js:62:4
    at require.extensions.<computed> (/home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk/node_modules/ts-node/src/index.ts:496:12)
    at Object.<anonymous> (/home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk/node_modules/append-transform/index.js:62:4)
    at Module.load (internal/modules/cjs/loader.js:985:32)
    at Function.Module._load (internal/modules/cjs/loader.js:878:14)
    at Module.require (internal/modules/cjs/loader.js:1025:19)
    at require (internal/modules/cjs/helpers.js:72:18)
    at /home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk/node_modules/mocha/lib/mocha.js:334:36
    at Array.forEach (<anonymous>)
    at Mocha.loadFiles (/home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk/node_modules/mocha/lib/mocha.js:331:14)
    at Mocha.run (/home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk/node_modules/mocha/lib/mocha.js:811:10)
    at Object.exports.singleRun (/home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk/node_modules/mocha/lib/cli/run-helpers.js:108:16)
    at exports.runMocha (/home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk/node_modules/mocha/lib/cli/run-helpers.js:142:13)
    at Object.exports.handler (/home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk/node_modules/mocha/lib/cli/run.js:292:3)
    at Object.runCommand (/home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk/node_modules/yargs/lib/command.js:242:26)
    at Object.parseArgs [as _parseArgs] (/home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk/node_modules/yargs/yargs.js:1087:28)
    at Object.parse (/home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk/node_modules/yargs/yargs.js:566:25)
    at Object.exports.main (/home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk/node_modules/mocha/lib/cli/cli.js:68:6)
    at Object.<anonymous> (/home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk/node_modules/mocha/bin/_mocha:10:23)
    at Module._compile (internal/modules/cjs/loader.js:1137:30)
    at Module.replacementCompile (/home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk/node_modules/append-transform/index.js:58:13)
    at Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
    at Object.<anonymous> (/home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk/node_modules/append-transform/index.js:62:4)
    at Module.load (internal/modules/cjs/loader.js:985:32)
    at Function.Module._load (internal/modules/cjs/loader.js:878:14)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)
    at runMain (/home/jenkins/agent/workspace/sprotty-layout_master/.node-spawn-wrap-173-bbdd04dd5581/node:68:10)
    at Function.<anonymous> (/home/jenkins/agent/workspace/sprotty-layout_master/.node-spawn-wrap-173-bbdd04dd5581/node:171:5)
    at Object.<anonymous> (/home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk/node_modules/nyc/bin/wrap.js:27:4)
    at Module._compile (internal/modules/cjs/loader.js:1137:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
    at Module.load (internal/modules/cjs/loader.js:985:32)
    at Function.Module._load (internal/modules/cjs/loader.js:878:14)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)
    at /home/jenkins/agent/workspace/sprotty-layout_master/.node-spawn-wrap-173-bbdd04dd5581/node:178:8
    at Object.<anonymous> (/home/jenkins/agent/workspace/sprotty-layout_master/.node-spawn-wrap-173-bbdd04dd5581/node:181:3)
    at Module._compile (internal/modules/cjs/loader.js:1137:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
    at Module.load (internal/modules/cjs/loader.js:985:32)
    at Function.Module._load (internal/modules/cjs/loader.js:878:14)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)
    at internal/main/run_main_module.js:17:47
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   : 16.52% ( 37/224 )
Branches     : 0% ( 0/135 )
Functions    : 7.32% ( 3/41 )
Lines        : 15.35% ( 31/202 )
================================================================================
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
+ true
[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
No test report files were found. Configuration error?
Error when executing success post condition:
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.40.22.117/10.40.22.117:47788
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1795)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:1001)
		at hudson.FilePath.act(FilePath.java:1165)
		at hudson.FilePath.act(FilePath.java:1154)
		at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:107)
		at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:153)
		at hudson.tasks.junit.JUnitResultArchiver.parseAndSummarize(JUnitResultArchiver.java:247)
		at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:63)
		at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:29)
		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution$$Lambda$863/0x00000000180bb1f0.run(Unknown Source)
		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
hudson.AbortException: No test report files were found. Configuration error?
	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:154)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3329)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:376)
	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
	at hudson.remoting.InterceptingExecutorService$$Lambda$89/0x00000000dc0706a0.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:122)
	at hudson.remoting.Engine$1$$Lambda$38/0x00000000fc00ae90.run(Unknown Source)
	at java.base/java.lang.Thread.run(Thread.java:866)

[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: No test report files were found. Configuration error?

GitHub has been notified of this commit’s build result

Finished: FAILURE