[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
|
[glsp-build] Build eclipse-glsp/glsp-eclipse-integration/master (#82) FAILURE
|
Job: eclipse-glsp/glsp-eclipse-integration/master
Build Number: 82
Build URL: https://ci.eclipse.org/glsp/job/eclipse-glsp/job/glsp-eclipse-integration/job/master/82/
Push event to branch master
Connecting to https://api.github.com using 116316/****** (GitHub app GLSP)
Obtained Jenkinsfile from fcdccd77f916831ff89567a4531f1c1b80c05d08
[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-eclipse-agent-pod-jp2fp-rns3v
[PodInfo] glsp/glsp-eclipse-agent-pod-jp2fp-rns3v
Container [ci] waiting [ContainerCreating] No message
Container [jnlp] waiting [ContainerCreating] No message
Pod [Pending][ContainersNotReady] containers with unready status: [ci jnlp]
[PodInfo] glsp/glsp-eclipse-agent-pod-jp2fp-rns3v
Container [ci] waiting [ContainerCreating] No message
Container [jnlp] waiting [ContainerCreating] No message
Pod [Pending][ContainersNotReady] containers with unready status: [ci jnlp]
[PodInfo] glsp/glsp-eclipse-agent-pod-jp2fp-rns3v
Container [ci] waiting [ContainerCreating] No message
Container [jnlp] waiting [ContainerCreating] No message
Pod [Pending][ContainersNotReady] containers with unready status: [ci jnlp]
Still waiting to schedule task
‘glsp-eclipse-agent-pod-jp2fp-rns3v’ is offline
Agent glsp-eclipse-agent-pod-jp2fp-rns3v is provisioned from template glsp-eclipse-agent-pod-jp2fp
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations:
kubernetes.jenkins.io/last-refresh: "1765460284270"
buildUrl: "http://jenkins-ui.glsp.svc.cluster.local/glsp/job/eclipse-glsp/job/glsp-eclipse-integration/job/master/82/"
runUrl: "job/eclipse-glsp/job/glsp-eclipse-integration/job/master/82/"
labels:
jenkins: "slave"
jenkins/label-digest: "828d24b950fb5abc3f9d2e66515bb1cd9d6f0f58"
jenkins/label: "glsp-eclipse-agent-pod"
kubernetes.jenkins.io/controller: "http___jenkins-ui_glsp_svc_cluster_local_glspx"
name: "glsp-eclipse-agent-pod-jp2fp-rns3v"
namespace: "glsp"
spec:
containers:
- command:
- "cat"
env:
- name: "MAVEN_OPTS"
value: "-Duser.home=/home/jenkins"
image: "eclipseglsp/ci:alpine-v6.0"
name: "ci"
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/.m2/settings.xml"
name: "settings-xml"
readOnly: true
subPath: "settings.xml"
- mountPath: "/home/jenkins/.m2/repository"
name: "m2-repo"
- mountPath: "/home/jenkins/.ssh"
name: "volume-known-hosts"
- 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-eclipse-agent-pod-jp2fp-rns3v"
- name: "REMOTING_OPTS"
value: "-noReconnectAfter 1d"
- name: "JENKINS_NAME"
value: "glsp-eclipse-agent-pod-jp2fp-rns3v"
- 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-ubuntu:remoting-3309.v27b_9314fd1a_4"
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: "m2-repo"
- emptyDir: {}
name: "yarn-global"
- emptyDir: {}
name: "jenkins-home"
- name: "settings-xml"
secret:
items:
- key: "settings.xml"
path: "settings.xml"
secretName: "m2-secret-dir"
- emptyDir:
medium: ""
name: "workspace-volume"
- configMap:
name: "known-hosts"
name: "volume-known-hosts"
Running on glsp-eclipse-agent-pod-jp2fp-rns3v in /home/jenkins/agent/workspace/_glsp-eclipse-integration_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
Created Pod: kubernetes glsp/glsp-eclipse-agent-pod-jp2fp-lgcmd
[PodInfo] glsp/glsp-eclipse-agent-pod-jp2fp-lgcmd
Container [ci] waiting [ContainerCreating] No message
Container [jnlp] waiting [ContainerCreating] No message
Pod [Pending][ContainersNotReady] containers with unready status: [ci jnlp]
[Pipeline] checkout
The recommended git tool is: git
[PodInfo] glsp/glsp-eclipse-agent-pod-jp2fp-lgcmd
Container [ci] waiting [ContainerCreating] No message
Container [jnlp] waiting [ContainerCreating] No message
Pod [Pending][ContainersNotReady] containers with unready status: [ci jnlp]
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-eclipse-integration.git
> git init /home/jenkins/agent/workspace/_glsp-eclipse-integration_master # timeout=10
Fetching upstream changes from https://github.com/eclipse-glsp/glsp-eclipse-integration.git
> git --version # timeout=10
> git --version # 'git version 2.52.0'
using GIT_ASKPASS to set credentials GitHub app GLSP
> git fetch --no-tags --force --progress -- https://github.com/eclipse-glsp/glsp-eclipse-integration.git +refs/heads/master:refs/remotes/origin/master # timeout=10
> git config remote.origin.url https://github.com/eclipse-glsp/glsp-eclipse-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 fcdccd77f916831ff89567a4531f1c1b80c05d08 (master)
Commit message: "GLSP-1067: Ensure proper bundling of workflow editor example (#117)"
> git config core.sparsecheckout # timeout=10
> git checkout -f fcdccd77f916831ff89567a4531f1c1b80c05d08 # timeout=10
> git rev-list --no-walk fb352d123fd52573f54f4c529dc4b1aae35540d2 # 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] { (Download & Setup Maven)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ curl -o maven.tar.gz -L https://downloads.apache.org/maven/maven-3/3.9.11/binaries/apache-maven-3.9.11-bin.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 8946k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
63 8946k 63 5648k 0 0 4025k 0 0:00:02 0:00:01 0:00:01 4025k
100 8946k 100 8946k 0 0 5875k 0 0:00:01 0:00:01 --:--:-- 5874k
+ tar -xzf maven.tar.gz -C /home/jenkins/agent/workspace/_glsp-eclipse-integration_master
+ rm -f maven.tar.gz
[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] sh
+ echo 'MAVEN_HOME set to /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/apache-maven-3.9.11'
MAVEN_HOME set to /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/apache-maven-3.9.11
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build client)
[Pipeline] container
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/client
[Pipeline] {
[Pipeline] sh
+ yarn install
yarn install v1.22.22
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
warning "workspace-aggregator-8fc88d97-cf12-4850-8787-3b99ce714140 > @eclipse-glsp/ide > @eclipse-glsp/client@2.6.0-next.436" has unmet peer dependency "inversify@^6.1.3".
warning "workspace-aggregator-8fc88d97-cf12-4850-8787-3b99ce714140 > @eclipse-glsp/ide > @eclipse-glsp/client > @eclipse-glsp/sprotty@2.6.0-next.436" has unmet peer dependency "inversify@^6.1.3".
warning "workspace-aggregator-8fc88d97-cf12-4850-8787-3b99ce714140 > @eclipse-glsp/ide > @eclipse-glsp/client > @eclipse-glsp/sprotty > @eclipse-glsp/protocol@2.6.0-next.436" has unmet peer dependency "inversify@^6.1.3".
warning "workspace-aggregator-8fc88d97-cf12-4850-8787-3b99ce714140 > @eclipse-glsp/ide > @eclipse-glsp/client > @eclipse-glsp/sprotty > sprotty > inversify@6.2.1" has unmet peer dependency "reflect-metadata@~0.2.2".
warning "workspace-aggregator-8fc88d97-cf12-4850-8787-3b99ce714140 > @eclipse-glsp/ide > @eclipse-glsp/client > @eclipse-glsp/sprotty > sprotty > inversify > @inversifyjs/core > @inversifyjs/reflect-metadata-utils@0.2.4" has unmet peer dependency "reflect-metadata@0.2.2".
[5/5] Building fresh packages...
error /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/client/node_modules/node-jq: Command failed.
Exit code: 1
Command: npm run install-binary
Arguments:
Directory: /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/client/node_modules/node-jq
Output:
> node-jq@4.4.0 install-binary
> node scripts/install-binary.js
/home/jenkins/agent/workspace/_glsp-eclipse-integration_master/client/node_modules/node-jq/bin directory was created
Downloading jq from https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-linux-amd64
Error: Response status was 503
at ClientRequest.<anonymous> (/home/jenkins/agent/workspace/_glsp-eclipse-integration_master/client/node_modules/node-downloader-helper/dist/index.js:1:9499)
at Object.onceWrapper (node:events:639:26)
at ClientRequest.emit (node:events:524:28)
at HTTPParser.parserOnIncomingClient [as onIncoming] (node:_http_client:702:27)
at HTTPParser.parserOnHeadersComplete (node:_http_common:118:17)
at TLSSocket.socketOnData (node:_http_client:544:22)
at TLSSocket.emit (node:events:524:28)
at addChunk (node:internal/streams/readable:561:12)
at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
at Readable.push (node:internal/streams/readable:392:5) {
status: 503,
body: ''
}
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build Server)
Stage "Build Server" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Codestyle)
Stage "Codestyle" 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] stage
[Pipeline] { (Deploy server (P2))
Stage "Deploy (master only)" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[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