Skip to content

Merge dev branch into main - #17

Merged
Kguswo merged 91 commits into
mainfrom
develop
Sep 7, 2025
Merged

Merge dev branch into main#17
Kguswo merged 91 commits into
mainfrom
develop

Change image link in README_KR.md

2f11bc0
Select commit
Loading
Failed to load commit list.
Google Cloud Build / rmgpgab-hitmeup-backend-asia-northeast1-Kguswo-Hit-Me-Up--deftg (hit-me-up-336ec) succeeded Sep 7, 2025 in 4m 44s

Summary

Build Information

Trigger rmgpgab-hitmeup-backend-asia-northeast1-Kguswo-Hit-Me-Up--deftg
Build 0ee182d9-0b00-43c7-a666-ef03e4a23949
Start 2025-09-07T08:07:44-07:00
Duration 4m41.777s
Status SUCCESS

Steps

Step Status Duration
Build SUCCESS 3m14.011s
Push SUCCESS 16.228s
Deploy SUCCESS 1m4.28s

Details


starting build "0ee182d9-0b00-43c7-a666-ef03e4a23949"

FETCHSOURCE
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /workspace/.git/
From https://github.com/Kguswo/Hit_Me_Up
 * branch            2f11bc0c229ba3764b15c1e80e23e5236b1192ff -> FETCH_HEAD
HEAD is now at 2f11bc0 Change image link in README_KR.md
GitCommit:
2f11bc0c229ba3764b15c1e80e23e5236b1192ff
BUILD
Starting Step #0 - "Build"
Step #0 - "Build": Already have image (with digest): gcr.io/cloud-builders/docker
Step #0 - "Build": Sending build context to Docker daemon  381.4kB

Step #0 - "Build": Step 1/16 : FROM eclipse-temurin:21-jdk as builder
Step #0 - "Build": 21-jdk: Pulling from library/eclipse-temurin
Step #0 - "Build": 76249c7cd503: Pulling fs layer
Step #0 - "Build": 45cd6ad53cb0: Pulling fs layer
Step #0 - "Build": 6c2450e7acc8: Pulling fs layer
Step #0 - "Build": 48861495ffdc: Pulling fs layer
Step #0 - "Build": cee05d3a8171: Pulling fs layer
Step #0 - "Build": 48861495ffdc: Waiting
Step #0 - "Build": cee05d3a8171: Waiting
Step #0 - "Build": 76249c7cd503: Verifying Checksum
Step #0 - "Build": 76249c7cd503: Download complete
Step #0 - "Build": 48861495ffdc: Verifying Checksum
Step #0 - "Build": 48861495ffdc: Download complete
Step #0 - "Build": 45cd6ad53cb0: Verifying Checksum
Step #0 - "Build": 45cd6ad53cb0: Download complete
Step #0 - "Build": cee05d3a8171: Download complete
Step #0 - "Build": 6c2450e7acc8: Verifying Checksum
Step #0 - "Build": 6c2450e7acc8: Download complete
Step #0 - "Build": 76249c7cd503: Pull complete
Step #0 - "Build": 45cd6ad53cb0: Pull complete
Step #0 - "Build": 6c2450e7acc8: Pull complete
Step #0 - "Build": 48861495ffdc: Pull complete
Step #0 - "Build": cee05d3a8171: Pull complete
Step #0 - "Build": Digest: sha256:34579903d57acb954e7bc6eadf4337fa9f99d1f5ed01129ceb8a12863bf91f8e
Step #0 - "Build": Status: Downloaded newer image for eclipse-temurin:21-jdk
Step #0 - "Build":  ---> d6596e18495b
Step #0 - "Build": Step 2/16 : WORKDIR /app
Step #0 - "Build":  ---> Running in 81fdef3e97d0
Step #0 - "Build": Removing intermediate container 81fdef3e97d0
Step #0 - "Build":  ---> 3c08fe660c3f
Step #0 - "Build": Step 3/16 : COPY hitmeup_backend/gradlew /app/
Step #0 - "Build":  ---> 089f92585669
Step #0 - "Build": Step 4/16 : COPY hitmeup_backend/gradle /app/gradle
Step #0 - "Build":  ---> 902b99fcdccf
Step #0 - "Build": Step 5/16 : COPY hitmeup_backend/build.gradle.kts /app/
Step #0 - "Build":  ---> 59141eeda9bd
Step #0 - "Build": Step 6/16 : COPY hitmeup_backend/settings.gradle.kts /app/
Step #0 - "Build":  ---> 78d10aec5abe
Step #0 - "Build": Step 7/16 : COPY hitmeup_backend/src /app/src
Step #0 - "Build":  ---> f584159e64d8
Step #0 - "Build": Step 8/16 : RUN chmod +x /app/gradlew
Step #0 - "Build":  ---> Running in 514a64d7ada0
Step #0 - "Build": Removing intermediate container 514a64d7ada0
Step #0 - "Build":  ---> 85e03526abd1
Step #0 - "Build": Step 9/16 : RUN ./gradlew build -x test --no-daemon
Step #0 - "Build":  ---> Running in cdaef47a4210
Step #0 - "Build": Downloading https://services.gradle.org/distributions/gradle-8.13-bin.zip
Step #0 - "Build": .............10%.............20%.............30%.............40%.............50%.............60%.............70%.............80%.............90%.............100%
Step #0 - "Build": 
Step #0 - "Build": Welcome to Gradle 8.13!
Step #0 - "Build": 
Step #0 - "Build": Here are the highlights of this release:
Step #0 - "Build":  - Daemon JVM auto-provisioning
Step #0 - "Build":  - Enhancements for Scala plugin and JUnit testing
Step #0 - "Build":  - Improvements for build authors and plugin developers
Step #0 - "Build": 
Step #0 - "Build": For more details see https://docs.gradle.org/8.13/release-notes.html
Step #0 - "Build": 
Step #0 - "Build": To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/8.13/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation.
Step #0 - "Build": Daemon will be stopped at the end of the build 
Step #0 - "Build": > Task :checkKotlinGradlePluginConfigurationErrors
Step #0 - "Build": > Task :processResources
Step #0 - "Build": > Task :check
Step #0 - "Build": > Task :compileKotlin
Step #0 - "Build": > Task :compileJava NO-SOURCE
Step #0 - "Build": > Task :classes
Step #0 - "Build": > Task :resolveMainClassName
Step #0 - "Build": > Task :bootJar
Step #0 - "Build": > Task :jar
Step #0 - "Build": > Task :assemble
Step #0 - "Build": > Task :build
Step #0 - "Build": 
Step #0 - "Build": BUILD SUCCESSFUL in 2m 41s
Step #0 - "Build": 6 actionable tasks: 6 executed
Step #0 - "Build": Removing intermediate container cdaef47a4210
Step #0 - "Build":  ---> bd326c850ce4
Step #0 - "Build": Step 10/16 : FROM eclipse-temurin:21-jdk
Step #0 - "Build":  ---> d6596e18495b
Step #0 - "Build": Step 11/16 : WORKDIR /app
Step #0 - "Build":  ---> Running in cb5b55623b7e
Step #0 - "Build": Removing intermediate container cb5b55623b7e
Step #0 - "Build":  ---> d0bc10f6989d
Step #0 - "Build": Step 12/16 : COPY --from=builder /app/build/libs/hitmeup_backend-0.0.1-SNAPSHOT.jar app.jar
Step #0 - "Build":  ---> 1adb6cd6c8ad
Step #0 - "Build": Step 13/16 : ENV PORT=8080
Step #0 - "Build":  ---> Running in becead81064d
Step #0 - "Build": Removing intermediate container becead81064d
Step #0 - "Build":  ---> 6a08f5c32773
Step #0 - "Build": Step 14/16 : ENV SPRING_PROFILES_ACTIVE=prod
Step #0 - "Build":  ---> Running in 4c736f3b6dcb
Step #0 - "Build": Removing intermediate container 4c736f3b6dcb
Step #0 - "Build":  ---> 3633b7de02a2
Step #0 - "Build": Step 15/16 : EXPOSE 8080
Step #0 - "Build":  ---> Running in aee30499e752
Step #0 - "Build": Removing intermediate container aee30499e752
Step #0 - "Build":  ---> c7871c5aa1d3
Step #0 - "Build": Step 16/16 : ENTRYPOINT ["java", "-jar", "-Dserver.port=8080", "app.jar"]
Step #0 - "Build":  ---> Running in 79b0c8b254a0
Step #0 - "Build": Removing intermediate container 79b0c8b254a0
Step #0 - "Build":  ---> 3e2d309c578d
Step #0 - "Build": Successfully built 3e2d309c578d
Step #0 - "Build": Successfully tagged asia-northeast1-docker.pkg.dev/hit-me-up-336ec/cloud-run-source-deploy/hit_me_up/hitmeup-backend:2f11bc0c229ba3764b15c1e80e23e5236b1192ff
Finished Step #0 - "Build"
Starting Step #1 - "Push"
Step #1 - "Push": Already have image (with digest): gcr.io/cloud-builders/docker
Step #1 - "Push": The push refers to repository [asia-northeast1-docker.pkg.dev/hit-me-up-336ec/cloud-run-source-deploy/hit_me_up/hitmeup-backend]
Step #1 - "Push": 1d668315c006: Preparing
Step #1 - "Push": 4dc0189a3380: Preparing
Step #1 - "Push": 050d3ba63b63: Preparing
Step #1 - "Push": e3bea14ded36: Preparing
Step #1 - "Push": 304ae9dcf6df: Preparing
Step #1 - "Push": 6844f4c89beb: Preparing
Step #1 - "Push": 9d592720ced4: Preparing
Step #1 - "Push": 6844f4c89beb: Waiting
Step #1 - "Push": 9d592720ced4: Waiting
Step #1 - "Push": e3bea14ded36: Layer already exists
Step #1 - "Push": 304ae9dcf6df: Layer already exists
Step #1 - "Push": 050d3ba63b63: Layer already exists
Step #1 - "Push": 6844f4c89beb: Layer already exists
Step #1 - "Push": 4dc0189a3380: Pushed
Step #1 - "Push": 1d668315c006: Pushed
Step #1 - "Push": 9d592720ced4: Pushed
Step #1 - "Push": 2f11bc0c229ba3764b15c1e80e23e5236b1192ff: digest: sha256:48e423735232f38756757a0b790f6e0d67be12b1ed8a12ed8714226a248624c1 size: 1788
Finished Step #1 - "Push"
Starting Step #2 - "Deploy"
Step #2 - "Deploy": Pulling image: gcr.io/google.com/cloudsdktool/cloud-sdk:slim
Step #2 - "Deploy": slim: Pulling from google.com/cloudsdktool/cloud-sdk
Step #2 - "Deploy": 0873b8cf69e3: Already exists
Step #2 - "Deploy": 47614481de9f: Pulling fs layer
Step #2 - "Deploy": 2d71cd1d58be: Pulling fs layer
Step #2 - "Deploy": af3386bd0d39: Pulling fs layer
Step #2 - "Deploy": 47614481de9f: Download complete
Step #2 - "Deploy": af3386bd0d39: Verifying Checksum
Step #2 - "Deploy": af3386bd0d39: Download complete
Step #2 - "Deploy": 47614481de9f: Pull complete
Step #2 - "Deploy": 2d71cd1d58be: Verifying Checksum
Step #2 - "Deploy": 2d71cd1d58be: Download complete
Step #2 - "Deploy": 2d71cd1d58be: Pull complete
Step #2 - "Deploy": af3386bd0d39: Pull complete
Step #2 - "Deploy": Digest: sha256:336f6772cd457f8df78fe68b8c1209417b4a893baed15965dc74f714d514580f
Step #2 - "Deploy": Status: Downloaded newer image for gcr.io/google.com/cloudsdktool/cloud-sdk:slim
Step #2 - "Deploy": gcr.io/google.com/cloudsdktool/cloud-sdk:slim
Step #2 - "Deploy": Deploying...
Step #2 - "Deploy": Creating Revision...................................................................................................................................................................................done
Step #2 - "Deploy": Routing traffic.....done
Step #2 - "Deploy": Done.
Step #2 - "Deploy": Service [hitmeup-backend] revision [hitmeup-backend-00030-mcj] has been deployed and is serving 100 percent of traffic.
Step #2 - "Deploy": Service URL: https://hitmeup-backend-593087166771.asia-northeast1.run.app
Finished Step #2 - "Deploy"
PUSH
Pushing asia-northeast1-docker.pkg.dev/hit-me-up-336ec/cloud-run-source-deploy/hit_me_up/hitmeup-backend:2f11bc0c229ba3764b15c1e80e23e5236b1192ff
The push refers to repository [asia-northeast1-docker.pkg.dev/hit-me-up-336ec/cloud-run-source-deploy/hit_me_up/hitmeup-backend]
1d668315c006: Preparing
4dc0189a3380: Preparing
050d3ba63b63: Preparing
e3bea14ded36: Preparing
304ae9dcf6df: Preparing
6844f4c89beb: Preparing
9d592720ced4: Preparing
6844f4c89beb: Waiting
9d592720ced4: Waiting
1d668315c006: Layer already exists
050d3ba63b63: Layer already exists
4dc0189a3380: Layer already exists
304ae9dcf6df: Layer already exists
e3bea14ded36: Layer already exists

starting build "0ee182d9-0b00-43c7-a666-ef03e4a23949"

FETCHSOURCE
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /workspace/.git/
From https://github.com/Kguswo/Hit_Me_Up
 * branch            2f11bc0c229ba3764b15c1e80e23e5236b1192ff -> FETCH_HEAD
HEAD is now at 2f11bc0 Change image link in README_KR.md
GitCommit:
2f11bc0c229ba3764b15c1e80e23e5236b1192ff
BUILD
Starting Step #0 - "Build"
Step #0 - "Build": Already have image (with digest): gcr.io/cloud-builders/docker
Step #0 - "Build": Sending build context to Docker daemon  381.4kB

Step #0 - "Build": Step 1/16 : FROM eclipse-temurin:21-jdk as builder
Step #0 - "Build": 21-jdk: Pulling from library/eclipse-temurin
Step #0 - "Build": 76249c7cd503: Pulling fs layer
Step #0 - "Build": 45cd6ad53cb0: Pulling fs layer
Step #0 - "Build": 6c2450e7acc8: Pulling fs layer
Step #0 - "Build": 48861495ffdc: Pulling fs layer
Step #0 - "Build": cee05d3a8171: Pulling fs layer
Step #0 - "Build": 48861495ffdc: Waiting
Step #0 - "Build": cee05d3a8171: Waiting
Step #0 - "Build": 76249c7cd503: Verifying Checksum
Step #0 - "Build": 76249c7cd503: Download complete
Step #0 - "Build": 48861495ffdc: Verifying Checksum
Step #0 - "Build": 48861495ffdc: Download complete
Step #0 - "Build": 45cd6ad53cb0: Verifying Checksum
Step #0 - "Build": 45cd6ad53cb0: Download complete
Step #0 - "Build": cee05d3a8171: Download complete
Step #0 - "Build": 6c2450e7acc8: Verifying Checksum
Step #0 - "Build": 6c2450e7acc8: Download complete
Step #0 - "Build": 76249c7cd503: Pull complete
Step #0 - "Build": 45cd6ad53cb0: Pull complete
Step #0 - "Build": 6c2450e7acc8: Pull complete
Step #0 - "Build": 48861495ffdc: Pull complete
Step #0 - "Build": cee05d3a8171: Pull complete
Step #0 - "Build": Digest: sha256:34579903d57acb954e7bc6eadf4337fa9f99d1f5ed01129ceb8a12863bf91f8e
Step #0 - "Build": Status: Downloaded newer image for eclipse-temurin:21-jdk
Step #0 - "Build":  ---> d6596e18495b
Step #0 - "Build": Step 2/16 : WORKDIR /app
Step #0 - "Build":  ---> Running in 81fdef3e97d0
Step #0 - "Build": Removing intermediate container 81fdef3e97d0
Step #0 - "Build":  ---> 3c08fe660c3f
Step #0 - "Build": Step 3/16 : COPY hitmeup_backend/gradlew /app/
Step #0 - "Build":  ---> 089f92585669
Step #0 - "Build": Step 4/16 : COPY hitmeup_backend/gradle /app/gradle
Step #0 - "Build":  ---> 902b99fcdccf
Step #0 - "Build": Step 5/16 : COPY hitmeup_backend/build.gradle.kts /app/
Step #0 - "Build":  ---> 59141eeda9bd
Step #0 - "Build": Step 6/16 : COPY hitmeup_backend/settings.gradle.kts /app/
Step #0 - "Build":  ---> 78d10aec5abe
Step #0 - "Build": Step 7/16 : COPY hitmeup_backend/src /app/src
Step #0 - "Build":  ---> f584159e64d8
Step #0 - "Build": Step 8/16 : RUN chmod +x /app/gradlew
Step #0 - "Build":  ---> Running in 514a64d7ada0
Step #0 - "Build": Removing intermediate container 514a64d7ada0
Step #0 - "Build":  ---> 85e03526abd1
Step #0 - "Build": Step 9/16 : RUN ./gradlew build -x test --no-daemon
Step #0 - "Build":  ---> Running in cdaef47a4210
Step #0 - "Build": Downloading https://services.gradle.org/distributions/gradle-8.13-bin.zip
Step #0 - "Build": .............10%.............20%.............30%.............40%.............50%.............60%.............70%.............80%.............90%.............100%
Step #0 - "Build": 
Step #0 - "Build": Welcome to Gradle 8.13!
Step #0 - "Build": 
Step #0 - "Build": Here are the highlights of this release:
Step #0 - "Build":  - Daemon JVM auto-provisioning
Step #0 - "Build":  - Enhancements for Scala plugin and JUnit testing
Step #0 - "Build":  - Improvements for build authors and plugin developers
Step #0 - "Build": 
Step #0 - "Build": For more details see https://docs.gradle.org/8.13/release-notes.html
Step #0 - "Build": 
Step #0 - "Build": To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/8.13/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation.
Step #0 - "Build": Daemon will be stopped at the end of the build 
Step #0 - "Build": > Task :checkKotlinGradlePluginConfigurationErrors
Step #0 - "Build": > Task :processResources
Step #0 - "Build": > Task :check
Step #0 - "Build": > Task :compileKotlin
Step #0 - "Build": > Task :compileJava NO-SOURCE
Step #0 - "Build": > Task :classes
Step #0 - "Build": > Task :resolveMainClassName
Step #0 - "Build": > Task :bootJar
Step #0 - "Build": > Task :jar
Step #0 - "Build": > Task :assemble
Step #0 - "Build": > Task :build
Step #0 - "Build": 
Step #0 - "Build": BUILD SUCCESSFUL in 2m 41s
Step #0 - "Build": 6 actionable tasks: 6 executed
Step #0 - "Build": Removing intermediate container cdaef47a4210
Step #0 - "Build":  ---> bd326c850ce4
Step #0 - "Build": Step 10/16 : FROM eclipse-temurin:21-jdk
Step #0 - "Build":  ---> d6596e18495b
Step #0 - "Build": Step 11/16 : WORKDIR /app
Step #0 - "Build":  ---> Running in cb5b55623b7e
Step #0 - "Build": Removing intermediate container cb5b55623b7e
Step #0 - "Build":  ---> d0bc10f6989d
Step #0 - "Build": Step 12/16 : COPY --from=builder /app/build/libs/hitmeup_backend-0.0.1-SNAPSHOT.jar app.jar
Step #0 - "Build":  ---> 1adb6cd6c8ad
Step #0 - "Build": Step 13/16 : ENV PORT=8080
Step #0 - "Build":  ---> Running in becead81064d
Step #0 - "Build": Removing intermediate container becead81064d
Step #0 - "Build":  ---> 6a08f5c32773
Step #0 - "Build": Step 14/16 : ENV SPRING_PROFILES_ACTIVE=prod
Step #0 - "Build":  ---> Running in 4c736f3b6dcb
Step #0 - "Build": Removing intermediate container 4c736f3b6dcb
Step #0 - "Build":  ---> 3633b7de02a2
Step #0 - "Build": Step 15/16 : EXPOSE 8080
Step #0 - "Build":  ---> Running in aee30499e752
Step #0 - "Build": Removing intermediate container aee30499e752
Step #0 - "Build":  ---> c7871c5aa1d3
Step #0 - "Build": Step 16/16 : ENTRYPOINT ["java", "-jar", "-Dserver.port=8080", "app.jar"]
Step #0 - "Build":  ---> Running in 79b0c8b254a0
Step #0 - "Build": Removing intermediate container 79b0c8b254a0
Step #0 - "Build":  ---> 3e2d309c578d
Step #0 - "Build": Successfully built 3e2d309c578d
Step #0 - "Build": Successfully tagged asia-northeast1-docker.pkg.dev/hit-me-up-336ec/cloud-run-source-deploy/hit_me_up/hitmeup-backend:2f11bc0c229ba3764b15c1e80e23e5236b1192ff
Finished Step #0 - "Build"
Starting Step #1 - "Push"
Step #1 - "Push": Already have image (with digest): gcr.io/cloud-builders/docker
Step #1 - "Push": The push refers to repository [asia-northeast1-docker.pkg.dev/hit-me-up-336ec/cloud-run-source-deploy/hit_me_up/hitmeup-backend]
Step #1 - "Push": 1d668315c006: Preparing
Step #1 - "Push": 4dc0189a3380: Preparing
Step #1 - "Push": 050d3ba63b63: Preparing
Step #1 - "Push": e3bea14ded36: Preparing
Step #1 - "Push": 304ae9dcf6df: Preparing
Step #1 - "Push": 6844f4c89beb: Preparing
Step #1 - "Push": 9d592720ced4: Preparing
Step #1 - "Push": 6844f4c89beb: Waiting
Step #1 - "Push": 9d592720ced4: Waiting
Step #1 - "Push": e3bea14ded36: Layer already exists
Step #1 - "Push": 304ae9dcf6df: Layer already exists
Step #1 - "Push": 050d3ba63b63: Layer already exists
Step #1 - "Push": 6844f4c89beb: Layer already exists
Step #1 - "Push": 4dc0189a3380: Pushed
Step #1 - "Push": 1d668315c006: Pushed
Step #1 - "Push": 9d592720ced4: Pushed
Step #1 - "Push": 2f11bc0c229ba3764b15c1e80e23e5236b1192ff: digest: sha256:48e423735232f38756757a0b790f6e0d67be12b1ed8a12ed8714226a248624c1 size: 1788
Finished Step #1 - "Push"
Starting Step #2 - "Deploy"
Step #2 - "Deploy": Pulling image: gcr.io/google.com/cloudsdktool/cloud-sdk:slim
Step #2 - "Deploy": slim: Pulling from google.com/cloudsdktool/cloud-sdk
Step #2 - "Deploy": 0873b8cf69e3: Already exists
Step #2 - "Deploy": 47614481de9f: Pulling fs layer
Step #2 - "Deploy": 2d71cd1d58be: Pulling fs layer
Step #2 - "Deploy": af3386bd0d39: Pulling fs layer
Step #2 - "Deploy": 47614481de9f: Download complete
Step #2 - "Deploy": af3386bd0d39: Verifying Checksum
Step #2 - "Deploy": af3386bd0d39: Download complete
Step #2 - "Deploy": 47614481de9f: Pull complete
Step #2 - "Deploy": 2d71cd1d58be: Verifying Checksum
Step #2 - "Deploy": 2d71cd1d58be: Download complete
Step #2 - "Deploy": 2d71cd1d58be: Pull complete
Step #2 - "Deploy": af3386bd0d39: Pull complete
Step #2 - "Deploy": Digest: sha256:336f6772cd457f8df78fe68b8c1209417b4a893baed15965dc74f714d514580f
Step #2 - "Deploy": Status: Downloaded newer image for gcr.io/google.com/cloudsdktool/cloud-sdk:slim
Step #2 - "Deploy": gcr.io/google.com/cloudsdktool/cloud-sdk:slim
Step #2 - "Deploy": Deploying...
Step #2 - "Deploy": Creating Revision...................................................................................................................................................................................done
Step #2 - "Deploy": Routing traffic.....done
Step #2 - "Deploy": Done.
Step #2 - "Deploy": Service [hitmeup-backend] revision [hitmeup-backend-00030-mcj] has been deployed and is serving 100 percent of traffic.
Step #2 - "Deploy": Service URL: https://hitmeup-backend-593087166771.asia-northeast1.run.app
Finished Step #2 - "Deploy"
PUSH
Pushing asia-northeast1-docker.pkg.dev/hit-me-up-336ec/cloud-run-source-deploy/hit_me_up/hitmeup-backend:2f11bc0c229ba3764b15c1e80e23e5236b1192ff
The push refers to repository [asia-northeast1-docker.pkg.dev/hit-me-up-336ec/cloud-run-source-deploy/hit_me_up/hitmeup-backend]
1d668315c006: Preparing
4dc0189a3380: Preparing
050d3ba63b63: Preparing
e3bea14ded36: Preparing
304ae9dcf6df: Preparing
6844f4c89beb: Preparing
9d592720ced4: Preparing
6844f4c89beb: Waiting
9d592720ced4: Waiting
1d668315c006: Layer already exists
050d3ba63b63: Layer already exists
4dc0189a3380: Layer already exists
304ae9dcf6df: Layer already exists
e3bea14ded36: Layer already exists

starting build "0ee182d9-0b00-43c7-a666-ef03e4a23949"

FETCHSOURCE
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /workspace/.git/
From https://github.com/Kguswo/Hit_Me_Up
 * branch            2f11bc0c229ba3764b15c1e80e23e5236b1192ff -> FETCH_HEAD
HEAD is now at 2f11bc0 Change image link in README_KR.md
GitCommit:
2f11bc0c229ba3764b15c1e80e23e5236b1192ff
BUILD
Starting Step #0 - "Build"
Step #0 - "Build": Already have image (with digest): gcr.io/cloud-builders/docker
Step #0 - "Build": Sending build context to Docker daemon  381.4kB

Step #0 - "Build": Step 1/16 : FROM eclipse-temurin:21-jdk as builder
Step #0 - "Build": 21-jdk: Pulling from library/eclipse-temurin
Step #0 - "Build": 76249c7cd503: Pulling fs layer
Step #0 - "Build": 45cd6ad53cb0: Pulling fs layer
Step #0 - "Build": 6c2450e7acc8: Pulling fs layer
Step #0 - "Build": 48861495ffdc: Pulling fs layer
Step #0 - "Build": cee05d3a8171: Pulling fs layer
Step #0 - "Build": 48861495ffdc: Waiting
Step #0 - "Build": cee05d3a8171: Waiting
Step #0 - "Build": 76249c7cd503: Verifying Checksum
Step #0 - "Build": 76249c7cd503: Download complete
Step #0 - "Build": 48861495ffdc: Verifying Checksum
Step #0 - "Build": 48861495ffdc: Download complete
Step #0 - "Build": 45cd6ad53cb0: Verifying Checksum
Step #0 - "Build": 45cd6ad53cb0: Download complete
Step #0 - "Build": cee05d3a8171: Download complete
Step #0 - "Build": 6c2450e7acc8: Verifying Checksum
Step #0 - "Build": 6c2450e7acc8: Download complete
Step #0 - "Build": 76249c7cd503: Pull complete
Step #0 - "Build": 45cd6ad53cb0: Pull complete
Step #0 - "Build": 6c2450e7acc8: Pull complete
Step #0 - "Build": 48861495ffdc: Pull complete
Step #0 - "Build": cee05d3a8171: Pull complete
Step #0 - "Build": Digest: sha256:34579903d57acb954e7bc6eadf4337fa9f99d1f5ed01129ceb8a12863bf91f8e
Step #0 - "Build": Status: Downloaded newer image for eclipse-temurin:21-jdk
Step #0 - "Build":  ---> d6596e18495b
Step #0 - "Build": Step 2/16 : WORKDIR /app
Step #0 - "Build":  ---> Running in 81fdef3e97d0
Step #0 - "Build": Removing intermediate container 81fdef3e97d0
Step #0 - "Build":  ---> 3c08fe660c3f
Step #0 - "Build": Step 3/16 : COPY hitmeup_backend/gradlew /app/
Step #0 - "Build":  ---> 089f92585669
Step #0 - "Build": Step 4/16 : COPY hitmeup_backend/gradle /app/gradle
Step #0 - "Build":  ---> 902b99fcdccf
Step #0 - "Build": Step 5/16 : COPY hitmeup_backend/build.gradle.kts /app/
Step #0 - "Build":  ---> 59141eeda9bd
Step #0 - "Build": Step 6/16 : COPY hitmeup_backend/settings.gradle.kts /app/
Step #0 - "Build":  ---> 78d10aec5abe
Step #0 - "Build": Step 7/16 : COPY hitmeup_backend/src /app/src
Step #0 - "Build":  ---> f584159e64d8
Step #0 - "Build": Step 8/16 : RUN chmod +x /app/gradlew
Step #0 - "Build":  ---> Running in 514a64d7ada0
Step #0 - "Build": Removing intermediate container 514a64d7ada0
Step #0 - "Build":  ---> 85e03526abd1
Step #0 - "Build": Step 9/16 : RUN ./gradlew build -x test --no-daemon
Step #0 - "Build":  ---> Running in cdaef47a4210
Step #0 - "Build": Downloading https://services.gradle.org/distributions/gradle-8.13-bin.zip
Step #0 - "Build": .............10%.............20%.............30%.............40%.............50%.............60%.............70%.............80%.............90%.............100%
Step #0 - "Build": 
Step #0 - "Build": Welcome to Gradle 8.13!
Step #0 - "Build": 
Step #0 - "Build": Here are the highlights of this release:
Step #0 - "Build":  - Daemon JVM auto-provisioning
Step #0 - "Build":  - Enhancements for Scala plugin and JUnit testing
Step #0 - "Build":  - Improvements for build authors and plugin developers
Step #0 - "Build": 
Step #0 - "Build": For more details see https://docs.gradle.org/8.13/release-notes.html
Step #0 - "Build": 
Step #0 - "Build": To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/8.13/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation.
Step #0 - "Build": Daemon will be stopped at the end of the build 
Step #0 - "Build": > Task :checkKotlinGradlePluginConfigurationErrors
Step #0 - "Build": > Task :processResources
Step #0 - "Build": > Task :check
Step #0 - "Build": > Task :compileKotlin
Step #0 - "Build": > Task :compileJava NO-SOURCE
Step #0 - "Build": > Task :classes
Step #0 - "Build": > Task :resolveMainClassName
Step #0 - "Build": > Task :bootJar
Step #0 - "Build": > Task :jar
Step #0 - "Build": > Task :assemble
Step #0 - "Build": > Task :build
Step #0 - "Build": 
Step #0 - "Build": BUILD SUCCESSFUL in 2m 41s
Step #0 - "Build": 6 actionable tasks: 6 executed
Step #0 - "Build": Removing intermediate container cdaef47a4210
Step #0 - "Build":  ---> bd326c850ce4
Step #0 - "Build": Step 10/16 : FROM eclipse-temurin:21-jdk
Step #0 - "Build":  ---> d6596e18495b
Step #0 - "Build": Step 11/16 : WORKDIR /app
Step #0 - "Build":  ---> Running in cb5b55623b7e
Step #0 - "Build": Removing intermediate container cb5b55623b7e
Step #0 - "Build":  ---> d0bc10f6989d
Step #0 - "Build": Step 12/16 : COPY --from=builder /app/build/libs/hitmeup_backend-0.0.1-SNAPSHOT.jar app.jar
Step #0 - "Build":  ---> 1adb6cd6c8ad
Step #0 - "Build": Step 13/16 : ENV PORT=8080
Step #0 - "Build":  ---> Running in becead81064d
Step #0 - "Build": Removing intermediate container becead81064d
Step #0 - "Build":  ---> 6a08f5c32773
Step #0 - "Build": Step 14/16 : ENV SPRING_PROFILES_ACTIVE=prod
Step #0 - "Build":  ---> Running in 4c736f3b6dcb
Step #0 - "Build": Removing intermediate container 4c736f3b6dcb
Step #0 - "Build":  ---> 3633b7de02a2
Step #0 - "Build": Step 15/16 : EXPOSE 8080
Step #0 - "Build":  ---> Running in aee30499e752
Step #0 - "Build": Removing intermediate container aee30499e752
Step #0 - "Build":  ---> c7871c5aa1d3
Step #0 - "Build": Step 16/16 : ENTRYPOINT ["java", "-jar", "-Dserver.port=8080", "app.jar"]
Step #0 - "Build":  ---> Running in 79b0c8b254a0
Step #0 - "Build": Removing intermediate container 79b0c8b254a0
Step #0 - "Build":  ---> 3e2d309c578d
Step #0 - "Build": Successfully built 3e2d309c578d
Step #0 - "Build": Successfully tagged asia-northeast1-docker.pkg.dev/hit-me-up-336ec/cloud-run-source-deploy/hit_me_up/hitmeup-backend:2f11bc0c229ba3764b15c1e80e23e5236b1192ff
Finished Step #0 - "Build"
Starting Step #1 - "Push"
Step #1 - "Push": Already have image (with digest): gcr.io/cloud-builders/docker
Step #1 - "Push": The push refers to repository [asia-northeast1-docker.pkg.dev/hit-me-up-336ec/cloud-run-source-deploy/hit_me_up/hitmeup-backend]
Step #1 - "Push": 1d668315c006: Preparing
Step #1 - "Push": 4dc0189a3380: Preparing
Step #1 - "Push": 050d3ba63b63: Preparing
Step #1 - "Push": e3bea14ded36: Preparing
Step #1 - "Push": 304ae9dcf6df: Preparing
Step #1 - "Push": 6844f4c89beb: Preparing
Step #1 - "Push": 9d592720ced4: Preparing
Step #1 - "Push": 6844f4c89beb: Waiting
Step #1 - "Push": 9d592720ced4: Waiting
Step #1 - "Push": e3bea14ded36: Layer already exists
Step #1 - "Push": 304ae9dcf6df: Layer already exists
Step #1 - "Push": 050d3ba63b63: Layer already exists
Step #1 - "Push": 6844f4c89beb: Layer already exists
Step #1 - "Push": 4dc0189a3380: Pushed
Step #1 - "Push": 1d668315c006: Pushed
Step #1 - "Push": 9d592720ced4: Pushed
Step #1 - "Push": 2f11bc0c229ba3764b15c1e80e23e5236b1192ff: digest: sha256:48e423735232f38756757a0b790f6e0d67be12b1ed8a12ed8714226a248624c1 size: 1788
Finished Step #1 - "Push"
Starting Step #2 - "Deploy"
Step #2 - "Deploy": Pulling image: gcr.io/google.com/cloudsdktool/cloud-sdk:slim
Step #2 - "Deploy": slim: Pulling from google.com/cloudsdktool/cloud-sdk
Step #2 - "Deploy": 0873b8cf69e3: Already exists
Step #2 - "Deploy": 47614481de9f: Pulling fs layer
Step #2 - "Deploy": 2d71cd1d58be: Pulling fs layer
Step #2 - "Deploy": af3386bd0d39: Pulling fs layer
Step #2 - "Deploy": 47614481de9f: Download complete
Step #2 - "Deploy": af3386bd0d39: Verifying Checksum
Step #2 - "Deploy": af3386bd0d39: Download complete
Step #2 - "Deploy": 47614481de9f: Pull complete
Step #2 - "Deploy": 2d71cd1d58be: Verifying Checksum
Step #2 - "Deploy": 2d71cd1d58be: Download complete
Step #2 - "Deploy": 2d71cd1d58be: Pull complete
Step #2 - "Deploy": af3386bd0d39: Pull complete
Step #2 - "Deploy": Digest: sha256:336f6772cd457f8df78fe68b8c1209417b4a893baed15965dc74f714d514580f
Step #2 - "Deploy": Status: Downloaded newer image for gcr.io/google.com/cloudsdktool/cloud-sdk:slim
Step #2 - "Deploy": gcr.io/google.com/cloudsdktool/cloud-sdk:slim
Step #2 - "Deploy": Deploying...
Step #2 - "Deploy": Creating Revision...................................................................................................................................................................................done
Step #2 - "Deploy": Routing traffic.....done
Step #2 - "Deploy": Done.
Step #2 - "Deploy": Service [hitmeup-backend] revision [hitmeup-backend-00030-mcj] has been deployed and is serving 100 percent of traffic.
Step #2 - "Deploy": Service URL: https://hitmeup-backend-593087166771.asia-northeast1.run.app
Finished Step #2 - "Deploy"
PUSH
Pushing asia-northeast1-docker.pkg.dev/hit-me-up-336ec/cloud-run-source-deploy/hit_me_up/hitmeup-backend:2f11bc0c229ba3764b15c1e80e23e5236b1192ff
The push refers to repository [asia-northeast1-docker.pkg.dev/hit-me-up-336ec/cloud-run-source-deploy/hit_me_up/hitmeup-backend]
1d668315c006: Preparing
4dc0189a3380: Preparing
050d3ba63b63: Preparing
e3bea14ded36: Preparing
304ae9dcf6df: Preparing
6844f4c89beb: Preparing
9d592720ced4: Preparing
6844f4c89beb: Waiting
9d592720ced4: Waiting
1d668315c006: Layer already exists
050d3ba63b63: Layer already exists
4dc0189a3380: Layer already exists
304ae9dcf6df: Layer already exists
e3bea14ded36: Layer already exists

starting build "0ee182d9-0b00-43c7-a666-ef03e4a23949"

FETCHSOURCE
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /workspace/.git/
From https://github.com/Kguswo/Hit_Me_Up
 * branch            2f11bc0c229ba3764b15c1e80e23e5236b1192ff -> FETCH_HEAD
HEAD is now at 2f11bc0 Change image link in README_KR.md
GitCommit:
2f11bc0c229ba3764b15c1e80e23e5236b1192ff
BUILD
Starting Step #0 - "Build"
Step #0 - "Build": Already have image (with digest): gcr.io/cloud-builders/docker
Step #0 - "Build": Sending build context to Docker daemon  381.4kB

Step #0 - "Build": Step 1/16 : FROM eclipse-temurin:21-jdk as builder
Step #0 - "Build": 21-jdk: Pulling from library/eclipse-temurin
Step #0 - "Build": 76249c7cd503: Pulling fs layer
Step #0 - "Build": 45cd6ad53cb0: Pulling fs layer
Step #0 - "Build": 6c2450e7acc8: Pulling fs layer
Step #0 - "Build": 48861495ffdc: Pulling fs layer
Step #0 - "Build": cee05d3a8171: Pulling fs layer
Step #0 - "Build": 48861495ffdc: Waiting
Step #0 - "Build": cee05d3a8171: Waiting
Step #0 - "Build": 76249c7cd503: Verifying Checksum
Step #0 - "Build": 76249c7cd503: Download complete
Step #0 - "Build": 48861495ffdc: Verifying Checksum
Step #0 - "Build": 48861495ffdc: Download complete
Step #0 - "Build": 45cd6ad53cb0: Verifying Checksum
Step #0 - "Build": 45cd6ad53cb0: Download complete
Step #0 - "Build": cee05d3a8171: Download complete
Step #0 - "Build": 6c2450e7acc8: Verifying Checksum
Step #0 - "Build": 6c2450e7acc8: Download complete
Step #0 - "Build": 76249c7cd503: Pull complete
Step #0 - "Build": 45cd6ad53cb0: Pull complete
Step #0 - "Build": 6c2450e7acc8: Pull complete
Step #0 - "Build": 48861495ffdc: Pull complete
Step #0 - "Build": cee05d3a8171: Pull complete
Step #0 - "Build": Digest: sha256:34579903d57acb954e7bc6eadf4337fa9f99d1f5ed01129ceb8a12863bf91f8e
Step #0 - "Build": Status: Downloaded newer image for eclipse-temurin:21-jdk
Step #0 - "Build":  ---> d6596e18495b
Step #0 - "Build": Step 2/16 : WORKDIR /app
Step #0 - "Build":  ---> Running in 81fdef3e97d0
Step #0 - "Build": Removing intermediate container 81fdef3e97d0
Step #0 - "Build":  ---> 3c08fe660c3f
Step #0 - "Build": Step 3/16 : COPY hitmeup_backend/gradlew /app/
Step #0 - "Build":  ---> 089f92585669
Step #0 - "Build": Step 4/16 : COPY hitmeup_backend/gradle /app/gradle
Step #0 - "Build":  ---> 902b99fcdccf
Step #0 - "Build": Step 5/16 : COPY hitmeup_backend/build.gradle.kts /app/
Step #0 - "Build":  ---> 59141eeda9bd
Step #0 - "Build": Step 6/16 : COPY hitmeup_backend/settings.gradle.kts /app/
Step #0 - "Build":  ---> 78d10aec5abe
Step #0 - "Build": Step 7/16 : COPY hitmeup_backend/src /app/src
Step #0 - "Build":  ---> f584159e64d8
Step #0 - "Build": Step 8/16 : RUN chmod +x /app/gradlew
Step #0 - "Build":  ---> Running in 514a64d7ada0
Step #0 - "Build": Removing intermediate container 514a64d7ada0
Step #0 - "Build":  ---> 85e03526abd1
Step #0 - "Build": Step 9/16 : RUN ./gradlew build -x test --no-daemon
Step #0 - "Build":  ---> Running in cdaef47a4210
Step #0 - "Build": Downloading https://services.gradle.org/distributions/gradle-8.13-bin.zip
Step #0 - "Build": .............10%.............20%.............30%.............40%.............50%.............60%.............70%.............80%.............90%.............100%
Step #0 - "Build": 
Step #0 - "Build": Welcome to Gradle 8.13!
Step #0 - "Build": 
Step #0 - "Build": Here are the highlights of this release:
Step #0 - "Build":  - Daemon JVM auto-provisioning
Step #0 - "Build":  - Enhancements for Scala plugin and JUnit testing
Step #0 - "Build":  - Improvements for build authors and plugin developers
Step #0 - "Build": 
Step #0 - "Build": For more details see https://docs.gradle.org/8.13/release-notes.html
Step #0 - "Build": 
Step #0 - "Build": To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/8.13/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation.
Step #0 - "Build": Daemon will be stopped at the end of the build 
Step #0 - "Build": > Task :checkKotlinGradlePluginConfigurationErrors
Step #0 - "Build": > Task :processResources
Step #0 - "Build": > Task :check
Step #0 - "Build": > Task :compileKotlin
Step #0 - "Build": > Task :compileJava NO-SOURCE
Step #0 - "Build": > Task :classes
Step #0 - "Build": > Task :resolveMainClassName
Step #0 - "Build": > Task :bootJar
Step #0 - "Build": > Task :jar
Step #0 - "Build": > Task :assemble
Step #0 - "Build": > Task :build
Step #0 - "Build": 
Step #0 - "Build": BUILD SUCCESSFUL in 2m 41s
Step #0 - "Build": 6 actionable tasks: 6 executed
Step #0 - "Build": Removing intermediate container cdaef47a4210
Step #0 - "Build":  ---> bd326c850ce4
Step #0 - "Build": Step 10/16 : FROM eclipse-temurin:21-jdk
Step #0 - "Build":  ---> d6596e18495b
Step #0 - "Build": Step 11/16 : WORKDIR /app
Step #0 - "Build":  ---> Running in cb5b55623b7e
Step #0 - "Build": Removing intermediate container cb5b55623b7e
Step #0 - "Build":  ---> d0bc10f6989d
Step #0 - "Build": Step 12/16 : COPY --from=builder /app/build/libs/hitmeup_backend-0.0.1-SNAPSHOT.jar app.jar
Step #0 - "Build":  ---> 1adb6cd6c8ad
Step #0 - "Build": Step 13/16 : ENV PORT=8080
Step #0 - "Build":  ---> Running in becead81064d
Step #0 - "Build": Removing intermediate container becead81064d
Step #0 - "Build":  ---> 6a08f5c32773
Step #0 - "Build": Step 14/16 : ENV SPRING_PROFILES_ACTIVE=prod
Step #0 - "Build":  ---> Running in 4c736f3b6dcb
Step #0 - "Build": Removing intermediate container 4c736f3b6dcb
Step #0 - "Build":  ---> 3633b7de02a2
Step #0 - "Build": Step 15/16 : EXPOSE 8080
Step #0 - "Build":  ---> Running in aee30499e752
Step #0 - "Build": Removing intermediate container aee30499e752
Step #0 - "Build":  ---> c7871c5aa1d3
Step #0 - "Build": Step 16/16 : ENTRYPOINT ["java", "-jar", "-Dserver.port=8080", "app.jar"]
Step #0 - "Build":  ---> Running in 79b0c8b254a0
Step #0 - "Build": Removing intermediate container 79b0c8b254a0
Step #0 - "Build":  ---> 3e2d309c578d
Step #0 - "Build": Successfully built 3e2d309c578d
Step #0 - "Build": Successfully tagged asia-northeast1-docker.pkg.dev/hit-me-up-336ec/cloud-run-source-deploy/hit_me_up/hitmeup-backend:2f11bc0c229ba3764b15c1e80e23e5236b1192ff
Finished Step #0 - "Build"
Starting Step #1 - "Push"
Step #1 - "Push": Already have image (with digest): gcr.io/cloud-builders/docker
Step #1 - "Push": The push refers to repository [asia-northeast1-docker.pkg.dev/hit-me-up-336ec/cloud-run-source-deploy/hit_me_up/hitmeup-backend]
Step #1 - "Push": 1d668315c006: Preparing
Step #1 - "Push": 4dc0189a3380: Preparing
Step #1 - "Push": 050d3ba63b63: Preparing
Step #1 - "Push": e3bea14ded36: Preparing
Step #1 - "Push": 304ae9dcf6df: Preparing
Step #1 - "Push": 6844f4c89beb: Preparing
Step #1 - "Push": 9d592720ced4: Preparing
Step #1 - "Push": 6844f4c89beb: Waiting
Step #1 - "Push": 9d592720ced4: Waiting
Step #1 - "Push": e3bea14ded36: Layer already exists
Step #1 - "Push": 304ae9dcf6df: Layer already exists
Step #1 - "Push": 050d3ba63b63: Layer already exists
Step #1 - "Push": 6844f4c89beb: Layer already exists
Step #1 - "Push": 4dc0189a3380: Pushed
Step #1 - "Push": 1d668315c006: Pushed
Step #1 - "Push": 9d592720ced4: Pushed
Step #1 - "Push": 2f11bc0c229ba3764b15c1e80e23e5236b1192ff: digest: sha256:48e423735232f38756757a0b790f6e0d67be12b1ed8a12ed8714226a248624c1 size: 1788
Finished Step #1 - "Push"
Starting Step #2 - "Deploy"
Step #2 - "Deploy": Pulling image: gcr.io/google.com/cloudsdktool/cloud-sdk:slim
Step #2 - "Deploy": slim: Pulling from google.com/cloudsdktool/cloud-sdk
Step #2 - "Deploy": 0873b8cf69e3: Already exists
Step #2 - "Deploy": 47614481de9f: Pulling fs layer
Step #2 - "Deploy": 2d71cd1d58be: Pulling fs layer
Step #2 - "Deploy": af3386bd0d39: Pulling fs layer
Step #2 - "Deploy": 47614481de9f: Download complete
Step #2 - "Deploy": af3386bd0d39: Verifying Checksum
Step #2 - "Deploy": af3386bd0d39: Download complete
Step #2 - "Deploy": 47614481de9f: Pull complete
Step #2 - "Deploy": 2d71cd1d58be: Verifying Checksum
Step #2 - "Deploy": 2d71cd1d58be: Download complete
Step #2 - "Deploy": 2d71cd1d58be: Pull complete
Step #2 - "Deploy": af3386bd0d39: Pull complete
Step #2 - "Deploy": Digest: sha256:336f6772cd457f8df78fe68b8c1209417b4a893baed15965dc74f714d514580f
Step #2 - "Deploy": Status: Downloaded newer image for gcr.io/google.com/cloudsdktool/cloud-sdk:slim
Step #2 - "Deploy": gcr.io/google.com/cloudsdktool/cloud-sdk:slim
Step #2 - "Deploy": Deploying...
Step #2 - "Deploy": Creating Revision...................................................................................................................................................................................done
Step #2 - "Deploy": Routing traffic.....done
Step #2 - "Deploy": Done.
Step #2 - "Deploy": Service [hitmeup-backend] revision [hitmeup-backend-00030-mcj] has been deployed and is serving 100 percent of traffic.
Step #2 - "Deploy": Service URL: https://hitmeup-backend-593087166771.asia-northeast1.run.app
Finished Step #2 - "Deploy"
PUSH
Pushing asia-northeast1-docker.pkg.dev/hit-me-up-336ec/cloud-run-source-deploy/hit_me_up/hitmeup-backend:2f11bc0c229ba3764b15c1e80e23e5236b1192ff
The push refers to repository [asia-northeast1-docker.pkg.dev/hit-me-up-336ec/cloud-run-source-deploy/hit_me_up/hitmeup-backend]
1d668315c006: Preparing
4dc0189a3380: Preparing
050d3ba63b63: Preparing
e3bea14ded36: Preparing
304ae9dcf6df: Preparing
6844f4c89beb: Preparing
9d592720ced4: Preparing
6844f4c89beb: Waiting
9d592720ced4: Waiting
1d668315c006: Layer already exists
050d3ba63b63: Layer already exists
4dc0189a3380: Layer already exists
304ae9dcf6df: Layer already exists
e3bea14ded36: Layer already exists
6844f4c89beb: Layer already exists
9d592720ced4: Layer already exists
2f11bc0c229ba3764b15c1e80e23e5236b1192ff: digest: sha256:48e423735232f38756757a0b790f6e0d67be12b1ed8a12ed8714226a248624c1 size: 1788
DONE

Build Log: https://console.cloud.google.com/logs/viewer?advancedFilter=resource.type%3D%22build%22+AND+resource.labels.build_id%3D%220ee182d9-0b00-43c7-a666-ef03e4a23949%22+AND+resource.labels.build_trigger_id%3D%224fcb7118-6de3-4ce5-81a8-09fd427796bf%22&project=hit-me-up-336ec