Skip to content

Console Output

Started by user Nina Doschek
Running as Nina Doschek
[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 emfcloud/emfcloud-agent-pod-9668t-58c3l
Still waiting to schedule task
‘emfcloud-agent-pod-9668t-58c3l’ is offline
Agent emfcloud-agent-pod-9668t-58c3l is provisioned from template emfcloud-agent-pod-9668t
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.emfcloud.svc.cluster.local/emfcloud/job/deploy-modelserver-node-npm/48/"
    runUrl: "job/deploy-modelserver-node-npm/48/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "23a4fbf7d1361c867cb556a885761746132d4a82"
    jenkins/label: "emfcloud-agent-pod"
  name: "emfcloud-agent-pod-9668t-58c3l"
  namespace: "emfcloud"
spec:
  containers:
  - command:
    - "cat"
    image: "eclipsetheia/theia-blueprint"
    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-9668t-58c3l"
    - name: "JENKINS_NAME"
      value: "emfcloud-agent-pod-9668t-58c3l"
    - 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-9668t-58c3l in /home/jenkins/agent/workspace/deploy-modelserver-node-npm
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout main)
[Pipeline] git
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 ffbe5f30df65a7540da11c6c99dfd61bea3b3b48 (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 ffbe5f30df65a7540da11c6c99dfd61bea3b3b48 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b main ffbe5f30df65a7540da11c6c99dfd61bea3b3b48 # timeout=10
Commit message: "#179 Fix modelUri type in transaction message (#61)"
 > git rev-list --no-walk ffbe5f30df65a7540da11c6c99dfd61bea3b3b48 # timeout=10
[Checks API] No suitable checks publisher found.
[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 v4.0.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 12.79s.
@eclipse-emfcloud/coffee-custom-middleware-example: yarn run v1.22.19
@eclipse-emfcloud/coffee-custom-commands-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/coffee-triggers-example: yarn run v1.22.19
@eclipse-emfcloud/modelserver-node: 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-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-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-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: 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-routes-example: $ yarn clean && yarn build
@eclipse-emfcloud/coffee-custom-middleware-example: $ yarn clean && yarn build
@eclipse-emfcloud/coffee-custom-commands-example: $ yarn clean && yarn build
@eclipse-emfcloud/coffee-triggers-example: $ yarn clean && yarn build
@eclipse-emfcloud/coffee-custom-validators-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-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-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-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: $ 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-triggers-example: $ rimraf lib
@eclipse-emfcloud/coffee-custom-routes-example: $ rimraf lib
@eclipse-emfcloud/coffee-custom-middleware-example: $ rimraf lib
@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-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: $ rimraf lib
@eclipse-emfcloud/coffee-custom-validators-example: $ rimraf lib
@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-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-commands-example: $ tsc
@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: 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-triggers-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/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/modelserver-node: $ tsc && yarn lint
@eclipse-emfcloud/coffee-custom-routes-example: $ tsc
@eclipse-emfcloud/coffee-custom-validators-example: $ tsc
@eclipse-emfcloud/coffee-custom-middleware-example: $ tsc
@eclipse-emfcloud/coffee-custom-middleware-example: Done in 34.70s.
@eclipse-emfcloud/coffee-custom-commands-example: Done in 35.59s.
@eclipse-emfcloud/coffee-custom-validators-example: Done in 35.50s.
@eclipse-emfcloud/coffee-custom-routes-example: Done in 35.80s.
@eclipse-emfcloud/coffee-triggers-example: Done in 35.73s.
@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 56.56s.
@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 4.33s.
lerna success run Ran npm script 'prepare' in 8 packages in 75.5s:
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 109.96s.
[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 v4.0.0
lerna info ci enabled
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.ffbe5f3.47+ffbe5f3
 - @eclipse-emfcloud/coffee-custom-middleware-example => 0.2.0-next.ffbe5f3.47+ffbe5f3
 - @eclipse-emfcloud/coffee-custom-routes-example => 0.2.0-next.ffbe5f3.47+ffbe5f3
 - @eclipse-emfcloud/coffee-custom-validators-example => 0.2.0-next.ffbe5f3.47+ffbe5f3
 - @eclipse-emfcloud/coffee-server-example => 0.2.0-next.ffbe5f3.47+ffbe5f3
 - @eclipse-emfcloud/coffee-triggers-example => 0.2.0-next.ffbe5f3.47+ffbe5f3
 - @eclipse-emfcloud/modelserver-node => 0.2.0-next.ffbe5f3.47+ffbe5f3
 - @eclipse-emfcloud/modelserver-plugin-ext => 0.2.0-next.ffbe5f3.47+ffbe5f3

lerna info auto-confirmed 
lerna info publish Publishing packages to npm...
lerna http fetch PUT 200 https://registry.npmjs.org/@eclipse-emfcloud%2fmodelserver-plugin-ext 2787ms
lerna success published @eclipse-emfcloud/modelserver-plugin-ext 0.2.0-next.ffbe5f3.47+ffbe5f3
lerna notice 
lerna notice package: @eclipse-emfcloud/modelserver-plugin-ext@0.2.0-next.ffbe5f3.47+ffbe5f3
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 584B   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 240B   lib/logger.d.ts.map             
lerna notice 172B   lib/logger.js.map               
lerna notice 266B   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 212B   lib/util/promise-util.d.ts.map  
lerna notice 144B   lib/util/promise-util.js.map    
lerna notice 900B   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 685B   lib/logger.d.ts                 
lerna notice 640B   src/logger.ts                   
lerna notice 775B   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 618B   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.ffbe5f3.47+ffbe5f3                                            
lerna notice filename:      eclipse-emfcloud-modelserver-plugin-ext-0.2.0-next.ffbe5f3.47+ffbe5f3.tgz
lerna notice package size:  17.1 kB                                                                  
lerna notice unpacked size: 91.5 kB                                                                  
lerna notice shasum:        af64522d467ae4735dee4d9c9a1ddfd55e3123c6                                 
lerna notice integrity:     sha512-FdXzAT2e1R+I0[...]+g4Ieg9xWvRJA==                                 
lerna notice total files:   63                                                                       
lerna notice 
lerna http fetch PUT 200 https://registry.npmjs.org/@eclipse-emfcloud%2fcoffee-custom-validators-example 3893ms
lerna success published @eclipse-emfcloud/coffee-custom-validators-example 0.2.0-next.ffbe5f3.47+ffbe5f3
lerna notice 
lerna notice package: @eclipse-emfcloud/coffee-custom-validators-example@0.2.0-next.ffbe5f3.47+ffbe5f3
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.ffbe5f3.47+ffbe5f3                                                      
lerna notice filename:      eclipse-emfcloud-coffee-custom-validators-example-0.2.0-next.ffbe5f3.47+ffbe5f3.tgz
lerna notice package size:  9.8 kB                                                                             
lerna notice unpacked size: 28.6 kB                                                                            
lerna notice shasum:        1be135b81f39b1c1d8ec39cc25867cbdacdf896d                                           
lerna notice integrity:     sha512-mmkD4AyuJUWFU[...]Dd8gFw3Uvzcxg==                                           
lerna notice total files:   11                                                                                 
lerna notice 
lerna http fetch PUT 200 https://registry.npmjs.org/@eclipse-emfcloud%2fcoffee-custom-middleware-example 3905ms
lerna success published @eclipse-emfcloud/coffee-custom-middleware-example 0.2.0-next.ffbe5f3.47+ffbe5f3
lerna notice 
lerna notice package: @eclipse-emfcloud/coffee-custom-middleware-example@0.2.0-next.ffbe5f3.47+ffbe5f3
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.ffbe5f3.47+ffbe5f3                                                      
lerna notice filename:      eclipse-emfcloud-coffee-custom-middleware-example-0.2.0-next.ffbe5f3.47+ffbe5f3.tgz
lerna notice package size:  10.4 kB                                                                            
lerna notice unpacked size: 30.7 kB                                                                            
lerna notice shasum:        a5f2ccc1cd2cb8e1b6e24dd9420d453508194170                                           
lerna notice integrity:     sha512-c2fQuh+NcHVTy[...]ZQ4v6WOKFPFKA==                                           
lerna notice total files:   11                                                                                 
lerna notice 
lerna http fetch PUT 200 https://registry.npmjs.org/@eclipse-emfcloud%2fmodelserver-node 3894ms
lerna success published @eclipse-emfcloud/modelserver-node 0.2.0-next.ffbe5f3.47+ffbe5f3
lerna notice 
lerna notice package: @eclipse-emfcloud/modelserver-node@0.2.0-next.ffbe5f3.47+ffbe5f3
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.4kB  lib/index.js                                   
lerna notice 2.5kB  lib/logging-module.js                          
lerna notice 22.5kB lib/client/model-server-client.js              
lerna notice 5.0kB  lib/services/model-service.js                  
lerna notice 8.6kB  lib/routes/models.js                           
lerna notice 5.4kB  lib/plugin-context.js                          
lerna notice 1.5kB  lib/client/promise-utils.js                    
lerna notice 4.3kB  lib/routes/routes.js                           
lerna notice 1.3kB  lib/routes/routing-module.js                   
lerna notice 3.1kB  lib/server-module.js                           
lerna notice 13.3kB lib/server.js                                  
lerna notice 9.0kB  lib/services/subscription-manager.js           
lerna notice 5.8kB  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.9kB  lib/routes/undo-redo.js                        
lerna notice 1.3kB  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.3kB  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 379B   lib/di.d.ts.map                                
lerna notice 1.1kB  lib/di.js.map                                  
lerna notice 373B   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 188B   lib/index.d.ts.map                             
lerna notice 176B   lib/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.3kB 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 1.5kB  lib/routes/models.d.ts.map                     
lerna notice 4.2kB  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 911B   lib/routes/routes.d.ts.map                     
lerna notice 3.1kB  lib/routes/routes.js.map                       
lerna notice 205B   lib/routes/routing-module.d.ts.map             
lerna notice 527B   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 7.9kB  lib/server.js.map                              
lerna notice 2.2kB  lib/services/subscription-manager.d.ts.map     
lerna notice 4.9kB  lib/services/subscription-manager.js.map       
lerna notice 532B   lib/routes/subscription.d.ts.map               
lerna notice 2.6kB  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 949B   lib/routes/undo-redo.d.ts.map                  
lerna notice 1.8kB  lib/routes/undo-redo.js.map                    
lerna notice 252B   lib/client/uri-utils.d.ts.map                  
lerna notice 481B   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.5kB  lib/validation-provider-registry.js.map        
lerna notice 870B   lib/routes/validation.d.ts.map                 
lerna notice 1.2kB  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 196B   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 893B   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 638B   lib/index.d.ts                                 
lerna notice 604B   src/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 27.8kB 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 3.3kB  lib/routes/models.d.ts                         
lerna notice 8.0kB  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 2.4kB  lib/routes/routes.d.ts                         
lerna notice 4.8kB  src/routes/routes.ts                           
lerna notice 677B   lib/routes/routing-module.d.ts                 
lerna notice 1.1kB  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.3kB 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 5.9kB  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.2kB  lib/routes/undo-redo.d.ts                      
lerna notice 3.6kB  src/routes/undo-redo.ts                        
lerna notice 856B   lib/client/uri-utils.d.ts                      
lerna notice 1.1kB  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.2kB  lib/routes/validation.d.ts                     
lerna notice 3.1kB  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.ffbe5f3.47+ffbe5f3                                      
lerna notice filename:      eclipse-emfcloud-modelserver-node-0.2.0-next.ffbe5f3.47+ffbe5f3.tgz
lerna notice package size:  100.6 kB                                                           
lerna notice unpacked size: 537.5 kB                                                           
lerna notice shasum:        c28d54bf9549110821e9c783f62185ee0bb181df                           
lerna notice integrity:     sha512-jwOkV1x8nGGte[...]NdtymGJmv6I/Q==                           
lerna notice total files:   144                                                                
lerna notice 
lerna http fetch PUT 200 https://registry.npmjs.org/@eclipse-emfcloud%2fcoffee-triggers-example 3914ms
lerna success published @eclipse-emfcloud/coffee-triggers-example 0.2.0-next.ffbe5f3.47+ffbe5f3
lerna notice 
lerna notice package: @eclipse-emfcloud/coffee-triggers-example@0.2.0-next.ffbe5f3.47+ffbe5f3
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.ffbe5f3.47+ffbe5f3                                             
lerna notice filename:      eclipse-emfcloud-coffee-triggers-example-0.2.0-next.ffbe5f3.47+ffbe5f3.tgz
lerna notice package size:  11.3 kB                                                                   
lerna notice unpacked size: 34.1 kB                                                                   
lerna notice shasum:        f52d4ba889a76fd28ee20a201b46ce236f9a98a9                                  
lerna notice integrity:     sha512-gihK/UnEAQHe0[...]I6K9ZFM/f+eig==                                  
lerna notice total files:   11                                                                        
lerna notice 
lerna http fetch PUT 200 https://registry.npmjs.org/@eclipse-emfcloud%2fcoffee-custom-commands-example 3932ms
lerna success published @eclipse-emfcloud/coffee-custom-commands-example 0.2.0-next.ffbe5f3.47+ffbe5f3
lerna notice 
lerna notice package: @eclipse-emfcloud/coffee-custom-commands-example@0.2.0-next.ffbe5f3.47+ffbe5f3
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.ffbe5f3.47+ffbe5f3                                                    
lerna notice filename:      eclipse-emfcloud-coffee-custom-commands-example-0.2.0-next.ffbe5f3.47+ffbe5f3.tgz
lerna notice package size:  11.5 kB                                                                          
lerna notice unpacked size: 34.3 kB                                                                          
lerna notice shasum:        5b818f1e7a972b9413978681d8dad03092d11671                                         
lerna notice integrity:     sha512-50crHcJCJ1y9p[...]UVRwtjmV128ug==                                         
lerna notice total files:   11                                                                               
lerna notice 
lerna http fetch PUT 200 https://registry.npmjs.org/@eclipse-emfcloud%2fcoffee-custom-routes-example 3931ms
lerna success published @eclipse-emfcloud/coffee-custom-routes-example 0.2.0-next.ffbe5f3.47+ffbe5f3
lerna notice 
lerna notice package: @eclipse-emfcloud/coffee-custom-routes-example@0.2.0-next.ffbe5f3.47+ffbe5f3
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.ffbe5f3.47+ffbe5f3                                                  
lerna notice filename:      eclipse-emfcloud-coffee-custom-routes-example-0.2.0-next.ffbe5f3.47+ffbe5f3.tgz
lerna notice package size:  10.6 kB                                                                        
lerna notice unpacked size: 31.1 kB                                                                        
lerna notice shasum:        7ab90895cc06470f1f5fed693b696fbf8bcc6558                                       
lerna notice integrity:     sha512-pLKJXSv4mRWBC[...]as1m5sXZxISzw==                                       
lerna notice total files:   11                                                                             
lerna notice 
lerna http fetch PUT 200 https://registry.npmjs.org/@eclipse-emfcloud%2fcoffee-server-example 5867ms
lerna success published @eclipse-emfcloud/coffee-server-example 0.2.0-next.ffbe5f3.47+ffbe5f3
lerna notice 
lerna notice package: @eclipse-emfcloud/coffee-server-example@0.2.0-next.ffbe5f3.47+ffbe5f3
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.ffbe5f3.47+ffbe5f3                                           
lerna notice filename:      eclipse-emfcloud-coffee-server-example-0.2.0-next.ffbe5f3.47+ffbe5f3.tgz
lerna notice package size:  8.6 kB                                                                  
lerna notice unpacked size: 23.8 kB                                                                 
lerna notice shasum:        70fd7cde79bf4c356935cbc56eeb3ff3fab61631                                
lerna notice integrity:     sha512-XtNtFiRQIDkHi[...]QTiVXBg4Js7Iw==                                
lerna notice total files:   7                                                                       
lerna notice 
Successfully published:
 - @eclipse-emfcloud/coffee-custom-commands-example@0.2.0-next.ffbe5f3.47+ffbe5f3
 - @eclipse-emfcloud/coffee-custom-middleware-example@0.2.0-next.ffbe5f3.47+ffbe5f3
 - @eclipse-emfcloud/coffee-custom-routes-example@0.2.0-next.ffbe5f3.47+ffbe5f3
 - @eclipse-emfcloud/coffee-custom-validators-example@0.2.0-next.ffbe5f3.47+ffbe5f3
 - @eclipse-emfcloud/coffee-server-example@0.2.0-next.ffbe5f3.47+ffbe5f3
 - @eclipse-emfcloud/coffee-triggers-example@0.2.0-next.ffbe5f3.47+ffbe5f3
 - @eclipse-emfcloud/modelserver-node@0.2.0-next.ffbe5f3.47+ffbe5f3
 - @eclipse-emfcloud/modelserver-plugin-ext@0.2.0-next.ffbe5f3.47+ffbe5f3
lerna success published 8 packages
Done in 14.36s.
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] echo
Build back to normal: Send email notification to ndoschek+eclipseci@eclipsesource.com, eneufeld+modelserver-node-ci@eclipsesource.com
[Pipeline] emailext
Sending email to: ndoschek+eclipseci@eclipsesource.com eneufeld+modelserver-node-ci@eclipsesource.com
[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