xeno@Freyja MINGW64 ~/IdeaProjects/rpf/lib/sec-user-reg (master) $ ./gradlew build Download https://d3vfm0n2cffdwd.cloudfront.net/com/xenoterracide/rpf/http-config/0.1.0-SNAPSHOT/maven-metadata.xml Download https://d3vfm0n2cffdwd.cloudfront.net/com/xenoterracide/rpf/sec-dtos/0.1.0-SNAPSHOT/maven-metadata.xml Download https://d3vfm0n2cffdwd.cloudfront.net/com/xenoterracide/rpf/http-config/0.1.0-SNAPSHOT/http-config-0.1.0-20171229.013301-1.pom Download https://d3vfm0n2cffdwd.cloudfront.net/com/xenoterracide/rpf/sec-dtos/0.1.0-SNAPSHOT/sec-dtos-0.1.0-20171228.225053-4.pom Download https://d3vfm0n2cffdwd.cloudfront.net/com/xenoterracide/rpf/sec-dtos/0.1.0-SNAPSHOT/sec-dtos-0.1.0-20171228.225053-4.jar Download https://d3vfm0n2cffdwd.cloudfront.net/com/xenoterracide/rpf/http-config/0.1.0-SNAPSHOT/http-config-0.1.0-20171229.013301-1.jar > Task :spotbugsMain Scanning archives (80 / 80) 2 analysis passes to perform Pass 1: Analyzing classes (28 / 28) - 100% complete Pass 2: Analyzing classes (1 / 1) - 100% complete Done with analysis > Task :test com.xenoterracide.rpf.sec.register.RegistrationTest > testRegistration FAILED org.springframework.web.client.ResourceAccessException at RegistrationTest.java:47 Caused by: java.net.HttpRetryException at RegistrationTest.java:47 INFO o.s.w.c.s.GenericWebApplicationContext : Closing org.springframework.web.context.support.GenericWebApplicationContext@1b972a68: startup date [Fri Dec 29 15:05:19 CST 2017]; root of context hierarchy - INFO ationConfigEmbeddedWebApplicationContext : Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@70a44662: startup date [Fri Dec 29 15:05:23 CST 2017]; root of context hierarchy - INFO j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' - INFO org.hibernate.tool.hbm2ddl.SchemaExport : HHH000227: Running hbm2ddl schema export - INFO org.hibernate.tool.hbm2ddl.SchemaExport : HHH000230: Schema export complete - 2 tests completed, 1 failed FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':test'. > There were failing tests. See the report at: file:///C:/Users/xeno/IdeaProjects/rpf/lib/sec-user-reg/build/reports/tests/test/index.html * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 28s 7 actionable tasks: 5 executed, 2 up-to-date xeno@Freyja MINGW64 ~/IdeaProjects/rpf/lib/sec-user-reg (master) $ cd ../.. xeno@Freyja MINGW64 ~/IdeaProjects/rpf (master) $ ./gradlew build > Task :sec-user-reg:spotbugsMain Scanning archives (72 / 72) 2 analysis passes to perform Pass 1: Analyzing classes (28 / 28) - 100% complete Pass 2: Analyzing classes (1 / 1) - 100% complete Done with analysis > Task :sec-user-reg:compileTestJava FAILED C:\Users\xeno\IdeaProjects\rpf\lib\sec-user-reg\src\test\java\com\xenoterracide\rpf\sec\register\RegistrationControllerTest.java:19: error: package org.springframework.security.config.annotation.web.builders does not exist import org.springframework.security.config.annotation.web.builders.HttpSecurity; ^ C:\Users\xeno\IdeaProjects\rpf\lib\sec-user-reg\src\test\java\com\xenoterracide\rpf\sec\register\RegistrationControllerTest.java:20: error: package org.springframework.security.config.annotation.web.configuration does not exist import org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter; ^ C:\Users\xeno\IdeaProjects\rpf\lib\sec-user-reg\src\test\java\com\xenoterracide\rpf\sec\register\RegistrationControllerTest.java:75: error: cannot find symbol static class Config extends WebSecurityConfigurerAdapter { ^ symbol: class WebSecurityConfigurerAdapter location: class RegistrationControllerTest C:\Users\xeno\IdeaProjects\rpf\lib\sec-user-reg\src\test\java\com\xenoterracide\rpf\sec\register\RegistrationControllerTest.java:77: error: cannot find symbol protected void configure( HttpSecurity http ) throws Exception { ^ symbol: class HttpSecurity location: class Config 4 errors FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':sec-user-reg:compileTestJava'. > Compilation failed with exit code 1; see the compiler error output for details. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 16s