Skip to content
Not built

Console Output

Push event to branch dom-based-operations
12:38:03 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from 554670c40102a76ec92e45ca0571d512931b4827
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-8-w002q 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-w002q"
  namespace: "ls"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.ls.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-8-w002q"
    - 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-w002q"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.ls.svc.cluster.local/ls/"
    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-ls"
      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-w002q in /home/jenkins/agent/workspace/e-incubator_dom-based-operations
[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-jdtls/eclipse-jdt-core-incubator.git
 > git init /home/jenkins/agent/workspace/e-incubator_dom-based-operations # timeout=10
Fetching upstream changes from https://github.com/eclipse-jdtls/eclipse-jdt-core-incubator.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-jdtls/eclipse-jdt-core-incubator.git +refs/heads/dom-based-operations:refs/remotes/origin/dom-based-operations # timeout=10
Avoid second fetch
Checking out Revision 554670c40102a76ec92e45ca0571d512931b4827 (dom-based-operations)
Commit message: "Skip ReconcilerTests.testMethodWithError13"
 > git config remote.origin.url https://github.com/eclipse-jdtls/eclipse-jdt-core-incubator.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/dom-based-operations:refs/remotes/origin/dom-based-operations # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 554670c40102a76ec92e45ca0571d512931b4827 # timeout=10
 > git rev-list --no-walk 3f28f21029323516f1ef7fd658ee16c1fe744850 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 1 hr 30 min
[Pipeline] {
[Pipeline] timestamps
[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 and Test using ECJ)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
12:38:49 [2024-04-10T16:38:49.759Z] + java -version
12:38:49 [2024-04-10T16:38:49.760Z] openjdk version "21.0.2" 2024-01-16
12:38:49 [2024-04-10T16:38:49.760Z] OpenJDK Runtime Environment (build 21.0.2+13-58)
12:38:49 [2024-04-10T16:38:49.760Z] OpenJDK 64-Bit Server VM (build 21.0.2+13-58, mixed mode, sharing)
12:38:49 [2024-04-10T16:38:49.760Z] + mkdir -p /home/jenkins/agent/workspace/e-incubator_dom-based-operations/tmp
12:38:49 [2024-04-10T16:38:49.760Z] + unset JAVA_TOOL_OPTIONS
12:38:49 [2024-04-10T16:38:49.760Z] + unset _JAVA_OPTIONS
12:38:49 [2024-04-10T16:38:49.760Z] + mvn clean install -f org.eclipse.jdt.core.compiler.batch -DlocalEcjVersion=99.99 -Dmaven.repo.local=/home/jenkins/agent/workspace/e-incubator_dom-based-operations/.m2/repository -DcompilerBaselineMode=disable -DcompilerBaselineReplace=none
12:38:50 [2024-04-10T16:38:50.017Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
12:38:50 [2024-04-10T16:38:50.017Z] Maven home: /opt/tools/apache-maven/latest
12:38:50 [2024-04-10T16:38:50.017Z] Java version: 21.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-21/21.0.2
12:38:50 [2024-04-10T16:38:50.017Z] Default locale: en_US, platform encoding: UTF-8
12:38:50 [2024-04-10T16:38:50.018Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
12:38:55 [2024-04-10T16:38:55.315Z] [INFO] Scanning for projects...
12:38:58 [2024-04-10T16:38:58.617Z] [INFO] Tycho Version:  4.0.7 (0dbf79b2a18b352cdfa8ea65f7d433e0ff838100)
12:38:58 [2024-04-10T16:38:58.617Z] [INFO] Tycho Mode:     extension
12:38:58 [2024-04-10T16:38:58.617Z] [INFO] Tycho Builder:  maven
12:38:58 [2024-04-10T16:38:58.617Z] [INFO] Build Threads:  1
12:39:13 [2024-04-10T16:39:13.480Z] [INFO] 
12:39:13 [2024-04-10T16:39:13.480Z] [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.core.compiler.batch >---------
12:39:13 [2024-04-10T16:39:13.480Z] [INFO] Building org.eclipse.jdt.core.compiler.batch 3.38.0-SNAPSHOT
12:39:13 [2024-04-10T16:39:13.480Z] [INFO]   from pom.xml
12:39:13 [2024-04-10T16:39:13.480Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
12:39:15 [2024-04-10T16:39:15.381Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/e-incubator_dom-based-operations/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.32.0-SNAPSHOT/eclipse-sdk-prereqs-4.32.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, 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@2f98c012
12:39:15 [2024-04-10T16:39:15.381Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ###
12:39:15 [2024-04-10T16:39:15.381Z] [INFO]     Cache location:         /home/jenkins/agent/workspace/e-incubator_dom-based-operations/.m2/repository/.cache/tycho
12:39:15 [2024-04-10T16:39:15.381Z] [INFO]     Transport mode:         online
12:39:15 [2024-04-10T16:39:15.381Z] [INFO]     Http Transport type:    Java11Client
12:39:15 [2024-04-10T16:39:15.381Z] [INFO]     Update mode:            cache first
12:39:15 [2024-04-10T16:39:15.381Z] [INFO]     Minimum cache duration: 60 minutes
12:39:15 [2024-04-10T16:39:15.381Z] [INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
12:39:16 [2024-04-10T16:39:16.313Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 74.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.16.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.3.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.17.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
12:39:21 [2024-04-10T16:39:21.570Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , 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 = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-el, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
12:39:22 [2024-04-10T16:39:22.939Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.25.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
12:39:23 [2024-04-10T16:39:23.505Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
12:39:23 [2024-04-10T16:39:23.763Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.contract, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.extender, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.service, Version = 1.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.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.log.stream, Version = 1.0.0, 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.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.repository, Version = 1.1.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 = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
12:39:25 [2024-04-10T16:39:25.135Z] [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.resolve, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = bndtools.api, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.headless.build.manager, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.headless.build.plugin.gradle, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templates.template, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templating, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.versioncontrol.ignores.manager, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.versioncontrol.ignores.plugin.git, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = bndtools.jareditor, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
12:39:26 [2024-04-10T16:39:26.507Z] [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.10, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
12:39:26 [2024-04-10T16:39:26.765Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
12:39:27 [2024-04-10T16:39:27.331Z] [INFO] Resolving MavenDependencyRoots = [GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true
12:39:27 [2024-04-10T16:39:27.589Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.activation, ArtifactId = jakarta.activation-api, Version = 2.1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 2.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 2.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.bind, ArtifactId = jakarta.xml.bind-api, Version = 4.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
12:39:28 [2024-04-10T16:39:28.164Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.32-I-builds
12:39:30 [2024-04-10T16:39:30.723Z] [INFO] 
12:39:30 [2024-04-10T16:39:30.724Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.core.compiler.batch ---
12:39:30 [2024-04-10T16:39:30.724Z] [INFO] 
12:39:30 [2024-04-10T16:39:30.724Z] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.compiler.batch ---
12:39:33 [2024-04-10T16:39:33.997Z] [INFO] The project's OSGi version is 3.38.0.v20240405-0737
12:39:33 [2024-04-10T16:39:33.997Z] [INFO] 
12:39:33 [2024-04-10T16:39:33.997Z] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.jdt.core.compiler.batch ---
12:39:33 [2024-04-10T16:39:33.997Z] [INFO] 
12:39:33 [2024-04-10T16:39:33.997Z] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.jdt.core.compiler.batch ---
12:39:33 [2024-04-10T16:39:33.997Z] [INFO] 
12:39:33 [2024-04-10T16:39:33.997Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.core.compiler.batch ---
12:39:34 [2024-04-10T16:39:34.256Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core.compiler.batch/saveproperties
12:39:34 [2024-04-10T16:39:34.256Z] [INFO] 
12:39:34 [2024-04-10T16:39:34.256Z] [INFO] --- build-helper:3.5.0:regex-property (compiler-message-properties) @ org.eclipse.jdt.core.compiler.batch ---
12:39:34 [2024-04-10T16:39:34.513Z] [INFO] No match to regex '\\' found in '/home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/batch/messages.properties'. The initial value '/home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/batch/messages.properties' is left as-is...
12:39:34 [2024-04-10T16:39:34.513Z] [INFO] 
12:39:34 [2024-04-10T16:39:34.513Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.core.compiler.batch ---
12:39:35 [2024-04-10T16:39:35.079Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
12:39:35 [2024-04-10T16:39:35.079Z] [INFO] 
12:39:35 [2024-04-10T16:39:35.079Z] [INFO] --- enforcer:3.4.1:enforce (no-tabs-in-compiler-messages) @ org.eclipse.jdt.core.compiler.batch ---
12:39:35 [2024-04-10T16:39:35.079Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.EvaluateBeanshell passed
12:39:35 [2024-04-10T16:39:35.079Z] [INFO] 
12:39:35 [2024-04-10T16:39:35.079Z] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.jdt.core.compiler.batch ---
12:39:35 [2024-04-10T16:39:35.079Z] [INFO] 
12:39:35 [2024-04-10T16:39:35.079Z] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core.compiler.batch ---
12:39:35 [2024-04-10T16:39:35.079Z] [INFO] Resolving class path of org.eclipse.jdt.core.compiler.batch
12:39:35 [2024-04-10T16:39:35.079Z] [INFO] 
12:39:35 [2024-04-10T16:39:35.079Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.core.compiler.batch ---
12:39:35 [2024-04-10T16:39:35.079Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core.compiler.batch/src/main/resources
12:39:35 [2024-04-10T16:39:35.079Z] [INFO] 
12:39:35 [2024-04-10T16:39:35.079Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.core.compiler.batch ---
12:39:35 [2024-04-10T16:39:35.079Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core.compiler.batch/src/main/resources
12:39:35 [2024-04-10T16:39:35.079Z] [INFO] 
12:39:35 [2024-04-10T16:39:35.079Z] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.jdt.core.compiler.batch ---
12:39:35 [2024-04-10T16:39:35.645Z] [INFO] Compiling 543 source files to /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core.compiler.batch/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240402-2140
12:39:45 [2024-04-10T16:39:45.646Z] [WARNING] /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java:[1426] 
12:39:45 [2024-04-10T16:39:45.646Z] 	if (reference == null) reference = typeRef;
12:39:45 [2024-04-10T16:39:45.646Z] 	    ^^^^^^^^^
12:39:45 [2024-04-10T16:39:45.646Z] Redundant null check: The variable reference can only be null at this location
12:39:45 [2024-04-10T16:39:45.646Z] 1 problem (1 warning)
12:39:45 [2024-04-10T16:39:45.646Z] [INFO] 
12:39:45 [2024-04-10T16:39:45.646Z] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.jdt.core.compiler.batch ---
12:39:45 [2024-04-10T16:39:45.646Z] [INFO] 
12:39:45 [2024-04-10T16:39:45.646Z] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.jdt.core.compiler.batch ---
12:39:45 [2024-04-10T16:39:45.646Z] [INFO] 
12:39:45 [2024-04-10T16:39:45.646Z] [INFO] --- tycho-apitools:4.0.7:generate (generate) @ org.eclipse.jdt.core.compiler.batch ---
12:39:45 [2024-04-10T16:39:45.646Z] [INFO] 
12:39:45 [2024-04-10T16:39:45.647Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.core.compiler.batch ---
12:39:45 [2024-04-10T16:39:45.647Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core.compiler.batch/src/test/resources
12:39:45 [2024-04-10T16:39:45.647Z] [INFO] 
12:39:45 [2024-04-10T16:39:45.647Z] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.jdt.core.compiler.batch ---
12:39:45 [2024-04-10T16:39:45.647Z] [INFO] 
12:39:45 [2024-04-10T16:39:45.647Z] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core.compiler.batch ---
12:39:45 [2024-04-10T16:39:45.647Z] [INFO] 
12:39:45 [2024-04-10T16:39:45.647Z] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.jdt.core.compiler.batch ---
12:39:45 [2024-04-10T16:39:45.647Z] [INFO] Building jar: /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core.compiler.batch/target/org.eclipse.jdt.core.compiler.batch-3.38.0-SNAPSHOT-sources.jar
12:39:46 [2024-04-10T16:39:46.241Z] [INFO] 
12:39:46 [2024-04-10T16:39:46.241Z] [INFO] --- antrun:3.1.0:run (default) @ org.eclipse.jdt.core.compiler.batch ---
12:39:47 [2024-04-10T16:39:47.173Z] [INFO] Executing tasks
12:39:47 [2024-04-10T16:39:47.173Z] [INFO] Executed tasks
12:39:47 [2024-04-10T16:39:47.173Z] [INFO] 
12:39:47 [2024-04-10T16:39:47.173Z] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.compiler.batch ---
12:39:47 [2024-04-10T16:39:47.174Z] [INFO] Building jar: /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core.compiler.batch/target/org.eclipse.jdt.core.compiler.batch-3.38.0-SNAPSHOT.jar
12:39:47 [2024-04-10T16:39:47.738Z] [INFO] 
12:39:47 [2024-04-10T16:39:47.738Z] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core.compiler.batch ---
12:39:47 [2024-04-10T16:39:47.995Z] [INFO] 
12:39:47 [2024-04-10T16:39:47.995Z] [INFO] --- tycho-p2:4.0.7:p2-metadata (attached-p2-metadata) @ org.eclipse.jdt.core.compiler.batch ---
12:39:48 [2024-04-10T16:39:48.254Z] [INFO] 
12:39:48 [2024-04-10T16:39:48.254Z] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core.compiler.batch ---
12:39:48 [2024-04-10T16:39:48.254Z] [INFO] Execution was skipped
12:39:48 [2024-04-10T16:39:48.254Z] [INFO] 
12:39:48 [2024-04-10T16:39:48.254Z] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.jdt.core.compiler.batch ---
12:39:48 [2024-04-10T16:39:48.254Z] [INFO] Installing /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core.compiler.batch/pom.xml to /home/jenkins/agent/workspace/e-incubator_dom-based-operations/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core.compiler.batch/3.38.0-SNAPSHOT/org.eclipse.jdt.core.compiler.batch-3.38.0-SNAPSHOT.pom
12:39:48 [2024-04-10T16:39:48.254Z] [INFO] Installing /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core.compiler.batch/target/org.eclipse.jdt.core.compiler.batch-3.38.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/e-incubator_dom-based-operations/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core.compiler.batch/3.38.0-SNAPSHOT/org.eclipse.jdt.core.compiler.batch-3.38.0-SNAPSHOT.jar
12:39:48 [2024-04-10T16:39:48.254Z] [INFO] Installing /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core.compiler.batch/target/org.eclipse.jdt.core.compiler.batch-3.38.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/e-incubator_dom-based-operations/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core.compiler.batch/3.38.0-SNAPSHOT/org.eclipse.jdt.core.compiler.batch-3.38.0-SNAPSHOT-sources.jar
12:39:48 [2024-04-10T16:39:48.254Z] [INFO] Installing /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core.compiler.batch/target/p2content.xml to /home/jenkins/agent/workspace/e-incubator_dom-based-operations/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core.compiler.batch/3.38.0-SNAPSHOT/org.eclipse.jdt.core.compiler.batch-3.38.0-SNAPSHOT-p2metadata.xml
12:39:48 [2024-04-10T16:39:48.254Z] [INFO] Installing /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core.compiler.batch/target/p2artifacts.xml to /home/jenkins/agent/workspace/e-incubator_dom-based-operations/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core.compiler.batch/3.38.0-SNAPSHOT/org.eclipse.jdt.core.compiler.batch-3.38.0-SNAPSHOT-p2artifacts.xml
12:39:48 [2024-04-10T16:39:48.254Z] [INFO] 
12:39:48 [2024-04-10T16:39:48.254Z] [INFO] --- tycho-p2:4.0.7:update-local-index (default-update-local-index) @ org.eclipse.jdt.core.compiler.batch ---
12:39:48 [2024-04-10T16:39:48.254Z] [INFO] 
12:39:48 [2024-04-10T16:39:48.254Z] [INFO] --- install:3.1.1:install-file (deploy-ecj) @ org.eclipse.jdt.core.compiler.batch ---
12:39:48 [2024-04-10T16:39:48.254Z] [INFO] pom.xml not found in org.eclipse.jdt.core.compiler.batch-3.38.0-SNAPSHOT.jar
12:39:48 [2024-04-10T16:39:48.254Z] [INFO] Installing /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core.compiler.batch/target/org.eclipse.jdt.core.compiler.batch-3.38.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/e-incubator_dom-based-operations/.m2/repository/org/eclipse/jdt/ecj/99.99/ecj-99.99.jar
12:39:48 [2024-04-10T16:39:48.254Z] [INFO] Installing /tmp/mvninstall7035801723363119793.pom to /home/jenkins/agent/workspace/e-incubator_dom-based-operations/.m2/repository/org/eclipse/jdt/ecj/99.99/ecj-99.99.pom
12:39:48 [2024-04-10T16:39:48.254Z] [INFO] ------------------------------------------------------------------------
12:39:48 [2024-04-10T16:39:48.254Z] [INFO] BUILD SUCCESS
12:39:48 [2024-04-10T16:39:48.254Z] [INFO] ------------------------------------------------------------------------
12:39:48 [2024-04-10T16:39:48.254Z] [INFO] Total time:  53.715 s
12:39:48 [2024-04-10T16:39:48.254Z] [INFO] Finished at: 2024-04-10T16:39:48Z
12:39:48 [2024-04-10T16:39:48.254Z] [INFO] ------------------------------------------------------------------------
12:39:48 [2024-04-10T16:39:48.511Z] Exception in thread "Thread-2" java.lang.NoClassDefFoundError: org/eclipse/jgit/internal/JGitText
12:39:48 [2024-04-10T16:39:48.511Z] 	at org.eclipse.jgit.internal.util.ShutdownHook.cleanup(ShutdownHook.java:85)
12:39:48 [2024-04-10T16:39:48.511Z] 	at java.base/java.lang.Thread.run(Thread.java:1583)
12:39:48 [2024-04-10T16:39:48.511Z] Caused by: java.lang.ClassNotFoundException: org.eclipse.jgit.internal.JGitText
12:39:48 [2024-04-10T16:39:48.511Z] 	... 2 more
12:39:48 [2024-04-10T16:39:48.769Z] + mvn -U clean verify --batch-mode --fail-at-end -Dmaven.repo.local=/home/jenkins/agent/workspace/e-incubator_dom-based-operations/.m2/repository -Ptest-on-javase-22 -Pbree-libs -Papi-check -Pjavadoc -Pp2-repo -Dmaven.test.failure.ignore=true -Dcompare-version-with-baselines.skip=false -Djava.io.tmpdir=/home/jenkins/agent/workspace/e-incubator_dom-based-operations/tmp -Dproject.build.sourceEncoding=UTF-8 '-Dtycho.surefire.argLine=--add-modules ALL-SYSTEM -Dcompliance=1.8,11,17,21,22 -Djdt.performance.asserts=disabled' -DDetectVMInstallationsJob.disabled=true -Dtycho.apitools.debug -Dtycho.debug.artifactcomparator -Dcbi-ecj-version=99.99
12:39:49 [2024-04-10T16:39:49.026Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
12:39:49 [2024-04-10T16:39:49.026Z] Maven home: /opt/tools/apache-maven/latest
12:39:49 [2024-04-10T16:39:49.026Z] Java version: 21.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-21/21.0.2
12:39:49 [2024-04-10T16:39:49.026Z] Default locale: en_US, platform encoding: UTF-8
12:39:49 [2024-04-10T16:39:49.026Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
12:39:51 [2024-04-10T16:39:51.585Z] [INFO] Scanning for projects...
12:39:53 [2024-04-10T16:39:53.481Z] [INFO] Tycho Version:  4.0.7 (0dbf79b2a18b352cdfa8ea65f7d433e0ff838100)
12:39:53 [2024-04-10T16:39:53.481Z] [INFO] Tycho Mode:     extension
12:39:53 [2024-04-10T16:39:53.481Z] [INFO] Tycho Builder:  maven
12:39:53 [2024-04-10T16:39:53.481Z] [INFO] Build Threads:  1
12:40:03 [2024-04-10T16:40:03.457Z] [INFO] ------------------------------------------------------------------------
12:40:03 [2024-04-10T16:40:03.457Z] [INFO] Reactor Build Order:
12:40:03 [2024-04-10T16:40:03.457Z] [INFO] 
12:40:03 [2024-04-10T16:40:03.457Z] [INFO] eclipse.jdt.core                                                   [pom]
12:40:03 [2024-04-10T16:40:03.457Z] [INFO] org.eclipse.jdt.annotation                              [eclipse-plugin]
12:40:03 [2024-04-10T16:40:03.457Z] [INFO] org.eclipse.jdt.annotation                              [eclipse-plugin]
12:40:03 [2024-04-10T16:40:03.457Z] [INFO] org.eclipse.jdt.core.compiler.batch                     [eclipse-plugin]
12:40:03 [2024-04-10T16:40:03.457Z] [INFO] org.eclipse.jdt.core                                    [eclipse-plugin]
12:40:03 [2024-04-10T16:40:03.457Z] [INFO] [bundle] Java Development Tools Formatter Application   [eclipse-plugin]
12:40:03 [2024-04-10T16:40:03.457Z] [INFO] org.eclipse.jdt.core.tests.compiler                [eclipse-test-plugin]
12:40:03 [2024-04-10T16:40:03.457Z] [INFO] org.eclipse.jdt.compiler.tool.tests                [eclipse-test-plugin]
12:40:03 [2024-04-10T16:40:03.457Z] [INFO] org.eclipse.jdt.core.tests.builder                 [eclipse-test-plugin]
12:40:03 [2024-04-10T16:40:03.457Z] [INFO] org.eclipse.jdt.compiler.apt.tests                 [eclipse-test-plugin]
12:40:03 [2024-04-10T16:40:03.457Z] [INFO] org.eclipse.jdt.core.tests.model                   [eclipse-test-plugin]
12:40:03 [2024-04-10T16:40:03.457Z] [INFO] org.eclipse.jdt.core.tests.performance             [eclipse-test-plugin]
12:40:03 [2024-04-10T16:40:03.457Z] [INFO] [bundle] Java Annotation Processing Core                [eclipse-plugin]
12:40:03 [2024-04-10T16:40:03.457Z] [INFO] [bundle] Java Compiler Apt IDE                          [eclipse-plugin]
12:40:03 [2024-04-10T16:40:03.457Z] [INFO] [bundle] Java Annotation Processing UI                  [eclipse-plugin]
12:40:03 [2024-04-10T16:40:03.457Z] [INFO] org.eclipse.jdt.apt.pluggable.tests                [eclipse-test-plugin]
12:40:03 [2024-04-10T16:40:03.457Z] [INFO] org.eclipse.jdt.apt.tests                          [eclipse-test-plugin]
12:40:03 [2024-04-10T16:40:03.457Z] [INFO] [updatesite] repository.eclipse-repository          [eclipse-repository]
12:40:03 [2024-04-10T16:40:03.715Z] [INFO] 
12:40:03 [2024-04-10T16:40:03.715Z] [INFO] ------------------< org.eclipse.jdt:eclipse.jdt.core >------------------
12:40:03 [2024-04-10T16:40:03.715Z] [INFO] Building eclipse.jdt.core 4.32.0-SNAPSHOT                         [1/18]
12:40:03 [2024-04-10T16:40:03.715Z] [INFO]   from pom.xml
12:40:03 [2024-04-10T16:40:03.715Z] [INFO] --------------------------------[ pom ]---------------------------------
12:40:03 [2024-04-10T16:40:03.715Z] [INFO] 
12:40:03 [2024-04-10T16:40:03.715Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.jdt.core ---
12:40:03 [2024-04-10T16:40:03.715Z] [INFO] 
12:40:03 [2024-04-10T16:40:03.715Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.jdt.core ---
12:40:03 [2024-04-10T16:40:03.715Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/e-incubator_dom-based-operations/saveproperties
12:40:03 [2024-04-10T16:40:03.715Z] [INFO] 
12:40:03 [2024-04-10T16:40:03.715Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.jdt.core ---
12:40:03 [2024-04-10T16:40:03.971Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
12:40:03 [2024-04-10T16:40:03.971Z] [INFO] 
12:40:03 [2024-04-10T16:40:03.971Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.jdt.core ---
12:40:03 [2024-04-10T16:40:03.971Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/e-incubator_dom-based-operations/src/main/resources
12:40:03 [2024-04-10T16:40:03.971Z] [INFO] 
12:40:03 [2024-04-10T16:40:03.971Z] [INFO] --- tycho-apitools:4.0.7:generate (generate) @ eclipse.jdt.core ---
12:40:03 [2024-04-10T16:40:03.971Z] [INFO] 
12:40:03 [2024-04-10T16:40:03.971Z] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ eclipse.jdt.core ---
12:40:03 [2024-04-10T16:40:03.971Z] [INFO] 
12:40:03 [2024-04-10T16:40:03.971Z] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ eclipse.jdt.core ---
12:40:10 [2024-04-10T16:40:10.517Z] [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
12:40:10 [2024-04-10T16:40:10.517Z] [INFO] 
12:40:10 [2024-04-10T16:40:10.517Z] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.jdt.core ---
12:40:10 [2024-04-10T16:40:10.517Z] [INFO] 
12:40:10 [2024-04-10T16:40:10.517Z] [INFO] --- tycho-apitools:4.0.7:verify (verify) @ eclipse.jdt.core ---
12:40:10 [2024-04-10T16:40:10.517Z] [INFO] 
12:40:10 [2024-04-10T16:40:10.517Z] [INFO] -------------< org.eclipse.jdt:org.eclipse.jdt.annotation >-------------
12:40:10 [2024-04-10T16:40:10.517Z] [INFO] Building org.eclipse.jdt.annotation 2.3.0-SNAPSHOT                [2/18]
12:40:10 [2024-04-10T16:40:10.517Z] [INFO]   from org.eclipse.jdt.annotation/pom.xml
12:40:10 [2024-04-10T16:40:10.517Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
12:40:11 [2024-04-10T16:40:11.081Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/e-incubator_dom-based-operations/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.32.0-SNAPSHOT/eclipse-sdk-prereqs-4.32.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, 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@687bf48e
12:40:11 [2024-04-10T16:40:11.081Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ###
12:40:11 [2024-04-10T16:40:11.081Z] [INFO]     Cache location:         /home/jenkins/agent/workspace/e-incubator_dom-based-operations/.m2/repository/.cache/tycho
12:40:11 [2024-04-10T16:40:11.081Z] [INFO]     Transport mode:         online
12:40:11 [2024-04-10T16:40:11.081Z] [INFO]     Http Transport type:    Java11Client
12:40:11 [2024-04-10T16:40:11.081Z] [INFO]     Update mode:            forced
12:40:11 [2024-04-10T16:40:11.081Z] [INFO]     Minimum cache duration: 60 minutes
12:40:11 [2024-04-10T16:40:11.081Z] [INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
12:40:12 [2024-04-10T16:40:12.452Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 74.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.16.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.3.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.17.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
12:40:17 [2024-04-10T16:40:17.748Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , 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 = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-el, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
12:40:17 [2024-04-10T16:40:17.748Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.25.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
12:40:18 [2024-04-10T16:40:18.006Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
12:40:18 [2024-04-10T16:40:18.263Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.contract, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.extender, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.service, Version = 1.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.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.log.stream, Version = 1.0.0, 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.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.repository, Version = 1.1.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 = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
12:40:18 [2024-04-10T16:40:18.522Z] [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.resolve, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = bndtools.api, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.headless.build.manager, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.headless.build.plugin.gradle, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templates.template, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templating, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.versioncontrol.ignores.manager, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.versioncontrol.ignores.plugin.git, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = bndtools.jareditor, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
12:40:19 [2024-04-10T16:40:19.097Z] [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.10, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
12:40:19 [2024-04-10T16:40:19.097Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
12:40:19 [2024-04-10T16:40:19.357Z] [INFO] Resolving MavenDependencyRoots = [GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true
12:40:19 [2024-04-10T16:40:19.613Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.activation, ArtifactId = jakarta.activation-api, Version = 2.1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 2.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 2.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.bind, ArtifactId = jakarta.xml.bind-api, Version = 4.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
12:40:19 [2024-04-10T16:40:19.613Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.32-I-builds
12:40:20 [2024-04-10T16:40:20.555Z] [INFO] 
12:40:20 [2024-04-10T16:40:20.555Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.annotation ---
12:40:20 [2024-04-10T16:40:20.555Z] [INFO] 
12:40:20 [2024-04-10T16:40:20.555Z] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.annotation ---
12:40:20 [2024-04-10T16:40:20.817Z] [INFO] The project's OSGi version is 2.3.0.v20240111-2306
12:40:20 [2024-04-10T16:40:20.817Z] [INFO] 
12:40:20 [2024-04-10T16:40:20.817Z] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.jdt.annotation ---
12:40:20 [2024-04-10T16:40:20.817Z] [INFO] 
12:40:20 [2024-04-10T16:40:20.817Z] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.jdt.annotation ---
12:40:20 [2024-04-10T16:40:20.817Z] [INFO] 
12:40:20 [2024-04-10T16:40:20.817Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.annotation ---
12:40:20 [2024-04-10T16:40:20.817Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.annotation/saveproperties
12:40:20 [2024-04-10T16:40:20.817Z] [INFO] 
12:40:20 [2024-04-10T16:40:20.818Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.annotation ---
12:40:20 [2024-04-10T16:40:20.818Z] [INFO] 
12:40:20 [2024-04-10T16:40:20.818Z] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.jdt.annotation ---
12:40:20 [2024-04-10T16:40:20.818Z] [INFO] 
12:40:20 [2024-04-10T16:40:20.818Z] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.annotation ---
12:40:20 [2024-04-10T16:40:20.818Z] [INFO] Resolving class path of org.eclipse.jdt.annotation
12:40:20 [2024-04-10T16:40:20.818Z] [INFO] 
12:40:20 [2024-04-10T16:40:20.818Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.annotation ---
12:40:20 [2024-04-10T16:40:20.818Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.annotation/src/main/resources
12:40:20 [2024-04-10T16:40:20.818Z] [INFO] 
12:40:20 [2024-04-10T16:40:20.818Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.annotation ---
12:40:20 [2024-04-10T16:40:20.818Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.annotation/src/main/resources
12:40:20 [2024-04-10T16:40:20.818Z] [INFO] 
12:40:20 [2024-04-10T16:40:20.818Z] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.jdt.annotation ---
12:40:21 [2024-04-10T16:40:21.776Z] [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.annotation/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240405-0737
12:40:23 [2024-04-10T16:40:23.173Z] [INFO] 
12:40:23 [2024-04-10T16:40:23.173Z] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.jdt.annotation ---
12:40:23 [2024-04-10T16:40:23.173Z] [INFO] 
12:40:23 [2024-04-10T16:40:23.173Z] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.jdt.annotation ---
12:40:23 [2024-04-10T16:40:23.173Z] [INFO] 
12:40:23 [2024-04-10T16:40:23.173Z] [INFO] --- tycho-apitools:4.0.7:generate (generate) @ org.eclipse.jdt.annotation ---
12:40:24 [2024-04-10T16:40:24.116Z] [INFO] 
12:40:24 [2024-04-10T16:40:24.116Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.annotation ---
12:40:24 [2024-04-10T16:40:24.117Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.annotation/src/test/resources
12:40:24 [2024-04-10T16:40:24.117Z] [INFO] 
12:40:24 [2024-04-10T16:40:24.117Z] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.jdt.annotation ---
12:40:24 [2024-04-10T16:40:24.117Z] [INFO] 
12:40:24 [2024-04-10T16:40:24.117Z] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.annotation ---
12:40:24 [2024-04-10T16:40:24.117Z] [INFO] 
12:40:24 [2024-04-10T16:40:24.117Z] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.jdt.annotation ---
12:40:24 [2024-04-10T16:40:24.117Z] [INFO] Building jar: /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.annotation/target/org.eclipse.jdt.annotation-2.3.0-SNAPSHOT-sources.jar
12:40:24 [2024-04-10T16:40:24.117Z] [INFO] 
12:40:24 [2024-04-10T16:40:24.117Z] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.jdt.annotation ---
12:40:24 [2024-04-10T16:40:24.117Z] [INFO] Building jar: /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.annotation/target/org.eclipse.jdt.annotation-2.3.0-SNAPSHOT.jar
12:40:24 [2024-04-10T16:40:24.117Z] [INFO] 
12:40:24 [2024-04-10T16:40:24.117Z] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.annotation ---
12:40:24 [2024-04-10T16:40:24.383Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.annotation:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.annotation/pom.xml
12:40:24 [2024-04-10T16:40:24.383Z]     The main artifact has been replaced with the baseline version.
12:40:24 [2024-04-10T16:40:24.383Z]     The following attached artifacts have been replaced with the baseline version: [sources]
12:40:24 [2024-04-10T16:40:24.383Z] 
12:40:24 [2024-04-10T16:40:24.383Z] [INFO] 
12:40:24 [2024-04-10T16:40:24.383Z] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.jdt.annotation ---
12:40:25 [2024-04-10T16:40:25.333Z] [INFO] No previous run data found, generating javadoc.
12:40:28 [2024-04-10T16:40:28.654Z] [INFO] Building jar: /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.annotation/target/org.eclipse.jdt.annotation-2.3.0-SNAPSHOT-javadoc.jar
12:40:28 [2024-04-10T16:40:28.654Z] [INFO] 
12:40:28 [2024-04-10T16:40:28.654Z] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.annotation ---
12:40:28 [2024-04-10T16:40:28.654Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520
12:40:28 [2024-04-10T16:40:28.935Z] [INFO] 
12:40:28 [2024-04-10T16:40:28.935Z] [INFO] --- tycho-apitools:4.0.7:verify (verify) @ org.eclipse.jdt.annotation ---
12:40:28 [2024-04-10T16:40:28.935Z] [INFO] Resolve API baseline for org.eclipse.jdt:org.eclipse.jdt.annotation:eclipse-plugin:2.3.0-SNAPSHOT with linux/gtk/x86_64
12:40:38 [2024-04-10T16:40:38.896Z] API Tools version: 1.3.400.v20240326-2210
12:40:38 [2024-04-10T16:40:38.896Z] Job Load Target Platform(24) scheduled...
12:40:38 [2024-04-10T16:40:38.896Z] Job Load Target Platform(24) aboutToRun...
12:40:38 [2024-04-10T16:40:38.896Z] Job Load Target Platform(24) running...
12:40:38 [2024-04-10T16:40:38.896Z] Job Updating workspace(6) scheduled...
12:40:38 [2024-04-10T16:40:38.896Z] Job Re-resolve Target state after VM-Install or EE change(25) scheduled...
12:40:38 [2024-04-10T16:40:38.896Z] Job Re-resolve Target state after VM-Install or EE change(25) done...
12:40:38 [2024-04-10T16:40:38.896Z] Job Re-resolve Target state after VM-Install or EE change(26) scheduled...
12:40:38 [2024-04-10T16:40:38.896Z] Job Update Installed JREs(27) scheduled...
12:40:38 [2024-04-10T16:40:38.896Z] Job Update Installed JREs(27) aboutToRun...
12:40:38 [2024-04-10T16:40:38.896Z] Job Update Installed JREs(27) running...
12:40:38 [2024-04-10T16:40:38.896Z] Job Update Installed JREs(27) done...
12:40:38 [2024-04-10T16:40:38.896Z] Job Synchronizing projects(28) scheduled...
12:40:38 [2024-04-10T16:40:38.896Z] Job Synchronizing projects(28) aboutToRun...
12:40:38 [2024-04-10T16:40:38.896Z] Job Synchronizing projects(28) running...
12:40:38 [2024-04-10T16:40:38.896Z] Job Synchronizing projects(28) done...
12:40:38 [2024-04-10T16:40:38.896Z] Job Re-resolve Target state after VM-Install or EE change(26) aboutToRun...
12:40:38 [2024-04-10T16:40:38.896Z] Job Re-resolve Target state after VM-Install or EE change(26) running...
12:40:40 [2024-04-10T16:40:40.271Z] Job Updating workspace(6) aboutToRun...
12:40:40 [2024-04-10T16:40:40.271Z] Job Updating workspace(6) running...
12:40:40 [2024-04-10T16:40:40.271Z] Job Updating workspace(6) done...
12:40:40 [2024-04-10T16:40:40.529Z] Job Updating workspace(6) scheduled...
12:40:40 [2024-04-10T16:40:40.530Z] Job Load Target Platform(24) done...
12:40:40 [2024-04-10T16:40:40.530Z] Job Updating workspace(6) done...
12:40:40 [2024-04-10T16:40:40.530Z] Job Re-resolve Target state after VM-Install or EE change(26) done...
12:40:40 [2024-04-10T16:40:40.530Z] Job Building(4) aboutToRun...
12:40:40 [2024-04-10T16:40:40.530Z] Job Building(4) running...
12:40:40 [2024-04-10T16:40:40.530Z] Job Building(4) done...
12:40:40 [2024-04-10T16:40:40.530Z] Job Building(4) scheduled...
12:40:40 [2024-04-10T16:40:40.530Z] Job Flushing content description cache.(11) scheduled...
12:40:40 [2024-04-10T16:40:40.530Z] Job Periodic workspace save.(7) scheduled...
12:40:40 [2024-04-10T16:40:40.530Z] Job Periodic workspace save.(7) aboutToRun...
12:40:40 [2024-04-10T16:40:40.530Z] Job Periodic workspace save.(7) running...
12:40:40 [2024-04-10T16:40:40.787Z] Job Periodic workspace save.(7) done...
12:40:40 [2024-04-10T16:40:40.787Z] Job Reporting encoding changes.(9) scheduled...
12:40:40 [2024-04-10T16:40:40.787Z] Job Updating workspace(6) scheduled...
12:40:40 [2024-04-10T16:40:40.787Z] Job Updating workspace(6) done...
12:40:40 [2024-04-10T16:40:40.787Z] Job Updating index names(16) scheduled...
12:40:40 [2024-04-10T16:40:40.787Z] Job Updating index names(16) aboutToRun...
12:40:40 [2024-04-10T16:40:40.787Z] Job Updating index names(16) running...
12:40:40 [2024-04-10T16:40:40.787Z] Job Updating index names(16) done...
12:40:40 [2024-04-10T16:40:40.787Z] Job Updating index names(16) scheduled...
12:40:40 [2024-04-10T16:40:40.787Z] Job Updating index names(16) aboutToRun...
12:40:40 [2024-04-10T16:40:40.787Z] Job Updating index names(16) running...
12:40:40 [2024-04-10T16:40:40.787Z] Job Updating index names(16) done...
12:40:40 [2024-04-10T16:40:40.787Z] Job Updating index names(16) scheduled...
12:40:40 [2024-04-10T16:40:40.787Z] Job Updating index names(16) aboutToRun...
12:40:40 [2024-04-10T16:40:40.787Z] Job Updating index names(16) running...
12:40:40 [2024-04-10T16:40:40.787Z] Job Periodic workspace save.(7) scheduled...
12:40:40 [2024-04-10T16:40:40.787Z] Job Building(4) aboutToRun...
12:40:40 [2024-04-10T16:40:40.787Z] Job Building(4) running...
12:40:40 [2024-04-10T16:40:40.787Z] Job Updating index names(16) done...
12:40:40 [2024-04-10T16:40:40.787Z] Job Updating index names(16) scheduled...
12:40:40 [2024-04-10T16:40:40.787Z] Job Updating index names(16) aboutToRun...
12:40:40 [2024-04-10T16:40:40.787Z] Job Updating index names(16) running...
12:40:40 [2024-04-10T16:40:40.787Z] Job Building(4) done...
12:40:40 [2024-04-10T16:40:40.787Z] Job Updating index names(16) done...
12:40:41 [2024-04-10T16:40:41.086Z] Job Sending build events with disabled autobuild(5) scheduled...
12:40:41 [2024-04-10T16:40:41.086Z] Project component was found
12:40:41 [2024-04-10T16:40:41.086Z] ==== org.eclipse.jdt.annotation - baseline ====
12:40:41 [2024-04-10T16:40:41.086Z] org.eclipse.jdt.annotation 2.3.0 -- org.eclipse.jdt.annotation-2.3.0.v20240111-2306.jar
12:40:41 [2024-04-10T16:40:41.086Z] System Component:
12:40:41 [2024-04-10T16:40:41.086Z] 	Version: JavaSE-21
12:40:41 [2024-04-10T16:40:41.086Z] 	Location: /opt/tools/java/openjdk/jdk-21/21.0.2
12:40:41 [2024-04-10T16:40:41.086Z] 	Execution Environment: JavaSE-21
12:40:41 [2024-04-10T16:40:41.344Z] Job Reporting encoding changes.(9) aboutToRun...
12:40:41 [2024-04-10T16:40:41.344Z] Job Reporting encoding changes.(9) running...
12:40:41 [2024-04-10T16:40:41.344Z] Job Java indexing... (36) scheduled...
12:40:41 [2024-04-10T16:40:41.344Z] Job Java indexing... (36) aboutToRun...
12:40:41 [2024-04-10T16:40:41.344Z] Job Java indexing... (36) running...
12:40:41 [2024-04-10T16:40:41.634Z] Job Flushing content description cache.(11) aboutToRun...
12:40:41 [2024-04-10T16:40:41.634Z] Job Flushing content description cache.(11) running...
12:40:41 [2024-04-10T16:40:41.634Z] Job Reporting encoding changes.(9) done...
12:40:41 [2024-04-10T16:40:41.634Z] Job Updating workspace(6) scheduled...
12:40:41 [2024-04-10T16:40:41.634Z] Job Updating workspace(6) done...
12:40:41 [2024-04-10T16:40:41.634Z] Job Flushing content description cache.(11) done...
12:40:41 [2024-04-10T16:40:41.934Z] Job Sending build events with disabled autobuild(5) aboutToRun...
12:40:41 [2024-04-10T16:40:41.934Z] Job Sending build events with disabled autobuild(5) running...
12:40:41 [2024-04-10T16:40:41.934Z] Job Sending build events with disabled autobuild(5) done...
12:40:43 [2024-04-10T16:40:43.373Z] Job Periodic workspace save.(7) done...
12:40:43 [2024-04-10T16:40:43.373Z] Job Sending build events with disabled autobuild(5) scheduled...
12:40:43 [2024-04-10T16:40:43.373Z] Job Registry event dispatcher(40) scheduled...
12:40:43 [2024-04-10T16:40:43.373Z] Job Registry event dispatcher(40) aboutToRun...
12:40:43 [2024-04-10T16:40:43.373Z] Job Registry event dispatcher(40) running...
12:40:43 [2024-04-10T16:40:43.373Z] Job Registry event dispatcher(40) done...
12:40:43 [2024-04-10T16:40:43.373Z] Job Sending build events with disabled autobuild(5) aboutToRun...
12:40:43 [2024-04-10T16:40:43.373Z] Job Sending build events with disabled autobuild(5) running...
12:40:43 [2024-04-10T16:40:43.373Z] Job Sending build events with disabled autobuild(5) done...
12:40:43 [2024-04-10T16:40:43.374Z] Job Updating index names(16) scheduled...
12:40:43 [2024-04-10T16:40:43.374Z] Job Updating index names(16) aboutToRun...
12:40:43 [2024-04-10T16:40:43.374Z] Job Updating index names(16) running...
12:40:43 [2024-04-10T16:40:43.374Z] Job Java indexing... 15 files to index (/opt/tools/java/openjdk/jdk-21/21.0.2/lib/jrt-fs.jar)(36) done...
12:40:43 [2024-04-10T16:40:43.374Z] Job Updating index names(16) done...
12:40:43 [2024-04-10T16:40:43.374Z] Job Updating index names(16) scheduled...
12:40:43 [2024-04-10T16:40:43.374Z] Job Updating index names(16) aboutToRun...
12:40:43 [2024-04-10T16:40:43.374Z] Job Updating index names(16) running...
12:40:43 [2024-04-10T16:40:43.374Z] Job Updating index names(16) done...
12:40:48 [2024-04-10T16:40:48.747Z] Job Compacting resource model(14) done...
12:40:48 [2024-04-10T16:40:48.747Z] [INFO] API Analysis finished in 19 s.
12:40:48 [2024-04-10T16:40:48.747Z] [INFO] 0 API ERRORS
12:40:48 [2024-04-10T16:40:48.747Z] [INFO] 0 API warnings
12:40:48 [2024-04-10T16:40:48.747Z] [INFO] 
12:40:48 [2024-04-10T16:40:48.747Z] [INFO] -------------< org.eclipse.jdt:org.eclipse.jdt.annotation >-------------
12:40:48 [2024-04-10T16:40:48.747Z] [INFO] Building org.eclipse.jdt.annotation 1.2.100-SNAPSHOT              [3/18]
12:40:48 [2024-04-10T16:40:48.747Z] [INFO]   from org.eclipse.jdt.annotation_v1/pom.xml
12:40:48 [2024-04-10T16:40:48.747Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
12:40:49 [2024-04-10T16:40:49.023Z] [INFO] 
12:40:49 [2024-04-10T16:40:49.023Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.annotation ---
12:40:49 [2024-04-10T16:40:49.023Z] [INFO] 
12:40:49 [2024-04-10T16:40:49.023Z] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.annotation ---
12:40:49 [2024-04-10T16:40:49.023Z] [INFO] The project's OSGi version is 1.2.100.v20240212-1051
12:40:49 [2024-04-10T16:40:49.023Z] [INFO] 
12:40:49 [2024-04-10T16:40:49.023Z] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.jdt.annotation ---
12:40:49 [2024-04-10T16:40:49.023Z] [INFO] 
12:40:49 [2024-04-10T16:40:49.023Z] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.jdt.annotation ---
12:40:49 [2024-04-10T16:40:49.023Z] [INFO] 
12:40:49 [2024-04-10T16:40:49.023Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.annotation ---
12:40:49 [2024-04-10T16:40:49.023Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.annotation_v1/saveproperties
12:40:49 [2024-04-10T16:40:49.023Z] [INFO] 
12:40:49 [2024-04-10T16:40:49.023Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.annotation ---
12:40:49 [2024-04-10T16:40:49.023Z] [INFO] 
12:40:49 [2024-04-10T16:40:49.023Z] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.jdt.annotation ---
12:40:49 [2024-04-10T16:40:49.023Z] [INFO] 
12:40:49 [2024-04-10T16:40:49.023Z] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.annotation ---
12:40:49 [2024-04-10T16:40:49.023Z] [INFO] Resolving class path of org.eclipse.jdt.annotation
12:40:49 [2024-04-10T16:40:49.023Z] [INFO] 
12:40:49 [2024-04-10T16:40:49.023Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.annotation ---
12:40:49 [2024-04-10T16:40:49.023Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.annotation_v1/src/main/resources
12:40:49 [2024-04-10T16:40:49.023Z] [INFO] 
12:40:49 [2024-04-10T16:40:49.023Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.annotation ---
12:40:49 [2024-04-10T16:40:49.023Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.annotation_v1/src/main/resources
12:40:49 [2024-04-10T16:40:49.023Z] [INFO] 
12:40:49 [2024-04-10T16:40:49.023Z] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.jdt.annotation ---
12:40:49 [2024-04-10T16:40:49.023Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.annotation_v1/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240405-0737
12:40:49 [2024-04-10T16:40:49.300Z] [INFO] 
12:40:49 [2024-04-10T16:40:49.300Z] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.jdt.annotation ---
12:40:49 [2024-04-10T16:40:49.300Z] [INFO] 
12:40:49 [2024-04-10T16:40:49.300Z] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.jdt.annotation ---
12:40:49 [2024-04-10T16:40:49.300Z] [INFO] 
12:40:49 [2024-04-10T16:40:49.300Z] [INFO] --- tycho-apitools:4.0.7:generate (generate) @ org.eclipse.jdt.annotation ---
12:40:49 [2024-04-10T16:40:49.300Z] [INFO] 
12:40:49 [2024-04-10T16:40:49.300Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.annotation ---
12:40:49 [2024-04-10T16:40:49.300Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.annotation_v1/src/test/resources
12:40:49 [2024-04-10T16:40:49.300Z] [INFO] 
12:40:49 [2024-04-10T16:40:49.300Z] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.jdt.annotation ---
12:40:49 [2024-04-10T16:40:49.300Z] [INFO] 
12:40:49 [2024-04-10T16:40:49.300Z] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.annotation ---
12:40:49 [2024-04-10T16:40:49.300Z] [INFO] 
12:40:49 [2024-04-10T16:40:49.300Z] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.jdt.annotation ---
12:40:49 [2024-04-10T16:40:49.300Z] [INFO] Building jar: /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.annotation_v1/target/org.eclipse.jdt.annotation-1.2.100-SNAPSHOT-sources.jar
12:40:49 [2024-04-10T16:40:49.300Z] [INFO] 
12:40:49 [2024-04-10T16:40:49.300Z] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.jdt.annotation ---
12:40:49 [2024-04-10T16:40:49.300Z] [INFO] Building jar: /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.annotation_v1/target/org.eclipse.jdt.annotation-1.2.100-SNAPSHOT.jar
12:40:49 [2024-04-10T16:40:49.300Z] [INFO] 
12:40:49 [2024-04-10T16:40:49.300Z] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.annotation ---
12:40:49 [2024-04-10T16:40:49.300Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.annotation:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.annotation_v1/pom.xml
12:40:49 [2024-04-10T16:40:49.300Z]     The main artifact has been replaced with the baseline version.
12:40:49 [2024-04-10T16:40:49.300Z]     The following attached artifacts have been replaced with the baseline version: [sources]
12:40:49 [2024-04-10T16:40:49.300Z] 
12:40:49 [2024-04-10T16:40:49.300Z] [INFO] 
12:40:49 [2024-04-10T16:40:49.300Z] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.jdt.annotation ---
12:40:49 [2024-04-10T16:40:49.572Z] [INFO] No previous run data found, generating javadoc.
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] Building jar: /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.annotation_v1/target/org.eclipse.jdt.annotation-1.2.100-SNAPSHOT-javadoc.jar
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] 
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.annotation ---
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] Execution was skipped
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] 
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] --- tycho-apitools:4.0.7:verify (verify) @ org.eclipse.jdt.annotation ---
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] 
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.core.compiler.batch >---------
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] Building org.eclipse.jdt.core.compiler.batch 3.38.0-SNAPSHOT      [4/18]
12:40:52 [2024-04-10T16:40:52.132Z] [INFO]   from org.eclipse.jdt.core.compiler.batch/pom.xml
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] 
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.core.compiler.batch ---
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] Deleting /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core.compiler.batch/target
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] 
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.compiler.batch ---
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] The project's OSGi version is 3.38.0.v20240405-0737
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] 
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.jdt.core.compiler.batch ---
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] 
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.jdt.core.compiler.batch ---
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] 
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.core.compiler.batch ---
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core.compiler.batch/saveproperties
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] 
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] --- build-helper:3.5.0:regex-property (compiler-message-properties) @ org.eclipse.jdt.core.compiler.batch ---
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] No match to regex '\\' found in '/home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/batch/messages.properties'. The initial value '/home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/batch/messages.properties' is left as-is...
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] 
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.core.compiler.batch ---
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] 
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] --- enforcer:3.4.1:enforce (no-tabs-in-compiler-messages) @ org.eclipse.jdt.core.compiler.batch ---
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.EvaluateBeanshell passed
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] 
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.jdt.core.compiler.batch ---
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] 
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core.compiler.batch ---
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] Resolving class path of org.eclipse.jdt.core.compiler.batch
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] 
12:40:52 [2024-04-10T16:40:52.132Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.core.compiler.batch ---
12:40:52 [2024-04-10T16:40:52.133Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core.compiler.batch/src/main/resources
12:40:52 [2024-04-10T16:40:52.133Z] [INFO] 
12:40:52 [2024-04-10T16:40:52.133Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.core.compiler.batch ---
12:40:52 [2024-04-10T16:40:52.133Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core.compiler.batch/src/main/resources
12:40:52 [2024-04-10T16:40:52.133Z] [INFO] 
12:40:52 [2024-04-10T16:40:52.133Z] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.jdt.core.compiler.batch ---
12:40:52 [2024-04-10T16:40:52.133Z] [INFO] Compiling 543 source files to /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core.compiler.batch/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240405-0737
12:41:02 [2024-04-10T16:41:02.139Z] [WARNING] /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java:[1426] 
12:41:02 [2024-04-10T16:41:02.139Z] 	if (reference == null) reference = typeRef;
12:41:02 [2024-04-10T16:41:02.139Z] 	    ^^^^^^^^^
12:41:02 [2024-04-10T16:41:02.139Z] Redundant null check: The variable reference can only be null at this location
12:41:02 [2024-04-10T16:41:02.139Z] 1 problem (1 warning)
12:41:02 [2024-04-10T16:41:02.139Z] [INFO] 
12:41:02 [2024-04-10T16:41:02.139Z] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.jdt.core.compiler.batch ---
12:41:02 [2024-04-10T16:41:02.139Z] [INFO] 
12:41:02 [2024-04-10T16:41:02.139Z] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.jdt.core.compiler.batch ---
12:41:02 [2024-04-10T16:41:02.139Z] [INFO] 
12:41:02 [2024-04-10T16:41:02.139Z] [INFO] --- tycho-apitools:4.0.7:generate (generate) @ org.eclipse.jdt.core.compiler.batch ---
12:41:02 [2024-04-10T16:41:02.139Z] [INFO] 
12:41:02 [2024-04-10T16:41:02.139Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.core.compiler.batch ---
12:41:02 [2024-04-10T16:41:02.139Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core.compiler.batch/src/test/resources
12:41:02 [2024-04-10T16:41:02.139Z] [INFO] 
12:41:02 [2024-04-10T16:41:02.139Z] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.jdt.core.compiler.batch ---
12:41:02 [2024-04-10T16:41:02.139Z] [INFO] 
12:41:02 [2024-04-10T16:41:02.139Z] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core.compiler.batch ---
12:41:02 [2024-04-10T16:41:02.139Z] [INFO] 
12:41:02 [2024-04-10T16:41:02.139Z] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.jdt.core.compiler.batch ---
12:41:02 [2024-04-10T16:41:02.139Z] [INFO] Building jar: /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core.compiler.batch/target/org.eclipse.jdt.core.compiler.batch-3.38.0-SNAPSHOT-sources.jar
12:41:02 [2024-04-10T16:41:02.396Z] [INFO] 
12:41:02 [2024-04-10T16:41:02.396Z] [INFO] --- antrun:3.1.0:run (default) @ org.eclipse.jdt.core.compiler.batch ---
12:41:02 [2024-04-10T16:41:02.396Z] [INFO] Executing tasks
12:41:02 [2024-04-10T16:41:02.396Z] [INFO] Executed tasks
12:41:02 [2024-04-10T16:41:02.396Z] [INFO] 
12:41:02 [2024-04-10T16:41:02.396Z] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.compiler.batch ---
12:41:02 [2024-04-10T16:41:02.396Z] [INFO] Building jar: /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core.compiler.batch/target/org.eclipse.jdt.core.compiler.batch-3.38.0-SNAPSHOT.jar
12:41:03 [2024-04-10T16:41:03.001Z] [INFO] 
12:41:03 [2024-04-10T16:41:03.001Z] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core.compiler.batch ---
12:41:03 [2024-04-10T16:41:03.258Z] [INFO] No baseline version org.eclipse.jdt:org.eclipse.jdt.core.compiler.batch:eclipse-plugin:3.38.0-SNAPSHOT
12:41:03 [2024-04-10T16:41:03.258Z] [INFO] 
12:41:03 [2024-04-10T16:41:03.258Z] [INFO] --- tycho-p2:4.0.7:p2-metadata (attached-p2-metadata) @ org.eclipse.jdt.core.compiler.batch ---
12:41:03 [2024-04-10T16:41:03.258Z] [INFO] No baseline version org.eclipse.jdt:org.eclipse.jdt.core.compiler.batch:eclipse-plugin:3.38.0-SNAPSHOT
12:41:03 [2024-04-10T16:41:03.258Z] [INFO] 
12:41:03 [2024-04-10T16:41:03.258Z] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.jdt.core.compiler.batch ---
12:41:03 [2024-04-10T16:41:03.833Z] [INFO] No previous run data found, generating javadoc.
12:41:25 [2024-04-10T16:41:25.785Z] [INFO] Building jar: /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core.compiler.batch/target/org.eclipse.jdt.core.compiler.batch-3.38.0-SNAPSHOT-javadoc.jar
12:41:25 [2024-04-10T16:41:25.785Z] [INFO] 
12:41:25 [2024-04-10T16:41:25.785Z] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core.compiler.batch ---
12:41:25 [2024-04-10T16:41:25.785Z] [INFO] 
12:41:25 [2024-04-10T16:41:25.785Z] [INFO] --- tycho-apitools:4.0.7:verify (verify) @ org.eclipse.jdt.core.compiler.batch ---
12:41:25 [2024-04-10T16:41:25.785Z] [INFO] Resolve API baseline for org.eclipse.jdt:org.eclipse.jdt.core.compiler.batch:eclipse-plugin:3.38.0-SNAPSHOT with linux/gtk/x86_64
12:41:25 [2024-04-10T16:41:25.785Z] API Tools version: 1.3.400.v20240326-2210
12:41:25 [2024-04-10T16:41:25.785Z] Job Sending build events with disabled autobuild(5) aboutToRun...
12:41:25 [2024-04-10T16:41:25.785Z] Job Sending build events with disabled autobuild(5) running...
12:41:25 [2024-04-10T16:41:25.785Z] Job Sending build events with disabled autobuild(5) done...
12:41:25 [2024-04-10T16:41:25.785Z] Job Load Target Platform(25) scheduled...
12:41:25 [2024-04-10T16:41:25.785Z] Job Load Target Platform(25) aboutToRun...
12:41:25 [2024-04-10T16:41:25.785Z] Job Load Target Platform(25) running...
12:41:25 [2024-04-10T16:41:25.785Z] Job Updating workspace(6) scheduled...
12:41:25 [2024-04-10T16:41:25.785Z] Job Re-resolve Target state after VM-Install or EE change(26) scheduled...
12:41:25 [2024-04-10T16:41:25.785Z] Job Re-resolve Target state after VM-Install or EE change(26) aboutToRun...
12:41:25 [2024-04-10T16:41:25.785Z] Job Re-resolve Target state after VM-Install or EE change(26) running...
12:41:26 [2024-04-10T16:41:26.042Z] Job Updating workspace(6) aboutToRun...
12:41:26 [2024-04-10T16:41:26.042Z] Job Updating workspace(6) running...
12:41:26 [2024-04-10T16:41:26.042Z] Job Updating workspace(6) done...
12:41:26 [2024-04-10T16:41:26.042Z] Job Updating workspace(6) scheduled...
12:41:26 [2024-04-10T16:41:26.042Z] Job Load Target Platform(25) done...
12:41:26 [2024-04-10T16:41:26.042Z] Job Updating workspace(6) done...
12:41:26 [2024-04-10T16:41:26.042Z] Job Sending build events with disabled autobuild(5) scheduled...
12:41:26 [2024-04-10T16:41:26.042Z] Job Re-resolve Target state after VM-Install or EE change(26) done...
12:41:26 [2024-04-10T16:41:26.042Z] Job Flushing content description cache.(11) scheduled...
12:41:26 [2024-04-10T16:41:26.333Z] Job Reporting encoding changes.(9) scheduled...
12:41:26 [2024-04-10T16:41:26.333Z] Job Updating index names(16) scheduled...
12:41:26 [2024-04-10T16:41:26.333Z] Job Updating index names(16) aboutToRun...
12:41:26 [2024-04-10T16:41:26.333Z] Job Updating index names(16) running...
12:41:26 [2024-04-10T16:41:26.333Z] Job Updating index names(16) done...
12:41:26 [2024-04-10T16:41:26.333Z] Job Periodic workspace save.(7) scheduled...
12:41:26 [2024-04-10T16:41:26.333Z] Job Sending build events with disabled autobuild(5) aboutToRun...
12:41:26 [2024-04-10T16:41:26.333Z] Job Sending build events with disabled autobuild(5) running...
12:41:26 [2024-04-10T16:41:26.333Z] Job Sending build events with disabled autobuild(5) done...
12:41:26 [2024-04-10T16:41:26.333Z] Job Sending build events with disabled autobuild(5) scheduled...
12:41:26 [2024-04-10T16:41:26.333Z] Job Periodic workspace save.(7) aboutToRun...
12:41:26 [2024-04-10T16:41:26.333Z] Job Periodic workspace save.(7) running...
12:41:26 [2024-04-10T16:41:26.333Z] Job Periodic workspace save.(7) done...
12:41:26 [2024-04-10T16:41:26.589Z] Job Updating workspace(6) scheduled...
12:41:26 [2024-04-10T16:41:26.589Z] Job Updating workspace(6) done...
12:41:26 [2024-04-10T16:41:26.589Z] Job Updating index names(16) scheduled...
12:41:26 [2024-04-10T16:41:26.589Z] Job Updating index names(16) aboutToRun...
12:41:26 [2024-04-10T16:41:26.589Z] Job Updating index names(16) running...
12:41:26 [2024-04-10T16:41:26.589Z] Job Reporting encoding changes.(9) aboutToRun...
12:41:26 [2024-04-10T16:41:26.589Z] Job Reporting encoding changes.(9) running...
12:41:26 [2024-04-10T16:41:26.589Z] Job Updating index names(16) done...
12:41:26 [2024-04-10T16:41:26.589Z] Job Updating index names(16) scheduled...
12:41:26 [2024-04-10T16:41:26.589Z] Job Updating index names(16) aboutToRun...
12:41:26 [2024-04-10T16:41:26.589Z] Job Updating index names(16) running...
12:41:26 [2024-04-10T16:41:26.589Z] Job Updating index names(16) done...
12:41:26 [2024-04-10T16:41:26.589Z] Job Updating index names(16) scheduled...
12:41:26 [2024-04-10T16:41:26.589Z] Job Updating index names(16) aboutToRun...
12:41:26 [2024-04-10T16:41:26.589Z] Job Updating index names(16) running...
12:41:26 [2024-04-10T16:41:26.589Z] Job Updating index names(16) done...
12:41:26 [2024-04-10T16:41:26.589Z] Job Updating index names(16) scheduled...
12:41:26 [2024-04-10T16:41:26.589Z] Job Updating index names(16) aboutToRun...
12:41:26 [2024-04-10T16:41:26.589Z] Job Updating index names(16) running...
12:41:26 [2024-04-10T16:41:26.589Z] Job Updating index names(16) done...
12:41:26 [2024-04-10T16:41:26.589Z] Job Updating index names(16) scheduled...
12:41:26 [2024-04-10T16:41:26.589Z] Job Updating index names(16) aboutToRun...
12:41:26 [2024-04-10T16:41:26.589Z] Job Updating index names(16) running...
12:41:26 [2024-04-10T16:41:26.589Z] Job Updating index names(16) done...
12:41:26 [2024-04-10T16:41:26.589Z] Job Updating index names(16) scheduled...
12:41:26 [2024-04-10T16:41:26.589Z] Job Updating index names(16) aboutToRun...
12:41:26 [2024-04-10T16:41:26.590Z] Job Updating index names(16) running...
12:41:26 [2024-04-10T16:41:26.590Z] Job Updating index names(16) done...
12:41:26 [2024-04-10T16:41:26.847Z] Job Periodic workspace save.(7) scheduled...
12:41:26 [2024-04-10T16:41:26.847Z] Job Sending build events with disabled autobuild(5) aboutToRun...
12:41:26 [2024-04-10T16:41:26.847Z] Job Sending build events with disabled autobuild(5) running...
12:41:26 [2024-04-10T16:41:26.847Z] Job Updating index names(16) scheduled...
12:41:26 [2024-04-10T16:41:26.847Z] Job Updating index names(16) aboutToRun...
12:41:26 [2024-04-10T16:41:26.847Z] Job Updating index names(16) running...
12:41:26 [2024-04-10T16:41:26.847Z] Job Updating index names(16) done...
12:41:27 [2024-04-10T16:41:27.103Z] Job Java indexing... (35) scheduled...
12:41:27 [2024-04-10T16:41:27.103Z] Job Java indexing... (35) aboutToRun...
12:41:27 [2024-04-10T16:41:27.103Z] Job Java indexing... (35) running...
12:41:31 [2024-04-10T16:41:31.435Z] Job Reporting encoding changes.(9) done...
12:41:31 [2024-04-10T16:41:31.435Z] Job Sending build events with disabled autobuild(5) done...
12:41:31 [2024-04-10T16:41:31.435Z] Job Flushing content description cache.(11) aboutToRun...
12:41:31 [2024-04-10T16:41:31.435Z] Job Flushing content description cache.(11) running...
12:41:31 [2024-04-10T16:41:31.435Z] Job Updating workspace(6) scheduled...
12:41:31 [2024-04-10T16:41:31.435Z] Job Updating workspace(6) done...
12:41:31 [2024-04-10T16:41:31.435Z] Job Sending build events with disabled autobuild(5) scheduled...
12:41:31 [2024-04-10T16:41:31.435Z] Job Flushing content description cache.(11) done...
12:41:31 [2024-04-10T16:41:31.435Z] Job Sending build events with disabled autobuild(5) aboutToRun...
12:41:31 [2024-04-10T16:41:31.435Z] Job Sending build events with disabled autobuild(5) running...
12:41:31 [2024-04-10T16:41:31.435Z] Job Sending build events with disabled autobuild(5) done...
12:41:31 [2024-04-10T16:41:31.435Z] Job Sending build events with disabled autobuild(5) scheduled...
12:41:31 [2024-04-10T16:41:31.435Z] Project component was found
12:41:31 [2024-04-10T16:41:31.435Z] ==== org.eclipse.jdt.core.compiler.batch - baseline ====
12:41:31 [2024-04-10T16:41:31.435Z] org.eclipse.jdt.core.compiler.batch 3.37.0 -- org.eclipse.jdt.core.compiler.batch-3.37.0.v20240215-1558.jar
12:41:31 [2024-04-10T16:41:31.435Z] org.eclipse.jdt.core.compiler.batch.source 3.37.0 -- org.eclipse.jdt.core.compiler.batch.source-3.37.0.v20240215-1558.jar
12:41:31 [2024-04-10T16:41:31.435Z] System Component:
12:41:31 [2024-04-10T16:41:31.435Z] 	Version: JavaSE-21
12:41:31 [2024-04-10T16:41:31.435Z] 	Location: /opt/tools/java/openjdk/jdk-21/21.0.2
12:41:31 [2024-04-10T16:41:31.435Z] 	Execution Environment: JavaSE-21
12:41:31 [2024-04-10T16:41:31.435Z] Job Sending build events with disabled autobuild(5) aboutToRun...
12:41:31 [2024-04-10T16:41:31.435Z] Job Sending build events with disabled autobuild(5) running...
12:41:31 [2024-04-10T16:41:31.435Z] Job Sending build events with disabled autobuild(5) done...
12:41:39 [2024-04-10T16:41:39.732Z] Job Updating index names(16) scheduled...
12:41:39 [2024-04-10T16:41:39.732Z] Job Updating index names(16) aboutToRun...
12:41:39 [2024-04-10T16:41:39.733Z] Job Updating index names(16) running...
12:41:39 [2024-04-10T16:41:39.733Z] Job Updating index names(16) done...
12:41:39 [2024-04-10T16:41:39.733Z] Job Updating index names(16) scheduled...
12:41:39 [2024-04-10T16:41:39.733Z] Job Updating index names(16) aboutToRun...
12:41:39 [2024-04-10T16:41:39.733Z] Job Updating index names(16) running...
12:41:39 [2024-04-10T16:41:39.733Z] Job Updating index names(16) done...
12:41:39 [2024-04-10T16:41:39.733Z] Job Updating index names(16) scheduled...
12:41:39 [2024-04-10T16:41:39.733Z] Job Updating index names(16) aboutToRun...
12:41:39 [2024-04-10T16:41:39.733Z] Job Updating index names(16) running...
12:41:39 [2024-04-10T16:41:39.733Z] Job Updating index names(16) done...
12:41:39 [2024-04-10T16:41:39.733Z] Job Updating index names(16) scheduled...
12:41:39 [2024-04-10T16:41:39.733Z] Job Updating index names(16) aboutToRun...
12:41:39 [2024-04-10T16:41:39.733Z] Job Updating index names(16) running...
12:41:39 [2024-04-10T16:41:39.733Z] Job Updating index names(16) done...
12:41:39 [2024-04-10T16:41:39.733Z] Job Updating index names(16) scheduled...
12:41:39 [2024-04-10T16:41:39.733Z] Job Updating index names(16) aboutToRun...
12:41:39 [2024-04-10T16:41:39.733Z] Job Updating index names(16) running...
12:41:39 [2024-04-10T16:41:39.733Z] Job Updating index names(16) done...
12:41:39 [2024-04-10T16:41:39.733Z] Job Updating index names(16) scheduled...
12:41:39 [2024-04-10T16:41:39.733Z] Job Updating index names(16) aboutToRun...
12:41:39 [2024-04-10T16:41:39.733Z] Job Updating index names(16) running...
12:41:39 [2024-04-10T16:41:39.733Z] Job Updating index names(16) done...
12:41:40 [2024-04-10T16:41:40.335Z] Job Updating index names(16) scheduled...
12:41:40 [2024-04-10T16:41:40.335Z] Job Updating index names(16) aboutToRun...
12:41:40 [2024-04-10T16:41:40.335Z] Job Updating index names(16) running...
12:41:40 [2024-04-10T16:41:40.335Z] Job Updating index names(16) done...
12:41:40 [2024-04-10T16:41:40.939Z] Job Periodic workspace save.(7) done...
12:41:41 [2024-04-10T16:41:41.195Z] Job Sending build events with disabled autobuild(5) scheduled...
12:41:41 [2024-04-10T16:41:41.195Z] Job Registry event dispatcher(41) scheduled...
12:41:41 [2024-04-10T16:41:41.195Z] Job Registry event dispatcher(41) aboutToRun...
12:41:41 [2024-04-10T16:41:41.195Z] Job Registry event dispatcher(41) running...
12:41:41 [2024-04-10T16:41:41.195Z] Job Registry event dispatcher(41) done...
12:41:41 [2024-04-10T16:41:41.195Z] Job Sending build events with disabled autobuild(5) aboutToRun...
12:41:41 [2024-04-10T16:41:41.195Z] Job Sending build events with disabled autobuild(5) running...
12:41:41 [2024-04-10T16:41:41.195Z] Job Sending build events with disabled autobuild(5) done...
12:41:41 [2024-04-10T16:41:41.195Z] Job Updating index names(16) scheduled...
12:41:41 [2024-04-10T16:41:41.195Z] Job Updating index names(16) aboutToRun...
12:41:41 [2024-04-10T16:41:41.195Z] Job Updating index names(16) running...
12:41:41 [2024-04-10T16:41:41.195Z] Job Updating index names(16) done...
12:41:41 [2024-04-10T16:41:41.195Z] Job Java indexing... 1077 files to index (/org.eclipse.jdt.core.compiler.batch)(35) done...
12:41:41 [2024-04-10T16:41:41.195Z] Job Compacting resource model(14) done...
12:41:41 [2024-04-10T16:41:41.452Z] [INFO] API Analysis finished in 18 s.
12:41:41 [2024-04-10T16:41:41.452Z] [INFO] 0 API ERRORS
12:41:41 [2024-04-10T16:41:41.452Z] [INFO] 0 API warnings
12:41:41 [2024-04-10T16:41:41.452Z] [INFO] 
12:41:41 [2024-04-10T16:41:41.452Z] [INFO] ----------------< org.eclipse.jdt:org.eclipse.jdt.core >----------------
12:41:41 [2024-04-10T16:41:41.452Z] [INFO] Building org.eclipse.jdt.core 3.38.0-SNAPSHOT                     [5/18]
12:41:41 [2024-04-10T16:41:41.452Z] [INFO]   from org.eclipse.jdt.core/pom.xml
12:41:41 [2024-04-10T16:41:41.452Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
12:41:41 [2024-04-10T16:41:41.709Z] [INFO] 
12:41:41 [2024-04-10T16:41:41.709Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.core ---
12:41:41 [2024-04-10T16:41:41.709Z] [INFO] 
12:41:41 [2024-04-10T16:41:41.709Z] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core ---
12:41:41 [2024-04-10T16:41:41.709Z] [INFO] The project's OSGi version is 3.38.0.v20240410-1606
12:41:41 [2024-04-10T16:41:41.709Z] [INFO] 
12:41:41 [2024-04-10T16:41:41.709Z] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.jdt.core ---
12:41:41 [2024-04-10T16:41:41.709Z] [INFO] 
12:41:41 [2024-04-10T16:41:41.709Z] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.jdt.core ---
12:41:41 [2024-04-10T16:41:41.709Z] [INFO] 
12:41:41 [2024-04-10T16:41:41.709Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.core ---
12:41:41 [2024-04-10T16:41:41.709Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core/saveproperties
12:41:41 [2024-04-10T16:41:41.709Z] [INFO] 
12:41:41 [2024-04-10T16:41:41.709Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.core ---
12:41:41 [2024-04-10T16:41:41.709Z] [INFO] 
12:41:41 [2024-04-10T16:41:41.709Z] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.jdt.core ---
12:41:41 [2024-04-10T16:41:41.709Z] [INFO] 
12:41:41 [2024-04-10T16:41:41.709Z] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core ---
12:41:41 [2024-04-10T16:41:41.709Z] [INFO] Resolving class path of org.eclipse.jdt.core
12:41:41 [2024-04-10T16:41:41.966Z] [INFO] 
12:41:41 [2024-04-10T16:41:41.966Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.core ---
12:41:41 [2024-04-10T16:41:41.966Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core/src/main/resources
12:41:41 [2024-04-10T16:41:41.966Z] [INFO] 
12:41:41 [2024-04-10T16:41:41.966Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.core ---
12:41:41 [2024-04-10T16:41:41.966Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core/src/main/resources
12:41:41 [2024-04-10T16:41:41.966Z] [INFO] 
12:41:41 [2024-04-10T16:41:41.966Z] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.jdt.core ---
12:41:41 [2024-04-10T16:41:41.966Z] [INFO] Compiling 1059 source files to /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240405-0737
12:41:50 [2024-04-10T16:41:50.108Z] [WARNING] /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/CompilationUnit.java:[42] 
12:41:50 [2024-04-10T16:41:50.108Z] 	import org.eclipse.jdt.core.IBufferFactory;
12:41:50 [2024-04-10T16:41:50.108Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:41:50 [2024-04-10T16:41:50.108Z] The type IBufferFactory is deprecated
12:41:50 [2024-04-10T16:41:50.108Z] [WARNING] /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/CompilationUnit.java:[44] 
12:41:50 [2024-04-10T16:41:50.108Z] 	import org.eclipse.jdt.core.ICodeCompletionRequestor;
12:41:50 [2024-04-10T16:41:50.108Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:41:50 [2024-04-10T16:41:50.108Z] The type ICodeCompletionRequestor is deprecated
12:41:50 [2024-04-10T16:41:50.108Z] [WARNING] /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/CompilationUnit.java:[46] 
12:41:50 [2024-04-10T16:41:50.108Z] 	import org.eclipse.jdt.core.ICompletionRequestor;
12:41:50 [2024-04-10T16:41:50.108Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:41:50 [2024-04-10T16:41:50.108Z] The type ICompletionRequestor is deprecated
12:41:50 [2024-04-10T16:41:50.108Z] [WARNING] /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/CompilationUnit.java:[66] 
12:41:50 [2024-04-10T16:41:50.108Z] 	import org.eclipse.jdt.core.IWorkingCopy;
12:41:50 [2024-04-10T16:41:50.108Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:41:50 [2024-04-10T16:41:50.108Z] The type IWorkingCopy is deprecated
12:41:50 [2024-04-10T16:41:50.108Z] [WARNING] /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DOMCompletionEngine.java:[118] 
12:41:50 [2024-04-10T16:41:50.108Z] 	binding instanceof IVariableBinding variableBinding ? CompletionProposal.LOCAL_VARIABLE_REF :
12:41:50 [2024-04-10T16:41:50.108Z] 	                                    ^^^^^^^^^^^^^^^
12:41:50 [2024-04-10T16:41:50.108Z] The value of the local variable variableBinding is not used
12:41:50 [2024-04-10T16:41:50.108Z] [WARNING] /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DOMToModelPopulator.java:[168] 
12:41:50 [2024-04-10T16:41:50.108Z] 	if (parentInfo instanceof ImportContainerInfo importContainer && childElement instanceof org.eclipse.jdt.internal.core.ImportDeclaration importDecl) {
12:41:50 [2024-04-10T16:41:50.108Z] 	                                              ^^^^^^^^^^^^^^^
12:41:50 [2024-04-10T16:41:50.108Z] The local variable importContainer is hiding a field from type DOMToModelPopulator
12:41:50 [2024-04-10T16:41:50.108Z] [WARNING] /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DOMToModelPopulator.java:[349] 
12:41:50 [2024-04-10T16:41:50.108Z] 	if (node.getAST().apiLevel() >= AST.JLS17) {
12:41:50 [2024-04-10T16:41:50.108Z] 	                                    ^^^^^
12:41:50 [2024-04-10T16:41:50.108Z] The field AST.JLS17 is deprecated
12:41:50 [2024-04-10T16:41:50.108Z] [WARNING] /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DOMToModelPopulator.java:[557] 
12:41:50 [2024-04-10T16:41:50.108Z] 	if (method.getAST().apiLevel() >= AST.JLS16
12:41:50 [2024-04-10T16:41:50.108Z] 	                                      ^^^^^
12:41:50 [2024-04-10T16:41:50.108Z] The field AST.JLS16 is deprecated
12:41:50 [2024-04-10T16:41:50.108Z] [WARNING] /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DOMToModelPopulator.java:[584] 
12:41:50 [2024-04-10T16:41:50.108Z] 	if (method.getAST().apiLevel() >= AST.JLS8) {
12:41:50 [2024-04-10T16:41:50.109Z] 	                                      ^^^^
12:41:50 [2024-04-10T16:41:50.109Z] The field AST.JLS8 is deprecated
12:41:50 [2024-04-10T16:41:50.109Z] [WARNING] /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DOMToModelPopulator.java:[590] 
12:41:50 [2024-04-10T16:41:50.109Z] 	| ((method.getAST().apiLevel() > AST.JLS2 && ((List<SingleVariableDeclaration>)method.parameters()).stream().anyMatch(SingleVariableDeclaration::isVarargs)) ? Flags.AccVarargs : 0));
12:41:50 [2024-04-10T16:41:50.109Z] 	                                     ^^^^
12:41:50 [2024-04-10T16:41:50.109Z] The field AST.JLS2 is deprecated
12:41:50 [2024-04-10T16:41:50.109Z] [WARNING] /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DOMToModelPopulator.java:[593] 
12:41:50 [2024-04-10T16:41:50.109Z] 	if (method.getAST().apiLevel() >= AST.JLS16 && method.isCompactConstructor()) {
12:41:50 [2024-04-10T16:41:50.109Z] 	                                      ^^^^^
12:41:50 [2024-04-10T16:41:50.109Z] The field AST.JLS16 is deprecated
12:41:50 [2024-04-10T16:41:50.109Z] [WARNING] /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DOMToModelPopulator.java:[800] 
12:41:50 [2024-04-10T16:41:50.109Z] 	newInfo.setNameSourceStart(constructorInvocation.getName().getStartPosition());
12:41:50 [2024-04-10T16:41:50.109Z] 	                                                 ^^^^^^^^^
12:41:50 [2024-04-10T16:41:50.109Z] The method getName() from the type ClassInstanceCreation is deprecated
12:41:50 [2024-04-10T16:41:50.109Z] [WARNING] /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DOMToModelPopulator.java:[801] 
12:41:50 [2024-04-10T16:41:50.109Z] 	newInfo.setSourceRangeStart(constructorInvocation.getName().getStartPosition());
12:41:50 [2024-04-10T16:41:50.109Z] 	                                                  ^^^^^^^^^
12:41:50 [2024-04-10T16:41:50.109Z] The method getName() from the type ClassInstanceCreation is deprecated
12:41:50 [2024-04-10T16:41:50.109Z] [WARNING] /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DOMToModelPopulator.java:[802] 
12:41:50 [2024-04-10T16:41:50.109Z] 	newInfo.setNameSourceEnd(constructorInvocation.getName().getStartPosition() + constructorInvocation.getName().getLength() - 1);
12:41:50 [2024-04-10T16:41:50.109Z] 	                                               ^^^^^^^^^
12:41:50 [2024-04-10T16:41:50.109Z] The method getName() from the type ClassInstanceCreation is deprecated
12:41:50 [2024-04-10T16:41:50.109Z] [WARNING] /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DOMToModelPopulator.java:[802] 
12:41:50 [2024-04-10T16:41:50.109Z] 	newInfo.setNameSourceEnd(constructorInvocation.getName().getStartPosition() + constructorInvocation.getName().getLength() - 1);
12:41:50 [2024-04-10T16:41:50.109Z] 	                                                                                                    ^^^^^^^^^
12:41:50 [2024-04-10T16:41:50.109Z] The method getName() from the type ClassInstanceCreation is deprecated
12:41:50 [2024-04-10T16:41:50.109Z] [WARNING] /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DOMToModelPopulator.java:[826] 
12:41:50 [2024-04-10T16:41:50.109Z] 	dom instanceof NullLiteral nullLiteral ||
12:41:50 [2024-04-10T16:41:50.109Z] 	                           ^^^^^^^^^^^
12:41:50 [2024-04-10T16:41:50.109Z] The value of the local variable nullLiteral is not used
12:41:50 [2024-04-10T16:41:50.109Z] [WARNING] /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DOMToModelPopulator.java:[992] 
12:41:50 [2024-04-10T16:41:50.109Z] 	if (field.getAST().apiLevel() >= AST.JLS3) {
12:41:50 [2024-04-10T16:41:50.109Z] 	                                     ^^^^
12:41:50 [2024-04-10T16:41:50.109Z] The field AST.JLS3 is deprecated
12:41:50 [2024-04-10T16:41:50.109Z] [WARNING] /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DOMToModelPopulator.java:[1016] 
12:41:50 [2024-04-10T16:41:50.109Z] 	if (decl.getAST().apiLevel() > AST.JLS2 && decl.isVarargs()) {
12:41:50 [2024-04-10T16:41:50.109Z] 	                                   ^^^^
12:41:50 [2024-04-10T16:41:50.109Z] The field AST.JLS2 is deprecated
12:41:50 [2024-04-10T16:41:50.109Z] 18 problems (18 warnings)
12:41:50 [2024-04-10T16:41:50.109Z] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core/target/jdtCompilerAdapter.jar-classes using Eclipse Compiler for Java(TM) 3.38.0.v20240405-0737
12:41:50 [2024-04-10T16:41:50.109Z] [INFO] 
12:41:50 [2024-04-10T16:41:50.109Z] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.jdt.core ---
12:41:50 [2024-04-10T16:41:50.109Z] [INFO] 
12:41:50 [2024-04-10T16:41:50.109Z] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.jdt.core ---
12:41:50 [2024-04-10T16:41:50.109Z] [INFO] 
12:41:50 [2024-04-10T16:41:50.109Z] [INFO] --- tycho-apitools:4.0.7:generate (generate) @ org.eclipse.jdt.core ---
12:41:55 [2024-04-10T16:41:55.385Z] [INFO] 
12:41:55 [2024-04-10T16:41:55.385Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.core ---
12:41:55 [2024-04-10T16:41:55.386Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core/src/test/resources
12:41:55 [2024-04-10T16:41:55.386Z] [INFO] 
12:41:55 [2024-04-10T16:41:55.386Z] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.jdt.core ---
12:41:55 [2024-04-10T16:41:55.386Z] [INFO] 
12:41:55 [2024-04-10T16:41:55.386Z] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core ---
12:41:55 [2024-04-10T16:41:55.386Z] [INFO] 
12:41:55 [2024-04-10T16:41:55.386Z] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.jdt.core ---
12:41:55 [2024-04-10T16:41:55.386Z] [INFO] Building jar: /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.38.0-SNAPSHOT-sources.jar
12:41:55 [2024-04-10T16:41:55.642Z] [INFO] 
12:41:55 [2024-04-10T16:41:55.642Z] [INFO] --- antrun:3.1.0:run (default) @ org.eclipse.jdt.core ---
12:41:55 [2024-04-10T16:41:55.933Z] [INFO] Executing tasks
12:41:55 [2024-04-10T16:41:55.933Z] [INFO]      [copy] Copying 4 files to /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core/target/jdtCompilerAdapter.jar-classes
12:41:55 [2024-04-10T16:41:55.933Z] [INFO] Executed tasks
12:41:55 [2024-04-10T16:41:55.933Z] [INFO] 
12:41:55 [2024-04-10T16:41:55.933Z] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.jdt.core ---
12:41:55 [2024-04-10T16:41:55.933Z] [INFO] Building jar: /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core/jdtCompilerAdapter.jar
12:41:55 [2024-04-10T16:41:55.933Z] [INFO] Building jar: /home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.38.0-SNAPSHOT.jar
12:41:56 [2024-04-10T16:41:56.931Z] [INFO] 
12:41:56 [2024-04-10T16:41:56.931Z] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core ---
12:41:57 [2024-04-10T16:41:57.187Z] [INFO] No baseline version org.eclipse.jdt:org.eclipse.jdt.core:eclipse-plugin:3.38.0-SNAPSHOT
12:41:57 [2024-04-10T16:41:57.187Z] [INFO] 
12:41:57 [2024-04-10T16:41:57.187Z] [INFO] --- resources:3.3.1:copy-resources (copy-batch-compiler-source) @ org.eclipse.jdt.core ---
12:41:57 [2024-04-10T16:41:57.187Z] [INFO] Copying 1 resource from scripts/source to target/scripts/source
12:41:57 [2024-04-10T16:41:57.187Z] [INFO] 
12:41:57 [2024-04-10T16:41:57.187Z] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.jdt.core ---
12:41:57 [2024-04-10T16:41:57.751Z] [INFO] No previous run data found, generating javadoc.
Superseded by #139
12:42:19 [2024-04-10T16:42:19.119Z] Sending interrupt signal to process
12:42:19 [2024-04-10T16:42:19.731Z] [ERROR] MavenReportException: Error while generating Javadoc: 
12:42:19 [2024-04-10T16:42:19.731Z] Exit code: 143
12:42:19 [2024-04-10T16:42:19.731Z] Command line was: /opt/tools/java/openjdk/jdk-21/21.0.2/bin/javadoc @options @packages
12:42:19 [2024-04-10T16:42:19.731Z] 
12:42:19 [2024-04-10T16:42:19.731Z] Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core/target/apidocs' dir.
12:42:19 [2024-04-10T16:42:19.731Z] 
12:42:19 [2024-04-10T16:42:19.731Z] org.apache.maven.reporting.MavenReportException: 
12:42:19 [2024-04-10T16:42:19.731Z] Exit code: 143
12:42:19 [2024-04-10T16:42:19.731Z] Command line was: /opt/tools/java/openjdk/jdk-21/21.0.2/bin/javadoc @options @packages
12:42:19 [2024-04-10T16:42:19.731Z] 
12:42:19 [2024-04-10T16:42:19.731Z] Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/e-incubator_dom-based-operations/org.eclipse.jdt.core/target/apidocs' dir.
12:42:19 [2024-04-10T16:42:19.731Z] 
12:42:19 [2024-04-10T16:42:19.731Z]     at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5197)
12:42:19 [2024-04-10T16:42:19.731Z]     at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5070)
12:42:19 [2024-04-10T16:42:19.731Z]     at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2029)
12:42:19 [2024-04-10T16:42:19.731Z]     at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:181)
12:42:19 [2024-04-10T16:42:19.731Z]     at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1825)
12:42:19 [2024-04-10T16:42:19.731Z]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126)
12:42:19 [2024-04-10T16:42:19.731Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328)
12:42:19 [2024-04-10T16:42:19.731Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
12:42:19 [2024-04-10T16:42:19.731Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
12:42:19 [2024-04-10T16:42:19.731Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
12:42:19 [2024-04-10T16:42:19.731Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
12:42:19 [2024-04-10T16:42:19.731Z]     at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
12:42:19 [2024-04-10T16:42:19.731Z]     at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
12:42:19 [2024-04-10T16:42:19.731Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
12:42:19 [2024-04-10T16:42:19.731Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
12:42:19 [2024-04-10T16:42:19.731Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
12:42:19 [2024-04-10T16:42:19.731Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
12:42:19 [2024-04-10T16:42:19.731Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
12:42:19 [2024-04-10T16:42:19.731Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
12:42:19 [2024-04-10T16:42:19.731Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
12:42:19 [2024-04-10T16:42:19.731Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
12:42:19 [2024-04-10T16:42:19.731Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
12:42:19 [2024-04-10T16:42:19.731Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
12:42:19 [2024-04-10T16:42:19.731Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
12:42:19 [2024-04-10T16:42:19.731Z]     at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103)
12:42:19 [2024-04-10T16:42:19.731Z]     at java.lang.reflect.Method.invoke (Method.java:580)
12:42:19 [2024-04-10T16:42:19.731Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
12:42:19 [2024-04-10T16:42:19.731Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
12:42:19 [2024-04-10T16:42:19.731Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
12:42:19 [2024-04-10T16:42:19.731Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
12:42:19 [2024-04-10T16:42:19.994Z] script returned exit code 143
Post stage
[Pipeline] archiveArtifacts
12:42:20 [2024-04-10T16:42:20.004Z] Archiving artifacts
[Pipeline] junit
12:42:20 [2024-04-10T16:42:20.635Z] Recording test results
12:42:21 [2024-04-10T16:42:21.176Z] No test report files were found. Configuration error?
Error when executing always post condition:
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.40.67.70/10.40.67.70:36652
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:1003)
		at hudson.FilePath.act(FilePath.java:1230)
		at hudson.FilePath.act(FilePath.java:1219)
		at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:120)
		at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:160)
		at hudson.tasks.junit.JUnitResultArchiver.parseAndSummarize(JUnitResultArchiver.java:254)
		at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:63)
		at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:29)
		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
		at java.base/java.lang.Thread.run(Thread.java:839)
Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 47359efa-3d37-4665-b442-b5f320beb4c2
hudson.AbortException: No test report files were found. Configuration error?
	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:188)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3616)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:377)
	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:125)
	at java.base/java.lang.Thread.run(Thread.java:829)

[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build and Test with DOM-first)
Stage "Build and Test with DOM-first" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 09a0f782-97fe-4ce1-be2e-5763aee3cdba

GitHub has been notified of this commit’s build result

Finished: NOT_BUILT