Skip to content

Console Output

Pull request #423 opened
14:10:09 Connecting to https://api.github.com using GitHub bot (username/token)
Connecting to https://api.github.com to check permissions of obtain list of ptziegler for eclipse/gef-classic
Obtained Jenkinsfile from 3014b61b2cc0e8b93a13d97fe60c5b1e9f928442
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-8-m40pg is provisioned from template centos-8
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6"
    jenkins/label: "centos-latest_centos-8"
  name: "centos-8-m40pg"
  namespace: "gef"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.gef.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-8-m40pg"
    - 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: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "centos-8-m40pg"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.gef.svc.cluster.local/gef/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-8:remoting-3160.vd76b_9ddd10cc"
    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-gef"
      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 centos-8-m40pg in /home/jenkins/agent/workspace/build-classic_PR-423
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse/gef-classic.git
 > git init /home/jenkins/agent/workspace/build-classic_PR-423 # timeout=10
Fetching upstream changes from https://github.com/eclipse/gef-classic.git
 > git --version # timeout=10
 > git --version # 'git version 2.41.0'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse/gef-classic.git +refs/pull/423/head:refs/remotes/origin/PR-423 # timeout=10
Fetching without tags
Checking out Revision 3014b61b2cc0e8b93a13d97fe60c5b1e9f928442 (PR-423)
 > git config remote.origin.url https://github.com/eclipse/gef-classic.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/423/head:refs/remotes/origin/PR-423 # timeout=10
 > git config remote.origin.url https://github.com/eclipse/gef-classic.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/gef-classic.git
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse/gef-classic.git +refs/pull/423/head:refs/remotes/origin/PR-423 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3014b61b2cc0e8b93a13d97fe60c5b1e9f928442 # timeout=10
Commit message: "Add test cases for XYLayout and RulerLayout constraints"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ date +%Y%m%d%H%M
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 4 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Display Parameters)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
BUILD_TIMESTAMP=202404151810
BUILD_TYPE=nightly
ECLIPSE_SIGN=false
PROMOTE=false
BRANCH_NAME=PR-423
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build GEF)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] withSonarQubeEnv
Injecting SonarQube environment variables using the configuration: SonarCloud.io
[Pipeline] {
[Pipeline] xvnc
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
Starting xvnc
[Pipeline] {

Xvnc TigerVNC 1.11.0 - built Jul 21 2021 11:25:16
Copyright (C) 1999-2020 TigerVNC Team and many others (see README.rst)
See https://www.tigervnc.org for information on TigerVNC.
Underlying X server release 12011000, The X.Org Foundation


Mon Apr 15 18:10:33 2024
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5984
 vncext:      created VNC server for screen 0
[Pipeline] sh
+ [[ false == true ]]
+ mvn --no-transfer-progress -DapiBaselineTargetDirectory=/home/jenkins/agent/workspace/build-classic_PR-423 -Dmaven.repo.local=/home/jenkins/agent/workspace/build-classic_PR-423/.m2/repository -Dproject.build.sourceEncoding=UTF-8 -Dbuild.id=202404151810 -Dcommit.id=3014b61b2cc0e8b93a13d97fe60c5b1e9f928442 -Dbuild.type=nightly -Dorg.eclipse.justj.p2.manager.build.url=https://ci.eclipse.org/gef/job/build-classic/job/PR-423/ -Dsonar.projectKey=gef-classic -Dsonar.organization=eclipse clean verify sonar:sonar
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.10, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.10+7
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[build-classic_PR-423] $ Xvnc -help
[build-classic_PR-423] $ Xvnc :84 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.gef_root:org.eclipse.draw2d.examples:eclipse-plugin:3.15.300-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing.
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] Tycho Version:  4.0.6 (9942454590ad8a6e1c9aa907852cf017dc2ccb98)
[INFO] Tycho Mode:     extension
[INFO] Tycho Builder:  maven
[INFO] Build Threads:  1
[WARNING] The artifact org.codehaus.mojo:sonar-maven-plugin:jar:3.11.0.3922 has been relocated to org.sonarsource.scanner.maven:sonar-maven-plugin:jar:3.11.0.3922: SonarQube plugin was moved to SonarSource organisation
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] org.eclipse.gef.releng                                             [pom]
[INFO] [bundle] GEF Classic Draw2d                             [eclipse-plugin]
[INFO] [bundle] GEF Classic GEF (MVC)                          [eclipse-plugin]
[INFO] [bundle] GEF Classic Zest Layouts                       [eclipse-plugin]
[INFO] [bundle] GEF Classic Zest Core                          [eclipse-plugin]
[INFO] [bundle] GEF Classic Zest Developer Documentation       [eclipse-plugin]
[INFO] [bundle] GEF Classic Draw2d Developer Documentation     [eclipse-plugin]
[INFO] [bundle] GEF Classic GEF Developer Documentation        [eclipse-plugin]
[INFO] org.eclipse.draw2d.tests                           [eclipse-test-plugin]
[INFO] org.eclipse.zest.tests                             [eclipse-test-plugin]
[INFO] org.eclipse.gef.tests                              [eclipse-test-plugin]
[INFO] [bundle] GEF Classic Draw2d Examples                    [eclipse-plugin]
[INFO] [bundle] GEF Classic Flow Editor Example                [eclipse-plugin]
[INFO] [bundle] GEF Classic Logic Editor Example               [eclipse-plugin]
[INFO] [bundle] GEF Classic Shape Editor Example               [eclipse-plugin]
[INFO] [bundle] GEF Classic Text Editor Example                [eclipse-plugin]
[INFO] [bundle] GEF Classic Examples                           [eclipse-plugin]
[INFO] [bundle] GEF Classic Examples PDE integration           [eclipse-plugin]
[INFO] [bundle] GEF Classic Zest Examples                      [eclipse-plugin]
[INFO] [feature] GEF Classic Draw2d                           [eclipse-feature]
[INFO] [feature] GEF Classic GEF (MVC)                        [eclipse-feature]
[INFO] [feature] GEF Classic GEF (MVC) Examples               [eclipse-feature]
[INFO] [feature] GEF Classic GEF (MVC) SDK                    [eclipse-feature]
[INFO] [feature] GEF Classic Zest                             [eclipse-feature]
[INFO] [feature] GEF Classic Zest SDK                         [eclipse-feature]
[INFO] [feature] GEF Classic Draw2d SDK                       [eclipse-feature]
[INFO] [updatesite] org.eclipse.gef.repository.eclipse-repository [eclipse-repository]
[INFO] 
[INFO] ------------< org.eclipse.gef_root:org.eclipse.gef.releng >-------------
[INFO] Building org.eclipse.gef.releng 3.20.0-SNAPSHOT                   [1/27]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gef.releng ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.gef.releng ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.gef.releng ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.gef.releng ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.gef.releng ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.gef.releng ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.gef.releng ---
[INFO] 
[INFO] --------------< org.eclipse.gef_root:org.eclipse.draw2d >---------------
[INFO] Building [bundle] GEF Classic Draw2d 3.16.0-SNAPSHOT              [2/27]
[INFO]   from org.eclipse.draw2d/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/build-classic_PR-423/org.eclipse.draw2d/../target-platform/GEF_classic.target for environments=[linux/gtk/x86_64, linux/gtk/aarch64, win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], 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@5bc26351
[INFO] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO]     Cache location:         /home/jenkins/agent/workspace/build-classic_PR-423/.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>)
Superseded by #2
Sending interrupt signal to process
script returned exit code 143
[Pipeline] }
Terminating xvnc.

Mon Apr 15 18:11:02 2024
 ComparingUpdateTracker: 0 pixels in / 0 pixels out
 ComparingUpdateTracker: (1:-nan ratio)
[Pipeline] // xvnc
[Pipeline] }
WARN: Unable to locate 'report-task.txt' in the workspace. Did the SonarScanner succeed?
[Pipeline] // withSonarQubeEnv
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] junit
Recording test results
None of the test reports contained any result
[Checks API] No suitable checks publisher found.
[Pipeline] recordIssues
[Java CompilerMavenJavaDoc] Skipping execution of recorder since overall result is 'NOT_BUILT'
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: c22d17a0-83f2-4dec-b459-4d4fa1308799

GitHub has been notified of this commit’s build result

Finished: NOT_BUILT