Created
July 30, 2020 13:41
-
-
Save nebhale/6473c4833688c853a437ba28f0bd55e8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
➜ ~/D/demo ./mvnw spring-boot:build-image | |
[INFO] Scanning for projects... | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-parent/2.3.2.RELEASE/spring-boot-starter-parent-2.3.2.RELEASE.pom | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-parent/2.3.2.RELEASE/spring-boot-starter-parent-2.3.2.RELEASE.pom (8.6 kB at 18 kB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-dependencies/2.3.2.RELEASE/spring-boot-dependencies-2.3.2.RELEASE.pom | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-dependencies/2.3.2.RELEASE/spring-boot-dependencies-2.3.2.RELEASE.pom (122 kB at 741 kB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-bom/4.1.11/metrics-bom-4.1.11.pom | |
Downloaded from central: https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-bom/4.1.11/metrics-bom-4.1.11.pom (5.3 kB at 121 kB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-parent/4.1.11/metrics-parent-4.1.11.pom | |
Downloaded from central: https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-parent/4.1.11/metrics-parent-4.1.11.pom (15 kB at 323 kB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-bom/1.3.8/kotlinx-coroutines-bom-1.3.8.pom | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-bom/1.3.8/kotlinx-coroutines-bom-1.3.8.pom (4.5 kB at 102 kB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-bom/1.5.3/micrometer-bom-1.5.3.pom | |
Downloaded from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-bom/1.5.3/micrometer-bom-1.5.3.pom (6.6 kB at 150 kB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-bom/4.1.51.Final/netty-bom-4.1.51.Final.pom | |
Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-bom/4.1.51.Final/netty-bom-4.1.51.Final.pom (8.8 kB at 209 kB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/io/projectreactor/reactor-bom/Dysprosium-SR10/reactor-bom-Dysprosium-SR10.pom | |
Downloaded from central: https://repo.maven.apache.org/maven2/io/projectreactor/reactor-bom/Dysprosium-SR10/reactor-bom-Dysprosium-SR10.pom (4.1 kB at 99 kB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-releasetrain/Neumann-SR2/spring-data-releasetrain-Neumann-SR2.pom | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-releasetrain/Neumann-SR2/spring-data-releasetrain-Neumann-SR2.pom (5.0 kB at 114 kB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/data/build/spring-data-build/2.3.2.RELEASE/spring-data-build-2.3.2.RELEASE.pom | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/data/build/spring-data-build/2.3.2.RELEASE/spring-data-build-2.3.2.RELEASE.pom (7.1 kB at 147 kB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/5.2.8.RELEASE/spring-framework-bom-5.2.8.RELEASE.pom | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/5.2.8.RELEASE/spring-framework-bom-5.2.8.RELEASE.pom (5.3 kB at 123 kB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/integration/spring-integration-bom/5.3.2.RELEASE/spring-integration-bom-5.3.2.RELEASE.pom | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/integration/spring-integration-bom/5.3.2.RELEASE/spring-integration-bom-5.3.2.RELEASE.pom (9.2 kB at 219 kB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-maven-plugin/2.3.2.RELEASE/spring-boot-maven-plugin-2.3.2.RELEASE.pom | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-maven-plugin/2.3.2.RELEASE/spring-boot-maven-plugin-2.3.2.RELEASE.pom (2.9 kB at 64 kB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-maven-plugin/2.3.2.RELEASE/spring-boot-maven-plugin-2.3.2.RELEASE.jar | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-maven-plugin/2.3.2.RELEASE/spring-boot-maven-plugin-2.3.2.RELEASE.jar (93 kB at 1.5 MB/s) | |
[INFO] | |
[INFO] --------------------------< com.example:demo >-------------------------- | |
[INFO] Building demo 0.0.1-SNAPSHOT | |
[INFO] --------------------------------[ jar ]--------------------------------- | |
[INFO] | |
[INFO] >>> spring-boot-maven-plugin:2.3.2.RELEASE:build-image (default-cli) > package @ demo >>> | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter/2.3.2.RELEASE/spring-boot-starter-2.3.2.RELEASE.pom | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter/2.3.2.RELEASE/spring-boot-starter-2.3.2.RELEASE.pom (3.1 kB at 63 kB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot/2.3.2.RELEASE/spring-boot-2.3.2.RELEASE.pom | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot/2.3.2.RELEASE/spring-boot-2.3.2.RELEASE.pom (2.2 kB at 48 kB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-core/5.2.8.RELEASE/spring-core-5.2.8.RELEASE.pom | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-core/5.2.8.RELEASE/spring-core-5.2.8.RELEASE.pom (1.7 kB at 37 kB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-jcl/5.2.8.RELEASE/spring-jcl-5.2.8.RELEASE.pom | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-jcl/5.2.8.RELEASE/spring-jcl-5.2.8.RELEASE.pom (1.5 kB at 32 kB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context/5.2.8.RELEASE/spring-context-5.2.8.RELEASE.pom | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context/5.2.8.RELEASE/spring-context-5.2.8.RELEASE.pom (2.3 kB at 44 kB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/5.2.8.RELEASE/spring-aop-5.2.8.RELEASE.pom | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/5.2.8.RELEASE/spring-aop-5.2.8.RELEASE.pom (1.9 kB at 41 kB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/5.2.8.RELEASE/spring-beans-5.2.8.RELEASE.pom | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/5.2.8.RELEASE/spring-beans-5.2.8.RELEASE.pom (1.7 kB at 40 kB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/5.2.8.RELEASE/spring-expression-5.2.8.RELEASE.pom | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/5.2.8.RELEASE/spring-expression-5.2.8.RELEASE.pom (1.7 kB at 40 kB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-autoconfigure/2.3.2.RELEASE/spring-boot-autoconfigure-2.3.2.RELEASE.pom | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-autoconfigure/2.3.2.RELEASE/spring-boot-autoconfigure-2.3.2.RELEASE.pom (2.1 kB at 50 kB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-logging/2.3.2.RELEASE/spring-boot-starter-logging-2.3.2.RELEASE.pom | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-logging/2.3.2.RELEASE/spring-boot-starter-logging-2.3.2.RELEASE.pom (2.5 kB at 61 kB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-test/2.3.2.RELEASE/spring-boot-starter-test-2.3.2.RELEASE.pom | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-test/2.3.2.RELEASE/spring-boot-starter-test-2.3.2.RELEASE.pom (5.1 kB at 116 kB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test/2.3.2.RELEASE/spring-boot-test-2.3.2.RELEASE.pom | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test/2.3.2.RELEASE/spring-boot-test-2.3.2.RELEASE.pom (2.1 kB at 48 kB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test-autoconfigure/2.3.2.RELEASE/spring-boot-test-autoconfigure-2.3.2.RELEASE.pom | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test-autoconfigure/2.3.2.RELEASE/spring-boot-test-autoconfigure-2.3.2.RELEASE.pom (2.5 kB at 60 kB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.10.13/byte-buddy-1.10.13.pom | |
Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.10.13/byte-buddy-1.10.13.pom (11 kB at 238 kB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.10.13/byte-buddy-parent-1.10.13.pom | |
Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.10.13/byte-buddy-parent-1.10.13.pom (41 kB at 906 kB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.10.13/byte-buddy-agent-1.10.13.pom | |
Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.10.13/byte-buddy-agent-1.10.13.pom (9.6 kB at 208 kB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-test/5.2.8.RELEASE/spring-test-5.2.8.RELEASE.pom | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-test/5.2.8.RELEASE/spring-test-5.2.8.RELEASE.pom (1.7 kB at 39 kB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter/2.3.2.RELEASE/spring-boot-starter-2.3.2.RELEASE.jar | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/5.2.8.RELEASE/spring-aop-5.2.8.RELEASE.jar | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context/5.2.8.RELEASE/spring-context-5.2.8.RELEASE.jar | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot/2.3.2.RELEASE/spring-boot-2.3.2.RELEASE.jar | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/5.2.8.RELEASE/spring-beans-5.2.8.RELEASE.jar | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter/2.3.2.RELEASE/spring-boot-starter-2.3.2.RELEASE.jar (4.8 kB at 92 kB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/5.2.8.RELEASE/spring-expression-5.2.8.RELEASE.jar | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/5.2.8.RELEASE/spring-expression-5.2.8.RELEASE.jar (282 kB at 2.0 MB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-autoconfigure/2.3.2.RELEASE/spring-boot-autoconfigure-2.3.2.RELEASE.jar | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/5.2.8.RELEASE/spring-aop-5.2.8.RELEASE.jar (373 kB at 1.3 MB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-logging/2.3.2.RELEASE/spring-boot-starter-logging-2.3.2.RELEASE.jar | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-logging/2.3.2.RELEASE/spring-boot-starter-logging-2.3.2.RELEASE.jar (4.8 kB at 11 kB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-core/5.2.8.RELEASE/spring-core-5.2.8.RELEASE.jar | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/5.2.8.RELEASE/spring-beans-5.2.8.RELEASE.jar (689 kB at 1.3 MB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-jcl/5.2.8.RELEASE/spring-jcl-5.2.8.RELEASE.jar | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-autoconfigure/2.3.2.RELEASE/spring-boot-autoconfigure-2.3.2.RELEASE.jar (1.5 MB at 2.7 MB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-test/2.3.2.RELEASE/spring-boot-starter-test-2.3.2.RELEASE.jar | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot/2.3.2.RELEASE/spring-boot-2.3.2.RELEASE.jar (1.1 MB at 2.0 MB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test/2.3.2.RELEASE/spring-boot-test-2.3.2.RELEASE.jar | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context/5.2.8.RELEASE/spring-context-5.2.8.RELEASE.jar (1.2 MB at 2.1 MB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test-autoconfigure/2.3.2.RELEASE/spring-boot-test-autoconfigure-2.3.2.RELEASE.jar | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-test/2.3.2.RELEASE/spring-boot-starter-test-2.3.2.RELEASE.jar (4.8 kB at 8.0 kB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.10.13/byte-buddy-1.10.13.jar | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-jcl/5.2.8.RELEASE/spring-jcl-5.2.8.RELEASE.jar (24 kB at 40 kB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.10.13/byte-buddy-agent-1.10.13.jar | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test/2.3.2.RELEASE/spring-boot-test-2.3.2.RELEASE.jar (215 kB at 325 kB/s) | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-core/5.2.8.RELEASE/spring-core-5.2.8.RELEASE.jar (1.4 MB at 2.2 MB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-test/5.2.8.RELEASE/spring-test-5.2.8.RELEASE.jar | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test-autoconfigure/2.3.2.RELEASE/spring-boot-test-autoconfigure-2.3.2.RELEASE.jar (175 kB at 263 kB/s) | |
Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.10.13/byte-buddy-agent-1.10.13.jar (259 kB at 339 kB/s) | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-test/5.2.8.RELEASE/spring-test-5.2.8.RELEASE.jar (686 kB at 856 kB/s) | |
Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.10.13/byte-buddy-1.10.13.jar (3.5 MB at 3.6 MB/s) | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ demo --- | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] Copying 1 resource | |
[INFO] Copying 0 resource | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ demo --- | |
[INFO] Changes detected - recompiling the module! | |
[INFO] Compiling 1 source file to /Users/bhale/Desktop/demo/target/classes | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ demo --- | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] skip non existing resourceDirectory /Users/bhale/Desktop/demo/src/test/resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ demo --- | |
[INFO] Changes detected - recompiling the module! | |
[INFO] Compiling 1 source file to /Users/bhale/Desktop/demo/target/test-classes | |
[INFO] | |
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ demo --- | |
[INFO] | |
[INFO] ------------------------------------------------------- | |
[INFO] T E S T S | |
[INFO] ------------------------------------------------------- | |
[INFO] Running com.example.demo.DemoApplicationTests | |
06:41:06.097 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] | |
06:41:06.106 [main] 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)] | |
06:41:06.130 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [com.example.demo.DemoApplicationTests] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper] | |
06:41:06.142 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.example.demo.DemoApplicationTests], using SpringBootContextLoader | |
06:41:06.145 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.example.demo.DemoApplicationTests]: class path resource [com/example/demo/DemoApplicationTests-context.xml] does not exist | |
06:41:06.145 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.example.demo.DemoApplicationTests]: class path resource [com/example/demo/DemoApplicationTestsContext.groovy] does not exist | |
06:41:06.146 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [com.example.demo.DemoApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}. | |
06:41:06.146 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [com.example.demo.DemoApplicationTests]: DemoApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration. | |
06:41:06.171 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.example.demo.DemoApplicationTests] | |
06:41:06.214 [main] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [/Users/bhale/Desktop/demo/target/classes/com/example/demo/DemoApplication.class] | |
06:41:06.215 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration com.example.demo.DemoApplication for test class com.example.demo.DemoApplicationTests | |
06:41:06.283 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [com.example.demo.DemoApplicationTests]: using defaults. | |
06:41:06.283 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, 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.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, 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] | |
06:41:06.289 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Skipping candidate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener] due to a missing dependency. Specify custom listener classes or make the default listener classes and their required dependencies available. Offending class: [javax/servlet/ServletContext] | |
06:41:06.290 [main] 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/interceptor/TransactionAttributeSource] | |
06:41:06.290 [main] 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] | |
06:41:06.291 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6ca18a14, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@c667f46, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@51bd8b5c, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7b50df34, org.springframework.test.context.event.EventPublishingTestExecutionListener@1b410b60, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@2462cb01, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@19b843ba, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@64ec96c6, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@77659b30, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@456d6c1e, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@1e13529a] | |
06:41:06.294 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@74f6c5d8 testClass = DemoApplicationTests, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27912e3 testClass = DemoApplicationTests, locations = '{}', classes = '{class com.example.demo.DemoApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@8297b3a, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4c178a76, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7dc0f706, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@192c3f1e, org.springframework.boot.test.context.SpringBootTestArgs@1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]], class annotated with @DirtiesContext [false] with mode [null]. | |
06:41:06.302 [main] DEBUG org.springframework.test.context.support.DependencyInjectionTestExecutionListener - Performing dependency injection for test context [[DefaultTestContext@74f6c5d8 testClass = DemoApplicationTests, testInstance = com.example.demo.DemoApplicationTests@4e928fbf, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27912e3 testClass = DemoApplicationTests, locations = '{}', classes = '{class com.example.demo.DemoApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@8297b3a, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4c178a76, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7dc0f706, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@192c3f1e, org.springframework.boot.test.context.SpringBootTestArgs@1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]]. | |
06:41:06.315 [main] DEBUG org.springframework.test.context.support.TestPropertySourceUtils - Adding inlined properties to environment: {spring.jmx.enabled=false, org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true} | |
. ____ _ __ _ _ | |
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ | |
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ | |
\\/ ___)| |_)| | | | | || (_| | ) ) ) ) | |
' |____| .__|_| |_|_| |_\__, | / / / / | |
=========|_|==============|___/=/_/_/_/ | |
:: Spring Boot :: (v2.3.2.RELEASE) | |
2020-07-30 06:41:06.487 INFO 95232 --- [ main] com.example.demo.DemoApplicationTests : Starting DemoApplicationTests on hypnotoad.local with PID 95232 (started by bhale in /Users/bhale/Desktop/demo) | |
2020-07-30 06:41:06.488 INFO 95232 --- [ main] com.example.demo.DemoApplicationTests : No active profile set, falling back to default profiles: default | |
2020-07-30 06:41:06.870 INFO 95232 --- [ main] com.example.demo.DemoApplicationTests : Started DemoApplicationTests in 0.553 seconds (JVM running for 1.29) | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.337 s - in com.example.demo.DemoApplicationTests | |
[INFO] | |
[INFO] Results: | |
[INFO] | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 | |
[INFO] | |
[INFO] | |
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ demo --- | |
[INFO] Building jar: /Users/bhale/Desktop/demo/target/demo-0.0.1-SNAPSHOT.jar | |
[INFO] | |
[INFO] --- spring-boot-maven-plugin:2.3.2.RELEASE:repackage (repackage) @ demo --- | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-buildpack-platform/2.3.2.RELEASE/spring-boot-buildpack-platform-2.3.2.RELEASE.pom | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-buildpack-platform/2.3.2.RELEASE/spring-boot-buildpack-platform-2.3.2.RELEASE.pom (3.1 kB at 64 kB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-loader-tools/2.3.2.RELEASE/spring-boot-loader-tools-2.3.2.RELEASE.pom | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-loader-tools/2.3.2.RELEASE/spring-boot-loader-tools-2.3.2.RELEASE.pom (2.3 kB at 46 kB/s) | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-buildpack-platform/2.3.2.RELEASE/spring-boot-buildpack-platform-2.3.2.RELEASE.jar | |
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-loader-tools/2.3.2.RELEASE/spring-boot-loader-tools-2.3.2.RELEASE.jar | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-buildpack-platform/2.3.2.RELEASE/spring-boot-buildpack-platform-2.3.2.RELEASE.jar (182 kB at 2.5 MB/s) | |
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-loader-tools/2.3.2.RELEASE/spring-boot-loader-tools-2.3.2.RELEASE.jar (240 kB at 3.1 MB/s) | |
[INFO] Replacing main artifact with repackaged archive | |
[INFO] | |
[INFO] <<< spring-boot-maven-plugin:2.3.2.RELEASE:build-image (default-cli) < package @ demo <<< | |
[INFO] | |
[INFO] | |
[INFO] --- spring-boot-maven-plugin:2.3.2.RELEASE:build-image (default-cli) @ demo --- | |
[INFO] Building image 'docker.io/library/demo:0.0.1-SNAPSHOT' | |
[INFO] | |
[INFO] > Pulling builder image 'gcr.io/paketo-buildpacks/builder:base-platform-api-0.3' 1% | |
[INFO] > Pulling builder image 'gcr.io/paketo-buildpacks/builder:base-platform-api-0.3' 16% | |
[INFO] > Pulling builder image 'gcr.io/paketo-buildpacks/builder:base-platform-api-0.3' 24% | |
[INFO] > Pulling builder image 'gcr.io/paketo-buildpacks/builder:base-platform-api-0.3' 36% | |
[INFO] > Pulling builder image 'gcr.io/paketo-buildpacks/builder:base-platform-api-0.3' 51% | |
[INFO] > Pulling builder image 'gcr.io/paketo-buildpacks/builder:base-platform-api-0.3' 59% | |
[INFO] > Pulling builder image 'gcr.io/paketo-buildpacks/builder:base-platform-api-0.3' 100% | |
[INFO] > Pulled builder image 'gcr.io/paketo-buildpacks/builder@sha256:6d625fe00a2b5c4841eccb6863ab3d8b6f83c3138875f48ba69502abc593a62e' | |
[INFO] > Pulling run image 'gcr.io/paketo-buildpacks/run:base-cnb' 100% | |
[INFO] > Pulled run image 'paketobuildpacks/run@sha256:087a6a98ec8846e2b8d75ae1d563b0a2e0306dd04055c63e04dc6172f6ff6b9d' | |
[INFO] > Executing lifecycle version v0.8.1 | |
[INFO] > Using build cache volume 'pack-cache-5cbe5692dbc4.build' | |
[INFO] | |
[INFO] > Running creator | |
[INFO] [creator] ===> DETECTING | |
[INFO] [creator] 5 of 16 buildpacks participating | |
[INFO] [creator] paketo-buildpacks/bellsoft-liberica 2.12.0 | |
[INFO] [creator] paketo-buildpacks/executable-jar 2.0.4 | |
[INFO] [creator] paketo-buildpacks/apache-tomcat 1.4.1 | |
[INFO] [creator] paketo-buildpacks/dist-zip 1.3.9 | |
[INFO] [creator] paketo-buildpacks/spring-boot 2.4.1 | |
[INFO] [creator] ===> ANALYZING | |
[INFO] [creator] Previous image with name "docker.io/library/demo:0.0.1-SNAPSHOT" not found | |
[INFO] [creator] ===> RESTORING | |
[INFO] [creator] ===> BUILDING | |
[INFO] [creator] | |
[INFO] [creator] Paketo BellSoft Liberica Buildpack 2.12.0 | |
[INFO] [creator] https://github.com/paketo-buildpacks/bellsoft-liberica | |
[INFO] [creator] Build Configuration: | |
[INFO] [creator] $BP_JVM_VERSION 11.* the Java version | |
[INFO] [creator] Launch Configuration: | |
[INFO] [creator] $BPL_JVM_HEAD_ROOM 0 the headroom in memory calculation | |
[INFO] [creator] $BPL_JVM_LOADED_CLASS_COUNT 35% of classes the number of loaded classes in memory calculation | |
[INFO] [creator] $BPL_JVM_THREAD_COUNT 250 the number of threads in memory calculation | |
[INFO] [creator] BellSoft Liberica JRE 11.0.8: Contributing to layer | |
[INFO] [creator] Downloading from https://github.com/bell-sw/Liberica/releases/download/11.0.8+10/bellsoft-jre11.0.8+10-linux-amd64.tar.gz | |
[INFO] [creator] Verifying checksum | |
[INFO] [creator] Expanding to /layers/paketo-buildpacks_bellsoft-liberica/jre | |
[INFO] [creator] Writing env.launch/JAVA_HOME.override | |
[INFO] [creator] Writing env.launch/MALLOC_ARENA_MAX.override | |
[INFO] [creator] Writing profile.d/active-processor-count.sh | |
[INFO] [creator] Memory Calculator 4.1.0: Contributing to layer | |
[INFO] [creator] Downloading from https://github.com/cloudfoundry/java-buildpack-memory-calculator/releases/download/v4.1.0/memory-calculator-4.1.0.tgz | |
[INFO] [creator] Verifying checksum | |
[INFO] [creator] Expanding to /layers/paketo-buildpacks_bellsoft-liberica/memory-calculator | |
[INFO] [creator] Writing profile.d/memory-calculator.sh | |
[INFO] [creator] Class Counter: Contributing to layer | |
[INFO] [creator] Copying to /layers/paketo-buildpacks_bellsoft-liberica/class-counter | |
[INFO] [creator] JVMKill Agent 1.16.0: Contributing to layer | |
[INFO] [creator] Downloading from https://github.com/cloudfoundry/jvmkill/releases/download/v1.16.0.RELEASE/jvmkill-1.16.0-RELEASE.so | |
[INFO] [creator] Verifying checksum | |
[INFO] [creator] Copying to /layers/paketo-buildpacks_bellsoft-liberica/jvmkill | |
[INFO] [creator] Writing env.launch/JAVA_OPTS.append | |
[INFO] [creator] Link-Local DNS: Contributing to layer | |
[INFO] [creator] Copying to /layers/paketo-buildpacks_bellsoft-liberica/link-local-dns | |
[INFO] [creator] Writing profile.d/link-local-dns.sh | |
[INFO] [creator] Java Security Properties: Contributing to layer | |
[INFO] [creator] Writing env.launch/JAVA_OPTS.append | |
[INFO] [creator] Writing env.launch/JAVA_SECURITY_PROPERTIES.override | |
[INFO] [creator] Security Providers Configurer: Contributing to layer | |
[INFO] [creator] Copying to /layers/paketo-buildpacks_bellsoft-liberica/security-providers-configurer | |
[INFO] [creator] Writing profile.d/security-providers-classpath.sh | |
[INFO] [creator] Writing profile.d/security-providers-configurer.sh | |
[INFO] [creator] OpenSSL Certificate Loader: Contributing to layer | |
[INFO] [creator] Copying to /layers/paketo-buildpacks_bellsoft-liberica/openssl-security-provider | |
[INFO] [creator] Writing profile.d/openssl-certificate-loader.sh | |
[INFO] [creator] | |
[INFO] [creator] Paketo Executable JAR Buildpack 2.0.4 | |
[INFO] [creator] https://github.com/paketo-buildpacks/executable-jar | |
[INFO] [creator] Writing env.launch/CLASSPATH | |
[INFO] [creator] Process types: | |
[INFO] [creator] executable-jar: java -cp "${CLASSPATH}" ${JAVA_OPTS} org.springframework.boot.loader.JarLauncher | |
[INFO] [creator] task: java -cp "${CLASSPATH}" ${JAVA_OPTS} org.springframework.boot.loader.JarLauncher | |
[INFO] [creator] web: java -cp "${CLASSPATH}" ${JAVA_OPTS} org.springframework.boot.loader.JarLauncher | |
[INFO] [creator] | |
[INFO] [creator] Paketo Spring Boot Buildpack 2.4.1 | |
[INFO] [creator] https://github.com/paketo-buildpacks/spring-boot | |
[INFO] [creator] Build Configuration: | |
[INFO] [creator] $BP_BOOT_NATIVE_IMAGE the build to create a native image (requires GraalVM) | |
[INFO] [creator] $BP_BOOT_NATIVE_IMAGE_BUILD_ARGUMENTS the arguments to pass to the native-image command | |
[INFO] [creator] Launch Configuration: | |
[INFO] [creator] $BPL_SPRING_CLOUD_BINDINGS_ENABLED whether to auto-configure Spring Boot environment properties from bindings | |
[INFO] [creator] Web Application Type: Contributing to layer | |
[INFO] [creator] Non-web application detected | |
[INFO] [creator] Writing env.launch/BPL_JVM_THREAD_COUNT.default | |
[INFO] [creator] Spring Cloud Bindings 1.4.0: Contributing to layer | |
[INFO] [creator] Downloading from https://repo.spring.io/release/org/springframework/cloud/spring-cloud-bindings/1.4.0/spring-cloud-bindings-1.4.0.jar | |
[INFO] [creator] Verifying checksum | |
[INFO] [creator] Copying to /layers/paketo-buildpacks_spring-boot/spring-cloud-bindings | |
[INFO] [creator] Writing profile.d/spring-cloud-bindings.sh | |
[INFO] [creator] Image labels: | |
[INFO] [creator] org.opencontainers.image.title | |
[INFO] [creator] org.opencontainers.image.version | |
[INFO] [creator] org.springframework.boot.spring-configuration-metadata.json | |
[INFO] [creator] org.springframework.boot.version | |
[INFO] [creator] ===> EXPORTING | |
[INFO] [creator] Adding layer 'launcher' | |
[INFO] [creator] Adding layer 'paketo-buildpacks/bellsoft-liberica:class-counter' | |
[INFO] [creator] Adding layer 'paketo-buildpacks/bellsoft-liberica:java-security-properties' | |
[INFO] [creator] Adding layer 'paketo-buildpacks/bellsoft-liberica:jre' | |
[INFO] [creator] Adding layer 'paketo-buildpacks/bellsoft-liberica:jvmkill' | |
[INFO] [creator] Adding layer 'paketo-buildpacks/bellsoft-liberica:link-local-dns' | |
[INFO] [creator] Adding layer 'paketo-buildpacks/bellsoft-liberica:memory-calculator' | |
[INFO] [creator] Adding layer 'paketo-buildpacks/bellsoft-liberica:openssl-security-provider' | |
[INFO] [creator] Adding layer 'paketo-buildpacks/bellsoft-liberica:security-providers-configurer' | |
[INFO] [creator] Adding layer 'paketo-buildpacks/executable-jar:class-path' | |
[INFO] [creator] Adding layer 'paketo-buildpacks/spring-boot:spring-cloud-bindings' | |
[INFO] [creator] Adding layer 'paketo-buildpacks/spring-boot:web-application-type' | |
[INFO] [creator] Adding 1/1 app layer(s) | |
[INFO] [creator] Adding layer 'config' | |
[INFO] [creator] *** Images (e4107abbf288): | |
[INFO] [creator] docker.io/library/demo:0.0.1-SNAPSHOT | |
[INFO] | |
[INFO] Successfully built image 'docker.io/library/demo:0.0.1-SNAPSHOT' | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD SUCCESS | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 39.968 s | |
[INFO] Finished at: 2020-07-30T06:41:40-07:00 | |
[INFO] ------------------------------------------------------------------------ | |
Time: 0h:00m:42s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment