Exporting environment variables Exporting PAGER Exporting DISPLAY Exporting TERM Exporting CI Exporting SEMAPHORE Exporting SEMAPHORE_PROJECT_NAME Exporting SEMAPHORE_PROJECT_ID Exporting SEMAPHORE_JOB_NAME Exporting SEMAPHORE_JOB_ID Exporting SEMAPHORE_AGENT_MACHINE_TYPE Exporting SEMAPHORE_AGENT_MACHINE_OS_IMAGE Exporting SEMAPHORE_AGENT_MACHINE_ENVIRONMENT_TYPE Exporting SEMAPHORE_ORGANIZATION_URL Exporting SEMAPHORE_ARTIFACT_TOKEN Exporting SSH_PRIVATE_KEY_PATH Exporting SEMAPHORE_CACHE_BACKEND Exporting SEMAPHORE_CACHE_PRIVATE_KEY_PATH Exporting SEMAPHORE_CACHE_USERNAME Exporting SEMAPHORE_CACHE_URL Exporting SEMAPHORE_CACHE_NEW_CLI Exporting SEMAPHORE_TOOLBOX_METRICS_ENABLED Exporting SEMAPHORE_GIT_PROVIDER Exporting SEMAPHORE_GIT_URL Exporting SEMAPHORE_GIT_DIR Exporting SEMAPHORE_GIT_SHA Exporting SEMAPHORE_GIT_REPO_SLUG Exporting SEMAPHORE_GIT_REF Exporting SEMAPHORE_GIT_COMMIT_RANGE Exporting SEMAPHORE_GIT_REF_TYPE Exporting SEMAPHORE_GIT_BRANCH Exporting SEMAPHORE_WORKFLOW_ID Exporting SEMAPHORE_WORKFLOW_NUMBER Exporting SEMAPHORE_WORKFLOW_RERUN Exporting SEMAPHORE_WORKFLOW_TRIGGERED_BY_HOOK Exporting SEMAPHORE_WORKFLOW_HOOK_SOURCE Exporting SEMAPHORE_WORKFLOW_TRIGGERED_BY_SCHEDULE Exporting SEMAPHORE_WORKFLOW_TRIGGERED_BY_API Exporting SEMAPHORE_PIPELINE_ARTEFACT_ID Exporting SEMAPHORE_PIPELINE_ID Exporting SEMAPHORE_PIPELINE_RERUN Exporting SEMAPHORE_PIPELINE_PROMOTION Exporting SEMAPHORE_PIPELINE_PROMOTED_BY Exporting SEMAPHORE_PIPELINE_0_ARTEFACT_ID Exporting MAVEN_OPTS Injecting Files Injecting /home/semaphore/.ssh/semaphore_cache_key with file mode 0600 Injecting .ssh/id_rsa with file mode 0600 Setting up the Semaphore toolbox Running: dowloadPath=$(curl -s -L --retry 5 http://packages.semaphoreci.com/toolbox/linux) && echo $dowloadPath && curl -s -L --retry 5 --connect-timeout 3 $dowloadPath -o /tmp/toolbox.tar && tar -xvf /tmp/toolbox.tar && mv toolbox ~/.toolbox && bash ~/.toolbox/install-toolbox && source ~/.toolbox/toolbox && echo 'source ~/.toolbox/toolbox' >> ~/.bash_profile && if [ -f /etc/init.d/xvfb ]; then /etc/init.d/xvfb start; fi http://packages.semaphoreci.com/toolbox/releases/download/v1.16.20/linux.tar toolbox/ toolbox/install-toolbox toolbox/when toolbox/test-results toolbox/retry toolbox/libchecksum toolbox/new-cache toolbox/sem-install toolbox/sem-service-check-params toolbox/cache toolbox/ssh-session-cli toolbox/spc toolbox/system-metrics-collector toolbox/libcheckout toolbox/enetwork toolbox/sem-version toolbox/sem-service toolbox/artifact toolbox/README.md toolbox/toolbox toolbox/install-package toolbox/sem-dockerize toolbox/Dockerfile.dev retry installed ssh-session-cli installed cache installed sem-service installed sem-dockerize installed sem-service-check-params installed install-package installed Installing the artifacts CLI artifacts installed Installing the test results CLI test-results installed Installing the SPC CLI spc installed Installing the when CLI when installed Installing the enetwork CLI when installed Starting to collect System Metrics in /tmp/system-metrics Starting virtual X frame buffer: Xvfb. Starting an ssh-agent Running: eval `ssh-agent` && echo 'eval $(ssh-agent) >/dev/null' >> ~/.bash_profile && echo 'yes' > /tmp/sempahore-user-commands-have-started Agent pid 2520 Connecting to cache Running: (ssh-keyscan -p 29920 -H 94.130.123.200 >> /home/semaphore/.ssh/known_hosts || true) && ssh-add /home/semaphore/.ssh/semaphore_cache_key # 94.130.123.200:29920 SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.3 # 94.130.123.200:29920 SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.3 # 94.130.123.200:29920 SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.3 Identity added: /home/semaphore/.ssh/semaphore_cache_key (/home/semaphore/.ssh/semaphore_cache_key) checkout Performing shallow clone with depth: 50 HEAD is now at 8f9373e year cache restore Detected pom.xml. Fetching '.m2' directory with cache keys 'maven-tf/refresh-a2dbf363ba37e2fdfb31802652962b48,maven-tf/refresh,maven-master'... Key 'maven-tf/refresh-a2dbf363ba37e2fdfb31802652962b48' is normalized to 'maven-tf-refresh-a2dbf363ba37e2fdfb31802652962b48'. HIT: 'maven-tf-refresh-a2dbf363ba37e2fdfb31802652962b48', using key 'maven-tf-refresh-a2dbf363ba37e2fdfb31802652962b48'. Downloading key 'maven-tf-refresh-a2dbf363ba37e2fdfb31802652962b48'... Download complete. Duration: 1.087413503s. Size: 119.7M bytes. Unpacking '/tmp/maven-tf-refresh-a2dbf363ba37e2fdfb31802652962b48-287441759'... Unpack complete. Duration: 960.239166ms. Restored: .m2/. Fetching 'target' directory with cache keys 'maven-target-tf/refresh-a2dbf363ba37e2fdfb31802652962b48,maven-target-tf/refresh,maven-target-master'... Key 'maven-target-tf/refresh-a2dbf363ba37e2fdfb31802652962b48' is normalized to 'maven-target-tf-refresh-a2dbf363ba37e2fdfb31802652962b48'. HIT: 'maven-target-tf-refresh-a2dbf363ba37e2fdfb31802652962b48', using key 'maven-target-tf-refresh-a2dbf363ba37e2fdfb31802652962b48'. Downloading key 'maven-target-tf-refresh-a2dbf363ba37e2fdfb31802652962b48'... Download complete. Duration: 1.255889959s. Size: 138.7M bytes. Unpacking '/tmp/maven-target-tf-refresh-a2dbf363ba37e2fdfb31802652962b48-154531122'... Unpack complete. Duration: 1.111736517s. Restored: target/. mvn -q test-compile -Dmaven.test.skip=true mvn test [INFO] Scanning for projects... [INFO] [INFO] ------------------< com.example:spring-pipeline-demo >------------------ [INFO] Building spring-pipeline-demo 0.0.1-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ spring-pipeline-demo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ spring-pipeline-demo --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jmeter-maven-plugin:3.5.0:configure (configuration) @ spring-pipeline-demo --- [INFO] [INFO] ------------------------------------------------------- [INFO] C O N F I G U R I N G J M E T E R [INFO] ------------------------------------------------------- [INFO] [INFO] Creating test configuration for execution ID: configuration [INFO] Building JMeter directory structure... [INFO] Generating JSON Test config... [INFO] Configuring JMeter artifacts... [INFO] Populating JMeter directory... [INFO] Copying extensions to /home/semaphore/semaphore-demo-java-spring/target/bad4b49c-e57e-42c8-9dcd-45d7c773ebe6/jmeter/lib/ext Downloading dependencies: true [INFO] Copying junit libraries to /home/semaphore/semaphore-demo-java-spring/target/bad4b49c-e57e-42c8-9dcd-45d7c773ebe6/jmeter/lib/junit Downloading dependencies: true [INFO] Copying test plan libraries to /home/semaphore/semaphore-demo-java-spring/target/bad4b49c-e57e-42c8-9dcd-45d7c773ebe6/jmeter/lib Downloading dependencies: true [INFO] Configuring JMeter properties... [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ spring-pipeline-demo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/semaphore/semaphore-demo-java-spring/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ spring-pipeline-demo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/semaphore/semaphore-demo-java-spring/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ spring-pipeline-demo --- Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.22.1/surefire-junit4-2.22.1.pom Progress (1): 2.7/3.1 kB Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.22.1/surefire-junit4-2.22.1.pom (3.1 kB at 5.4 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.22.1/surefire-providers-2.22.1.pom Progress (1): 2.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.22.1/surefire-providers-2.22.1.pom (2.5 kB at 96 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.22.1/surefire-junit4-2.22.1.jar Progress (1): 2.7/85 kB Progress (1): 5.5/85 kB Progress (1): 8.2/85 kB Progress (1): 11/85 kB Progress (1): 14/85 kB Progress (1): 16/85 kB Progress (1): 19/85 kB Progress (1): 21/85 kB Progress (1): 24/85 kB Progress (1): 27/85 kB Progress (1): 30/85 kB Progress (1): 32/85 kB Progress (1): 35/85 kB Progress (1): 38/85 kB Progress (1): 40/85 kB Progress (1): 43/85 kB Progress (1): 46/85 kB Progress (1): 49/85 kB Progress (1): 53/85 kB Progress (1): 57/85 kB Progress (1): 61/85 kB Progress (1): 65/85 kB Progress (1): 69/85 kB Progress (1): 73/85 kB Progress (1): 77/85 kB Progress (1): 81/85 kB Progress (1): 85 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.22.1/surefire-junit4-2.22.1.jar (85 kB at 1.7 MB/s) [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running com.example.springpipelinedemo.SpringPipelineDemoApplicationTests 19:53:51.619 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class com.example.springpipelinedemo.SpringPipelineDemoApplicationTests] 19:53:51.627 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 19:53:51.633 [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)] 19:53:51.668 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [com.example.springpipelinedemo.SpringPipelineDemoApplicationTests] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper] 19:53:51.679 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.example.springpipelinedemo.SpringPipelineDemoApplicationTests], using SpringBootContextLoader 19:53:51.682 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.example.springpipelinedemo.SpringPipelineDemoApplicationTests]: class path resource [com/example/springpipelinedemo/SpringPipelineDemoApplicationTests-context.xml] does not exist 19:53:51.683 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.example.springpipelinedemo.SpringPipelineDemoApplicationTests]: class path resource [com/example/springpipelinedemo/SpringPipelineDemoApplicationTestsContext.groovy] does not exist 19:53:51.683 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [com.example.springpipelinedemo.SpringPipelineDemoApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}. 19:53:51.691 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [com.example.springpipelinedemo.SpringPipelineDemoApplicationTests]: SpringPipelineDemoApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 19:53:51.737 [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.springpipelinedemo.SpringPipelineDemoApplicationTests] 19:53:51.832 [main] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [/home/semaphore/semaphore-demo-java-spring/target/classes/com/example/springpipelinedemo/SpringPipelineDemoApplication.class] 19:53:51.833 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration com.example.springpipelinedemo.SpringPipelineDemoApplication for test class com.example.springpipelinedemo.SpringPipelineDemoApplicationTests 19:53:51.948 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [com.example.springpipelinedemo.SpringPipelineDemoApplicationTests]: using defaults. 19:53:51.949 [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.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] 19:53:51.970 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@694abbdc, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2e005c4b, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@4567f35d, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@5ffead27, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6356695f, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4f18837a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@359f7cdf, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@1fa268de, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@4f6ee6e4, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@4466af20, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@a514af7, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@6b927fb] 19:53:51.974 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.example.springpipelinedemo.SpringPipelineDemoApplicationTests] 19:53:51.975 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.example.springpipelinedemo.SpringPipelineDemoApplicationTests] 19:53:51.976 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.example.springpipelinedemo.SpringPipelineDemoApplicationTests] 19:53:51.977 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.example.springpipelinedemo.SpringPipelineDemoApplicationTests] 19:53:51.978 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.example.springpipelinedemo.SpringPipelineDemoApplicationTests] 19:53:51.979 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.example.springpipelinedemo.SpringPipelineDemoApplicationTests] 19:53:51.981 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@595b007d testClass = SpringPipelineDemoApplicationTests, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@72d1ad2e testClass = SpringPipelineDemoApplicationTests, locations = '{}', classes = '{class com.example.springpipelinedemo.SpringPipelineDemoApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@3cb1ffe6, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4d50efb8, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7a9273a8, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@371a67ec], 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]. 19:53:51.985 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.example.springpipelinedemo.SpringPipelineDemoApplicationTests] 19:53:51.986 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.example.springpipelinedemo.SpringPipelineDemoApplicationTests] 19:53:52.015 [main] 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.1.2.RELEASE) 2022-05-06 19:53:52.314 INFO 2863 --- [ main] c.e.s.SpringPipelineDemoApplicationTests : Starting SpringPipelineDemoApplicationTests on semaphore-vm with PID 2863 (started by semaphore in /home/semaphore/semaphore-demo-java-spring) 2022-05-06 19:53:52.317 INFO 2863 --- [ main] c.e.s.SpringPipelineDemoApplicationTests : No active profile set, falling back to default profiles: default 2022-05-06 19:53:53.059 INFO 2863 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2022-05-06 19:53:53.114 INFO 2863 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 38ms. Found 1 repository interfaces. 2022-05-06 19:53:53.386 INFO 2863 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$23c314e2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2022-05-06 19:53:53.531 INFO 2863 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... 2022-05-06 19:53:53.735 INFO 2863 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. 2022-05-06 19:53:53.784 INFO 2863 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2022-05-06 19:53:53.824 INFO 2863 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.3.7.Final} 2022-05-06 19:53:53.825 INFO 2863 --- [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2022-05-06 19:53:53.913 INFO 2863 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final} 2022-05-06 19:53:54.001 INFO 2863 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect 2022-05-06 19:53:54.427 INFO 2863 --- [ main] o.h.t.schema.internal.SchemaCreatorImpl : HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@5c4cc644' 2022-05-06 19:53:54.429 INFO 2863 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2022-05-06 19:53:54.959 INFO 2863 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@30ec211a, org.springframework.security.web.context.SecurityContextPersistenceFilter@22b82ddf, org.springframework.security.web.header.HeaderWriterFilter@83b0d0f, org.springframework.security.web.authentication.logout.LogoutFilter@38089dae, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@36dafa24, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@5458c71e, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@1ac0cdb0, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@ba4f370, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@44ccd75c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@16bbaab3, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6684f7f2, org.springframework.security.web.session.SessionManagementFilter@7afe0e67, org.springframework.security.web.access.ExceptionTranslationFilter@3302035b, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@69ffdaa8] 2022-05-06 19:53:55.243 INFO 2863 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2022-05-06 19:53:55.279 WARN 2863 --- [ main] aWebConfiguration$JpaWebMvcConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-05-06 19:53:55.659 INFO 2863 --- [ main] c.e.s.SpringPipelineDemoApplicationTests : Started SpringPipelineDemoApplicationTests in 3.637 seconds (JVM running for 4.465) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.384 s - in com.example.springpipelinedemo.SpringPipelineDemoApplicationTests [INFO] Running com.example.springpipelinedemo.service.UserServiceTest 2022-05-06 19:53:55.857 INFO 2863 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.example.springpipelinedemo.service.UserServiceTest], using SpringBootContextLoader 2022-05-06 19:53:55.857 INFO 2863 --- [ main] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [com.example.springpipelinedemo.service.UserServiceTest]: no resource found for suffixes {-context.xml, Context.groovy}. 2022-05-06 19:53:55.857 INFO 2863 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [com.example.springpipelinedemo.service.UserServiceTest]: UserServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2022-05-06 19:53:55.863 INFO 2863 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration com.example.springpipelinedemo.SpringPipelineDemoApplication for test class com.example.springpipelinedemo.service.UserServiceTest 2022-05-06 19:53:55.870 INFO 2863 --- [ main] .b.t.c.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.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] 2022-05-06 19:53:55.871 INFO 2863 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6a278584, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@28f90752, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@4f20b022, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@72a34537, org.springframework.test.context.support.DirtiesContextTestExecutionListener@24fef542, org.springframework.test.context.transaction.TransactionalTestExecutionListener@44ddb518, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@e36bc01, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@6654ca0d, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@35536760, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@1c8f71a7, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@27e21083, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@67a6a2d0] . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.1.2.RELEASE) 2022-05-06 19:53:55.906 INFO 2863 --- [ main] c.e.s.service.UserServiceTest : Starting UserServiceTest on semaphore-vm with PID 2863 (started by semaphore in /home/semaphore/semaphore-demo-java-spring) 2022-05-06 19:53:55.908 INFO 2863 --- [ main] c.e.s.service.UserServiceTest : No active profile set, falling back to default profiles: default 2022-05-06 19:53:56.009 INFO 2863 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2022-05-06 19:53:56.014 INFO 2863 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 4ms. Found 1 repository interfaces. 2022-05-06 19:53:56.109 INFO 2863 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$23c314e2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2022-05-06 19:53:56.157 INFO 2863 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Starting... 2022-05-06 19:53:56.158 INFO 2863 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Start completed. 2022-05-06 19:53:56.168 INFO 2863 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2022-05-06 19:53:56.172 INFO 2863 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect 2022-05-06 19:53:56.191 INFO 2863 --- [ main] o.h.t.schema.internal.SchemaCreatorImpl : HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@5c4cc644' 2022-05-06 19:53:56.192 INFO 2863 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2022-05-06 19:53:56.326 INFO 2863 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4f7ae05, org.springframework.security.web.context.SecurityContextPersistenceFilter@39342614, org.springframework.security.web.header.HeaderWriterFilter@4e26987b, org.springframework.security.web.authentication.logout.LogoutFilter@13d10057, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@299786b1, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@b4d83ac, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@1e23ee0e, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@75f8d9b0, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7981963f, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@31e3c34, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@b144175, org.springframework.security.web.session.SessionManagementFilter@50bb1c1f, org.springframework.security.web.access.ExceptionTranslationFilter@79273a4f, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@687e561b] 2022-05-06 19:53:56.475 INFO 2863 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2022-05-06 19:53:56.482 WARN 2863 --- [ main] aWebConfiguration$JpaWebMvcConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-05-06 19:53:56.622 INFO 2863 --- [ main] c.e.s.service.UserServiceTest : Started UserServiceTest in 0.749 seconds (JVM running for 5.427) 2022-05-06 19:53:56.857 INFO 2863 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2022-05-06 19:53:56.858 INFO 2863 --- [ main] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' 2022-05-06 19:53:56.859 INFO 2863 --- [ main] .SchemaDropperImpl$DelayedDropActionImpl : HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down' 2022-05-06 19:53:56.862 INFO 2863 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Shutdown initiated... 2022-05-06 19:53:56.868 INFO 2863 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Shutdown completed. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.002 s - in com.example.springpipelinedemo.service.UserServiceTest 2022-05-06 19:53:56.886 INFO 2863 --- [ Thread-2] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2022-05-06 19:53:56.887 INFO 2863 --- [ Thread-2] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' 2022-05-06 19:53:56.887 INFO 2863 --- [ Thread-2] .SchemaDropperImpl$DelayedDropActionImpl : HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down' 2022-05-06 19:53:56.888 INFO 2863 --- [ Thread-2] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated... 2022-05-06 19:53:56.889 INFO 2863 --- [ Thread-2] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed. [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 9.496 s [INFO] Finished at: 2022-05-06T19:53:57Z [INFO] ------------------------------------------------------------------------ export SEMAPHORE_JOB_RESULT=passed