[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
|
[glsp-build] Build eclipse-glsp/glsp-eclipse-integration/master (#91) FAILURE
|
Job: eclipse-glsp/glsp-eclipse-integration/master
Build Number: 91
Build URL: https://ci.eclipse.org/glsp/job/eclipse-glsp/job/glsp-eclipse-integration/job/master/91/
Push event to branch master
Connecting to https://api.github.com using 116316/****** (GitHub app GLSP)
Obtained Jenkinsfile from 27a9eaeb9ed705226d90e273f83d22349bb322f1
[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-gx6sq-7gzkv
[PodInfo] glsp/glsp-eclipse-agent-pod-gx6sq-7gzkv
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-gx6sq-7gzkv
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-gx6sq-7gzkv’ is offline
Agent glsp-eclipse-agent-pod-gx6sq-7gzkv is provisioned from template glsp-eclipse-agent-pod-gx6sq
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations:
kubernetes.jenkins.io/last-refresh: "1777663490759"
buildUrl: "http://jenkins-ui.glsp.svc.cluster.local/glsp/job/eclipse-glsp/job/glsp-eclipse-integration/job/master/91/"
runUrl: "job/eclipse-glsp/job/glsp-eclipse-integration/job/master/91/"
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-gx6sq-7gzkv"
namespace: "glsp"
spec:
containers:
- command:
- "cat"
env:
- name: "MAVEN_OPTS"
value: "-Duser.home=/home/jenkins"
image: "eclipseglsp/ci:alpine-v7.1"
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/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-gx6sq-7gzkv"
- name: "REMOTING_OPTS"
value: "-noReconnectAfter 1d"
- name: "JENKINS_NAME"
value: "glsp-eclipse-agent-pod-gx6sq-7gzkv"
- 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-3352.v17a_fb_4b_2773f"
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"
Running on glsp-eclipse-agent-pod-gx6sq-7gzkv in /home/jenkins/agent/workspace/_glsp-eclipse-integration_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
Created Pod: kubernetes glsp/glsp-eclipse-agent-pod-gx6sq-0sq99
[PodInfo] glsp/glsp-eclipse-agent-pod-gx6sq-0sq99
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-gx6sq-0sq99
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-gx6sq-0sq99
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.54.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 27a9eaeb9ed705226d90e273f83d22349bb322f1 (master)
[PodInfo] glsp/glsp-eclipse-agent-pod-gx6sq-0sq99
Container [ci] waiting [ContainerCreating] No message
Container [jnlp] waiting [ContainerCreating] No message
Pod [Pending][ContainersNotReady] containers with unready status: [ci jnlp]
> git config core.sparsecheckout # timeout=10
> git checkout -f 27a9eaeb9ed705226d90e273f83d22349bb322f1 # timeout=10
Commit message: "Update codeql.yml (#125)"
> git rev-list --no-walk 0c0fe2f550d6b90fcac07a24f9d2a4e1791c3a95 # 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.14/binaries/apache-maven-3.9.14-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
100 196 100 196 0 0 512 0 --:--:-- --:--:-- --:--:-- 514
+ tar -xzf maven.tar.gz -C /home/jenkins/agent/workspace/_glsp-eclipse-integration_master
tar: invalid magic
tar: short read
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Prepare Build)
Stage "Prepare Build" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build client)
Stage "Build client" skipped due to earlier failure(s)
[Pipeline] getContext
[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] }
[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