Skip to content

Console Output

Push event to branch 1.0.0-backport
08:58:15 Connecting to https://api.github.com using GitHub app GLSP
Obtained Jenkinsfile from 3f8a17606a3817d2b1ef58b21224289696a10ebf
[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 ‘glsp-agent-pod-59239-tctdbWARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-9b260-rzp30 because kubernetes resource quota exceeded. 
Failure executing: POST at: https://10.30.0.1/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-9b260-rzp30" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=2100m, used: requests.cpu=2350m, limited: requests.cpu=2650m.
Retrying...

WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-9b260-qqrj6 because kubernetes resource quota exceeded. 
Failure executing: POST at: https://10.30.0.1/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-9b260-qqrj6" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=2100m, used: requests.cpu=2350m, limited: requests.cpu=2650m.
Retrying...

WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-9b260-xkpf5 because kubernetes resource quota exceeded. 
Failure executing: POST at: https://10.30.0.1/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-9b260-xkpf5" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=2100m, used: requests.cpu=2350m, limited: requests.cpu=2650m.
Retrying...

Created Pod: kubernetes glsp/glsp-agent-pod-9b260-jmxvs
Agent glsp-agent-pod-9b260-jmxvs is provisioned from template glsp-agent-pod-9b260
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.glsp.svc.cluster.local/glsp/job/eclipse-glsp/job/glsp-theia-integration/job/1.0.0-backport/4/"
    runUrl: "job/eclipse-glsp/job/glsp-theia-integration/job/1.0.0-backport/4/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "ada02baee263c1a03329f0354abad8439fdbe91c"
    jenkins/label: "glsp-agent-pod"
  name: "glsp-agent-pod-9b260-jmxvs"
  namespace: "glsp"
spec:
  containers:
  - command:
    - "cat"
    image: "eclipsetheia/theia-blueprint"
    name: "node"
    resources:
      limits:
        memory: "4Gi"
        cpu: "2"
      requests:
        memory: "4Gi"
        cpu: "2"
    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-9b260-jmxvs"
    - name: "JENKINS_NAME"
      value: "glsp-agent-pod-9b260-jmxvs"
    - 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-3044.vb_940a_a_e4f72e"
    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 glsp-agent-pod-9b260-jmxvs in /home/jenkins/agent/workspace/theia-integration_1.0.0-backport
[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-theia-integration.git
 > git init /home/jenkins/agent/workspace/theia-integration_1.0.0-backport # timeout=10
Fetching upstream changes from https://github.com/eclipse-glsp/glsp-theia-integration.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-theia-integration.git +refs/heads/1.0.0-backport:refs/remotes/origin/1.0.0-backport # timeout=10
 > git config remote.origin.url https://github.com/eclipse-glsp/glsp-theia-integration.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/1.0.0-backport:refs/remotes/origin/1.0.0-backport # timeout=10
Avoid second fetch
Checking out Revision 3f8a17606a3817d2b1ef58b21224289696a10ebf (1.0.0-backport)
Commit message: "v1.0.0-theia1.34.0"
First time build. Skipping changelog.
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3f8a17606a3817d2b1ef58b21224289696a10ebf # timeout=10
 > git rev-list --no-walk 885cba754e82391ae5d580da5f8db595fbfb8a9c # 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] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ yarn --ignore-engines --unsafe-perm
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
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 "@eclipse-glsp/config > @eclipse-glsp/mocha-config@1.0.0" has unmet peer dependency "reflect-metadata@>=0.1.13".
warning "lerna > @lerna/version > @lerna/github-client > @octokit/rest > @octokit/plugin-paginate-rest@2.21.2" has incorrect peer dependency "@octokit/core@>=4".
warning "workspace-aggregator-d0a934b1-bb7c-43a7-acd0-5466235a9819 > browser-app > @theia/process > node-pty@0.11.0-beta17" has unmet peer dependency "node-gyp@^8.3.0".
[4/4] Building fresh packages...
$ lerna run prepare
lerna notice cli v4.0.0
lerna info ci enabled
lerna info Executing command in 3 packages: "yarn run prepare"
@eclipse-glsp/theia-integration: yarn run v1.22.19
@eclipse-glsp/theia-integration: $ yarn  clean && yarn  build
@eclipse-glsp/theia-integration: $ rimraf lib tsconfig.tsbuildinfo
@eclipse-glsp/theia-integration: $ tsc
@eclipse-glsp/theia-integration: Done in 12.60s.
@eclipse-glsp-examples/workflow-theia: yarn run v1.22.19
@eclipse-glsp-examples/workflow-theia: $ yarn  clean && yarn  build && yarn lint
@eclipse-glsp-examples/workflow-theia: $ rimraf lib tsconfig.tsbuildinfo
@eclipse-glsp-examples/workflow-theia: $ tsc
@eclipse-glsp-examples/workflow-theia: $ eslint -c ./.eslintrc.js --ext .ts,.tsx ./src
@eclipse-glsp-examples/workflow-theia: Done in 22.65s.
browser-app: yarn run v1.22.19
browser-app: $ yarn build
browser-app: $ theia build --mode development
browser-app: Failed to resolve module: @theia/electron
browser-app: assets by status 1.38 MiB [cached] 12 assets
browser-app: assets by path *.js 24.1 MiB
browser-app:   assets by chunk 15 MiB (id hint: vendors)
browser-app:     asset vendors-node_modules_theia_core_shared_lodash_debounce_index_js-node_modules_theia_monaco_lib-35bcb7.js 9.03 MiB [emitted] (id hint: vendors) 2 related assets
browser-app:     asset vendors-node_modules_eclipse-glsp_client_lib_index_js-node_modules_theia_workspace_lib_browse-f06f52.js 1.5 MiB [emitted] (id hint: vendors) 2 related assets
browser-app:     asset vendors-node_modules_sprotty-theia_lib_theia_diagram-module_js.js 1.23 MiB [emitted] (id hint: vendors) 2 related assets
browser-app:     asset vendors-node_modules_theia_terminal_lib_browser_terminal-frontend-module_js.js 626 KiB [emitted] (id hint: vendors) 2 related assets
browser-app:     asset vendors-node_modules_theia_monaco_lib_browser_monaco-frontend-module_js.js 505 KiB [emitted] (id hint: vendors) 2 related assets
browser-app:     + 26 assets
browser-app:   + 16 assets
browser-app: assets by info 598 KiB [immutable]
browser-app:   asset cd3c4b260f85aac6f600.wasm 460 KiB [emitted] [immutable] [from: ../../node_modules/vscode-oniguruma/release/onig.wasm] (auxiliary id hint: vendors) 1 related asset
browser-app:   asset 1907b1a7082e3e6aa23f.ttf 71 KiB [emitted] [immutable] [from: ../../node_modules/@theia/monaco-editor-core/esm/vs/base/browser/ui/codicons/codicon/codicon.ttf] (auxiliary id hint: vendors) 1 related asset
browser-app:   asset aeb98e0beefa59d80a39.ttf?7cea6a135a6c0359d1f6d18e6b2c5c42 66.3 KiB [emitted] [immutable] [from: ../../node_modules/sprotty/node_modules/@vscode/codicons/dist/codicon.ttf?7cea6a135a6c0359d1f6d18e6b2c5c42] (auxiliary id hint: vendors) 1 related asset
browser-app: asset secondary-window.html 869 bytes [emitted] [from: src-gen/frontend/secondary-window.html] [copied] 1 related asset
browser-app: 2427 modules
browser-app:   
browser-app: webpack 5.73.0 compiled successfully in 50226 ms
browser-app: assets by status 237 KiB [cached] 2 assets
browser-app: assets by info 1.15 MiB [immutable]
browser-app:   assets by path *.woff2 256 KiB
browser-app:     asset 2f64b833219dc8433424.woff2 88.6 KiB [emitted] [immutable] [from: ../../node_modules/file-icons-js/fonts/file-icons.woff2] (auxiliary name: secondary-window)
browser-app:     asset 20fd1704ea223900efa9.woff2?v=4.7.0 75.4 KiB [emitted] [immutable] [from: ../../node_modules/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0] (auxiliary name: secondary-window)
browser-app:     + 3 assets
browser-app:   assets by path *.ttf 231 KiB
browser-app:     asset 1e59d2330b4c6deb84b3.ttf?v=4.7.0 162 KiB [emitted] [immutable] [from: ../../node_modules/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0] (auxiliary name: secondary-window)
browser-app:     asset 656890550c9f4888b6f8.ttf?f06865699f1720ee6ca6e0a4aa084d76 69.5 KiB [emitted] [immutable] [from: ../../node_modules/@vscode/codicons/dist/codicon.ttf?f06865699f1720ee6ca6e0a4aa084d76] (auxiliary name: secondary-window)
browser-app:   asset c1e38fd9e0e74ba58f7a.svg?v=4.7.0 434 KiB [emitted] [immutable] [from: ../../node_modules/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0] (auxiliary name: secondary-window)
browser-app:   asset 8b43027f47b20503057d.eot?v=4.7.0 162 KiB [emitted] [immutable] [from: ../../node_modules/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0] (auxiliary name: secondary-window)
browser-app:   asset f691f37e57f04c152e23.woff?v=4.7.0 95.7 KiB [emitted] [immutable] [from: ../../node_modules/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0] (auxiliary name: secondary-window)
browser-app: assets by chunk 8.95 MiB (name: secondary-window)
browser-app:   asset secondary-window.js 8.71 MiB [emitted] (name: secondary-window) 1 related asset
browser-app:   asset secondary-window.css 240 KiB [emitted] (name: secondary-window) 1 related asset
browser-app: Entrypoint secondary-window 8.95 MiB (9.98 MiB) = secondary-window.css 240 KiB secondary-window.js 8.71 MiB 14 auxiliary assets
browser-app: orphan modules 602 KiB (javascript) 1.38 MiB (asset) 1.06 KiB (runtime) [orphan] 70 modules
browser-app: runtime modules 9.69 KiB 47 modules
browser-app: javascript modules 6.93 MiB
browser-app:   cacheable modules 6.92 MiB 773 modules
browser-app:   + 10 modules
browser-app: json modules 1.11 MiB
browser-app:   modules by path ../../node_modules/@theia/core/src/common/keyboard/layouts/ 154 KiB 47 modules
browser-app:   modules by path ../../node_modules/@theia/core/node_modules/iconv-lite/ 86.7 KiB 8 modules
browser-app:   modules by path ../../node_modules/ajv/lib/ 3.12 KiB 2 modules
browser-app:   + 2 modules
browser-app: css modules 226 KiB
browser-app:   modules by path ../../node_modules/@theia/ 99.9 KiB 27 modules
browser-app:   modules by path ../../node_modules/@phosphor/widgets/style/*.css 8.84 KiB 10 modules
browser-app:   + 5 modules
browser-app:   
browser-app: webpack 5.73.0 compiled successfully in 17864 ms
browser-app: Done in 56.06s.
lerna success run Ran npm script 'prepare' in 3 packages in 92.5s:
lerna success - browser-app
lerna success - @eclipse-glsp-examples/workflow-theia
lerna success - @eclipse-glsp/theia-integration
Done in 190.79s.
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // timeout
[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 -o eslint.xml -f checkstyle
yarn run v1.22.19
$ lerna run lint -- -o eslint.xml -f checkstyle
lerna notice cli v4.0.0
lerna info ci enabled
lerna info Executing command in 2 packages: "yarn run lint -o eslint.xml -f checkstyle"
@eclipse-glsp/theia-integration: $ eslint -c ./.eslintrc.js --ext .ts ./src -o eslint.xml -f checkstyle
@eclipse-glsp-examples/workflow-theia: $ eslint -c ./.eslintrc.js --ext .ts,.tsx ./src -o eslint.xml -f checkstyle
lerna success run Ran npm script 'lint' in 2 packages in 27.9s:
lerna success - @eclipse-glsp-examples/workflow-theia
lerna success - @eclipse-glsp/theia-integration
Done in 28.67s.
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy (master only))
Stage "Deploy (master only)" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] recordIssues
[ESLint] Searching for all files in '/home/jenkins/agent/workspace/theia-integration_1.0.0-backport' that match the pattern 'node_modules/**/*/eslint.xml'
[ESLint] Traversing of symbolic links: enabled
[ESLint] -> found 2 files
[ESLint] Successfully parsed file /home/jenkins/agent/workspace/theia-integration_1.0.0-backport/node_modules/@eclipse-glsp-examples/workflow-theia/eslint.xml
[ESLint] -> found 0 issues (skipped 0 duplicates)
[ESLint] Successfully processed file 'node_modules/@eclipse-glsp-examples/workflow-theia/eslint.xml'
[ESLint] Successfully parsed file /home/jenkins/agent/workspace/theia-integration_1.0.0-backport/node_modules/@eclipse-glsp/theia-integration/eslint.xml
[ESLint] -> found 3 issues (skipped 0 duplicates)
[ESLint] Successfully processed file 'node_modules/@eclipse-glsp/theia-integration/eslint.xml'
[ESLint] Post processing issues on 'glsp-agent-pod-9b260-jmxvs' with source code encoding 'UTF-8'
[ESLint] Creating SCM blamer to obtain author and commit information for affected files
[ESLint] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[ESLint] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/theia-integration_1.0.0-backport'
[ESLint] -> resolved paths in source directory (1 found, 0 not found)
[ESLint] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[ESLint] -> resolved module names for 3 issues
[ESLint] Resolving package names (or namespaces) by parsing the affected files
[ESLint] -> resolved package names of 1 affected files
[ESLint] No filter has been set, publishing all 3 issues
[ESLint] Creating fingerprints for all affected code blocks to track issues over different builds
[ESLint] -> created fingerprints for 3 issues (skipped 0 issues)
[ESLint] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/eclipse-glsp/jobs/glsp-theia-integration/branches/1-0-0-backport.lmgttu/builds/4/files-with-issues'
[ESLint] -> 1 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[ESLint] Repository miner is not configured, skipping repository mining
[ESLint] Reference build recorder is not configured
[ESLint] Obtaining reference build from same job (1.0.0-backport)
[ESLint] No valid reference build found that meets the criteria (NO_JOB_FAILURE - SUCCESSFUL_QUALITY_GATE)
[ESLint] All reported issues will be considered outstanding
[ESLint] Evaluating quality gates
[ESLint] -> WARNING - Total (any severity): 3 - Quality Gate: 1
[ESLint] -> Some quality gates have been missed: overall result is WARNING
[ESLint] Health report is disabled - skipping
[ESLint] Created analysis result for 3 issues (found 0 new issues, fixed 0 issues)
[ESLint] Attaching ResultAction with ID 'eslint' to build 'eclipse-glsp/glsp-theia-integration/1.0.0-backport #4'.
[GitHub Checks] GitHub check (name: ESLint, status: completed) has been published.
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
[GitHub Checks] GitHub check (name: CI Jenkins Build, status: completed) has been published.
Finished: UNSTABLE