Skip to content

Console Output

Push event to branch master
09:05:24 Connecting to https://api.github.com using 116316/****** (GitHub app GLSP)
Obtained Jenkinsfile from 1a6bc614c7e8c438c21c102c9345009d5c333e3b
[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-rd10j-nrrnh because kubernetes resource quota exceeded. 
Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: pods "glsp-agent-pod-rd10j-nrrnh" is forbidden: exceeded quota: jenkins-instance-quota, requested: pods=1,requests.cpu=1100m, used: pods=3,requests.cpu=2350m, limited: pods=3,requests.cpu=2650m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=glsp-agent-pod-rd10j-nrrnh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "glsp-agent-pod-rd10j-nrrnh" is forbidden: exceeded quota: jenkins-instance-quota, requested: pods=1,requests.cpu=1100m, used: pods=3,requests.cpu=2350m, limited: pods=3,requests.cpu=2650m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}).
Retrying...

ERROR: Failed to launch glsp-agent-pod-rd10j-nrrnh
io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: pods "glsp-agent-pod-rd10j-nrrnh" is forbidden: exceeded quota: jenkins-instance-quota, requested: pods=1,requests.cpu=1100m, used: pods=3,requests.cpu=2350m, limited: pods=3,requests.cpu=2650m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=glsp-agent-pod-rd10j-nrrnh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "glsp-agent-pod-rd10j-nrrnh" is forbidden: exceeded quota: jenkins-instance-quota, requested: pods=1,requests.cpu=1100m, used: pods=3,requests.cpu=2350m, limited: pods=3,requests.cpu=2650m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}).
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549)
	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
	at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2079)
	at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140)
	at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859)
	at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
	at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2079)
	at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52)
	at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859)
	at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
	at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2079)
	at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:136)
Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: pods "glsp-agent-pod-rd10j-nrrnh" is forbidden: exceeded quota: jenkins-instance-quota, requested: pods=1,requests.cpu=1100m, used: pods=3,requests.cpu=2350m, limited: pods=3,requests.cpu=2650m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=glsp-agent-pod-rd10j-nrrnh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "glsp-agent-pod-rd10j-nrrnh" is forbidden: exceeded quota: jenkins-instance-quota, requested: pods=1,requests.cpu=1100m, used: pods=3,requests.cpu=2350m, limited: pods=3,requests.cpu=2650m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}).
	at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340)
	at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753)
	at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97)
	at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42)
	at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133)
	at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297)
	at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
	at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:839)
WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-rd10j-fpj18 because kubernetes resource quota exceeded. 
Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: pods "glsp-agent-pod-rd10j-fpj18" is forbidden: exceeded quota: jenkins-instance-quota, requested: pods=1,requests.cpu=1100m, used: pods=3,requests.cpu=2350m, limited: pods=3,requests.cpu=2650m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=glsp-agent-pod-rd10j-fpj18, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "glsp-agent-pod-rd10j-fpj18" is forbidden: exceeded quota: jenkins-instance-quota, requested: pods=1,requests.cpu=1100m, used: pods=3,requests.cpu=2350m, limited: pods=3,requests.cpu=2650m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}).
Retrying...

ERROR: Failed to launch glsp-agent-pod-rd10j-fpj18
io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: pods "glsp-agent-pod-rd10j-fpj18" is forbidden: exceeded quota: jenkins-instance-quota, requested: pods=1,requests.cpu=1100m, used: pods=3,requests.cpu=2350m, limited: pods=3,requests.cpu=2650m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=glsp-agent-pod-rd10j-fpj18, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "glsp-agent-pod-rd10j-fpj18" is forbidden: exceeded quota: jenkins-instance-quota, requested: pods=1,requests.cpu=1100m, used: pods=3,requests.cpu=2350m, limited: pods=3,requests.cpu=2650m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}).
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549)
	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
	at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2079)
	at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140)
	at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859)
	at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
	at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2079)
	at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52)
	at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859)
	at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
	at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2079)
	at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:136)
Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: pods "glsp-agent-pod-rd10j-fpj18" is forbidden: exceeded quota: jenkins-instance-quota, requested: pods=1,requests.cpu=1100m, used: pods=3,requests.cpu=2350m, limited: pods=3,requests.cpu=2650m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=glsp-agent-pod-rd10j-fpj18, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "glsp-agent-pod-rd10j-fpj18" is forbidden: exceeded quota: jenkins-instance-quota, requested: pods=1,requests.cpu=1100m, used: pods=3,requests.cpu=2350m, limited: pods=3,requests.cpu=2650m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}).
	at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340)
	at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753)
	at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97)
	at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42)
	at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133)
	at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297)
	at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
	at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:839)
WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-rd10j-dd0pk because kubernetes resource quota exceeded. 
Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: pods "glsp-agent-pod-rd10j-dd0pk" is forbidden: exceeded quota: jenkins-instance-quota, requested: pods=1,requests.cpu=1100m, used: pods=3,requests.cpu=2350m, limited: pods=3,requests.cpu=2650m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=glsp-agent-pod-rd10j-dd0pk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "glsp-agent-pod-rd10j-dd0pk" is forbidden: exceeded quota: jenkins-instance-quota, requested: pods=1,requests.cpu=1100m, used: pods=3,requests.cpu=2350m, limited: pods=3,requests.cpu=2650m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}).
Retrying...

ERROR: Failed to launch glsp-agent-pod-rd10j-dd0pk
io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: pods "glsp-agent-pod-rd10j-dd0pk" is forbidden: exceeded quota: jenkins-instance-quota, requested: pods=1,requests.cpu=1100m, used: pods=3,requests.cpu=2350m, limited: pods=3,requests.cpu=2650m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=glsp-agent-pod-rd10j-dd0pk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "glsp-agent-pod-rd10j-dd0pk" is forbidden: exceeded quota: jenkins-instance-quota, requested: pods=1,requests.cpu=1100m, used: pods=3,requests.cpu=2350m, limited: pods=3,requests.cpu=2650m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}).
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549)
	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
	at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2079)
	at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140)
	at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859)
	at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
	at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2079)
	at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52)
	at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859)
	at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
	at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2079)
	at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:136)
Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: pods "glsp-agent-pod-rd10j-dd0pk" is forbidden: exceeded quota: jenkins-instance-quota, requested: pods=1,requests.cpu=1100m, used: pods=3,requests.cpu=2350m, limited: pods=3,requests.cpu=2650m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=glsp-agent-pod-rd10j-dd0pk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "glsp-agent-pod-rd10j-dd0pk" is forbidden: exceeded quota: jenkins-instance-quota, requested: pods=1,requests.cpu=1100m, used: pods=3,requests.cpu=2350m, limited: pods=3,requests.cpu=2650m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}).
	at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340)
	at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753)
	at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97)
	at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42)
	at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133)
	at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297)
	at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
	at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:839)
Created Pod: kubernetes glsp/glsp-agent-pod-rd10j-0frp9
Agent glsp-agent-pod-rd10j-0frp9 is provisioned from template glsp-agent-pod-rd10j
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.glsp.svc.cluster.local/glsp/job/eclipse-glsp/job/glsp-vscode-integration/job/master/70/"
    runUrl: "job/eclipse-glsp/job/glsp-vscode-integration/job/master/70/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "ada02baee263c1a03329f0354abad8439fdbe91c"
    jenkins/label: "glsp-agent-pod"
  name: "glsp-agent-pod-rd10j-0frp9"
  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-rd10j-0frp9"
    - name: "JENKINS_NAME"
      value: "glsp-agent-pod-rd10j-0frp9"
    - 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-3160.vd76b_9ddd10cc"
    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-rd10j-0frp9 in /home/jenkins/agent/workspace/p_glsp-vscode-integration_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-vscode-integration.git
 > git init /home/jenkins/agent/workspace/p_glsp-vscode-integration_master # timeout=10
Fetching upstream changes from https://github.com/eclipse-glsp/glsp-vscode-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-vscode-integration.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/eclipse-glsp/glsp-vscode-integration.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 1a6bc614c7e8c438c21c102c9345009d5c333e3b (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1a6bc614c7e8c438c21c102c9345009d5c333e3b # timeout=10
Commit message: "Add PR template (#57)"
 > git rev-list --no-walk d787a30a1ede46b0a1e4c3d7cfffdbc006dc3658 # 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/4] Resolving packages...
[2/4] Fetching packages...
warning Pattern ["wrap-ansi@^7.0.0"] is trying to unpack in the same destination "/home/jenkins/agent/workspace/p_glsp-vscode-integration_master/yarn-cache/v6/npm-wrap-ansi-cjs-7.0.0-67e145cff510a6a6984bdf1152911d69d2eb9e43-integrity/node_modules/wrap-ansi-cjs" as pattern ["wrap-ansi-cjs@npm:wrap-ansi@^7.0.0"]. This could result in non-deterministic behavior, skipping.
[3/4] Linking dependencies...
warning "workspace-aggregator-397a9a94-c3c5-49c0-a641-237d5be49689 > @eclipse-glsp/vscode-integration > @eclipse-glsp/protocol@2.1.0" has unmet peer dependency "inversify@^6.0.1".
warning "workspace-aggregator-397a9a94-c3c5-49c0-a641-237d5be49689 > @eclipse-glsp/vscode-integration-webview > @eclipse-glsp/client > @eclipse-glsp/sprotty > sprotty@1.0.0" has unmet peer dependency "inversify@^6.0.1".
[4/4] Building fresh packages...
warning Error running install script for optional dependency: "/home/jenkins/agent/workspace/p_glsp-vscode-integration_master/node_modules/keytar: Command failed.
Exit code: 1
Command: prebuild-install || npm run build
Arguments: 
Directory: /home/jenkins/agent/workspace/p_glsp-vscode-integration_master/node_modules/keytar
Output:
prebuild-install warn install EACCES: permission denied, mkdir '/.npm'

> keytar@7.9.0 build
> node-gyp rebuild

gyp info it worked if it ends with ok
gyp info using node-gyp@9.4.1
gyp info using node@16.20.2 | linux | x64
gyp info find Python using Python version 3.7.3 found at \"/usr/bin/python3\"
gyp WARN EACCES current user (\"1002890000\") does not have permission to access the dev dir \"/.cache/node-gyp/16.20.2\"
gyp WARN EACCES attempting to reinstall using temporary dev dir \"/tmp/.node-gyp\"
gyp http GET https://nodejs.org/download/release/v16.20.2/node-v16.20.2-headers.tar.gz
gyp http 200 https://nodejs.org/download/release/v16.20.2/node-v16.20.2-headers.tar.gz
gyp http GET https://nodejs.org/download/release/v16.20.2/SHASUMS256.txt
gyp http 200 https://nodejs.org/download/release/v16.20.2/SHASUMS256.txt
gyp info spawn /usr/bin/python3
gyp info spawn args [
gyp info spawn args   '/home/jenkins/agent/workspace/p_glsp-vscode-integration_master/node_modules/node-gyp/gyp/gyp_main.py',
gyp info spawn args   'binding.gyp',
gyp info spawn args   '-f',
gyp info spawn args   'make',
gyp info spawn args   '-I',
gyp info spawn args   '/home/jenkins/agent/workspace/p_glsp-vscode-integration_master/node_modules/keytar/build/config.gypi',
gyp info spawn args   '-I',
gyp info spawn args   '/home/jenkins/agent/workspace/p_glsp-vscode-integration_master/node_modules/node-gyp/addon.gypi',
gyp info spawn args   '-I',
gyp info spawn args   '/tmp/.node-gyp/16.20.2/include/node/common.gypi',
gyp info spawn args   '-Dlibrary=shared_library',
gyp info spawn args   '-Dvisibility=default',
gyp info spawn args   '-Dnode_root_dir=/tmp/.node-gyp/16.20.2',
gyp info spawn args   '-Dnode_gyp_dir=/home/jenkins/agent/workspace/p_glsp-vscode-integration_master/node_modules/node-gyp',
gyp info spawn args   '-Dnode_lib_file=/tmp/.node-gyp/16.20.2/<(target_arch)/node.lib',
gyp info spawn args   '-Dmodule_root_dir=/home/jenkins/agent/workspace/p_glsp-vscode-integration_master/node_modules/keytar',
gyp info spawn args   '-Dnode_engine=v8',
gyp info spawn args   '--depth=.',
gyp info spawn args   '--no-parallel',
gyp info spawn args   '--generator-output',
gyp info spawn args   'build',
gyp info spawn args   '-Goutput_dir=.'
gyp info spawn args ]
Package libsecret-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libsecret-1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libsecret-1' found
gyp: Call to 'pkg-config --cflags libsecret-1' returned exit status 1 while in binding.gyp. while trying to load binding.gyp
gyp ERR! configure error 
gyp ERR! stack Error: `gyp` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onCpExit (/home/jenkins/agent/workspace/p_glsp-vscode-integration_master/node_modules/node-gyp/lib/configure.js:325:16)
gyp ERR! stack     at ChildProcess.emit (node:events:513:28)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)
gyp ERR! System Linux 6.0.18-200.fc36.x86_64
gyp ERR! command \"/usr/local/bin/node\" \"/home/jenkins/agent/workspace/p_glsp-vscode-integration_master/node_modules/.bin/node-gyp\" \"rebuild\"
gyp ERR! cwd /home/jenkins/agent/workspace/p_glsp-vscode-integration_master/node_modules/keytar
gyp ERR! node -v v16.20.2
gyp ERR! node-gyp -v v9.4.1
gyp ERR! not ok"
info This module is OPTIONAL, you can safely ignore this error
$ lerna run prepare
lerna notice cli v7.4.2
lerna info ci enabled

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

    - workflow-vscode-example
    - workflow-vscode-example-web
    - workflow-glsp-webview
    - @eclipse-glsp/vscode-integration
    - @eclipse-glsp/vscode-integration-webview

 

> @eclipse-glsp/vscode-integration:prepare


> @eclipse-glsp/vscode-integration-webview:prepare

@eclipse-glsp/vscode-integration: @eclipse-glsp/vscode-integration: yarn run v1.22.19
@eclipse-glsp/vscode-integration-webview: @eclipse-glsp/vscode-integration-webview: yarn run v1.22.19
@eclipse-glsp/vscode-integration: @eclipse-glsp/vscode-integration: $ yarn clean && yarn build
@eclipse-glsp/vscode-integration-webview: @eclipse-glsp/vscode-integration-webview: $ yarn clean && yarn build
@eclipse-glsp/vscode-integration-webview: @eclipse-glsp/vscode-integration-webview: $ rimraf lib tsconfig.tsbuildinfo 
@eclipse-glsp/vscode-integration: @eclipse-glsp/vscode-integration: $ rimraf lib tsconfig.tsbuildinfo 
@eclipse-glsp/vscode-integration: @eclipse-glsp/vscode-integration: $ tsc -b
@eclipse-glsp/vscode-integration-webview: @eclipse-glsp/vscode-integration-webview: $ tsc -b
@eclipse-glsp/vscode-integration: Done in 10.01s.
@eclipse-glsp/vscode-integration-webview: Done in 10.41s.

> workflow-glsp-webview:prepare

workflow-glsp-webview: workflow-glsp-webview: yarn run v1.22.19
workflow-glsp-webview: workflow-glsp-webview: $ yarn clean && yarn build
workflow-glsp-webview: workflow-glsp-webview: $ rimraf lib tsconfig.tsbuildinfo dist
workflow-glsp-webview: workflow-glsp-webview: $ tsc -b && yarn bundle
workflow-glsp-webview: workflow-glsp-webview: $ webpack
workflow-glsp-webview: assets by status 1.38 KiB [compared for emit]
workflow-glsp-webview:   assets by path ../lib/*.ts 1.06 KiB
workflow-glsp-webview:     asset ../lib/index.d.ts 893 bytes [compared for emit]
workflow-glsp-webview:     asset ../lib/app.d.ts 188 bytes [compared for emit]
workflow-glsp-webview:   assets by path ../lib/*.map 330 bytes
workflow-glsp-webview:     asset ../lib/app.d.ts.map 179 bytes [compared for emit]
workflow-glsp-webview:     asset ../lib/index.d.ts.map 151 bytes [compared for emit]
workflow-glsp-webview: assets by status 11.3 MiB [emitted]
workflow-glsp-webview:   asset webview.js 11.2 MiB [emitted] [big] (name: main)
workflow-glsp-webview:   asset aeb98e0beefa59d80a39.ttf?7cea6a135a6c0359d1f6d18e6b2c5c42 66.3 KiB [emitted] [immutable] [from: ../../../node_modules/@vscode/codicons/dist/codicon.ttf?7cea6a135a6c0359d1f6d18e6b2c5c42] (auxiliary name: main)
workflow-glsp-webview: runtime modules 2.6 KiB 9 modules
workflow-glsp-webview: orphan modules 11 bytes [orphan] 1 module
workflow-glsp-webview: modules by path ../../../node_modules/ 3.49 MiB (javascript) 66.3 KiB (asset) 690 modules
workflow-glsp-webview: modules by path ../../../packages/vscode-integration-webview/ 65.1 KiB
workflow-glsp-webview:   modules by path ../../../packages/vscode-integration-webview/lib/ 36.1 KiB 14 modules
workflow-glsp-webview:   modules by path ../../../packages/vscode-integration-webview/css/*.css 29.1 KiB 6 modules
workflow-glsp-webview: modules by mime type image/svg+xml 1.57 KiB
workflow-glsp-webview:   data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3.. 396 bytes [built] [code generated]
workflow-glsp-webview:   data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3.. 406 bytes [built] [code generated]
workflow-glsp-webview:   data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3.. 407 bytes [built] [code generated]
workflow-glsp-webview:   data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3.. 403 bytes [built] [code generated]
workflow-glsp-webview: modules by path ./src/*.ts 2.46 KiB
workflow-glsp-webview:   ./src/index.ts 990 bytes [built] [code generated]
workflow-glsp-webview:   ./src/app.ts 1.49 KiB [built] [code generated]
workflow-glsp-webview: util (ignored) 15 bytes [optional] [built] [code generated]
workflow-glsp-webview: webpack 5.89.0 compiled successfully in 11712 ms
workflow-glsp-webview: workflow-glsp-webview: Done in 17.37s.

> workflow-vscode-example:prepare


> workflow-vscode-example-web:prepare

workflow-vscode-example: workflow-vscode-example: yarn run v1.22.19
workflow-vscode-example-web: workflow-vscode-example-web: yarn run v1.22.19
workflow-vscode-example: workflow-vscode-example: $ yarn clean && yarn build
workflow-vscode-example-web: workflow-vscode-example-web: $ yarn clean && yarn build
workflow-vscode-example: workflow-vscode-example: $ rimraf lib tsconfig.tsbuildinfo dist
workflow-vscode-example-web: workflow-vscode-example-web: $ rimraf lib tsconfig.tsbuildinfo 
workflow-vscode-example: workflow-vscode-example: $ tsc -b && yarn bundle
workflow-vscode-example-web: workflow-vscode-example-web: $ tsc -b && yarn bundle
workflow-vscode-example: workflow-vscode-example: $ webpack
workflow-vscode-example-web: workflow-vscode-example-web: $ webpack
workflow-vscode-example-web: assets by status 5.81 KiB [compared for emit]
workflow-vscode-example-web:   assets by path ../lib/*.ts 3.72 KiB
workflow-vscode-example-web:     asset ../lib/workflow-editor-provider.d.ts 1.46 KiB [compared for emit]
workflow-vscode-example-web:     asset ../lib/workflow-server.d.ts 1.26 KiB [compared for emit]
workflow-vscode-example-web:     asset ../lib/workflow-extension.d.ts 1020 bytes [compared for emit]
workflow-vscode-example-web:   assets by path ../lib/*.map 2.09 KiB
workflow-vscode-example-web:     asset ../lib/workflow-server.d.ts.map 1.21 KiB [compared for emit]
workflow-vscode-example-web:     asset ../lib/workflow-editor-provider.d.ts.map 605 bytes [compared for emit]
workflow-vscode-example-web:     asset ../lib/workflow-extension.d.ts.map 295 bytes [compared for emit]
workflow-vscode-example-web: assets by status 19.7 MiB [emitted]
workflow-vscode-example-web:   asset webview.js 11.2 MiB [emitted] [from: ../webview/dist/webview.js] [copied] [big]
workflow-vscode-example-web:   asset extension.js 8.4 MiB [emitted] [big] (name: main)
workflow-vscode-example-web:   asset aeb98e0beefa59d80a39.ttf 66.3 KiB [emitted] [from: ../webview/dist/aeb98e0beefa59d80a39.ttf] [copied]
workflow-vscode-example-web: runtime modules 891 bytes 4 modules
workflow-vscode-example-web: modules by path ../../../node_modules/ 2.87 MiB 370 modules
workflow-vscode-example-web: modules by path ../../../packages/vscode-integration/ 51.5 KiB
workflow-vscode-example-web:   modules by path ../../../packages/vscode-integration/lib/common/ 43.1 KiB 9 modules
workflow-vscode-example-web:   modules by path ../../../packages/vscode-integration/lib/browser/ 7.51 KiB
workflow-vscode-example-web:     ../../../packages/vscode-integration/lib/browser/index.js 1.8 KiB [built] [code generated]
workflow-vscode-example-web:     + 2 modules
workflow-vscode-example-web:   ../../../packages/vscode-integration/browser.js 895 bytes [built] [code generated]
workflow-vscode-example-web: modules by path ./src/*.ts 11.5 KiB
workflow-vscode-example-web:   ./src/workflow-extension.ts 3.55 KiB [built] [code generated]
workflow-vscode-example-web:   ./src/workflow-editor-provider.ts 2.38 KiB [built] [code generated]
workflow-vscode-example-web:   ./src/workflow-server.ts 5.6 KiB [built] [code generated]
workflow-vscode-example-web: external "vscode" 42 bytes [built] [code generated]
workflow-vscode-example-web: util (ignored) 15 bytes [optional] [built] [code generated]
workflow-vscode-example-web: webpack 5.89.0 compiled successfully in 23907 ms
workflow-vscode-example-web: workflow-vscode-example-web: Done in 35.53s.
workflow-vscode-example: assets by status 19 MiB [emitted]
workflow-vscode-example:   asset webview.js 11.2 MiB [emitted] [from: ../webview/dist/webview.js] [copied] [big]
workflow-vscode-example:   asset workflow-extension.js 3.91 MiB [emitted] [big] (name: main) 1 related asset
workflow-vscode-example:   asset wf-glsp-server-node.js 3.74 MiB [emitted] [from: ../../../node_modules/@eclipse-glsp-examples/workflow-server-bundled/wf-glsp-server-node.js] [copied] [big]
workflow-vscode-example:   asset aeb98e0beefa59d80a39.ttf 66.3 KiB [emitted] [from: ../webview/dist/aeb98e0beefa59d80a39.ttf] [copied]
workflow-vscode-example: assets by status 3.34 KiB [compared for emit]
workflow-vscode-example:   assets by path ../lib/*.ts 2.46 KiB
workflow-vscode-example:     asset ../lib/workflow-editor-provider.d.ts 1.46 KiB [compared for emit]
workflow-vscode-example:     asset ../lib/workflow-extension.d.ts 1 KiB [compared for emit]
workflow-vscode-example:   assets by path ../lib/*.map 901 bytes
workflow-vscode-example:     asset ../lib/workflow-editor-provider.d.ts.map 605 bytes [compared for emit]
workflow-vscode-example:     asset ../lib/workflow-extension.d.ts.map 296 bytes [compared for emit]
workflow-vscode-example: runtime modules 937 bytes 4 modules
workflow-vscode-example: modules by path ../../../node_modules/ 3.43 MiB 535 modules
workflow-vscode-example: modules by path ../../../packages/vscode-integration/ 60.4 KiB
workflow-vscode-example:   modules by path ../../../packages/vscode-integration/lib/common/ 43.1 KiB
workflow-vscode-example:     modules by path ../../../packages/vscode-integration/lib/common/quickstart-components/*.js 15.9 KiB 5 modules
workflow-vscode-example:     modules by path ../../../packages/vscode-integration/lib/common/*.js 27.2 KiB 4 modules
workflow-vscode-example:   modules by path ../../../packages/vscode-integration/lib/node/ 16.4 KiB
workflow-vscode-example:     ../../../packages/vscode-integration/lib/node/index.js 1.88 KiB [built] [code generated]
workflow-vscode-example:     ../../../packages/vscode-integration/lib/node/quickstart-components/glsp-socket-...(truncated) 6.92 KiB [built] [code generated]
workflow-vscode-example:     + 2 modules
workflow-vscode-example:   ../../../packages/vscode-integration/node.js 892 bytes [built] [code generated]
workflow-vscode-example: modules by path ./src/*.ts 7.3 KiB
workflow-vscode-example:   ./src/workflow-extension.ts 4.9 KiB [built] [code generated]
workflow-vscode-example:   ./src/workflow-editor-provider.ts 2.4 KiB [built] [code generated]
workflow-vscode-example: + 19 modules
workflow-vscode-example: webpack 5.89.0 compiled successfully in 25769 ms
workflow-vscode-example: workflow-vscode-example: Done in 37.15s.

 

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


Done in 103.86s.
[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] { (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 v7.4.2
lerna info ci enabled

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

    - workflow-vscode-example
    - workflow-vscode-example-web
    - workflow-glsp-webview
    - @eclipse-glsp/vscode-integration
    - @eclipse-glsp/vscode-integration-webview

 

> @eclipse-glsp/vscode-integration:"lint:ci"


> @eclipse-glsp/vscode-integration-webview:"lint:ci"

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

> workflow-glsp-webview:"lint:ci"

workflow-glsp-webview: workflow-glsp-webview: $ yarn lint -o eslint.xml -f checkstyle
workflow-glsp-webview: workflow-glsp-webview: $ eslint --ext .ts,.tsx ./src -o eslint.xml -f checkstyle

> workflow-vscode-example:"lint:ci"


> workflow-vscode-example-web:"lint:ci"

workflow-vscode-example: workflow-vscode-example: $ yarn lint -o eslint.xml -f checkstyle
workflow-vscode-example-web: workflow-vscode-example-web: $ yarn lint -o eslint.xml -f checkstyle
workflow-vscode-example: workflow-vscode-example: $ eslint --ext .ts,.tsx ./src -o eslint.xml -f checkstyle
workflow-vscode-example-web: workflow-vscode-example-web: $ eslint --ext .ts,.tsx ./src -o eslint.xml -f checkstyle

 

 >  Lerna (powered by Nx)   Successfully ran target lint:ci for 5 projects


Done in 51.80s.
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy (master only))
[Pipeline] sh
+ git diff --name-only 'HEAD^'
+ grep -q '^packages\|example'
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/p_glsp-vscode-integration_master' that match the pattern 'node_modules/**/*/eslint.xml'
[ESLint] Traversing of symbolic links: enabled
[ESLint] -> found 5 files
[ESLint] Successfully parsed file /home/jenkins/agent/workspace/p_glsp-vscode-integration_master/node_modules/@eclipse-glsp/vscode-integration-webview/eslint.xml
[ESLint] -> found 0 issues (skipped 0 duplicates)
[ESLint] Successfully processed file 'node_modules/@eclipse-glsp/vscode-integration-webview/eslint.xml'
[ESLint] Successfully parsed file /home/jenkins/agent/workspace/p_glsp-vscode-integration_master/node_modules/@eclipse-glsp/vscode-integration/eslint.xml
[ESLint] -> found 0 issues (skipped 0 duplicates)
[ESLint] Successfully processed file 'node_modules/@eclipse-glsp/vscode-integration/eslint.xml'
[ESLint] Successfully parsed file /home/jenkins/agent/workspace/p_glsp-vscode-integration_master/node_modules/workflow-glsp-webview/eslint.xml
[ESLint] -> found 0 issues (skipped 0 duplicates)
[ESLint] Successfully processed file 'node_modules/workflow-glsp-webview/eslint.xml'
[ESLint] Successfully parsed file /home/jenkins/agent/workspace/p_glsp-vscode-integration_master/node_modules/workflow-vscode-example-web/eslint.xml
[ESLint] -> found 0 issues (skipped 0 duplicates)
[ESLint] Successfully processed file 'node_modules/workflow-vscode-example-web/eslint.xml'
[ESLint] Successfully parsed file /home/jenkins/agent/workspace/p_glsp-vscode-integration_master/node_modules/workflow-vscode-example/eslint.xml
[ESLint] -> found 0 issues (skipped 0 duplicates)
[ESLint] Successfully processed file 'node_modules/workflow-vscode-example/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/p_glsp-vscode-integration_master' that match the pattern 'node_modules/**/*/eslint.xml'
[ESLint] Traversing of symbolic links: enabled
[ESLint] -> found 5 files
[ESLint] Successfully parsed file /home/jenkins/agent/workspace/p_glsp-vscode-integration_master/node_modules/@eclipse-glsp/vscode-integration-webview/eslint.xml
[ESLint] -> found 0 issues (skipped 0 duplicates)
[ESLint] Successfully processed file 'node_modules/@eclipse-glsp/vscode-integration-webview/eslint.xml'
[ESLint] Successfully parsed file /home/jenkins/agent/workspace/p_glsp-vscode-integration_master/node_modules/@eclipse-glsp/vscode-integration/eslint.xml
[ESLint] -> found 0 issues (skipped 0 duplicates)
[ESLint] Successfully processed file 'node_modules/@eclipse-glsp/vscode-integration/eslint.xml'
[ESLint] Successfully parsed file /home/jenkins/agent/workspace/p_glsp-vscode-integration_master/node_modules/workflow-glsp-webview/eslint.xml
[ESLint] -> found 0 issues (skipped 0 duplicates)
[ESLint] Successfully processed file 'node_modules/workflow-glsp-webview/eslint.xml'
[ESLint] Successfully parsed file /home/jenkins/agent/workspace/p_glsp-vscode-integration_master/node_modules/workflow-vscode-example-web/eslint.xml
[ESLint] -> found 0 issues (skipped 0 duplicates)
[ESLint] Successfully processed file 'node_modules/workflow-vscode-example-web/eslint.xml'
[ESLint] Successfully parsed file /home/jenkins/agent/workspace/p_glsp-vscode-integration_master/node_modules/workflow-vscode-example/eslint.xml
[ESLint] -> found 0 issues (skipped 0 duplicates)
[ESLint] Successfully processed file 'node_modules/workflow-vscode-example/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 (master)
[ESLint] Using reference build 'eclipse-glsp/glsp-vscode-integration/master #69' 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-vscode-integration/master #70'.
[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