Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[glsp-build] Build eclipse-glsp/glsp-theia-integration/master (#230) FAILURE

Job: eclipse-glsp/glsp-theia-integration/master
Build Number: 230
Build URL: https://ci.eclipse.org/glsp/job/eclipse-glsp/job/glsp-theia-integration/job/master/230/
Rerun request by tortmayr through GitHub checks API, for branch master
Connecting to https://api.github.com using 116316/****** (GitHub app GLSP)
Obtained Jenkinsfile from 498cb706a3a4c127270e83694e84c100a8327453
[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
Created Pod: kubernetes glsp/glsp-theia-agent-pod-2n9xc-jrkbp
Agent glsp-theia-agent-pod-2n9xc-jrkbp is provisioned from template glsp-theia-agent-pod-2n9xc
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    kubernetes.jenkins.io/last-refresh: "1719166497700"
    buildUrl: "http://jenkins-ui.glsp.svc.cluster.local/glsp/job/eclipse-glsp/job/glsp-theia-integration/job/master/230/";
    runUrl: "job/eclipse-glsp/job/glsp-theia-integration/job/master/230/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "fa7a565724f6ce6b48c9f59ac721694f57b0afb6"
    jenkins/label: "glsp-theia-agent-pod"
    kubernetes.jenkins.io/controller: "http___jenkins-ui_glsp_svc_cluster_local_glspx"
  name: "glsp-theia-agent-pod-2n9xc-jrkbp"
  namespace: "glsp"
spec:
  containers:
  - command:
    - "cat"
    image: "eclipseglsp/ci:alpine-v4.0"
    name: "node"
    resources:
      limits:
        memory: "4Gi"
        cpu: "1"
      requests:
        memory: "4Gi"
        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-2n9xc-jrkbp"
    - name: "REMOTING_OPTS"
      value: "-noReconnectAfter 1d"
    - name: "JENKINS_NAME"
      value: "glsp-theia-agent-pod-2n9xc-jrkbp"
    - 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-3206.vb_15dcf73f6a_9"
    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-2n9xc-jrkbp in /home/jenkins/agent/workspace/sp_glsp-theia-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-theia-integration.git
 > git init /home/jenkins/agent/workspace/sp_glsp-theia-integration_master # 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/master:refs/remotes/origin/master # 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/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 498cb706a3a4c127270e83694e84c100a8327453 (master)
 > git config core.sparsecheckout # timeout=10
Commit message: "Add electron example app (#211)"
 > git checkout -f 498cb706a3a4c127270e83694e84c100a8327453 # timeout=10
 > git rev-list --no-walk 498cb706a3a4c127270e83694e84c100a8327453 # timeout=10
[GitHub Checks] GitHub check (name: CI Jenkins Build, status: in_progress) has been published.
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ yarn install --unsafe-perm --ignore-scripts
yarn install v1.22.19
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
[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-fbe85637-69e7-4819-8f28-33084d7f6dfd > browser-app > @theia/messages > react-perfect-scrollbar@1.5.8" has unmet peer dependency "react@>=16.3.3".
warning "workspace-aggregator-fbe85637-69e7-4819-8f28-33084d7f6dfd > browser-app > @theia/messages > react-perfect-scrollbar@1.5.8" has unmet peer dependency "react-dom@>=16.3.3".
warning "workspace-aggregator-fbe85637-69e7-4819-8f28-33084d7f6dfd > @eclipse-glsp/theia-integration > @eclipse-glsp/client@2.2.0-next.353" has unmet peer dependency "inversify@~6.0.2".
warning "workspace-aggregator-fbe85637-69e7-4819-8f28-33084d7f6dfd > @eclipse-glsp/theia-integration > @eclipse-glsp/client > @eclipse-glsp/sprotty@2.2.0-next.353" has unmet peer dependency "inversify@~6.0.2".
warning "workspace-aggregator-fbe85637-69e7-4819-8f28-33084d7f6dfd > @eclipse-glsp/theia-integration > @eclipse-glsp/client > @eclipse-glsp/sprotty > @eclipse-glsp/protocol@2.2.0-next.353" has unmet peer dependency "inversify@~6.0.2".
[5/5] Building fresh packages...
warning Ignored scripts due to flag.
Done in 72.49s.
[Pipeline] sh
+ node ./configs/disable-ripgrep-postinstall.js
[Pipeline] sh
+ yarn install --unsafe-perm
yarn install v1.22.19
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
[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-295eb81f-3c99-438a-9823-1124a7703537 > browser-app > @theia/messages > react-perfect-scrollbar@1.5.8" has unmet peer dependency "react@>=16.3.3".
warning "workspace-aggregator-295eb81f-3c99-438a-9823-1124a7703537 > browser-app > @theia/messages > react-perfect-scrollbar@1.5.8" has unmet peer dependency "react-dom@>=16.3.3".
warning "workspace-aggregator-295eb81f-3c99-438a-9823-1124a7703537 > @eclipse-glsp/theia-integration > @eclipse-glsp/client@2.2.0-next.353" has unmet peer dependency "inversify@~6.0.2".
warning "workspace-aggregator-295eb81f-3c99-438a-9823-1124a7703537 > @eclipse-glsp/theia-integration > @eclipse-glsp/client > @eclipse-glsp/sprotty@2.2.0-next.353" has unmet peer dependency "inversify@~6.0.2".
warning "workspace-aggregator-295eb81f-3c99-438a-9823-1124a7703537 > @eclipse-glsp/theia-integration > @eclipse-glsp/client > @eclipse-glsp/sprotty > @eclipse-glsp/protocol@2.2.0-next.353" has unmet peer dependency "inversify@~6.0.2".
[5/5] Building fresh packages...
error /home/jenkins/agent/workspace/sp_glsp-theia-integration_master/node_modules/@vscode/ripgrep: Command failed.
Exit code: 1
Command: node ./lib/postinstall.js
Arguments: 
Directory: /home/jenkins/agent/workspace/sp_glsp-theia-integration_master/node_modules/@vscode/ripgrep
Output:
Finding release for v13.0.0-10
GET https://api.github.com/repos/microsoft/ripgrep-prebuilt/releases/tags/v13.0.0-10
Deleting invalid download cache
Downloading ripgrep failed: Error: Request failed: 403
    at ClientRequest.<anonymous> (/home/jenkins/agent/workspace/sp_glsp-theia-integration_master/node_modules/@vscode/ripgrep/lib/download.js:109:24)
    at Object.onceWrapper (node:events:628:26)
    at ClientRequest.emit (node:events:513:28)
    at HTTPParser.parserOnIncomingClient (node:_http_client:693:27)
    at HTTPParser.parserOnHeadersComplete (node:_http_common:128:17)
    at TLSSocket.socketOnData (node:_http_client:534:22)
    at TLSSocket.emit (node:events:513:28)
    at addChunk (node:internal/streams/readable:315:12)
    at readableAddChunk (node:internal/streams/readable:289:9)
    at TLSSocket.Readable.push (node:internal/streams/readable:228:10)
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] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy (master only))
Stage "Deploy (master only)" skipped due to earlier failure(s)
[Pipeline] getContext
[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

Back to the top