Skip to content

Instantly share code, notes, and snippets.

@Kalaiselvi84
Created January 8, 2024 23:37
Show Gist options
  • Save Kalaiselvi84/17ff4800b391436efd62a976aa1193a4 to your computer and use it in GitHub Desktop.
Save Kalaiselvi84/17ff4800b391436efd62a976aa1193a4 to your computer and use it in GitHub Desktop.
autoscaler-webhook log
starting build "7a0cbdcc-a84f-4a5e-a09f-296bde7a9061"
FETCHSOURCE
Fetching storage object: gs://agones-mangalpalli_cloudbuild/source/1704744741.936103-2ea8d8c674f24d9ca0fefd9be8d6cd03.tgz#1704744774066945
Copying gs://agones-mangalpalli_cloudbuild/source/1704744741.936103-2ea8d8c674f24d9ca0fefd9be8d6cd03.tgz#1704744774066945...
/ [0 files][ 0.0 B/150.7 MiB]
-
- [0 files][ 44.9 MiB/150.7 MiB]
\
|
| [0 files][109.0 MiB/150.7 MiB]
/
/ [1 files][150.7 MiB/150.7 MiB]
Operation completed over 1 objects/150.7 MiB.
SETUPBUILD
BUILD
Starting Step #0
Step #0: Pulling image: ubuntu
Step #0: Using default tag: latest
Step #0: latest: Pulling from library/ubuntu
Step #0: Digest: sha256:6042500cf4b44023ea1894effe7890666b0c5c7871ed83a97c36c76ae560bb9b
Step #0: Status: Downloaded newer image for ubuntu:latest
Step #0: docker.io/library/ubuntu:latest
Finished Step #0
Starting Step #1 - "build-make-docker"
Step #1 - "build-make-docker": Already have image (with digest): gcr.io/cloud-builders/docker
Step #1 - "build-make-docker": Sending build context to Docker daemon 74.98MB
Step #1 - "build-make-docker": Step 1/3 : FROM gcr.io/cloud-builders/docker
Step #1 - "build-make-docker": ---> 66bed18992d1
Step #1 - "build-make-docker": Step 2/3 : RUN apt-get install make
Step #1 - "build-make-docker": ---> Running in 29c3b166b636
Step #1 - "build-make-docker": Reading package lists...
Step #1 - "build-make-docker": Building dependency tree...
Step #1 - "build-make-docker": Reading state information...
Step #1 - "build-make-docker": make is already the newest version (4.2.1-1.2).
Step #1 - "build-make-docker": 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
Step #1 - "build-make-docker": Removing intermediate container 29c3b166b636
Step #1 - "build-make-docker": ---> 57e002be54de
Step #1 - "build-make-docker": Step 3/3 : ENTRYPOINT [\"/usr/bin/make\"]
Step #1 - "build-make-docker": ---> Running in 56f9e4874397
Step #1 - "build-make-docker": Removing intermediate container 56f9e4874397
Step #1 - "build-make-docker": ---> c88ba329ef27
Step #1 - "build-make-docker": Successfully built c88ba329ef27
Step #1 - "build-make-docker": Successfully tagged make-docker:latest
Finished Step #1 - "build-make-docker"
Starting Step #2 - "push"
Step #2 - "push": Already have image: make-docker
Step #2 - "push": cd /workspace && docker build -f /workspace/examples/autoscaler-webhook//Dockerfile --tag=us-docker.pkg.dev/agones-mangalpalli/examples/autoscaler-webhook:0.10 .
Step #2 - "push": Sending build context to Docker daemon 74.98MB
Step #2 - "push": Step 1/9 : FROM golang:1.20.10 as builder
Step #2 - "push": 1.20.10: Pulling from library/golang
Step #2 - "push": 8457fd5474e7: Pulling fs layer
Step #2 - "push": 13baa2029dde: Pulling fs layer
Step #2 - "push": 325c5bf4c2f2: Pulling fs layer
Step #2 - "push": c185020e1367: Pulling fs layer
Step #2 - "push": 7c4e334f0a6f: Pulling fs layer
Step #2 - "push": 066721d09e18: Pulling fs layer
Step #2 - "push": c185020e1367: Waiting
Step #2 - "push": 7c4e334f0a6f: Waiting
Step #2 - "push": 066721d09e18: Waiting
Step #2 - "push": 13baa2029dde: Verifying Checksum
Step #2 - "push": 13baa2029dde: Download complete
Step #2 - "push": 8457fd5474e7: Verifying Checksum
Step #2 - "push": 8457fd5474e7: Download complete
Step #2 - "push": 325c5bf4c2f2: Download complete
Step #2 - "push": 066721d09e18: Verifying Checksum
Step #2 - "push": 066721d09e18: Download complete
Step #2 - "push": c185020e1367: Verifying Checksum
Step #2 - "push": c185020e1367: Download complete
Step #2 - "push": 7c4e334f0a6f: Verifying Checksum
Step #2 - "push": 7c4e334f0a6f: Download complete
Step #2 - "push": 8457fd5474e7: Pull complete
Step #2 - "push": 13baa2029dde: Pull complete
Step #2 - "push": 325c5bf4c2f2: Pull complete
Step #2 - "push": c185020e1367: Pull complete
Step #2 - "push": 7c4e334f0a6f: Pull complete
Step #2 - "push": 066721d09e18: Pull complete
Step #2 - "push": Digest: sha256:8a3e8d1d3a513c0155451c522d381e901837610296f5a077b19f3d350b3a1585
Step #2 - "push": Status: Downloaded newer image for golang:1.20.10
Step #2 - "push": ---> 3d582545b1bd
Step #2 - "push": Step 2/9 : WORKDIR /go/src
Step #2 - "push": ---> Running in 7a8453854695
Step #2 - "push": Removing intermediate container 7a8453854695
Step #2 - "push": ---> 2fe4f75063ed
Step #2 - "push": Step 3/9 : COPY . agones.dev/agones
Step #2 - "push": ---> 999cbcd5f204
Step #2 - "push": Step 4/9 : WORKDIR /go/src/agones.dev/agones/examples/autoscaler-webhook
Step #2 - "push": ---> Running in 92bd8521ddb5
Step #2 - "push": Removing intermediate container 92bd8521ddb5
Step #2 - "push": ---> 25b8c0059ab2
Step #2 - "push": Step 5/9 : RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o server .
Step #2 - "push": ---> Running in 7980b34128ed
Step #2 - "push": go: downloading k8s.io/api v0.28.3
Step #2 - "push": go: downloading k8s.io/apimachinery v0.28.3
Step #2 - "push": go: downloading k8s.io/client-go v0.28.3
Step #2 - "push": go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.0
Step #2 - "push": go: downloading github.com/pkg/errors v0.9.1
Step #2 - "push": go: downloading github.com/sirupsen/logrus v1.9.3
Step #2 - "push": go: downloading github.com/spf13/pflag v1.0.5
Step #2 - "push": go: downloading github.com/spf13/viper v1.17.0
Step #2 - "push": go: downloading google.golang.org/protobuf v1.31.0
Step #2 - "push": go: downloading github.com/mattbaird/jsonpatch v0.0.0-20230413205102-771768614e91
Step #2 - "push": go: downloading github.com/gogo/protobuf v1.3.2
Step #2 - "push": go: downloading github.com/google/gofuzz v1.2.0
Step #2 - "push": go: downloading k8s.io/klog/v2 v2.100.1
Step #2 - "push": go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.3.0
Step #2 - "push": go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b
Step #2 - "push": go: downloading google.golang.org/grpc v1.59.0
Step #2 - "push": go: downloading golang.org/x/sys v0.15.0
Step #2 - "push": go: downloading github.com/fsnotify/fsnotify v1.7.0
Step #2 - "push": go: downloading github.com/mitchellh/mapstructure v1.5.0
Step #2 - "push": go: downloading github.com/sagikazarmark/slog-shim v0.1.0
Step #2 - "push": go: downloading github.com/spf13/afero v1.10.0
Step #2 - "push": go: downloading github.com/spf13/cast v1.5.1
Step #2 - "push": go: downloading github.com/go-openapi/spec v0.19.5
Step #2 - "push": go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
Step #2 - "push": go: downloading k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9
Step #2 - "push": go: downloading gopkg.in/inf.v0 v0.9.1
Step #2 - "push": go: downloading k8s.io/utils v0.0.0-20230726121419-3b25d923346b
Step #2 - "push": go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
Step #2 - "push": go: downloading github.com/go-logr/logr v1.2.4
Step #2 - "push": go: downloading github.com/json-iterator/go v1.1.12
Step #2 - "push": go: downloading gopkg.in/yaml.v2 v2.4.0
Step #2 - "push": go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b
Step #2 - "push": go: downloading golang.org/x/exp v0.0.0-20231006140011-7918f672742d
Step #2 - "push": go: downloading golang.org/x/text v0.14.0
Step #2 - "push": go: downloading github.com/subosito/gotenv v1.6.0
Step #2 - "push": go: downloading github.com/hashicorp/hcl v1.0.0
Step #2 - "push": go: downloading gopkg.in/ini.v1 v1.67.0
Step #2 - "push": go: downloading github.com/magiconair/properties v1.8.7
Step #2 - "push": go: downloading github.com/pelletier/go-toml/v2 v2.1.0
Step #2 - "push": go: downloading gopkg.in/yaml.v3 v3.0.1
Step #2 - "push": go: downloading github.com/go-openapi/jsonpointer v0.19.6
Step #2 - "push": go: downloading github.com/go-openapi/jsonreference v0.20.2
Step #2 - "push": go: downloading github.com/go-openapi/swag v0.22.3
Step #2 - "push": go: downloading golang.org/x/net v0.17.0
Step #2 - "push": go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
Step #2 - "push": go: downloading github.com/modern-go/reflect2 v1.0.2
Step #2 - "push": go: downloading github.com/golang/protobuf v1.5.3
Step #2 - "push": go: downloading github.com/google/gnostic-models v0.6.8
Step #2 - "push": go: downloading github.com/google/uuid v1.3.1
Step #2 - "push": go: downloading sigs.k8s.io/yaml v1.4.0
Step #2 - "push": go: downloading github.com/mailru/easyjson v0.7.7
Step #2 - "push": go: downloading github.com/emicklei/go-restful/v3 v3.9.0
Step #2 - "push": go: downloading github.com/josharian/intern v1.0.0
Step #2 - "push": go: downloading github.com/google/go-cmp v0.5.9
Step #2 - "push": Removing intermediate container 7980b34128ed
Step #2 - "push": ---> 2c7d61374d26
Step #2 - "push": Step 6/9 : FROM gcr.io/distroless/static-debian12:nonroot
Step #2 - "push": nonroot: Pulling from distroless/static-debian12
Step #2 - "push": 62a9f8728f85: Already exists
Step #2 - "push": 2b776ada0341: Pulling fs layer
Step #2 - "push": 3996ddec0b81: Pulling fs layer
Step #2 - "push": fcb6f6d2c998: Pulling fs layer
Step #2 - "push": e8c73c638ae9: Pulling fs layer
Step #2 - "push": 1e3d9b7d1452: Pulling fs layer
Step #2 - "push": 4aa0ea1413d3: Pulling fs layer
Step #2 - "push": 2fa82a9c76b2: Pulling fs layer
Step #2 - "push": 672354a91bfa: Pulling fs layer
Step #2 - "push": 1e3d9b7d1452: Waiting
Step #2 - "push": 4aa0ea1413d3: Waiting
Step #2 - "push": 2fa82a9c76b2: Waiting
Step #2 - "push": 672354a91bfa: Waiting
Step #2 - "push": e8c73c638ae9: Waiting
Step #2 - "push": 2b776ada0341: Download complete
Step #2 - "push": fcb6f6d2c998: Verifying Checksum
Step #2 - "push": fcb6f6d2c998: Download complete
Step #2 - "push": 3996ddec0b81: Verifying Checksum
Step #2 - "push": 3996ddec0b81: Download complete
Step #2 - "push": 1e3d9b7d1452: Verifying Checksum
Step #2 - "push": 1e3d9b7d1452: Download complete
Step #2 - "push": 4aa0ea1413d3: Verifying Checksum
Step #2 - "push": 4aa0ea1413d3: Download complete
Step #2 - "push": e8c73c638ae9: Verifying Checksum
Step #2 - "push": e8c73c638ae9: Download complete
Step #2 - "push": 2b776ada0341: Pull complete
Step #2 - "push": 2fa82a9c76b2: Verifying Checksum
Step #2 - "push": 2fa82a9c76b2: Download complete
Step #2 - "push": 672354a91bfa: Verifying Checksum
Step #2 - "push": 672354a91bfa: Download complete
Step #2 - "push": 3996ddec0b81: Pull complete
Step #2 - "push": fcb6f6d2c998: Pull complete
Step #2 - "push": e8c73c638ae9: Pull complete
Step #2 - "push": 1e3d9b7d1452: Pull complete
Step #2 - "push": 4aa0ea1413d3: Pull complete
Step #2 - "push": 2fa82a9c76b2: Pull complete
Step #2 - "push": 672354a91bfa: Pull complete
Step #2 - "push": Digest: sha256:39ae7f0201fee13b777a3e4a5a9326a8889269172c8b4f4289d9f19c831f45f4
Step #2 - "push": Status: Downloaded newer image for gcr.io/distroless/static-debian12:nonroot
Step #2 - "push": ---> 4fa1b8f9a419
Step #2 - "push": Step 7/9 : COPY --from=builder /go/src/agones.dev/agones/examples/autoscaler-webhook/server /
Step #2 - "push": ---> ba8e1effd359
Step #2 - "push": Step 8/9 : USER nonroot:nonroot
Step #2 - "push": ---> Running in 569277e4c6ce
Step #2 - "push": Removing intermediate container 569277e4c6ce
Step #2 - "push": ---> ab73108cebd1
Step #2 - "push": Step 9/9 : ENTRYPOINT ["/server"]
Step #2 - "push": ---> Running in 999baed728da
Step #2 - "push": Removing intermediate container 999baed728da
Step #2 - "push": ---> 47cf9200684c
Step #2 - "push": Successfully built 47cf9200684c
Step #2 - "push": Successfully tagged us-docker.pkg.dev/agones-mangalpalli/examples/autoscaler-webhook:0.10
Step #2 - "push": docker push us-docker.pkg.dev/agones-mangalpalli/examples/autoscaler-webhook:0.10
Step #2 - "push": The push refers to repository [us-docker.pkg.dev/agones-mangalpalli/examples/autoscaler-webhook]
Step #2 - "push": a3ad55e47e79: Preparing
Step #2 - "push": 9959f8de3336: Preparing
Step #2 - "push": 8f2b2d741d53: Preparing
Step #2 - "push": 1a73b54f556b: Preparing
Step #2 - "push": e624a5370eca: Preparing
Step #2 - "push": d52f02c6501c: Preparing
Step #2 - "push": ff5700ec5418: Preparing
Step #2 - "push": 6f1e3682d66a: Preparing
Step #2 - "push": 10e9b9e72178: Preparing
Step #2 - "push": 6f4d4102c049: Preparing
Step #2 - "push": d52f02c6501c: Waiting
Step #2 - "push": ff5700ec5418: Waiting
Step #2 - "push": 6f1e3682d66a: Waiting
Step #2 - "push": 10e9b9e72178: Waiting
Step #2 - "push": 6f4d4102c049: Waiting
Step #2 - "push": 9959f8de3336: Layer already exists
Step #2 - "push": 8f2b2d741d53: Layer already exists
Step #2 - "push": e624a5370eca: Layer already exists
Step #2 - "push": 1a73b54f556b: Layer already exists
Step #2 - "push": d52f02c6501c: Layer already exists
Step #2 - "push": ff5700ec5418: Layer already exists
Step #2 - "push": 6f1e3682d66a: Layer already exists
Step #2 - "push": 10e9b9e72178: Layer already exists
Step #2 - "push": 6f4d4102c049: Layer already exists
Step #2 - "push": a3ad55e47e79: Pushed
Step #2 - "push": 0.10: digest: sha256:f5451f8a52d03d172640dbfc857074a49aaab4e093b3ab102694e90bbc9dc205 size: 2403
Finished Step #2 - "push"
PUSH
DONE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment