12:54:45.499 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
12:54:45.534 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
12:54:45.582 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [uk.gov.dhsc.htbhf.eligibility.ContextCopyingDecoratorTest] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
12:54:45.609 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [uk.gov.dhsc.htbhf.eligibility.ContextCopyingDecoratorTest], using SpringBootContextLoader
12:54:45.616 [Test worker] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [uk.gov.dhsc.htbhf.eligibility.ContextCopyingDecoratorTest]: class path resource [uk/gov/dhsc/htbhf/eligibility/ContextCopyingDecoratorTest-context.xml] does not exist
12:54:45.617 [Test worker] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [uk.gov.dhsc.htbhf.eligibility.ContextCopyingDecoratorTest]: class path resource [uk/gov/dhsc/htbhf/eligibility/ContextCopyingDecoratorTestContext.groovy] does not exist
12:54:45.617 [Test worker] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [uk.gov.dhsc.htbhf.eligibility.ContextCopyingDecoratorTest]: no resource found for suffixes {-context.xml, Context.groovy}.
12:54:45.618 [Test worker] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [uk.gov.dhsc.htbhf.eligibility.ContextCopyingDecoratorTest]: ContextCopyingDecoratorTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
12:54:45.697 [Test worker] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [uk.gov.dhsc.htbhf.eligibility.ContextCopyingDecoratorTest]
12:54:45.834 [Test worker] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [/home/circleci/project/api/build/classes/java/main/uk/gov/dhsc/htbhf/eligibility/EligibilityServiceApplication.class]
12:54:45.835 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration uk.gov.dhsc.htbhf.eligibility.EligibilityServiceApplication for test class uk.gov.dhsc.htbhf.eligibility.ContextCopyingDecoratorTest
12:54:45.971 [Test worker] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [uk.gov.dhsc.htbhf.eligibility.ContextCopyingDecoratorTest]: using defaults.
12:54:45.972 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.cloud.contract.stubrunner.provider.wiremock.StubRunnerWireMockTestExecutionListener, org.springframework.cloud.contract.wiremock.WireMockTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
12:54:45.988 [Test worker] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Skipping candidate TestExecutionListener [org.springframework.test.context.transaction.TransactionalTestExecutionListener] due to a missing dependency. Specify custom listener classes or make the default listener classes and their required dependencies available. Offending class: [org/springframework/transaction/TransactionDefinition]
12:54:45.988 [Test worker] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Skipping candidate TestExecutionListener [org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] due to a missing dependency. Specify custom listener classes or make the default listener classes and their required dependencies available. Offending class: [org/springframework/transaction/interceptor/TransactionAttribute]
12:54:45.989 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7ffd309d, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4554b78, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@22c0eb91, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@3021c023, org.springframework.test.context.support.DirtiesContextTestExecutionListener@26ce7762, org.springframework.test.context.event.EventPublishingTestExecutionListener@86ef648, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@2d5718b7, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@13c9e5e6, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@46e9e59a, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@39ca97b9, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@2ccda297, org.springframework.cloud.contract.stubrunner.provider.wiremock.StubRunnerWireMockTestExecutionListener@70f7843d, org.springframework.cloud.contract.wiremock.WireMockTestExecutionListener@79bb7a8c]
12:54:45.993 [Test worker] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@5780e30 testClass = ContextCopyingDecoratorTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@3becb09 testClass = ContextCopyingDecoratorTest, locations = '{}', classes = '{class uk.gov.dhsc.htbhf.eligibility.EligibilityServiceApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@56142790, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@301d6461, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@55cf3c93, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@de9976, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@aab6706], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true]], class annotated with @DirtiesContext [false] with mode [null].
12:54:46.020 [Test worker] DEBUG org.springframework.test.context.support.TestPropertySourceUtils - Adding inlined properties to environment: {spring.jmx.enabled=false, org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=-1}
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.2.0.RELEASE)
2020-02-12 12:54:46.393 INFO 652 --- [ Test worker] u.g.d.h.e.ContextCopyingDecoratorTest : Starting ContextCopyingDecoratorTest on f060f5e78b62 with PID 652 (started by circleci in /home/circleci/project/api)
2020-02-12 12:54:46.394 INFO 652 --- [ Test worker] u.g.d.h.e.ContextCopyingDecoratorTest : No active profile set, falling back to default profiles: default
2020-02-12 12:54:49.640 INFO 652 --- [ Test worker] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2020-02-12 12:54:49.882 INFO 652 --- [ Test worker] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
2020-02-12 12:54:49.906 INFO 652 --- [ Test worker] u.g.d.h.e.EligibilityServiceApplication : Creating ThreadPoolTaskExecutor with min pool size 2 and max 200
2020-02-12 12:54:49.916 INFO 652 --- [ Test worker] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'taskExecutor'
2020-02-12 12:54:50.519 INFO 652 --- [ Test worker] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2020-02-12 12:54:50.541 INFO 652 --- [ Test worker] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2020-02-12 12:54:50.578 INFO 652 --- [ Test worker] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
2020-02-12 12:54:50.765 INFO 652 --- [ Test worker] u.g.d.h.e.ContextCopyingDecoratorTest : Started ContextCopyingDecoratorTest in 4.732 seconds (JVM running for 6.303)
2020-02-12 12:54:50.839 INFO 652 --- [ Test worker] uk.gov.dhsc.htbhf.logging.EventLogger : {"eventType":"APPLICATION_STARTED","timestamp":"2020-02-12T12:54:50.807861","applicationId":"","applicationVersion":"","instanceIndex":""}
2020-02-12 12:54:50.839 INFO 652 --- [ Test worker] u.g.d.h.eligibility.ApiDocumentation : Application started. App version=, app id=, instance index=