Skip to content

Conversation

maxandersen
Copy link
Member

Since I had to git revert the merge to get master to build I could not just rebase.
Did a git diff and applied it to master instead. There was no merge errors/conflicts.

@maxandersen
Copy link
Member Author

maxandersen commented Oct 25, 2019

redo of #4856

@maxandersen maxandersen force-pushed the redo-local-platform-descrirptor branch from c982bab to e197092 Compare October 25, 2019 23:25
@maxandersen
Copy link
Member Author

Not sure why this says 109 files are changed and #4856 says 108 ... there are the same amount of files changed according to git diff --name-only

@maxandersen
Copy link
Member Author

this fails consistently for me locally:

[INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ quarkus-test-extension-deployment ---
[INFO] Surefire report directory: /Users/max/code/quarkus/quarkus/core/test-extension/deployment/target/surefire-reports
[INFO]
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running io.quarkus.extest.ConfiguredBeanTest
01:39:11,318 INFO  [io.qua.dep.QuarkusAugmentor] Beginning quarkus augmentation
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.518 s <<< FAILURE! - in io.quarkus.extest.ConfiguredBeanTest
[ERROR] io.quarkus.extest.ConfiguredBeanTest  Time elapsed: 0.518 s  <<< ERROR!
java.lang.RuntimeException: java.lang.RuntimeException: Failed to load steps from class io.quarkus.extest.deployment.TestProcessor
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:324)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$7(ClassBasedTestDescriptor.java:355)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeBeforeAllCallbacks(ClassBasedTestDescriptor.java:355)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:189)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:77)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:132)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.util.ArrayList.forEach(ArrayList.java:1257)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:383)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:344)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:417)
Caused by: java.lang.RuntimeException: Failed to load steps from class io.quarkus.extest.deployment.TestProcessor
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:253)
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:144)
	at io.quarkus.deployment.QuarkusAugmentor.run(QuarkusAugmentor.java:88)
	at io.quarkus.runner.RuntimeRunner.run(RuntimeRunner.java:111)
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:288)
	... 35 more
Caused by: java.lang.Error: Unresolved compilation problems:
	The type io.quarkus.runtime.RuntimeValue cannot be resolved. It is indirectly referenced from required .class files
	The type io.quarkus.runtime.ShutdownContext cannot be resolved. It is indirectly referenced from required .class files
	The import io.quarkus.runtime.RuntimeValue cannot be resolved
	RuntimeValue cannot be resolved to a type
	The method initRuntimeService(XmlConfig) from the type TestRecorder refers to the missing type RuntimeValue
	The method getService() from the type RuntimeServiceBuildItem refers to the missing type RuntimeValue
	The type io.quarkus.runtime.ObjectSubstitution cannot be resolved. It is indirectly referenced from required .class files
	The type io.quarkus.runtime.LaunchMode cannot be resolved. It is indirectly referenced from required .class files
	The method getLaunchMode() from the type LaunchModeBuildItem refers to the missing type LaunchMode

	at io.quarkus.extest.deployment.TestProcessor$Never.<init>(TestProcessor.java:1)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:624)
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:251)
	... 39 more

[INFO] Running io.quarkus.logging.ConsoleHandlerTest
01:39:11,684 INFO  [io.qua.dep.QuarkusAugmentor] Beginning quarkus augmentation
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.026 s <<< FAILURE! - in io.quarkus.logging.ConsoleHandlerTest
[ERROR] io.quarkus.logging.ConsoleHandlerTest  Time elapsed: 0.026 s  <<< ERROR!
java.lang.RuntimeException: java.lang.RuntimeException: Failed to load steps from class io.quarkus.extest.deployment.TestProcessor
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:324)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$7(ClassBasedTestDescriptor.java:355)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeBeforeAllCallbacks(ClassBasedTestDescriptor.java:355)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:189)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:77)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:132)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.util.ArrayList.forEach(ArrayList.java:1257)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:383)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:344)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:417)
Caused by: java.lang.RuntimeException: Failed to load steps from class io.quarkus.extest.deployment.TestProcessor
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:253)
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:144)
	at io.quarkus.deployment.QuarkusAugmentor.run(QuarkusAugmentor.java:88)
	at io.quarkus.runner.RuntimeRunner.run(RuntimeRunner.java:111)
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:288)
	... 35 more
Caused by: java.lang.Error: Unresolved compilation problems:
	The type io.quarkus.runtime.RuntimeValue cannot be resolved. It is indirectly referenced from required .class files
	The type io.quarkus.runtime.ShutdownContext cannot be resolved. It is indirectly referenced from required .class files
	The import io.quarkus.runtime.RuntimeValue cannot be resolved
	RuntimeValue cannot be resolved to a type
	The method initRuntimeService(XmlConfig) from the type TestRecorder refers to the missing type RuntimeValue
	The method getService() from the type RuntimeServiceBuildItem refers to the missing type RuntimeValue
	The type io.quarkus.runtime.ObjectSubstitution cannot be resolved. It is indirectly referenced from required .class files
	The type io.quarkus.runtime.LaunchMode cannot be resolved. It is indirectly referenced from required .class files
	The method getLaunchMode() from the type LaunchModeBuildItem refers to the missing type LaunchMode

	at io.quarkus.extest.deployment.TestProcessor$Never.<init>(TestProcessor.java:1)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:624)
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:251)
	... 39 more

[INFO] Running io.quarkus.logging.SyslogHandlerTest
01:39:11,726 INFO  [io.qua.dep.QuarkusAugmentor] Beginning quarkus augmentation
01:39:11,750 WARN  [io.qua.config] Unrecognized configuration key "quarkus.log.syslog.syslogType" provided
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.026 s <<< FAILURE! - in io.quarkus.logging.SyslogHandlerTest
[ERROR] io.quarkus.logging.SyslogHandlerTest  Time elapsed: 0.026 s  <<< ERROR!
java.lang.RuntimeException: java.lang.RuntimeException: Failed to load steps from class io.quarkus.extest.deployment.TestProcessor
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:324)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$7(ClassBasedTestDescriptor.java:355)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeBeforeAllCallbacks(ClassBasedTestDescriptor.java:355)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:189)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:77)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:132)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.util.ArrayList.forEach(ArrayList.java:1257)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:383)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:344)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:417)
Caused by: java.lang.RuntimeException: Failed to load steps from class io.quarkus.extest.deployment.TestProcessor
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:253)
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:144)
	at io.quarkus.deployment.QuarkusAugmentor.run(QuarkusAugmentor.java:88)
	at io.quarkus.runner.RuntimeRunner.run(RuntimeRunner.java:111)
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:288)
	... 35 more
Caused by: java.lang.Error: Unresolved compilation problems:
	The type io.quarkus.runtime.RuntimeValue cannot be resolved. It is indirectly referenced from required .class files
	The type io.quarkus.runtime.ShutdownContext cannot be resolved. It is indirectly referenced from required .class files
	The import io.quarkus.runtime.RuntimeValue cannot be resolved
	RuntimeValue cannot be resolved to a type
	The method initRuntimeService(XmlConfig) from the type TestRecorder refers to the missing type RuntimeValue
	The method getService() from the type RuntimeServiceBuildItem refers to the missing type RuntimeValue
	The type io.quarkus.runtime.ObjectSubstitution cannot be resolved. It is indirectly referenced from required .class files
	The type io.quarkus.runtime.LaunchMode cannot be resolved. It is indirectly referenced from required .class files
	The method getLaunchMode() from the type LaunchModeBuildItem refers to the missing type LaunchMode

	at io.quarkus.extest.deployment.TestProcessor$Never.<init>(TestProcessor.java:1)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:624)
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:251)
	... 39 more

[INFO] Running io.quarkus.logging.FileHandlerTest
01:39:11,764 INFO  [io.qua.dep.QuarkusAugmentor] Beginning quarkus augmentation
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.007 s <<< FAILURE! - in io.quarkus.logging.FileHandlerTest
[ERROR] io.quarkus.logging.FileHandlerTest  Time elapsed: 0.007 s  <<< ERROR!
java.lang.RuntimeException: java.lang.RuntimeException: Failed to load steps from class io.quarkus.extest.deployment.TestProcessor
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:324)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$7(ClassBasedTestDescriptor.java:355)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeBeforeAllCallbacks(ClassBasedTestDescriptor.java:355)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:189)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:77)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:132)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.util.ArrayList.forEach(ArrayList.java:1257)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:383)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:344)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:417)
Caused by: java.lang.RuntimeException: Failed to load steps from class io.quarkus.extest.deployment.TestProcessor
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:253)
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:144)
	at io.quarkus.deployment.QuarkusAugmentor.run(QuarkusAugmentor.java:88)
	at io.quarkus.runner.RuntimeRunner.run(RuntimeRunner.java:111)
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:288)
	... 35 more
Caused by: java.lang.Error: Unresolved compilation problems:
	The type io.quarkus.runtime.RuntimeValue cannot be resolved. It is indirectly referenced from required .class files
	The type io.quarkus.runtime.ShutdownContext cannot be resolved. It is indirectly referenced from required .class files
	The import io.quarkus.runtime.RuntimeValue cannot be resolved
	RuntimeValue cannot be resolved to a type
	The method initRuntimeService(XmlConfig) from the type TestRecorder refers to the missing type RuntimeValue
	The method getService() from the type RuntimeServiceBuildItem refers to the missing type RuntimeValue
	The type io.quarkus.runtime.ObjectSubstitution cannot be resolved. It is indirectly referenced from required .class files
	The type io.quarkus.runtime.LaunchMode cannot be resolved. It is indirectly referenced from required .class files
	The method getLaunchMode() from the type LaunchModeBuildItem refers to the missing type LaunchMode

	at io.quarkus.extest.deployment.TestProcessor$Never.<init>(TestProcessor.java:1)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:624)
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:251)
	... 39 more

[INFO] Running io.quarkus.logging.AsyncFileHandlerTest
01:39:11,796 INFO  [io.qua.dep.QuarkusAugmentor] Beginning quarkus augmentation
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.012 s <<< FAILURE! - in io.quarkus.logging.AsyncFileHandlerTest
[ERROR] io.quarkus.logging.AsyncFileHandlerTest  Time elapsed: 0.012 s  <<< ERROR!
java.lang.RuntimeException: java.lang.RuntimeException: Failed to load steps from class io.quarkus.extest.deployment.TestProcessor
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:324)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$7(ClassBasedTestDescriptor.java:355)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeBeforeAllCallbacks(ClassBasedTestDescriptor.java:355)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:189)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:77)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:132)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.util.ArrayList.forEach(ArrayList.java:1257)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:383)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:344)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:417)
Caused by: java.lang.RuntimeException: Failed to load steps from class io.quarkus.extest.deployment.TestProcessor
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:253)
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:144)
	at io.quarkus.deployment.QuarkusAugmentor.run(QuarkusAugmentor.java:88)
	at io.quarkus.runner.RuntimeRunner.run(RuntimeRunner.java:111)
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:288)
	... 35 more
Caused by: java.lang.Error: Unresolved compilation problems:
	The type io.quarkus.runtime.RuntimeValue cannot be resolved. It is indirectly referenced from required .class files
	The type io.quarkus.runtime.ShutdownContext cannot be resolved. It is indirectly referenced from required .class files
	The import io.quarkus.runtime.RuntimeValue cannot be resolved
	RuntimeValue cannot be resolved to a type
	The method initRuntimeService(XmlConfig) from the type TestRecorder refers to the missing type RuntimeValue
	The method getService() from the type RuntimeServiceBuildItem refers to the missing type RuntimeValue
	The type io.quarkus.runtime.ObjectSubstitution cannot be resolved. It is indirectly referenced from required .class files
	The type io.quarkus.runtime.LaunchMode cannot be resolved. It is indirectly referenced from required .class files
	The method getLaunchMode() from the type LaunchModeBuildItem refers to the missing type LaunchMode

	at io.quarkus.extest.deployment.TestProcessor$Never.<init>(TestProcessor.java:1)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:624)
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:251)
	... 39 more

[INFO] Running io.quarkus.logging.AsyncSyslogHandlerTest
01:39:11,830 INFO  [io.qua.dep.QuarkusAugmentor] Beginning quarkus augmentation
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.026 s <<< FAILURE! - in io.quarkus.logging.AsyncSyslogHandlerTest
[ERROR] io.quarkus.logging.AsyncSyslogHandlerTest  Time elapsed: 0.026 s  <<< ERROR!
java.lang.RuntimeException: java.lang.RuntimeException: Failed to load steps from class io.quarkus.extest.deployment.TestProcessor
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:324)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$7(ClassBasedTestDescriptor.java:355)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeBeforeAllCallbacks(ClassBasedTestDescriptor.java:355)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:189)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:77)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:132)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.util.ArrayList.forEach(ArrayList.java:1257)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:383)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:344)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:417)
Caused by: java.lang.RuntimeException: Failed to load steps from class io.quarkus.extest.deployment.TestProcessor
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:253)
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:144)
	at io.quarkus.deployment.QuarkusAugmentor.run(QuarkusAugmentor.java:88)
	at io.quarkus.runner.RuntimeRunner.run(RuntimeRunner.java:111)
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:288)
	... 35 more
Caused by: java.lang.Error: Unresolved compilation problems:
	The type io.quarkus.runtime.RuntimeValue cannot be resolved. It is indirectly referenced from required .class files
	The type io.quarkus.runtime.ShutdownContext cannot be resolved. It is indirectly referenced from required .class files
	The import io.quarkus.runtime.RuntimeValue cannot be resolved
	RuntimeValue cannot be resolved to a type
	The method initRuntimeService(XmlConfig) from the type TestRecorder refers to the missing type RuntimeValue
	The method getService() from the type RuntimeServiceBuildItem refers to the missing type RuntimeValue
	The type io.quarkus.runtime.ObjectSubstitution cannot be resolved. It is indirectly referenced from required .class files
	The type io.quarkus.runtime.LaunchMode cannot be resolved. It is indirectly referenced from required .class files
	The method getLaunchMode() from the type LaunchModeBuildItem refers to the missing type LaunchMode

	at io.quarkus.extest.deployment.TestProcessor$Never.<init>(TestProcessor.java:1)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:624)
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:251)
	... 39 more

[INFO] Running io.quarkus.logging.AsyncConsoleHandlerTest
01:39:11,876 INFO  [io.qua.dep.QuarkusAugmentor] Beginning quarkus augmentation
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.019 s <<< FAILURE! - in io.quarkus.logging.AsyncConsoleHandlerTest
[ERROR] io.quarkus.logging.AsyncConsoleHandlerTest  Time elapsed: 0.019 s  <<< ERROR!
java.lang.RuntimeException: java.lang.RuntimeException: Failed to load steps from class io.quarkus.extest.deployment.TestProcessor
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:324)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$7(ClassBasedTestDescriptor.java:355)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeBeforeAllCallbacks(ClassBasedTestDescriptor.java:355)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:189)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:77)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:132)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.util.ArrayList.forEach(ArrayList.java:1257)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:383)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:344)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:417)
Caused by: java.lang.RuntimeException: Failed to load steps from class io.quarkus.extest.deployment.TestProcessor
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:253)
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:144)
	at io.quarkus.deployment.QuarkusAugmentor.run(QuarkusAugmentor.java:88)
	at io.quarkus.runner.RuntimeRunner.run(RuntimeRunner.java:111)
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:288)
	... 35 more
Caused by: java.lang.Error: Unresolved compilation problems:
	The type io.quarkus.runtime.RuntimeValue cannot be resolved. It is indirectly referenced from required .class files
	The type io.quarkus.runtime.ShutdownContext cannot be resolved. It is indirectly referenced from required .class files
	The import io.quarkus.runtime.RuntimeValue cannot be resolved
	RuntimeValue cannot be resolved to a type
	The method initRuntimeService(XmlConfig) from the type TestRecorder refers to the missing type RuntimeValue
	The method getService() from the type RuntimeServiceBuildItem refers to the missing type RuntimeValue
	The type io.quarkus.runtime.ObjectSubstitution cannot be resolved. It is indirectly referenced from required .class files
	The type io.quarkus.runtime.LaunchMode cannot be resolved. It is indirectly referenced from required .class files
	The method getLaunchMode() from the type LaunchModeBuildItem refers to the missing type LaunchMode

	at io.quarkus.extest.deployment.TestProcessor$Never.<init>(TestProcessor.java:1)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:624)
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:251)
	... 39 more

[INFO] Running io.quarkus.logging.PeriodicRotatingLoggingTest
01:39:11,913 INFO  [io.qua.dep.QuarkusAugmentor] Beginning quarkus augmentation
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.022 s <<< FAILURE! - in io.quarkus.logging.PeriodicRotatingLoggingTest
[ERROR] io.quarkus.logging.PeriodicRotatingLoggingTest  Time elapsed: 0.022 s  <<< ERROR!
java.lang.RuntimeException: java.lang.RuntimeException: Failed to load steps from class io.quarkus.extest.deployment.TestProcessor
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:324)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$7(ClassBasedTestDescriptor.java:355)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeBeforeAllCallbacks(ClassBasedTestDescriptor.java:355)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:189)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:77)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:132)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.util.ArrayList.forEach(ArrayList.java:1257)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:383)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:344)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:417)
Caused by: java.lang.RuntimeException: Failed to load steps from class io.quarkus.extest.deployment.TestProcessor
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:253)
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:144)
	at io.quarkus.deployment.QuarkusAugmentor.run(QuarkusAugmentor.java:88)
	at io.quarkus.runner.RuntimeRunner.run(RuntimeRunner.java:111)
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:288)
	... 35 more
Caused by: java.lang.Error: Unresolved compilation problems:
	The type io.quarkus.runtime.RuntimeValue cannot be resolved. It is indirectly referenced from required .class files
	The type io.quarkus.runtime.ShutdownContext cannot be resolved. It is indirectly referenced from required .class files
	The import io.quarkus.runtime.RuntimeValue cannot be resolved
	RuntimeValue cannot be resolved to a type
	The method initRuntimeService(XmlConfig) from the type TestRecorder refers to the missing type RuntimeValue
	The method getService() from the type RuntimeServiceBuildItem refers to the missing type RuntimeValue
	The type io.quarkus.runtime.ObjectSubstitution cannot be resolved. It is indirectly referenced from required .class files
	The type io.quarkus.runtime.LaunchMode cannot be resolved. It is indirectly referenced from required .class files
	The method getLaunchMode() from the type LaunchModeBuildItem refers to the missing type LaunchMode

	at io.quarkus.extest.deployment.TestProcessor$Never.<init>(TestProcessor.java:1)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:624)
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:251)
	... 39 more

[INFO] Running io.quarkus.logging.SizeRotatingLoggingTest
01:39:11,950 INFO  [io.qua.dep.QuarkusAugmentor] Beginning quarkus augmentation
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.02 s <<< FAILURE! - in io.quarkus.logging.SizeRotatingLoggingTest
[ERROR] io.quarkus.logging.SizeRotatingLoggingTest  Time elapsed: 0.02 s  <<< ERROR!
java.lang.RuntimeException: java.lang.RuntimeException: Failed to load steps from class io.quarkus.extest.deployment.TestProcessor
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:324)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$7(ClassBasedTestDescriptor.java:355)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeBeforeAllCallbacks(ClassBasedTestDescriptor.java:355)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:189)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:77)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:132)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.util.ArrayList.forEach(ArrayList.java:1257)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:383)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:344)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:417)
Caused by: java.lang.RuntimeException: Failed to load steps from class io.quarkus.extest.deployment.TestProcessor
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:253)
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:144)
	at io.quarkus.deployment.QuarkusAugmentor.run(QuarkusAugmentor.java:88)
	at io.quarkus.runner.RuntimeRunner.run(RuntimeRunner.java:111)
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:288)
	... 35 more
Caused by: java.lang.Error: Unresolved compilation problems:
	The type io.quarkus.runtime.RuntimeValue cannot be resolved. It is indirectly referenced from required .class files
	The type io.quarkus.runtime.ShutdownContext cannot be resolved. It is indirectly referenced from required .class files
	The import io.quarkus.runtime.RuntimeValue cannot be resolved
	RuntimeValue cannot be resolved to a type
	The method initRuntimeService(XmlConfig) from the type TestRecorder refers to the missing type RuntimeValue
	The method getService() from the type RuntimeServiceBuildItem refers to the missing type RuntimeValue
	The type io.quarkus.runtime.ObjectSubstitution cannot be resolved. It is indirectly referenced from required .class files
	The type io.quarkus.runtime.LaunchMode cannot be resolved. It is indirectly referenced from required .class files
	The method getLaunchMode() from the type LaunchModeBuildItem refers to the missing type LaunchMode

	at io.quarkus.extest.deployment.TestProcessor$Never.<init>(TestProcessor.java:1)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:624)
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:251)
	... 39 more

[INFO] Running io.quarkus.logging.PeriodicSizeRotatingLoggingTest
01:39:11,984 INFO  [io.qua.dep.QuarkusAugmentor] Beginning quarkus augmentation
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.013 s <<< FAILURE! - in io.quarkus.logging.PeriodicSizeRotatingLoggingTest
[ERROR] io.quarkus.logging.PeriodicSizeRotatingLoggingTest  Time elapsed: 0.013 s  <<< ERROR!
java.lang.RuntimeException: java.lang.RuntimeException: Failed to load steps from class io.quarkus.extest.deployment.TestProcessor
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:324)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$7(ClassBasedTestDescriptor.java:355)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeBeforeAllCallbacks(ClassBasedTestDescriptor.java:355)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:189)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:77)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:132)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.util.ArrayList.forEach(ArrayList.java:1257)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:383)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:344)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:417)
Caused by: java.lang.RuntimeException: Failed to load steps from class io.quarkus.extest.deployment.TestProcessor
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:253)
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:144)
	at io.quarkus.deployment.QuarkusAugmentor.run(QuarkusAugmentor.java:88)
	at io.quarkus.runner.RuntimeRunner.run(RuntimeRunner.java:111)
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:288)
	... 35 more
Caused by: java.lang.Error: Unresolved compilation problems:
	The type io.quarkus.runtime.RuntimeValue cannot be resolved. It is indirectly referenced from required .class files
	The type io.quarkus.runtime.ShutdownContext cannot be resolved. It is indirectly referenced from required .class files
	The import io.quarkus.runtime.RuntimeValue cannot be resolved
	RuntimeValue cannot be resolved to a type
	The method initRuntimeService(XmlConfig) from the type TestRecorder refers to the missing type RuntimeValue
	The method getService() from the type RuntimeServiceBuildItem refers to the missing type RuntimeValue
	The type io.quarkus.runtime.ObjectSubstitution cannot be resolved. It is indirectly referenced from required .class files
	The type io.quarkus.runtime.LaunchMode cannot be resolved. It is indirectly referenced from required .class files
	The method getLaunchMode() from the type LaunchModeBuildItem refers to the missing type LaunchMode

	at io.quarkus.extest.deployment.TestProcessor$Never.<init>(TestProcessor.java:1)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:624)
	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:251)
	... 39 more

[INFO]
[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR]   java.lang.RuntimeException: Failed to load steps from class io.quarkus.extest.deployment.TestProcessor
[ERROR]   java.lang.RuntimeException: Failed to load steps from class io.quarkus.extest.deployment.TestProcessor
[ERROR]   java.lang.RuntimeException: Failed to load steps from class io.quarkus.extest.deployment.TestProcessor
[ERROR]   java.lang.RuntimeException: Failed to load steps from class io.quarkus.extest.deployment.TestProcessor
[ERROR]   java.lang.RuntimeException: Failed to load steps from class io.quarkus.extest.deployment.TestProcessor
[ERROR]   java.lang.RuntimeException: Failed to load steps from class io.quarkus.extest.deployment.TestProcessor
[ERROR]   java.lang.RuntimeException: Failed to load steps from class io.quarkus.extest.deployment.TestProcessor
[ERROR]   java.lang.RuntimeException: Failed to load steps from class io.quarkus.extest.deployment.TestProcessor
[ERROR]   java.lang.RuntimeException: Failed to load steps from class io.quarkus.extest.deployment.TestProcessor
[ERROR]   java.lang.RuntimeException: Failed to load steps from class io.quarkus.extest.deployment.TestProcessor
[INFO]
[ERROR] Tests run: 10, Failures: 0, Errors: 10, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] ArC - Parent pom ................................... SUCCESS [  0.998 s]
[INFO] ArC - Runtime ...................................... SUCCESS [  5.051 s]
[INFO] ArC - Processor .................................... SUCCESS [  3.479 s]
[INFO] Quarkus - Bootstrap - Parent ....................... SUCCESS [  0.015 s]
[INFO] Quarkus - Bootstrap - Core ......................... SUCCESS [  3.308 s]
[INFO] Quarkus - Parent pom 999-SNAPSHOT .................. SUCCESS [  0.035 s]
[INFO] Quarkus - Build Parent ............................. SUCCESS [  0.025 s]
[INFO] Quarkus - Core ..................................... SUCCESS [  0.016 s]
[INFO] Quarkus - Core - Extension Processor ............... SUCCESS [  1.960 s]
[INFO] Quarkus - Bootstrap - Maven plugin ................. SUCCESS [  3.632 s]
[INFO] Quarkus - Core - Runtime ........................... SUCCESS [  5.206 s]
[INFO] Quarkus - Builder .................................. SUCCESS [  1.875 s]
[INFO] Quarkus - Core - Deployment ........................ SUCCESS [ 11.416 s]
[INFO] Quarkus - JSON-P ................................... SUCCESS [  0.021 s]
[INFO] Quarkus - JSON-P - Runtime ......................... SUCCESS [  0.078 s]
[INFO] Quarkus - JSON-P - Deployment ...................... SUCCESS [  0.782 s]
[INFO] Quarkus - Test Framework ........................... SUCCESS [  0.022 s]
[INFO] Quarkus - Test framework - Common .................. SUCCESS [  1.860 s]
[INFO] ArC - Tests ........................................ SUCCESS [  7.365 s]
[INFO] Quarkus - Dev tools - Parent ....................... SUCCESS [  0.009 s]
[INFO] Quarkus - Dev tools - Platform Descriptor API ...... SUCCESS [  0.983 s]
[INFO] Quarkus - Dev tools - Common ....................... SUCCESS [  4.151 s]
[INFO] Quarkus - Dev tools - Platform JSON descriptor resolver SUCCESS [  0.285 s]
[INFO] Quarkus - BOM ...................................... SUCCESS [  0.015 s]
[INFO] Quarkus - Deployment BOM ........................... SUCCESS [  0.030 s]
[INFO] Quarkus - Development mode ......................... SUCCESS [  2.121 s]
[INFO] Quarkus - Creator .................................. SUCCESS [  7.337 s]
[INFO] Quarkus - ArC ...................................... SUCCESS [  0.023 s]
[INFO] Quarkus - ArC - Runtime ............................ SUCCESS [  0.633 s]
[INFO] Quarkus - Test framework - JUnit 5 Internal Test Framework SUCCESS [  0.820 s]
[INFO] Quarkus - ArC - Deployment ......................... SUCCESS [ 10.537 s]
[INFO] Quarkus - Undertow ................................. SUCCESS [  0.032 s]
[INFO] Quarkus - Undertow - SPI ........................... SUCCESS [  0.907 s]
[INFO] Quarkus - Netty .................................... SUCCESS [  0.026 s]
[INFO] Quarkus - Netty - Runtime .......................... SUCCESS [  0.999 s]
[INFO] Quarkus - Vert.x - Core ............................ SUCCESS [  0.043 s]
[INFO] Quarkus - Vert.x - Core - Runtime .................. SUCCESS [  3.635 s]
[INFO] Quarkus - Vert.x - HTTP ............................ SUCCESS [  0.029 s]
[INFO] Quarkus - Vert.x - HTTP - Runtime .................. SUCCESS [  1.881 s]
[INFO] Quarkus - Undertow - Runtime ....................... SUCCESS [  2.280 s]
[INFO] Quarkus - Netty - Deployment ....................... SUCCESS [  0.882 s]
[INFO] Quarkus - Vert.x - Core - Deployment ............... SUCCESS [  4.625 s]
[INFO] Quarkus - Kubernetes ............................... SUCCESS [  0.021 s]
[INFO] Quarkus - Kubernetes - SPI ......................... SUCCESS [  0.176 s]
[INFO] Quarkus - Security ................................. SUCCESS [  0.022 s]
[INFO] Quarkus - Security - Runtime ....................... SUCCESS [  0.951 s]
[INFO] Quarkus - Security - Test Utilities ................ SUCCESS [  0.131 s]
[INFO] Quarkus - Security - Deployment .................... SUCCESS [  6.235 s]
[INFO] Quarkus - Vert.x - HTTP - Deployment ............... SUCCESS [ 21.399 s]
[INFO] Quarkus - Undertow - Deployment .................... SUCCESS [ 17.458 s]
[INFO] Quarkus - Core - Test Extension .................... SUCCESS [  0.020 s]
[INFO] Quarkus - Core - Test Extension - Runtime .......... SUCCESS [  0.904 s]
[INFO] Quarkus - Test framework - JUnit 5 ................. SUCCESS [  0.410 s]
[INFO] Quarkus - Core - Test Extension - Deployment ....... FAILURE [  4.502 s]
[INFO] Quarkus - Test framework - H2 Database Support ..... SKIPPED
[INFO] Quarkus - Test framework - Derby Database Support .. SKIPPED
[INFO] Quarkus - Test framework - Kubernetes Client Mock Server support SKIPPED
[INFO] Quarkus - Jackson .................................. SKIPPED
[INFO] Quarkus - Jackson - Runtime ........................ SKIPPED
[INFO] Quarkus - Amazon Lambda ............................ SKIPPED
[INFO] Quarkus - Amazon Lambda - Runtime .................. SKIPPED
[INFO] Quarkus - Amazon Lambda - Test Framework ........... SKIPPED
[INFO] Quarkus - Arquillian Adapter ....................... SKIPPED
[INFO] Quarkus - Maven Integration Test Framework ......... SKIPPED
[INFO] Quarkus - Agroal ................................... SKIPPED
[INFO] Quarkus - Vault - SPI .............................. SKIPPED
[INFO] Quarkus - Vault .................................... SKIPPED
[INFO] Quarkus - Vault - Runtime .......................... SKIPPED
[INFO] Quarkus - Vault - Test ............................. SKIPPED
[INFO] Quarkus - Scheduler ................................ SKIPPED
[INFO] Quarkus - Scheduler - Runtime ...................... SKIPPED
[INFO] Quarkus - Scheduler - Deployment ................... SKIPPED
[INFO] Quarkus - Jackson - SPI ............................ SKIPPED
[INFO] Quarkus - Jackson - Deployment ..................... SKIPPED
[INFO] Quarkus - JAXB ..................................... SKIPPED
[INFO] Quarkus - JAXB - Runtime ........................... SKIPPED
[INFO] Quarkus - JAXB - Deployment ........................ SKIPPED
[INFO] Quarkus - JSON-B ................................... SKIPPED
[INFO] Quarkus - JSON-B - SPI ............................. SKIPPED
[INFO] Quarkus - JSON-B - Runtime ......................... SKIPPED
[INFO] Quarkus - JSON-B - Deployment ...................... SKIPPED
[INFO] Quarkus - Undertow - WebSockets .................... SKIPPED
[INFO] Quarkus - Undertow - WebSockets - Runtime .......... SKIPPED
[INFO] Quarkus - Undertow - WebSockets - Deployment ....... SKIPPED
[INFO] Quarkus - SmallRye Health .......................... SKIPPED
[INFO] Quarkus - SmallRye Health - SPI .................... SKIPPED
[INFO] Quarkus - SmallRye Health - Runtime ................ SKIPPED
[INFO] Quarkus - SmallRye Health - Deployment ............. SKIPPED
[INFO] Quarkus - SmallRye Metrics ......................... SKIPPED
[INFO] Quarkus - SmallRye Metrics - Runtime ............... SKIPPED
[INFO] Quarkus - SmallRye Metrics - Deployment ............ SKIPPED
[INFO] Quarkus - RESTEasy - Common ........................ SKIPPED
[INFO] Quarkus - RESTEasy - Common - Runtime .............. SKIPPED
[INFO] Quarkus - RESTEasy - Common - SPI .................. SKIPPED
[INFO] Quarkus - RESTEasy - Common - Deployment ........... SKIPPED
[INFO] Quarkus - RESTEasy - Server common ................. SKIPPED
[INFO] Quarkus - RESTEasy - Server common - SPI ........... SKIPPED
[INFO] Quarkus - RESTEasy - Server common - Runtime ....... SKIPPED
[INFO] Quarkus - RESTEasy - Server common - Deployment .... SKIPPED
[INFO] Quarkus - RESTEasy ................................. SKIPPED
[INFO] Quarkus - RESTEasy - Runtime ....................... SKIPPED
[INFO] Quarkus - RESTEasy - Deployment .................... SKIPPED
[INFO] Quarkus - Jaeger ................................... SKIPPED
[INFO] Quarkus - Jaeger - Runtime ......................... SKIPPED
[INFO] Quarkus - SmallRye OpenTracing ..................... SKIPPED
[INFO] Quarkus - SmallRye OpenTracing - Runtime ........... SKIPPED
[INFO] Quarkus - Jaeger - Deployment ...................... SKIPPED
[INFO] Quarkus - REST client .............................. SKIPPED
[INFO] Quarkus - REST client - Runtime .................... SKIPPED
[INFO] Quarkus - SmallRye Context Propagation ............. SKIPPED
[INFO] Quarkus - SmallRye Context Propagation - Runtime ... SKIPPED
[INFO] Quarkus - SmallRye Reactive Streams Operators ...... SKIPPED
[INFO] Quarkus - SmallRye Reactive Streams Operators - Runtime SKIPPED
[INFO] Quarkus - Narayana JTA ............................. SKIPPED
[INFO] Quarkus - Narayana JTA - Runtime ................... SKIPPED
[INFO] Quarkus - Agroal - Runtime ......................... SKIPPED
[INFO] Quarkus - Caffeine ................................. SKIPPED
[INFO] Quarkus - Caffeine - Runtime ....................... SKIPPED
[INFO] Quarkus - Hibernate ORM ............................ SKIPPED
[INFO] Quarkus - Hibernate ORM - Runtime .................. SKIPPED
[INFO] Quarkus - Narayana JTA - Deployment ................ SKIPPED
[INFO] Quarkus - Agroal - Deployment ...................... SKIPPED
[INFO] Quarkus - Hibernate Validator ...................... SKIPPED
[INFO] Quarkus - Hibernate Validator - Runtime ............ SKIPPED
[INFO] Quarkus - Hibernate Validator - Deployment ......... SKIPPED
[INFO] Quarkus - JDBC ..................................... SKIPPED
[INFO] Quarkus - JDBC - H2 ................................ SKIPPED
[INFO] Quarkus - JDBC - H2 - Runtime ...................... SKIPPED
[INFO] Quarkus - Hibernate ORM - Deployment ............... SKIPPED
[INFO] Quarkus - Panache - Common ......................... SKIPPED
[INFO] Quarkus - Panache - Common - Runtime ............... SKIPPED
[INFO] Quarkus - Panache - Common - Deployment ............ SKIPPED
[INFO] Quarkus - Hibernate ORM with Panache - JPA ......... SKIPPED
[INFO] Quarkus - Hibernate ORM with Panache - Runtime ..... SKIPPED
[INFO] Quarkus - Hibernate ORM with Panache - Deployment .. SKIPPED
[INFO] Quarkus - JDBC - H2 - Deployment ................... SKIPPED
[INFO] Quarkus - SmallRye Context Propagation - Deployment  SKIPPED
[INFO] Quarkus - SmallRye Fault tolerance ................. SKIPPED
[INFO] Quarkus - SmallRye Fault tolerance - Runtime ....... SKIPPED
[INFO] Quarkus - SmallRye Fault tolerance - Deployment .... SKIPPED
[INFO] Quarkus - REST client - Deployment ................. SKIPPED
[INFO] Quarkus - SmallRye OpenTracing - Deployment ........ SKIPPED
[INFO] Quarkus - RESTEasy - JSON-B ........................ SKIPPED
[INFO] Quarkus - RESTEasy - JSON-B - Runtime .............. SKIPPED
[INFO] Quarkus - RESTEasy - JSON-B - Deployment ........... SKIPPED
[INFO] Quarkus - RESTEasy - Jackson ....................... SKIPPED
[INFO] Quarkus - RESTEasy - Jackson - Runtime ............. SKIPPED
[INFO] Quarkus - RESTEasy - Jackson - Deployment .......... SKIPPED
[INFO] Quarkus - RESTEasy - JAXB .......................... SKIPPED
[INFO] Quarkus - RESTEasy - JAXB - Runtime ................ SKIPPED
[INFO] Quarkus - RESTEasy - JAXB - Deployment ............. SKIPPED
[INFO] Quarkus - SmallRye OpenAPI - Common ................ SKIPPED
[INFO] Quarkus - SmallRye OpenAPI - Common - Deployment ... SKIPPED
[INFO] Quarkus - Swagger UI ............................... SKIPPED
[INFO] Quarkus - Swagger UI - Runtime ..................... SKIPPED
[INFO] Quarkus - Swagger UI - Deployment .................. SKIPPED
[INFO] Quarkus - SmallRye OpenAPI ......................... SKIPPED
[INFO] Quarkus - SmallRye OpenAPI - Runtime ............... SKIPPED
[INFO] Quarkus - SmallRye OpenAPI - Deployment ............ SKIPPED
[INFO] Quarkus - Vert.x ................................... SKIPPED
[INFO] Quarkus - Vert.x - Runtime ......................... SKIPPED
[INFO] Quarkus - Vert.x - Deployment ...................... SKIPPED
[INFO] Quarkus - Vert.x Web ............................... SKIPPED
[INFO] Quarkus - Vert.x Web - Runtime ..................... SKIPPED
[INFO] Quarkus - Vert.x Web - Deployment .................. SKIPPED
[INFO] Quarkus - SmallRye Reactive Streams Operators - Deployment SKIPPED
[INFO] Quarkus - SmallRye Reactive Type Converters ........ SKIPPED
[INFO] Quarkus - SmallRye Reactive Type Converters - Runtime SKIPPED
[INFO] Quarkus - SmallRye Reactive Type Converters - Deployment SKIPPED
[INFO] Quarkus - Reactive Streams Operators ............... SKIPPED
[INFO] Quarkus - SmallRye Reactive Messaging .............. SKIPPED
[INFO] Quarkus - SmallRye Reactive Messaging - Runtime .... SKIPPED
[INFO] Quarkus - SmallRye Reactive Messaging - Deployment . SKIPPED
[INFO] Quarkus - Kafka - Client ........................... SKIPPED
[INFO] Quarkus - Kafka - Client - Runtime ................. SKIPPED
[INFO] Quarkus - Kafka - Client - Deployment .............. SKIPPED
[INFO] Quarkus - SmallRye Reactive Messaging - Kafka ...... SKIPPED
[INFO] Quarkus - SmallRye Reactive Messaging - Kafka - Runtime SKIPPED
[INFO] Quarkus - SmallRye Reactive Messaging - Kafka - Deployment SKIPPED
[INFO] Quarkus - SmallRye Reactive Messaging - AMQP 1.0 ... SKIPPED
[INFO] Quarkus - SmallRye Reactive Messaging - AMQP 1.0 - Deployment SKIPPED
[INFO] Quarkus - SmallRye Reactive Messaging - AMQP 1.0 - Runtime SKIPPED
[INFO] Quarkus - SmallRye Reactive Messaging - MQTT ....... SKIPPED
[INFO] Quarkus - SmallRye Reactive Messaging - MQTT - Runtime SKIPPED
[INFO] Quarkus - SmallRye Reactive Messaging - MQTT - Deployment SKIPPED
[INFO] Quarkus - Reactive PostgreSQL Client ............... SKIPPED
[INFO] Quarkus - Reactive PostgreSQL Client - Runtime ..... SKIPPED
[INFO] Quarkus - Reactive PostgreSQL Client - Deployment .. SKIPPED
[INFO] Quarkus - Reactive MySQL Client .................... SKIPPED
[INFO] Quarkus - Reactive MySQL Client - Runtime .......... SKIPPED
[INFO] Quarkus - Reactive MySQL Client - Deployment ....... SKIPPED
[INFO] Quarkus - Mailer ................................... SKIPPED
[INFO] Quarkus - Mailer - Runtime ......................... SKIPPED
[INFO] Quarkus - Mailer - Deployment ...................... SKIPPED
[INFO] Quarkus - Narayana STM ............................. SKIPPED
[INFO] Quarkus - Narayana STM - Runtime ................... SKIPPED
[INFO] Quarkus - Narayana STM - Deployment ................ SKIPPED
[INFO] Quarkus - JDBC - PostgreSQL ........................ SKIPPED
[INFO] Quarkus - JDBC - PostgreSQL - Runtime .............. SKIPPED
[INFO] Quarkus - JDBC - PostgreSQL - Deployment ........... SKIPPED
[INFO] Quarkus - JDBC - Derby ............................. SKIPPED
[INFO] Quarkus - JDBC - Derby - Runtime ................... SKIPPED
[INFO] Quarkus - JDBC - Derby - Deployment ................ SKIPPED
[INFO] Quarkus - JDBC - MariaDB ........................... SKIPPED
[INFO] Quarkus - JDBC - MariaDB - Runtime ................. SKIPPED
[INFO] Quarkus - JDBC - MariaDB - Deployment .............. SKIPPED
[INFO] Quarkus - JDBC - MSSQL ............................. SKIPPED
[INFO] Quarkus - JDBC - MSSQL - Runtime ................... SKIPPED
[INFO] Quarkus - JDBC - MSSQL - Deployment ................ SKIPPED
[INFO] Quarkus - JDBC - MySQL ............................. SKIPPED
[INFO] Quarkus - JDBC - MySQL - Runtime ................... SKIPPED
[INFO] Quarkus - JDBC - MySQL - Deployment ................ SKIPPED
[INFO] Quarkus - Panache - Query Language ................. SKIPPED
[INFO] Quarkus - MongoDB Client ........................... SKIPPED
[INFO] Quarkus - MongoDB Client - Runtime ................. SKIPPED
[INFO] Quarkus - MongoDB with Panache - Parent ............ SKIPPED
[INFO] Quarkus - MongoDB with Panache - Runtime ........... SKIPPED
[INFO] Quarkus - MongoDB Client - Deployment .............. SKIPPED
[INFO] Quarkus - MongoDB with Panache - Deployment ........ SKIPPED
[INFO] Quarkus - Panache .................................. SKIPPED
[INFO] Quarkus - Elasticsearch client ..................... SKIPPED
[INFO] Quarkus - Elasticsearch REST client - Runtime ...... SKIPPED
[INFO] Quarkus - Elasticsearch REST client - Deployment ... SKIPPED
[INFO] Quarkus - Hibernate Search - Elasticsearch ......... SKIPPED
[INFO] Quarkus - Hibernate Search - Elasticsearch - Runtime SKIPPED
[INFO] Quarkus - Hibernate Search - Elasticsearch - Deployment SKIPPED
[INFO] Quarkus - JGit ..................................... SKIPPED
[INFO] Quarkus - JGit - Runtime ........................... SKIPPED
[INFO] Quarkus - JGit - Deployment ........................ SKIPPED
[INFO] Quarkus - Kafka Streams ............................ SKIPPED
[INFO] Quarkus - Kafka Streams - Runtime .................. SKIPPED
[INFO] Quarkus - Kafka Streams - Deployment ............... SKIPPED
[INFO] Quarkus - Apache Tika Parent ....................... SKIPPED
[INFO] Quarkus - Apache Tika - Runtime .................... SKIPPED
[INFO] Quarkus - Apache Tika - Deployment ................. SKIPPED
[INFO] Quarkus - Neo4j .................................... SKIPPED
[INFO] Quarkus - Neo4j - Runtime .......................... SKIPPED
[INFO] Quarkus - Neo4j - Deployment ....................... SKIPPED
[INFO] Quarkus - Artemis - Core ........................... SKIPPED
[INFO] Quarkus - Artemis - Core - Runtime ................. SKIPPED
[INFO] Quarkus - Artemis - Core - Deployment .............. SKIPPED
[INFO] Quarkus - Artemis - JMS ............................ SKIPPED
[INFO] Quarkus - Artemis - JMS - Runtime .................. SKIPPED
[INFO] Quarkus - Artemis - JMS - Deployment ............... SKIPPED
[INFO] Quarkus - Spring - DI .............................. SKIPPED
[INFO] Quarkus - Spring - DI - Runtime .................... SKIPPED
[INFO] Quarkus - Spring - DI - Deployment ................. SKIPPED
[INFO] Quarkus - Spring - Web ............................. SKIPPED
[INFO] Quarkus - Spring - Web - Runtime ................... SKIPPED
[INFO] Quarkus - Spring - Web - Deployment ................ SKIPPED
[INFO] Quarkus - Spring Data JPA .......................... SKIPPED
[INFO] Quarkus - Spring - Data JPA - Runtime .............. SKIPPED
[INFO] Quarkus - Spring - Data JPA - Deployment ........... SKIPPED
[INFO] Quarkus - Elytron Security ......................... SKIPPED
[INFO] Quarkus - Elytron Security - Runtime ............... SKIPPED
[INFO] Quarkus - Elytron Security - Deployment ............ SKIPPED
[INFO] Quarkus - Extensions - Parent pom .................. SKIPPED
[INFO] Quarkus - Elytron Security JDBC .................... SKIPPED
[INFO] Quarkus - Elytron Security JDBC - Runtime .......... SKIPPED
[INFO] Quarkus - Elytron Security JDBC - Deployment ....... SKIPPED
[INFO] Quarkus - Elytron Security Properties File ......... SKIPPED
[INFO] Quarkus - Elytron Security Properties File - Runtime SKIPPED
[INFO] Quarkus - Elytron Security Properties File - Deployment SKIPPED
[INFO] Quarkus - Security OAuth2 .......................... SKIPPED
[INFO] Quarkus - Security OAuth2 - Runtime ................ SKIPPED
[INFO] Quarkus - Security OAuth2 - Deployment ............. SKIPPED
[INFO] Quarkus - SmallRye JWT ............................. SKIPPED
[INFO] Quarkus - SmallRye JWT - Runtime ................... SKIPPED
[INFO] Quarkus - SmallRye JWT - Deployment ................ SKIPPED
[INFO] Quarkus - OpenID Connect Adapter ................... SKIPPED
[INFO] Quarkus - OpenID Connect Adapter - Runtime ......... SKIPPED
[INFO] Quarkus - OpenID Connect Adapter - Deployment ...... SKIPPED
[INFO] Quarkus - Keycloak Authorization ................... SKIPPED
[INFO] Quarkus - Keycloak Authorization - Runtime ......... SKIPPED
[INFO] Quarkus - Keycloak Authorization - Deployment ...... SKIPPED
[INFO] Quarkus - Infinispan - Client ...................... SKIPPED
[INFO] Quarkus - Infinispan - Client - Runtime ............ SKIPPED
[INFO] Quarkus - Caffeine - Deployment .................... SKIPPED
[INFO] Quarkus - Infinispan - Client - Deployment ......... SKIPPED
[INFO] Quarkus - Infinispan - Embedded .................... SKIPPED
[INFO] Quarkus - Infinispan - Embedded - Runtime .......... SKIPPED
[INFO] Quarkus - Infinispan - Embedded - Deployment ....... SKIPPED
[INFO] Quarkus - Amazon Lambda - Deployment ............... SKIPPED
[INFO] Quarkus - Amazon Lambda HTTP ....................... SKIPPED
[INFO] Quarkus - Amazon Lambda HTTP - Runtime ............. SKIPPED
[INFO] Quarkus - Amazon Lambda HTTP - Deployment .......... SKIPPED
[INFO] Quarkus - HTTP Amazon Lambda Archetype ............. SKIPPED
[INFO] Quarkus - Amazon DynamoDB .......................... SKIPPED
[INFO] Quarkus - Amazon DynamoDB - Runtime ................ SKIPPED
[INFO] Quarkus - Amazon DynamoDB - Deployment ............. SKIPPED
[INFO] Quarkus - HTTP Azure Functions ..................... SKIPPED
[INFO] Quarkus - HTTP Azure Functions - Runtime ........... SKIPPED
[INFO] Quarkus - HTTP Azure Functions - Deployment ........ SKIPPED
[INFO] Quarkus - HTTP Azure Functions Archetype ........... SKIPPED
[INFO] Quarkus - Kotlin ................................... SKIPPED
[INFO] Quarkus - Kotlin - Runtime ......................... SKIPPED
[INFO] Quarkus - Kotlin - Deployment ...................... SKIPPED
[INFO] Quarkus - Scala .................................... SKIPPED
[INFO] Quarkus - Scala - Runtime .......................... SKIPPED
[INFO] Quarkus - Scala - Deployment ....................... SKIPPED
[INFO] Quarkus - Kubernetes - Deployment .................. SKIPPED
[INFO] Quarkus - Kubernetes - Runtime ..................... SKIPPED
[INFO] Quarkus - Kubernetes Client ........................ SKIPPED
[INFO] Quarkus - Kubernetes Client - Runtime .............. SKIPPED
[INFO] Quarkus - Kubernetes Client - Deployment ........... SKIPPED
[INFO] Quarkus - Flyway ................................... SKIPPED
[INFO] Quarkus - Flyway - Runtime ......................... SKIPPED
[INFO] Quarkus - Flyway - Deployment ...................... SKIPPED
[INFO] Quarkus - Kogito ................................... SKIPPED
[INFO] Quarkus - Kogito - Runtime ......................... SKIPPED
[INFO] Quarkus - Kogito - Deployment ...................... SKIPPED
[INFO] Quarkus - Vault - Deployment ....................... SKIPPED
[INFO] Quarkus - Dev tools - Platform Descriptor - JSON Maven Plugin SKIPPED
[INFO] Quarkus - Dev tools ................................ SKIPPED
[INFO] Quarkus - BOM - Descriptor JSON .................... SKIPPED
[INFO] Quarkus - Dev tools - Platform Descriptor - JSON ... SKIPPED
[INFO] Quarkus - Maven Plugin ............................. SKIPPED
[INFO] Quarkus - Gradle Plugin ............................ SKIPPED
[INFO] Quarkus - Dev tools - CLI Native Tool .............. SKIPPED
[INFO] Quarkus - Dev tools - Reflection Agent ............. SKIPPED
[INFO] Quarkus - Integration Tests ........................ SKIPPED
[INFO] Quarkus - Integration Tests - Class tranformer ..... SKIPPED
[INFO] Quarkus - Integration Tests - Class tranformer - Deployment SKIPPED
[INFO] Quarkus - Integration Tests - Class tranformer - Runtime SKIPPED
[INFO] Quarkus - Integration Tests - Shared library ....... SKIPPED
[INFO] Quarkus - Integration Tests - Hibernate Validator .. SKIPPED
[INFO] Quarkus - Integration Tests - Common JPA entities .. SKIPPED
[INFO] Quarkus - Integration Tests - Infinispan Client .... SKIPPED
[INFO] Quarkus - Integration Tests - Infinispan Embedded .. SKIPPED
[INFO] Quarkus - Integration Tests - Main ................. SKIPPED
[INFO] Quarkus - Integration Tests - Kafka ................ SKIPPED
[INFO] Quarkus - Integration Tests - JPA .................. SKIPPED
[INFO] Quarkus - Integration Tests - JPA - Derby .......... SKIPPED
[INFO] Quarkus - Integration Tests - JPA - PostgreSQL ..... SKIPPED
[INFO] Quarkus - Integration Tests - Vault ................ SKIPPED
[INFO] Quarkus - Integration Tests - Vault Agroal ......... SKIPPED
[INFO] Quarkus - Integration Tests - Vault App ............ SKIPPED
[INFO] Quarkus - Integration Tests - JPA - MariaDB ........ SKIPPED
[INFO] Quarkus - Integration Tests - JPA - H2 ............. SKIPPED
[INFO] Quarkus - Integration Tests - JPA - MSSQL .......... SKIPPED
[INFO] Quarkus - Integration Tests - JPA - MySQL .......... SKIPPED
[INFO] Quarkus - Integration Tests - Hibernate ORM with Panache SKIPPED
[INFO] Quarkus - Integration Tests - Hibernate Search + Elasticsearch SKIPPED
[INFO] Quarkus - Integration Tests - Vert.x HTTP .......... SKIPPED
[INFO] Quarkus - Integration Tests - Vert.x ............... SKIPPED
[INFO] Quarkus - Integration Tests - Spring DI ............ SKIPPED
[INFO] Quarkus - Integration Tests - Spring Web ........... SKIPPED
[INFO] Quarkus - Integration Tests - Spring Data JPA ...... SKIPPED
[INFO] Quarkus - Integration Tests - JPA - Infinispan Cache SKIPPED
[INFO] Quarkus - Integration Tests - Elytron Security ..... SKIPPED
[INFO] Quarkus - Integration Tests - Elytron Security OAuth2 SKIPPED
[INFO] Quarkus - Integration Tests - Elytron Resteasy ..... SKIPPED
[INFO] Quarkus - Integration Tests - Elytron Undertow ..... SKIPPED
[INFO] Quarkus - Integration Tests - Flyway ............... SKIPPED
[INFO] Quarkus - Integration Tests - OpenID Connect Adapter SKIPPED
[INFO] Quarkus - Integration Tests - Keycloak Policy Enforcer SKIPPED
[INFO] Quarkus - Integration Tests - Reactive Pg Client ... SKIPPED
[INFO] Quarkus - Integration Tests - Reactive MySQL Client  SKIPPED
[INFO] Quarkus - Integration Tests - AWS DynamoDB ......... SKIPPED
[INFO] Quarkus - Integration Tests - Test Extension Native Tests SKIPPED
[INFO] Quarkus - Integration Tests - Amazon Lambda ........ SKIPPED
[INFO] Quarkus - Integration Tests - Amazon Lambda HTTP ... SKIPPED
[INFO] Quarkus - Integration Tests - Kogito ............... SKIPPED
[INFO] Quarkus - Integration Tests - Kogito - Maven ....... SKIPPED
[INFO] Quarkus - Integration Tests - Kubernetes extension . SKIPPED
[INFO] Quarkus - Integration Tests - Kubernetes Client .... SKIPPED
[INFO] Quarkus - Integration Tests - Apache Tika .......... SKIPPED
[INFO] Quarkus - Integration Tests - Neo4j ................ SKIPPED
[INFO] Quarkus - Integration Tests - MongoDB Client ....... SKIPPED
[INFO] Quarkus - Integration Tests - Jackson .............. SKIPPED
[INFO] Quarkus - Integration Tests - Jackson - model ...... SKIPPED
[INFO] Quarkus - Integration Tests - Jackson - service .... SKIPPED
[INFO] Quarkus - Integration Tests - JSON-B ............... SKIPPED
[INFO] Quarkus - Integration Tests - RESTEasy Jackson ..... SKIPPED
[INFO] Quarkus - Integration Tests - JGit ................. SKIPPED
[INFO] Quarkus - Integration Tests - Virtual Http ......... SKIPPED
[INFO] Quarkus - Integration Tests - Artemis - Core ....... SKIPPED
[INFO] Quarkus - Integration Tests - Artemis - JMS ........ SKIPPED
[INFO] Quarkus - Integration Tests - Maven tooling ........ SKIPPED
[INFO] Quarkus - Integration Tests - Scala ................ SKIPPED
[INFO] Quarkus - Integration Tests - Kotlin ............... SKIPPED
[INFO] Quarkus - Integration Tests - MongoDB Panache ...... SKIPPED
[INFO] Quarkus - Integration Tests - Narayana STM ......... SKIPPED
[INFO] Quarkus - Integration Tests - Narayana JTA CDI ..... SKIPPED
[INFO] Quarkus - Integration Tests - Elytron Security JDBC  SKIPPED
[INFO] Quarkus - Documentation ............................ SKIPPED
[INFO] Quarkus - WAR Launcher ............................. SKIPPED
[INFO] Quarkus - WAR Launcher - Runner .................... SKIPPED
[INFO] Quarkus - WAR Launcher - Launcher 999-SNAPSHOT ..... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:26 min
[INFO] Finished at: 2019-10-26T01:39:12+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test (default-test) on project quarkus-test-extension-deployment: There are test failures.
[ERROR]
[ERROR] Please refer to /Users/max/code/quarkus/quarkus/core/test-extension/deployment/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test (default-test) on project quarkus-test-extension-deployment: There are test failures.

Please refer to /Users/max/code/quarkus/quarkus/core/test-extension/deployment/target/surefire-reports for the individual test results.
Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:954)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.apache.maven.wrapper.BootstrapMainStarter.start (BootstrapMainStarter.java:39)
    at org.apache.maven.wrapper.WrapperExecutor.execute (WrapperExecutor.java:122)
    at org.apache.maven.wrapper.MavenWrapperMain.main (MavenWrapperMain.java:55)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.

Please refer to /Users/max/code/quarkus/quarkus/core/test-extension/deployment/target/surefire-reports for the individual test results.
Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
    at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:240)
    at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:112)
    at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary (SurefirePlugin.java:364)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1052)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:868)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:954)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.apache.maven.wrapper.BootstrapMainStarter.start (BootstrapMainStarter.java:39)
    at org.apache.maven.wrapper.WrapperExecutor.execute (WrapperExecutor.java:122)
    at org.apache.maven.wrapper.MavenWrapperMain.main (MavenWrapperMain.java:55)
[ERROR]
[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/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :quarkus-test-extension-deployment

@maxandersen
Copy link
Member Author

if you want to do the minimal build that fails consistently use this mvn cmd:

mvn clean install -e -pl :quarkus-test-extension-deployment -am

That one always fails for me on this branch/PR. both current and old.

…scriptor loader to load the default version from the classpath
@maxandersen maxandersen force-pushed the redo-local-platform-descrirptor branch from e197092 to 4ec22be Compare October 26, 2019 08:28
@geoand
Copy link
Contributor

geoand commented Oct 26, 2019

FWIW, I built it locally and run the tests like you mention and didn't see any failures.

@maxandersen maxandersen changed the title WIP: Redo #4856 Platform descriptor should only be downloaded when targeting a different version Redo #4856 Platform descriptor should only be downloaded when targeting a different version Oct 26, 2019
@maxandersen
Copy link
Member Author

@aloubyansky ack'ed and builds locally for me as long as not running 3 lsp-java at the same time so merging.

@maxandersen maxandersen merged commit 797029c into quarkusio:master Oct 26, 2019
@gsmet gsmet added this to the 0.27.0 milestone Oct 29, 2019
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.

4 participants