------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.ballerinax.docker.utils.DockerGenUtilsTest Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.569 sec <<< FAILURE! - in org.ballerinax.docker.utils.DockerGenUtilsTest extractBalxNameTest(org.ballerinax.docker.utils.DockerGenUtilsTest) Time elapsed: 0.027 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[/Users/anuruddha/workspace/ballerinax/docker/samples/sample5/]hello_config_file> but was:<[]hello_config_file> at org.ballerinax.docker.utils.DockerGenUtilsTest.extractBalxNameTest(DockerGenUtilsTest.java:71) Results : Failed tests: DockerGenUtilsTest.extractBalxNameTest:71 expected:<[/Users/anuruddha/workspace/ballerinax/docker/samples/sample5/]hello_config_file> but was:<[]hello_config_file> Tests run: 4, Failures: 1, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Ballerina Docker Extension Parent 0.982.1-SNAPSHOT . SUCCESS [ 21.380 s] [INFO] Ballerina Docker Extension ......................... FAILURE [01:07 min] [INFO] Docker Extension Tests 0.982.1-SNAPSHOT ............ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:30 min [INFO] Finished at: 2018-10-08T23:16:22-04:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project docker-extension: There are test failures. [ERROR] [ERROR] Please refer to C:\CodeBase\docker\docker-extension\target\surefire-reports for the individual test results. [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 -rf :docker-extension