Skip to content

Console Output

Push event to branch issues/1303
06:06:40 Connecting to https://api.github.com using 116316/****** (GitHub app GLSP)
Obtained Jenkinsfile from 7dc89896312f7417ab7548b554822c2de30786a1
[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-theia-agent-pod’
Agent glsp-theia-agent-pod-l4rxw-gxdlz is provisioned from template glsp-theia-agent-pod-l4rxw
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.glsp.svc.cluster.local/glsp/job/eclipse-glsp/job/glsp-theia-integration/job/issues%252F1302/2/"
    runUrl: "job/eclipse-glsp/job/glsp-theia-integration/job/issues%252F1302/2/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "fa7a565724f6ce6b48c9f59ac721694f57b0afb6"
    jenkins/label: "glsp-theia-agent-pod"
  name: "glsp-theia-agent-pod-l4rxw-gxdlz"
  namespace: "glsp"
spec:
  containers:
  - command:
    - "cat"
    image: "eclipseglsp/ci:alpine-v4.0"
    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-theia-agent-pod-l4rxw-gxdlz"
    - name: "JENKINS_NAME"
      value: "glsp-theia-agent-pod-l4rxw-gxdlz"
    - 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-theia-agent-pod-l4rxw-gxdlz in /home/jenkins/agent/workspace/sp-theia-integration_issues_1303
[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-theia-integration.git
 > git init /home/jenkins/agent/workspace/sp-theia-integration_issues_1303 # 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/issues/1303:refs/remotes/origin/issues/1303 # 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/issues/1303:refs/remotes/origin/issues/1303 # timeout=10
Avoid second fetch
Checking out Revision 7dc89896312f7417ab7548b554822c2de30786a1 (issues/1303)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7dc89896312f7417ab7548b554822c2de30786a1 # timeout=10
Commit message: "WIP: GLSP-1303 - Add Electron application example"
First time build. Skipping changelog.
[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)
 > git rev-list --no-walk 4016ceb87d966aba72935a0b18e0256a862ae735 # timeout=10
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ yarn install --unsafe-perm
yarn install v1.22.19
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
warning Pattern ["wrap-ansi@^7.0.0"] is trying to unpack in the same destination "/home/jenkins/agent/workspace/sp-theia-integration_issues_1303/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.
warning Pattern ["@eclipse-glsp/protocol@next"] is trying to unpack in the same destination "/home/jenkins/agent/workspace/sp-theia-integration_issues_1303/yarn-cache/v6/npm-@eclipse-glsp-protocol-2.3.0-next.309-e30496338846462be6ef8c91c0f42b0e4bd0875a-integrity/node_modules/@eclipse-glsp/protocol" as pattern ["@eclipse-glsp/protocol@2.3.0-next.309+b90a740"]. This could result in non-deterministic behavior, skipping.
[4/5] Linking dependencies...
warning " > @eclipse-glsp/theia-integration@2.2.0-next" has unmet peer dependency "@theia/core@^1.45.1".
warning " > @eclipse-glsp/theia-integration@2.2.0-next" has unmet peer dependency "@theia/filesystem@^1.45.1".
warning " > @eclipse-glsp/theia-integration@2.2.0-next" has unmet peer dependency "@theia/messages@^1.45.1".
warning " > @eclipse-glsp/theia-integration@2.2.0-next" has unmet peer dependency "@theia/monaco@^1.45.1".
warning "workspace-aggregator-3bf5fd5b-972f-44dc-8478-0bc7e2474014 > electron-app > @theia/electron@1.45.1" has incorrect peer dependency "electron@^23.2.4".
warning "workspace-aggregator-3bf5fd5b-972f-44dc-8478-0bc7e2474014 > browser-app > @theia/messages > react-perfect-scrollbar@1.5.8" has unmet peer dependency "react@>=16.3.3".
warning "workspace-aggregator-3bf5fd5b-972f-44dc-8478-0bc7e2474014 > browser-app > @theia/messages > react-perfect-scrollbar@1.5.8" has unmet peer dependency "react-dom@>=16.3.3".
warning "workspace-aggregator-3bf5fd5b-972f-44dc-8478-0bc7e2474014 > browser-app > @theia/process > node-pty@0.11.0-beta17" has unmet peer dependency "node-gyp@^8.3.0".
warning "workspace-aggregator-3bf5fd5b-972f-44dc-8478-0bc7e2474014 > @eclipse-glsp/theia-integration > @eclipse-glsp/client > @eclipse-glsp/sprotty > @eclipse-glsp/protocol@2.3.0-next.309" has unmet peer dependency "inversify@^6.0.1".
warning "workspace-aggregator-3bf5fd5b-972f-44dc-8478-0bc7e2474014 > @eclipse-glsp/theia-integration > @eclipse-glsp/client > @eclipse-glsp/sprotty > sprotty@1.0.0" has unmet peer dependency "inversify@^6.0.1".
[5/5] Building fresh packages...
error /home/jenkins/agent/workspace/sp-theia-integration_issues_1303/node_modules/electron: Command failed.
Exit code: 1
Command: node install.js
Arguments: 
Directory: /home/jenkins/agent/workspace/sp-theia-integration_issues_1303/node_modules/electron
Output:
Error: EACCES: permission denied, mkdir '/.cache'
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Codechecks (ESLint))
Stage "Codechecks (ESLint)" 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] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
[GitHub Checks] GitHub check (name: CI Jenkins Build, status: completed) has been published.
Finished: FAILURE