Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[glsp-build] Build eclipse-glsp/glsp-server-node/main (#73) FAILURE

Job: eclipse-glsp/glsp-server-node/main
Build Number: 73
Build URL: https://ci.eclipse.org/glsp/job/eclipse-glsp/job/glsp-server-node/job/main/73/
Push event to branch main
Connecting to https://api.github.com using GitHub app GLSP
Obtained Jenkinsfile from e20c92c8f4f720766d6373f429787f447b46706d
[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 glsp/glsp-agent-pod-xc2cm-p1p7v
Still waiting to schedule task
‘glsp-agent-pod-xc2cm-p1p7v’ is offline
Agent glsp-agent-pod-xc2cm-p1p7v is provisioned from template glsp-agent-pod-xc2cm
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.glsp.svc.cluster.local/glsp/job/eclipse-glsp/job/glsp-server-node/job/main/73/";
    runUrl: "job/eclipse-glsp/job/glsp-server-node/job/main/73/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "ada02baee263c1a03329f0354abad8439fdbe91c"
    jenkins/label: "glsp-agent-pod"
  name: "glsp-agent-pod-xc2cm-p1p7v"
  namespace: "glsp"
spec:
  containers:
  - command:
    - "cat"
    image: "node:16"
    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-xc2cm-p1p7v"
    - name: "JENKINS_NAME"
      value: "glsp-agent-pod-xc2cm-p1p7v"
    - 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-3107.v665000b_51092"
    name: "jnlp"
    resources:
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - emptyDir: {}
    name: "yarn-global"
  - emptyDir: {}
    name: "jenkins-home"
  - emptyDir:
      medium: ""
    name: "workspace-volume"

Running on glsp-agent-pod-xc2cm-p1p7v in /home/jenkins/agent/workspace/lipse-glsp_glsp-server-node_main
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential github-app-glsp
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse-glsp/glsp-server-node.git
 > git init /home/jenkins/agent/workspace/lipse-glsp_glsp-server-node_main # timeout=10
Fetching upstream changes from https://github.com/eclipse-glsp/glsp-server-node.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub app GLSP
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-glsp/glsp-server-node.git +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config remote.origin.url https://github.com/eclipse-glsp/glsp-server-node.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # timeout=10
Avoid second fetch
Checking out Revision e20c92c8f4f720766d6373f429787f447b46706d (main)
Commit message: "Revert web workflow example publishing"
First time build. Skipping changelog.
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e20c92c8f4f720766d6373f429787f447b46706d # timeout=10
 > git rev-list --no-walk 6ef34ecd831a91d0a6b09277b83f2fd3d501482c # timeout=10
[GitHub Checks] GitHub check (name: CI Jenkins Build, status: in_progress) has been published.
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] container
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] sh
+ yarn install
yarn install v1.22.19
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
warning "@eclipse-glsp/dev > @eclipse-glsp/config-test > ts-node@10.9.1" has unmet peer dependency "typescript@>=2.7".
[5/5] Building fresh packages...
$ lerna run prepare
lerna notice cli v6.6.1
lerna info ci enabled

 >  Lerna (powered by Nx)   Running target prepare for 4 projects:

    - @eclipse-glsp-examples/workflow-server
    - @eclipse-glsp/graph
    - @eclipse-glsp/layout-elk
    - @eclipse-glsp/server

 

> @eclipse-glsp/graph:prepare

@eclipse-glsp/graph: @eclipse-glsp/graph: yarn run v1.22.19
@eclipse-glsp/graph: @eclipse-glsp/graph: $ yarn clean && yarn build
@eclipse-glsp/graph: @eclipse-glsp/graph: $ rimraf lib tsconfig.tsbuildinfo coverage .nyc_output
@eclipse-glsp/graph: @eclipse-glsp/graph: $ tsc -b
@eclipse-glsp/graph: @eclipse-glsp/graph: Done in 3.45s.

> @eclipse-glsp/server:prepare

@eclipse-glsp/server: @eclipse-glsp/server: yarn run v1.22.19
@eclipse-glsp/server: $ yarn clean && yarn build
@eclipse-glsp/server: @eclipse-glsp/server: $ rimraf lib tsconfig.tsbuildinfo coverage .nyc_output
@eclipse-glsp/server: @eclipse-glsp/server: $ tsc -b
@eclipse-glsp/server: Done in 5.87s.

> @eclipse-glsp/layout-elk:prepare

@eclipse-glsp/layout-elk: @eclipse-glsp/layout-elk: yarn run v1.22.19
@eclipse-glsp/layout-elk: @eclipse-glsp/layout-elk: $ yarn clean && yarn build
@eclipse-glsp/layout-elk: @eclipse-glsp/layout-elk: $ rimraf lib tsconfig.tsbuildinfo coverage .nyc_output
@eclipse-glsp/layout-elk: @eclipse-glsp/layout-elk: $ tsc -b
@eclipse-glsp/layout-elk: @eclipse-glsp/layout-elk: Done in 3.53s.

> @eclipse-glsp-examples/workflow-server:prepare

@eclipse-glsp-examples/workflow-server: @eclipse-glsp-examples/workflow-server: yarn run v1.22.19
@eclipse-glsp-examples/workflow-server: @eclipse-glsp-examples/workflow-server: $ yarn clean && yarn build
@eclipse-glsp-examples/workflow-server: @eclipse-glsp-examples/workflow-server: $ rimraf lib tsconfig.tsbuildinfo bundle
@eclipse-glsp-examples/workflow-server: @eclipse-glsp-examples/workflow-server: $ tsc -b && yarn bundle
@eclipse-glsp-examples/workflow-server: @eclipse-glsp-examples/workflow-server: $ webpack
@eclipse-glsp-examples/workflow-server: asset wf-glsp-server-node.js 3.31 MiB [emitted] (name: main) 1 related asset
@eclipse-glsp-examples/workflow-server: runtime modules 937 bytes 4 modules
@eclipse-glsp-examples/workflow-server: modules by path ../../node_modules/ 2.56 MiB 317 modules
@eclipse-glsp-examples/workflow-server: modules by path ../../packages/ 386 KiB
@eclipse-glsp-examples/workflow-server:   modules by path ../../packages/server/lib/ 318 KiB 94 modules
@eclipse-glsp-examples/workflow-server:   modules by path ../../packages/graph/lib/*.js 40.9 KiB 21 modules
@eclipse-glsp-examples/workflow-server:   modules by path ../../packages/layout-elk/lib/*.js 26.5 KiB
@eclipse-glsp-examples/workflow-server:     ../../packages/layout-elk/lib/index.js 1.81 KiB [built] [code generated]
@eclipse-glsp-examples/workflow-server:     + 5 modules
@eclipse-glsp-examples/workflow-server:   ../../packages/server/node.js 892 bytes [built] [code generated]
@eclipse-glsp-examples/workflow-server: modules by path ./lib/ 97.5 KiB
@eclipse-glsp-examples/workflow-server:   modules by path ./lib/common/ 93.7 KiB 33 modules
@eclipse-glsp-examples/workflow-server:   modules by path ./lib/node/*.js 3.8 KiB
@eclipse-glsp-examples/workflow-server:     ./lib/node/app.js 2.44 KiB [built] [code generated]
@eclipse-glsp-examples/workflow-server:     ./lib/node/workflow-cli-parser.js 1.37 KiB [built] [code generated]
@eclipse-glsp-examples/workflow-server: + 19 modules
@eclipse-glsp-examples/workflow-server: WARNING in ../../node_modules/ws/lib/buffer-util.js 117:23-44
@eclipse-glsp-examples/workflow-server: Module not found: Error: Can't resolve 'bufferutil' in '/home/jenkins/agent/workspace/lipse-glsp_glsp-server-node_main/node_modules/ws/lib'
@eclipse-glsp-examples/workflow-server:  @ ../../node_modules/ws/lib/websocket.js 31:21-45
@eclipse-glsp-examples/workflow-server:  @ ../../node_modules/ws/index.js 3:18-44
@eclipse-glsp-examples/workflow-server:  @ ../../packages/server/lib/node/launch/websocket-server-launcher.js 32:13-26
@eclipse-glsp-examples/workflow-server:  @ ../../packages/server/lib/node/index.js 40:13-58
@eclipse-glsp-examples/workflow-server:  @ ./lib/common/workflow-diagram-module.js 28:17-48
@eclipse-glsp-examples/workflow-server:  @ ./lib/node/app.js 23:34-78
@eclipse-glsp-examples/workflow-server: WARNING in ../../node_modules/ws/lib/validation.js 122:24-49
@eclipse-glsp-examples/workflow-server: Module not found: Error: Can't resolve 'utf-8-validate' in '/home/jenkins/agent/workspace/lipse-glsp_glsp-server-node_main/node_modules/ws/lib'
@eclipse-glsp-examples/workflow-server:  @ ../../node_modules/ws/lib/receiver.js 13:43-66
@eclipse-glsp-examples/workflow-server:  @ ../../node_modules/ws/index.js 7:21-46
@eclipse-glsp-examples/workflow-server:  @ ../../packages/server/lib/node/launch/websocket-server-launcher.js 32:13-26
@eclipse-glsp-examples/workflow-server:  @ ../../packages/server/lib/node/index.js 40:13-58
@eclipse-glsp-examples/workflow-server:  @ ./lib/common/workflow-diagram-module.js 28:17-48
@eclipse-glsp-examples/workflow-server:  @ ./lib/node/app.js 23:34-78
@eclipse-glsp-examples/workflow-server: 2 warnings have detailed information that is not shown.
@eclipse-glsp-examples/workflow-server: Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it.
@eclipse-glsp-examples/workflow-server: webpack 5.81.0 compiled with 2 warnings in 5831 ms
@eclipse-glsp-examples/workflow-server: @eclipse-glsp-examples/workflow-server: Done in 11.23s.

 

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


Done in 57.40s.
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ git diff --name-only
+ grep -q ^yarn.lock
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Bundle workflow-example (browser))
[Pipeline] container
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/lipse-glsp_glsp-server-node_main/examples/workflow-server
[Pipeline] {
[Pipeline] sh
+ yarn bundle:browser
yarn run v1.22.19
$ webpack --env target=webworker 
asset wf-glsp-server-webworker.js 2.56 MiB [emitted] (name: main) 1 related asset
runtime modules 891 bytes 4 modules
modules by path ../../ 2.27 MiB
  modules by path ../../node_modules/ 1.91 MiB 137 modules
  modules by path ../../packages/ 363 KiB
    modules by path ../../packages/server/lib/ 295 KiB 88 modules
    modules by path ../../packages/graph/lib/*.js 40.9 KiB 21 modules
    modules by path ../../packages/layout-elk/lib/*.js 26.5 KiB 6 modules
    ../../packages/server/browser.js 895 bytes [built] [code generated]
modules by path ./lib/ 108 KiB
  modules by path ./lib/common/ 93.7 KiB 33 modules
  modules by path ./lib/browser/ 14.3 KiB
    ./lib/browser/app.js 2.16 KiB [built] [code generated]
    ./lib/browser/mock-model-storage.js 2.95 KiB [built] [code generated]
    ./lib/browser/example1.json 9.24 KiB [built] [code generated]
webpack 5.81.0 compiled successfully in 4944 ms
Done in 5.50s.
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Codechecks (ESLint))
[Pipeline] container
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] sh
+ yarn lint:ci
yarn run v1.22.19
$ lerna run lint:ci
lerna notice cli v6.6.1
lerna info ci enabled

 >  Lerna (powered by Nx)   Running target lint:ci for 4 projects:

    - @eclipse-glsp-examples/workflow-server
    - @eclipse-glsp/graph
    - @eclipse-glsp/layout-elk
    - @eclipse-glsp/server

 

> @eclipse-glsp/graph:"lint:ci"

@eclipse-glsp/graph: @eclipse-glsp/graph: $ yarn lint -o eslint.xml -f checkstyle
@eclipse-glsp/graph: @eclipse-glsp/graph: $ eslint --ext .ts,.tsx ./src -o eslint.xml -f checkstyle

> @eclipse-glsp/server:"lint:ci"

@eclipse-glsp/server: @eclipse-glsp/server: $ yarn lint -o eslint.xml -f checkstyle
@eclipse-glsp/server: @eclipse-glsp/server: $ eslint --ext .ts,.tsx ./src -o eslint.xml -f checkstyle
Created Pod: kubernetes glsp/glsp-agent-pod-xc2cm-72gj8

> @eclipse-glsp/layout-elk:"lint:ci"

@eclipse-glsp/layout-elk: @eclipse-glsp/layout-elk: $ yarn lint -o eslint.xml -f checkstyle
@eclipse-glsp/layout-elk: @eclipse-glsp/layout-elk: $ eslint --ext .ts,.tsx ./src -o eslint.xml -f checkstyle
@eclipse-glsp/layout-elk: @eclipse-glsp/layout-elk: error Command failed with exit code 1.
@eclipse-glsp/layout-elk: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
@eclipse-glsp/layout-elk: error Command failed with exit code 1.
@eclipse-glsp/layout-elk: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

 

 >  Lerna (powered by Nx)   Running target lint:ci for 4 projects failed

   Tasks not run because their dependencies failed or --nx-bail=true:
   
   - @eclipse-glsp-examples/workflow-server:lint:ci
   
   Failed tasks:
   
   - @eclipse-glsp/layout-elk:lint:ci

error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Tests (Mocha))
Stage "Tests (Mocha)" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test Coverage (main only))
Stage "Test Coverage (main only)" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy (main only))
Stage "Deploy (main only)" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
Build result FAILURE: Send email notification to glsp-build@xxxxxxxxxxx
[Pipeline] emailext
Sending email to: glsp-build@xxxxxxxxxxx

Back to the top