Console Output
Started by upstream project "eclipse-glsp/glsp-examples/master" build number 75
originally caused by:
Branch indexing
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Created Pod: glsp/glsp-agent-pod-pm290-4l32g
[Normal][glsp/glsp-agent-pod-pm290-4l32g][Scheduled] Successfully assigned glsp-agent-pod-pm290-4l32g to osnode-24.eclipse.org
[Normal][glsp/glsp-agent-pod-pm290-4l32g][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "yarn-global"
[Normal][glsp/glsp-agent-pod-pm290-4l32g][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume"
[Normal][glsp/glsp-agent-pod-pm290-4l32g][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "jenkins-home"
[Normal][glsp/glsp-agent-pod-pm290-4l32g][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-nzzpd"
[Normal][glsp/glsp-agent-pod-pm290-4l32g][Pulled] Container image "node:10.20.1" already present on machine
[Normal][glsp/glsp-agent-pod-pm290-4l32g][Created] Created container
[Normal][glsp/glsp-agent-pod-pm290-4l32g][Started] Started container
[Normal][glsp/glsp-agent-pod-pm290-4l32g][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" already present on machine
[Normal][glsp/glsp-agent-pod-pm290-4l32g][Created] Created container
[Normal][glsp/glsp-agent-pod-pm290-4l32g][Started] Started container
Agent glsp-agent-pod-pm290-4l32g is provisioned from template glsp-agent-pod-pm290
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations:
buildUrl: "http://jenkins-ui.glsp.svc.cluster.local/glsp/job/deploy-npm-glsp-examples/44/"
runUrl: "job/deploy-npm-glsp-examples/44/"
labels:
jenkins: "slave"
jenkins/label: "glsp-agent-pod"
name: "glsp-agent-pod-pm290-4l32g"
spec:
containers:
- command:
- "cat"
image: "node:10.20.1"
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.glsp.svc.cluster.local:50000"
- name: "JENKINS_AGENT_NAME"
value: "glsp-agent-pod-pm290-4l32g"
- name: "JENKINS_NAME"
value: "glsp-agent-pod-pm290-4l32g"
- name: "JENKINS_AGENT_WORKDIR"
value: "/home/jenkins/agent"
- name: "JENKINS_URL"
value: "http://jenkins-ui.glsp.svc.cluster.local/glsp/"
image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1"
name: "jnlp"
resources:
requests:
cpu: "100m"
memory: "256Mi"
volumeMounts:
- mountPath: "/home/jenkins/agent"
name: "workspace-volume"
readOnly: false
nodeSelector:
beta.kubernetes.io/os: "linux"
restartPolicy: "Never"
securityContext: {}
volumes:
- emptyDir: {}
name: "yarn-global"
- emptyDir: {}
name: "jenkins-home"
- emptyDir:
medium: ""
name: "workspace-volume"
Running on glsp-agent-pod-pm290-4l32g in /home/jenkins/agent/workspace/deploy-npm-glsp-examples
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout master)
[Pipeline] git
using credential github-bot
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-glsp/glsp-examples.git
> git init /home/jenkins/agent/workspace/deploy-npm-glsp-examples # timeout=10
Fetching upstream changes from https://github.com/eclipse-glsp/glsp-examples.git
> git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub bot
> git fetch --tags --force --progress -- https://github.com/eclipse-glsp/glsp-examples.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/eclipse-glsp/glsp-examples.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/eclipse-glsp/glsp-examples.git # timeout=10
Fetching upstream changes from https://github.com/eclipse-glsp/glsp-examples.git
using GIT_ASKPASS to set credentials GitHub bot
> git fetch --tags --force --progress -- https://github.com/eclipse-glsp/glsp-examples.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 8617786f174ca3e6466218a3b49f5f72c5ae49fd (refs/remotes/origin/master)
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 8617786f174ca3e6466218a3b49f5f72c5ae49fd # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b master 8617786f174ca3e6466218a3b49f5f72c5ae49fd # timeout=10
Commit message: "#95 Adapt example to conform to GLSPServerLauncher refactoring (#62)"
> git rev-list --no-walk be3b787094420e8a00162ee684beaaaaac3f9129 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build package)
[Pipeline] dir
Running in /home/jenkins/agent/workspace/deploy-npm-glsp-examples/client
[Pipeline] {
[Pipeline] container
[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-glsp-bot@eclipse.org
[Pipeline] sh
+ git config user.name eclipse-glsp-bot
[Pipeline] sh
+ yarn install
yarn install v1.22.4
[1/5] Validating package.json...
[2/5] Resolving packages...
warning Resolution field "@theia/core@1.0.0" is incompatible with requested version "@theia/core@^1.4.0"
warning Resolution field "@theia/core@1.0.0" is incompatible with requested version "@theia/core@^1.4.0"
warning Resolution field "@theia/core@1.0.0" is incompatible with requested version "@theia/core@^1.4.0"
warning Resolution field "@theia/filesystem@1.0.0" is incompatible with requested version "@theia/filesystem@^1.4.0"
[3/5] Fetching packages...
warning url-loader@1.1.2: Invalid bin field for "url-loader".
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.
info fsevents@1.2.13: The platform "linux" is incompatible with this module.
info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation.
warning monaco-languageclient@0.10.2: The engine "vscode" appears to be invalid.
warning vscode-languageclient@5.3.0-next.9: The engine "vscode" appears to be invalid.
[4/5] Linking dependencies...
warning "@theia/application-manager > font-awesome-webpack@0.0.5-beta.2" has unmet peer dependency "font-awesome@>=4.3.0".
warning "@theia/application-manager > font-awesome-webpack > less-loader@2.2.3" has incorrect peer dependency "less@^2.3.1".
warning "@theia/messages > react-perfect-scrollbar@1.5.8" has unmet peer dependency "react@>=16.3.3".
warning "@theia/messages > react-perfect-scrollbar@1.5.8" has unmet peer dependency "react-dom@>=16.3.3".
warning " > @wdio/mocha-framework@6.3.6" has unmet peer dependency "webdriverio@^6.0.1".
warning "workspace-aggregator-388b9c20-fd05-439b-b1b9-ec7080985aa1 > browser-app > @theia/cli > requestretry@3.1.0" has unmet peer dependency "request@2.*.*".
warning "workspace-aggregator-388b9c20-fd05-439b-b1b9-ec7080985aa1 > @eclipse-glsp-examples/workflow-sprotty > @eclipse-glsp/client > sprotty > snabbdom-virtualize@0.7.0" has incorrect peer dependency "snabbdom@~0.6.6".
warning Workspaces can only be enabled in private projects.
[5/5] Building fresh packages...
$ lerna run prepare
lerna info version 2.11.0
@eclipse-glsp-examples/workflow-sprotty: yarn run v1.22.4
workflow-standalone: yarn run v1.22.4
@eclipse-glsp-examples/workflow-sprotty: $ yarn run clean && yarn run build
workflow-standalone: $ yarn run clean && yarn build
workflow-standalone: $ rimraf lib app/bundle.js app/bundle.js.map app/css
@eclipse-glsp-examples/workflow-sprotty: $ rimraf lib
workflow-standalone: $ tsc && yarn lint && webpack
@eclipse-glsp-examples/workflow-sprotty: $ tsc && yarn run lint
workflow-standalone: $ tslint -c ../../configs/tslint.json --project ./tsconfig.json
@eclipse-glsp-examples/workflow-sprotty: $ tslint -c ../../configs/tslint.json --project ./tsconfig.json
@eclipse-glsp-examples/workflow-sprotty: Done in 17.03s.
workflow-standalone: (node:1903) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead
workflow-standalone: Hash: cc27ce27b3fe2644d4ee
workflow-standalone: Version: webpack 4.44.1
workflow-standalone: Time: 3609ms
workflow-standalone: Built at: 08/14/2020 2:22:53 PM
workflow-standalone: Asset Size Chunks Chunk Names
workflow-standalone: bundle.js 3.16 MiB main [emitted] main
workflow-standalone: bundle.js.map 3.22 MiB main [emitted] [dev] main
workflow-standalone: Entrypoint main = bundle.js bundle.js.map
workflow-standalone: [0] multi core-js/es6/map core-js/es6/promise core-js/es6/string core-js/es6/symbol ./lib/main 76 bytes {main} [built]
workflow-standalone: [1] util (ignored) 15 bytes {main} [built]
workflow-standalone: [2] util (ignored) 15 bytes {main} [built]
workflow-standalone: [3] util (ignored) 15 bytes {main} [built]
workflow-standalone: [5] buffer (ignored) 15 bytes {main} [optional] [built]
workflow-standalone: [6] crypto (ignored) 15 bytes {main} [optional] [built]
workflow-standalone: [7] util (ignored) 15 bytes {main} [built]
workflow-standalone: [8] util (ignored) 15 bytes {main} [built]
workflow-standalone: [9] buffer (ignored) 15 bytes {main} [optional] [built]
workflow-standalone: [../../node_modules/css-loader/dist/cjs.js!./css/diagram.css] /home/jenkins/agent/workspace/deploy-npm-glsp-examples/client/node_modules/css-loader/dist/cjs.js!./css/diagram.css 773 bytes {main} [built]
workflow-standalone: [../../node_modules/webpack/buildin/global.js] (webpack)/buildin/global.js 472 bytes {main} [built]
workflow-standalone: [../../node_modules/webpack/buildin/module.js] (webpack)/buildin/module.js 497 bytes {main} [built]
workflow-standalone: [./css/diagram.css] 1.08 KiB {main} [built]
workflow-standalone: [./lib/di.config.js] 1.54 KiB {main} [built]
workflow-standalone: [./lib/main.js] 1.97 KiB {main} [built]
workflow-standalone: + 679 hidden modules
workflow-standalone: Done in 22.57s.
@eclipse-glsp-examples/workflow-theia: yarn run v1.22.4
@eclipse-glsp-examples/workflow-theia: $ yarn run clean && yarn run build
@eclipse-glsp-examples/workflow-theia: $ rimraf lib
@eclipse-glsp-examples/workflow-theia: $ tsc && yarn run lint
@eclipse-glsp-examples/workflow-theia: $ tslint -c ../../configs/tslint.json --project ./tsconfig.json
@eclipse-glsp-examples/workflow-theia: WARNING: /home/jenkins/agent/workspace/deploy-npm-glsp-examples/client/workflow/workflow-theia/src/node/workflow-glsp-server-contribution.ts:25:37 - Shadowed name: 'arg'
@eclipse-glsp-examples/workflow-theia: Done in 9.89s.
browser-app: yarn run v1.22.4
browser-app: $ theia build --mode development
browser-app: (node:2042) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead
browser-app: Hash: 22149f925f466f5beb65
browser-app: Version: webpack 4.44.1
browser-app: Time: 26603ms
browser-app: Built at: 08/14/2020 2:23:31 PM
browser-app: Asset Size Chunks Chunk Names
browser-app: 0.bundle.js 11.4 KiB 0 [emitted]
browser-app: 0.bundle.js.gz 3.19 KiB [emitted]
browser-app: 0.bundle.js.map 15.6 KiB 0 [emitted] [dev]
browser-app: 0.bundle.js.map.gz 4.37 KiB [emitted]
browser-app: 0a32a80243e05284a5d741c5dc093f31.woff2 23.8 KiB [emitted]
browser-app: 1.bundle.js 30.5 KiB 1 [emitted]
browser-app: 1.bundle.js.gz 5.78 KiB [emitted]
browser-app: 1.bundle.js.map 31.6 KiB 1 [emitted] [dev]
browser-app: 1.bundle.js.map.gz 7.08 KiB [emitted]
browser-app: 10.bundle.js 243 KiB 10 [emitted]
browser-app: 10.bundle.js.gz 38.8 KiB [emitted]
browser-app: 10.bundle.js.map 268 KiB 10 [emitted] [dev]
browser-app: 10.bundle.js.map.gz 51.3 KiB [emitted]
browser-app: 11.bundle.js 16.3 KiB 11 [emitted]
browser-app: 11.bundle.js.gz 2.48 KiB [emitted]
browser-app: 11.bundle.js.map 16.1 KiB 11 [emitted] [dev]
browser-app: 11.bundle.js.map.gz 3.57 KiB [emitted]
browser-app: 11d1a2390613abf202bfd2ebbd5c4500.woff2 88.6 KiB [emitted]
browser-app: 12.bundle.js 17.7 KiB 12 [emitted]
browser-app: 12.bundle.js.gz 3.44 KiB [emitted]
browser-app: 12.bundle.js.map 15.5 KiB 12 [emitted] [dev]
browser-app: 12.bundle.js.map.gz 3.96 KiB [emitted]
browser-app: 13.bundle.js 1.03 MiB 13 [emitted]
browser-app: 13.bundle.js.gz 130 KiB [emitted]
browser-app: 13.bundle.js.map 1.19 MiB 13 [emitted] [dev]
browser-app: 13.bundle.js.map.gz 207 KiB [emitted]
browser-app: 14.bundle.js 348 KiB 14 [emitted]
browser-app: 14.bundle.js.gz 81.3 KiB [emitted]
browser-app: 14.bundle.js.map 327 KiB 14 [emitted] [dev]
browser-app: 14.bundle.js.map.gz 69.1 KiB [emitted]
browser-app: 15.bundle.js 883 KiB 15 [emitted]
browser-app: 15.bundle.js.gz 106 KiB [emitted]
browser-app: 15.bundle.js.map 836 KiB 15 [emitted] [dev]
browser-app: 15.bundle.js.map.gz 144 KiB [emitted]
browser-app: 16.bundle.js 154 KiB 16 [emitted]
browser-app: 16.bundle.js.gz 27.7 KiB [emitted]
browser-app: 16.bundle.js.map 138 KiB 16 [emitted] [dev]
browser-app: 16.bundle.js.map.gz 31.1 KiB [emitted]
browser-app: 17.bundle.js 123 KiB 17 [emitted]
browser-app: 17.bundle.js.gz 19.1 KiB [emitted]
browser-app: 17.bundle.js.map 127 KiB 17 [emitted] [dev]
browser-app: 17.bundle.js.map.gz 23.9 KiB [emitted]
browser-app: 18.bundle.js 24.1 KiB 18 [emitted]
browser-app: 18.bundle.js.gz 4.19 KiB [emitted]
browser-app: 18.bundle.js.map 17.8 KiB 18 [emitted] [dev]
browser-app: 18.bundle.js.map.gz 4.02 KiB [emitted]
browser-app: 19.bundle.js 26.7 KiB 19 [emitted]
browser-app: 19.bundle.js.gz 4.75 KiB [emitted]
browser-app: 19.bundle.js.map 19.8 KiB 19 [emitted] [dev]
browser-app: 19.bundle.js.map.gz 4.83 KiB [emitted]
browser-app: 2.bundle.js 42.6 KiB 2 [emitted]
browser-app: 2.bundle.js.gz 6.88 KiB [emitted]
browser-app: 2.bundle.js.map 35 KiB 2 [emitted] [dev]
browser-app: 2.bundle.js.map.gz 8.3 KiB [emitted]
browser-app: 20.bundle.js 25.4 KiB 20 [emitted]
browser-app: 20.bundle.js.gz 5.84 KiB [emitted]
browser-app: 20.bundle.js.map 22.1 KiB 20 [emitted] [dev]
browser-app: 20.bundle.js.map.gz 5.94 KiB [emitted]
browser-app: 21.bundle.js 724 KiB 21 [emitted]
browser-app: 21.bundle.js.gz 116 KiB [emitted]
browser-app: 21.bundle.js.map 715 KiB 21 [emitted] [dev]
browser-app: 21.bundle.js.map.gz 134 KiB [emitted]
browser-app: 22.bundle.js 501 KiB 22 [emitted]
browser-app: 22.bundle.js.gz 94.1 KiB [emitted]
browser-app: 22.bundle.js.map 1.19 MiB 22 [emitted] [dev]
browser-app: 22.bundle.js.map.gz 291 KiB [emitted]
browser-app: 23.bundle.js 114 KiB 23 [emitted]
browser-app: 23.bundle.js.gz 14.4 KiB [emitted]
browser-app: 23.bundle.js.map 100 KiB 23 [emitted] [dev]
browser-app: 23.bundle.js.map.gz 17.6 KiB [emitted]
browser-app: 24.bundle.js 190 KiB 24 [emitted]
browser-app: 24.bundle.js.gz 24.7 KiB [emitted]
browser-app: 24.bundle.js.map 154 KiB 24 [emitted] [dev]
browser-app: 24.bundle.js.map.gz 29.5 KiB [emitted]
browser-app: 25.bundle.js 118 KiB 25 [emitted]
browser-app: 25.bundle.js.gz 15.4 KiB [emitted]
browser-app: 25.bundle.js.map 103 KiB 25 [emitted] [dev]
browser-app: 25.bundle.js.map.gz 20.4 KiB [emitted]
browser-app: 26.bundle.js 97 KiB 26 [emitted]
browser-app: 26.bundle.js.gz 11.7 KiB [emitted]
browser-app: 26.bundle.js.map 99.2 KiB 26 [emitted] [dev]
browser-app: 26.bundle.js.map.gz 14.6 KiB [emitted]
browser-app: 27.bundle.js 66.6 KiB 27 [emitted]
browser-app: 27.bundle.js.gz 9.97 KiB [emitted]
browser-app: 27.bundle.js.map 63.4 KiB 27 [emitted] [dev]
browser-app: 27.bundle.js.map.gz 12.4 KiB [emitted]
browser-app: 28.bundle.js 29.2 KiB 28 [emitted]
browser-app: 28.bundle.js.gz 5.52 KiB [emitted]
browser-app: 28.bundle.js.map 21 KiB 28 [emitted] [dev]
browser-app: 28.bundle.js.map.gz 5.31 KiB [emitted]
browser-app: 29.bundle.js 29.3 KiB 29 [emitted]
browser-app: 29.bundle.js.gz 5.24 KiB [emitted]
browser-app: 29.bundle.js.map 22.1 KiB 29 [emitted] [dev]
browser-app: 29.bundle.js.map.gz 5.12 KiB [emitted]
browser-app: 3.bundle.js 108 KiB 3 [emitted]
browser-app: 3.bundle.js.gz 13.8 KiB [emitted]
browser-app: 3.bundle.js.map 91.3 KiB 3 [emitted] [dev]
browser-app: 3.bundle.js.map.gz 17.9 KiB [emitted]
browser-app: 30.bundle.js 18.7 KiB 30 [emitted]
browser-app: 30.bundle.js.gz 4.26 KiB [emitted]
browser-app: 30.bundle.js.map 13.8 KiB 30 [emitted] [dev]
browser-app: 30.bundle.js.map.gz 4.01 KiB [emitted]
browser-app: 31.bundle.js 20.5 KiB 31 [emitted]
browser-app: 31.bundle.js.gz 3.74 KiB [emitted]
browser-app: 31.bundle.js.map 14.2 KiB 31 [emitted] [dev]
browser-app: 31.bundle.js.map.gz 3.35 KiB [emitted]
browser-app: 32.bundle.js 26 KiB 32 [emitted]
browser-app: 32.bundle.js.gz 4.28 KiB [emitted]
browser-app: 32.bundle.js.map 16 KiB 32 [emitted] [dev]
browser-app: 32.bundle.js.map.gz 3.77 KiB [emitted]
browser-app: 33.bundle.js 21.9 KiB 33 [emitted]
browser-app: 33.bundle.js.gz 3.01 KiB [emitted]
browser-app: 33.bundle.js.map 23.4 KiB 33 [emitted] [dev]
browser-app: 33.bundle.js.map.gz 3.23 KiB [emitted]
browser-app: 34.bundle.js 16.2 KiB 34 [emitted]
browser-app: 34.bundle.js.gz 1.8 KiB [emitted]
browser-app: 34.bundle.js.map 18.5 KiB 34 [emitted] [dev]
browser-app: 34.bundle.js.map.gz 1.84 KiB [emitted]
browser-app: 35.bundle.js 6.78 KiB 35 [emitted]
browser-app: 35.bundle.js.gz 1.65 KiB [emitted]
browser-app: 35.bundle.js.map 4.82 KiB 35 [emitted] [dev]
browser-app: 35.bundle.js.map.gz 1.56 KiB [emitted]
browser-app: 36.bundle.js 11.4 KiB 36 [emitted]
browser-app: 36.bundle.js.gz 2.88 KiB [emitted]
browser-app: 36.bundle.js.map 8.04 KiB 36 [emitted] [dev]
browser-app: 36.bundle.js.map.gz 2.43 KiB [emitted]
browser-app: 37.bundle.js 15.3 KiB 37 [emitted]
browser-app: 37.bundle.js.gz 1.7 KiB [emitted]
browser-app: 37.bundle.js.map 18 KiB 37 [emitted] [dev]
browser-app: 37.bundle.js.map.gz 1.72 KiB [emitted]
browser-app: 38.bundle.js 15.3 KiB 38 [emitted]
browser-app: 38.bundle.js.gz 1.7 KiB [emitted]
browser-app: 38.bundle.js.map 18 KiB 38 [emitted] [dev]
browser-app: 38.bundle.js.map.gz 1.72 KiB [emitted]
browser-app: 39.bundle.js 15.3 KiB 39 [emitted]
browser-app: 39.bundle.js.gz 1.7 KiB [emitted]
browser-app: 39.bundle.js.map 18 KiB 39 [emitted] [dev]
browser-app: 39.bundle.js.map.gz 1.72 KiB [emitted]
browser-app: 4.bundle.js 53.6 KiB 4 [emitted]
browser-app: 4.bundle.js.gz 8.07 KiB [emitted]
browser-app: 4.bundle.js.map 43.7 KiB 4 [emitted] [dev]
browser-app: 4.bundle.js.map.gz 9.4 KiB [emitted]
browser-app: 40.bundle.js 15.3 KiB 40 [emitted]
browser-app: 40.bundle.js.gz 1.7 KiB [emitted]
browser-app: 40.bundle.js.map 18 KiB 40 [emitted] [dev]
browser-app: 40.bundle.js.map.gz 1.72 KiB [emitted]
browser-app: 41.bundle.js 15.3 KiB 41 [emitted]
browser-app: 41.bundle.js.gz 1.7 KiB [emitted]
browser-app: 41.bundle.js.map 18 KiB 41 [emitted] [dev]
browser-app: 41.bundle.js.map.gz 1.72 KiB [emitted]
browser-app: 42.bundle.js 15.3 KiB 42 [emitted]
browser-app: 42.bundle.js.gz 1.7 KiB [emitted]
browser-app: 42.bundle.js.map 18 KiB 42 [emitted] [dev]
browser-app: 42.bundle.js.map.gz 1.72 KiB [emitted]
browser-app: 43.bundle.js 15.3 KiB 43 [emitted]
browser-app: 43.bundle.js.gz 1.7 KiB [emitted]
browser-app: 43.bundle.js.map 18 KiB 43 [emitted] [dev]
browser-app: 43.bundle.js.map.gz 1.72 KiB [emitted]
browser-app: 44.bundle.js 15.3 KiB 44 [emitted]
browser-app: 44.bundle.js.gz 1.7 KiB [emitted]
browser-app: 44.bundle.js.map 18 KiB 44 [emitted] [dev]
browser-app: 44.bundle.js.map.gz 1.72 KiB [emitted]
browser-app: 45.bundle.js 3.25 KiB 45 [emitted]
browser-app: 45.bundle.js.gz 992 bytes [emitted]
browser-app: 45.bundle.js.map 2.55 KiB 45 [emitted] [dev]
browser-app: 45.bundle.js.map.gz 996 bytes [emitted]
browser-app: 46.bundle.js 2.53 KiB 46 [emitted]
browser-app: 46.bundle.js.gz 917 bytes [emitted]
browser-app: 46.bundle.js.map 1.82 KiB 46 [emitted] [dev]
browser-app: 46.bundle.js.map.gz 859 bytes [emitted]
browser-app: 47.bundle.js 2.15 KiB 47 [emitted]
browser-app: 47.bundle.js.gz 845 bytes [emitted]
browser-app: 47.bundle.js.map 1.62 KiB 47 [emitted] [dev]
browser-app: 47.bundle.js.map.gz 791 bytes [emitted]
browser-app: 5.bundle.js 30.5 KiB 5 [emitted]
browser-app: 5.bundle.js.gz 5.13 KiB [emitted]
browser-app: 5.bundle.js.map 19.9 KiB 5 [emitted] [dev]
browser-app: 5.bundle.js.map.gz 5.06 KiB [emitted]
browser-app: 6.bundle.js 22.7 KiB 6 [emitted]
browser-app: 6.bundle.js.gz 4.4 KiB [emitted]
browser-app: 6.bundle.js.map 16.6 KiB 6 [emitted] [dev]
browser-app: 6.bundle.js.map.gz 4.65 KiB [emitted]
browser-app: 674f50d287a8c48dc19ba404d20fe713.eot 162 KiB [emitted]
browser-app: 674f50d287a8c48dc19ba404d20fe713.eot.gz 95.9 KiB [emitted]
browser-app: 7.bundle.js 1020 KiB 7 [emitted]
browser-app: 7.bundle.js.gz 151 KiB [emitted]
browser-app: 7.bundle.js.map 1.04 MiB 7 [emitted] [dev]
browser-app: 7.bundle.js.map.gz 157 KiB [emitted]
browser-app: 8.bundle.js 138 KiB 8 [emitted]
browser-app: 8.bundle.js.gz 21.2 KiB [emitted]
browser-app: 8.bundle.js.map 226 KiB 8 [emitted] [dev]
browser-app: 8.bundle.js.map.gz 43.7 KiB [emitted]
browser-app: 9.bundle.js 742 KiB 9 [emitted]
browser-app: 9.bundle.js.gz 108 KiB [emitted]
browser-app: 9.bundle.js.map 987 KiB 9 [emitted] [dev]
browser-app: 9.bundle.js.map.gz 185 KiB [emitted]
browser-app: 912ec66d7572ff821749319396470bde.svg 434 KiB [emitted]
browser-app: 912ec66d7572ff821749319396470bde.svg.gz 131 KiB [emitted]
browser-app: af7ae505a9eed503f8b8e6982036873e.woff2 75.4 KiB [emitted]
browser-app: b06871f281fee6b241d60582ae9369b9.ttf 162 KiB [emitted]
browser-app: b06871f281fee6b241d60582ae9369b9.ttf.gz 95.8 KiB [emitted]
browser-app: bundle.js 5.7 MiB main [emitted] main
browser-app: bundle.js.gz 959 KiB [emitted]
browser-app: bundle.js.map 6.01 MiB main [emitted] [dev] main
browser-app: bundle.js.map.gz 1.08 MiB [emitted]
browser-app: cf2aabacdc2b3a5768b03545cb1d8330.svg 21 KiB [emitted]
browser-app: cf2aabacdc2b3a5768b03545cb1d8330.svg.gz 5.18 KiB [emitted]
browser-app: de59a97248b44599e6747a27a943f738.woff2 19.8 KiB [emitted]
browser-app: e19892df121e7f85c61754c54bbb7951.woff2 48.6 KiB [emitted]
browser-app: e817279537a0417d042f62fbb1b99eea.gif 43.1 KiB [emitted]
browser-app: f8f821a66b20e5801e35df5ec4565b30.wasm 583 KiB [emitted]
browser-app: f8f821a66b20e5801e35df5ec4565b30.wasm.gz 157 KiB [emitted]
browser-app: fee66e712a8a08eef5805a46892932ad.woff 95.7 KiB [emitted]
browser-app: vs/base/worker/workerMain.js 462 KiB [emitted]
browser-app: vs/base/worker/workerMain.js.gz 84.2 KiB [emitted]
browser-app: vs/base/worker/workerMain.js.map 640 KiB [emitted]
browser-app: vs/base/worker/workerMain.js.map.gz 126 KiB [emitted]
browser-app: vs/editor/editor.main.css 333 KiB [emitted]
browser-app: vs/editor/editor.main.css.gz 77.7 KiB [emitted]
browser-app: vs/editor/editor.main.js 5.83 MiB [emitted]
browser-app: vs/editor/editor.main.js.gz 913 KiB [emitted]
browser-app: vs/editor/editor.main.js.map 9.07 MiB [emitted]
browser-app: vs/editor/editor.main.js.map.gz 1.61 MiB [emitted]
browser-app: vs/editor/editor.main.nls.de.js 43.1 KiB [emitted]
browser-app: vs/editor/editor.main.nls.de.js.gz 10.2 KiB [emitted]
browser-app: vs/editor/editor.main.nls.es.js 43.1 KiB [emitted]
browser-app: vs/editor/editor.main.nls.es.js.gz 10.2 KiB [emitted]
browser-app: vs/editor/editor.main.nls.fr.js 43.1 KiB [emitted]
browser-app: vs/editor/editor.main.nls.fr.js.gz 10.2 KiB [emitted]
browser-app: vs/editor/editor.main.nls.it.js 43.1 KiB [emitted]
browser-app: vs/editor/editor.main.nls.it.js.gz 10.2 KiB [emitted]
browser-app: vs/editor/editor.main.nls.ja.js 43.1 KiB [emitted]
browser-app: vs/editor/editor.main.nls.ja.js.gz 10.2 KiB [emitted]
browser-app: vs/editor/editor.main.nls.js 43.1 KiB [emitted]
browser-app: vs/editor/editor.main.nls.js.gz 10.2 KiB [emitted]
browser-app: vs/editor/editor.main.nls.ko.js 43.1 KiB [emitted]
browser-app: vs/editor/editor.main.nls.ko.js.gz 10.2 KiB [emitted]
browser-app: vs/editor/editor.main.nls.ru.js 43.1 KiB [emitted]
browser-app: vs/editor/editor.main.nls.ru.js.gz 10.2 KiB [emitted]
browser-app: vs/editor/editor.main.nls.zh-cn.js 43.1 KiB [emitted]
browser-app: vs/editor/editor.main.nls.zh-cn.js.gz 10.2 KiB [emitted]
browser-app: vs/editor/editor.main.nls.zh-tw.js 43.1 KiB [emitted]
browser-app: vs/editor/editor.main.nls.zh-tw.js.gz 10.2 KiB [emitted]
browser-app: vs/language/css/cssMode.js 727 KiB [emitted]
browser-app: vs/language/css/cssMode.js.gz 141 KiB [emitted]
browser-app: vs/language/css/cssWorker.js 718 KiB [emitted]
browser-app: vs/language/css/cssWorker.js.gz 138 KiB [emitted]
browser-app: vs/language/css/monaco.contribution.js 2.59 KiB [emitted]
browser-app: vs/language/css/monaco.contribution.js.gz 987 bytes [emitted]
browser-app: vs/language/html/htmlMode.js 436 KiB [emitted]
browser-app: vs/language/html/htmlMode.js.gz 99 KiB [emitted]
browser-app: vs/language/html/htmlWorker.js 425 KiB [emitted]
browser-app: vs/language/html/htmlWorker.js.gz 96.7 KiB [emitted]
browser-app: vs/language/html/monaco.contribution.js 2.72 KiB [emitted]
browser-app: vs/language/html/monaco.contribution.js.gz 1.08 KiB [emitted]
browser-app: vs/loader.js 83 KiB [emitted]
browser-app: vs/loader.js.gz 14.9 KiB [emitted]
browser-app: vs/loader.js.map 93.8 KiB [emitted]
browser-app: vs/loader.js.map.gz 15.2 KiB [emitted]
browser-app: Entrypoint main = bundle.js bundle.js.map
browser-app: [../../node_modules/@theia/core/src/common/keyboard/layouts sync recursive ^\.\/.*\.json$] /home/jenkins/agent/workspace/deploy-npm-glsp-examples/client/node_modules/@theia/core/src/common/keyboard/layouts sync ^\.\/.*\.json$ 1.39 KiB {main} [built]
browser-app: [../../node_modules/webpack/buildin/global.js] (webpack)/buildin/global.js 472 bytes {main} [built]
browser-app: [../workflow-sprotty/lib/direct-task-editing/direct-task-editor.js] 11.6 KiB {23} [built]
browser-app: [../workflow-sprotty/lib/index.js] 1010 bytes {23} [built]
browser-app: [../workflow-theia/lib/browser/diagram/workflow-diagram-configuration.js] 5 KiB {23} [built]
browser-app: [../workflow-theia/lib/browser/diagram/workflow-diagram-manager.js] 5.02 KiB {23} [built]
browser-app: [../workflow-theia/lib/browser/diagram/workflow-diagram-readonly-view.js] 6.9 KiB {23} [built]
browser-app: [../workflow-theia/lib/browser/diagram/workflow-glsp-diagram-client.js] 3.43 KiB {23} [built]
browser-app: [../workflow-theia/lib/browser/diagram/workflow-keybinding-contribution.js] 4.18 KiB {23} [built]
browser-app: [../workflow-theia/lib/browser/diagram/workflow-navigation-context-menu.js] 5.36 KiB {23} [built]
browser-app: [../workflow-theia/lib/browser/diagram/workflow-task-editing-context-menu.js] 4.27 KiB {23} [built]
browser-app: [../workflow-theia/lib/browser/external-navigation-example/external-navigation-example.js] 2.54 KiB {23} [built]
browser-app: [../workflow-theia/lib/browser/frontend-module.js] 4.18 KiB {23} [built]
browser-app: [../workflow-theia/lib/browser/language/workflow-glsp-client-contribution.js] 3.15 KiB {23} [built]
browser-app: [./src-gen/frontend/index.js] 3.86 KiB {main} [built]
browser-app: + 1710 hidden modules
browser-app: WARNING in /home/jenkins/agent/workspace/deploy-npm-glsp-examples/client/node_modules/vscode-textmate/release/main.js 23:15-27
browser-app: Critical dependency: the request of a dependency is an expression
browser-app: @ /home/jenkins/agent/workspace/deploy-npm-glsp-examples/client/node_modules/@theia/monaco/lib/browser/textmate/monaco-theme-registry.js
browser-app: @ /home/jenkins/agent/workspace/deploy-npm-glsp-examples/client/node_modules/@theia/monaco/lib/browser/monaco-theming-service.js
browser-app: @ /home/jenkins/agent/workspace/deploy-npm-glsp-examples/client/node_modules/@theia/monaco/lib/browser/monaco-frontend-module.js
browser-app: @ /home/jenkins/agent/workspace/deploy-npm-glsp-examples/client/node_modules/@theia/monaco/lib/browser/monaco-browser-module.js
browser-app: @ ./src-gen/frontend/index.js
browser-app: WARNING in /home/jenkins/agent/workspace/deploy-npm-glsp-examples/client/node_modules/vscode-textmate/release/main.js
browser-app: Module Warning (from /home/jenkins/agent/workspace/deploy-npm-glsp-examples/client/node_modules/source-map-loader/index.js):
browser-app: (Emitted value instead of an instance of Error) Cannot find SourceMap 'main.js.map': Error: Can't resolve './main.js.map' in '/home/jenkins/agent/workspace/deploy-npm-glsp-examples/client/node_modules/vscode-textmate/release'
browser-app: @ /home/jenkins/agent/workspace/deploy-npm-glsp-examples/client/node_modules/@theia/monaco/lib/browser/textmate/monaco-theme-registry.js 67:24-50
browser-app: @ /home/jenkins/agent/workspace/deploy-npm-glsp-examples/client/node_modules/@theia/monaco/lib/browser/monaco-theming-service.js
browser-app: @ /home/jenkins/agent/workspace/deploy-npm-glsp-examples/client/node_modules/@theia/monaco/lib/browser/monaco-frontend-module.js
browser-app: @ /home/jenkins/agent/workspace/deploy-npm-glsp-examples/client/node_modules/@theia/monaco/lib/browser/monaco-browser-module.js
browser-app: @ ./src-gen/frontend/index.js
browser-app: Done in 28.32s.
lerna success run Ran npm script 'prepare' in packages:
lerna success - browser-app
lerna success - @eclipse-glsp-examples/workflow-sprotty
lerna success - workflow-standalone
lerna success - @eclipse-glsp-examples/workflow-theia
Done in 145.06s.
[Pipeline] sh
+ yarn publish:next
yarn run v1.22.4
$ lerna publish --exact --canary=next --npm-tag=next --yes
lerna info version 2.11.0
lerna info canary enabled
lerna info current version 0.7.0
lerna info Checking for updated packages...
lerna info Comparing with 8617786f^..8617786f.
lerna info Checking for prereleased packages...
Changes:
- browser-app: 0.1.0 => 0.8.0-next.8617786f (private)
- @eclipse-glsp-examples/workflow-sprotty: 0.7.0 => 0.8.0-next.8617786f
- workflow-standalone: 0.7.0 => 0.8.0-next.8617786f (private)
- @eclipse-glsp-examples/workflow-theia: 0.7.1 => 0.8.0-next.8617786f
lerna info auto-confirmed
lerna info publish Publishing packages to npm...
lerna info published @eclipse-glsp-examples/workflow-sprotty
lerna info published @eclipse-glsp-examples/workflow-theia
lerna info canary Resetting git state
Successfully published:
- @eclipse-glsp-examples/workflow-sprotty@0.8.0-next.8617786f
- @eclipse-glsp-examples/workflow-theia@0.8.0-next.8617786f
lerna success publish finished
Done in 29.34s.
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS