Started by upstream project "eclipse-emfcloud/modelserver-node/main" build number 48 originally caused by: Push event to branch main [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 Waiting for next available executor on ‘emfcloud-agent-podCreated Pod: kubernetes emfcloud/emfcloud-agent-pod-q44v8-hqml1 Agent emfcloud-agent-pod-q44v8-hqml1 is provisioned from template emfcloud-agent-pod-q44v8 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.emfcloud.svc.cluster.local/emfcloud/job/deploy-modelserver-node-npm/61/" runUrl: "job/deploy-modelserver-node-npm/61/" labels: jenkins: "slave" jenkins/label-digest: "23a4fbf7d1361c867cb556a885761746132d4a82" jenkins/label: "emfcloud-agent-pod" name: "emfcloud-agent-pod-q44v8-hqml1" namespace: "emfcloud" spec: containers: - command: - "cat" image: "eclipsetheia/theia-blueprint:latest" name: "node" resources: limits: memory: "2Gi" cpu: "1" requests: memory: "2Gi" cpu: "1" tty: true volumeMounts: - mountPath: "/home/jenkins" name: "jenkins-home" readOnly: false - 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.emfcloud.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "emfcloud-agent-pod-q44v8-hqml1" - name: "JENKINS_NAME" value: "emfcloud-agent-pod-q44v8-hqml1" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.emfcloud.svc.cluster.local/emfcloud/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3" 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: {} name: "jenkins-home" - emptyDir: medium: "" name: "workspace-volume" Running on emfcloud-agent-pod-q44v8-hqml1 in /home/jenkins/agent/workspace/deploy-modelserver-node-npm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout main) [Pipeline] timeout Timeout set to expire in 30 min [Pipeline] { [Pipeline] git Created Pod: kubernetes emfcloud/emfcloud-agent-pod-q44v8-70m32 Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential github-bot Cloning the remote Git repository Cloning repository https://github.com/eclipse-emfcloud/modelserver-node.git > git init /home/jenkins/agent/workspace/deploy-modelserver-node-npm # timeout=10 Fetching upstream changes from https://github.com/eclipse-emfcloud/modelserver-node.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --tags --force --progress -- https://github.com/eclipse-emfcloud/modelserver-node.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 5f3a7a1e42f42b435f48ceababd78891ae686d31 (refs/remotes/origin/main) > git config remote.origin.url https://github.com/eclipse-emfcloud/modelserver-node.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5f3a7a1e42f42b435f48ceababd78891ae686d31 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b main 5f3a7a1e42f42b435f48ceababd78891ae686d31 # timeout=10 Commit message: "#193 Add Community Health files to EMF.cloud repositories (#68)" > git rev-list --no-walk 5df3bacdb0d30c8e7742e73e60f9d5159fc4351e # timeout=10 [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build and Deploy) [Pipeline] timeout Timeout set to expire in 30 min [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/deploy-modelserver-node-npm/modelserver-node [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $NPM_AUTH_TOKEN [Pipeline] { [Pipeline] sh + printf //registry.npmjs.org/:_authToken=**** [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh + git config user.email eclipse-emfcloud-bot@eclipse.org [Pipeline] sh + git config user.name eclipse-emfcloud-bot [Pipeline] sh + yarn install yarn install v1.22.19 warning Skipping preferred cache folder "/.cache/yarn" because it is not writable. warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000". [1/5] Validating package.json... [2/5] Resolving packages... [3/5] Fetching packages... [4/5] Linking dependencies... warning " > ts-node@10.9.1" has unmet peer dependency "@types/node@*". [5/5] Building fresh packages... $ lerna run prepare lerna notice cli v6.1.0 lerna info ci enabled lerna info Executing command in 8 packages: "yarn run prepare" @eclipse-emfcloud/modelserver-plugin-ext: yarn run v1.22.19 @eclipse-emfcloud/modelserver-plugin-ext: warning Skipping preferred cache folder "/.cache/yarn" because it is not writable. @eclipse-emfcloud/modelserver-plugin-ext: warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000". @eclipse-emfcloud/modelserver-plugin-ext: $ yarn clean && yarn build @eclipse-emfcloud/modelserver-plugin-ext: warning Skipping preferred cache folder "/.cache/yarn" because it is not writable. @eclipse-emfcloud/modelserver-plugin-ext: warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000". @eclipse-emfcloud/modelserver-plugin-ext: $ rimraf lib @eclipse-emfcloud/modelserver-plugin-ext: warning Skipping preferred cache folder "/.cache/yarn" because it is not writable. @eclipse-emfcloud/modelserver-plugin-ext: warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000". @eclipse-emfcloud/modelserver-plugin-ext: $ tsc && yarn lint @eclipse-emfcloud/modelserver-plugin-ext: warning Skipping preferred cache folder "/.cache/yarn" because it is not writable. @eclipse-emfcloud/modelserver-plugin-ext: warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000". @eclipse-emfcloud/modelserver-plugin-ext: $ eslint --ext .ts,.tsx ./src @eclipse-emfcloud/modelserver-plugin-ext: Done in 18.73s. @eclipse-emfcloud/coffee-custom-commands-example: yarn run v1.22.19 @eclipse-emfcloud/coffee-triggers-example: yarn run v1.22.19 @eclipse-emfcloud/coffee-custom-routes-example: yarn run v1.22.19 @eclipse-emfcloud/coffee-custom-validators-example: yarn run v1.22.19 @eclipse-emfcloud/modelserver-node: yarn run v1.22.19 @eclipse-emfcloud/coffee-custom-commands-example: warning Skipping preferred cache folder "/.cache/yarn" because it is not writable. @eclipse-emfcloud/coffee-custom-commands-example: warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000". @eclipse-emfcloud/coffee-custom-middleware-example: yarn run v1.22.19 @eclipse-emfcloud/coffee-custom-routes-example: warning Skipping preferred cache folder "/.cache/yarn" because it is not writable. @eclipse-emfcloud/coffee-custom-routes-example: warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000". @eclipse-emfcloud/coffee-custom-commands-example: $ yarn clean && yarn build @eclipse-emfcloud/coffee-custom-validators-example: warning Skipping preferred cache folder "/.cache/yarn" because it is not writable. @eclipse-emfcloud/coffee-custom-validators-example: warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000". @eclipse-emfcloud/coffee-triggers-example: warning Skipping preferred cache folder "/.cache/yarn" because it is not writable. @eclipse-emfcloud/coffee-triggers-example: warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000". @eclipse-emfcloud/coffee-custom-validators-example: $ yarn clean && yarn build @eclipse-emfcloud/coffee-custom-routes-example: $ yarn clean && yarn build @eclipse-emfcloud/coffee-triggers-example: $ yarn clean && yarn build @eclipse-emfcloud/modelserver-node: warning Skipping preferred cache folder "/.cache/yarn" because it is not writable. @eclipse-emfcloud/modelserver-node: warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000". @eclipse-emfcloud/modelserver-node: $ yarn clean && yarn build @eclipse-emfcloud/coffee-custom-middleware-example: warning Skipping preferred cache folder "/.cache/yarn" because it is not writable. @eclipse-emfcloud/coffee-custom-middleware-example: warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000". @eclipse-emfcloud/coffee-custom-middleware-example: $ yarn clean && yarn build @eclipse-emfcloud/coffee-custom-validators-example: warning Skipping preferred cache folder "/.cache/yarn" because it is not writable. @eclipse-emfcloud/coffee-custom-validators-example: warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000". @eclipse-emfcloud/coffee-custom-validators-example: $ rimraf lib @eclipse-emfcloud/coffee-custom-routes-example: warning Skipping preferred cache folder "/.cache/yarn" because it is not writable. @eclipse-emfcloud/coffee-custom-routes-example: warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000". @eclipse-emfcloud/coffee-custom-commands-example: warning Skipping preferred cache folder "/.cache/yarn" because it is not writable. @eclipse-emfcloud/coffee-custom-commands-example: warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000". @eclipse-emfcloud/modelserver-node: warning Skipping preferred cache folder "/.cache/yarn" because it is not writable. @eclipse-emfcloud/modelserver-node: warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000". @eclipse-emfcloud/coffee-custom-routes-example: $ rimraf lib @eclipse-emfcloud/modelserver-node: $ rimraf lib @eclipse-emfcloud/coffee-custom-commands-example: $ rimraf lib @eclipse-emfcloud/coffee-triggers-example: warning Skipping preferred cache folder "/.cache/yarn" because it is not writable. @eclipse-emfcloud/coffee-triggers-example: warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000". @eclipse-emfcloud/coffee-triggers-example: $ rimraf lib @eclipse-emfcloud/coffee-custom-middleware-example: warning Skipping preferred cache folder "/.cache/yarn" because it is not writable. @eclipse-emfcloud/coffee-custom-middleware-example: warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000". @eclipse-emfcloud/coffee-custom-middleware-example: $ rimraf lib @eclipse-emfcloud/coffee-custom-routes-example: warning Skipping preferred cache folder "/.cache/yarn" because it is not writable. @eclipse-emfcloud/coffee-custom-routes-example: warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000". @eclipse-emfcloud/modelserver-node: warning Skipping preferred cache folder "/.cache/yarn" because it is not writable. @eclipse-emfcloud/modelserver-node: warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000". @eclipse-emfcloud/coffee-custom-routes-example: $ tsc @eclipse-emfcloud/coffee-custom-validators-example: warning Skipping preferred cache folder "/.cache/yarn" because it is not writable. @eclipse-emfcloud/coffee-custom-validators-example: warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000". @eclipse-emfcloud/modelserver-node: $ tsc && yarn lint @eclipse-emfcloud/coffee-custom-validators-example: $ tsc @eclipse-emfcloud/coffee-triggers-example: warning Skipping preferred cache folder "/.cache/yarn" because it is not writable. @eclipse-emfcloud/coffee-triggers-example: warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000". @eclipse-emfcloud/coffee-triggers-example: $ tsc @eclipse-emfcloud/coffee-custom-commands-example: warning Skipping preferred cache folder "/.cache/yarn" because it is not writable. @eclipse-emfcloud/coffee-custom-commands-example: warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000". @eclipse-emfcloud/coffee-custom-commands-example: $ tsc @eclipse-emfcloud/coffee-custom-middleware-example: warning Skipping preferred cache folder "/.cache/yarn" because it is not writable. @eclipse-emfcloud/coffee-custom-middleware-example: warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000". @eclipse-emfcloud/coffee-custom-middleware-example: $ tsc @eclipse-emfcloud/coffee-triggers-example: Done in 47.70s. @eclipse-emfcloud/coffee-custom-routes-example: Done in 48.31s. @eclipse-emfcloud/coffee-custom-validators-example: Done in 48.61s. @eclipse-emfcloud/coffee-custom-middleware-example: Done in 48.40s. @eclipse-emfcloud/coffee-custom-commands-example: Done in 49.03s. @eclipse-emfcloud/modelserver-node: warning Skipping preferred cache folder "/.cache/yarn" because it is not writable. @eclipse-emfcloud/modelserver-node: warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000". @eclipse-emfcloud/modelserver-node: $ eslint --ext .ts,.tsx ./src @eclipse-emfcloud/modelserver-node: Done in 77.58s. @eclipse-emfcloud/coffee-server-example: yarn run v1.22.19 @eclipse-emfcloud/coffee-server-example: warning Skipping preferred cache folder "/.cache/yarn" because it is not writable. @eclipse-emfcloud/coffee-server-example: warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000". @eclipse-emfcloud/coffee-server-example: $ yarn clean && yarn build @eclipse-emfcloud/coffee-server-example: warning Skipping preferred cache folder "/.cache/yarn" because it is not writable. @eclipse-emfcloud/coffee-server-example: warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000". @eclipse-emfcloud/coffee-server-example: $ rimraf lib @eclipse-emfcloud/coffee-server-example: warning Skipping preferred cache folder "/.cache/yarn" because it is not writable. @eclipse-emfcloud/coffee-server-example: warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000". @eclipse-emfcloud/coffee-server-example: $ tsc @eclipse-emfcloud/coffee-server-example: Done in 6.15s. lerna success run Ran npm script 'prepare' in 8 packages in 105.0s: lerna success - @eclipse-emfcloud/coffee-custom-commands-example lerna success - @eclipse-emfcloud/coffee-custom-middleware-example lerna success - @eclipse-emfcloud/coffee-custom-routes-example lerna success - @eclipse-emfcloud/coffee-custom-validators-example lerna success - @eclipse-emfcloud/coffee-server-example lerna success - @eclipse-emfcloud/coffee-triggers-example lerna success - @eclipse-emfcloud/modelserver-node lerna success - @eclipse-emfcloud/modelserver-plugin-ext Done in 157.41s. [Pipeline] sh + yarn publish:next yarn run v1.22.19 warning Skipping preferred cache folder "/.cache/yarn" because it is not writable. warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000". $ SHA=$(git rev-parse --short HEAD) && lerna publish preminor --exact --canary --preid next.${SHA} --dist-tag next --no-git-reset --no-git-tag-version --no-push --ignore-scripts --yes --no-verify-access lerna notice cli v6.1.0 lerna info ci enabled lerna WARN verify-access --verify-access=false and --no-verify-access are no longer needed, because the legacy preemptive access verification is now disabled by default. Requests will fail with appropriate errors when not authorized correctly. lerna info canary enabled lerna WARN force-publish all packages lerna info Assuming all packages changed Found 8 packages to publish: - @eclipse-emfcloud/coffee-custom-commands-example => 0.2.0-next.5f3a7a1.52+5f3a7a1 - @eclipse-emfcloud/coffee-custom-middleware-example => 0.2.0-next.5f3a7a1.52+5f3a7a1 - @eclipse-emfcloud/coffee-custom-routes-example => 0.2.0-next.5f3a7a1.52+5f3a7a1 - @eclipse-emfcloud/coffee-custom-validators-example => 0.2.0-next.5f3a7a1.52+5f3a7a1 - @eclipse-emfcloud/coffee-server-example => 0.2.0-next.5f3a7a1.52+5f3a7a1 - @eclipse-emfcloud/coffee-triggers-example => 0.2.0-next.5f3a7a1.52+5f3a7a1 - @eclipse-emfcloud/modelserver-node => 0.2.0-next.5f3a7a1.52+5f3a7a1 - @eclipse-emfcloud/modelserver-plugin-ext => 0.2.0-next.5f3a7a1.52+5f3a7a1 lerna info auto-confirmed lerna info publish Publishing packages to npm... lerna success published @eclipse-emfcloud/modelserver-plugin-ext 0.2.0-next.5f3a7a1.52+5f3a7a1 lerna notice lerna notice package: @eclipse-emfcloud/modelserver-plugin-ext@0.2.0-next.5f3a7a1.52+5f3a7a1 lerna notice === Tarball Contents === lerna notice 15.5kB LICENSE lerna notice 643B lib/command-provider.js lerna notice 635B lib/executor.js lerna notice 1.8kB lib/index.js lerna notice 1.4kB lib/util/index.js lerna notice 693B lib/logger.js lerna notice 226B lib/model-server-client.js lerna notice 809B lib/model-service.js lerna notice 832B lib/plugin.js lerna notice 639B lib/util/promise-util.js lerna notice 288B lib/route-provider.js lerna notice 643B lib/trigger-provider.js lerna notice 646B lib/validation-provider.js lerna notice 1.6kB package.json lerna notice 524B lib/command-provider.d.ts.map lerna notice 144B lib/command-provider.js.map lerna notice 588B lib/executor.d.ts.map lerna notice 128B lib/executor.js.map lerna notice 345B lib/index.d.ts.map lerna notice 154B lib/util/index.d.ts.map lerna notice 267B lib/index.js.map lerna notice 158B lib/util/index.js.map lerna notice 244B lib/logger.d.ts.map lerna notice 172B lib/logger.js.map lerna notice 270B lib/model-server-client.d.ts.map lerna notice 181B lib/model-server-client.js.map lerna notice 1.9kB lib/model-service.d.ts.map lerna notice 236B lib/model-service.js.map lerna notice 1.2kB lib/plugin.d.ts.map lerna notice 228B lib/plugin.js.map lerna notice 216B lib/util/promise-util.d.ts.map lerna notice 144B lib/util/promise-util.js.map lerna notice 904B lib/route-provider.d.ts.map lerna notice 218B lib/route-provider.js.map lerna notice 560B lib/trigger-provider.d.ts.map lerna notice 144B lib/trigger-provider.js.map lerna notice 506B lib/validation-provider.d.ts.map lerna notice 150B lib/validation-provider.js.map lerna notice 229B README.md lerna notice 2.1kB lib/command-provider.d.ts lerna notice 2.1kB src/command-provider.ts lerna notice 2.2kB lib/executor.d.ts lerna notice 2.2kB src/executor.ts lerna notice 878B lib/index.d.ts lerna notice 589B lib/util/index.d.ts lerna notice 844B src/index.ts lerna notice 555B src/util/index.ts lerna notice 677B lib/logger.d.ts lerna notice 640B src/logger.ts lerna notice 767B lib/model-server-client.d.ts lerna notice 729B src/model-server-client.ts lerna notice 8.1kB lib/model-service.d.ts lerna notice 8.1kB src/model-service.ts lerna notice 4.0kB lib/plugin.d.ts lerna notice 4.0kB src/plugin.ts lerna notice 610B lib/util/promise-util.d.ts lerna notice 569B src/util/promise-util.ts lerna notice 3.5kB lib/route-provider.d.ts lerna notice 3.5kB src/route-provider.ts lerna notice 2.7kB lib/trigger-provider.d.ts lerna notice 2.7kB src/trigger-provider.ts lerna notice 1.7kB lib/validation-provider.d.ts lerna notice 1.6kB src/validation-provider.ts lerna notice === Tarball Details === lerna notice name: @eclipse-emfcloud/modelserver-plugin-ext lerna notice version: 0.2.0-next.5f3a7a1.52+5f3a7a1 lerna notice filename: eclipse-emfcloud-modelserver-plugin-ext-0.2.0-next.5f3a7a1.52+5f3a7a1.tgz lerna notice package size: 17.1 kB lerna notice unpacked size: 91.5 kB lerna notice shasum: 249f102794cf51508f5a9ff12dd55c369abbb2f1 lerna notice integrity: sha512-XQX0xi+W4MkIq[...]lA/rW6LiT1y1A== lerna notice total files: 63 lerna notice lerna success published @eclipse-emfcloud/coffee-custom-validators-example 0.2.0-next.5f3a7a1.52+5f3a7a1 lerna notice lerna notice package: @eclipse-emfcloud/coffee-custom-validators-example@0.2.0-next.5f3a7a1.52+5f3a7a1 lerna notice === Tarball Contents === lerna notice 15.5kB LICENSE lerna notice 3.8kB lib/example-validator.js lerna notice 1.0kB lib/example-validators-module.js lerna notice 1.4kB package.json lerna notice 431B lib/example-validator.d.ts.map lerna notice 1.2kB lib/example-validator.js.map lerna notice 217B lib/example-validators-module.d.ts.map lerna notice 326B lib/example-validators-module.js.map lerna notice 3.0kB README.md lerna notice 1.0kB lib/example-validator.d.ts lerna notice 688B lib/example-validators-module.d.ts lerna notice === Tarball Details === lerna notice name: @eclipse-emfcloud/coffee-custom-validators-example lerna notice version: 0.2.0-next.5f3a7a1.52+5f3a7a1 lerna notice filename: eclipse-emfcloud-coffee-custom-validators-example-0.2.0-next.5f3a7a1.52+5f3a7a1.tgz lerna notice package size: 9.8 kB lerna notice unpacked size: 28.6 kB lerna notice shasum: 3d61d8e1a2ab1c60134b8f146398f9034f15829f lerna notice integrity: sha512-5+gmvOBXfg7Iu[...]8D6n3nISIL59w== lerna notice total files: 11 lerna notice lerna success published @eclipse-emfcloud/coffee-custom-middleware-example 0.2.0-next.5f3a7a1.52+5f3a7a1 lerna notice lerna notice package: @eclipse-emfcloud/coffee-custom-middleware-example@0.2.0-next.5f3a7a1.52+5f3a7a1 lerna notice === Tarball Contents === lerna notice 15.5kB LICENSE lerna notice 1.0kB lib/example-middleware-module.js lerna notice 3.3kB lib/example-middleware.js lerna notice 1.5kB package.json lerna notice 217B lib/example-middleware-module.d.ts.map lerna notice 326B lib/example-middleware-module.js.map lerna notice 436B lib/example-middleware.d.ts.map lerna notice 816B lib/example-middleware.js.map lerna notice 5.7kB README.md lerna notice 688B lib/example-middleware-module.d.ts lerna notice 1.3kB lib/example-middleware.d.ts lerna notice === Tarball Details === lerna notice name: @eclipse-emfcloud/coffee-custom-middleware-example lerna notice version: 0.2.0-next.5f3a7a1.52+5f3a7a1 lerna notice filename: eclipse-emfcloud-coffee-custom-middleware-example-0.2.0-next.5f3a7a1.52+5f3a7a1.tgz lerna notice package size: 10.4 kB lerna notice unpacked size: 30.7 kB lerna notice shasum: 0bee521587e8b96d03184bbdcabcd15c8a34779f lerna notice integrity: sha512-/71FfUnqyxeG9[...]KXDNrt7nuK7Mw== lerna notice total files: 11 lerna notice lerna success published @eclipse-emfcloud/coffee-custom-routes-example 0.2.0-next.5f3a7a1.52+5f3a7a1 lerna notice lerna notice package: @eclipse-emfcloud/coffee-custom-routes-example@0.2.0-next.5f3a7a1.52+5f3a7a1 lerna notice === Tarball Contents === lerna notice 15.5kB LICENSE lerna notice 3.3kB lib/example-route.js lerna notice 989B lib/example-routes-module.js lerna notice 1.4kB package.json lerna notice 464B lib/example-route.d.ts.map lerna notice 1.4kB lib/example-route.js.map lerna notice 209B lib/example-routes-module.d.ts.map lerna notice 317B lib/example-routes-module.js.map lerna notice 5.7kB README.md lerna notice 1.2kB lib/example-route.d.ts lerna notice 684B lib/example-routes-module.d.ts lerna notice === Tarball Details === lerna notice name: @eclipse-emfcloud/coffee-custom-routes-example lerna notice version: 0.2.0-next.5f3a7a1.52+5f3a7a1 lerna notice filename: eclipse-emfcloud-coffee-custom-routes-example-0.2.0-next.5f3a7a1.52+5f3a7a1.tgz lerna notice package size: 10.6 kB lerna notice unpacked size: 31.1 kB lerna notice shasum: f74705c8453fb36fe0ad945bf53369497a22a567 lerna notice integrity: sha512-sihOQ+CMpmIMb[...]1f7dxkfZsDd3w== lerna notice total files: 11 lerna notice lerna success published @eclipse-emfcloud/modelserver-node 0.2.0-next.5f3a7a1.52+5f3a7a1 lerna notice lerna notice package: @eclipse-emfcloud/modelserver-node@0.2.0-next.5f3a7a1.52+5f3a7a1 lerna notice === Tarball Contents === lerna notice 15.5kB LICENSE lerna notice 5.6kB lib/command-provider-registry.js lerna notice 1.9kB lib/di.js lerna notice 1.5kB lib/client/disposable.js lerna notice 7.8kB lib/services/edit-service.js lerna notice 1.5kB lib/index.js lerna notice 1.4kB lib/routes/index.js lerna notice 2.5kB lib/logging-module.js lerna notice 22.9kB lib/client/model-server-client.js lerna notice 5.0kB lib/services/model-service.js lerna notice 3.0kB lib/routes/modelelement.js lerna notice 8.5kB lib/routes/models.js lerna notice 5.4kB lib/plugin-context.js lerna notice 1.5kB lib/client/promise-utils.js lerna notice 5.9kB lib/routes/route-utils.js lerna notice 1.5kB lib/routes/routing-module.js lerna notice 3.1kB lib/server-module.js lerna notice 13.6kB lib/server.js lerna notice 9.0kB lib/services/subscription-manager.js lerna notice 6.1kB lib/routes/subscription.js lerna notice 6.2kB lib/test/test-helpers.js lerna notice 1.2kB lib/test/test-model-helper.js lerna notice 3.8kB lib/test/test-server-fixture.js lerna notice 6.1kB lib/trigger-provider-registry.js lerna notice 3.8kB lib/routes/undo-redo.js lerna notice 1.9kB lib/client/uri-utils.js lerna notice 6.4kB lib/services/validation-manager.js lerna notice 6.0kB lib/validation-provider-registry.js lerna notice 4.1kB lib/routes/validation.js lerna notice 10.3kB lib/client/web-socket-utils.js lerna notice 2.0kB package.json lerna notice 1.0kB lib/command-provider-registry.d.ts.map lerna notice 2.4kB lib/command-provider-registry.js.map lerna notice 383B lib/di.d.ts.map lerna notice 1.1kB lib/di.js.map lerna notice 377B lib/client/disposable.d.ts.map lerna notice 524B lib/client/disposable.js.map lerna notice 1.3kB lib/services/edit-service.d.ts.map lerna notice 3.9kB lib/services/edit-service.js.map lerna notice 209B lib/index.d.ts.map lerna notice 154B lib/routes/index.d.ts.map lerna notice 189B lib/index.js.map lerna notice 160B lib/routes/index.js.map lerna notice 196B lib/logging-module.d.ts.map lerna notice 1.6kB lib/logging-module.js.map lerna notice 4.9kB lib/client/model-server-client.d.ts.map lerna notice 15.5kB lib/client/model-server-client.js.map lerna notice 1.5kB lib/services/model-service.d.ts.map lerna notice 2.4kB lib/services/model-service.js.map lerna notice 443B lib/routes/modelelement.d.ts.map lerna notice 625B lib/routes/modelelement.js.map lerna notice 1.3kB lib/routes/models.d.ts.map lerna notice 4.0kB lib/routes/models.js.map lerna notice 1.1kB lib/plugin-context.d.ts.map lerna notice 2.4kB lib/plugin-context.js.map lerna notice 669B lib/client/promise-utils.d.ts.map lerna notice 744B lib/client/promise-utils.js.map lerna notice 1.5kB lib/routes/route-utils.d.ts.map lerna notice 3.8kB lib/routes/route-utils.js.map lerna notice 205B lib/routes/routing-module.d.ts.map lerna notice 599B lib/routes/routing-module.js.map lerna notice 194B lib/server-module.d.ts.map lerna notice 1.5kB lib/server-module.js.map lerna notice 1.2kB lib/server.d.ts.map lerna notice 8.1kB lib/server.js.map lerna notice 2.3kB lib/services/subscription-manager.d.ts.map lerna notice 4.9kB lib/services/subscription-manager.js.map lerna notice 533B lib/routes/subscription.d.ts.map lerna notice 2.7kB lib/routes/subscription.js.map lerna notice 2.0kB lib/test/test-helpers.d.ts.map lerna notice 4.5kB lib/test/test-helpers.js.map lerna notice 389B lib/test/test-model-helper.d.ts.map lerna notice 422B lib/test/test-model-helper.js.map lerna notice 1.1kB lib/test/test-server-fixture.d.ts.map lerna notice 2.4kB lib/test/test-server-fixture.js.map lerna notice 895B lib/trigger-provider-registry.d.ts.map lerna notice 2.7kB lib/trigger-provider-registry.js.map lerna notice 800B lib/routes/undo-redo.d.ts.map lerna notice 1.7kB lib/routes/undo-redo.js.map lerna notice 320B lib/client/uri-utils.d.ts.map lerna notice 691B lib/client/uri-utils.js.map lerna notice 925B lib/services/validation-manager.d.ts.map lerna notice 2.7kB lib/services/validation-manager.js.map lerna notice 1.2kB lib/validation-provider-registry.d.ts.map lerna notice 3.6kB lib/validation-provider-registry.js.map lerna notice 721B lib/routes/validation.d.ts.map lerna notice 1.1kB lib/routes/validation.js.map lerna notice 3.2kB lib/client/web-socket-utils.d.ts.map lerna notice 6.2kB lib/client/web-socket-utils.js.map lerna notice 2.6kB README.md lerna notice 2.8kB lib/command-provider-registry.d.ts lerna notice 3.0kB src/test/command-provider-registry.spec.ts lerna notice 4.7kB src/command-provider-registry.ts lerna notice 885B lib/di.d.ts lerna notice 1.8kB src/di.ts lerna notice 1.2kB lib/client/disposable.d.ts lerna notice 1.3kB src/client/disposable.ts lerna notice 2.3kB lib/services/edit-service.d.ts lerna notice 7.0kB src/services/edit-service.ts lerna notice 664B lib/index.d.ts lerna notice 588B lib/routes/index.d.ts lerna notice 630B src/index.ts lerna notice 553B src/routes/index.ts lerna notice 677B lib/logging-module.d.ts lerna notice 2.3kB src/logging-module.ts lerna notice 6.9kB lib/client/model-server-client.d.ts lerna notice 28.2kB src/client/model-server-client.ts lerna notice 19.6kB src/test/model-service-integration-test.spec.ts lerna notice 2.1kB lib/services/model-service.d.ts lerna notice 4.0kB src/services/model-service.ts lerna notice 1.3kB lib/routes/modelelement.d.ts lerna notice 1.8kB src/routes/modelelement.ts lerna notice 3.1kB lib/routes/models.d.ts lerna notice 7.5kB src/routes/models.ts lerna notice 2.3kB lib/plugin-context.d.ts lerna notice 4.4kB src/plugin-context.ts lerna notice 1.3kB lib/client/promise-utils.d.ts lerna notice 2.0kB src/test/promise-utils.spec.ts lerna notice 2.1kB src/client/promise-utils.ts lerna notice 3.7kB lib/routes/route-utils.d.ts lerna notice 6.8kB src/routes/route-utils.ts lerna notice 677B lib/routes/routing-module.d.ts lerna notice 1.2kB src/routes/routing-module.ts lerna notice 6.9kB src/test/routing.spec.ts lerna notice 11.7kB src/test/server-integration-test.spec.ts lerna notice 676B lib/server-module.d.ts lerna notice 2.7kB src/server-module.ts lerna notice 2.8kB lib/server.d.ts lerna notice 11.7kB src/server.ts lerna notice 4.3kB lib/services/subscription-manager.d.ts lerna notice 8.5kB src/services/subscription-manager.ts lerna notice 1.5kB lib/routes/subscription.d.ts lerna notice 6.2kB src/routes/subscription.ts lerna notice 3.5kB lib/test/test-helpers.d.ts lerna notice 7.6kB src/test/test-helpers.ts lerna notice 938B lib/test/test-model-helper.d.ts lerna notice 964B src/test/test-model-helper.ts lerna notice 2.2kB lib/test/test-server-fixture.d.ts lerna notice 4.0kB src/test/test-server-fixture.ts lerna notice 2.6kB lib/trigger-provider-registry.d.ts lerna notice 5.0kB src/test/trigger-provider-registry.spec.ts lerna notice 5.3kB src/trigger-provider-registry.ts lerna notice 2.0kB lib/routes/undo-redo.d.ts lerna notice 3.3kB src/routes/undo-redo.ts lerna notice 1.1kB lib/client/uri-utils.d.ts lerna notice 1.7kB src/client/uri-utils.ts lerna notice 2.1kB lib/services/validation-manager.d.ts lerna notice 4.9kB src/services/validation-manager.ts lerna notice 2.5kB lib/validation-provider-registry.d.ts lerna notice 5.3kB src/validation-provider-registry.ts lerna notice 2.0kB lib/routes/validation.d.ts lerna notice 2.7kB src/routes/validation.ts lerna notice 7.6kB lib/client/web-socket-utils.d.ts lerna notice 12.6kB src/client/web-socket-utils.ts lerna notice === Tarball Details === lerna notice name: @eclipse-emfcloud/modelserver-node lerna notice version: 0.2.0-next.5f3a7a1.52+5f3a7a1 lerna notice filename: eclipse-emfcloud-modelserver-node-0.2.0-next.5f3a7a1.52+5f3a7a1.tgz lerna notice package size: 104.2 kB lerna notice unpacked size: 557.2 kB lerna notice shasum: b0442b6586bf6d7a874e7eaf33a769c0057cbdd8 lerna notice integrity: sha512-uNSx5YnQVMj98[...]e2K85MuGGPDRg== lerna notice total files: 154 lerna notice lerna success published @eclipse-emfcloud/coffee-custom-commands-example 0.2.0-next.5f3a7a1.52+5f3a7a1 lerna notice lerna notice package: @eclipse-emfcloud/coffee-custom-commands-example@0.2.0-next.5f3a7a1.52+5f3a7a1 lerna notice === Tarball Contents === lerna notice 15.5kB LICENSE lerna notice 6.0kB lib/example-command.js lerna notice 1.0kB lib/example-commands-module.js lerna notice 1.4kB package.json lerna notice 427B lib/example-command.d.ts.map lerna notice 2.6kB lib/example-command.js.map lerna notice 213B lib/example-commands-module.d.ts.map lerna notice 322B lib/example-commands-module.js.map lerna notice 5.1kB README.md lerna notice 1.0kB lib/example-command.d.ts lerna notice 686B lib/example-commands-module.d.ts lerna notice === Tarball Details === lerna notice name: @eclipse-emfcloud/coffee-custom-commands-example lerna notice version: 0.2.0-next.5f3a7a1.52+5f3a7a1 lerna notice filename: eclipse-emfcloud-coffee-custom-commands-example-0.2.0-next.5f3a7a1.52+5f3a7a1.tgz lerna notice package size: 11.5 kB lerna notice unpacked size: 34.3 kB lerna notice shasum: 50f182b536535df5947caf834ac503f07adfba13 lerna notice integrity: sha512-0KUNljlpJsjdC[...]8y/KpARHOsD/A== lerna notice total files: 11 lerna notice lerna success published @eclipse-emfcloud/coffee-triggers-example 0.2.0-next.5f3a7a1.52+5f3a7a1 lerna notice lerna notice package: @eclipse-emfcloud/coffee-triggers-example@0.2.0-next.5f3a7a1.52+5f3a7a1 lerna notice === Tarball Contents === lerna notice 15.5kB LICENSE lerna notice 6.0kB lib/example-trigger.js lerna notice 995B lib/example-triggers-module.js lerna notice 1.4kB package.json lerna notice 427B lib/example-trigger.d.ts.map lerna notice 3.5kB lib/example-trigger.js.map lerna notice 213B lib/example-triggers-module.d.ts.map lerna notice 322B lib/example-triggers-module.js.map lerna notice 4.1kB README.md lerna notice 1.1kB lib/example-trigger.d.ts lerna notice 686B lib/example-triggers-module.d.ts lerna notice === Tarball Details === lerna notice name: @eclipse-emfcloud/coffee-triggers-example lerna notice version: 0.2.0-next.5f3a7a1.52+5f3a7a1 lerna notice filename: eclipse-emfcloud-coffee-triggers-example-0.2.0-next.5f3a7a1.52+5f3a7a1.tgz lerna notice package size: 11.3 kB lerna notice unpacked size: 34.1 kB lerna notice shasum: 9a858eda2dcd756e7dfd0a5119c6bce554ca90a8 lerna notice integrity: sha512-7fS13ZJalquWE[...]ia3910kTOYThg== lerna notice total files: 11 lerna notice lerna success published @eclipse-emfcloud/coffee-server-example 0.2.0-next.5f3a7a1.52+5f3a7a1 lerna notice lerna notice package: @eclipse-emfcloud/coffee-server-example@0.2.0-next.5f3a7a1.52+5f3a7a1 lerna notice === Tarball Contents === lerna notice 15.5kB LICENSE lerna notice 2.4kB lib/app.js lerna notice 1.5kB package.json lerna notice 119B lib/app.d.ts.map lerna notice 1.5kB lib/app.js.map lerna notice 2.2kB README.md lerna notice 566B lib/app.d.ts lerna notice === Tarball Details === lerna notice name: @eclipse-emfcloud/coffee-server-example lerna notice version: 0.2.0-next.5f3a7a1.52+5f3a7a1 lerna notice filename: eclipse-emfcloud-coffee-server-example-0.2.0-next.5f3a7a1.52+5f3a7a1.tgz lerna notice package size: 8.6 kB lerna notice unpacked size: 23.8 kB lerna notice shasum: e95815210b692e4f0111aa403c439aabe4b6872a lerna notice integrity: sha512-CWkHLGkG8Uar8[...]WHuV8PICg0ENw== lerna notice total files: 7 lerna notice Successfully published: - @eclipse-emfcloud/coffee-custom-commands-example@0.2.0-next.5f3a7a1.52+5f3a7a1 - @eclipse-emfcloud/coffee-custom-middleware-example@0.2.0-next.5f3a7a1.52+5f3a7a1 - @eclipse-emfcloud/coffee-custom-routes-example@0.2.0-next.5f3a7a1.52+5f3a7a1 - @eclipse-emfcloud/coffee-custom-validators-example@0.2.0-next.5f3a7a1.52+5f3a7a1 - @eclipse-emfcloud/coffee-server-example@0.2.0-next.5f3a7a1.52+5f3a7a1 - @eclipse-emfcloud/coffee-triggers-example@0.2.0-next.5f3a7a1.52+5f3a7a1 - @eclipse-emfcloud/modelserver-node@0.2.0-next.5f3a7a1.52+5f3a7a1 - @eclipse-emfcloud/modelserver-plugin-ext@0.2.0-next.5f3a7a1.52+5f3a7a1 lerna success published 8 packages Done in 7.36s. [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline [Checks API] No suitable checks publisher found. Finished: SUCCESS