Skip to content

Console Output

Push event to branch R4_28_maintenance
03:16:20 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from ef541ab8da0d8ff060b9fd4d66b1efeb862dd149
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-8-19knw 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-19knw"
  namespace: "jdt"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jdt.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-8-19knw"
    - 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-19knw"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jdt.svc.cluster.local/jdt/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-8:remoting-3107.v665000b_51092"
    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-jdt"
      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-19knw in /home/jenkins/agent/workspace/pse.jdt-github_R4_28_maintenance
[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-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse-jdt/eclipse.jdt.git
 > git init /home/jenkins/agent/workspace/pse.jdt-github_R4_28_maintenance # timeout=10
Fetching upstream changes from https://github.com/eclipse-jdt/eclipse.jdt.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.1'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-jdt/eclipse.jdt.git +refs/heads/R4_28_maintenance:refs/remotes/origin/R4_28_maintenance # timeout=10
 > git config remote.origin.url https://github.com/eclipse-jdt/eclipse.jdt.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/R4_28_maintenance:refs/remotes/origin/R4_28_maintenance # timeout=10
Avoid second fetch
Checking out Revision ef541ab8da0d8ff060b9fd4d66b1efeb862dd149 (R4_28_maintenance)
Commit message: "Update Migration Guide for Platform and JDT for 4.28   Fixes (#61) (#62)"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ef541ab8da0d8ff060b9fd4d66b1efeb862dd149 # timeout=10
 > git rev-list --no-walk 37cb956379572be2d9ca7da7280bda13eefb2b3a # timeout=10
[Checks API] No suitable checks publisher found.
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential github-bot
Selected Git installation does not exist. Using Default
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-jdt/eclipse.jdt.git'
[GitCheckoutListener] Found previous build 'eclipse.jdt-github/R4_28_maintenance #1' that contains recorded Git commits
[GitCheckoutListener] -> Starting recording of new commits since '37cb956'
[GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head
[GitCheckoutListener] -> Using head commit 'ef541ab' as starting point
[GitCheckoutListener] -> Recorded one new commit
[GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@acd84fe5' to render commit links
[Pipeline] }
[Pipeline] // stage
[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*"
[pse.jdt-github_R4_28_maintenance] $ Xvnc -help
Starting xvnc
[pse.jdt-github_R4_28_maintenance] $ Xvnc :89 -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


Mon Jun  5 07:19:54 2023
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5989
 vncext:      created VNC server for screen 0
[Pipeline] sh
+ mvn clean verify --batch-mode --fail-at-end -Dmaven.repo.local=/home/jenkins/agent/workspace/pse.jdt-github_R4_28_maintenance/.m2/repository -Pbuild-individual-bundles -Pbree-libs -Papi-check -Dcompare-version-with-baselines.skip=false -Dproject.build.sourceEncoding=UTF-8
Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8)
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: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Tycho Version:  4.0.0-SNAPSHOT (2b73b382279e4e5d701c327975ffe29bc58afc1b)
[INFO] Tycho Mode:     project
[INFO] Tycho Builder:  maven
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] eclipse jdt                                                        [pom]
[INFO] org eclipse jdt                                         [eclipse-plugin]
[INFO] org eclipse jdt feature                                [eclipse-feature]
[INFO] 
[INFO] ----------------------< eclipse.jdt:eclipse.jdt >-----------------------
[INFO] Building eclipse jdt 4.28.0-SNAPSHOT                               [1/3]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ eclipse.jdt ---
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.jdt ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt-github_R4_28_maintenance/saveproperties
[INFO] 
[INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ eclipse.jdt ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO] 
[INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.jdt ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt-github_R4_28_maintenance/src/main/resources
[INFO] 
[INFO] --- tycho-apitools:4.0.0-SNAPSHOT:generate (generate) @ eclipse.jdt ---
[INFO] 
[INFO] --- tycho-source:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.jdt ---
[INFO] 
[INFO] --- tycho-p2-extras:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.jdt ---
[WARNING] Parameter 'comparator' is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-apitools:4.0.0-SNAPSHOT:verify (verify) @ eclipse.jdt ---
[INFO] 
[INFO] ------------------< org.eclipse.jdt:org.eclipse.jdt >-------------------
[INFO] Building org eclipse jdt 3.19.100-SNAPSHOT                         [2/3]
[INFO]   from org.eclipse.jdt/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin)'
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/pse.jdt-github_R4_28_maintenance/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.28.0-SNAPSHOT/eclipse-sdk-prereqs-4.28.0-SNAPSHOT.target for environments=[linux/gtk/x86_64, linux/gtk/ppc64le, linux/gtk/aarch64, win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@b3e4fe6
[INFO] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO]     Cache location:         /home/jenkins/agent/workspace/pse.jdt-github_R4_28_maintenance/.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] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 73.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.16.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-nop, Version = 2.0.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.33, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.73, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.73, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.12.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
[INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = javax.el, Version = 3.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.web, ArtifactId = javax.servlet.jsp, Version = 2.3.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = apache-jsp, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
[INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.3.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
[INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.5, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
[INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype.annotations, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http, Version = 1.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
[INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
[INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.15.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.15.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.15.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
[INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.command, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.runtime, Version = 1.1.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.shell, Version = 1.1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.scr, Version = 2.2.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
[INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
[INFO] Resolving MavenDependencyRoots = [GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true
[INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.28-I-builds
[INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt:3.19.100-SNAPSHOT @ /home/jenkins/agent/workspace/pse.jdt-github_R4_28_maintenance/org.eclipse.jdt/pom.xml
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.jdt ---
[INFO] 
[INFO] --- tycho-packaging:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt ---
[INFO] The project's OSGi version is 3.19.100.v20230605-0719
[INFO] 
[INFO] --- tycho-packaging:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt ---
[INFO] 
[INFO] --- tycho-packaging:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt ---
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt-github_R4_28_maintenance/org.eclipse.jdt/saveproperties
[INFO] 
[INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jdt ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt ---
[INFO] 
[INFO] --- tycho-compiler:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt ---
[INFO] Resolving class path of org eclipse jdt
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt-github_R4_28_maintenance/org.eclipse.jdt/src/main/resources
[INFO] 
[INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt-github_R4_28_maintenance/org.eclipse.jdt/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt ---
[INFO] 
[INFO] --- tycho-bnd:4.0.0-SNAPSHOT:process (default-process) @ org.eclipse.jdt ---
[INFO] 
[INFO] --- tycho-ds:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt ---
[INFO] 
[INFO] --- tycho-apitools:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt-github_R4_28_maintenance/org.eclipse.jdt/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt ---
[INFO] 
[INFO] --- tycho-packaging:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt ---
[INFO] 
[INFO] --- tycho-source:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt ---
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (process-about.mappings) @ org.eclipse.jdt ---
[INFO] Copying 1 resource from  to target
[INFO] 
[INFO] --- tycho-packaging:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt ---
[INFO] Building jar: /home/jenkins/agent/workspace/pse.jdt-github_R4_28_maintenance/org.eclipse.jdt/target/org.eclipse.jdt-3.19.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt ---
[INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt:3.19.100-SNAPSHOT @ /home/jenkins/agent/workspace/pse.jdt-github_R4_28_maintenance/org.eclipse.jdt/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt ---
[WARNING] Parameter 'comparator' is read-only, must not be used in configuration
[INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300
[INFO] 
[INFO] --- tycho-apitools:4.0.0-SNAPSHOT:verify (verify) @ org.eclipse.jdt ---
[INFO] 
[INFO] --------------< org.eclipse.jdt.feature:org.eclipse.jdt >---------------
[INFO] Building org eclipse jdt feature 3.19.100-SNAPSHOT                 [3/3]
[INFO]   from org.eclipse.jdt-feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature)'
[INFO] Resolving dependencies of MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt:3.19.100-SNAPSHOT @ /home/jenkins/agent/workspace/pse.jdt-github_R4_28_maintenance/org.eclipse.jdt-feature/pom.xml
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.jdt ---
[INFO] Deleting /home/jenkins/agent/workspace/pse.jdt-github_R4_28_maintenance/org.eclipse.jdt-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.jdt ---
[WARNING] [10a9ec58-2d09-49b4-8552-b6979c77570c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.license,2.0.2.v20181016-2210 have severely compromised security. Please report this concern to the artifact provider.
[INFO] The project's OSGi version is 3.19.100.v20230605-0719
[INFO] 
[INFO] --- tycho-packaging:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt ---
[INFO] 
[INFO] --- tycho-packaging:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt ---
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt-github_R4_28_maintenance/org.eclipse.jdt-feature/saveproperties
[INFO] 
[INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jdt ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt-github_R4_28_maintenance/org.eclipse.jdt-feature/src/main/resources
[INFO] 
[INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt-github_R4_28_maintenance/org.eclipse.jdt-feature/src/main/resources
[INFO] 
[INFO] --- tycho-apitools:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt ---
[INFO] 
[INFO] --- tycho-packaging:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt ---
[INFO] 
[INFO] --- tycho-source:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt ---
[INFO] 
[INFO] --- tycho-packaging:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.jdt ---
[INFO] Building jar: /home/jenkins/agent/workspace/pse.jdt-github_R4_28_maintenance/org.eclipse.jdt-feature/target/org.eclipse.jdt-3.19.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt ---
[INFO] No baseline version MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt:3.19.100-SNAPSHOT @ /home/jenkins/agent/workspace/pse.jdt-github_R4_28_maintenance/org.eclipse.jdt-feature/pom.xml
[INFO] 
[INFO] --- tycho-p2:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.jdt ---
[INFO] 
[INFO] --- tycho-source:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.jdt ---
[INFO] Building jar: /home/jenkins/agent/workspace/pse.jdt-github_R4_28_maintenance/org.eclipse.jdt-feature/target/org.eclipse.jdt-3.19.100-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.jdt ---
[INFO] No baseline version MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt:3.19.100-SNAPSHOT @ /home/jenkins/agent/workspace/pse.jdt-github_R4_28_maintenance/org.eclipse.jdt-feature/pom.xml
[WARNING] artifact org.eclipse.jdt.feature:org.eclipse.jdt:xml:p2metadata:3.19.100-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.jdt.feature:org.eclipse.jdt:xml:p2artifacts:3.19.100-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-p2-extras:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt ---
[WARNING] Parameter 'comparator' is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-apitools:4.0.0-SNAPSHOT:verify (verify) @ org.eclipse.jdt ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] eclipse jdt 4.28.0-SNAPSHOT ........................ SUCCESS [  1.861 s]
[INFO] org eclipse jdt 3.19.100-SNAPSHOT .................. SUCCESS [ 26.827 s]
[INFO] org eclipse jdt feature 3.19.100-SNAPSHOT .......... SUCCESS [  7.855 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:27 min
[INFO] Finished at: 2023-06-05T07:21:24Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
Terminating xvnc.

Mon Jun  5 07:21:30 2023
 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/pse.jdt-github_R4_28_maintenance')
[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/pse.jdt-github_R4_28_maintenance')
[Maven] -> found 9 issues (skipped 0 duplicates)
[Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/pse.jdt-github_R4_28_maintenance')
[Maven] -> found 9 issues (skipped 0 duplicates)
[Maven] Successfully parsed console log
[Maven] -> found 9 issues (skipped 0 duplicates)
[Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/pse.jdt-github_R4_28_maintenance')
[Maven] Skipping post processing
[Maven] No filter has been set, publishing all 9 issues
[Maven] Repository miner is not configured, skipping repository mining
[Pipeline] publishIssues
[Static Analysis] Successfully parsed console log
[Static Analysis] -> found 9 issues (skipped 0 duplicates)
[Static Analysis] Aggregating reports of:
[Static Analysis] -> Java Compiler: No warnings
[Static Analysis] -> Maven: 9 warnings
[Static Analysis] Parsing console log (workspace: '/home/jenkins/agent/workspace/pse.jdt-github_R4_28_maintenance')
[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 9 issues (skipped 0 duplicates)
[Static Analysis] Successfully parsed console log
[Static Analysis] -> found 9 issues (skipped 0 duplicates)
[Static Analysis] Successfully parsed console log
[Static Analysis] -> found 9 issues (skipped 0 duplicates)
[Static Analysis] Parsing console log (workspace: '/home/jenkins/agent/workspace/pse.jdt-github_R4_28_maintenance')
[Static Analysis] Skipping post processing
[Static Analysis] No filter has been set, publishing all 9 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 (R4_28_maintenance)
[Static Analysis] Using reference build 'eclipse.jdt-github/R4_28_maintenance #1' to compute new, fixed, and outstanding issues
[Static Analysis] Issues delta (vs. reference build): outstanding: 9, 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 9 issues (found 0 new issues, fixed 0 issues)
[Static Analysis] Attaching ResultAction with ID 'analysis' to build 'eclipse.jdt-github/R4_28_maintenance #2'.
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
[Checks API] No suitable checks publisher found.

GitHub has been notified of this commit’s build result

Finished: SUCCESS