-
Notifications
You must be signed in to change notification settings - Fork 0
Build log example
gabrielpsilva edited this page Jan 29, 2020
·
1 revision
starting build "99b9be85-9ab6-4b50-8109-ac25e62eaea9"
FETCHSOURCE
Fetching storage object: gs://664093467089.cloudbuild-source.googleusercontent.com/2d70a0b9aa365f55ef26f4a3d75042e8cf172706-9f8c6f0d-4926-4df4-9adc-e04b9be7b7f5.tar.gz#1580261854340051
Copying gs://664093467089.cloudbuild-source.googleusercontent.com/2d70a0b9aa365f55ef26f4a3d75042e8cf172706-9f8c6f0d-4926-4df4-9adc-e04b9be7b7f5.tar.gz#1580261854340051...
/ [0 files][ 0.0 B/ 6.7 KiB]
/ [1 files][ 6.7 KiB/ 6.7 KiB]
Operation completed over 1 objects/6.7 KiB.
BUILD
Starting Step #0
Step #0: Already have image (with digest): gcr.io/cloud-builders/git
Step #0: Cloning into 'IntersectBot'...
Finished Step #0
Starting Step #1
Step #1: Already have image (with digest): gcr.io/cloud-builders/git
Step #1: Your branch is up to date with 'origin/master'.
Step #1: Already on 'master'
Finished Step #1
Starting Step #2
Step #2: Already have image (with digest): gcr.io/cloud-builders/go:debian
Step #2: go: downloading github.com/stretchr/testify v1.4.0
Step #2: go: downloading github.com/go-sql-driver/mysql v1.5.0
Step #2: go: extracting github.com/stretchr/testify v1.4.0
Step #2: go: extracting github.com/go-sql-driver/mysql v1.5.0
Step #2: go: downloading github.com/pmezard/go-difflib v1.0.0
Step #2: go: extracting github.com/pmezard/go-difflib v1.0.0
Step #2: go: downloading github.com/davecgh/go-spew v1.1.1
Step #2: go: extracting github.com/davecgh/go-spew v1.1.1
Step #2: go: downloading gopkg.in/yaml.v2 v2.2.8
Step #2: go: downloading github.com/gin-gonic/gin v1.5.0
Step #2: go: extracting gopkg.in/yaml.v2 v2.2.8
Step #2: go: extracting github.com/gin-gonic/gin v1.5.0
Step #2: go: downloading github.com/gin-contrib/sse v0.1.0
Step #2: go: extracting github.com/gin-contrib/sse v0.1.0
Step #2: go: downloading github.com/mattn/go-isatty v0.0.12
Step #2: go: downloading github.com/ugorji/go v1.1.7
Step #2: go: downloading github.com/golang/protobuf v1.3.2
Step #2: go: extracting github.com/mattn/go-isatty v0.0.12
Step #2: go: downloading github.com/briandowns/openweathermap v0.13.0
Step #2: go: extracting github.com/ugorji/go v1.1.7
Step #2: go: downloading github.com/ugorji/go/codec v1.1.7
Step #2: go: extracting github.com/briandowns/openweathermap v0.13.0
Step #2: go: extracting github.com/golang/protobuf v1.3.2
Step #2: go: downloading golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9
Step #2: go: downloading gopkg.in/go-playground/validator.v9 v9.31.0
Step #2: go: extracting github.com/ugorji/go/codec v1.1.7
Step #2: go: extracting gopkg.in/go-playground/validator.v9 v9.31.0
Step #2: go: downloading github.com/leodido/go-urn v1.2.0
Step #2: go: downloading github.com/go-playground/universal-translator v0.17.0
Step #2: go: extracting github.com/go-playground/universal-translator v0.17.0
Step #2: go: downloading github.com/go-playground/locales v0.13.0
Step #2: go: extracting github.com/leodido/go-urn v1.2.0
Step #2: go: extracting golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9
Step #2: go: extracting github.com/go-playground/locales v0.13.0
Step #2: go: finding github.com/gin-gonic/gin v1.5.0
Step #2: go: finding github.com/briandowns/openweathermap v0.13.0
Step #2: go: finding github.com/go-sql-driver/mysql v1.5.0
Step #2: go: finding github.com/gin-contrib/sse v0.1.0
Step #2: go: finding github.com/mattn/go-isatty v0.0.12
Step #2: go: finding golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9
Step #2: go: finding github.com/golang/protobuf v1.3.2
Step #2: go: finding github.com/ugorji/go/codec v1.1.7
Step #2: go: finding gopkg.in/go-playground/validator.v9 v9.31.0
Step #2: go: finding gopkg.in/yaml.v2 v2.2.8
Step #2: go: finding github.com/go-playground/universal-translator v0.17.0
Step #2: go: finding github.com/leodido/go-urn v1.2.0
Step #2: go: finding github.com/go-playground/locales v0.13.0
Step #2: go: finding github.com/stretchr/testify v1.4.0
Step #2: go: finding github.com/davecgh/go-spew v1.1.1
Step #2: go: finding github.com/pmezard/go-difflib v1.0.0
Step #2: [GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
Step #2: - using env: export GIN_MODE=release
Step #2: - using code: gin.SetMode(gin.ReleaseMode)
Step #2:
Step #2: [GIN-debug] POST /v1/weather --> intersectBot.getWeather (1 handlers)
Step #2: [GIN-debug] POST /v1/weather-status --> intersectBot.getWeatherStatus (1 handlers)
Step #2: [GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
Step #2: - using env: export GIN_MODE=release
Step #2: - using code: gin.SetMode(gin.ReleaseMode)
Step #2:
Step #2: [GIN-debug] POST /v1/weather --> intersectBot.getWeather (1 handlers)
Step #2: [GIN-debug] POST /v1/weather-status --> intersectBot.getWeatherStatus (1 handlers)
Step #2: [GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
Step #2: - using env: export GIN_MODE=release
Step #2: - using code: gin.SetMode(gin.ReleaseMode)
Step #2:
Step #2: [GIN-debug] POST /v1/weather --> intersectBot.getWeather (1 handlers)
Step #2: [GIN-debug] POST /v1/weather-status --> intersectBot.getWeatherStatus (1 handlers)
Step #2: 2020/01/29 01:38:18 can not get data about California,YY
Step #2: 2020/01/29 01:38:18 can not get data about Toronto,ZZ
Step #2: 2020/01/29 01:38:18 can not get data about Toronto,AA
Step #2: 2020/01/29 01:38:18 can not get data about Toronto,BB
Step #2: 2020/01/29 01:38:18 can not get data about Texas,CC
Step #2: 2020/01/29 01:38:18 can not get data about Tokyo,DD
Step #2: 2020/01/29 01:38:18 can not get data about Lima,EE
Step #2: 2020/01/29 01:38:18 can not get data about Brasilia,FF
Step #2: 2020/01/29 01:38:18 can not get data about Uruguay,GG
Step #2: 2020/01/29 01:38:18 can not get data about Paris,HH
Step #2: 2020/01/29 01:38:18 can not get data about Alaska,II
Step #2: 2020/01/29 01:38:19 can not get data about Cairo,JJ
Step #2: PASS
Step #2: ok intersectBot 3.446s
Finished Step #2
Starting Step #3
Step #3: Already have image (with digest): gcr.io/cloud-builders/go:debian
Step #3: intersectBot
Finished Step #3
Starting Step #4
Step #4: Already have image (with digest): gcr.io/cloud-builders/docker
Step #4: Sending build context to Docker daemon 74.63MB
Step #4: Step 1/6 : FROM alpine:3.10.3
Step #4: 3.10.3: Pulling from library/alpine
Step #4: 89d9c30c1d48: Already exists
Step #4: Digest: sha256:c19173c5ada610a5989151111163d28a67368362762534d8a8121ce95cf2bd5a
Step #4: Status: Downloaded newer image for alpine:3.10.3
Step #4: ---> 965ea09ff2eb
Step #4: Step 2/6 : EXPOSE 8000
Step #4: ---> Running in a3aec88d770b
Step #4: Removing intermediate container a3aec88d770b
Step #4: ---> 007cc8da3371
Step #4: Step 3/6 : WORKDIR /root
Step #4: ---> Running in 030c814765aa
Step #4: Removing intermediate container 030c814765aa
Step #4: ---> 38b6c44d6652
Step #4: Step 4/6 : RUN mkdir /lib64 && ln -s /lib/libc.musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2
Step #4: ---> Running in 852bb2bb2a66
Step #4: Removing intermediate container 852bb2bb2a66
Step #4: ---> 774a27237e20
Step #4: Step 5/6 : ADD IntersectBot/intersectBot /root/intersectBot
Step #4: ---> 19e98c8da507
Step #4: Step 6/6 : CMD /root/intersectBot
Step #4: ---> Running in 7949f851c365
Step #4: Removing intermediate container 7949f851c365
Step #4: ---> e8044a1989af
Step #4: Successfully built e8044a1989af
Step #4: Successfully tagged gcr.io/axpress/github.com/gabrielpsilva/intersectbot:latest
Finished Step #4
PUSH
Pushing gcr.io/axpress/github.com/gabrielpsilva/intersectbot:latest
The push refers to repository [gcr.io/axpress/github.com/gabrielpsilva/intersectbot]
ed81ce881c72: Preparing
683b68791bc7: Preparing
77cae8ab23bf: Preparing
77cae8ab23bf: Layer already exists
683b68791bc7: Pushed
ed81ce881c72: Pushed
latest: digest: sha256:a88d9bef6c7720b7fc840560da39ff6793ba500978bc152d7ffdf10fe10956d2 size: 946
DONE