Skip to content

Console Output

Branch indexing
07:38:19 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from 35e0ddb25b815a4b5215896090a9cb026705e0c3
[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
All nodes of label ‘sprotty-agent-pod’ are offline
Agent sprotty-agent-pod-b0p4r-bs1r3 is provisioned from template sprotty-agent-pod-b0p4r
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.sprotty.svc.cluster.local/sprotty/job/sprotty/job/PR-405/3/"
    runUrl: "job/sprotty/job/PR-405/3/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "94c9ac7d111dbbd882706642673985e1e8e78a4d"
    jenkins/label: "sprotty-agent-pod"
  name: "sprotty-agent-pod-b0p4r-bs1r3"
  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-b0p4r-bs1r3"
    - name: "JENKINS_NAME"
      value: "sprotty-agent-pod-b0p4r-bs1r3"
    - 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-b0p4r-bs1r3 in /home/jenkins/agent/workspace/sprotty_dh_test-392-random-graph
[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_dh_test-392-random-graph # 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/dh/test-392-random-graph:refs/remotes/origin/dh/test-392-random-graph # timeout=10
 > git config remote.origin.url https://github.com/eclipse/sprotty.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/dh/test-392-random-graph:refs/remotes/origin/dh/test-392-random-graph # timeout=10
Avoid second fetch
Checking out Revision 35e0ddb25b815a4b5215896090a9cb026705e0c3 (dh/test-392-random-graph)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 35e0ddb25b815a4b5215896090a9cb026705e0c3 # timeout=10
Commit message: "Changed the random graph example to test edge connect"
First time build. Skipping changelog.
Cleaning workspace
 > git rev-list --no-walk 0f1a55fb480fc19d20ecd8b67c70931412c877f9 # timeout=10
 > 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] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Build sprotty)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ yarn install
yarn install v1.22.19
[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-95c5dd61-e1d5-45d9-b7db-9a5a359b7f4c > generator-sprotty > yeoman-test@7.4.0" has unmet peer dependency "mem-fs@^2.2.1".
warning "workspace-aggregator-95c5dd61-e1d5-45d9-b7db-9a5a359b7f4c > 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-elk: sprotty-elk: $ shx rm -fr lib artifacts *.tsbuildinfo
sprotty: sprotty: $ shx rm -fr lib artifacts *.tsbuildinfo

 

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


Done in 7.49s.
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 ./ 133 KiB 35 modules
webpack 5.88.2 compiled successfully in 19004 ms

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

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

 RUN  v0.34.6 /home/jenkins/agent/workspace/sprotty_dh_test-392-random-graph

 ✓ packages/sprotty-protocol/src/model.spec.ts  (2 tests) 69ms
 ✓ packages/sprotty/src/utils/iterable.spec.ts  (4 tests) 13ms
 ✓ packages/sprotty/src/base/model/smodel.spec.ts  (6 tests) 1105ms
 ✓ packages/sprotty-protocol/src/utils/geometry.spec.ts  (7 tests) 1210ms
 ✓ packages/sprotty-protocol/src/utils/async.spec.ts  (3 tests) 192ms
 ✓ packages/sprotty/src/lib/jsx.spec.tsx  (2 tests) 695ms
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) 1684ms
 ✓ packages/sprotty/src/features/update/model-matching.spec.ts  (3 tests) 607ms
 ✓ packages/sprotty/src/utils/geometry.spec.ts  (13 tests) 1310ms
 ✓ packages/sprotty/src/utils/registry.spec.ts  (4 tests) 799ms
 ✓ packages/sprotty/src/features/bounds/model.spec.ts  (1 test) 594ms
 ✓ packages/sprotty/src/base/features/initialize-canvas.spec.ts  (3 tests) 1394ms
 ✓ packages/sprotty/src/features/context-menu/menu-providers.spec.ts  (4 tests) 791ms
 ✓ packages/sprotty/src/base/views/css-class-postprocessor.spec.tsx  (3 tests) 1794ms
 ✓ packages/sprotty/src/features/bounds/views.spec.ts  (4 tests) 797ms
 ✓ packages/sprotty/src/features/routing/views.spec.ts  (4 tests) 605ms
 ✓ packages/sprotty/src/base/commands/command-registration.spec.ts  (2 tests) 3191ms
 ✓ packages/sprotty/src/features/routing/model.spec.ts  (5 tests) 690ms
 ✓ packages/sprotty/src/base/animations/easing.spec.ts  (1 test) 494ms
 ✓ packages/sprotty/src/features/edge-intersection/intersection-finder.spec.ts  (7 tests) 608ms
 ✓ packages/sprotty-elk/src/elk-layout.spec.ts  (3 tests) 17801ms
 ✓ packages/sprotty/src/base/features/set-model.spec.ts  (3 tests) 700ms
 ✓ packages/sprotty/src/features/zorder/zorder.spec.ts  (3 tests) 697ms
 ✓ packages/sprotty/src/features/export/export.spec.ts  (3 tests) 600ms
 ✓ packages/sprotty/src/base/model/smodel-factory.spec.ts  (6 tests) 2097ms
 ✓ packages/sprotty/src/base/commands/command-stack.spec.ts  (6 tests) 990ms
 ✓ packages/sprotty/src/features/bounds/bounds-manipulations.spec.ts  (3 tests) 593ms
 ✓ packages/sprotty/src/base/actions/action-dispatcher.spec.ts  (5 tests) 2209ms
 ✓ packages/sprotty/src/base/views/view.spec.ts  (9 tests) 693ms
 ✓ packages/sprotty/src/features/viewport/viewport.spec.ts  (3 tests) 503ms
 ✓ packages/sprotty/src/graph/sgraph.spec.ts  (8 tests) 904ms
 ✓ packages/sprotty/src/features/move/move.spec.ts  (3 tests) 700ms
 ✓ packages/sprotty/src/model-source/local-model-source.spec.ts  (5 tests) 1898ms
 ✓ packages/sprotty/src/features/select/select.spec.ts  (9 tests) 802ms
 ✓ packages/sprotty/src/features/bounds/vbox-layout.spec.ts  (6 tests) 2609ms
 ✓ packages/sprotty/src/features/bounds/stack-layout.spec.ts  (5 tests) 2506ms
 ✓ packages/sprotty/src/features/bounds/hbox-layout.spec.ts  (7 tests) 3202ms
 ✓ packages/sprotty/src/features/hover/hover.spec.ts  (7 tests) 1099ms
 ✓ packages/sprotty/src/features/update/update-model.spec.ts  (13 tests) 2907ms
 ✓ packages/sprotty/src/graph/views.spec.tsx  (6 tests) 1601ms
 ✓ packages/sprotty/src/lib/virtualize.spec.ts  (11 tests) 1799ms
 ✓ packages/sprotty/src/base/views/thunk-view.spec.tsx  (1 test) 11ms

 Test Files  42 passed (42)
      Tests  209 passed (209)
   Start at  12:41:20
   Duration  154.17s (transform 130.87s, setup 593ms, collect 1197.59s, tests 65.56s, environment 49.86s, prepare 1134.69s)

Done in 155.67s.
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy (master only))
Stage "Deploy (master only)" skipped due to when conditional
[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.63.30/10.40.63.30:40932
		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: b30036c1-b0f1-479f-83e8-1adfd904b4ff
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