[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[glsp-build] Build eclipse-glsp/glsp-client/master (#139) FAILURE
|
Job: eclipse-glsp/glsp-client/master
Build Number: 139
Build URL: https://ci.eclipse.org/glsp/job/eclipse-glsp/job/glsp-client/job/master/139/
Push event to branch master
Connecting to https://api.github.com using GitHub app GLSP
Obtained Jenkinsfile from 57acd22376743daf795a528d1cd075b89ef15a53
[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-0x3k9-g6hgh’
WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-js2pf-m55p2 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-js2pf-m55p2" is forbidden: exceeded quota: jenkins-instance-quota, requested: pods=1,requests.cpu=1100m, used: pods=3,requests.cpu=2450m, limited: pods=3,requests.cpu=2650m.
Retrying...
WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-js2pf-t90hm 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-js2pf-t90hm" is forbidden: exceeded quota: jenkins-instance-quota, requested: pods=1,requests.cpu=1100m, used: pods=3,requests.cpu=2450m, limited: pods=3,requests.cpu=2650m.
Retrying...
WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-js2pf-spc8v 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-js2pf-spc8v" is forbidden: exceeded quota: jenkins-instance-quota, requested: pods=1,requests.cpu=1100m, used: pods=3,requests.cpu=2450m, limited: pods=3,requests.cpu=2650m.
Retrying...
Created Pod: kubernetes glsp/glsp-agent-pod-js2pf-j6dvs
Agent glsp-agent-pod-js2pf-j6dvs is provisioned from template glsp-agent-pod-js2pf
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations:
buildUrl: "http://jenkins-ui.glsp.svc.cluster.local/glsp/job/eclipse-glsp/job/glsp-client/job/master/139/"
runUrl: "job/eclipse-glsp/job/glsp-client/job/master/139/"
labels:
jenkins: "slave"
jenkins/label-digest: "ada02baee263c1a03329f0354abad8439fdbe91c"
jenkins/label: "glsp-agent-pod"
name: "glsp-agent-pod-js2pf-j6dvs"
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-js2pf-j6dvs"
- name: "JENKINS_NAME"
value: "glsp-agent-pod-js2pf-j6dvs"
- 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-js2pf-j6dvs in /home/jenkins/agent/workspace/eclipse-glsp_glsp-client_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
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-client.git
> git init /home/jenkins/agent/workspace/eclipse-glsp_glsp-client_master # timeout=10
Fetching upstream changes from https://github.com/eclipse-glsp/glsp-client.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-client.git +refs/heads/master:refs/remotes/origin/master # timeout=10
> git config remote.origin.url https://github.com/eclipse-glsp/glsp-client.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 57acd22376743daf795a528d1cd075b89ef15a53 (master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 57acd22376743daf795a528d1cd075b89ef15a53 # timeout=10
Commit message: "Update changelog"
First time build. Skipping changelog.
[GitHub Checks] GitHub check (name: CI Jenkins Build, status: in_progress) has been published.
> git rev-list --no-walk c630ee020a6229fb5138b225ec6a8d2c206244ca # timeout=10
[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...
WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-js2pf-bfk9v 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-js2pf-bfk9v" is forbidden: exceeded quota: jenkins-instance-quota, requested: pods=1,requests.cpu=1100m, used: pods=3,requests.cpu=2450m, limited: pods=3,requests.cpu=2650m.
Retrying...
WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-js2pf-v0h4m 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-js2pf-v0h4m" is forbidden: exceeded quota: jenkins-instance-quota, requested: pods=1,requests.cpu=1100m, used: pods=3,requests.cpu=2450m, limited: pods=3,requests.cpu=2650m.
Retrying...
[4/5] Linking dependencies...
warning "@eclipse-glsp/dev > @eclipse-glsp/config-test > ts-node@10.9.1" has unmet peer dependency "typescript@>=2.7".
warning " > @eclipse-glsp/protocol@1.1.0-next" has unmet peer dependency "inversify@^5.1.1".
WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-js2pf-7b3hj 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-js2pf-7b3hj" is forbidden: exceeded quota: jenkins-instance-quota, requested: pods=1,requests.cpu=1100m, used: pods=3,requests.cpu=2450m, limited: pods=3,requests.cpu=2650m.
Retrying...
[5/5] Building fresh packages...
$ lerna run prepare
lerna notice cli v6.1.0
lerna info ci enabled
Created Pod: kubernetes glsp/glsp-agent-pod-js2pf-452gz
> Lerna (powered by Nx) Running target prepare for 4 project(s):
- @eclipse-glsp-examples/workflow-glsp
- workflow-standalone
- @eclipse-glsp/client
- @eclipse-glsp/protocol
> @eclipse-glsp/protocol:prepare
(node:91) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 32 error listeners added to [SyncWriteStream]. Use emitter.setMaxListeners() to increase limit
(Use `node --trace-warnings ...` to show where the warning was created)
(node:91) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 32 close listeners added to [SyncWriteStream]. Use emitter.setMaxListeners() to increase limit
(node:91) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 32 error listeners added to [SyncWriteStream]. Use emitter.setMaxListeners() to increase limit
(node:91) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 32 close listeners added to [SyncWriteStream]. Use emitter.setMaxListeners() to increase limit
@eclipse-glsp/protocol: [2K[1G[1myarn run v1.22.19[22m
@eclipse-glsp/protocol: [2K[1G[2m$ yarn clean && yarn build[22m
@eclipse-glsp/protocol: [2K[1G[2m$ rimraf lib tsconfig.tsbuildinfo coverage .nyc_output [22m
@eclipse-glsp/protocol: [2K[1G[2m$ tsc -b[22m
@eclipse-glsp/protocol: [2K[1GDone in 8.64s.
> @eclipse-glsp/client:prepare
@eclipse-glsp/client: [2K[1G[1myarn run v1.22.19[22m
@eclipse-glsp/client: [2K[1G[2m$ yarn clean && yarn build[22m
@eclipse-glsp/client: [2K[1G[2m$ rimraf lib tsconfig.tsbuildinfo coverage .nyc_output[22m
@eclipse-glsp/client: [2K[1G[2m$ tsc -b[22m
@eclipse-glsp/client: [2K[1GDone in 14.51s.
> @eclipse-glsp-examples/workflow-glsp:prepare
@eclipse-glsp-examples/workflow-glsp: [2K[1G[1myarn run v1.22.19[22m
@eclipse-glsp-examples/workflow-glsp: [2K[1G[2m$ yarn clean && yarn build [22m
@eclipse-glsp-examples/workflow-glsp: [2K[1G[2m$ rimraf tsconfig.tsbuildinfo lib[22m
@eclipse-glsp-examples/workflow-glsp: [2K[1G[2m$ tsc -b[22m
@eclipse-glsp-examples/workflow-glsp: [2K[1GDone in 6.35s.
> workflow-standalone:prepare
workflow-standalone: [2K[1G[1myarn run v1.22.19[22m
workflow-standalone: [2K[1G[2m$ yarn clean && yarn build[22m
workflow-standalone: [2K[1G[2m$ rimraf lib tsconfig.tsbuildinfo app/bundle.js app/bundle.js.map app/css[22m
workflow-standalone: [2K[1G[2m$ tsc -b && webpack[22m
workflow-standalone: asset [1m[32mbundle.js[39m[22m 99 bytes [1m[32m[emitted][39m[22m (name: main)
workflow-standalone: [1m[31mERROR[39m[22m in [1m[32mmain[39m[22m
workflow-standalone: [1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve '/home/jenkins/agent/workspace/eclipse-glsp_glsp-client_master/examples/workflow-standalone/lib/index' in '/home/jenkins/agent/workspace/eclipse-glsp_glsp-client_master/examples/workflow-standalone'[39m[22m
workflow-standalone: resolve '/home/jenkins/agent/workspace/eclipse-glsp_glsp-client_master/examples/workflow-standalone/lib/index' in '/home/jenkins/agent/workspace/eclipse-glsp_glsp-client_master/examples/workflow-standalone'
workflow-standalone: using description file: /home/jenkins/agent/workspace/eclipse-glsp_glsp-client_master/examples/workflow-standalone/package.json (relative path: .)
workflow-standalone: Field 'browser' doesn't contain a valid alias configuration
workflow-standalone: root path /home/jenkins/agent/workspace/eclipse-glsp_glsp-client_master/examples/workflow-standalone
workflow-standalone: using description file: /home/jenkins/agent/workspace/eclipse-glsp_glsp-client_master/examples/workflow-standalone/package.json (relative path: ./home/jenkins/agent/workspace/eclipse-glsp_glsp-client_master/examples/workflow-standalone/lib/index)
workflow-standalone: no extension
workflow-standalone: Field 'browser' doesn't contain a valid alias configuration
workflow-standalone: [1m[31m /home/jenkins/agent/workspace/eclipse-glsp_glsp-client_master/examples/workflow-standalone/home/jenkins/agent/workspace/eclipse-glsp_glsp-client_master/examples/workflow-standalone/lib/index doesn't exist[39m[22m
workflow-standalone: .ts
workflow-standalone: Field 'browser' doesn't contain a valid alias configuration
workflow-standalone: [1m[31m /home/jenkins/agent/workspace/eclipse-glsp_glsp-client_master/examples/workflow-standalone/home/jenkins/agent/workspace/eclipse-glsp_glsp-client_master/examples/workflow-standalone/lib/index.ts doesn't exist[39m[22m
workflow-standalone: .tsx
workflow-standalone: Field 'browser' doesn't contain a valid alias configuration
workflow-standalone: [1m[31m /home/jenkins/agent/workspace/eclipse-glsp_glsp-client_master/examples/workflow-standalone/home/jenkins/agent/workspace/eclipse-glsp_glsp-client_master/examples/workflow-standalone/lib/index.tsx doesn't exist[39m[22m
workflow-standalone: .js
workflow-standalone: Field 'browser' doesn't contain a valid alias configuration
workflow-standalone: [1m[31m /home/jenkins/agent/workspace/eclipse-glsp_glsp-client_master/examples/workflow-standalone/home/jenkins/agent/workspace/eclipse-glsp_glsp-client_master/examples/workflow-standalone/lib/index.js doesn't exist[39m[22m
workflow-standalone: as directory
workflow-standalone: [1m[31m /home/jenkins/agent/workspace/eclipse-glsp_glsp-client_master/examples/workflow-standalone/home/jenkins/agent/workspace/eclipse-glsp_glsp-client_master/examples/workflow-standalone/lib/index doesn't exist[39m[22m
workflow-standalone: using description file: /home/jenkins/agent/workspace/eclipse-glsp_glsp-client_master/examples/workflow-standalone/package.json (relative path: ./lib/index)
workflow-standalone: no extension
workflow-standalone: Field 'browser' doesn't contain a valid alias configuration
workflow-standalone: [1m[31m /home/jenkins/agent/workspace/eclipse-glsp_glsp-client_master/examples/workflow-standalone/lib/index doesn't exist[39m[22m
workflow-standalone: .ts
workflow-standalone: Field 'browser' doesn't contain a valid alias configuration
workflow-standalone: [1m[31m /home/jenkins/agent/workspace/eclipse-glsp_glsp-client_master/examples/workflow-standalone/lib/index.ts doesn't exist[39m[22m
workflow-standalone: .tsx
workflow-standalone: Field 'browser' doesn't contain a valid alias configuration
workflow-standalone: [1m[31m /home/jenkins/agent/workspace/eclipse-glsp_glsp-client_master/examples/workflow-standalone/lib/index.tsx doesn't exist[39m[22m
workflow-standalone: .js
workflow-standalone: Field 'browser' doesn't contain a valid alias configuration
workflow-standalone: [1m[31m /home/jenkins/agent/workspace/eclipse-glsp_glsp-client_master/examples/workflow-standalone/lib/index.js doesn't exist[39m[22m
workflow-standalone: as directory
workflow-standalone: [1m[31m /home/jenkins/agent/workspace/eclipse-glsp_glsp-client_master/examples/workflow-standalone/lib/index doesn't exist[39m[22m
workflow-standalone: webpack 5.76.0 compiled with [1m[31m1 error[39m[22m in 90 ms
workflow-standalone: [2K[1G[31merror[39m Command failed with exit code 1.
workflow-standalone: [2K[1G[34minfo[39m Visit [1mhttps://yarnpkg.com/en/docs/cli/run[22m for documentation about this command.
workflow-standalone: [2K[1G[31merror[39m Command failed with exit code 1.
workflow-standalone: [2K[1G[34minfo[39m Visit [1mhttps://yarnpkg.com/en/docs/cli/run[22m for documentation about this command.
> Lerna (powered by Nx) Running target "prepare" failed
Failed tasks:
- workflow-standalone:prepare
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Codechecks (ESLint))
Stage "Codechecks (ESLint)" skipped due to earlier failure(s)
[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 (master only))
Stage "Test Coverage (master only)" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy (master only))
Stage "Deploy (master 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