Advertisement
Guest User

Untitled

a guest
Apr 10th, 2020
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.63 KB | None | 0 0
  1. [Container] 2020/04/11 01:16:00 Waiting for agent ping
  2. [Container] 2020/04/11 01:16:02 Waiting for DOWNLOAD_SOURCE
  3. [Container] 2020/04/11 01:16:02 Phase is DOWNLOAD_SOURCE
  4. [Container] 2020/04/11 01:16:02 CODEBUILD_SRC_DIR=/codebuild/output/src849546670/src
  5. [Container] 2020/04/11 01:16:02 YAML location is /codebuild/output/src849546670/src/buildspec.yml
  6. [Container] 2020/04/11 01:16:02 No commands found for phase name: install
  7. [Container] 2020/04/11 01:16:02 Processing environment variables
  8. [Container] 2020/04/11 01:16:02 Selecting 'java' runtime version 'corretto8' based on manual selections...
  9. [Container] 2020/04/11 01:16:02 Running command echo "Installing corretto(OpenJDK) version 8 ..."
  10. Installing corretto(OpenJDK) version 8 ...
  11.  
  12. [Container] 2020/04/11 01:16:02 Running command export JAVA_HOME="$JAVA_8_HOME"
  13.  
  14. [Container] 2020/04/11 01:16:02 Running command export JRE_HOME="$JRE_8_HOME"
  15.  
  16. [Container] 2020/04/11 01:16:02 Running command export JDK_HOME="$JDK_8_HOME"
  17.  
  18. [Container] 2020/04/11 01:16:02 Running command for tool_path in "$JAVA_8_HOME"/bin/* "$JRE_8_HOME"/bin/*;
  19. do tool=`basename "$tool_path"`;
  20. if [ $tool != 'java-rmi.cgi' ];
  21. then
  22. rm -f /usr/bin/$tool /var/lib/alternatives/$tool \
  23. && update-alternatives --install /usr/bin/$tool $tool $tool_path 20000;
  24. fi;
  25. done
  26.  
  27. [Container] 2020/04/11 01:16:03 Moving to directory /codebuild/output/src849546670/src
  28. [Container] 2020/04/11 01:16:03 Registering with agent
  29. [Container] 2020/04/11 01:16:03 Phases found in YAML: 4
  30. [Container] 2020/04/11 01:16:03 INSTALL: 0 commands
  31. [Container] 2020/04/11 01:16:03 PRE_BUILD: 1 commands
  32. [Container] 2020/04/11 01:16:03 BUILD: 2 commands
  33. [Container] 2020/04/11 01:16:03 POST_BUILD: 1 commands
  34. [Container] 2020/04/11 01:16:03 Phase complete: DOWNLOAD_SOURCE State: SUCCEEDED
  35. [Container] 2020/04/11 01:16:03 Phase context status code: Message:
  36. [Container] 2020/04/11 01:16:03 Entering phase INSTALL
  37. [Container] 2020/04/11 01:16:03 Phase complete: INSTALL State: SUCCEEDED
  38. [Container] 2020/04/11 01:16:03 Phase context status code: Message:
  39. [Container] 2020/04/11 01:16:03 Entering phase PRE_BUILD
  40. [Container] 2020/04/11 01:16:03 Running command echo Nothing to do in the pre_build phase...
  41. Nothing to do in the pre_build phase...
  42.  
  43. [Container] 2020/04/11 01:16:03 Phase complete: PRE_BUILD State: SUCCEEDED
  44. [Container] 2020/04/11 01:16:03 Phase context status code: Message:
  45. [Container] 2020/04/11 01:16:03 Entering phase BUILD
  46. [Container] 2020/04/11 01:16:03 Running command echo Build started on `date`
  47. Build started on Sat Apr 11 01:16:03 UTC 2020
  48.  
  49. [Container] 2020/04/11 01:16:03 Running command gradle build
  50. Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details
  51. > Task :compileJava
  52. > Task :processResources
  53. > Task :classes
  54. > Task :bootJar
  55. > Task :jar SKIPPED
  56. > Task :assemble
  57. > Task :compileTestJava
  58. > Task :processTestResources NO-SOURCE
  59. > Task :testClasses
  60.  
  61. > Task :test
  62. 2020-04-11 01:17:02.660 INFO 312 --- [extShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  63. 2020-04-11 01:17:02.665 INFO 312 --- [extShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
  64. 2020-04-11 01:17:02.674 INFO 312 --- [extShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
  65. 2020-04-11 01:17:02.684 INFO 312 --- [extShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
  66.  
  67. > Task :check
  68. > Task :build
  69.  
  70. BUILD SUCCESSFUL in 56s
  71. 5 actionable tasks: 5 executed
  72.  
  73. [Container] 2020/04/11 01:17:03 Phase complete: BUILD State: SUCCEEDED
  74. [Container] 2020/04/11 01:17:03 Phase context status code: Message:
  75. [Container] 2020/04/11 01:17:03 Entering phase POST_BUILD
  76. [Container] 2020/04/11 01:17:03 Running command echo Build completed on `date`
  77. Build completed on Sat Apr 11 01:17:03 UTC 2020
  78.  
  79. [Container] 2020/04/11 01:17:03 Phase complete: POST_BUILD State: SUCCEEDED
  80. [Container] 2020/04/11 01:17:03 Phase context status code: Message:
  81. [Container] 2020/04/11 01:17:03 Expanding base directory path: .
  82. [Container] 2020/04/11 01:17:03 Assembling file list
  83. [Container] 2020/04/11 01:17:03 Expanding .
  84. [Container] 2020/04/11 01:17:03 Expanding file paths for base directory .
  85. [Container] 2020/04/11 01:17:03 Assembling file list
  86. [Container] 2020/04/11 01:17:03 Expanding build/libs/application.jar
  87. [Container] 2020/04/11 01:17:03 Found 1 file(s)
  88. [Container] 2020/04/11 01:17:04 Phase complete: UPLOAD_ARTIFACTS State: SUCCEEDED
  89. [Container] 2020/04/11 01:17:04 Phase context status code: Message:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement