Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feedback #1

Open
wants to merge 802 commits into
base: feedback
Choose a base branch
from

add deadline

104ec41
Select commit
Loading
Failed to load commit list.
Open

Feedback #1

add deadline
104ec41
Select commit
Loading
Failed to load commit list.
Google Cloud Build / rmgpgab-question-service-us-central1-CS3219-AY2324S1-ay2324saip (peerprep-400701) succeeded Nov 18, 2023 in 1m 36s

Summary

Build Information

Trigger rmgpgab-question-service-us-central1-CS3219-AY2324S1-ay2324saip
Build 9d4ac518-d86a-4763-b482-68865d9571c0
Start 2023-11-18T02:05:22-08:00
Duration 1m34.03s
Status SUCCESS

Steps

Step Status Duration
Build SUCCESS 21.44s
Push SUCCESS 8.463s
Deploy SUCCESS 57.061s

Details

starting build "9d4ac518-d86a-4763-b482-68865d9571c0"

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/CS3219-AY2324S1/ay2324s1-course-assessment-g17
 * branch            104ec4188c88b2de14f1589331db15b98f8aa170 -> FETCH_HEAD
HEAD is now at 104ec41 add deadline
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  193.5kB

Step #0 - "Build": Step 1/10 : FROM node:18
Step #0 - "Build": 18: Pulling from library/node
Step #0 - "Build": 8457fd5474e7: Already exists
Step #0 - "Build": 13baa2029dde: Already exists
Step #0 - "Build": 325c5bf4c2f2: Already exists
Step #0 - "Build": 7e18a660069f: Already exists
Step #0 - "Build": c30e0acec6d5: Already exists
Step #0 - "Build": 740b4cc8f44c: Pulling fs layer
Step #0 - "Build": a3c8fe9d0a3c: Pulling fs layer
Step #0 - "Build": d61a850b2d93: Pulling fs layer
Step #0 - "Build": d61a850b2d93: Verifying Checksum
Step #0 - "Build": d61a850b2d93: Download complete
Step #0 - "Build": a3c8fe9d0a3c: Download complete
Step #0 - "Build": 740b4cc8f44c: Verifying Checksum
Step #0 - "Build": 740b4cc8f44c: Download complete
Step #0 - "Build": 740b4cc8f44c: Pull complete
Step #0 - "Build": a3c8fe9d0a3c: Pull complete
Step #0 - "Build": d61a850b2d93: Pull complete
Step #0 - "Build": Digest: sha256:7ce8b205d15e30fd395e5fa4000bcdf595fcff3f434fe75822e54e82a5f5cf82
Step #0 - "Build": Status: Downloaded newer image for node:18
Step #0 - "Build":  ---> e1b0a66a57dc
Step #0 - "Build": Step 2/10 : RUN npm install -g nodemon
Step #0 - "Build":  ---> Running in f8343f5f34e4
Step #0 - "Build": 
Step #0 - "Build": added 33 packages in 2s
Step #0 - "Build": 
Step #0 - "Build": 3 packages are looking for funding
Step #0 - "Build":   run `npm fund` for details
Step #0 - "Build": �[91mnpm�[0m�[91m �[0m�[91mnotice�[0m�[91m 
Step #0 - "Build": �[0m�[91mnpm�[0m�[91m �[0m�[91mnotice�[0m�[91m New major version of npm available! 9.8.1 -> 10.2.4
Step #0 - "Build": �[0m�[91mnpm�[0m�[91m �[0m�[91mnotice�[0m�[91m Changelog: <https://github.com/npm/cli/releases/tag/v10.2.4>
Step #0 - "Build": �[0m�[91mnpm�[0m�[91m �[0m�[91mnotice�[0m�[91m Run `npm install -g [email protected]` to update!
Step #0 - "Build": �[0m�[91mnpm�[0m�[91m �[0m�[91mnotice�[0m�[91m 
Step #0 - "Build": �[0mRemoving intermediate container f8343f5f34e4
Step #0 - "Build":  ---> cabc7eb4412f
Step #0 - "Build": Step 3/10 : WORKDIR /usr/src/app
Step #0 - "Build":  ---> Running in 8d3d8dc958da
Step #0 - "Build": Removing intermediate container 8d3d8dc958da
Step #0 - "Build":  ---> 73e6b9b6df21
Step #0 - "Build": Step 4/10 : COPY package*.json ./
Step #0 - "Build":  ---> bd84a19d7d7f
Step #0 - "Build": Step 5/10 : RUN npm install --frozen-lockfile
Step #0 - "Build":  ---> Running in 1aa3ffff6ffb
Step #0 - "Build": �[91mnpm�[0m�[91m WARN deprecated @types/[email protected]: This is a stub types definition for express-validator (https://github.com/ctavan/express-validator). express-validator provides its own type definitions, so you don't need @types/express-validator installed!
Step #0 - "Build": �[0m
Step #0 - "Build": added 294 packages, and audited 295 packages in 6s
Step #0 - "Build": 
Step #0 - "Build": 45 packages are looking for funding
Step #0 - "Build":   run `npm fund` for details
Step #0 - "Build": 
Step #0 - "Build": found 0 vulnerabilities
Step #0 - "Build": Removing intermediate container 1aa3ffff6ffb
Step #0 - "Build":  ---> 1839e7665d34
Step #0 - "Build": Step 6/10 : COPY . .
Step #0 - "Build":  ---> dbc67ae5b661
Step #0 - "Build": Step 7/10 : ENV MONGO=${MONGO_CONNECTION_STRING}
Step #0 - "Build":  ---> Running in 8825db08ea47
Step #0 - "Build": Removing intermediate container 8825db08ea47
Step #0 - "Build":  ---> a43677a78a26
Step #0 - "Build": Step 8/10 : ENV PORT=8080
Step #0 - "Build":  ---> Running in a4b3a8790efc
Step #0 - "Build": Removing intermediate container a4b3a8790efc
Step #0 - "Build":  ---> 75510973a076
Step #0 - "Build": Step 9/10 : EXPOSE 8080
Step #0 - "Build":  ---> Running in d59c2c49cd70
Step #0 - "Build": Removing intermediate container d59c2c49cd70
Step #0 - "Build":  ---> 62228eb72452
Step #0 - "Build": Step 10/10 : CMD ["npm", "start"]
Step #0 - "Build":  ---> Running in 893bbcfd1ac2
Step #0 - "Build": Removing intermediate container 893bbcfd1ac2
Step #0 - "Build":  ---> 002a8decaa2b
Step #0 - "Build": Successfully built 002a8decaa2b
Step #0 - "Build": Successfully tagged us-central1-docker.pkg.dev/peerprep-400701/cloud-run-source-deploy/ay2324s1-course-assessment-g17/question-service:104ec4188c88b2de14f1589331db15b98f8aa170
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 [us-central1-docker.pkg.dev/peerprep-400701/cloud-run-source-deploy/ay2324s1-course-assessment-g17/question-service]
Step #1 - "Push": 2e7f1f264a29: Preparing
Step #1 - "Push": a4109ea560dc: Preparing
Step #1 - "Push": 3acc72100726: Preparing
Step #1 - "Push": e3a822b743b3: Preparing
Step #1 - "Push": 4fd806038d31: Preparing
Step #1 - "Push": 83292216addd: Preparing
Step #1 - "Push": 820ec460f7e4: Preparing
Step #1 - "Push": c8d266bebfc2: Preparing
Step #1 - "Push": ccd778ffcca1: Preparing
Step #1 - "Push": 12b956927ba2: Preparing
Step #1 - "Push": 266def75d28e: Preparing
Step #1 - "Push": 29e49b59edda: Preparing
Step #1 - "Push": 1777ac7d307b: Preparing
Step #1 - "Push": 83292216addd: Waiting
Step #1 - "Push": 820ec460f7e4: Waiting
Step #1 - "Push": c8d266bebfc2: Waiting
Step #1 - "Push": ccd778ffcca1: Waiting
Step #1 - "Push": 12b956927ba2: Waiting
Step #1 - "Push": 266def75d28e: Waiting
Step #1 - "Push": 29e49b59edda: Waiting
Step #1 - "Push": 1777ac7d307b: Waiting
Step #1 - "Push": 2e7f1f264a29: Pushed
Step #1 - "Push": e3a822b743b3: Pushed
Step #1 - "Push": 3acc72100726: Pushed
Step #1 - "Push": 83292216addd: Layer already exists
Step #1 - "Push": 820ec460f7e4: Layer already exists
Step #1 - "Push": c8d266bebfc2: Layer already exists
Step #1 - "Push": 4fd806038d31: Pushed
Step #1 - "Push": ccd778ffcca1: Layer already exists
Step #1 - "Push": 12b956927ba2: Layer already exists
Step #1 - "Push": 266def75d28e: Layer already exists
Step #1 - "Push": 29e49b59edda: Layer already exists
Step #1 - "Push": 1777ac7d307b: Layer already exists
Step #1 - "Push": a4109ea560dc: Pushed
Step #1 - "Push": 104ec4188c88b2de14f1589331db15b98f8aa170: digest: sha256:7c208ed34672978c279ad6b26fff0e39cacee602584eea172c115cf5015dd89f size: 3052
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": 0bc8ff246cb8: Already exists
Step #2 - "Deploy": 8de13a551a8c: Pulling fs layer
Step #2 - "Deploy": a185aa5025ad: Pulling fs layer
Step #2 - "Deploy": 162b1510b85b: Pulling fs layer
Step #2 - "Deploy": 39f7e868a5d0: Pulling fs layer
Step #2 - "Deploy": 08646efe380a: Pulling fs layer
Step #2 - "Deploy": 39f7e868a5d0: Waiting
Step #2 - "Deploy": 08646efe380a: Waiting
Step #2 - "Deploy": 162b1510b85b: Verifying Checksum
Step #2 - "Deploy": 162b1510b85b: Download complete
Step #2 - "Deploy": 8de13a551a8c: Verifying Checksum
Step #2 - "Deploy": 8de13a551a8c: Download complete
Step #2 - "Deploy": a185aa5025ad: Verifying Checksum
Step #2 - "Deploy": a185aa5025ad: Download complete
Step #2 - "Deploy": 08646efe380a: Verifying Checksum
Step #2 - "Deploy": 08646efe380a: Download complete
Step #2 - "Deploy": 8de13a551a8c: Pull complete
Step #2 - "Deploy": a185aa5025ad: Pull complete
Step #2 - "Deploy": 162b1510b85b: Pull complete
Step #2 - "Deploy": 39f7e868a5d0: Verifying Checksum
Step #2 - "Deploy": 39f7e868a5d0: Download complete
Step #2 - "Deploy": 39f7e868a5d0: Pull complete
Step #2 - "Deploy": 08646efe380a: Pull complete
Step #2 - "Deploy": Digest: sha256:000308145581bc80013c86f67ab348197c56f7da8dc98b50457d2c61d87f9d27
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 [question-service] revision [question-service-00083-t4z] has been deployed and is serving 100 percent of traffic.
Step #2 - "Deploy": Service URL: https://question-service-fhuyrsqwxa-uc.a.run.app
Finished Step #2 - "Deploy"
PUSH
Pushing us-central1-docker.pkg.dev/peerprep-400701/cloud-run-source-deploy/ay2324s1-course-assessment-g17/question-service:104ec4188c88b2de14f1589331db15b98f8aa170
The push refers to repository [us-central1-docker.pkg.dev/peerprep-400701/cloud-run-source-deploy/ay2324s1-course-assessment-g17/question-service]
2e7f1f264a29: Preparing
a4109ea560dc: Preparing
3acc72100726: Preparing
e3a822b743b3: Preparing
4fd806038d31: Preparing
83292216addd: Preparing
820ec460f7e4: Preparing
c8d266bebfc2: Preparing
ccd778ffcca1: Preparing
12b956927ba2: Preparing
266def75d28e: Preparing
29e49b59edda: Preparing
1777ac7d307b: Preparing
c8d266bebfc2: Waiting
ccd778ffcca1: Waiting
12b956927ba2: Waiting
266def75d28e: Waiting
29e49b59edda: Waiting
1777ac7d307b: Waiting
83292216addd: Waiting
820ec460f7e4: Waiting
a4109ea560dc: Layer already exists
e3a822b743b3: Layer already exists
4fd806038d31: Layer already exists
3acc72100726: Layer already exists
2e7f1f264a29: Layer already exists
83292216addd: Layer already exists
820ec460f7e4: Layer already exists
ccd778ffcca1: Layer already exists
c8d266bebfc2: Layer already exists
12b956927ba2: Layer already exists
266def75d28e: Layer already exists
29e49b59edda: Layer already exists
1777ac7d307b: Layer already exists
104ec4188c88b2de14f1589331db15b98f8aa170: digest: sha256:7c208ed34672978c279ad6b26fff0e39cacee602584eea172c115cf5015dd89f size: 3052
DONE

Build Log: https://console.cloud.google.com/cloud-build/builds/9d4ac518-d86a-4763-b482-68865d9571c0?project=1050203921532