Skip to content
Success

Console Output

Push event to branch master
00:38:17 Connecting to https://api.github.com using eclipse-releng-bot/****** (GitHub bot (username/token))
Obtained Jenkinsfile from b6dcbdf633a5e7a20e2121bbd0e9958fbc0d48e9
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-8-6wh18 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-6wh18"
  namespace: "platform"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.platform.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-8-6wh18"
    - 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-6wh18"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.platform.svc.cluster.local/platform/"
    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-platform"
      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-6wh18 in /home/jenkins/agent/workspace/eclipse.platform.images_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse-platform/eclipse.platform.images.git
 > git init /home/jenkins/agent/workspace/eclipse.platform.images_master # timeout=10
Fetching upstream changes from https://github.com/eclipse-platform/eclipse.platform.images.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-platform/eclipse.platform.images.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/eclipse-platform/eclipse.platform.images.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision b6dcbdf633a5e7a20e2121bbd0e9958fbc0d48e9 (master)
Commit message: "Bump commons-io:commons-io from 2.16.0 to 2.16.1"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b6dcbdf633a5e7a20e2121bbd0e9958fbc0d48e9 # timeout=10
 > git rev-list --no-walk b08266d8dc23ce7bb5538c0ea03a88e48fe6920a # timeout=10
The recommended git tool is: NONE
using credential github-bot
The recommended git tool is: NONE
using credential github-bot
 > git rev-parse HEAD^{commit} # timeout=10
[GitCheckoutListener] Recording commits of 'git https://github.com/eclipse-platform/eclipse.platform.images.git'
[GitCheckoutListener] Found previous build 'eclipse.platform.images/master #39' that contains recorded Git commits
[GitCheckoutListener] -> Starting recording of new commits since 'b08266d'
[GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head
[GitCheckoutListener] -> Using head commit 'b6dcbdf' as starting point
[GitCheckoutListener] -> Recorded one new commit
[GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@2d395477' to render commit links
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 40 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] { (Build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] xvnc
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
[eclipse.platform.images_master] $ Xvnc -help
Starting xvnc
[eclipse.platform.images_master] $ Xvnc :58 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
[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


Tue Apr  9 04:38:37 2024
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5958
 vncext:      created VNC server for screen 0
[Pipeline] sh
+ mvn clean verify --batch-mode --fail-at-end -Dmaven.repo.local=/home/jenkins/agent/workspace/eclipse.platform.images_master/.m2/repository -Pbuild-individual-bundles -Pbree-libs -Papi-check -DskipTests=false -Dcompare-version-with-baselines.skip=false -Dproject.build.sourceEncoding=UTF-8 -Dbuild.sysclasspath=ignore -Dincludeantruntime=false
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"
[INFO] Scanning for projects...
[INFO] Tycho Version:  4.0.2 (d1245889ae2522a3057c2300142b212c6c7c60c8)
[INFO] Tycho Mode:     project
[INFO] Tycho Builder:  maven
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Eclipse Images                                                     [pom]
[INFO] Eclipse Images SVG Repository                                      [jar]
[INFO] Eclipse Images SVG Renderer Plugin                        [maven-plugin]
[INFO] 
[INFO] --------------< eclipse.images:org.eclipse.images.parent >--------------
[INFO] Building Eclipse Images 4.29.0-SNAPSHOT                            [1/3]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.images.parent ---
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.images.parent ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.images_master/saveproperties
[INFO] 
[INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ org.eclipse.images.parent ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO] 
[INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.images.parent ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.images_master/src/main/resources
[INFO] 
[INFO] --- tycho-apitools:4.0.2:generate (generate) @ org.eclipse.images.parent ---
[INFO] 
[INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.images.parent ---
[INFO] 
[INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.images.parent ---
[WARNING]  Parameter 'comparator' is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-apitools:4.0.2:verify (verify) @ org.eclipse.images.parent ---
[INFO] 
[INFO] ---------------< org.eclipse.images:org.eclipse.images >----------------
[INFO] Building Eclipse Images SVG Repository 1.0.0-SNAPSHOT              [2/3]
[INFO]   from org.eclipse.images/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.images ---
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.images ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.images_master/org.eclipse.images/saveproperties
[INFO] 
[INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ org.eclipse.images ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.images ---
[INFO] Copying 6231 resources from eclipse-png to target/classes
[INFO] 
[INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.images ---
[INFO] Copying 6231 resources from eclipse-png to target/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.images ---
[INFO] No sources to compile
[INFO] 
[INFO] --- tycho-apitools:4.0.2:generate (generate) @ org.eclipse.images ---
[INFO] 
[INFO] --- bnd:7.0.0:bnd-process (default) @ org.eclipse.images ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.images ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.images_master/org.eclipse.images/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.images ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.images ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.images ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.images ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.images_master/org.eclipse.images/target/org.eclipse.images-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.images ---
[WARNING]  Parameter 'comparator' is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-apitools:4.0.2:verify (verify) @ org.eclipse.images ---
[INFO] 
[INFO] -----------< org.eclipse.images:org.eclipse.images.renderer >-----------
[INFO] Building Eclipse Images SVG Renderer Plugin 1.0.100-SNAPSHOT       [3/3]
[INFO]   from org.eclipse.images.renderer/pom.xml
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.images.renderer ---
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.images.renderer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.images_master/org.eclipse.images.renderer/saveproperties
[INFO] 
[INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ org.eclipse.images.renderer ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.images.renderer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.images_master/org.eclipse.images.renderer/src/main/resources
[INFO] 
[INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.images.renderer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.images_master/org.eclipse.images.renderer/src/main/resources
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.images.renderer ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 7 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- plugin:3.12.0:descriptor (default-descriptor) @ org.eclipse.images.renderer ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 0 mojo descriptor.
[INFO] java-javadoc mojo extractor found 4 mojo descriptors.
[WARNING] 
[WARNING] Deprecated extractor java-javadoc extracted 4 descriptors. Upgrade your Mojo definitions.
[WARNING] You should use Mojo Annotations instead of Javadoc tags.
[WARNING] 
[INFO] ant mojo extractor found 0 mojo descriptor.
[INFO] bsh mojo extractor found 0 mojo descriptor.
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 3 column 5 - Warning: inserting missing 'title' element
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 3 column 5 - Warning: inserting missing 'title' element
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 3 column 5 - Warning: inserting missing 'title' element
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 3 column 5 - Warning: inserting missing 'title' element
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 3 column 5 - Warning: inserting missing 'title' element
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 3 column 5 - Warning: inserting missing 'title' element
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 3 column 5 - Warning: inserting missing 'title' element
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 3 column 5 - Warning: inserting missing 'title' element
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 3 column 5 - Warning: inserting missing 'title' element
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 3 column 5 - Warning: inserting missing 'title' element
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 3 column 5 - Warning: inserting missing 'title' element
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 3 column 5 - Warning: inserting missing 'title' element
[INFO] 
[INFO] --- tycho-apitools:4.0.2:generate (generate) @ org.eclipse.images.renderer ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.images.renderer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.images_master/org.eclipse.images.renderer/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.images.renderer ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.images.renderer ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.images.renderer ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.images.renderer ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.images_master/org.eclipse.images.renderer/target/org.eclipse.images.renderer-1.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- plugin:3.12.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ org.eclipse.images.renderer ---
[INFO] 
[INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.images.renderer ---
[WARNING]  Parameter 'comparator' is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-apitools:4.0.2:verify (verify) @ org.eclipse.images.renderer ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Eclipse Images 4.29.0-SNAPSHOT ..................... SUCCESS [  1.532 s]
[INFO] Eclipse Images SVG Repository 1.0.0-SNAPSHOT ....... SUCCESS [ 12.204 s]
[INFO] Eclipse Images SVG Renderer Plugin 1.0.100-SNAPSHOT  SUCCESS [  8.297 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  50.503 s
[INFO] Finished at: 2024-04-09T04:39:29Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
Terminating xvnc.

Tue Apr  9 04:39:35 2024
 ComparingUpdateTracker: 0 pixels in / 0 pixels out
 ComparingUpdateTracker: (1:-nan ratio)
[Pipeline] // xvnc
Post stage
[Pipeline] archiveArtifacts
Archiving artifacts
‘*.log’ doesn’t match anything
No artifacts found that match the file pattern "*.log,*/target/work/data/.metadata/*.log,*/tests/target/work/data/.metadata/*.log,apiAnalyzer-workspace/.metadata/*.log". Configuration error?
[Pipeline] scanForIssues
[Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/eclipse.platform.images_master')
[Java Compiler] Successfully parsed console log
[Java Compiler] -> found 0 issues (skipped 0 duplicates)
[Java Compiler] Skipping post processing
[Java Compiler] No filter has been set, publishing all 0 issues
[Java Compiler] Repository miner is not configured, skipping repository mining
[Pipeline] scanForIssues
[Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/eclipse.platform.images_master')
[Maven] -> found 4 issues (skipped 0 duplicates)
[Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/eclipse.platform.images_master')
[Maven] -> found 4 issues (skipped 0 duplicates)
[Maven] Successfully parsed console log
[Maven] -> found 4 issues (skipped 0 duplicates)
[Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/eclipse.platform.images_master')
[Maven] Skipping post processing
[Maven] No filter has been set, publishing all 4 issues
[Maven] Repository miner is not configured, skipping repository mining
[Pipeline] publishIssues
[Static Analysis] Successfully parsed console log
[Static Analysis] -> found 4 issues (skipped 0 duplicates)
[Static Analysis] Aggregating reports of:
[Static Analysis] -> Java Compiler: No warnings
[Static Analysis] -> Maven: 4 warnings
[Static Analysis] Parsing console log (workspace: '/home/jenkins/agent/workspace/eclipse.platform.images_master')
[Static Analysis] Successfully parsed console log
[Static Analysis] -> found 0 issues (skipped 0 duplicates)
[Static Analysis] Skipping post processing
[Static Analysis] No filter has been set, publishing all 0 issues
[Static Analysis] Repository miner is not configured, skipping repository mining
[Static Analysis] Successfully parsed console log
[Static Analysis] -> found 4 issues (skipped 0 duplicates)
[Static Analysis] Successfully parsed console log
[Static Analysis] -> found 4 issues (skipped 0 duplicates)
[Static Analysis] Successfully parsed console log
[Static Analysis] -> found 4 issues (skipped 0 duplicates)
[Static Analysis] Parsing console log (workspace: '/home/jenkins/agent/workspace/eclipse.platform.images_master')
[Static Analysis] Skipping post processing
[Static Analysis] No filter has been set, publishing all 4 issues
[Static Analysis] Repository miner is not configured, skipping repository mining
[Static Analysis] Reference build recorder is not configured
[Static Analysis] Obtaining reference build from same job (master)
[Static Analysis] Using reference build 'eclipse.platform.images/master #39' to compute new, fixed, and outstanding issues
[Static Analysis] Issues delta (vs. reference build): outstanding: 4, new: 0, fixed: 0
[Static Analysis] No quality gates have been set - skipping
[Static Analysis] Health report is disabled - skipping
[Static Analysis] Created analysis result for 4 issues (found 0 new issues, fixed 0 issues)
[Static Analysis] Attaching ResultAction with ID 'analysis' to build 'eclipse.platform.images/master #40'.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS