Branch indexing 12:34:20 Connecting to https://api.github.com using GitHub app GLSP Obtained Jenkinsfile from 1b73a55849801eb3f1cfd4ecd6bdeb29938de5f7 [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-podWARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-fwbk1-7vlcc because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-fwbk1-7vlcc" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=2100m, used: requests.cpu=1350m, limited: requests.cpu=2650m. Retrying... WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-fwbk1-lvsn2 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-fwbk1-lvsn2" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=2100m, used: requests.cpu=1350m, limited: requests.cpu=2650m. Retrying... WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-fwbk1-34b1l because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-fwbk1-34b1l" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=2100m, used: requests.cpu=1350m, limited: requests.cpu=2650m. Retrying... WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-fwbk1-0hpgs because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-fwbk1-0hpgs" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=2100m, used: requests.cpu=1350m, limited: requests.cpu=2650m. Retrying... WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-fwbk1-dvk98 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-fwbk1-dvk98" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=2100m, used: requests.cpu=1350m, limited: requests.cpu=2650m. Retrying... WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-fwbk1-3k1tg because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-fwbk1-3k1tg" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=2100m, used: requests.cpu=1350m, limited: requests.cpu=2650m. Retrying... Created Pod: kubernetes glsp/glsp-agent-pod-fwbk1-5m86g WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-fwbk1-4mbtj because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-fwbk1-4mbtj" 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-fwbk1-mt478 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-fwbk1-mt478" 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-fwbk1-1flh2 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-fwbk1-1flh2" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=2100m, used: requests.cpu=2350m, limited: requests.cpu=2650m. Retrying... Agent glsp-agent-pod-fwbk1-5m86g is provisioned from template glsp-agent-pod-fwbk1 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.glsp.svc.cluster.local/glsp/job/eclipse-glsp/job/glsp-theia-integration/job/v1.1.0-RC02/2/" runUrl: "job/eclipse-glsp/job/glsp-theia-integration/job/v1.1.0-RC02/2/" labels: jenkins: "slave" jenkins/label-digest: "ada02baee263c1a03329f0354abad8439fdbe91c" jenkins/label: "glsp-agent-pod" name: "glsp-agent-pod-fwbk1-5m86g" 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-fwbk1-5m86g" - name: "JENKINS_NAME" value: "glsp-agent-pod-fwbk1-5m86g" - 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-fwbk1-5m86g in /home/jenkins/agent/workspace/sp-theia-integration_v1.1.0-RC02 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-fwbk1-n1xn3 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-fwbk1-n1xn3" 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-fwbk1-8gwh3 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-fwbk1-8gwh3" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=2100m, used: requests.cpu=2350m, limited: requests.cpu=2650m. Retrying... [Pipeline] checkout The recommended git tool is: git using credential github-app-glsp WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-fwbk1-5k2tl because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-fwbk1-5k2tl" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=2100m, used: requests.cpu=2350m, limited: requests.cpu=2650m. Retrying... 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/sp-theia-integration_v1.1.0-RC02 # 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/v1.1.0-RC02:refs/remotes/origin/v1.1.0-RC02 # 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/v1.1.0-RC02:refs/remotes/origin/v1.1.0-RC02 # timeout=10 Avoid second fetch Checking out Revision 1b73a55849801eb3f1cfd4ecd6bdeb29938de5f7 (v1.1.0-RC02) > git config core.sparsecheckout # timeout=10 > git checkout -f 1b73a55849801eb3f1cfd4ecd6bdeb29938de5f7 # timeout=10 Commit message: "v1.1.0-RC02" > git rev-list --no-walk 1b73a55849801eb3f1cfd4ecd6bdeb29938de5f7 # timeout=10 WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-fwbk1-bq0k0 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-fwbk1-bq0k0" 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-fwbk1-gvcl9 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-fwbk1-gvcl9" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=2100m, used: requests.cpu=2350m, limited: requests.cpu=2650m. Retrying... [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... warning Resolution field "sprotty@0.13.0-next.1c4343c.328" is incompatible with requested version "sprotty@^0.12.0" [2/4] Fetching packages... WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-fwbk1-8rb2t because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-fwbk1-8rb2t" 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-fwbk1-t5mml because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-fwbk1-t5mml" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=2100m, used: requests.cpu=2350m, limited: requests.cpu=2650m. Retrying... [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 "@theia/process > node-pty@0.11.0-beta17" has unmet peer dependency "node-gyp@^8.3.0". warning "@eclipse-glsp/config > @eclipse-glsp/mocha-config@1.0.0" has unmet peer dependency "reflect-metadata@>=0.1.13". WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-fwbk1-b072r because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-fwbk1-b072r" 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-fwbk1-nr2s3 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-fwbk1-nr2s3" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=2100m, used: requests.cpu=2350m, limited: requests.cpu=2650m. Retrying... [4/4] Building fresh packages... WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-fwbk1-hgkd6 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-fwbk1-hgkd6" 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-fwbk1-phx57 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-fwbk1-phx57" 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-fwbk1-l2f8j because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-fwbk1-l2f8j" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=2100m, used: requests.cpu=2350m, limited: requests.cpu=2650m. Retrying... $ lerna run prepare lerna notice cli v5.5.4 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 WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-fwbk1-9kwjj because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-fwbk1-9kwjj" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=2100m, used: requests.cpu=2350m, limited: requests.cpu=2650m. Retrying... @eclipse-glsp/theia-integration: Done in 9.90s. @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 WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-fwbk1-q1kkc because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-fwbk1-q1kkc" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=2100m, used: requests.cpu=2350m, limited: requests.cpu=2650m. Retrying... @eclipse-glsp-examples/workflow-theia: $ eslint --ext .ts,.tsx ./src @eclipse-glsp-examples/workflow-theia: Done in 18.64s. browser-app: yarn run v1.22.19 browser-app: $ yarn build browser-app: $ theia build --mode development browser-app: Failed to resolve module: msgpackr browser-app: Failed to resolve module: socket.io browser-app: Failed to resolve module: ws WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-fwbk1-m564f because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-fwbk1-m564f" 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-fwbk1-4psn8 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-fwbk1-4psn8" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=2100m, used: requests.cpu=2350m, limited: requests.cpu=2650m. Retrying... browser-app: assets by status 237 KiB [cached] 2 assets browser-app: assets by path *.js 23.2 MiB browser-app: assets by chunk 14.4 MiB (id hint: vendors) browser-app: asset vendors-node_modules_theia_core_shared_lodash_debounce_index_js-node_modules_theia_monaco_lib-35bcb7.js 8.63 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.4 MiB [emitted] (id hint: vendors) 2 related assets browser-app: asset vendors-node_modules_sprotty-theia_lib_theia_diagram-module_js.js 1.29 MiB [emitted] (id hint: vendors) 2 related assets browser-app: + 28 assets browser-app: + 16 assets browser-app: assets by info 1.73 MiB [immutable] browser-app: assets by chunk 1.15 MiB (auxiliary name: bundle) 10 assets browser-app: assets by chunk 596 KiB (auxiliary id hint: vendors) 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 5146763e14c5e2b605dc.ttf 69.1 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 798 bytes [emitted] [from: src-gen/frontend/secondary-window.html] [copied] 1 related asset browser-app: 2355 modules browser-app: browser-app: WARNING in ../../node_modules/@theia/monaco-editor-core/esm/vs/base/common/performance.js 81:34-41 browser-app: Critical dependency: require function is used in a way in which dependencies cannot be statically extracted browser-app: @ ../../node_modules/@theia/monaco-editor-core/esm/vs/platform/storage/common/storage.js 20:22-65 browser-app: @ ../../node_modules/@theia/monaco-editor-core/esm/vs/editor/standalone/browser/standaloneServices.js 102:18-69 browser-app: @ ../../node_modules/@theia/monaco/lib/browser/monaco-frontend-module.js 81:29-117 browser-app: @ ./src-gen/frontend/index.js 59:31-89 browser-app: WARNING in ../../node_modules/@theia/monaco-editor-core/esm/vs/base/common/performance.js 81:57-64 browser-app: Critical dependency: require function is used in a way in which dependencies cannot be statically extracted browser-app: @ ../../node_modules/@theia/monaco-editor-core/esm/vs/platform/storage/common/storage.js 20:22-65 browser-app: @ ../../node_modules/@theia/monaco-editor-core/esm/vs/editor/standalone/browser/standaloneServices.js 102:18-69 browser-app: @ ../../node_modules/@theia/monaco/lib/browser/monaco-frontend-module.js 81:29-117 browser-app: @ ./src-gen/frontend/index.js 59:31-89 browser-app: 2 warnings have detailed information that is not shown. browser-app: Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it. browser-app: webpack 5.74.0 compiled with 2 warnings in 33357 ms browser-app: Done in 37.36s. lerna success run Ran npm script 'prepare' in 3 packages in 66.9s: lerna success - browser-app lerna success - @eclipse-glsp-examples/workflow-theia lerna success - @eclipse-glsp/theia-integration Done in 154.28s. [Pipeline] } [Pipeline] // container [Pipeline] } WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-fwbk1-3nqwt because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-fwbk1-3nqwt" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=2100m, used: requests.cpu=2350m, limited: requests.cpu=2650m. Retrying... [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Codechecks (ESLint)) WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-fwbk1-jd3mt because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-fwbk1-jd3mt" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=2100m, used: requests.cpu=2350m, limited: requests.cpu=2650m. Retrying... [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 v5.5.4 lerna info ci enabled lerna info Executing command in 2 packages: "yarn run lint -o eslint.xml -f checkstyle" @eclipse-glsp/theia-integration: $ eslint --ext .ts,.tsx ./src -o eslint.xml -f checkstyle WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-fwbk1-6z60j because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-fwbk1-6z60j" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=2100m, used: requests.cpu=2350m, limited: requests.cpu=2650m. Retrying... @eclipse-glsp-examples/workflow-theia: $ eslint --ext .ts,.tsx ./src -o eslint.xml -f checkstyle WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-fwbk1-bnzg8 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-fwbk1-bnzg8" 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-fwbk1-j24n4 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-fwbk1-j24n4" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=2100m, used: requests.cpu=2350m, limited: requests.cpu=2650m. Retrying... lerna success run Ran npm script 'lint' in 2 packages in 25.4s: lerna success - @eclipse-glsp-examples/workflow-theia lerna success - @eclipse-glsp/theia-integration Done in 26.04s. [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 WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-fwbk1-v8njt because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-fwbk1-v8njt" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=2100m, used: requests.cpu=2350m, limited: requests.cpu=2650m. Retrying... [ESLint] Searching for all files in '/home/jenkins/agent/workspace/sp-theia-integration_v1.1.0-RC02' 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/sp-theia-integration_v1.1.0-RC02/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/sp-theia-integration_v1.1.0-RC02/node_modules/@eclipse-glsp/theia-integration/eslint.xml [ESLint] -> found 0 issues (skipped 0 duplicates) [ESLint] Successfully processed file 'node_modules/@eclipse-glsp/theia-integration/eslint.xml' [ESLint] Skipping post processing [ESLint] No filter has been set, publishing all 0 issues [ESLint] Repository miner is not configured, skipping repository mining [ESLint] Ignoring 'aggregatingResults' and ID 'null' since only a single tool is defined. [ESLint] Searching for all files in '/home/jenkins/agent/workspace/sp-theia-integration_v1.1.0-RC02' 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/sp-theia-integration_v1.1.0-RC02/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/sp-theia-integration_v1.1.0-RC02/node_modules/@eclipse-glsp/theia-integration/eslint.xml [ESLint] -> found 0 issues (skipped 0 duplicates) [ESLint] Successfully processed file 'node_modules/@eclipse-glsp/theia-integration/eslint.xml' [ESLint] Skipping post processing [ESLint] No filter has been set, publishing all 0 issues [ESLint] Repository miner is not configured, skipping repository mining [ESLint] Reference build recorder is not configured [ESLint] Obtaining reference build from same job (v1.1.0-RC02) [ESLint] Using reference build 'eclipse-glsp/glsp-theia-integration/v1.1.0-RC02 #1' to compute new, fixed, and outstanding issues [ESLint] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0 [ESLint] Evaluating quality gates [ESLint] -> PASSED - Total (any severity): 0 - Quality Gate: 1 [ESLint] -> All quality gates have been passed [ESLint] Health report is disabled - skipping [ESLint] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues) [ESLint] Attaching ResultAction with ID 'eslint' to build 'eclipse-glsp/glsp-theia-integration/v1.1.0-RC02 #2'. [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: SUCCESS