Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Container] 2020/04/11 01:16:00 Waiting for agent ping
- [Container] 2020/04/11 01:16:02 Waiting for DOWNLOAD_SOURCE
- [Container] 2020/04/11 01:16:02 Phase is DOWNLOAD_SOURCE
- [Container] 2020/04/11 01:16:02 CODEBUILD_SRC_DIR=/codebuild/output/src849546670/src
- [Container] 2020/04/11 01:16:02 YAML location is /codebuild/output/src849546670/src/buildspec.yml
- [Container] 2020/04/11 01:16:02 No commands found for phase name: install
- [Container] 2020/04/11 01:16:02 Processing environment variables
- [Container] 2020/04/11 01:16:02 Selecting 'java' runtime version 'corretto8' based on manual selections...
- [Container] 2020/04/11 01:16:02 Running command echo "Installing corretto(OpenJDK) version 8 ..."
- Installing corretto(OpenJDK) version 8 ...
- [Container] 2020/04/11 01:16:02 Running command export JAVA_HOME="$JAVA_8_HOME"
- [Container] 2020/04/11 01:16:02 Running command export JRE_HOME="$JRE_8_HOME"
- [Container] 2020/04/11 01:16:02 Running command export JDK_HOME="$JDK_8_HOME"
- [Container] 2020/04/11 01:16:02 Running command for tool_path in "$JAVA_8_HOME"/bin/* "$JRE_8_HOME"/bin/*;
- do tool=`basename "$tool_path"`;
- if [ $tool != 'java-rmi.cgi' ];
- then
- rm -f /usr/bin/$tool /var/lib/alternatives/$tool \
- && update-alternatives --install /usr/bin/$tool $tool $tool_path 20000;
- fi;
- done
- [Container] 2020/04/11 01:16:03 Moving to directory /codebuild/output/src849546670/src
- [Container] 2020/04/11 01:16:03 Registering with agent
- [Container] 2020/04/11 01:16:03 Phases found in YAML: 4
- [Container] 2020/04/11 01:16:03 INSTALL: 0 commands
- [Container] 2020/04/11 01:16:03 PRE_BUILD: 1 commands
- [Container] 2020/04/11 01:16:03 BUILD: 2 commands
- [Container] 2020/04/11 01:16:03 POST_BUILD: 1 commands
- [Container] 2020/04/11 01:16:03 Phase complete: DOWNLOAD_SOURCE State: SUCCEEDED
- [Container] 2020/04/11 01:16:03 Phase context status code: Message:
- [Container] 2020/04/11 01:16:03 Entering phase INSTALL
- [Container] 2020/04/11 01:16:03 Phase complete: INSTALL State: SUCCEEDED
- [Container] 2020/04/11 01:16:03 Phase context status code: Message:
- [Container] 2020/04/11 01:16:03 Entering phase PRE_BUILD
- [Container] 2020/04/11 01:16:03 Running command echo Nothing to do in the pre_build phase...
- Nothing to do in the pre_build phase...
- [Container] 2020/04/11 01:16:03 Phase complete: PRE_BUILD State: SUCCEEDED
- [Container] 2020/04/11 01:16:03 Phase context status code: Message:
- [Container] 2020/04/11 01:16:03 Entering phase BUILD
- [Container] 2020/04/11 01:16:03 Running command echo Build started on `date`
- Build started on Sat Apr 11 01:16:03 UTC 2020
- [Container] 2020/04/11 01:16:03 Running command gradle build
- Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details
- > Task :compileJava
- > Task :processResources
- > Task :classes
- > Task :bootJar
- > Task :jar SKIPPED
- > Task :assemble
- > Task :compileTestJava
- > Task :processTestResources NO-SOURCE
- > Task :testClasses
- > Task :test
- 2020-04-11 01:17:02.660 INFO 312 --- [extShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2020-04-11 01:17:02.665 INFO 312 --- [extShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
- 2020-04-11 01:17:02.674 INFO 312 --- [extShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
- 2020-04-11 01:17:02.684 INFO 312 --- [extShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
- > Task :check
- > Task :build
- BUILD SUCCESSFUL in 56s
- 5 actionable tasks: 5 executed
- [Container] 2020/04/11 01:17:03 Phase complete: BUILD State: SUCCEEDED
- [Container] 2020/04/11 01:17:03 Phase context status code: Message:
- [Container] 2020/04/11 01:17:03 Entering phase POST_BUILD
- [Container] 2020/04/11 01:17:03 Running command echo Build completed on `date`
- Build completed on Sat Apr 11 01:17:03 UTC 2020
- [Container] 2020/04/11 01:17:03 Phase complete: POST_BUILD State: SUCCEEDED
- [Container] 2020/04/11 01:17:03 Phase context status code: Message:
- [Container] 2020/04/11 01:17:03 Expanding base directory path: .
- [Container] 2020/04/11 01:17:03 Assembling file list
- [Container] 2020/04/11 01:17:03 Expanding .
- [Container] 2020/04/11 01:17:03 Expanding file paths for base directory .
- [Container] 2020/04/11 01:17:03 Assembling file list
- [Container] 2020/04/11 01:17:03 Expanding build/libs/application.jar
- [Container] 2020/04/11 01:17:03 Found 1 file(s)
- [Container] 2020/04/11 01:17:04 Phase complete: UPLOAD_ARTIFACTS State: SUCCEEDED
- [Container] 2020/04/11 01:17:04 Phase context status code: Message:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement