Skip to content

Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.6.0 (main) - #6033

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-org.apache.maven.plugins-maven-surefire-plugin-3.x
Open

Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.6.0 (main)#6033
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-org.apache.maven.plugins-maven-surefire-plugin-3.x

Conversation

@renovate

@renovate renovate Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
org.apache.maven.plugins:maven-surefire-plugin (source) 3.5.63.6.0 age confidence

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot enabled auto-merge September 4, 2026 02:03
@renovate
renovate Bot force-pushed the renovate/main-org.apache.maven.plugins-maven-surefire-plugin-3.x branch 7 times, most recently from b023c91 to 388dac7 Compare September 7, 2026 15:36
@renovate
renovate Bot force-pushed the renovate/main-org.apache.maven.plugins-maven-surefire-plugin-3.x branch from 388dac7 to 586b5c9 Compare September 8, 2026 07:41
@testlens-app

testlens-app Bot commented Sep 8, 2026

Copy link
Copy Markdown

🚨 TestLens detected 7 failed tests 🚨

Here is what you can do:

  1. Inspect the test failures carefully.
  2. If you are convinced that some of the tests are flaky, you can mute them below.
  3. Finally, trigger a rerun by checking the rerun checkbox.

Test Summary

CI / Build / Linux > :platform-tooling-support-tests:test

Test Runs Flakiness
VintageMavenIntegrationTests > unsupportedVersion(OutputFiles) 0% 🟢

CI / Build / Windows > :platform-tooling-support-tests:test

Test Runs Flakiness
VintageMavenIntegrationTests > unsupportedVersion(OutputFiles) 0% 🟢

CI / Build / macOS > :platform-tooling-support-tests:test

Test Runs Flakiness
VintageMavenIntegrationTests > unsupportedVersion(OutputFiles) 0% 🟢

CI / Cross-Version / OpenJ9 25 > :platform-tooling-support-tests:test

Test Runs Flakiness
VintageMavenIntegrationTests > unsupportedVersion(OutputFiles) 0% 🟢

CI / Cross-Version / OpenJDK 26 (ga) > :platform-tooling-support-tests:test

Test Runs Flakiness
VintageMavenIntegrationTests > unsupportedVersion(OutputFiles) 0% 🟢

CI / Cross-Version / OpenJDK 27 (ea) > :platform-tooling-support-tests:test

Test Runs Flakiness
VintageMavenIntegrationTests > unsupportedVersion(OutputFiles) 0% 🟢

CI / Cross-Version / OpenJDK 28 (ea) > :platform-tooling-support-tests:test

Test Runs Flakiness
VintageMavenIntegrationTests > unsupportedVersion(OutputFiles) 0% 🟢

🏷️ Commit: 586b5c9
▶️ Tests: 245 executed
⚪️ Checks: 15/15 completed

Test Failures

VintageMavenIntegrationTests > unsupportedVersion(OutputFiles) (:platform-tooling-support-tests:test in CI / Build / Linux)
java.lang.AssertionError: 
Expecting actual:
  "[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------< com.example:vintage >-------------------------
[INFO] Building vintage 1.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ vintage ---
[INFO] 
[INFO] --- resources:3.4.0:resources (default-resources) @ vintage ---
[INFO] skip non existing resourceDirectory /tmp/junit-12887727302495753119/src/main/resources
[INFO] 
[INFO] --- compiler:3.16.0:compile (default-compile) @ vintage ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.4.0:testResources (default-testResources) @ vintage ---
[INFO] skip non existing resourceDirectory /tmp/junit-12887727302495753119/src/test/resources
[INFO] 
[INFO] --- compiler:3.16.0:testCompile (default-testCompile) @ vintage ---
[WARNING] I/O error reading dependency state: /tmp/junit-12887727302495753119/target/classes: /tmp/junit-12887727302495753119/target/classes
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 2 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.6.0:test (default-test) @ vintage ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[ERROR] Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.597 s
[INFO] Finished at: 2026-09-08T07:43:39Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.6.0:test (default-test) on project vintage: Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11 -> [Help 1]
[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.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
"
to contain:
  "TestEngine with ID 'junit-vintage' failed to discover tests" 
	at platform.tooling.support.tests.VintageMavenIntegrationTests.unsupportedVersion(VintageMavenIntegrationTests.java:46)
VintageMavenIntegrationTests > unsupportedVersion(OutputFiles) (:platform-tooling-support-tests:test in CI / Build / Linux)
java.lang.AssertionError: 
Expecting actual:
  "[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------< com.example:vintage >-------------------------
[INFO] Building vintage 1.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ vintage ---
[INFO] 
[INFO] --- resources:3.4.0:resources (default-resources) @ vintage ---
[INFO] skip non existing resourceDirectory /tmp/junit-10243061789534370109/src/main/resources
[INFO] 
[INFO] --- compiler:3.16.0:compile (default-compile) @ vintage ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.4.0:testResources (default-testResources) @ vintage ---
[INFO] skip non existing resourceDirectory /tmp/junit-10243061789534370109/src/test/resources
[INFO] 
[INFO] --- compiler:3.16.0:testCompile (default-testCompile) @ vintage ---
[WARNING] I/O error reading dependency state: /tmp/junit-10243061789534370109/target/classes: /tmp/junit-10243061789534370109/target/classes
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.6.0:test (default-test) @ vintage ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[ERROR] Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.780 s
[INFO] Finished at: 2026-09-08T07:43:48Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.6.0:test (default-test) on project vintage: Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11 -> [Help 1]
[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.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
"
to contain:
  "TestEngine with ID 'junit-vintage' failed to discover tests" 
	at platform.tooling.support.tests.VintageMavenIntegrationTests.unsupportedVersion(VintageMavenIntegrationTests.java:46)
VintageMavenIntegrationTests > unsupportedVersion(OutputFiles) (:platform-tooling-support-tests:test in CI / Build / Linux)
java.lang.AssertionError: 
Expecting actual:
  "[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------< com.example:vintage >-------------------------
[INFO] Building vintage 1.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ vintage ---
[INFO] 
[INFO] --- resources:3.4.0:resources (default-resources) @ vintage ---
[INFO] skip non existing resourceDirectory /tmp/junit-13251500936249348667/src/main/resources
[INFO] 
[INFO] --- compiler:3.16.0:compile (default-compile) @ vintage ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.4.0:testResources (default-testResources) @ vintage ---
[INFO] skip non existing resourceDirectory /tmp/junit-13251500936249348667/src/test/resources
[INFO] 
[INFO] --- compiler:3.16.0:testCompile (default-testCompile) @ vintage ---
[WARNING] I/O error reading dependency state: /tmp/junit-13251500936249348667/target/classes: /tmp/junit-13251500936249348667/target/classes
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.6.0:test (default-test) @ vintage ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[ERROR] Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.860 s
[INFO] Finished at: 2026-09-08T07:43:56Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.6.0:test (default-test) on project vintage: Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11 -> [Help 1]
[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.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
"
to contain:
  "TestEngine with ID 'junit-vintage' failed to discover tests" 
	at platform.tooling.support.tests.VintageMavenIntegrationTests.unsupportedVersion(VintageMavenIntegrationTests.java:46)
VintageMavenIntegrationTests > unsupportedVersion(OutputFiles) (:platform-tooling-support-tests:test in CI / Build / Windows)
java.lang.AssertionError: 
Expecting actual:
  "[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------< com.example:vintage >-------------------------
[INFO] Building vintage 1.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ vintage ---
[INFO] 
[INFO] --- resources:3.4.0:resources (default-resources) @ vintage ---
[INFO] skip non existing resourceDirectory C:\Users\RUNNER~1\AppData\Local\Temp\junit-16442075525616268295\src\main\resources
[INFO] 
[INFO] --- compiler:3.16.0:compile (default-compile) @ vintage ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.4.0:testResources (default-testResources) @ vintage ---
[INFO] skip non existing resourceDirectory C:\Users\RUNNER~1\AppData\Local\Temp\junit-16442075525616268295\src\test\resources
[INFO] 
[INFO] --- compiler:3.16.0:testCompile (default-testCompile) @ vintage ---
[WARNING] I/O error reading dependency state: C:\Users\RUNNER~1\AppData\Local\Temp\junit-16442075525616268295\target\classes: C:\Users\RUNNER~1\AppData\Local\Temp\junit-16442075525616268295\target\classes
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug release 17] to target\test-classes
[INFO] 
[INFO] --- surefire:3.6.0:test (default-test) @ vintage ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[ERROR] Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  11.774 s
[INFO] Finished at: 2026-09-08T07:44:24Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.6.0:test (default-test) on project vintage: Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11 -> [Help 1]
[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.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
"
to contain:
  "TestEngine with ID 'junit-vintage' failed to discover tests" 
	at platform.tooling.support.tests.VintageMavenIntegrationTests.unsupportedVersion(VintageMavenIntegrationTests.java:46)
VintageMavenIntegrationTests > unsupportedVersion(OutputFiles) (:platform-tooling-support-tests:test in CI / Build / Windows)
java.lang.AssertionError: 
Expecting actual:
  "[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------< com.example:vintage >-------------------------
[INFO] Building vintage 1.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ vintage ---
[INFO] 
[INFO] --- resources:3.4.0:resources (default-resources) @ vintage ---
[INFO] skip non existing resourceDirectory C:\Users\RUNNER~1\AppData\Local\Temp\junit-737829074826225299\src\main\resources
[INFO] 
[INFO] --- compiler:3.16.0:compile (default-compile) @ vintage ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.4.0:testResources (default-testResources) @ vintage ---
[INFO] skip non existing resourceDirectory C:\Users\RUNNER~1\AppData\Local\Temp\junit-737829074826225299\src\test\resources
[INFO] 
[INFO] --- compiler:3.16.0:testCompile (default-testCompile) @ vintage ---
[WARNING] I/O error reading dependency state: C:\Users\RUNNER~1\AppData\Local\Temp\junit-737829074826225299\target\classes: C:\Users\RUNNER~1\AppData\Local\Temp\junit-737829074826225299\target\classes
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug release 17] to target\test-classes
[INFO] 
[INFO] --- surefire:3.6.0:test (default-test) @ vintage ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[ERROR] Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  11.636 s
[INFO] Finished at: 2026-09-08T07:44:38Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.6.0:test (default-test) on project vintage: Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11 -> [Help 1]
[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.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
"
to contain:
  "TestEngine with ID 'junit-vintage' failed to discover tests" 
	at platform.tooling.support.tests.VintageMavenIntegrationTests.unsupportedVersion(VintageMavenIntegrationTests.java:46)
VintageMavenIntegrationTests > unsupportedVersion(OutputFiles) (:platform-tooling-support-tests:test in CI / Build / Windows)
java.lang.AssertionError: 
Expecting actual:
  "[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------< com.example:vintage >-------------------------
[INFO] Building vintage 1.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ vintage ---
[INFO] 
[INFO] --- resources:3.4.0:resources (default-resources) @ vintage ---
[INFO] skip non existing resourceDirectory C:\Users\RUNNER~1\AppData\Local\Temp\junit-4939138039714794699\src\main\resources
[INFO] 
[INFO] --- compiler:3.16.0:compile (default-compile) @ vintage ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.4.0:testResources (default-testResources) @ vintage ---
[INFO] skip non existing resourceDirectory C:\Users\RUNNER~1\AppData\Local\Temp\junit-4939138039714794699\src\test\resources
[INFO] 
[INFO] --- compiler:3.16.0:testCompile (default-testCompile) @ vintage ---
[WARNING] I/O error reading dependency state: C:\Users\RUNNER~1\AppData\Local\Temp\junit-4939138039714794699\target\classes: C:\Users\RUNNER~1\AppData\Local\Temp\junit-4939138039714794699\target\classes
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug release 17] to target\test-classes
[INFO] 
[INFO] --- surefire:3.6.0:test (default-test) @ vintage ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[ERROR] Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  19.973 s
[INFO] Finished at: 2026-09-08T07:45:01Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.6.0:test (default-test) on project vintage: Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11 -> [Help 1]
[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.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
"
to contain:
  "TestEngine with ID 'junit-vintage' failed to discover tests" 
	at platform.tooling.support.tests.VintageMavenIntegrationTests.unsupportedVersion(VintageMavenIntegrationTests.java:46)
VintageMavenIntegrationTests > unsupportedVersion(OutputFiles) (:platform-tooling-support-tests:test in CI / Build / macOS)
java.lang.AssertionError: 
Expecting actual:
  "[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------< com.example:vintage >-------------------------
[INFO] Building vintage 1.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ vintage ---
[INFO] 
[INFO] --- resources:3.4.0:resources (default-resources) @ vintage ---
[INFO] skip non existing resourceDirectory /private/var/folders/d8/hvxvltxn0fl4rmnd52sncbth0000gn/T/junit-11338781106911467410/src/main/resources
[INFO] 
[INFO] --- compiler:3.16.0:compile (default-compile) @ vintage ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.4.0:testResources (default-testResources) @ vintage ---
[INFO] skip non existing resourceDirectory /private/var/folders/d8/hvxvltxn0fl4rmnd52sncbth0000gn/T/junit-11338781106911467410/src/test/resources
[INFO] 
[INFO] --- compiler:3.16.0:testCompile (default-testCompile) @ vintage ---
[WARNING] I/O error reading dependency state: /private/var/folders/d8/hvxvltxn0fl4rmnd52sncbth0000gn/T/junit-11338781106911467410/target/classes: /private/var/folders/d8/hvxvltxn0fl4rmnd52sncbth0000gn/T/junit-11338781106911467410/target/classes
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 2 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.6.0:test (default-test) @ vintage ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[ERROR] Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.034 s
[INFO] Finished at: 2026-09-08T07:43:10Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.6.0:test (default-test) on project vintage: Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11 -> [Help 1]
[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.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
"
to contain:
  "TestEngine with ID 'junit-vintage' failed to discover tests" 
	at platform.tooling.support.tests.VintageMavenIntegrationTests.unsupportedVersion(VintageMavenIntegrationTests.java:46)
VintageMavenIntegrationTests > unsupportedVersion(OutputFiles) (:platform-tooling-support-tests:test in CI / Build / macOS)
java.lang.AssertionError: 
Expecting actual:
  "[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------< com.example:vintage >-------------------------
[INFO] Building vintage 1.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ vintage ---
[INFO] 
[INFO] --- resources:3.4.0:resources (default-resources) @ vintage ---
[INFO] skip non existing resourceDirectory /private/var/folders/d8/hvxvltxn0fl4rmnd52sncbth0000gn/T/junit-1829085758126575721/src/main/resources
[INFO] 
[INFO] --- compiler:3.16.0:compile (default-compile) @ vintage ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.4.0:testResources (default-testResources) @ vintage ---
[INFO] skip non existing resourceDirectory /private/var/folders/d8/hvxvltxn0fl4rmnd52sncbth0000gn/T/junit-1829085758126575721/src/test/resources
[INFO] 
[INFO] --- compiler:3.16.0:testCompile (default-testCompile) @ vintage ---
[WARNING] I/O error reading dependency state: /private/var/folders/d8/hvxvltxn0fl4rmnd52sncbth0000gn/T/junit-1829085758126575721/target/classes: /private/var/folders/d8/hvxvltxn0fl4rmnd52sncbth0000gn/T/junit-1829085758126575721/target/classes
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.6.0:test (default-test) @ vintage ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[ERROR] Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.234 s
[INFO] Finished at: 2026-09-08T07:43:17Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.6.0:test (default-test) on project vintage: Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11 -> [Help 1]
[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.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
"
to contain:
  "TestEngine with ID 'junit-vintage' failed to discover tests" 
	at platform.tooling.support.tests.VintageMavenIntegrationTests.unsupportedVersion(VintageMavenIntegrationTests.java:46)
VintageMavenIntegrationTests > unsupportedVersion(OutputFiles) (:platform-tooling-support-tests:test in CI / Build / macOS)
java.lang.AssertionError: 
Expecting actual:
  "[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------< com.example:vintage >-------------------------
[INFO] Building vintage 1.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ vintage ---
[INFO] 
[INFO] --- resources:3.4.0:resources (default-resources) @ vintage ---
[INFO] skip non existing resourceDirectory /private/var/folders/d8/hvxvltxn0fl4rmnd52sncbth0000gn/T/junit-4568418798031529958/src/main/resources
[INFO] 
[INFO] --- compiler:3.16.0:compile (default-compile) @ vintage ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.4.0:testResources (default-testResources) @ vintage ---
[INFO] skip non existing resourceDirectory /private/var/folders/d8/hvxvltxn0fl4rmnd52sncbth0000gn/T/junit-4568418798031529958/src/test/resources
[INFO] 
[INFO] --- compiler:3.16.0:testCompile (default-testCompile) @ vintage ---
[WARNING] I/O error reading dependency state: /private/var/folders/d8/hvxvltxn0fl4rmnd52sncbth0000gn/T/junit-4568418798031529958/target/classes: /private/var/folders/d8/hvxvltxn0fl4rmnd52sncbth0000gn/T/junit-4568418798031529958/target/classes
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.6.0:test (default-test) @ vintage ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[ERROR] Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.045 s
[INFO] Finished at: 2026-09-08T07:43:22Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.6.0:test (default-test) on project vintage: Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11 -> [Help 1]
[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.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
"
to contain:
  "TestEngine with ID 'junit-vintage' failed to discover tests" 
	at platform.tooling.support.tests.VintageMavenIntegrationTests.unsupportedVersion(VintageMavenIntegrationTests.java:46)
VintageMavenIntegrationTests > unsupportedVersion(OutputFiles) (:platform-tooling-support-tests:test in CI / Cross-Version / OpenJ9 25)
java.lang.AssertionError: 
Expecting actual:
  "[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------< com.example:vintage >-------------------------
[INFO] Building vintage 1.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ vintage ---
[INFO] 
[INFO] --- resources:3.4.0:resources (default-resources) @ vintage ---
[INFO] skip non existing resourceDirectory /tmp/junit-11992850748442756130/src/main/resources
[INFO] 
[INFO] --- compiler:3.16.0:compile (default-compile) @ vintage ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.4.0:testResources (default-testResources) @ vintage ---
[INFO] skip non existing resourceDirectory /tmp/junit-11992850748442756130/src/test/resources
[INFO] 
[INFO] --- compiler:3.16.0:testCompile (default-testCompile) @ vintage ---
[WARNING] I/O error reading dependency state: /tmp/junit-11992850748442756130/target/classes: /tmp/junit-11992850748442756130/target/classes
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 2 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.6.0:test (default-test) @ vintage ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[ERROR] Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.721 s
[INFO] Finished at: 2026-09-08T07:43:14Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.6.0:test (default-test) on project vintage: Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11 -> [Help 1]
[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.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
"
to contain:
  "TestEngine with ID 'junit-vintage' failed to discover tests" 
	at platform.tooling.support.tests.VintageMavenIntegrationTests.unsupportedVersion(VintageMavenIntegrationTests.java:46)
VintageMavenIntegrationTests > unsupportedVersion(OutputFiles) (:platform-tooling-support-tests:test in CI / Cross-Version / OpenJ9 25)
java.lang.AssertionError: 
Expecting actual:
  "[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------< com.example:vintage >-------------------------
[INFO] Building vintage 1.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ vintage ---
[INFO] 
[INFO] --- resources:3.4.0:resources (default-resources) @ vintage ---
[INFO] skip non existing resourceDirectory /tmp/junit-4490320447285456467/src/main/resources
[INFO] 
[INFO] --- compiler:3.16.0:compile (default-compile) @ vintage ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.4.0:testResources (default-testResources) @ vintage ---
[INFO] skip non existing resourceDirectory /tmp/junit-4490320447285456467/src/test/resources
[INFO] 
[INFO] --- compiler:3.16.0:testCompile (default-testCompile) @ vintage ---
[WARNING] I/O error reading dependency state: /tmp/junit-4490320447285456467/target/classes: /tmp/junit-4490320447285456467/target/classes
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.6.0:test (default-test) @ vintage ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[ERROR] Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.650 s
[INFO] Finished at: 2026-09-08T07:43:20Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.6.0:test (default-test) on project vintage: Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11 -> [Help 1]
[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.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
"
to contain:
  "TestEngine with ID 'junit-vintage' failed to discover tests" 
	at platform.tooling.support.tests.VintageMavenIntegrationTests.unsupportedVersion(VintageMavenIntegrationTests.java:46)
VintageMavenIntegrationTests > unsupportedVersion(OutputFiles) (:platform-tooling-support-tests:test in CI / Cross-Version / OpenJ9 25)
java.lang.AssertionError: 
Expecting actual:
  "[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------< com.example:vintage >-------------------------
[INFO] Building vintage 1.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ vintage ---
[INFO] 
[INFO] --- resources:3.4.0:resources (default-resources) @ vintage ---
[INFO] skip non existing resourceDirectory /tmp/junit-5310746084089185031/src/main/resources
[INFO] 
[INFO] --- compiler:3.16.0:compile (default-compile) @ vintage ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.4.0:testResources (default-testResources) @ vintage ---
[INFO] skip non existing resourceDirectory /tmp/junit-5310746084089185031/src/test/resources
[INFO] 
[INFO] --- compiler:3.16.0:testCompile (default-testCompile) @ vintage ---
[WARNING] I/O error reading dependency state: /tmp/junit-5310746084089185031/target/classes: /tmp/junit-5310746084089185031/target/classes
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.6.0:test (default-test) @ vintage ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[ERROR] Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.119 s
[INFO] Finished at: 2026-09-08T07:43:26Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.6.0:test (default-test) on project vintage: Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11 -> [Help 1]
[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.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
"
to contain:
  "TestEngine with ID 'junit-vintage' failed to discover tests" 
	at platform.tooling.support.tests.VintageMavenIntegrationTests.unsupportedVersion(VintageMavenIntegrationTests.java:46)
VintageMavenIntegrationTests > unsupportedVersion(OutputFiles) (:platform-tooling-support-tests:test in CI / Cross-Version / OpenJDK 26 (ga))
java.lang.AssertionError: 
Expecting actual:
  "[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------< com.example:vintage >-------------------------
[INFO] Building vintage 1.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ vintage ---
[INFO] 
[INFO] --- resources:3.4.0:resources (default-resources) @ vintage ---
[INFO] skip non existing resourceDirectory /tmp/junit-2133095536467472433/src/main/resources
[INFO] 
[INFO] --- compiler:3.16.0:compile (default-compile) @ vintage ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.4.0:testResources (default-testResources) @ vintage ---
[INFO] skip non existing resourceDirectory /tmp/junit-2133095536467472433/src/test/resources
[INFO] 
[INFO] --- compiler:3.16.0:testCompile (default-testCompile) @ vintage ---
[WARNING] I/O error reading dependency state: /tmp/junit-2133095536467472433/target/classes: /tmp/junit-2133095536467472433/target/classes
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 2 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.6.0:test (default-test) @ vintage ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[ERROR] Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.755 s
[INFO] Finished at: 2026-09-08T07:44:43Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.6.0:test (default-test) on project vintage: Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11 -> [Help 1]
[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.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
"
to contain:
  "TestEngine with ID 'junit-vintage' failed to discover tests" 
	at platform.tooling.support.tests.VintageMavenIntegrationTests.unsupportedVersion(VintageMavenIntegrationTests.java:46)
VintageMavenIntegrationTests > unsupportedVersion(OutputFiles) (:platform-tooling-support-tests:test in CI / Cross-Version / OpenJDK 26 (ga))
java.lang.AssertionError: 
Expecting actual:
  "[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------< com.example:vintage >-------------------------
[INFO] Building vintage 1.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ vintage ---
[INFO] 
[INFO] --- resources:3.4.0:resources (default-resources) @ vintage ---
[INFO] skip non existing resourceDirectory /tmp/junit-9898982037170586522/src/main/resources
[INFO] 
[INFO] --- compiler:3.16.0:compile (default-compile) @ vintage ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.4.0:testResources (default-testResources) @ vintage ---
[INFO] skip non existing resourceDirectory /tmp/junit-9898982037170586522/src/test/resources
[INFO] 
[INFO] --- compiler:3.16.0:testCompile (default-testCompile) @ vintage ---
[WARNING] I/O error reading dependency state: /tmp/junit-9898982037170586522/target/classes: /tmp/junit-9898982037170586522/target/classes
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.6.0:test (default-test) @ vintage ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[ERROR] Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.512 s
[INFO] Finished at: 2026-09-08T07:44:49Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.6.0:test (default-test) on project vintage: Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11 -> [Help 1]
[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.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
"
to contain:
  "TestEngine with ID 'junit-vintage' failed to discover tests" 
	at platform.tooling.support.tests.VintageMavenIntegrationTests.unsupportedVersion(VintageMavenIntegrationTests.java:46)
VintageMavenIntegrationTests > unsupportedVersion(OutputFiles) (:platform-tooling-support-tests:test in CI / Cross-Version / OpenJDK 26 (ga))
java.lang.AssertionError: 
Expecting actual:
  "[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------< com.example:vintage >-------------------------
[INFO] Building vintage 1.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ vintage ---
[INFO] 
[INFO] --- resources:3.4.0:resources (default-resources) @ vintage ---
[INFO] skip non existing resourceDirectory /tmp/junit-2926467369995582157/src/main/resources
[INFO] 
[INFO] --- compiler:3.16.0:compile (default-compile) @ vintage ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.4.0:testResources (default-testResources) @ vintage ---
[INFO] skip non existing resourceDirectory /tmp/junit-2926467369995582157/src/test/resources
[INFO] 
[INFO] --- compiler:3.16.0:testCompile (default-testCompile) @ vintage ---
[WARNING] I/O error reading dependency state: /tmp/junit-2926467369995582157/target/classes: /tmp/junit-2926467369995582157/target/classes
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.6.0:test (default-test) @ vintage ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[ERROR] Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.155 s
[INFO] Finished at: 2026-09-08T07:44:54Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.6.0:test (default-test) on project vintage: Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11 -> [Help 1]
[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.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
"
to contain:
  "TestEngine with ID 'junit-vintage' failed to discover tests" 
	at platform.tooling.support.tests.VintageMavenIntegrationTests.unsupportedVersion(VintageMavenIntegrationTests.java:46)
VintageMavenIntegrationTests > unsupportedVersion(OutputFiles) (:platform-tooling-support-tests:test in CI / Cross-Version / OpenJDK 27 (ea))
java.lang.AssertionError: 
Expecting actual:
  "[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------< com.example:vintage >-------------------------
[INFO] Building vintage 1.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ vintage ---
[INFO] 
[INFO] --- resources:3.4.0:resources (default-resources) @ vintage ---
[INFO] skip non existing resourceDirectory /tmp/junit-11859757045104292576/src/main/resources
[INFO] 
[INFO] --- compiler:3.16.0:compile (default-compile) @ vintage ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.4.0:testResources (default-testResources) @ vintage ---
[INFO] skip non existing resourceDirectory /tmp/junit-11859757045104292576/src/test/resources
[INFO] 
[INFO] --- compiler:3.16.0:testCompile (default-testCompile) @ vintage ---
[WARNING] I/O error reading dependency state: /tmp/junit-11859757045104292576/target/classes: /tmp/junit-11859757045104292576/target/classes
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 2 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.6.0:test (default-test) @ vintage ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[ERROR] Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.651 s
[INFO] Finished at: 2026-09-08T07:45:00Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.6.0:test (default-test) on project vintage: Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11 -> [Help 1]
[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.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
"
to contain:
  "TestEngine with ID 'junit-vintage' failed to discover tests" 
	at platform.tooling.support.tests.VintageMavenIntegrationTests.unsupportedVersion(VintageMavenIntegrationTests.java:46)
VintageMavenIntegrationTests > unsupportedVersion(OutputFiles) (:platform-tooling-support-tests:test in CI / Cross-Version / OpenJDK 27 (ea))
java.lang.AssertionError: 
Expecting actual:
  "[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------< com.example:vintage >-------------------------
[INFO] Building vintage 1.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ vintage ---
[INFO] 
[INFO] --- resources:3.4.0:resources (default-resources) @ vintage ---
[INFO] skip non existing resourceDirectory /tmp/junit-7428746154033529531/src/main/resources
[INFO] 
[INFO] --- compiler:3.16.0:compile (default-compile) @ vintage ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.4.0:testResources (default-testResources) @ vintage ---
[INFO] skip non existing resourceDirectory /tmp/junit-7428746154033529531/src/test/resources
[INFO] 
[INFO] --- compiler:3.16.0:testCompile (default-testCompile) @ vintage ---
[WARNING] I/O error reading dependency state: /tmp/junit-7428746154033529531/target/classes: /tmp/junit-7428746154033529531/target/classes
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.6.0:test (default-test) @ vintage ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[ERROR] Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.229 s
[INFO] Finished at: 2026-09-08T07:45:06Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.6.0:test (default-test) on project vintage: Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11 -> [Help 1]
[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.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
"
to contain:
  "TestEngine with ID 'junit-vintage' failed to discover tests" 
	at platform.tooling.support.tests.VintageMavenIntegrationTests.unsupportedVersion(VintageMavenIntegrationTests.java:46)
VintageMavenIntegrationTests > unsupportedVersion(OutputFiles) (:platform-tooling-support-tests:test in CI / Cross-Version / OpenJDK 27 (ea))
java.lang.AssertionError: 
Expecting actual:
  "[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------< com.example:vintage >-------------------------
[INFO] Building vintage 1.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ vintage ---
[INFO] 
[INFO] --- resources:3.4.0:resources (default-resources) @ vintage ---
[INFO] skip non existing resourceDirectory /tmp/junit-13435020108705499289/src/main/resources
[INFO] 
[INFO] --- compiler:3.16.0:compile (default-compile) @ vintage ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.4.0:testResources (default-testResources) @ vintage ---
[INFO] skip non existing resourceDirectory /tmp/junit-13435020108705499289/src/test/resources
[INFO] 
[INFO] --- compiler:3.16.0:testCompile (default-testCompile) @ vintage ---
[WARNING] I/O error reading dependency state: /tmp/junit-13435020108705499289/target/classes: /tmp/junit-13435020108705499289/target/classes
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.6.0:test (default-test) @ vintage ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[ERROR] Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.054 s
[INFO] Finished at: 2026-09-08T07:45:11Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.6.0:test (default-test) on project vintage: Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11 -> [Help 1]
[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.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
"
to contain:
  "TestEngine with ID 'junit-vintage' failed to discover tests" 
	at platform.tooling.support.tests.VintageMavenIntegrationTests.unsupportedVersion(VintageMavenIntegrationTests.java:46)
VintageMavenIntegrationTests > unsupportedVersion(OutputFiles) (:platform-tooling-support-tests:test in CI / Cross-Version / OpenJDK 28 (ea))
java.lang.AssertionError: 
Expecting actual:
  "[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------< com.example:vintage >-------------------------
[INFO] Building vintage 1.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ vintage ---
[INFO] 
[INFO] --- resources:3.4.0:resources (default-resources) @ vintage ---
[INFO] skip non existing resourceDirectory /tmp/junit-11633409774403294438/src/main/resources
[INFO] 
[INFO] --- compiler:3.16.0:compile (default-compile) @ vintage ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.4.0:testResources (default-testResources) @ vintage ---
[INFO] skip non existing resourceDirectory /tmp/junit-11633409774403294438/src/test/resources
[INFO] 
[INFO] --- compiler:3.16.0:testCompile (default-testCompile) @ vintage ---
[WARNING] I/O error reading dependency state: /tmp/junit-11633409774403294438/target/classes: /tmp/junit-11633409774403294438/target/classes
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 2 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.6.0:test (default-test) @ vintage ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[ERROR] Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.417 s
[INFO] Finished at: 2026-09-08T07:44:30Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.6.0:test (default-test) on project vintage: Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11 -> [Help 1]
[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.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
"
to contain:
  "TestEngine with ID 'junit-vintage' failed to discover tests" 
	at platform.tooling.support.tests.VintageMavenIntegrationTests.unsupportedVersion(VintageMavenIntegrationTests.java:46)
VintageMavenIntegrationTests > unsupportedVersion(OutputFiles) (:platform-tooling-support-tests:test in CI / Cross-Version / OpenJDK 28 (ea))
java.lang.AssertionError: 
Expecting actual:
  "[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------< com.example:vintage >-------------------------
[INFO] Building vintage 1.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ vintage ---
[INFO] 
[INFO] --- resources:3.4.0:resources (default-resources) @ vintage ---
[INFO] skip non existing resourceDirectory /tmp/junit-10159638480101655354/src/main/resources
[INFO] 
[INFO] --- compiler:3.16.0:compile (default-compile) @ vintage ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.4.0:testResources (default-testResources) @ vintage ---
[INFO] skip non existing resourceDirectory /tmp/junit-10159638480101655354/src/test/resources
[INFO] 
[INFO] --- compiler:3.16.0:testCompile (default-testCompile) @ vintage ---
[WARNING] I/O error reading dependency state: /tmp/junit-10159638480101655354/target/classes: /tmp/junit-10159638480101655354/target/classes
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.6.0:test (default-test) @ vintage ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[ERROR] Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.878 s
[INFO] Finished at: 2026-09-08T07:44:39Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.6.0:test (default-test) on project vintage: Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11 -> [Help 1]
[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.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
"
to contain:
  "TestEngine with ID 'junit-vintage' failed to discover tests" 
	at platform.tooling.support.tests.VintageMavenIntegrationTests.unsupportedVersion(VintageMavenIntegrationTests.java:46)
VintageMavenIntegrationTests > unsupportedVersion(OutputFiles) (:platform-tooling-support-tests:test in CI / Cross-Version / OpenJDK 28 (ea))
java.lang.AssertionError: 
Expecting actual:
  "[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------< com.example:vintage >-------------------------
[INFO] Building vintage 1.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ vintage ---
[INFO] 
[INFO] --- resources:3.4.0:resources (default-resources) @ vintage ---
[INFO] skip non existing resourceDirectory /tmp/junit-14428168444750817420/src/main/resources
[INFO] 
[INFO] --- compiler:3.16.0:compile (default-compile) @ vintage ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.4.0:testResources (default-testResources) @ vintage ---
[INFO] skip non existing resourceDirectory /tmp/junit-14428168444750817420/src/test/resources
[INFO] 
[INFO] --- compiler:3.16.0:testCompile (default-testCompile) @ vintage ---
[WARNING] I/O error reading dependency state: /tmp/junit-14428168444750817420/target/classes: /tmp/junit-14428168444750817420/target/classes
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.6.0:test (default-test) @ vintage ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[ERROR] Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.698 s
[INFO] Finished at: 2026-09-08T07:44:47Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.6.0:test (default-test) on project vintage: Surefire is not compatible with JUnit 4.11 or older. Project version is 4.11 -> [Help 1]
[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.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
"
to contain:
  "TestEngine with ID 'junit-vintage' failed to discover tests" 
	at platform.tooling.support.tests.VintageMavenIntegrationTests.unsupportedVersion(VintageMavenIntegrationTests.java:46)

Rerun Controls

Select tests to mute in this pull request:

  • VintageMavenIntegrationTests > unsupportedVersion(OutputFiles)

Reuse successful test results:

  • ♻️ Only rerun the tests that failed or were muted before

Click the checkbox to trigger a rerun:

  • Rerun jobs

Learn more about TestLens at testlens.app/docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants