Created
April 14, 2021 21:51
-
-
Save mattwynne/701d8cb7a0f33570c926b6df670f3e84 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] ------------------------------------------------------- | |
[INFO] T E S T S | |
[INFO] ------------------------------------------------------- | |
[INFO] Running Cukes | |
[ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.874 s <<< FAILURE! - in Cukes | |
[ERROR] Eat some cukes Time elapsed: 0.855 s <<< ERROR! | |
java.lang.IllegalStateException: No valid CDI implementation found | |
[ERROR] Eat some more cukes Time elapsed: 0.009 s <<< ERROR! | |
java.lang.IllegalStateException: No valid CDI implementation found | |
[INFO] Running io.cucumber.cdi2.Cdi2FactoryTest | |
[ERROR] Tests run: 9, Failures: 0, Errors: 9, Skipped: 0, Time elapsed: 0.523 s <<< FAILURE! - in io.cucumber.cdi2.Cdi2FactoryTest | |
[ERROR] shouldCreateApplicationScopedInstance{boolean}[1] Time elapsed: 0.179 s <<< ERROR! | |
java.lang.IllegalStateException: No valid CDI implementation found | |
at io.cucumber.cdi2.Cdi2FactoryTest.shouldCreateApplicationScopedInstance(Cdi2FactoryTest.java:80) | |
[ERROR] shouldCreateApplicationScopedInstance{boolean}[2] Time elapsed: 0.009 s <<< ERROR! | |
java.lang.IllegalStateException: No valid CDI implementation found | |
at io.cucumber.cdi2.Cdi2FactoryTest.shouldCreateApplicationScopedInstance(Cdi2FactoryTest.java:80) | |
[ERROR] lifecycleIsIdempotent Time elapsed: 0.04 s <<< ERROR! | |
java.lang.IllegalStateException: No valid CDI implementation found | |
at io.cucumber.cdi2.Cdi2FactoryTest.lifecycleIsIdempotent(Cdi2FactoryTest.java:34) | |
[ERROR] shouldInjectStepDefinitions{boolean}[1] Time elapsed: 0.006 s <<< ERROR! | |
java.lang.IllegalStateException: No valid CDI implementation found | |
at io.cucumber.cdi2.Cdi2FactoryTest.shouldInjectStepDefinitions(Cdi2FactoryTest.java:120) | |
[ERROR] shouldInjectStepDefinitions{boolean}[2] Time elapsed: 0.005 s <<< ERROR! | |
java.lang.IllegalStateException: No valid CDI implementation found | |
at io.cucumber.cdi2.Cdi2FactoryTest.shouldInjectStepDefinitions(Cdi2FactoryTest.java:120) | |
[ERROR] shouldCreateNewInstancesForEachScenario{boolean}[1] Time elapsed: 0.006 s <<< ERROR! | |
java.lang.IllegalStateException: No valid CDI implementation found | |
at io.cucumber.cdi2.Cdi2FactoryTest.shouldCreateNewInstancesForEachScenario(Cdi2FactoryTest.java:50) | |
[ERROR] shouldCreateNewInstancesForEachScenario{boolean}[2] Time elapsed: 0.005 s <<< ERROR! | |
java.lang.IllegalStateException: No valid CDI implementation found | |
at io.cucumber.cdi2.Cdi2FactoryTest.shouldCreateNewInstancesForEachScenario(Cdi2FactoryTest.java:50) | |
[ERROR] shouldCreateUnmanagedInstance{boolean}[1] Time elapsed: 0.007 s <<< ERROR! | |
java.lang.IllegalStateException: No valid CDI implementation found | |
at io.cucumber.cdi2.Cdi2FactoryTest.shouldCreateUnmanagedInstance(Cdi2FactoryTest.java:97) | |
[ERROR] shouldCreateUnmanagedInstance{boolean}[2] Time elapsed: 0.008 s <<< ERROR! | |
java.lang.IllegalStateException: No valid CDI implementation found | |
at io.cucumber.cdi2.Cdi2FactoryTest.shouldCreateUnmanagedInstance(Cdi2FactoryTest.java:97) | |
[INFO] | |
[INFO] Results: | |
[INFO] | |
[ERROR] Errors: | |
[ERROR] No valid CDI implementation found | |
[ERROR] No valid CDI implementation found | |
[ERROR] Cdi2FactoryTest.lifecycleIsIdempotent:34 » IllegalState No valid CDI implement... | |
[ERROR] Cdi2FactoryTest.shouldCreateApplicationScopedInstance:80 » IllegalState No val... | |
[ERROR] Cdi2FactoryTest.shouldCreateApplicationScopedInstance:80 » IllegalState No val... | |
[ERROR] Cdi2FactoryTest.shouldCreateNewInstancesForEachScenario:50 » IllegalState No v... | |
[ERROR] Cdi2FactoryTest.shouldCreateNewInstancesForEachScenario:50 » IllegalState No v... | |
[ERROR] Cdi2FactoryTest.shouldCreateUnmanagedInstance:97 » IllegalState No valid CDI i... | |
[ERROR] Cdi2FactoryTest.shouldCreateUnmanagedInstance:97 » IllegalState No valid CDI i... | |
[ERROR] Cdi2FactoryTest.shouldInjectStepDefinitions:120 » IllegalState No valid CDI im... | |
[ERROR] Cdi2FactoryTest.shouldInjectStepDefinitions:120 » IllegalState No valid CDI im... | |
[INFO] | |
[ERROR] Tests run: 11, Failures: 0, Errors: 11, Skipped: 0 | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Reactor Summary for Cucumber-JVM 6.10.3-SNAPSHOT: | |
[INFO] | |
[INFO] Cucumber-JVM ....................................... SUCCESS [01:30 min] | |
[INFO] Cucumber-JVM: Plugin ............................... SUCCESS [ 51.602 s] | |
[INFO] Cucumber-JVM: Gherkin .............................. SUCCESS [ 4.474 s] | |
[INFO] Cucumber-JVM: Gherkin Messages ..................... SUCCESS [ 31.548 s] | |
[INFO] Cucumber-JVM: Docstring ............................ SUCCESS [ 23.714 s] | |
[INFO] Cucumber-JVM: Core ................................. SUCCESS [02:06 min] | |
[INFO] Cucumber-JVM: JUnit ................................ SUCCESS [ 37.564 s] | |
[INFO] Cucumber-JVM: Java ................................. SUCCESS [02:29 min] | |
[INFO] Cucumber JVM: Archetype ............................ SUCCESS [01:02 min] | |
[INFO] Cucumber-JVM: JUnit Platform Engine ................ SUCCESS [ 33.571 s] | |
[INFO] Cucumber-JVM: CDI 2 ................................ FAILURE [ 28.460 s] | |
[INFO] Cucumber-JVM: DeltaSpike ........................... SKIPPED | |
[INFO] Cucumber-JVM: Guice ................................ SKIPPED | |
[INFO] Cucumber-JVM: CDI Jakarta .......................... SKIPPED | |
[INFO] Cucumber-JVM: Java 8 ............................... SKIPPED | |
[INFO] Cucumber-JVM: Kotlin Java8 ......................... SKIPPED | |
[INFO] Cucumber-JVM: Needle (Deprecated) .................. SKIPPED | |
[INFO] Cucumber-JVM: OpenEJB .............................. SKIPPED | |
[INFO] Cucumber-JVM: PicoContainer ........................ SKIPPED | |
[INFO] Cucumber-JVM: Spring ............................... SKIPPED | |
[INFO] Cucumber-JVM: TestNG ............................... SKIPPED | |
[INFO] Cucumber-JVM: Weld (Deprecated) .................... SKIPPED | |
[INFO] Examples ........................................... SKIPPED | |
[INFO] Examples: Calculator - Lambda - CLI ................ SKIPPED | |
[INFO] Examples: Calculator - Annotations - CLI ........... SKIPPED | |
[INFO] Examples: Calculator - Annotations - Junit4 ........ SKIPPED | |
[INFO] Examples: Calculator - Annotations - Junit 5 ....... SKIPPED | |
[INFO] Examples: Calculator - Annotations - TestNG ........ SKIPPED | |
[INFO] Examples: Spring Transactions ...................... SKIPPED | |
[INFO] Examples: Wicket ................................... SKIPPED | |
[INFO] Examples: Wicket application ....................... SKIPPED | |
[INFO] Examples: Wicket application tested with Selenium .. SKIPPED | |
[INFO] Cucumber-JVM: Compatibility Kit .................... SKIPPED | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD FAILURE | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 10:57 min | |
[INFO] Finished at: 2021-04-14T21:49:32Z | |
[INFO] ------------------------------------------------------------------------ | |
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on project cucumber-cdi2: There are test failures. | |
[ERROR] | |
[ERROR] Please refer to /app/cdi2/target/surefire-reports for the individual test results. | |
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. | |
[ERROR] -> [Help 1] | |
[ERROR] | |
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. | |
[ERROR] Re-run Maven using the -X switch to enable full debug logging. | |
[ERROR] | |
[ERROR] For more information about the errors and possible solutions, please read the following articles: | |
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException | |
[ERROR] | |
[ERROR] After correcting the problems, you can resume the build with the command | |
[ERROR] mvn <args> -rf :cucumber-cdi2 | |
make: *** [Makefile:4: default] Error 1 | |
make: *** [release] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment