Skip to main content

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

Job: eclipse-glsp/glsp-server/master
Build Number: 113
Build URL: https://ci.eclipse.org/glsp/job/eclipse-glsp/job/glsp-server/job/master/113/
Push event to branch master
Connecting to https://api.github.com using 116316/****** (GitHub app GLSP)
Obtained Jenkinsfile from 55f2a88f3102fb04855d0dd4316e66fb1aeb2bed
[Pipeline] Start of Pipeline
[Pipeline] node
Agent basic-91q97 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    kubernetes.jenkins.io/last-refresh: "1724220406496"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
    kubernetes.jenkins.io/controller: "http___jenkins-ui_glsp_svc_cluster_local_glspx"
  name: "basic-91q97"
  namespace: "glsp"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.glsp.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-91q97"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "REMOTING_OPTS"
      value: "-noReconnectAfter 1d"
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-91q97"
    - 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.3208.v409508a_675ff"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-glsp"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on basic-91q97 in /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
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-server.git
 > git init /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master # timeout=10
Fetching upstream changes from https://github.com/eclipse-glsp/glsp-server.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-server.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 55f2a88f3102fb04855d0dd4316e66fb1aeb2bed (master)
Commit message: "Upgrade build to support Java 21 and upgrade build dependencies"
 > git config remote.origin.url https://github.com/eclipse-glsp/glsp-server.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 55f2a88f3102fb04855d0dd4316e66fb1aeb2bed # timeout=10
 > git rev-list --no-walk 52ac0e3a463e8fd5ba1da16270aea19b8f7d8365 # 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] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Build: Eclipse-based (P2))
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] sh
+ mvn clean verify -Pp2 -B
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.5.5-200.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Tycho Version:  4.0.8 (d07e53b9e5b0b4c40ee529fb831732f631e4e3ef)
[INFO] Tycho Mode:     project
[INFO] Tycho Builder:  maven
[INFO] Build Threads:  1
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] GLSP Parent                                                        [pom]
[INFO] org.eclipse.glsp.graph                                  [eclipse-plugin]
[INFO] org.eclipse.glsp.server                                 [eclipse-plugin]
[INFO] org.eclipse.glsp.server.emf                             [eclipse-plugin]
[INFO] org.eclipse.glsp.server.websocket                       [eclipse-plugin]
[INFO] org.eclipse.glsp.layout                                 [eclipse-plugin]
[INFO] org.eclipse.glsp.example.workflow                       [eclipse-plugin]
[INFO] GLSP P2  Releng                                                    [pom]
[INFO] org.eclipse.glsp.feature                               [eclipse-feature]
[INFO] org.eclipse.glsp.repository                         [eclipse-repository]
[INFO] 
[INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.parent >--------------
[INFO] Building GLSP Parent 2.3.0-SNAPSHOT                               [1/10]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.glsp.parent ---
[INFO] 
[INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.glsp.parent ---
[INFO] 
[INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.graph >---------------
[INFO] Building org.eclipse.glsp.graph 2.3.0-SNAPSHOT                    [2/10]
[INFO]   from plugins/org.eclipse.glsp.graph/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/targetplatforms/r2022-12.target for environments=[win32/win32/x86_64, linux/gtk/x86_64, macosx/cocoa/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@a184485
[INFO] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO]     Cache location:         /home/jenkins/.m2/repository/.cache/tycho
[INFO]     Transport mode:         online
[INFO]     Http Transport type:    Java11Client
[INFO]     Update mode:            cache first
[INFO]     Minimum cache duration: 60 minutes
[INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for GLSP Parent 2.3.0-SNAPSHOT:
[INFO] 
[INFO] GLSP Parent ........................................ SUCCESS [  0.162 s]
[INFO] org.eclipse.glsp.graph ............................. FAILURE [  5.843 s]
[INFO] org.eclipse.glsp.server ............................ SKIPPED
[INFO] org.eclipse.glsp.server.emf ........................ SKIPPED
[INFO] org.eclipse.glsp.server.websocket .................. SKIPPED
[INFO] org.eclipse.glsp.layout ............................ SKIPPED
[INFO] org.eclipse.glsp.example.workflow .................. SKIPPED
[INFO] GLSP P2  Releng .................................... SKIPPED
[INFO] org.eclipse.glsp.feature ........................... SKIPPED
[INFO] org.eclipse.glsp.repository ........................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  28.247 s
[INFO] Finished at: 2024-08-21T06:07:27Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to resolve target definition file:/home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/targetplatforms/r2022-12.target: Failed to load p2 metadata repository from location mvn:org.eclipse.jetty:jetty-p2:10.0.13:zip:p2site: download from mvn:org.eclipse.jetty:jetty-p2:10.0.13:zip:p2site/content.xml failed: /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-p2/10.0.13/jetty-p2-10.0.13-p2site.zip
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build: Plain Maven (M2))
Stage "Build: Plain Maven (M2)" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build: fatjar)
Stage "Build: fatjar" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkstyle)
Stage "Checkstyle" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Tests)
Stage "Tests" 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 P2)
Stage "Deploy (master only)" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy M2)
Stage "Deploy (master only)" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Trigger Java21 build)
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

Back to the top