Skip to content
Success

Console Output

Branch indexing
08:18:21 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from dd0d8b2bc8e6c8c9c2efc4ab3fbc1f8499e4d164
[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-zdfmw-vjnfs
[Normal][sprotty/sprotty-agent-pod-zdfmw-vjnfs][Scheduled] Successfully assigned sprotty/sprotty-agent-pod-zdfmw-vjnfs to okdnode-14
[Normal][sprotty/sprotty-agent-pod-zdfmw-vjnfs][AddedInterface] Add eth0 [10.40.49.6/23] from openshift-sdn
[Normal][sprotty/sprotty-agent-pod-zdfmw-vjnfs][Pulled] Container image "node:12-alpine" already present on machine
[Normal][sprotty/sprotty-agent-pod-zdfmw-vjnfs][Created] Created container node
[Normal][sprotty/sprotty-agent-pod-zdfmw-vjnfs][Started] Started container node
[Normal][sprotty/sprotty-agent-pod-zdfmw-vjnfs][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13" already present on machine
[Normal][sprotty/sprotty-agent-pod-zdfmw-vjnfs][Created] Created container jnlp
[Normal][sprotty/sprotty-agent-pod-zdfmw-vjnfs][Started] Started container jnlp
Still waiting to schedule task
β€˜sprotty-agent-pod-zdfmw-vjnfs’ is offline
Agent sprotty-agent-pod-zdfmw-vjnfs is provisioned from template sprotty-agent-pod-zdfmw
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.sprotty.svc.cluster.local/sprotty/job/sprotty/job/tortmayr%252Ftest/1/"
    runUrl: "job/sprotty/job/tortmayr%252Ftest/1/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "94c9ac7d111dbbd882706642673985e1e8e78a4d"
    jenkins/label: "sprotty-agent-pod"
  name: "sprotty-agent-pod-zdfmw-vjnfs"
  namespace: "sprotty"
spec:
  containers:
  - image: "node:12-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-zdfmw-vjnfs"
    - name: "JENKINS_NAME"
      value: "sprotty-agent-pod-zdfmw-vjnfs"
    - 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.13"
    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-agent-pod-zdfmw-vjnfs in /home/jenkins/agent/workspace/sprotty_tortmayr_test
[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.git
 > git init /home/jenkins/agent/workspace/sprotty_tortmayr_test # 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/tortmayr/test:refs/remotes/origin/tortmayr/test # timeout=10
Avoid second fetch
Checking out Revision dd0d8b2bc8e6c8c9c2efc4ab3fbc1f8499e4d164 (tortmayr/test)
 > git config remote.origin.url https://github.com/eclipse/sprotty.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/tortmayr/test:refs/remotes/origin/tortmayr/test # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f dd0d8b2bc8e6c8c9c2efc4ab3fbc1f8499e4d164 # timeout=10
Commit message: "button-handler-test"
First time build. Skipping changelog.
Cleaning workspace
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Build sprotty)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
 > 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.5
[1/4] Resolving packages...
[2/4] Fetching packages...
info fsevents@2.1.3: The platform "linux" is incompatible with this module.
info "fsevents@2.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
warning "workspace-aggregator-1961284d-ea07-4981-a6a6-7fa7962b79c4 > sprotty > ts-node@10.4.0" has unmet peer dependency "@types/node@*".
warning "workspace-aggregator-1961284d-ea07-4981-a6a6-7fa7962b79c4 > sprotty-examples > ts-loader@9.2.6" has unmet peer dependency "typescript@*".
[4/4] Building fresh packages...
$ lerna run prepare
lerna notice cli v4.0.0
lerna info versioning independent
lerna info ci enabled
lerna info Executing command in 2 packages: "yarn run prepare"
sprotty: yarn run v1.22.5
sprotty: $ yarn run clean && yarn run build
sprotty: $ rimraf lib artifacts
sprotty: $ tsc -p ./tsconfig.json && yarn run lint
sprotty: $ eslint -c ../../configs/.eslintrc.js "src/**/!(*.spec.ts*|test-helper.ts)"
sprotty: Done in 23.72s.
sprotty-examples: yarn run v1.22.5
sprotty-examples: $ yarn run build
sprotty-examples: $ webpack
sprotty-examples: <s> [webpack.Progress] 0% 
sprotty-examples: <s> [webpack.Progress] 1% setup initialize
sprotty-examples: <s> [webpack.Progress] 1% setup initialize
sprotty-examples: <s> [webpack.Progress] 2% setup before run
sprotty-examples: <s> [webpack.Progress] 2% setup before run NodeEnvironmentPlugin
sprotty-examples: <s> [webpack.Progress] 2% setup before run
sprotty-examples: <s> [webpack.Progress] 3% setup run
sprotty-examples: <s> [webpack.Progress] 3% setup run webpack-cli
sprotty-examples: <s> [webpack.Progress] 3% setup run
sprotty-examples: <s> [webpack.Progress] 4% setup normal module factory
sprotty-examples: <s> [webpack.Progress] 4% setup normal module factory
sprotty-examples: <s> [webpack.Progress] 5% setup context module factory
sprotty-examples: <s> [webpack.Progress] 5% setup context module factory
sprotty-examples: <s> [webpack.Progress] 6% setup before compile
sprotty-examples: <s> [webpack.Progress] 6% setup before compile ProgressPlugin
sprotty-examples: <s> [webpack.Progress] 6% setup before compile
sprotty-examples: <s> [webpack.Progress] 7% setup compile
sprotty-examples: <s> [webpack.Progress] 7% setup compile ExternalsPlugin
sprotty-examples: <s> [webpack.Progress] 7% setup compile
sprotty-examples: <s> [webpack.Progress] 8% setup compilation
sprotty-examples: <s> [webpack.Progress] 8% setup compilation ArrayPushCallbackChunkFormatPlugin
sprotty-examples: <s> [webpack.Progress] 8% setup compilation JsonpChunkLoadingPlugin
sprotty-examples: <s> [webpack.Progress] 8% setup compilation StartupChunkDependenciesPlugin
sprotty-examples: <s> [webpack.Progress] 8% setup compilation ImportScriptsChunkLoadingPlugin
sprotty-examples: <s> [webpack.Progress] 8% setup compilation FetchCompileWasmPlugin
sprotty-examples: <s> [webpack.Progress] 8% setup compilation FetchCompileAsyncWasmPlugin
sprotty-examples: <s> [webpack.Progress] 8% setup compilation WorkerPlugin
sprotty-examples: <s> [webpack.Progress] 8% setup compilation SplitChunksPlugin
sprotty-examples: <s> [webpack.Progress] 8% setup compilation ResolverCachePlugin
sprotty-examples: <s> [webpack.Progress] 8% setup compilation
sprotty-examples: <s> [webpack.Progress] 9% setup compilation
sprotty-examples: <s> [webpack.Progress] 9% setup compilation ProgressPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation ChunkPrefetchPreloadPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation ModuleInfoHeaderPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation SourceMapDevToolPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation JavascriptModulesPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation JsonModulesPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation AssetModulesPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation EntryPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation EntryPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation EntryPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation EntryPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation EntryPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation RuntimePlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation InferAsyncModulesPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation DataUriPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation FileUriPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation CompatibilityPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation HarmonyModulesPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation AMDPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation RequireJsStuffPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation CommonJsPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation LoaderPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation LoaderPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation NodeStuffPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation APIPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation ExportsInfoApiPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation WebpackIsIncludedPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation ConstPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation UseStrictPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation RequireIncludePlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation RequireEnsurePlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation RequireContextPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation ImportPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation SystemPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation ImportMetaPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation URLPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation DefaultStatsFactoryPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation DefaultStatsPresetPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation DefaultStatsPrinterPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation JavascriptMetaInfoPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation EnsureChunkConditionsPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation RemoveEmptyChunksPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation MergeDuplicateChunksPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation SideEffectsFlagPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation FlagDependencyExportsPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation NamedModuleIdsPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation NamedChunkIdsPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation DefinePlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation TemplatedPathPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation RecordIdsPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation WarnCaseSensitiveModulesPlugin
sprotty-examples: <s> [webpack.Progress] 9% setup compilation
sprotty-examples: <s> [webpack.Progress] 10% building
sprotty-examples: <s> [webpack.Progress] 10% building 0/1 entries 0/0 dependencies 0/0 modules
sprotty-examples: <s> [webpack.Progress] 10% building import loader ../node_modules/ts-loader/index.js
sprotty-examples: <s> [webpack.Progress] 10% building 0/5 entries 1/5 dependencies 0/1 modules
sprotty-examples: <s> [webpack.Progress] 10% building 0/5 entries 1/6 dependencies 0/1 modules
sprotty-examples: <s> [webpack.Progress] 10% building import loader ../node_modules/source-map-loader/dist/cjs.js
sprotty-examples: <s> [webpack.Progress] 10% building 0/5 entries 6/12 dependencies 0/5 modules
sprotty-examples: <s> [webpack.Progress] 10% building 0/5 entries 98/103 dependencies 1/79 modules
sprotty-examples: <s> [webpack.Progress] 10% building 0/5 entries 100/493 dependencies 1/79 modules
sprotty-examples: <s> [webpack.Progress] 10% building 0/5 entries 736/800 dependencies 57/227 modules
sprotty-examples: <s> [webpack.Progress] 11% building import loader ../node_modules/style-loader/dist/cjs.js
sprotty-examples: <s> [webpack.Progress] 11% building import loader ../node_modules/css-loader/dist/cjs.js
sprotty-examples: <s> [webpack.Progress] 11% building 0/5 entries 1041/1053 dependencies 166/241 modules
sprotty-examples: <s> [webpack.Progress] 21% building 1/5 entries 1251/1349 dependencies 202/343 modules
sprotty-examples: <s> [webpack.Progress] 32% building 2/5 entries 1251/1349 dependencies 204/343 modules
sprotty-examples: <s> [webpack.Progress] 43% building 3/5 entries 1252/1349 dependencies 213/343 modules
sprotty-examples: <s> [webpack.Progress] 43% building 3/5 entries 1566/1700 dependencies 254/437 modules
sprotty-examples: <s> [webpack.Progress] 54% building 4/5 entries 1929/1952 dependencies 286/445 modules
sprotty-examples: <s> [webpack.Progress] 54% building import loader ../node_modules/file-loader/dist/cjs.js
sprotty-examples: <s> [webpack.Progress] 54% building 4/5 entries 2342/2342 dependencies 451/487 modules
sprotty-examples: <s> [webpack.Progress] 64% building 5/5 entries 2343/2343 dependencies 487/487 modules
sprotty-examples: <s> [webpack.Progress] 65% building
sprotty-examples: <s> [webpack.Progress] 69% building finish
sprotty-examples: <s> [webpack.Progress] 69% building finish
sprotty-examples: <s> [webpack.Progress] 70% sealing finish module graph
sprotty-examples: <s> [webpack.Progress] 70% sealing finish module graph ResolverCachePlugin
sprotty-examples: <s> [webpack.Progress] 70% sealing finish module graph InferAsyncModulesPlugin
sprotty-examples: <s> [webpack.Progress] 70% sealing finish module graph FlagDependencyExportsPlugin
sprotty-examples: <s> [webpack.Progress] 70% sealing finish module graph
sprotty-examples: <s> [webpack.Progress] 70% sealing plugins
sprotty-examples: <s> [webpack.Progress] 70% sealing plugins WarnCaseSensitiveModulesPlugin
sprotty-examples: <s> [webpack.Progress] 70% sealing plugins
sprotty-examples: <s> [webpack.Progress] 71% sealing dependencies optimization
sprotty-examples: <s> [webpack.Progress] 71% sealing dependencies optimization SideEffectsFlagPlugin
sprotty-examples: <s> [webpack.Progress] 71% sealing dependencies optimization
sprotty-examples: <s> [webpack.Progress] 71% sealing after dependencies optimization
sprotty-examples: <s> [webpack.Progress] 71% sealing after dependencies optimization
sprotty-examples: <s> [webpack.Progress] 72% sealing chunk graph
sprotty-examples: <s> [webpack.Progress] 72% sealing chunk graph
sprotty-examples: <s> [webpack.Progress] 73% sealing after chunk graph
sprotty-examples: <s> [webpack.Progress] 73% sealing after chunk graph
sprotty-examples: <s> [webpack.Progress] 73% sealing optimizing
sprotty-examples: <s> [webpack.Progress] 73% sealing optimizing
sprotty-examples: <s> [webpack.Progress] 74% sealing module optimization
sprotty-examples: <s> [webpack.Progress] 74% sealing module optimization
sprotty-examples: <s> [webpack.Progress] 75% sealing after module optimization
sprotty-examples: <s> [webpack.Progress] 75% sealing after module optimization
sprotty-examples: <s> [webpack.Progress] 75% sealing chunk optimization
sprotty-examples: <s> [webpack.Progress] 75% sealing chunk optimization EnsureChunkConditionsPlugin
sprotty-examples: <s> [webpack.Progress] 75% sealing chunk optimization RemoveEmptyChunksPlugin
sprotty-examples: <s> [webpack.Progress] 75% sealing chunk optimization MergeDuplicateChunksPlugin
sprotty-examples: <s> [webpack.Progress] 75% sealing chunk optimization SplitChunksPlugin
sprotty-examples: <s> [webpack.Progress] 75% sealing chunk optimization RemoveEmptyChunksPlugin
sprotty-examples: <s> [webpack.Progress] 75% sealing chunk optimization
sprotty-examples: <s> [webpack.Progress] 76% sealing after chunk optimization
sprotty-examples: <s> [webpack.Progress] 76% sealing after chunk optimization
sprotty-examples: <s> [webpack.Progress] 77% sealing module and chunk tree optimization
sprotty-examples: <s> [webpack.Progress] 77% sealing module and chunk tree optimization
sprotty-examples: <s> [webpack.Progress] 77% sealing after module and chunk tree optimization
sprotty-examples: <s> [webpack.Progress] 77% sealing after module and chunk tree optimization
sprotty-examples: <s> [webpack.Progress] 78% sealing chunk modules optimization
sprotty-examples: <s> [webpack.Progress] 78% sealing chunk modules optimization
sprotty-examples: <s> [webpack.Progress] 78% sealing after chunk modules optimization
sprotty-examples: <s> [webpack.Progress] 78% sealing after chunk modules optimization
sprotty-examples: <s> [webpack.Progress] 79% sealing module reviving
sprotty-examples: <s> [webpack.Progress] 79% sealing module reviving RecordIdsPlugin
sprotty-examples: <s> [webpack.Progress] 79% sealing module reviving
sprotty-examples: <s> [webpack.Progress] 80% sealing before module ids
sprotty-examples: <s> [webpack.Progress] 80% sealing before module ids
sprotty-examples: <s> [webpack.Progress] 80% sealing module ids
sprotty-examples: <s> [webpack.Progress] 80% sealing module ids NamedModuleIdsPlugin
sprotty-examples: <s> [webpack.Progress] 80% sealing module ids
sprotty-examples: <s> [webpack.Progress] 81% sealing module id optimization
sprotty-examples: <s> [webpack.Progress] 81% sealing module id optimization
sprotty-examples: <s> [webpack.Progress] 82% sealing module id optimization
sprotty-examples: <s> [webpack.Progress] 82% sealing module id optimization
sprotty-examples: <s> [webpack.Progress] 82% sealing chunk reviving
sprotty-examples: <s> [webpack.Progress] 82% sealing chunk reviving RecordIdsPlugin
sprotty-examples: <s> [webpack.Progress] 82% sealing chunk reviving
sprotty-examples: <s> [webpack.Progress] 83% sealing before chunk ids
sprotty-examples: <s> [webpack.Progress] 83% sealing before chunk ids
sprotty-examples: <s> [webpack.Progress] 84% sealing chunk ids
sprotty-examples: <s> [webpack.Progress] 84% sealing chunk ids NamedChunkIdsPlugin
sprotty-examples: <s> [webpack.Progress] 84% sealing chunk ids
sprotty-examples: <s> [webpack.Progress] 84% sealing chunk id optimization
sprotty-examples: <s> [webpack.Progress] 84% sealing chunk id optimization
sprotty-examples: <s> [webpack.Progress] 85% sealing after chunk id optimization
sprotty-examples: <s> [webpack.Progress] 85% sealing after chunk id optimization
sprotty-examples: <s> [webpack.Progress] 86% sealing record modules
sprotty-examples: <s> [webpack.Progress] 86% sealing record modules RecordIdsPlugin
sprotty-examples: <s> [webpack.Progress] 86% sealing record modules
sprotty-examples: <s> [webpack.Progress] 86% sealing record chunks
sprotty-examples: <s> [webpack.Progress] 86% sealing record chunks RecordIdsPlugin
sprotty-examples: <s> [webpack.Progress] 86% sealing record chunks
sprotty-examples: <s> [webpack.Progress] 87% sealing module hashing
sprotty-examples: <s> [webpack.Progress] 87% sealing module hashing
sprotty-examples: <s> [webpack.Progress] 87% sealing code generation
sprotty-examples: <s> [webpack.Progress] 87% sealing code generation
sprotty-examples: <s> [webpack.Progress] 88% sealing runtime requirements
sprotty-examples: <s> [webpack.Progress] 88% sealing runtime requirements
sprotty-examples: <s> [webpack.Progress] 89% sealing hashing
sprotty-examples: <s> [webpack.Progress] 89% sealing hashing
sprotty-examples: <s> [webpack.Progress] 89% sealing after hashing
sprotty-examples: <s> [webpack.Progress] 89% sealing after hashing
sprotty-examples: <s> [webpack.Progress] 90% sealing record hash
sprotty-examples: <s> [webpack.Progress] 90% sealing record hash
sprotty-examples: <s> [webpack.Progress] 91% sealing module assets processing
sprotty-examples: <s> [webpack.Progress] 91% sealing module assets processing
sprotty-examples: <s> [webpack.Progress] 91% sealing chunk assets processing
sprotty-examples: <s> [webpack.Progress] 91% sealing chunk assets processing
sprotty-examples: <s> [webpack.Progress] 92% sealing asset processing
sprotty-examples: <s> [webpack.Progress] 92% sealing asset processing ts-loader
sprotty-examples: <s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
sprotty-examples: <s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
sprotty-examples: <s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin bundle.js generate SourceMap
sprotty-examples: <s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin bundle.js generated SourceMap
sprotty-examples: <s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin resolve sources
sprotty-examples: <s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin bundle.js attach SourceMap
sprotty-examples: <s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin bundle.js attached SourceMap
sprotty-examples: <s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
sprotty-examples: <s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
sprotty-examples: <s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin resolve sources
sprotty-examples: <s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
sprotty-examples: <s> [webpack.Progress] 92% sealing asset processing
sprotty-examples: <s> [webpack.Progress] 93% sealing after asset optimization
sprotty-examples: <s> [webpack.Progress] 93% sealing after asset optimization
sprotty-examples: <s> [webpack.Progress] 93% sealing recording
sprotty-examples: <s> [webpack.Progress] 93% sealing recording
sprotty-examples: <s> [webpack.Progress] 94% sealing after seal
sprotty-examples: <s> [webpack.Progress] 94% sealing after seal
sprotty-examples: <s> [webpack.Progress] 95% emitting emit
sprotty-examples: <s> [webpack.Progress] 95% emitting emit
sprotty-examples: <s> [webpack.Progress] 98% emitting after emit
sprotty-examples: <s> [webpack.Progress] 98% emitting after emit
sprotty-examples: <s> [webpack.Progress] 99% done plugins
sprotty-examples: <s> [webpack.Progress] 99% done plugins
sprotty-examples: <s> [webpack.Progress] 99% 
sprotty-examples: <s> [webpack.Progress] 99% cache store build dependencies
sprotty-examples: <s> [webpack.Progress] 99% cache store build dependencies
sprotty-examples: <s> [webpack.Progress] 99% cache begin idle
sprotty-examples: <s> [webpack.Progress] 99% cache begin idle
sprotty-examples: <s> [webpack.Progress] 100% 
sprotty-examples: <s> [webpack.Progress] 99% cache shutdown
sprotty-examples: <s> [webpack.Progress] 99% cache shutdown MemoryCachePlugin
sprotty-examples: <s> [webpack.Progress] 99% cache shutdown
sprotty-examples: <s> [webpack.Progress] 100% 
sprotty-examples: asset bundle.js 1.82 MiB [emitted] (name: main) 1 related asset
sprotty-examples: asset codicon.ttf 66.3 KiB [emitted] [from: ../node_modules/@vscode/codicons/dist/codicon.ttf] (auxiliary name: main)
sprotty-examples: asset cf865c89e64ebc5a5c40.ttf?7cea6a135a6c0359d1f6d18e6b2c5c42 58 bytes [emitted] [immutable] [from: ../node_modules/@vscode/codicons/dist/codicon.ttf?7cea6a135a6c0359d1f6d18e6b2c5c42] (auxiliary name: main)
sprotty-examples: runtime modules 2.39 KiB 7 modules
sprotty-examples: orphan modules 11 bytes [orphan] 1 module
sprotty-examples: modules by path ../node_modules/ 464 KiB (javascript) 58 bytes (asset) 288 modules
sprotty-examples: modules by path ../packages/sprotty/ 903 KiB 165 modules
sprotty-examples: modules by path ./ 148 KiB
sprotty-examples:   modules by path ./classdiagram/ 51.2 KiB 9 modules
sprotty-examples:   modules by path ./mindmap/ 22.9 KiB 7 modules
sprotty-examples:   modules by path ./multicore/ 34.6 KiB 7 modules
sprotty-examples:   modules by path ./circlegraph/ 21 KiB 5 modules
sprotty-examples:   modules by path ./svg/ 16.5 KiB 4 modules
sprotty-examples:   ./app.ts 1.92 KiB [built] [code generated]
sprotty-examples: WARNING in ../node_modules/inversify/lib/annotation/decorator_utils.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/annotation/decorator_utils.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/annotation/decorator_utils.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 38:24-63
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/annotation/inject.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/annotation/inject.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/annotation/inject.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 21:15-45
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/annotation/injectable.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/annotation/injectable.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/annotation/injectable.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 15:19-53
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/annotation/multi_inject.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/annotation/multi_inject.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/annotation/multi_inject.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 28:21-57
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/annotation/named.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/annotation/named.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/annotation/named.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 19:14-43
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/annotation/optional.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/annotation/optional.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/annotation/optional.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 24:17-49
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/annotation/post_construct.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/annotation/post_construct.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/annotation/post_construct.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 32:23-61
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/annotation/tagged.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/annotation/tagged.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/annotation/tagged.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 17:15-45
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/annotation/target_name.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/annotation/target_name.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/annotation/target_name.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 30:20-55
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/annotation/unmanaged.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/annotation/unmanaged.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/annotation/unmanaged.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 26:18-51
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/bindings/binding.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/bindings/binding.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/bindings/binding.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/container/container.js 45:16-46
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 6:18-50
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/bindings/binding_count.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/bindings/binding_count.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/bindings/binding_count.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/planning/planner.js 4:22-58
sprotty-examples:  @ ../node_modules/inversify/lib/container/container.js 50:16-46
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 6:18-50
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/constants/error_msgs.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/constants/error_msgs.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/constants/error_msgs.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/container/container.js 46:17-51
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 6:18-50
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/constants/literal_types.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/constants/literal_types.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/constants/literal_types.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 8:22-58
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/constants/metadata_keys.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/constants/metadata_keys.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/constants/metadata_keys.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 4:11-47
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/container/container.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/container/container.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/container/container.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 6:18-50
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/container/container_module.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/container/container_module.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/container/container_module.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 12:25-64
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/container/container_snapshot.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/container/container_snapshot.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/container/container_snapshot.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/container/container.js 55:27-58
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 6:18-50
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/container/lookup.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/container/lookup.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/container/lookup.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/container/container.js 56:15-34
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 6:18-50
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/inversify.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/inversify.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/inversify.ts'
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/planning/context.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/planning/context.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/planning/context.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/planning/planner.js 10:16-36
sprotty-examples:  @ ../node_modules/inversify/lib/container/container.js 50:16-46
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 6:18-50
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/planning/metadata.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/planning/metadata.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/planning/metadata.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/annotation/tagged.js 4:17-48
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 17:15-45
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/planning/metadata_reader.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/planning/metadata_reader.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/planning/metadata_reader.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 34:24-61
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/planning/plan.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/planning/plan.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/planning/plan.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/planning/planner.js 12:13-30
sprotty-examples:  @ ../node_modules/inversify/lib/container/container.js 50:16-46
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 6:18-50
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/planning/planner.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/planning/planner.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/planning/planner.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/container/container.js 50:16-46
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 6:18-50
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/planning/queryable_string.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/planning/queryable_string.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/planning/queryable_string.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/planning/target.js 7:25-54
sprotty-examples:  @ ../node_modules/inversify/lib/planning/planner.js 15:15-34
sprotty-examples:  @ ../node_modules/inversify/lib/container/container.js 50:16-46
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 6:18-50
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/planning/reflection_utils.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/planning/reflection_utils.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/planning/reflection_utils.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/planning/planner.js 13:25-54
sprotty-examples:  @ ../node_modules/inversify/lib/container/container.js 50:16-46
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 6:18-50
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/planning/request.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/planning/request.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/planning/request.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/planning/planner.js 14:16-36
sprotty-examples:  @ ../node_modules/inversify/lib/container/container.js 50:16-46
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 6:18-50
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/planning/target.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/planning/target.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/planning/target.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/planning/planner.js 15:15-34
sprotty-examples:  @ ../node_modules/inversify/lib/container/container.js 50:16-46
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 6:18-50
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/resolution/instantiation.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/resolution/instantiation.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/resolution/instantiation.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/resolution/resolver.js 8:22-48
sprotty-examples:  @ ../node_modules/inversify/lib/container/container.js 51:17-50
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 6:18-50
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/resolution/resolver.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/resolution/resolver.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/resolution/resolver.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/container/container.js 51:17-50
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 6:18-50
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/syntax/binding_in_syntax.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/syntax/binding_in_syntax.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/syntax/binding_in_syntax.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/syntax/binding_in_when_on_syntax.js 4:26-56
sprotty-examples:  @ ../node_modules/inversify/lib/syntax/binding_to_syntax.js 6:34-72
sprotty-examples:  @ ../node_modules/inversify/lib/container/container.js 52:26-64
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 6:18-50
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/syntax/binding_in_when_on_syntax.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/syntax/binding_in_when_on_syntax.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/syntax/binding_in_when_on_syntax.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/syntax/binding_to_syntax.js 6:34-72
sprotty-examples:  @ ../node_modules/inversify/lib/container/container.js 52:26-64
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 6:18-50
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/syntax/binding_on_syntax.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/syntax/binding_on_syntax.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/syntax/binding_on_syntax.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/syntax/binding_when_on_syntax.js 4:26-56
sprotty-examples:  @ ../node_modules/inversify/lib/syntax/binding_to_syntax.js 7:31-66
sprotty-examples:  @ ../node_modules/inversify/lib/container/container.js 52:26-64
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 6:18-50
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/syntax/binding_to_syntax.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/syntax/binding_to_syntax.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/syntax/binding_to_syntax.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/container/container.js 52:26-64
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 6:18-50
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/syntax/binding_when_on_syntax.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/syntax/binding_when_on_syntax.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/syntax/binding_when_on_syntax.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/syntax/binding_to_syntax.js 7:31-66
sprotty-examples:  @ ../node_modules/inversify/lib/container/container.js 52:26-64
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 6:18-50
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/syntax/binding_when_syntax.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/syntax/binding_when_syntax.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/syntax/binding_when_syntax.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/syntax/binding_when_on_syntax.js 5:28-60
sprotty-examples:  @ ../node_modules/inversify/lib/syntax/binding_to_syntax.js 7:31-66
sprotty-examples:  @ ../node_modules/inversify/lib/container/container.js 52:26-64
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 6:18-50
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/syntax/constraint_helpers.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/syntax/constraint_helpers.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/syntax/constraint_helpers.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 40:27-65
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/utils/binding_utils.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/utils/binding_utils.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/utils/binding_utils.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 47:22-54
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/utils/exceptions.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/utils/exceptions.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/utils/exceptions.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/planning/planner.js 8:19-49
sprotty-examples:  @ ../node_modules/inversify/lib/container/container.js 50:16-46
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 6:18-50
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/utils/id.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/utils/id.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/utils/id.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 36:11-32
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: WARNING in ../node_modules/inversify/lib/utils/serialization.js
sprotty-examples: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
sprotty-examples: Failed to parse source map from '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/utils/serialization.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/sprotty_tortmayr_test/node_modules/inversify/src/utils/serialization.ts'
sprotty-examples:  @ ../node_modules/inversify/lib/inversify.js 45:22-54
sprotty-examples:  @ ./svg/src/di.config.ts 31:18-38
sprotty-examples:  @ ./svg/src/standalone.ts 58:34-56
sprotty-examples:  @ ./app.ts 25:35-66
sprotty-examples: 42 warnings have detailed information that is not shown.
sprotty-examples: Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it.
sprotty-examples: webpack 5.61.0 compiled with 42 warnings in 8695 ms
sprotty-examples: Done in 10.12s.
lerna success run Ran npm script 'prepare' in 2 packages in 34.4s:
lerna success - sprotty-examples
lerna success - sprotty
Done in 71.83s.
[Pipeline] sh
+ yarn test
yarn run v1.22.5
$ lerna run test
lerna notice cli v4.0.0
lerna info versioning independent
lerna info ci enabled
lerna info Executing command in 1 package: "yarn run test"
sprotty: $ jenkins-mocha --opts ../../configs/mocha.opts "./src/**/*.spec.?(ts|tsx)"
sprotty: 
sprotty:   ActionDispatcher
sprotty:     βœ“ should execute/undo/redo
sprotty:     βœ“ should resolve/reject promises
sprotty:     βœ“ should reject requests without handler
sprotty:     βœ“ should be able to resolve requests
sprotty:     βœ“ should be able to reject requests
sprotty:   easing
sprotty:     βœ“ test in/out
sprotty:   CommandRegistration
sprotty:     βœ“ creates new instances
sprotty:     βœ“ injects members
sprotty:   CommandStack
sprotty:     βœ“ calls viewer correctly
sprotty:     βœ“ handles plain undo/redo
sprotty:     βœ“ handles system command at the end
sprotty:     βœ“ handles system command in the middle
sprotty:     βœ“ handles merge command
sprotty:     βœ“ handles hidden command
sprotty:   InitializeCanvasBoundsCommand
sprotty:     βœ“ execute() works as expected
sprotty:     βœ“ undo() works as expected
sprotty:     βœ“ redo() works as expected
sprotty:   SetModelCommand
sprotty:     βœ“ execute() returns the new model
sprotty:     βœ“ undo() returns the previous model
sprotty:     βœ“ redo() returns the new model
sprotty:   model factory
sprotty:     βœ“ creates a single element from a schema
sprotty:     βœ“ creates a root element and its chilren from a schema
sprotty:     βœ“ detects duplicate ids and throws an error
sprotty:     βœ“ does not overwrite reserved properties
sprotty:     βœ“ gets default features for registered element
sprotty:     βœ“ applies custom features for registered element
sprotty:   SModelRoot
sprotty:     βœ“ contains children after adding them
sprotty:     βœ“ can reorder children
sprotty:     βœ“ can remove children
sprotty:     βœ“ correctly assigns the parent to children
sprotty:   SModelIndex
sprotty:     βœ“ contains elements after adding them
sprotty:     βœ“ does not contain elements after removing them
sprotty:     βœ“ returns the parent element for an internal model
sprotty:     βœ“ returns the root element for an internal model
sprotty:     βœ“ returns the parent element for an external model
sprotty:     βœ“ returns the root element for an external model
sprotty:   CssClassPostprocessor
sprotty:     βœ“ classes are not overwritten
sprotty:     βœ“ subtype is appended as class
sprotty:     βœ“ type is not appended as class
sprotty:   ThunkView
sprotty:     βœ“ renders on change
sprotty:   base views
sprotty:     βœ“ empty view
sprotty:     βœ“ missing view
sprotty:   findArgValue
sprotty:     βœ“ returns undefined for missing keys
sprotty:     βœ“ returns the value if found on first level
sprotty:     βœ“ returns the value if found on second level
sprotty:     βœ“ returns the value if found on third level
sprotty:     βœ“ returns the complex value if found on third level
sprotty:     βœ“ returns undefined for a type if missing
sprotty:     βœ“ should return undefined if args are undefined
sprotty:   SetBoundsCommand
sprotty:     βœ“ execute() works as expected
sprotty:     βœ“ undo() works as expected
sprotty:     βœ“ redo() works as expected
sprotty:   HBoxLayouter
sprotty:     βœ“ defaultParams
sprotty:     βœ“ alignTop
sprotty:     βœ“ alignBottom
sprotty:     βœ“ padding
sprotty:     βœ“ hGap
sprotty:     βœ“ paddingFactor
sprotty:     βœ“ issue-189
sprotty:   getAbsoluteBounds
sprotty:     βœ“ should compute the absolute bounds of a bounds aware element
sprotty:   StackLayouter
sprotty:     βœ“ defaultParams
sprotty:     βœ“ alignTopLeft
sprotty:     βœ“ alignBottomRight
sprotty:     βœ“ padding
sprotty:     βœ“ paddingFactor
sprotty:   VBoxLayouter
sprotty:     βœ“ defaultParams
sprotty:     βœ“ alignLeft
sprotty:     βœ“ alignRight
sprotty:     βœ“ padding
sprotty:     βœ“ vGap
sprotty:     βœ“ paddingFactor
sprotty:   ShapeView.isVisible
sprotty:     βœ“ should return true when an element intersects the canvas bounds
sprotty:     βœ“ should return false when the viewport is panned away
sprotty:     βœ“ should return false when the viewport is zoomed away
sprotty:     βœ“ should return true when rendered in a hidden context
sprotty:   ContextMenuProviderRegistry
sprotty:     βœ“ should return no items if there are no providers
sprotty:     βœ“ should return no items with empty list of providers
sprotty:     βœ“ should return the union of elements of all providers
sprotty:     βœ“ should restructure items accoriding to parent IDs
sprotty:   IntersectionFinder
sprotty:     βœ“ finds no intersection between two horizontally parallel lines
sprotty:     βœ“ finds no intersection between two vertically parallel lines
sprotty:     βœ“ finds no intersection between two lines with the same starting point
sprotty:     βœ“ finds no intersection between two lines with the same end point
sprotty:     βœ“ finds an intersection between two polylines with one segment
sprotty:     βœ“ finds three intersection between two polylines with three segments, each crossing
sprotty:     βœ“ finds an intersection among three polylines whereas only two segments intersect ("1" and "3" at (2,2))
sprotty:   ExportSvgCommand
sprotty:     βœ“ execute() clears selection
sprotty:     βœ“ execute() removes hover feedback
sprotty:     βœ“ execute() resets viewport
sprotty:   hover
sprotty:     mouseover result
sprotty:       βœ“ is empty on hovering over non-hoverable elements
sprotty:       βœ“ contains HoverFeedbackAction on hovering over an hoverable element
sprotty:       βœ“ resets the hover feedback on hovering over another element
sprotty:       βœ“ contains SetPopupModelAction if popup is open and hovering over an non-hoverable element
sprotty:       βœ“ contains SetPopupModelAction and Promise if popup is open and previous target is not the same
sprotty:       βœ“ contains nothing if popup is open and previous target is the same
sprotty:   move
sprotty:     βœ“ execute() works as expected
sprotty:     βœ“ undo() works as expected
sprotty:     βœ“ redo() works as expected
sprotty:   getAbsoluteRouteBounds
sprotty:     βœ“ should compute the absolute bounds of a routable element
sprotty:   RoutableView.isVisible
sprotty:     βœ“ should return true when an element intersects the canvas bounds
sprotty:     βœ“ should return false when the viewport is panned away
sprotty:     βœ“ should return false when the viewport is zoomed away
sprotty:     βœ“ should return true when rendered in a hidden context
sprotty:   SelectCommand
sprotty:     βœ“ execute() works as expected
sprotty:     βœ“ undo() works as expected
sprotty:     βœ“ redo() works as expected
sprotty:   SelectAllCommand
sprotty:     βœ“ execute() works as expected
sprotty:     βœ“ undo() works as expected
sprotty:     βœ“ redo() works as expected
sprotty:     βœ“ execute() works as expected with deselect
sprotty:     βœ“ undo() works as expected with deselect
sprotty:     βœ“ redo() works as expected with deselect
sprotty:   ModelMatcher
sprotty:     βœ“ finds new elements
sprotty:     βœ“ finds deleted elements
sprotty:     βœ“ matches elements with equal id
sprotty:   UpdateModelCommand
sprotty:     βœ“ replaces the model if animation is suppressed
sprotty:     βœ“ undo() returns the previous model
sprotty:     βœ“ redo() returns the new model
sprotty:     βœ“ fades in new elements
sprotty:     βœ“ fades out deleted elements
sprotty:     βœ“ moves relocated elements
sprotty:     βœ“ combines fade and move animations
sprotty:     βœ“ applies a given model diff
sprotty:     βœ“ morphs edge
sprotty:     βœ“ #190 removes relocated elements before adding them { animate: false }
sprotty:     βœ“ #190 removes relocated elements before adding them { animate: true }
sprotty:     βœ“ #190 removes container element and adds contained element { animate: false }
sprotty:     βœ“ #190 removes container element and adds contained element { animate: true }
sprotty:   BoundsAwareViewportCommand
sprotty:     βœ“ execute() works as expected
sprotty:     βœ“ undo() works as expected
sprotty:     βœ“ redo() works as expected
sprotty:   BringToFrontCommand
sprotty:     βœ“ execute() works as expected
sprotty:     βœ“ undo() works as expected (43ms)
sprotty:     βœ“ redo() works as expected
sprotty:   SEdge
sprotty:     βœ“ computes a simple route
sprotty:     βœ“ skips a routing handle that is dragged for removal
sprotty:   SGraphIndex
sprotty:     βœ“ tracks outgoing edges of a node
sprotty:     βœ“ tracks incoming edges of a node
sprotty:     βœ“ does not contain outgoing or incoming edges after removing them
sprotty:   anchor computation
sprotty:     βœ“ correctly translates edge source position
sprotty:     βœ“ correctly translates edge target position
sprotty:     βœ“ correctly translates edge source to target position
sprotty:   graph views
sprotty:     βœ“ render an empty graph
sprotty:     βœ“ render a straight edge
sprotty:     βœ“ render a circle node
sprotty:     βœ“ render a whole graph
sprotty:   PolylineEdgeView
sprotty:     βœ“ correctly translates edge source and target position
sprotty:     βœ“ correctly translates edge target and source position
sprotty:   JSX
sprotty:     βœ“ should set namespace even for empty svg elements with no attributes
sprotty:     βœ“ should convert prefixes of the jsx attribute to the key of the vnode
sprotty:   virtualize (happy path)
sprotty:     βœ“ should convert a single node with no children
sprotty:     βœ“ should convert a node with text node
sprotty:     βœ“ should convert nodes with children
sprotty:     βœ“ should convert xml document
sprotty:     βœ“ should convert a single node with attributes
sprotty:     βœ“ should ignore empty attributes
sprotty:     βœ“ should handle control characters in attribute values
sprotty:     βœ“ should handle entities in attribute values
sprotty:     βœ“ should ignore comments
sprotty:   virtualize (bad path)
sprotty:     βœ“ should return null when given null or empty string
sprotty:     βœ“ should return parser error when given a single text node
sprotty:     βœ“ should return parser error when gives multiple top-level nodes
sprotty:   LocalModelSource
sprotty:     βœ“ sets the model in fixed mode
sprotty:     βœ“ requests bounds in dynamic mode
sprotty:     βœ“ adds and removes elements
sprotty:     βœ“ resolves promises in fixed mode
sprotty:     βœ“ resolves promises in dynamic mode
sprotty:   geometry
sprotty:     euclideanDistance
sprotty:       βœ“ works as expected
sprotty:     manhattanDistance
sprotty:       βœ“ works as expected
sprotty:     almostEquals
sprotty:       βœ“ returns false for clearly different values
sprotty:       βœ“ returns true for almost equal values
sprotty:     combine
sprotty:       βœ“ includes all corner points of the input bounds
sprotty:     angleBetweenPoints
sprotty:       βœ“ computes a 90Β° angle correctly
sprotty:       βœ“ computes a 180Β° angle correctly
sprotty:     PointToPointLine
sprotty:       angle
sprotty:         βœ“ computes a 45Β° angle correctly
sprotty:         βœ“ computes a 90Β° angle correctly
sprotty:         βœ“ computes a 180Β° angle correctly
sprotty:       intersection
sprotty:         βœ“ finds intersection of crossing lines
sprotty:         βœ“ returns `undefined` for parallel lines
sprotty:   FluentIterableImpl
sprotty:     βœ“ iterates elements
sprotty:     βœ“ filters elements
sprotty:     βœ“ maps elements
sprotty:     βœ“ filters and maps elements
sprotty:   ProviderRegistry
sprotty:     βœ“ creates instances of registered classes
sprotty:     βœ“ does not contain deregistered classes
sprotty:   InstanceRegistry
sprotty:     βœ“ returns the registered values
sprotty:     βœ“ does not contain deregistered classes
sprotty:   187 passing (442ms)
sprotty: =============================== Coverage summary ===============================
sprotty: Statements   : 67.02% ( 4493/6704 )
sprotty: Branches     : 40.22% ( 1053/2618 )
sprotty: Functions    : 59.39% ( 702/1182 )
sprotty: Lines        : 65.47% ( 3858/5893 )
sprotty: ================================================================================
lerna success run Ran npm script 'test' in 1 package in 28.2s:
lerna success - sprotty
Done in 28.85s.
[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
[Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[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