Skip to content
GitHub Actions / Publish Integration Test Results failed Jul 23, 2024 in 0s

20 fail, 6 skipped, 67 pass in 10m 1s

93 tests  ±0   67 ✅  - 20   10m 1s ⏱️ +39s
61 suites ±0    6 💤 ± 0 
61 files   ±0   20 ❌ +20 

Results for commit ec10378. ± Comparison against earlier commit 478bf70.

Annotations

Check warning on line 0 in com.soebes.itf.examples.profiles.ProfileOnClassIT

See this annotation in the file changed.

@github-actions github-actions / Publish Integration Test Results

profile_1_2_3(MavenExecutionResult) (com.soebes.itf.examples.profiles.ProfileOnClassIT) failed

/home/runner/work/maven-it-extension/maven-it-extension/itf-examples/target/failsafe-reports/TEST-com.soebes.itf.examples.profiles.ProfileOnClassIT.xml [took 16s]
Raw output
Expecting actual:
  ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    "",
    "Message for Profile 1",
    "Message for Profile 2",
    "Message for Profile 3"]
to contain exactly (and in same order):
  ["Message for Profile 1", "Message for Profile 2", "Message for Profile 3"]
but some elements were not expected:
  ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]
org.opentest4j.AssertionFailedError: 

Expecting actual:
  ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    "",
    "Message for Profile 1",
    "Message for Profile 2",
    "Message for Profile 3"]
to contain exactly (and in same order):
  ["Message for Profile 1", "Message for Profile 2", "Message for Profile 3"]
but some elements were not expected:
  ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]

	at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
	at com.soebes.itf.examples.profiles.ProfileOnClassIT.profile_1_2_3(ProfileOnClassIT.java:49)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

Check warning on line 0 in com.soebes.itf.examples.profiles.ProfileOnClassIT

See this annotation in the file changed.

@github-actions github-actions / Publish Integration Test Results

profile_1(MavenExecutionResult) (com.soebes.itf.examples.profiles.ProfileOnClassIT) failed

/home/runner/work/maven-it-extension/maven-it-extension/itf-examples/target/failsafe-reports/TEST-com.soebes.itf.examples.profiles.ProfileOnClassIT.xml [took 17s]
Raw output
Expecting actual:
  ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    "",
    "Message for Profile 1"]
to contain exactly (and in same order):
  ["Message for Profile 1"]
but some elements were not expected:
  ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]
org.opentest4j.AssertionFailedError: 

Expecting actual:
  ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    "",
    "Message for Profile 1"]
to contain exactly (and in same order):
  ["Message for Profile 1"]
but some elements were not expected:
  ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]

	at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
	at com.soebes.itf.examples.profiles.ProfileOnClassIT.profile_1(ProfileOnClassIT.java:65)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

Check warning on line 0 in com.soebes.itf.examples.properties.MetaAnnotationPropertiesIT

See this annotation in the file changed.

@github-actions github-actions / Publish Integration Test Results

property_skiptests(MavenExecutionResult) (com.soebes.itf.examples.properties.MetaAnnotationPropertiesIT) failed

/home/runner/work/maven-it-extension/maven-it-extension/itf-examples/target/failsafe-reports/TEST-com.soebes.itf.examples.properties.MetaAnnotationPropertiesIT.xml [took 7s]
Raw output
Expecting empty but was: ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]
java.lang.AssertionError: 

Expecting empty but was: ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]
	at com.soebes.itf.examples.properties.MetaAnnotationPropertiesIT.property_skiptests(MetaAnnotationPropertiesIT.java:54)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

Check warning on line 0 in com.soebes.itf.examples.options.OptionsIT

See this annotation in the file changed.

@github-actions github-actions / Publish Integration Test Results

option_debug(MavenExecutionResult) (com.soebes.itf.examples.options.OptionsIT) failed

/home/runner/work/maven-it-extension/maven-it-extension/itf-examples/target/failsafe-reports/TEST-com.soebes.itf.examples.options.OptionsIT.xml [took 24s]
Raw output
Expecting empty but was: ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]
java.lang.AssertionError: 

Expecting empty but was: ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]
	at com.soebes.itf.examples.options.OptionsIT.option_debug(OptionsIT.java:90)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.tryRemoveAndExec(ForkJoinPool.java:1351)
	at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:422)
	at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:651)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

Check warning on line 0 in com.soebes.itf.examples.options.OptionsIT

See this annotation in the file changed.

@github-actions github-actions / Publish Integration Test Results

no_options_at_all(MavenExecutionResult) (com.soebes.itf.examples.options.OptionsIT) failed

/home/runner/work/maven-it-extension/maven-it-extension/itf-examples/target/failsafe-reports/TEST-com.soebes.itf.examples.options.OptionsIT.xml [took 24s]
Raw output
Expecting empty but was: ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]
java.lang.AssertionError: 

Expecting empty but was: ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]
	at com.soebes.itf.examples.options.OptionsIT.no_options_at_all(OptionsIT.java:62)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

Check warning on line 0 in com.soebes.itf.examples.defaults.DefaultsForAllIT

See this annotation in the file changed.

@github-actions github-actions / Publish Integration Test Results

option_debug(MavenExecutionResult) (com.soebes.itf.examples.defaults.DefaultsForAllIT) failed

/home/runner/work/maven-it-extension/maven-it-extension/itf-examples/target/failsafe-reports/TEST-com.soebes.itf.examples.defaults.DefaultsForAllIT.xml [took 9s]
Raw output
Expecting empty but was: ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]
java.lang.AssertionError: 

Expecting empty but was: ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]
	at com.soebes.itf.examples.defaults.DefaultsForAllIT.option_debug(DefaultsForAllIT.java:51)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

Check warning on line 0 in com.soebes.itf.examples.profiles.ProfileIT

See this annotation in the file changed.

@github-actions github-actions / Publish Integration Test Results

profile_1(MavenExecutionResult) (com.soebes.itf.examples.profiles.ProfileIT) failed

/home/runner/work/maven-it-extension/maven-it-extension/itf-examples/target/failsafe-reports/TEST-com.soebes.itf.examples.profiles.ProfileIT.xml [took 34s]
Raw output
Expecting actual:
  ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    "",
    "Message for Profile 1"]
to contain exactly (and in same order):
  ["Message for Profile 1"]
but some elements were not expected:
  ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]
org.opentest4j.AssertionFailedError: 

Expecting actual:
  ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    "",
    "Message for Profile 1"]
to contain exactly (and in same order):
  ["Message for Profile 1"]
but some elements were not expected:
  ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]

	at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
	at com.soebes.itf.examples.profiles.ProfileIT.profile_1(ProfileIT.java:56)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

Check warning on line 0 in com.soebes.itf.examples.profiles.ProfileIT

See this annotation in the file changed.

@github-actions github-actions / Publish Integration Test Results

profile_1_2_3(MavenExecutionResult) (com.soebes.itf.examples.profiles.ProfileIT) failed

/home/runner/work/maven-it-extension/maven-it-extension/itf-examples/target/failsafe-reports/TEST-com.soebes.itf.examples.profiles.ProfileIT.xml [took 34s]
Raw output
Expecting actual:
  ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    "",
    "Message for Profile 1",
    "Message for Profile 2",
    "Message for Profile 3"]
to contain exactly (and in same order):
  ["Message for Profile 1", "Message for Profile 2", "Message for Profile 3"]
but some elements were not expected:
  ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]
org.opentest4j.AssertionFailedError: 

Expecting actual:
  ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    "",
    "Message for Profile 1",
    "Message for Profile 2",
    "Message for Profile 3"]
to contain exactly (and in same order):
  ["Message for Profile 1", "Message for Profile 2", "Message for Profile 3"]
but some elements were not expected:
  ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]

	at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
	at com.soebes.itf.examples.profiles.ProfileIT.profile_1_2_3(ProfileIT.java:92)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

Check warning on line 0 in com.soebes.itf.examples.profiles.ProfileIT

See this annotation in the file changed.

@github-actions github-actions / Publish Integration Test Results

no_profile_at_all(MavenExecutionResult) (com.soebes.itf.examples.profiles.ProfileIT) failed

/home/runner/work/maven-it-extension/maven-it-extension/itf-examples/target/failsafe-reports/TEST-com.soebes.itf.examples.profiles.ProfileIT.xml [took 34s]
Raw output
Expecting empty but was: ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]
java.lang.AssertionError: 

Expecting empty but was: ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]
	at com.soebes.itf.examples.profiles.ProfileIT.no_profile_at_all(ProfileIT.java:42)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

Check warning on line 0 in com.soebes.itf.examples.profiles.ProfileIT

See this annotation in the file changed.

@github-actions github-actions / Publish Integration Test Results

profile_1_2(MavenExecutionResult) (com.soebes.itf.examples.profiles.ProfileIT) failed

/home/runner/work/maven-it-extension/maven-it-extension/itf-examples/target/failsafe-reports/TEST-com.soebes.itf.examples.profiles.ProfileIT.xml [took 34s]
Raw output
Expecting actual:
  ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    "",
    "Message for Profile 1",
    "Message for Profile 2"]
to contain exactly (and in same order):
  ["Message for Profile 1", "Message for Profile 2"]
but some elements were not expected:
  ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]
org.opentest4j.AssertionFailedError: 

Expecting actual:
  ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    "",
    "Message for Profile 1",
    "Message for Profile 2"]
to contain exactly (and in same order):
  ["Message for Profile 1", "Message for Profile 2"]
but some elements were not expected:
  ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]

	at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
	at com.soebes.itf.examples.profiles.ProfileIT.profile_1_2(ProfileIT.java:74)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

Check warning on line 0 in com.soebes.itf.examples.options.OptionsOnClassIT

See this annotation in the file changed.

@github-actions github-actions / Publish Integration Test Results

option_debug(MavenExecutionResult) (com.soebes.itf.examples.options.OptionsOnClassIT) failed

/home/runner/work/maven-it-extension/maven-it-extension/itf-examples/target/failsafe-reports/TEST-com.soebes.itf.examples.options.OptionsOnClassIT.xml [took 9s]
Raw output
Expecting empty but was: ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]
java.lang.AssertionError: 

Expecting empty but was: ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]
	at com.soebes.itf.examples.options.OptionsOnClassIT.option_debug(OptionsOnClassIT.java:54)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

Check warning on line 0 in com.soebes.itf.examples.properties.PropertiesOnClassIT

See this annotation in the file changed.

@github-actions github-actions / Publish Integration Test Results

property_skiptests(MavenExecutionResult) (com.soebes.itf.examples.properties.PropertiesOnClassIT) failed

/home/runner/work/maven-it-extension/maven-it-extension/itf-examples/target/failsafe-reports/TEST-com.soebes.itf.examples.properties.PropertiesOnClassIT.xml [took 7s]
Raw output
Expecting empty but was: ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]
java.lang.AssertionError: 

Expecting empty but was: ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]
	at com.soebes.itf.examples.properties.PropertiesOnClassIT.property_skiptests(PropertiesOnClassIT.java:60)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

Check warning on line 0 in com.soebes.itf.examples.profiles.MetaAnnotationProfileIT

See this annotation in the file changed.

@github-actions github-actions / Publish Integration Test Results

profile_1_2_3(MavenExecutionResult) (com.soebes.itf.examples.profiles.MetaAnnotationProfileIT) failed

/home/runner/work/maven-it-extension/maven-it-extension/itf-examples/target/failsafe-reports/TEST-com.soebes.itf.examples.profiles.MetaAnnotationProfileIT.xml [took 10s]
Raw output
Expecting actual:
  ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    "",
    "Message for Profile 1",
    "Message for Profile 2",
    "Message for Profile 3"]
to contain exactly (and in same order):
  ["Message for Profile 1", "Message for Profile 2", "Message for Profile 3"]
but some elements were not expected:
  ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]
org.opentest4j.AssertionFailedError: 

Expecting actual:
  ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    "",
    "Message for Profile 1",
    "Message for Profile 2",
    "Message for Profile 3"]
to contain exactly (and in same order):
  ["Message for Profile 1", "Message for Profile 2", "Message for Profile 3"]
but some elements were not expected:
  ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]

	at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
	at com.soebes.itf.examples.profiles.MetaAnnotationProfileIT.profile_1_2_3(MetaAnnotationProfileIT.java:46)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

Check warning on line 0 in com.soebes.itf.examples.goals.MetaAnnotationGoalIT

See this annotation in the file changed.

@github-actions github-actions / Publish Integration Test Results

clean_verify(MavenExecutionResult) (com.soebes.itf.examples.goals.MetaAnnotationGoalIT) failed

/home/runner/work/maven-it-extension/maven-it-extension/itf-examples/target/failsafe-reports/TEST-com.soebes.itf.examples.goals.MetaAnnotationGoalIT.xml [took 9s]
Raw output
Expecting empty but was: ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]
java.lang.AssertionError: 

Expecting empty but was: ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]
	at com.soebes.itf.examples.goals.MetaAnnotationGoalIT.clean_verify(MetaAnnotationGoalIT.java:60)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

Check warning on line 0 in com.soebes.itf.examples.goals.GoalsOnClassIT

See this annotation in the file changed.

@github-actions github-actions / Publish Integration Test Results

goal_clean(MavenExecutionResult) (com.soebes.itf.examples.goals.GoalsOnClassIT) failed

/home/runner/work/maven-it-extension/maven-it-extension/itf-examples/target/failsafe-reports/TEST-com.soebes.itf.examples.goals.GoalsOnClassIT.xml [took 2s]
Raw output
Expecting empty but was: ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]
java.lang.AssertionError: 

Expecting empty but was: ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]
	at com.soebes.itf.examples.goals.GoalsOnClassIT.goal_clean(GoalsOnClassIT.java:50)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

Check warning on line 0 in com.soebes.itf.examples.goals.GoalsIT

See this annotation in the file changed.

@github-actions github-actions / Publish Integration Test Results

goal_clean(MavenExecutionResult) (com.soebes.itf.examples.goals.GoalsIT) failed

/home/runner/work/maven-it-extension/maven-it-extension/itf-examples/target/failsafe-reports/TEST-com.soebes.itf.examples.goals.GoalsIT.xml [took 7s]
Raw output
Expecting empty but was: ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]
java.lang.AssertionError: 

Expecting empty but was: ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]
	at com.soebes.itf.examples.goals.GoalsIT.goal_clean(GoalsIT.java:73)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.tryRemoveAndExec(ForkJoinPool.java:1351)
	at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:422)
	at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:651)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

Check warning on line 0 in com.soebes.itf.examples.goals.GoalsIT

See this annotation in the file changed.

@github-actions github-actions / Publish Integration Test Results

goal_clean_compile(MavenExecutionResult) (com.soebes.itf.examples.goals.GoalsIT) failed

/home/runner/work/maven-it-extension/maven-it-extension/itf-examples/target/failsafe-reports/TEST-com.soebes.itf.examples.goals.GoalsIT.xml [took 9s]
Raw output
Expecting empty but was: ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]
java.lang.AssertionError: 

Expecting empty but was: ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]
	at com.soebes.itf.examples.goals.GoalsIT.goal_clean_compile(GoalsIT.java:96)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

Check warning on line 0 in com.soebes.itf.examples.goals.GoalsIT

See this annotation in the file changed.

@github-actions github-actions / Publish Integration Test Results

no_goals_at_all(MavenExecutionResult) (com.soebes.itf.examples.goals.GoalsIT) failed

/home/runner/work/maven-it-extension/maven-it-extension/itf-examples/target/failsafe-reports/TEST-com.soebes.itf.examples.goals.GoalsIT.xml [took 15s]
Raw output
Expecting empty but was: ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]
java.lang.AssertionError: 

Expecting empty but was: ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]
	at com.soebes.itf.examples.goals.GoalsIT.no_goals_at_all(GoalsIT.java:54)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

Check warning on line 0 in com.soebes.itf.examples.properties.PropertiesOnNestedClassIT$Level1

See this annotation in the file changed.

@github-actions github-actions / Publish Integration Test Results

property_skiptests(MavenExecutionResult) (com.soebes.itf.examples.properties.PropertiesOnNestedClassIT$Level1) failed

/home/runner/work/maven-it-extension/maven-it-extension/itf-examples/target/failsafe-reports/TEST-com.soebes.itf.examples.properties.PropertiesOnNestedClassIT$Level1.xml [took 7s]
Raw output
Expecting empty but was: ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]
java.lang.AssertionError: 

Expecting empty but was: ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]
	at com.soebes.itf.examples.properties.PropertiesOnNestedClassIT$Level1.property_skiptests(PropertiesOnNestedClassIT.java:66)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

Check warning on line 0 in com.soebes.itf.examples.properties.PropertiesIT

See this annotation in the file changed.

@github-actions github-actions / Publish Integration Test Results

property_skiptests(MavenExecutionResult) (com.soebes.itf.examples.properties.PropertiesIT) failed

/home/runner/work/maven-it-extension/maven-it-extension/itf-examples/target/failsafe-reports/TEST-com.soebes.itf.examples.properties.PropertiesIT.xml [took 7s]
Raw output
Expecting empty but was: ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]
java.lang.AssertionError: 

Expecting empty but was: ["",
    "Some problems were encountered while building the effective model for 'com.soebes.katas:kata-fraction:jar:1.0-SNAPSHOT'",
    "BOM imports from within reactor should be avoided @ line 46, column 7",
    "",
    "It is highly recommended to fix these problems because they threaten the stability of your build.",
    "",
    "For this reason, future Maven versions might no longer support building such malformed projects.",
    ""]
	at com.soebes.itf.examples.properties.PropertiesIT.property_skiptests(PropertiesIT.java:60)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)