Skip to content

Console Output

Branch indexing
03:38:19 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from 781c03256c6efb3e241de3d85d234b9cb954e075
[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-agent-pod-03jql-w30r2
Still waiting to schedule task
Waiting for next available executor on ‘sprotty-agent-pod-03jql-w30r2’
Agent sprotty-agent-pod-03jql-w30r2 is provisioned from template sprotty-agent-pod-03jql
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.sprotty.svc.cluster.local/sprotty/job/sprotty/job/master/193/"
    runUrl: "job/sprotty/job/master/193/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "94c9ac7d111dbbd882706642673985e1e8e78a4d"
    jenkins/label: "sprotty-agent-pod"
  name: "sprotty-agent-pod-03jql-w30r2"
  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-03jql-w30r2"
    - name: "JENKINS_NAME"
      value: "sprotty-agent-pod-03jql-w30r2"
    - 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-3131.vf2b_b_798b_ce99"
    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-03jql-w30r2 in /home/jenkins/agent/workspace/sprotty_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse/sprotty.git
 > git init /home/jenkins/agent/workspace/sprotty_master # timeout=10
Fetching upstream changes from https://github.com/eclipse/sprotty.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.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/eclipse/sprotty.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 781c03256c6efb3e241de3d85d234b9cb954e075 (master)
Commit message: "Updated example projects"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 781c03256c6efb3e241de3d85d234b9cb954e075 # timeout=10
 > git rev-list --no-walk e38e5d406be5114f7ee8013bc0431389d4fcfb70 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Build sprotty)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ yarn install
yarn install v1.22.19
 > git clean -fdx # timeout=10
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning " > sprotty@1.0.0" has unmet peer dependency "inversify@^6.0.1".
warning "workspace-aggregator-0c3c74e9-8bde-4e3f-8b5d-27039c669e40 > generator-sprotty > yeoman-test@7.4.0" has unmet peer dependency "mem-fs@^2.2.1".
warning "workspace-aggregator-0c3c74e9-8bde-4e3f-8b5d-27039c669e40 > generator-sprotty > yeoman-test@7.4.0" has unmet peer dependency "yeoman-environment@^3.13.0".
[4/4] Building fresh packages...
$ yarn run clean && yarn run build
yarn run v1.22.19
$ lerna run clean
lerna notice cli v7.3.0
lerna info ci enabled

 >  Lerna (powered by Nx)   Running target clean for 4 projects:

    - generator-sprotty
    - sprotty
    - sprotty-elk
    - sprotty-protocol

 

> sprotty-protocol:clean


> generator-sprotty:clean

generator-sprotty: generator-sprotty: $ shx rm -fr app *.tsbuildinfo
sprotty-protocol: sprotty-protocol: $ shx rm -fr lib artifacts *.tsbuildinfo

> sprotty:clean


> sprotty-elk:clean

sprotty: sprotty: $ shx rm -fr lib artifacts *.tsbuildinfo
sprotty-elk: sprotty-elk: $ shx rm -fr lib artifacts *.tsbuildinfo

 

 >  Lerna (powered by Nx)   Successfully ran target clean for 4 projects


Done in 4.09s.
yarn run v1.22.19
$ tsc --build tsconfig.build.json && yarn --cwd examples build
$ webpack && npm run compile
asset bundle.js 2.98 MiB [emitted] (name: main) 1 related asset
asset fa2cc0ab9f0bec2b3365.ttf?2ab61cbaefbdf4c7c5589068100bee0c 71.8 KiB [emitted] [immutable] [from: ../node_modules/@vscode/codicons/dist/codicon.ttf?2ab61cbaefbdf4c7c5589068100bee0c] (auxiliary name: main)
runtime modules 2.48 KiB 8 modules
orphan modules 11 bytes [orphan] 1 module
modules by path ../ 2.58 MiB (javascript) 71.8 KiB (asset)
  modules by path ../packages/ 846 KiB
    modules by path ../packages/sprotty/lib/ 759 KiB 153 modules
    modules by path ../packages/sprotty-protocol/lib/ 50.2 KiB 10 modules
    modules by path ../packages/sprotty/css/*.css 17.7 KiB 6 modules
    modules by path ../packages/sprotty-elk/lib/*.js 18.5 KiB 2 modules
  modules by path ../node_modules/ 1.75 MiB (javascript) 71.8 KiB (asset) 86 modules
modules by path ./ 131 KiB 35 modules
webpack 5.88.2 compiled successfully in 11832 ms

> sprotty-examples@1.0.0 compile
> tsc -b tsconfig.json

Done in 41.63s.
Done in 82.12s.
[Pipeline] sh
+ yarn test
yarn run v1.22.19
$ vitest run

 RUN  v0.34.6 /home/jenkins/agent/workspace/sprotty_master

 ✓ packages/sprotty/src/base/commands/command-stack.spec.ts  (6 tests) 16ms
 ✓ packages/sprotty-elk/src/elk-layout.spec.ts  (3 tests) 1487ms
 ✓ packages/sprotty/src/model-source/local-model-source.spec.ts  (5 tests) 191ms
 ✓ packages/sprotty/src/features/bounds/hbox-layout.spec.ts  (7 tests) 296ms
 ✓ packages/sprotty/src/features/hover/hover.spec.ts  (7 tests) 99ms
 ✓ packages/sprotty/src/features/update/update-model.spec.ts  (13 tests) 289ms
 ✓ packages/sprotty/src/graph/views.spec.tsx  (6 tests) 201ms
stderr | packages/sprotty-protocol/src/diagram-server.spec.ts > DiagramServer > does not call an unregistered action handler
Unhandled action from client: foo

 ✓ packages/sprotty-protocol/src/diagram-server.spec.ts  (6 tests) 111ms
 ✓ packages/sprotty/src/graph/sgraph.spec.ts  (8 tests) 200ms
 ✓ packages/sprotty/src/features/select/select.spec.ts  (9 tests) 9ms
 ✓ packages/sprotty/src/base/actions/action-dispatcher.spec.ts  (5 tests) 291ms
 ✓ packages/sprotty/src/features/edge-intersection/intersection-finder.spec.ts  (7 tests) 102ms
 ✓ packages/sprotty/src/features/bounds/vbox-layout.spec.ts  (6 tests) 203ms
 ✓ packages/sprotty/src/features/move/move.spec.ts  (3 tests) 94ms
 ✓ packages/sprotty/src/features/update/model-matching.spec.ts  (3 tests) 101ms
 ✓ packages/sprotty/src/features/bounds/stack-layout.spec.ts  (5 tests) 199ms
 ✓ packages/sprotty/src/base/model/smodel-factory.spec.ts  (6 tests) 109ms
 ✓ packages/sprotty/src/utils/geometry.spec.ts  (13 tests) 96ms
 ✓ packages/sprotty/src/features/context-menu/menu-providers.spec.ts  (4 tests) 96ms
 ✓ packages/sprotty/src/base/commands/command-registration.spec.ts  (2 tests) 102ms
 ✓ packages/sprotty/src/features/routing/model.spec.ts  (5 tests) 101ms
 ✓ packages/sprotty/src/features/routing/views.spec.ts  (4 tests) 93ms
 ✓ packages/sprotty/src/features/bounds/bounds-manipulations.spec.ts  (3 tests) 93ms
 ✓ packages/sprotty/src/features/zorder/zorder.spec.ts  (3 tests) 91ms
 ✓ packages/sprotty/src/features/bounds/views.spec.ts  (4 tests) 92ms
 ✓ packages/sprotty/src/base/views/view.spec.ts  (9 tests) 96ms
 ✓ packages/sprotty/src/base/features/set-model.spec.ts  (3 tests) 6ms
 ✓ packages/sprotty/src/base/model/smodel.spec.ts  (6 tests) 13ms
 ✓ packages/sprotty/src/features/viewport/viewport.spec.ts  (3 tests) 93ms
 ✓ packages/sprotty-protocol/src/utils/geometry.spec.ts  (7 tests) 94ms
 ✓ packages/sprotty-protocol/src/model.spec.ts  (2 tests) 6ms
 ✓ packages/sprotty/src/utils/registry.spec.ts  (4 tests) 95ms
 ✓ packages/sprotty/src/features/export/export.spec.ts  (3 tests) 101ms
 ✓ packages/sprotty/src/base/features/initialize-canvas.spec.ts  (3 tests) 91ms
 ✓ packages/sprotty/src/utils/iterable.spec.ts  (4 tests) 9ms
 ✓ packages/sprotty/src/lib/jsx.spec.tsx  (2 tests) 8ms
 ✓ packages/sprotty-protocol/src/utils/async.spec.ts  (3 tests) 8ms
 ✓ packages/sprotty/src/features/bounds/model.spec.ts  (1 test) 8ms
 ✓ packages/sprotty/src/base/views/css-class-postprocessor.spec.tsx  (3 tests) 5ms
 ✓ packages/sprotty/src/base/animations/easing.spec.ts  (1 test) 92ms
 ✓ packages/sprotty/src/lib/virtualize.spec.ts  (11 tests) 87ms
 ✓ packages/sprotty/src/base/views/thunk-view.spec.tsx  (1 test) 6ms

 Test Files  42 passed (42)
      Tests  209 passed (209)
   Start at  08:40:11
   Duration  32.66s (transform 6.39s, setup 93ms, collect 58.21s, tests 5.58s, environment 2.91s, prepare 52.64s)

Done in 33.35s.
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy (master only))
[Pipeline] sh
+ git diff --name-only 'HEAD^'
+ grep --quiet '^packages'
[Pipeline] build
Scheduling project: deploy-sprotty
[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.46.35/10.40.46.35:48290
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:1000)
		at hudson.FilePath.act(FilePath.java:1192)
		at hudson.FilePath.act(FilePath.java:1181)
		at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:120)
		at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:160)
		at hudson.tasks.junit.JUnitResultArchiver.parseAndSummarize(JUnitResultArchiver.java:254)
		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 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)
Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 1b7a77fe-5fe0-4196-940f-ab44dc94f2d3
hudson.AbortException: No test report files were found. Configuration error?
	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:188)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3578)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:377)
	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
	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:125)
	at java.base/java.lang.Thread.run(Thread.java:839)

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

Could not update commit status, please check if your scan credentials belong to a member of the organization or a collaborator of the repository and repo:status scope is selected


GitHub has been notified of this commit’s build result

Finished: FAILURE