Skip to content
Failed

Console Output

Branch indexing
11:39:38 Connecting to https://api.github.com using 238739/****** (GitHub App - Equinox)
Obtained Jenkinsfile from 2bd49d911d06b00f71a5919e16d2e6815c656edc
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-8-dnwc8 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-dnwc8"
  namespace: "releng"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.releng.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-8-dnwc8"
    - 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-dnwc8"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.releng.svc.cluster.local/releng/"
    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/settings-deploy-ossrh-releng.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-deploy-ossrh-releng.xml"
    - 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-deploy-ossrh-pde.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-deploy-ossrh-pde.xml"
    - 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/.m2/settings-deploy-ossrh-jdt.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-deploy-ossrh-jdt.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-releng"
      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-dnwc8 in /home/jenkins/agent/workspace/equinox_R4_27_maintenance
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential github-app-equinox
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse-equinox/equinox.git
 > git init /home/jenkins/agent/workspace/equinox_R4_27_maintenance # timeout=10
Fetching upstream changes from https://github.com/eclipse-equinox/equinox.git
 > git --version # timeout=10
 > git --version # 'git version 2.41.0'
using GIT_ASKPASS to set credentials GitHub App - Equinox
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-equinox/equinox.git +refs/heads/R4_27_maintenance:refs/remotes/origin/R4_27_maintenance # timeout=10
Avoid second fetch
Checking out Revision 2bd49d911d06b00f71a5919e16d2e6815c656edc (R4_27_maintenance)
 > git config remote.origin.url https://github.com/eclipse-equinox/equinox.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/R4_27_maintenance:refs/remotes/origin/R4_27_maintenance # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2bd49d911d06b00f71a5919e16d2e6815c656edc # timeout=10
Commit message: "Bump actions/upload-artifact from 2 to 3"
First time build. Skipping changelog.
[GitHub Checks] GitHub check (name: Code Analysis, status: in_progress) has been published.
The recommended git tool is: NONE
using credential github-app-equinox
The recommended git tool is: NONE
using credential github-app-equinox
 > git rev-parse HEAD^{commit} # timeout=10
[GitCheckoutListener] Recording commits of 'git https://github.com/eclipse-equinox/equinox.git'
[GitCheckoutListener] Found no previous build with recorded Git commits
[GitCheckoutListener] -> Starting initial recording of commits
[GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head
[GitCheckoutListener] -> Using head commit '2bd49d9' as starting point
[GitCheckoutListener] -> Recorded 200 new commits
[GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@467ed766' to render commit links
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 40 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (get binaries)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/equinox_R4_27_maintenance/rt.equinox.binaries
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-equinox/equinox.binaries.git
 > git init /home/jenkins/agent/workspace/equinox_R4_27_maintenance/rt.equinox.binaries # timeout=10
Fetching upstream changes from https://github.com/eclipse-equinox/equinox.binaries.git
 > git --version # timeout=10
 > git --version # 'git version 2.41.0'
 > git fetch --tags --force --progress -- https://github.com/eclipse-equinox/equinox.binaries.git +refs/heads/*:refs/remotes/origin/* # timeout=120
Avoid second fetch
Checking out Revision a768faa1bd1d8811eb1206e779406deb57bf7b27 (refs/remotes/origin/master)
Commit message: "Recompiled binaries"
First time build. Skipping changelog.
 > git config remote.origin.url https://github.com/eclipse-equinox/equinox.binaries.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a768faa1bd1d8811eb1206e779406deb57bf7b27 # timeout=10
[GitHub Checks] GitHub check (name: Code Analysis, status: in_progress) has been published.
The recommended git tool is: NONE
No credentials specified
The recommended git tool is: NONE
No credentials specified
[GitCheckoutListener] Recording commits of 'git https://github.com/eclipse-equinox/equinox.binaries.git'
[GitCheckoutListener] Found no previous build with recorded Git commits
[GitCheckoutListener] -> Starting initial recording of commits
[GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head
[GitCheckoutListener] -> Using head commit 'a768faa' as starting point
[GitCheckoutListener] -> Recorded 200 new commits
[GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@614fb31e' to render commit links
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
 > git rev-parse HEAD^{commit} # timeout=10
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ mvn clean verify --batch-mode --fail-at-end -Dmaven.repo.local=/home/jenkins/agent/workspace/equinox_R4_27_maintenance/.m2/repository -Pbuild-individual-bundles -Pbree-libs -Papi-check -Pjavadoc -Dcompare-version-with-baselines.skip=false -Dproject.build.sourceEncoding=UTF-8 -Drt.equinox.binaries.loc=/home/jenkins/agent/workspace/equinox_R4_27_maintenance/rt.equinox.binaries
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[WARNING] The POM for commons-io:commons-io:jar:2.13.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-compress:jar:1.23.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-codec:commons-codec:jar:1.16.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-net:commons-net:jar:3.9.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] Tycho Version:  4.0.0 (local build)
[INFO] Tycho Mode:     extension
[INFO] Tycho Builder:  maven
[WARNING] The POM for commons-logging:commons-logging:jar:1.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-codec:commons-codec:jar:1.11 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for jakarta.activation:jakarta.activation-api:jar:1.2.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] parent                                                             [pom]
[INFO] [aggregator] features                                              [pom]
[INFO] org.eclipse.osgi                                        [eclipse-plugin]
[INFO] [bundle] Common Eclipse Runtime                         [eclipse-plugin]
[INFO] [bundle] OSGi Release 4.2.0 Services                    [eclipse-plugin]
[INFO] [bundle] Supplemental Equinox Functionality             [eclipse-plugin]
[INFO] [bundle] Extension Registry Support                     [eclipse-plugin]
[INFO] [bundle] Equinox Application Container                  [eclipse-plugin]
[INFO] [bundle] User Admin Service                             [eclipse-plugin]
[INFO] [bundle] Event Admin                                    [eclipse-plugin]
[INFO] [bundle] Meta Type                                      [eclipse-plugin]
[INFO] [bundle] Eclipse Preferences Mechanism                  [eclipse-plugin]
[INFO] [bundle] Configuration Admin                            [eclipse-plugin]
[INFO] [bundle] Device Access Service                          [eclipse-plugin]
[INFO] [bundle] Coordinator                                    [eclipse-plugin]
[INFO] [feature] Equinox Compendium SDK                       [eclipse-feature]
[INFO] [bundle] OSGi Release 4.2.0 Utility Classes             [eclipse-plugin]
[INFO] [bundle] Console plug-in                                [eclipse-plugin]
[INFO] [bundle] Equinox State and Resolver Compatibility Fragment [eclipse-plugin]
[INFO] [feature] Equinox Core Function                        [eclipse-feature]
[INFO] org.eclipse.equinox.security                            [eclipse-plugin]
[INFO] org.eclipse.equinox.security.linux                      [eclipse-plugin]
[INFO] [bundle] Region Digraph                                 [eclipse-plugin]
[INFO] [bundle] Log Stream Provider                            [eclipse-plugin]
[INFO] [bundle] Aspect Weaving Hooks Plug-in                   [eclipse-plugin]
[INFO] [bundle] Standard Caching Service for Equinox Aspects   [eclipse-plugin]
[INFO] [bundle] Console ssh support plug-in                    [eclipse-plugin]
[INFO] [bundle] Equinox Security Default UI                    [eclipse-plugin]
[INFO] org.eclipse.equinox.security.macosx                     [eclipse-plugin]
[INFO] [bundle] Transformer Hook Framework Extension           [eclipse-plugin]
[INFO] [bundle] XSLT Transform Provider                        [eclipse-plugin]
[INFO] [bundle] Bidirectional Text Support                     [eclipse-plugin]
[INFO] [bundle] Equinox Concurrent API                         [eclipse-plugin]
[INFO] org.eclipse.equinox.security.win32.x86_64               [eclipse-plugin]
[INFO] [bundle] Equinox Launcher                               [eclipse-plugin]
[INFO] [bundle] J9 CachingService Plug-in                      [eclipse-plugin]
[INFO] [bundle] SSHD Fragment                                  [eclipse-plugin]
[INFO] [feature] Equinox Core SDK                             [eclipse-feature]
[INFO] [bundle] Equinox Launcher Linux PPC64le Fragment        [eclipse-plugin]
[INFO] [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment [eclipse-plugin]
[INFO] [bundle] Equinox Launcher Win32 X86_64 Fragment         [eclipse-plugin]
[INFO] [bundle] Equinox Launcher MacOSX Cocoa Fragment         [eclipse-plugin]
[INFO] [bundle] Equinox Launcher Linux X86_64 Fragment         [eclipse-plugin]
[INFO] [bundle] Equinox Launcher Linux AARCH64 Fragment        [eclipse-plugin]
[INFO] [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment [eclipse-plugin]
[INFO] org.eclipse.equinox.executable                         [eclipse-feature]
[INFO] [bundle] Http Services Servlet                          [eclipse-plugin]
[INFO] [bundle] Jetty Http Service                             [eclipse-plugin]
[INFO] [feature] Jetty Http Server Feature                    [eclipse-feature]
[INFO] [bundle] Jasper Jsp Support Bundle                      [eclipse-plugin]
[INFO] [bundle] Http Service Registry Extensions               [eclipse-plugin]
[INFO] [feature] Core Server Feature                          [eclipse-feature]
[INFO] [bundle] Jasper Jsp Registry Support Plug-in            [eclipse-plugin]
[INFO] [bundle] Servletbridge                                  [eclipse-plugin]
[INFO] [bundle] Servletbridge Http Service                     [eclipse-plugin]
[INFO] [feature] Equinox Target Components                    [eclipse-feature]
[INFO] [feature] Simple Http Server Feature                   [eclipse-feature]
[INFO] [test-bundle] BiDi tests                           [eclipse-test-plugin]
[INFO] [test-bundle] Test Plug-in                         [eclipse-test-plugin]
[INFO] [test-bundle] Common Eclipse Runtime Tests         [eclipse-test-plugin]
[INFO] [test-bundle] Declarative Services Tests           [eclipse-test-plugin]
[INFO] [test-bundle] Preferences Tests                    [eclipse-test-plugin]
[INFO] [test-bundle] Equinox security tests               [eclipse-test-plugin]
[INFO] [test-bundle] Ssh Tests                            [eclipse-test-plugin]
[INFO] [test-bundle] Console tests                        [eclipse-test-plugin]
[INFO] [test-bundle] org.eclipse.equinox.http.servlet.tests [eclipse-test-plugin]
[INFO] [bundle] slf4j Stub                                     [eclipse-plugin]
[INFO] org.eclipse.osgi.tests                             [eclipse-test-plugin]
[INFO] 
[INFO] ---------------------< org.eclipse.equinox:parent >---------------------
[INFO] Building parent 4.27.0-SNAPSHOT                                   [1/68]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ parent ---
[WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] 
[INFO] --- resources:3.3.0:copy-resources (saveproperties) @ parent ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_27_maintenance/saveproperties
[INFO] 
[INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ parent ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO] 
[INFO] --- resources:3.3.0:resources (filter-resources) @ parent ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_27_maintenance/src/main/resources
[INFO] 
[INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ parent ---
[INFO] 
[INFO] --- tycho-source:4.0.0:feature-source (feature-source) @ parent ---
[INFO] 
[INFO] --- tycho-p2:4.0.0:p2-metadata (attach-p2-metadata) @ parent ---
[INFO] 
[INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ parent ---
[WARNING] The POM for commons-io:commons-io:jar:2.5 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-compress:jar:1.14 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-io:commons-io:jar:2.4 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-codec:commons-codec:jar:1.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-logging:commons-logging:jar:1.1.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-lang3:jar:3.5 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-codec:commons-codec:jar:1.9 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-compress:jar:1.16.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ parent ---
[WARNING]  Parameter 'comparator' is read-only, must not be used in configuration
[INFO] 
[INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ parent ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ parent ---
[INFO] Execution was skipped
[INFO] 
[INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ parent ---
[INFO] Execution was skipped
[INFO] 
[INFO] --------------------< org.eclipse.equinox:features >--------------------
[INFO] Building [aggregator] features 4.27.0-SNAPSHOT                    [2/68]
[INFO]   from features/.polyglot.pom.tycho
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ features ---
[INFO] 
[INFO] --- resources:3.3.0:copy-resources (saveproperties) @ features ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_27_maintenance/features/saveproperties
[INFO] 
[INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ features ---
[INFO] 
[INFO] --- resources:3.3.0:resources (filter-resources) @ features ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_27_maintenance/features/src/main/resources
[INFO] 
[INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ features ---
[INFO] 
[INFO] --- tycho-source:4.0.0:feature-source (feature-source) @ features ---
[INFO] 
[INFO] --- tycho-p2:4.0.0:p2-metadata (attach-p2-metadata) @ features ---
[INFO] 
[INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ features ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ features ---
[WARNING]  Parameter 'comparator' is read-only, must not be used in configuration
[INFO] 
[INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ features ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ features ---
[INFO] Execution was skipped
[INFO] 
[INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ features ---
[INFO] Execution was skipped
[INFO] 
[INFO] -----------------< org.eclipse.osgi:org.eclipse.osgi >------------------
[INFO] Building org.eclipse.osgi 3.18.300-SNAPSHOT                       [3/68]
[INFO]   from bundles/org.eclipse.osgi/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)'
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/equinox_R4_27_maintenance/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.27.0-SNAPSHOT/eclipse-sdk-prereqs-4.27.0-SNAPSHOT.target for environments=[linux/gtk/x86_64, linux/gtk/ppc64le, linux/gtk/aarch64, win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@49f44ce6
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] parent 4.27.0-SNAPSHOT ............................. SUCCESS [ 10.944 s]
[INFO] [aggregator] features 4.27.0-SNAPSHOT .............. SUCCESS [  0.064 s]
[INFO] org.eclipse.osgi 3.18.300-SNAPSHOT ................. FAILURE [  1.701 s]
[INFO] [bundle] Common Eclipse Runtime 3.17.100-SNAPSHOT .. SKIPPED
[INFO] [bundle] OSGi Release 4.2.0 Services 3.11.100-SNAPSHOT SKIPPED
[INFO] [bundle] Supplemental Equinox Functionality 1.10.600-SNAPSHOT SKIPPED
[INFO] [bundle] Extension Registry Support 3.11.200-SNAPSHOT SKIPPED
[INFO] [bundle] Equinox Application Container 1.6.200-SNAPSHOT SKIPPED
[INFO] [bundle] User Admin Service 1.2.400-SNAPSHOT ....... SKIPPED
[INFO] [bundle] Event Admin 1.6.200-SNAPSHOT .............. SKIPPED
[INFO] [bundle] Meta Type 1.6.300-SNAPSHOT ................ SKIPPED
[INFO] [bundle] Eclipse Preferences Mechanism 3.10.200-SNAPSHOT SKIPPED
[INFO] [bundle] Configuration Admin 1.5.200-SNAPSHOT ...... SKIPPED
[INFO] [bundle] Device Access Service 1.1.400-SNAPSHOT .... SKIPPED
[INFO] [bundle] Coordinator 1.5.200-SNAPSHOT .............. SKIPPED
[INFO] [feature] Equinox Compendium SDK 3.22.600-SNAPSHOT . SKIPPED
[INFO] [bundle] OSGi Release 4.2.0 Utility Classes 3.7.200-SNAPSHOT SKIPPED
[INFO] [bundle] Console plug-in 1.4.500-SNAPSHOT .......... SKIPPED
[INFO] [bundle] Equinox State and Resolver Compatibility Fragment 1.2.800-SNAPSHOT SKIPPED
[INFO] [feature] Equinox Core Function 1.13.1000-SNAPSHOT . SKIPPED
[INFO] org.eclipse.equinox.security 1.3.1000-SNAPSHOT ..... SKIPPED
[INFO] org.eclipse.equinox.security.linux 1.0.300-SNAPSHOT  SKIPPED
[INFO] [bundle] Region Digraph 1.5.300-SNAPSHOT ........... SKIPPED
[INFO] [bundle] Log Stream Provider 1.1.100-SNAPSHOT ...... SKIPPED
[INFO] [bundle] Aspect Weaving Hooks Plug-in 1.3.200-SNAPSHOT SKIPPED
[INFO] [bundle] Standard Caching Service for Equinox Aspects 1.2.200-SNAPSHOT SKIPPED
[INFO] [bundle] Console ssh support plug-in 1.2.1000-SNAPSHOT SKIPPED
[INFO] [bundle] Equinox Security Default UI 1.3.400-SNAPSHOT SKIPPED
[INFO] org.eclipse.equinox.security.macosx 1.101.400-SNAPSHOT SKIPPED
[INFO] [bundle] Transformer Hook Framework Extension 1.3.200-SNAPSHOT SKIPPED
[INFO] [bundle] XSLT Transform Provider 1.2.200-SNAPSHOT .. SKIPPED
[INFO] [bundle] Bidirectional Text Support 1.4.200-SNAPSHOT SKIPPED
[INFO] [bundle] Equinox Concurrent API 1.2.100-SNAPSHOT ... SKIPPED
[INFO] org.eclipse.equinox.security.win32.x86_64 1.1.300-SNAPSHOT SKIPPED
[INFO] [bundle] Equinox Launcher 1.6.400-SNAPSHOT ......... SKIPPED
[INFO] [bundle] J9 CachingService Plug-in 1.2.200-SNAPSHOT  SKIPPED
[INFO] [bundle] SSHD Fragment 1.1.100-SNAPSHOT ............ SKIPPED
[INFO] [feature] Equinox Core SDK 3.23.700-SNAPSHOT ....... SKIPPED
[INFO] [bundle] Equinox Launcher Linux PPC64le Fragment 1.2.700-SNAPSHOT SKIPPED
[INFO] [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment 1.2.700-SNAPSHOT SKIPPED
[INFO] [bundle] Equinox Launcher Win32 X86_64 Fragment 1.2.700-SNAPSHOT SKIPPED
[INFO] [bundle] Equinox Launcher MacOSX Cocoa Fragment 1.2.700-SNAPSHOT SKIPPED
[INFO] [bundle] Equinox Launcher Linux X86_64 Fragment 1.2.700-SNAPSHOT SKIPPED
[INFO] [bundle] Equinox Launcher Linux AARCH64 Fragment 1.2.700-SNAPSHOT SKIPPED
[INFO] [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment 1.2.700-SNAPSHOT SKIPPED
[INFO] org.eclipse.equinox.executable 3.8.2000-SNAPSHOT ... SKIPPED
[INFO] [bundle] Http Services Servlet 1.7.400-SNAPSHOT .... SKIPPED
[INFO] [bundle] Jetty Http Service 3.8.200-SNAPSHOT ....... SKIPPED
[INFO] [feature] Jetty Http Server Feature 1.11.100-SNAPSHOT SKIPPED
[INFO] [bundle] Jasper Jsp Support Bundle 1.1.700-SNAPSHOT  SKIPPED
[INFO] [bundle] Http Service Registry Extensions 1.3.200-SNAPSHOT SKIPPED
[INFO] [feature] Core Server Feature 1.14.900-SNAPSHOT .... SKIPPED
[INFO] [bundle] Jasper Jsp Registry Support Plug-in 1.2.100-SNAPSHOT SKIPPED
[INFO] [bundle] Servletbridge 1.6.200-SNAPSHOT ............ SKIPPED
[INFO] [bundle] Servletbridge Http Service 1.2.200-SNAPSHOT SKIPPED
[INFO] [feature] Equinox Target Components 3.23.700-SNAPSHOT SKIPPED
[INFO] [feature] Simple Http Server Feature 1.7.100-SNAPSHOT SKIPPED
[INFO] [test-bundle] BiDi tests 1.3.100-SNAPSHOT .......... SKIPPED
[INFO] [test-bundle] Test Plug-in 1.1.200-SNAPSHOT ........ SKIPPED
[INFO] [test-bundle] Common Eclipse Runtime Tests 3.15.500-SNAPSHOT SKIPPED
[INFO] [test-bundle] Declarative Services Tests 1.6.400-SNAPSHOT SKIPPED
[INFO] [test-bundle] Preferences Tests 3.9.200-SNAPSHOT ... SKIPPED
[INFO] [test-bundle] Equinox security tests 1.2.400-SNAPSHOT SKIPPED
[INFO] [test-bundle] Ssh Tests 1.3.0-SNAPSHOT ............. SKIPPED
[INFO] [test-bundle] Console tests 1.3.0-SNAPSHOT ......... SKIPPED
[INFO] [test-bundle] org.eclipse.equinox.http.servlet.tests 1.8.500-SNAPSHOT SKIPPED
[INFO] [bundle] slf4j Stub 1.1.100-SNAPSHOT ............... SKIPPED
[INFO] org.eclipse.osgi.tests 3.16.1000-SNAPSHOT .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  48.297 s
[INFO] Finished at: 2024-05-03T15:41:11Z
[INFO] ------------------------------------------------------------------------
[ERROR] bundle org.eclipse.equinox.p2.repository is not started
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
Post stage
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] junit
Recording test results
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.22.96/10.40.22.96:53218
		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:125)
		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: 05fb4109-d18d-4ee1-8588-8030149fc437
hudson.AbortException: No test report files were found. Configuration error?
	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:193)
	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] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
[GitHub Checks] GitHub check (name: Code Analysis, status: completed) has been published.

GitHub has been notified of this commit’s build result

Finished: FAILURE