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

Prometheus installation docs tweak. #510

Merged
merged 5 commits into from
Jan 28, 2019

Conversation

markmandel
Copy link
Member

Minor tweak to the docs to point people to the yaml file.

Minor tweak to the docs to point people to the yaml file.
@markmandel markmandel added kind/documentation Documentation for Agones kind/cleanup Refactoring code, fixing up documentation, etc labels Jan 25, 2019
@markmandel markmandel added this to the 0.8.0 milestone Jan 25, 2019
@jkowalski
Copy link
Contributor

LGTM, is there a way to preview the website?

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 871c3d2f-802e-433f-ba55-d69ec744bbcc

The following development artifacts have been built, and will exist for the next 30 days:

A preview of the website will exist for the next 30 days:

To install this version:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/510/head:pr_510 && git checkout pr_510
  • helm install install/helm/agones --namespace agones-system --name agones --set agones.image.tag=0.8.0-6c1b48e

@markmandel
Copy link
Member Author

@jkowalski check the link in the success comment 👍 - just added the preview to the build system

Copy link
Collaborator

@cyriltovena cyriltovena left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 836046a8-5ee7-48e7-83e4-e5780d7748f9

Build Logs
starting build "836046a8-5ee7-48e7-83e4-e5780d7748f9"

FETCHSOURCE
Initialized empty Git repository in /workspace/.git/
From https://source.developers.google.com/p/agones-images/r/agones
 * branch              5e7f7963365a03145cb8f4ebc0f720271bcf63b1 -> FETCH_HEAD
Checking out files:  56% (11548/20593)   
Checking out files:  57% (11739/20593)   
Checking out files:  58% (11944/20593)   
Checking out files:  59% (12150/20593)   
Checking out files:  60% (12356/20593)   
Checking out files:  61% (12562/20593)   
Checking out files:  62% (12768/20593)   
Checking out files:  63% (12974/20593)   
Checking out files:  64% (13180/20593)   
Checking out files:  65% (13386/20593)   
Checking out files:  66% (13592/20593)   
Checking out files:  67% (13798/20593)   
Checking out files:  68% (14004/20593)   
Checking out files:  69% (14210/20593)   
Checking out files:  70% (14416/20593)   
Checking out files:  71% (14622/20593)   
Checking out files:  72% (14827/20593)   
Checking out files:  73% (15033/20593)   
Checking out files:  74% (15239/20593)   
Checking out files:  75% (15445/20593)   
Checking out files:  76% (15651/20593)   
Checking out files:  77% (15857/20593)   
Checking out files:  78% (16063/20593)   
Checking out files:  79% (16269/20593)   
Checking out files:  80% (16475/20593)   
Checking out files:  81% (16681/20593)   
Checking out files:  82% (16887/20593)   
Checking out files:  83% (17093/20593)   
Checking out files:  84% (17299/20593)   
Checking out files:  85% (17505/20593)   
Checking out files:  86% (17710/20593)   
Checking out files:  87% (17916/20593)   
Checking out files:  88% (18122/20593)   
Checking out files:  89% (18328/20593)   
Checking out files:  90% (18534/20593)   
Checking out files:  91% (18740/20593)   
Checking out files:  92% (18946/20593)   
Checking out files:  93% (19152/20593)   
Checking out files:  94% (19358/20593)   
Checking out files:  95% (19564/20593)   
Checking out files:  96% (19770/20593)   
Checking out files:  97% (19976/20593)   
Checking out files:  98% (20182/20593)   
Checking out files:  99% (20388/20593)   
Checking out files: 100% (20593/20593)   
Checking out files: 100% (20593/20593), done.
HEAD is now at 5e7f7963 Merge branch 'master' into docs/remove-make
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:eb5d7eda6804359e4fc5223a31a2d9caa4c8ea590b14060d81c8bc05b22ca04e
Step #0: Status: Downloaded newer image for ubuntu:latest
Finished Step #0
Starting Step #1
Step #1: Already have image (with digest): gcr.io/cloud-builders/docker
Step #1: Sending build context to Docker daemon  397.4MB

Step #1: Step 1/3 : FROM gcr.io/cloud-builders/docker
Step #1:  ---> 7a07bd5c8bec
Step #1: Step 2/3 : RUN apt-get install make
Step #1:  ---> Running in faf6de02cd3f
Step #1: Reading package lists...
Step #1: Building dependency tree...
Step #1: Reading state information...
Step #1: make is already the newest version (4.1-6).
Step #1: 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
Step #1: Removing intermediate container faf6de02cd3f
Step #1:  ---> 2dc6f9d8e860
Step #1: Step 3/3 : ENTRYPOINT ["/usr/bin/make"]
Step #1:  ---> Running in 54cfd03a3fae
Step #1: Removing intermediate container 54cfd03a3fae
Step #1:  ---> 392d4a7ca206
Step #1: Successfully built 392d4a7ca206
Step #1: Successfully tagged make-docker:latest
Finished Step #1
Starting Step #2
Step #2: Already have image: make-docker
Step #2: docker pull gcr.io/agones-images/agones-build:db76ca0bfb && docker tag gcr.io/agones-images/agones-build:db76ca0bfb agones-build:db76ca0bfb
Step #2: db76ca0bfb: Pulling from agones-images/agones-build
Step #2: 54f7e8ac135a: Pulling fs layer
Step #2: d6b856b25aeb: Pulling fs layer
Step #2: b4d69f3225dc: Pulling fs layer
Step #2: 35ae38fba43f: Pulling fs layer
Step #2: 0b07bd5731b1: Pulling fs layer
Step #2: c9be458cecce: Pulling fs layer
Step #2: adf56d0b1592: Pulling fs layer
Step #2: cb7a3e76cb35: Pulling fs layer
Step #2: ad6bbe5d9e39: Pulling fs layer
Step #2: 1665e2e79d54: Pulling fs layer
Step #2: 6dd3f5bc4dfb: Pulling fs layer
Step #2: ef3428aedf60: Pulling fs layer
Step #2: 55ad8552b073: Pulling fs layer
Step #2: 07ce7491b54f: Pulling fs layer
Step #2: b19dd2ef50b3: Pulling fs layer
Step #2: a760ea671a67: Pulling fs layer
Step #2: 9053ef7eba9e: Pulling fs layer
Step #2: 70c2fe44a16c: Pulling fs layer
Step #2: 7e519e55b704: Pulling fs layer
Step #2: c30bdfa63c6d: Pulling fs layer
Step #2: c97c73228563: Pulling fs layer
Step #2: a510318ea9e1: Pulling fs layer
Step #2: 9ad9cd8032e0: Pulling fs layer
Step #2: c65faf52f1a7: Pulling fs layer
Step #2: 0b07bd5731b1: Waiting
Step #2: 07ce7491b54f: Waiting
Step #2: c9be458cecce: Waiting
Step #2: b19dd2ef50b3: Waiting
Step #2: adf56d0b1592: Waiting
Step #2: a760ea671a67: Waiting
Step #2: cb7a3e76cb35: Waiting
Step #2: c97c73228563: Waiting
Step #2: 9053ef7eba9e: Waiting
Step #2: ad6bbe5d9e39: Waiting
Step #2: 70c2fe44a16c: Waiting
Step #2: 1665e2e79d54: Waiting
Step #2: a510318ea9e1: Waiting
Step #2: 7e519e55b704: Waiting
Step #2: 6dd3f5bc4dfb: Waiting
Step #2: 9ad9cd8032e0: Waiting
Step #2: ef3428aedf60: Waiting
Step #2: 35ae38fba43f: Waiting
Step #2: c65faf52f1a7: Waiting
Step #2: 55ad8552b073: Waiting
Step #2: c30bdfa63c6d: Waiting
Step #2: 54f7e8ac135a: Verifying Checksum
Step #2: 54f7e8ac135a: Download complete
Step #2: 35ae38fba43f: Verifying Checksum
Step #2: 35ae38fba43f: Download complete
Step #2: 54f7e8ac135a: Pull complete
Step #2: d6b856b25aeb: Verifying Checksum
Step #2: d6b856b25aeb: Download complete
Step #2: 0b07bd5731b1: Verifying Checksum
Step #2: 0b07bd5731b1: Download complete
Step #2: c9be458cecce: Verifying Checksum
Step #2: c9be458cecce: Download complete
Step #2: b4d69f3225dc: Verifying Checksum
Step #2: b4d69f3225dc: Download complete
Step #2: adf56d0b1592: Verifying Checksum
Step #2: adf56d0b1592: Download complete
Step #2: 1665e2e79d54: Verifying Checksum
Step #2: 1665e2e79d54: Download complete
Step #2: ad6bbe5d9e39: Verifying Checksum
Step #2: ad6bbe5d9e39: Download complete
Step #2: ef3428aedf60: Verifying Checksum
Step #2: ef3428aedf60: Download complete
Step #2: 55ad8552b073: Verifying Checksum
Step #2: 55ad8552b073: Download complete
Step #2: 6dd3f5bc4dfb: Verifying Checksum
Step #2: 6dd3f5bc4dfb: Download complete
Step #2: b19dd2ef50b3: Verifying Checksum
Step #2: b19dd2ef50b3: Download complete
Step #2: 07ce7491b54f: Verifying Checksum
Step #2: 07ce7491b54f: Download complete
Step #2: a760ea671a67: Verifying Checksum
Step #2: a760ea671a67: Download complete
Step #2: cb7a3e76cb35: Verifying Checksum
Step #2: cb7a3e76cb35: Download complete
Step #2: 70c2fe44a16c: Verifying Checksum
Step #2: 70c2fe44a16c: Download complete
Step #2: 7e519e55b704: Verifying Checksum
Step #2: 7e519e55b704: Download complete
Step #2: c97c73228563: Download complete
Step #2: a510318ea9e1: Verifying Checksum
Step #2: a510318ea9e1: Download complete
Step #2: 9053ef7eba9e: Verifying Checksum
Step #2: 9053ef7eba9e: Download complete
Step #2: 9ad9cd8032e0: Verifying Checksum
Step #2: 9ad9cd8032e0: Download complete
Step #2: c65faf52f1a7: Download complete
Step #2: c30bdfa63c6d: Download complete
Step #2: d6b856b25aeb: Pull complete
Step #2: b4d69f3225dc: Pull complete
Step #2: 35ae38fba43f: Pull complete
Step #2: 0b07bd5731b1: Pull complete
Step #2: c9be458cecce: Pull complete
Step #2: adf56d0b1592: Pull complete
Step #2: cb7a3e76cb35: Pull complete
Step #2: ad6bbe5d9e39: Pull complete
Step #2: 1665e2e79d54: Pull complete
Step #2: 6dd3f5bc4dfb: Pull complete
Step #2: ef3428aedf60: Pull complete
Step #2: 55ad8552b073: Pull complete
Step #2: 07ce7491b54f: Pull complete
Step #2: b19dd2ef50b3: Pull complete
Step #2: a760ea671a67: Pull complete
Step #2: 9053ef7eba9e: Pull complete
Step #2: 70c2fe44a16c: Pull complete
Step #2: 7e519e55b704: Pull complete
Step #2: c30bdfa63c6d: Pull complete
Step #2: c97c73228563: Pull complete
Step #2: a510318ea9e1: Pull complete
Step #2: 9ad9cd8032e0: Pull complete
Step #2: c65faf52f1a7: Pull complete
Step #2: Digest: sha256:2d00d35b9783ae90c0f836eaebb1aca018edfa03510db7301ddb121a4cb39f82
Step #2: Status: Downloaded newer image for gcr.io/agones-images/agones-build:db76ca0bfb
Finished Step #2
Starting Step #3 - "lint"
Step #3 - "lint": Already have image: make-docker
Step #3 - "lint": mkdir -p ~/.kube/
Step #3 - "lint": mkdir -p /workspace/build//.config/gcloud
Step #3 - "lint": mkdir -p ~/.helm
Step #3 - "lint": docker run -t -e "TERM=xterm-256color" --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build -w /go/src/agones.dev/agones  agones-build:db76ca0bfb bash -c \
Step #3 - "lint": 	"golangci-lint run ./examples/... && golangci-lint run --deadline 15m ./..."
Finished Step #3 - "lint"
Starting Step #4 - "tests"
Starting Step #8 - "build"
Starting Step #9 - "build-e2e"
Step #9 - "build-e2e": Already have image (with digest): gcr.io/cloud-builders/docker
Step #8 - "build": Already have image: make-docker
Step #4 - "tests": Already have image: make-docker
Step #8 - "build": mkdir -p ~/.kube/
Step #8 - "build": mkdir -p /workspace/build//.config/gcloud
Step #8 - "build": mkdir -p ~/.helm
Step #8 - "build": docker run --rm -e "CGO_ENABLED=0" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #8 - "build": -tags none -o /go/src/agones.dev/agones/cmd/controller/bin/controller \
Step #8 - "build":  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-5e7f796" -installsuffix cgo agones.dev/agones/cmd/controller
Step #9 - "build-e2e": Sending build context to Docker daemon  7.168kB

Step #9 - "build-e2e": Step 1/20 : FROM gcr.io/cloud-builders/gcloud-slim
Step #9 - "build-e2e":  ---> 61eca242449d
Step #9 - "build-e2e": Step 2/20 : RUN apt-get update &&     apt-get install -y wget psmisc make gcc python jq zip &&     apt-get clean
Step #9 - "build-e2e":  ---> Running in 418f22e06dd7
Step #4 - "tests": mkdir -p ~/.kube/
Step #4 - "tests": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go test -race agones.dev/agones/pkg/... \
Step #4 - "tests": agones.dev/agones/sdks/... agones.dev/agones/cmd/...
Step #4 - "tests": mkdir -p /tmp/agones-install
Step #4 - "tests": mkdir -p /workspace/build//.config/gcloud
Step #4 - "tests": cp /workspace/install/yaml/install.yaml /tmp/agones-install/install.yaml
Step #4 - "tests": mkdir -p ~/.helm
Step #4 - "tests": docker run --rm --name=agones-website -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb \
Step #4 - "tests":     	hugo server --watch --baseURL="http://localhost:1313/site/" &
Step #4 - "tests": until docker exec agones-website curl -o /dev/null --silent http://localhost:1313/site/; \
Step #4 - "tests": 		do \
Step #4 - "tests": 			echo "Waiting for server to start..."; \
Step #4 - "tests": 			sleep 1; \
Step #4 - "tests": 		done
Step #4 - "tests": sort /tmp/agones-install/install.yaml > /tmp/agones-install/install.yaml.sorted
Step #4 - "tests": /usr/bin/make gen-install
Step #4 - "tests": make[1]: Entering directory '/workspace/build'
Step #9 - "build-e2e": Get:1 http://archive.ubuntu.com/ubuntu xenial InRelease [247 kB]
Step #4 - "tests": mkdir -p ~/.kube/
Step #4 - "tests": mkdir -p /workspace/build//.config/gcloud
Step #4 - "tests": mkdir -p ~/.helm
Step #4 - "tests": Error: No such container: agones-website
Step #4 - "tests": Waiting for server to start...
Step #4 - "tests": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build  agones-build:db76ca0bfb bash -c \
Step #4 - "tests": 	'helm template --name=agones-manual --namespace agones-system /go/src/agones.dev/agones/install/helm/agones \
Step #4 - "tests": 	--set agones.controller.generateTLS=false \
Step #4 - "tests": 	--set agones.crds.cleanupOnDelete=false \
Step #4 - "tests": 	> /go/src/agones.dev/agones/install/yaml/install.yaml'
Step #9 - "build-e2e": Get:2 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB]
Step #9 - "build-e2e": Get:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
Step #9 - "build-e2e": Get:4 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
Step #9 - "build-e2e": Get:5 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages [1201 kB]
Step #9 - "build-e2e": Get:6 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [600 kB]
Step #9 - "build-e2e": Get:7 http://archive.ubuntu.com/ubuntu xenial/main Translation-en [568 kB]
Step #9 - "build-e2e": Get:8 http://archive.ubuntu.com/ubuntu xenial/restricted amd64 Packages [8344 B]
Step #9 - "build-e2e": Get:9 http://archive.ubuntu.com/ubuntu xenial/restricted Translation-en [2908 B]
Step #9 - "build-e2e": Get:10 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages [7532 kB]
Step #4 - "tests": Building sites … Waiting for server to start...
Step #9 - "build-e2e": Get:11 http://security.ubuntu.com/ubuntu xenial-security/main Translation-en [249 kB]
Step #9 - "build-e2e": Get:12 http://archive.ubuntu.com/ubuntu xenial/universe Translation-en [4354 kB]
Step #9 - "build-e2e": Get:13 http://security.ubuntu.com/ubuntu xenial-security/restricted amd64 Packages [7204 B]
Step #9 - "build-e2e": Get:14 http://security.ubuntu.com/ubuntu xenial-security/restricted Translation-en [2152 B]
Step #9 - "build-e2e": Get:15 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [415 kB]
Step #9 - "build-e2e": Get:16 http://security.ubuntu.com/ubuntu xenial-security/universe Translation-en [163 kB]
Step #9 - "build-e2e": Get:17 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [5600 B]
Step #9 - "build-e2e": Get:18 http://security.ubuntu.com/ubuntu xenial-security/multiverse Translation-en [2676 B]
Step #9 - "build-e2e": Get:19 http://archive.ubuntu.com/ubuntu xenial/multiverse amd64 Packages [144 kB]
Step #9 - "build-e2e": Get:20 http://archive.ubuntu.com/ubuntu xenial/multiverse Translation-en [106 kB]
Step #9 - "build-e2e": Get:21 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [902 kB]
Step #9 - "build-e2e": Get:22 http://archive.ubuntu.com/ubuntu xenial-updates/main Translation-en [365 kB]
Step #9 - "build-e2e": Get:23 http://archive.ubuntu.com/ubuntu xenial-updates/restricted amd64 Packages [7556 B]
Step #9 - "build-e2e": Get:24 http://archive.ubuntu.com/ubuntu xenial-updates/restricted Translation-en [2272 B]
Step #9 - "build-e2e": Get:25 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [720 kB]
Step #9 - "build-e2e": Get:26 http://archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [295 kB]
Step #9 - "build-e2e": Get:27 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [16.6 kB]
Step #4 - "tests": ?   	agones.dev/agones/pkg	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/apis	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/apis/stable	[no test files]
Step #9 - "build-e2e": Get:28 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse Translation-en [8440 B]
Step #9 - "build-e2e": Get:29 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [7280 B]
Step #9 - "build-e2e": Get:30 http://archive.ubuntu.com/ubuntu xenial-backports/main Translation-en [4456 B]
Step #9 - "build-e2e": Get:31 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [7804 B]
Step #9 - "build-e2e": Get:32 http://archive.ubuntu.com/ubuntu xenial-backports/universe Translation-en [4184 B]
Step #4 - "tests": Waiting for server to start...
Step #4 - "tests": make[1]: Leaving directory '/workspace/build'
Step #4 - "tests": sort /workspace/install/yaml/install.yaml > /tmp/agones-install/install.current.yaml.sorted
Step #4 - "tests": diff /tmp/agones-install/install.yaml.sorted /tmp/agones-install/install.current.yaml.sorted
Step #4 - "tests": 
Step #4 - "tests":                    | EN  
Step #4 - "tests": +------------------+----+
Step #4 - "tests":   Pages            | 59  
Step #4 - "tests":   Paginator pages  |  0  
Step #4 - "tests":   Non-page files   |  2  
Step #4 - "tests":   Static files     | 40  
Step #4 - "tests":   Processed images |  2  
Step #4 - "tests":   Aliases          | 10  
Step #4 - "tests":   Sitemaps         |  1  
Step #4 - "tests":   Cleaned          |  0  
Step #4 - "tests": 
Step #4 - "tests": Total in 2429 ms
Step #4 - "tests": Watching for changes in /go/src/agones.dev/agones/site/{assets,content,layouts,static,themes}
Step #4 - "tests": Watching for config changes in /go/src/agones.dev/agones/site/config.toml, /go/src/agones.dev/agones/site/themes/docsy/config.toml
Step #4 - "tests": Environment: "development"
Step #4 - "tests": Serving pages from memory
Step #4 - "tests": Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
Step #4 - "tests": Web Server is available at http://localhost:1313/site/ (bind address 127.0.0.1)
Step #4 - "tests": Press Ctrl+C to stop
Step #4 - "tests": ( trap 'docker stop agones-website' EXIT; docker exec agones-website linkchecker --anchors http://localhost:1313/site/ )
Step #9 - "build-e2e": Get:33 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial InRelease [23.8 kB]
Step #9 - "build-e2e": Get:34 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial/main amd64 Packages [3356 B]
Step #9 - "build-e2e": Get:35 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial/main Translation-en [2380 B]
Step #9 - "build-e2e": Fetched 18.3 MB in 6s (2688 kB/s)
Step #4 - "tests": WARNING 2019-01-26 01:22:38,212 MainThread Running as root user; dropping privileges by changing user to nobody.
Step #4 - "tests": INFO 2019-01-26 01:22:38,213 MainThread Checking intern URLs only; use --check-extern to check extern URLs.
Step #4 - "tests": LinkChecker 9.3              Copyright (C) 2000-2014 Bastian Kleineidam
Step #4 - "tests": LinkChecker comes with ABSOLUTELY NO WARRANTY!
Step #4 - "tests": This is free software, and you are welcome to redistribute it
Step #4 - "tests": under certain conditions. Look at the file `LICENSE' within this
Step #4 - "tests": distribution.
Step #4 - "tests": Get the newest version at http://wummel.github.io/linkchecker/
Step #4 - "tests": Write comments and bugs to https://github.com/wummel/linkchecker/issues
Step #4 - "tests": Support this project at http://wummel.github.io/linkchecker/donations.html
Step #4 - "tests": 
Step #4 - "tests": Start checking at 2019-01-26 01:22:38+000
Step #4 - "tests": 10 threads active,     4 links queued,   22 links in   4 URLs checked, runtime 1 seconds
Step #9 - "build-e2e": Reading package lists...
Step #9 - "build-e2e": Reading package lists...
Step #9 - "build-e2e": Building dependency tree...
Step #9 - "build-e2e": Reading state information...
Step #9 - "build-e2e": python is already the newest version (2.7.12-1~16.04).
Step #9 - "build-e2e": python set to manually installed.
Step #9 - "build-e2e": The following packages were automatically installed and are no longer required:
Step #9 - "build-e2e":   libexpat1-dev libpython-dev libpython2.7 libpython2.7-dev
Step #9 - "build-e2e":   python-pkg-resources python2.7-dev
Step #9 - "build-e2e": Use 'apt autoremove' to remove them.
Step #9 - "build-e2e": The following additional packages will be installed:
Step #9 - "build-e2e":   libonig2 unzip
Step #9 - "build-e2e": Suggested packages:
Step #9 - "build-e2e":   gcc-multilib autoconf automake libtool flex bison gdb gcc-doc make-doc
Step #9 - "build-e2e": The following NEW packages will be installed:
Step #9 - "build-e2e":   gcc jq libonig2 make psmisc unzip wget zip
Step #9 - "build-e2e": 0 upgraded, 8 newly installed, 0 to remove and 10 not upgraded.
Step #9 - "build-e2e": Need to get 746 kB/1051 kB of archives.
Step #9 - "build-e2e": After this operation, 3466 kB of additional disk space will be used.
Step #9 - "build-e2e": Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 psmisc amd64 22.21-2.1build1 [48.0 kB]
Step #9 - "build-e2e": Get:2 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libonig2 amd64 5.9.6-1ubuntu0.1 [86.7 kB]
Step #9 - "build-e2e": Get:3 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 jq amd64 1.5+dfsg-1ubuntu0.1 [144 kB]
Step #9 - "build-e2e": Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 make amd64 4.1-6 [151 kB]
Step #9 - "build-e2e": Get:5 http://archive.ubuntu.com/ubuntu xenial/main amd64 unzip amd64 6.0-20ubuntu1 [158 kB]
Step #9 - "build-e2e": Get:6 http://archive.ubuntu.com/ubuntu xenial/main amd64 zip amd64 3.0-11 [158 kB]
Step #9 - "build-e2e": Fetched 746 kB in 1s (444 kB/s)
Step #9 - "build-e2e": Selecting previously unselected package psmisc.
Step #9 - "build-e2e": (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15833 files and directories currently installed.)
Step #9 - "build-e2e": Preparing to unpack .../psmisc_22.21-2.1build1_amd64.deb ...
Step #9 - "build-e2e": Unpacking psmisc (22.21-2.1build1) ...
Step #9 - "build-e2e": Selecting previously unselected package wget.
Step #9 - "build-e2e": Preparing to unpack .../wget_1.17.1-1ubuntu1.4_amd64.deb ...
Step #9 - "build-e2e": Unpacking wget (1.17.1-1ubuntu1.4) ...
Step #9 - "build-e2e": Selecting previously unselected package gcc.
Step #9 - "build-e2e": Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ...
Step #9 - "build-e2e": Unpacking gcc (4:5.3.1-1ubuntu1) ...
Step #9 - "build-e2e": Selecting previously unselected package libonig2:amd64.
Step #9 - "build-e2e": Preparing to unpack .../libonig2_5.9.6-1ubuntu0.1_amd64.deb ...
Step #9 - "build-e2e": Unpacking libonig2:amd64 (5.9.6-1ubuntu0.1) ...
Step #9 - "build-e2e": Selecting previously unselected package jq.
Step #9 - "build-e2e": Preparing to unpack .../jq_1.5+dfsg-1ubuntu0.1_amd64.deb ...
Step #9 - "build-e2e": Unpacking jq (1.5+dfsg-1ubuntu0.1) ...
Step #9 - "build-e2e": Selecting previously unselected package make.
Step #9 - "build-e2e": Preparing to unpack .../archives/make_4.1-6_amd64.deb ...
Step #9 - "build-e2e": Unpacking make (4.1-6) ...
Step #9 - "build-e2e": Selecting previously unselected package unzip.
Step #9 - "build-e2e": Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ...
Step #9 - "build-e2e": Unpacking unzip (6.0-20ubuntu1) ...
Step #9 - "build-e2e": Selecting previously unselected package zip.
Step #9 - "build-e2e": Preparing to unpack .../archives/zip_3.0-11_amd64.deb ...
Step #9 - "build-e2e": Unpacking zip (3.0-11) ...
Step #9 - "build-e2e": Processing triggers for libc-bin (2.23-0ubuntu10) ...
Step #9 - "build-e2e": Processing triggers for mime-support (3.59ubuntu1) ...
Step #9 - "build-e2e": Setting up psmisc (22.21-2.1build1) ...
Step #9 - "build-e2e": Setting up wget (1.17.1-1ubuntu1.4) ...
Step #9 - "build-e2e": Setting up gcc (4:5.3.1-1ubuntu1) ...
Step #9 - "build-e2e": Setting up libonig2:amd64 (5.9.6-1ubuntu0.1) ...
Step #9 - "build-e2e": Setting up jq (1.5+dfsg-1ubuntu0.1) ...
Step #9 - "build-e2e": Setting up make (4.1-6) ...
Step #9 - "build-e2e": Setting up unzip (6.0-20ubuntu1) ...
Step #9 - "build-e2e": Setting up zip (3.0-11) ...
Step #9 - "build-e2e": Processing triggers for libc-bin (2.23-0ubuntu10) ...
Step #4 - "tests": 10 threads active,   188 links queued,  242 links in  14 URLs checked, runtime 6 seconds
Step #9 - "build-e2e": Removing intermediate container 418f22e06dd7
Step #9 - "build-e2e":  ---> 815ec31af442
Step #9 - "build-e2e": Step 3/20 : WORKDIR /usr/local
Step #9 - "build-e2e":  ---> Running in 1b68186d53f9
Step #9 - "build-e2e": Removing intermediate container 1b68186d53f9
Step #9 - "build-e2e":  ---> 0f591e31b2e0
Step #9 - "build-e2e": Step 4/20 : ENV GO_VERSION=1.11.1
Step #9 - "build-e2e":  ---> Running in 8dedd09a6923
Step #9 - "build-e2e": Removing intermediate container 8dedd09a6923
Step #9 - "build-e2e":  ---> 18834a494087
Step #9 - "build-e2e": Step 5/20 : ENV GOPATH /go
Step #9 - "build-e2e":  ---> Running in 2e0b2c2b723e
Step #9 - "build-e2e": Removing intermediate container 2e0b2c2b723e
Step #9 - "build-e2e":  ---> 23b500955eb3
Step #9 - "build-e2e": Step 6/20 : RUN wget -q https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz &&     tar -xzf go${GO_VERSION}.linux-amd64.tar.gz && rm go${GO_VERSION}.linux-amd64.tar.gz && mkdir ${GOPATH}
Step #4 - "tests": 10 threads active,   206 links queued,  354 links in  25 URLs checked, runtime 11 seconds
Step #9 - "build-e2e":  ---> Running in 51533a6aa7fa
Step #4 - "tests": 10 threads active,   502 links queued, 1012 links in  39 URLs checked, runtime 16 seconds
Step #4 - "tests": 10 threads active,   605 links queued, 1957 links in  53 URLs checked, runtime 21 seconds
Step #4 - "tests": 10 threads active,   463 links queued, 2711 links in  60 URLs checked, runtime 26 seconds
Step #9 - "build-e2e": Removing intermediate container 51533a6aa7fa
Step #9 - "build-e2e":  ---> 71d674a5bb98
Step #9 - "build-e2e": Step 7/20 : ENV PATH /usr/local/go/bin:/go/bin:$PATH
Step #9 - "build-e2e":  ---> Running in 9fab40f635e0
Step #9 - "build-e2e": Removing intermediate container 9fab40f635e0
Step #9 - "build-e2e":  ---> 6a654edc3e31
Step #9 - "build-e2e": Step 8/20 : ENV KUBECTL_VER 1.11.5
Step #9 - "build-e2e":  ---> Running in 45c75a0a5078
Step #9 - "build-e2e": Removing intermediate container 45c75a0a5078
Step #9 - "build-e2e":  ---> a72a1cbf73e4
Step #9 - "build-e2e": Step 9/20 : RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VER}/bin/linux/amd64/kubectl &&     chmod go+rx ./kubectl &&     mv ./kubectl /usr/local/bin/kubectl
Step #9 - "build-e2e":  ---> Running in 13a1a79cf1da
Step #4 - "tests": 10 threads active,    21 links queued, 3434 links in  71 URLs checked, runtime 31 seconds
Step #9 - "build-e2e": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #9 - "build-e2e":                                  Dload  Upload   Total   Spent    Left  Speed
Step #9 - "build-e2e": 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
�[0m�[91m  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
100 52.8M  100 52.8M    0     0  54.7M      0 --:--:-- --:--:-- --:--:-- 54.7M
Step #9 - "build-e2e": �[0mRemoving intermediate container 13a1a79cf1da
Step #9 - "build-e2e":  ---> e74fba705f1a
Step #9 - "build-e2e": Step 10/20 : ENV HELM_VER 2.11.0
Step #9 - "build-e2e":  ---> Running in 03962243eb24
Step #9 - "build-e2e": Removing intermediate container 03962243eb24
Step #9 - "build-e2e":  ---> db2ab60c55a5
Step #9 - "build-e2e": Step 11/20 : ENV HELM_URL https://storage.googleapis.com/kubernetes-helm/helm-v${HELM_VER}-linux-amd64.tar.gz
Step #9 - "build-e2e":  ---> Running in 8132cad85812
Step #9 - "build-e2e": Removing intermediate container 8132cad85812
Step #9 - "build-e2e":  ---> d508d4ed9daa
Step #9 - "build-e2e": Step 12/20 : RUN curl -L  ${HELM_URL} > /tmp/helm.tar.gz     && tar -zxvf /tmp/helm.tar.gz -C /tmp     && mv /tmp/linux-amd64/helm /usr/local/bin/helm     && chmod go+rx /usr/local/bin/helm     && rm /tmp/helm.tar.gz && rm -rf /tmp/linux-amd64
Step #9 - "build-e2e":  ---> Running in 55e0c1914985
Step #9 - "build-e2e": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #9 - "build-e2e":                                  Dload  Upload   Total   Spent    Left  Speed
Step #4 - "tests":  8 threads active,     0 links queued, 3457 links in  78 URLs checked, runtime 36 seconds
Step #9 - "build-e2e": 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
100 18.2M  100 18.2M    0     0  28.3M      0 --:--:-- --:--:-- --:--:-- 28.4M
Step #9 - "build-e2e": �[0mlinux-amd64/
Step #9 - "build-e2e": linux-amd64/tiller
Step #9 - "build-e2e": linux-amd64/README.md
Step #9 - "build-e2e": linux-amd64/helm
Step #9 - "build-e2e": linux-amd64/LICENSE
Step #4 - "tests": 
Step #4 - "tests": Statistics:
Step #4 - "tests": Downloaded: 2.28MB.
Step #4 - "tests": Content types: 258 image, 2069 text, 0 video, 0 audio, 90 application, 0 mail and 1048 other.
Step #4 - "tests": URL lengths: min=15, max=373, avg=58.
Step #4 - "tests": 
Step #4 - "tests": That's it. 3465 links in 79 URLs checked. 0 warnings found. 0 errors found.
Step #4 - "tests": Stopped checking at 2019-01-26 01:23:16+000 (38 seconds)
Step #9 - "build-e2e": Removing intermediate container 55e0c1914985
Step #9 - "build-e2e":  ---> fc0f9d8859dc
Step #9 - "build-e2e": Step 13/20 : ENV CONSUL_VERSION=1.2.1
Step #9 - "build-e2e":  ---> Running in 3782e612fcb4
Step #8 - "build": docker build /workspace/cmd/controller/ --tag=gcr.io/agones-images/agones-controller:0.8.0-5e7f796 
Step #9 - "build-e2e": Removing intermediate container 3782e612fcb4
Step #9 - "build-e2e":  ---> 0d7b0160d4d8
Step #9 - "build-e2e": Step 14/20 : ENV HASHICORP_RELEASES=https://releases.hashicorp.com
Step #9 - "build-e2e":  ---> Running in 24da86cc093f
Step #9 - "build-e2e": Removing intermediate container 24da86cc093f
Step #9 - "build-e2e":  ---> f7ef5c0ec346
Step #9 - "build-e2e": Step 15/20 : RUN mkdir -p /tmp/build &&     wget ${HASHICORP_RELEASES}/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_linux_amd64.zip     -P /tmp/build/  &&     unzip -d /usr/local/bin/ /tmp/build/consul_${CONSUL_VERSION}_linux_amd64.zip &&     cd /tmp &&     rm -rf /tmp/build &&     chmod go+rx /usr/local/bin/consul &&     consul version
Step #8 - "build": Sending build context to Docker daemon  43.83MB

Step #9 - "build-e2e":  ---> Running in cff394bbc0b2
Step #8 - "build": Step 1/5 : FROM alpine:3.8
Step #4 - "tests": ok  	agones.dev/agones/pkg/apis/stable/v1alpha1	1.218s
Step #4 - "tests": ?   	agones.dev/agones/pkg/client	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/clientset/versioned	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/clientset/versioned/fake	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/clientset/versioned/scheme	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/clientset/versioned/typed/stable/v1alpha1	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/clientset/versioned/typed/stable/v1alpha1/fake	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/informers/externalversions	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/informers/externalversions/internalinterfaces	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/informers/externalversions/stable	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/informers/externalversions/stable/v1alpha1	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/listers/stable/v1alpha1	[no test files]
Step #8 - "build": 3.8: Pulling from library/alpine
Step #8 - "build": Digest: sha256:3d2e482b82608d153a374df3357c0291589a61cc194ec4a9ca2381073a17f58e
Step #8 - "build": Status: Downloaded newer image for alpine:3.8
Step #8 - "build":  ---> 3f53bb00af94
Step #8 - "build": Step 2/5 : RUN apk --update add ca-certificates &&     adduser -D agones
Step #4 - "tests": agones-website
Step #8 - "build":  ---> Running in e492d0c43e0e
Step #9 - "build-e2e": �[91m--2019-01-26 01:23:19--  https://releases.hashicorp.com/consul/1.2.1/consul_1.2.1_linux_amd64.zip
Step #9 - "build-e2e": �[0m�[91mResolving releases.hashicorp.com (releases.hashicorp.com)... �[0m�[91m151.101.1.183, 151.101.65.183, 151.101.129.183, ...
Step #9 - "build-e2e": Connecting to releases.hashicorp.com (releases.hashicorp.com)|151.101.1.183|:443... �[0m�[91mconnected.
Step #9 - "build-e2e": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m200 OK
Step #9 - "build-e2e": Length: 14529496 (14M) [application/zip]
Step #9 - "build-e2e": �[0m�[91mSaving to: '/tmp/build/consul_1.2.1_linux_amd64.zip'
Step #9 - "build-e2e": 
Step #9 - "build-e2e":      0K ..�[0m�[91m.....�[0m�[91m... ..�[0m�[91m........�[0m�[91m .......... .�[0m�[91m......... .......�[0m�[91m...  0% 3.31M 4s
Step #9 - "build-e2e":     50K .......... .........�[0m�[91m. .......�[0m�[91m.�[0m�[91m.. .......... ...�[0m�[91m.�[0m�[91m..�[0m�[91m..�[0m�[91m..  0% 6.73M 3s
Step #9 - "build-e2e":    100K �[0m�[91m.�[0m�[91m......... .......... .......... .......... .�[0m�[91m........�[0m�[91m.  1% 33.6M 2s
Step #9 - "build-e2e":    150K .......... .......... .......... .........�[0m�[91m. .......�[0m�[91m...  1%  150M 2s
Step #9 - "build-e2e":    200K ..�[0m�[91m...�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... ..........  1% 8.58M 2s
Step #9 - "build-e2e":    250K ...�[0m�[91m....... .......... .......... .....�[0m�[91m..�[0m�[91m.�[0m�[91m..�[0m�[91m �[0m�[91m...�[0m�[91m.......  2% 35.3M 1s�[0m�[91m
Step #9 - "build-e2e":    300K�[0m�[91m �[0m�[91m...�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m. .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m.  2% 8.43M 1s
Step #9 - "build-e2e":    350K .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m.�[0m�[91m.....�[0m�[91m.�[0m�[91m .�[0m�[91m.....�[0m�[91m..�[0m�[91m..�[0m�[91m ......�[0m�[91m.�[0m�[91m.�[0m�[91m..  2%�[0m�[91m 40.9M�[0m�[91m 1s
Step #9 - "build-e2e":    400K �[0m�[91m.�[0m�[91m.�[0m�[91m...�[0m�[91m..... .......... .�[0m�[91m.�[0m�[91m.�[0m�[91m..�[0m�[91m.�[0m�[91m.�[0m�[91m..�[0m�[91m.�[0m�[91m �[0m�[91m.......... ..........  3% 35.5M 1s
Step #9 - "build-e2e":    450K .......... .......... .......... .......... ...�[0m�[91m.......  3% 10.7M 1s
Step #9 - "build-e2e":    500K .�[0m�[91m......... .......... .....�[0m�[91m..... .......... .�[0m�[91m.........  3%  154M 1s
Step #9 - "build-e2e":    550K .......�[0m�[91m... .......... .......... .�[0m�[91m......... ..........  4%  149M 1s
Step #9 - "build-e2e":    600K .....�[0m�[91m..... .......... .........�[0m�[91m. .......... .....�[0m�[91m.....  4%  168M 1s
Step #9 - "build-e2e":    650K ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m.......  4%  189M 1s
Step #9 - "build-e2e":    700K .�[0m�[91m......... .......�[0m�[91m... .......... .......... ..........  5%  186M 1s
Step #9 - "build-e2e":    750K .......... .....�[0m�[91m..... .......... .......... .......�[0m�[91m...  5%  194M 1s
Step #9 - "build-e2e":    800K .......... ...�[0m�[91m....... .......... .......�[0m�[91m... ..........  5%  196M 1s
Step #9 - "build-e2e":    850K .......... .......... .......... .....�[0m�[91m..... ..........  6%  236M 1s
Step #9 - "build-e2e":    900K .......... .......... .......... .......... ..........  6%  217M 1s
Step #9 - "build-e2e":    950K .......... .......... ...�[0m�[91m....... .........�[0m�[91m. ..........  7% 9.54M 1s
Step #9 - "build-e2e":   1000K .....�[0m�[91m..... .......... .......... .......... ..........  7%  220M 1s
Step #9 - "build-e2e":   1050K .......... .......... .......... .......... ..........  7%  244M 1s
Step #9 - "build-e2e":   1100K .......... .......... .......... .......... ..........  8%  184M 1s
Step #9 - "build-e2e":   1150K .......... .......... .......... .......... ..........  8%  221M 1s
Step #9 - "build-e2e":   1200K .......... .......... .......... .......... ..........  8%  212M 1s
Step #9 - "build-e2e":   1250K .......... .......... .......... .......... ..........  9%  239M 1s
Step #9 - "build-e2e":   1300K .......... .......... .......... .......... ..........  9%  196M 1s
Step #9 - "build-e2e":   1350K .......... .......... .......... .......... ..........  9%  212M 0s
Step #9 - "build-e2e":   1400K .......... .......... .......... .......... .......... 10%  193M 0s
Step #9 - "build-e2e":   1450K .......... .......... .......... .......... .......... 10%  230M 0s
Step #9 - "build-e2e":   1500K .......... .......... .......... .......... .......... 10% 49.6M 0s
Step #9 - "build-e2e":   1550K .......... .......... .......... .......... .......... 11%  214M 0s
Step #9 - "build-e2e":   1600K .......... .......... .......... .......... .......... 11%  232M 0s
Step #9 - "build-e2e":   1650K .......... .......... .......... .......... ...�[0m�[91m....... 11% 14.6M 0s
Step #9 - "build-e2e":   1700K .......... .......... .......... .......... .......... 12%  147M 0s
Step #9 - "build-e2e":   1750K .......... .......... .......... .......... .......... 12%  216M 0s
Step #9 - "build-e2e":   1800K .......... .......... .......... .......... .......... 13%  184M 0s
Step #9 - "build-e2e":   1850K .......... .......... .......... .......... .......... 13%  202M 0s
Step #9 - "build-e2e":   1900K .......... .......... .......... .......... .......... 13%  186M 0s
Step #9 - "build-e2e":   1950K .......... .......... .......... .......... .......... 14%  214M 0s
Step #9 - "build-e2e":   2000K .......... .......... .......... .......... .......... 14%  171M 0s
Step #9 - "build-e2e":   2050K .......... .......... .......... .......... .......... 14%  183M 0s
Step #9 - "build-e2e":   2100K .......... .......... .......... .......... .......... 15%  225M 0s
Step #9 - "build-e2e":   2150K .......... .......... .......... .......... .......... 15%  225M 0s
Step #9 - "build-e2e":   2200K .......... .......... .......... .......... .......... 15%  220M 0s
Step #9 - "build-e2e":   2250K .......... .......... .......... .......... .......... 16%  227M 0s
Step #9 - "build-e2e":   2300K .......... .......... .......... .......... .......... 16%  181M 0s
Step #9 - "build-e2e":   2350K .......... .......... .......... .......... .......... 16%  240M 0s
Step #9 - "build-e2e":   2400K .......... .......... .......... .......... .......... 17%  218M 0s
Step #9 - "build-e2e":   2450K .......... .......... .......... .......... .......... 17%  215M 0s
Step #9 - "build-e2e":   2500K .......... .......... .......... .......... .......... 17%  200M 0s
Step #9 - "build-e2e":   2550K .......... .......... .......... .......... .......... 18%  228M 0s
Step #9 - "build-e2e":   2600K .......... .......... .......... .......... .......... 18%  253M 0s
Step #9 - "build-e2e":   2650K .......... .......... .......... .......... .......... 19%  233M 0s
Step #9 - "build-e2e":   2700K .......... .......... .......... .......... .......... 19%  199M 0s
Step #9 - "build-e2e":   2750K .......... .......... .......... .......... .......... 19%  231M 0s
Step #9 - "build-e2e":   2800K .......... .......... .......... .......... .......... 20%  217M 0s
Step #9 - "build-e2e":   2850K .......... .......... .......... .......... .......... 20%  232M 0s
Step #9 - "build-e2e":   2900K .......... .......... .......... .......... .......... 20%  183M 0s
Step #9 - "build-e2e":   2950K .......�[0m�[91m... .....�[0m�[91m..... .......... .......... .......... 21%  116M 0s
Step #9 - "build-e2e":   3000K .......... .......... .......... .......... .......... 21%  153M 0s
Step #9 - "build-e2e":   3050K .......... .......... .......... .......... .......... 21%  224M 0s
Step #9 - "build-e2e":   3100K .......... .......... .......... .......... .......... 22%  204M 0s
Step #9 - "build-e2e":   3150K .......... .......... .......... .......... .......... 22%  219M 0s
Step #9 - "build-e2e":   3200K .......... .......... .......... .......... .......... 22%  207M 0s
Step #9 - "build-e2e":   3250K .......... .......... .......... .......... .......... 23%  197M 0s
Step #9 - "build-e2e":   3300K .......... .......... .......... .......... .......... 23%  188M 0s
Step #9 - "build-e2e":   3350K .......... .......... .......... .......... .......... 23%  219M 0s
Step #9 - "build-e2e":   3400K .......... .......... .......... .......... .......... 24%  198M 0s
Step #9 - "build-e2e":   3450K .......... .......... .......... .......... .......... 24%  201M 0s
Step #9 - "build-e2e":   3500K .......... .......... .......... .......... .......... 25%  162M 0s
Step #9 - "build-e2e":   3550K .......... .......... .......... .......... .......... 25%  213M 0s
Step #9 - "build-e2e":   3600K .......... .......... .......... .......... .......... 25%  213M 0s
Step #9 - "build-e2e":   3650K .......... .......... .......... .......... .......... 26%  198M 0s
Step #9 - "build-e2e":   3700K .......... .......... .......... .......... .......... 26%  116M 0s
Step #9 - "build-e2e":   3750K .......... .......... .......... .......... .......... 26%  238M 0s
Step #9 - "build-e2e":   3800K .......... .......... .......... .......... .......... 27%  218M 0s
Step #9 - "build-e2e":   3850K .......... .......... .......... .......... .......... 27%  227M 0s
Step #9 - "build-e2e":   3900K .......... .......... .......... .......... .......... 27%  194M 0s
Step #9 - "build-e2e":   3950K .......... .......... .......... .......... .......... 28%  244M 0s
Step #9 - "build-e2e":   4000K .......... .......... .......... .......... .......... 28%  220M 0s
Step #9 - "build-e2e":   4050K .......... .......... .......... .......... .......... 28%  220M 0s
Step #9 - "build-e2e":   4100K .......... .......... .......... .......... .......... 29%  203M 0s
Step #9 - "build-e2e":   4150K .......... .......... .......... .......... .......... 29%  241M 0s
Step #9 - "build-e2e":   4200K .......... .......... .......... .......... .......... 29%  247M 0s
Step #9 - "build-e2e":   4250K .......... .......... .......... .......... .......... 30%  219M 0s
Step #9 - "build-e2e":   4300K .......... .......... .......... .......... .......... 30%  192M 0s
Step #9 - "build-e2e":   4350K .......... .......... .......... .......... .......... 31%  237M 0s
Step #9 - "build-e2e":   4400K .......... .......... .......... .......... .......... 31%  213M 0s
Step #9 - "build-e2e":   4450K .......... .......... .......... .......... .......... 31%  245M 0s
Step #9 - "build-e2e":   4500K .......... .......... .......... .......... .......... 32%  198M 0s
Step #9 - "build-e2e":   4550K .......... .......... .......... .........�[0m�[91m. .......... 32%  148M 0s
Step #9 - "build-e2e":   4600K .....�[0m�[91m..... .......... .......... .......... .......... 32%  123M 0s
Step #9 - "build-e2e":   4650K .......... .......... .......�[0m�[91m... .......... .......... 33%  125M 0s
Step #9 - "build-e2e":   4700K .......... .......... .......... .......... .......... 33% 41.3M 0s
Step #9 - "build-e2e":   4750K .......... .....�[0m�[91m..... .......... .........�[0m�[91m. .......�[0m�[91m... 33% 57.0M 0s
Step #9 - "build-e2e":   4800K .......... .......... .......... .......... .....�[0m�[91m..... 34%  224M 0s
Step #9 - "build-e2e":   4850K .......... .�[0m�[91m........�[0m�[91m. .......... .......... .......... 34%  210M 0s
Step #9 - "build-e2e":   4900K .........�[0m�[91m. .......... .......... .......... .......... 34%  192M 0s
Step #9 - "build-e2e":   4950K .......... .......... ...�[0m�[91m....... .........�[0m�[91m. .......... 35%  242M 0s
Step #9 - "build-e2e":   5000K .......... .......... .�[0m�[91m......... .......... .....�[0m�[91m..... 35%  192M 0s
Step #9 - "build-e2e":   5050K .......... .......... .......... ....�[0m�[91m...... .......... 35%  216M 0s
Step #9 - "build-e2e":   5100K ........�[0m�[91m.. .......... .......... .......... .......... 36%  211M 0s
Step #9 - "build-e2e":   5150K .......... .......... ..........�[0m�[91m .......... ......�[0m�[91m.... 36%  214M 0s
Step #9 - "build-e2e":   5200K .......... .......... .......... ......�[0m�[91m.... .......... 37%  232M 0s
Step #9 - "build-e2e":   5250K ..�[0m�[91m........ .......... .......... .......... ..�[0m�[91m........ 37%  232M 0s
Step #9 - "build-e2e":   5300K .......... .......... .......... ..�[0m�[91m........ .......... 37%  209M 0s
Step #9 - "build-e2e":   5350K .......... .......... ..........�[0m�[91m .......... .......... 38%  221M 0s
Step #9 - "build-e2e":   5400K .......... ..�[0m�[91m........ .......... .......... .......... 38%  237M 0s
Step #9 - "build-e2e":   5450K ..�[0m�[91m........ .......... .......... .......... ....�[0m�[91m...... 38%  235M 0s
Step #9 - "build-e2e":   5500K .......... .......... .......... ..�[0m�[91m........ .......... 39%  202M 0s
Step #9 - "build-e2e":   5550K .......... .......... .......... ........�[0m�[91m.. .......... 39%  248M 0s
Step #9 - "build-e2e":   5600K .......... .......... .......... ......�[0m�[91m.... .......... 39%  220M 0s
Step #9 - "build-e2e":   5650K .......... .......... .......... .......... ..�[0m�[91m........ 40%  225M 0s�[0m�[91m
Step #9 - "build-e2e":   5700K .......... ......�[0m�[91m.... .......... .......... .......... 40%  197M 0s
Step #9 - "build-e2e":   5750K .......... ....�[0m�[91m...... ..........�[0m�[91m .......... .......... 40%  196M 0s
Step #9 - "build-e2e":   5800K .......... .......... ........�[0m�[91m.. .......... ....�[0m�[91m...... 41%  186M 0s
Step #9 - "build-e2e":   5850K .......... .......... .......... .......... .......... 41%  213M 0s
Step #9 - "build-e2e":   5900K .......... .......... .......... .......... .......... 41%  194M 0s
Step #9 - "build-e2e":   5950K .......... .......... .......... .......... .......... 42%  270M 0s
Step #9 - "build-e2e":   6000K .......... .......... .......... .......... .......... 42%  252M 0s
Step #9 - "build-e2e":   6050K .......... .......... .......... .......... .......... 42%  234M 0s
Step #9 - "build-e2e":   6100K .......... .......... .......... .......... .......... 43%  200M 0s
Step #9 - "build-e2e":   6150K .......... .......... .......... .......... .......... 43%  257M 0s
Step #9 - "build-e2e":   6200K .......... .......... .......... .......... .......... 44%  282M 0s
Step #9 - "build-e2e":   6250K .......... .......... .......... .......... .......... 44%  244M 0s
Step #9 - "build-e2e":   6300K .......... ......�[0m�[91m.... .......... ..........�[0m�[91m ........�[0m�[91m.. 44%  203M 0s
Step #9 - "build-e2e":   6350K .......... .......... .......... .......... .......... 45%  208M 0s
Step #9 - "build-e2e":   6400K ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. .......... .......... 45%  204M 0s
Step #9 - "build-e2e":   6450K .......... ........�[0m�[91m.. .......... ....�[0m�[91m...... .......... 45%  219M 0s
Step #9 - "build-e2e":   6500K .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ .......... 46%  181M 0s
Step #9 - "build-e2e":   6550K .......... ....�[0m�[91m...... ..........�[0m�[91m .......... .......... 46%  197M 0s
Step #9 - "build-e2e":   6600K .......... ..�[0m�[91m........ ........�[0m�[91m.. .......... .......... 46%  246M 0s
Step #9 - "build-e2e":   6650K .......... ........�[0m�[91m.. .......... ....�[0m�[91m...... .......... 47%  243M 0s
Step #9 - "build-e2e":   6700K .......... .......... ....�[0m�[91m...... .......... .......... 47%  208M 0s
Step #9 - "build-e2e":   6750K .......... ........�[0m�[91m.. .......... .......... .......... 47%  231M 0s
Step #9 - "build-e2e":   6800K ....�[0m�[91m...... .......... .......... .......... .......... 48%  226M 0s
Step #9 - "build-e2e":   6850K ..........�[0m�[91m .......... ......�[0m�[91m.... ....�[0m�[91m...... .......... 48%  242M 0s
Step #9 - "build-e2e":   6900K .......... .......... ....�[0m�[91m...... ..........�[0m�[91m .......... 48%  204M 0s
Step #9 - "build-e2e":   6950K .......... .......... ..........�[0m�[91m .......... ......�[0m�[91m.... 49%  217M 0s
Step #9 - "build-e2e":   7000K .......... .......... ........�[0m�[91m.. .......... ....�[0m�[91m...... 49%  235M 0s
Step #9 - "build-e2e":   7050K .......... .......... .......... ....�[0m�[91m...... .......... 50%  243M 0s�[0m�[91m
Step #9 - "build-e2e":   7100K .......... .......... .......... ..........�[0m�[91m .......... 50%  211M 0s
Step #9 - "build-e2e":   7150K ......�[0m�[91m.... .......... .......... .......... .......... 50%  219M 0s
Step #9 - "build-e2e":   7200K ....�[0m�[91m...... ..........�[0m�[91m .......... .......... .......... 51%  190M 0s
Step #9 - "build-e2e":   7250K ..�[0m�[91m........ .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ 51%  234M 0s�[0m�[91m
Step #9 - "build-e2e":   7300K .......... ......�[0m�[91m.... ....�[0m�[91m...... .......... .......... 51%  165M 0s
Step #9 - "build-e2e":   7350K .......... .......... .......... .......... .......... 52%  217M 0s
Step #9 - "build-e2e":   7400K .......... ..�[0m�[91m........ ........�[0m�[91m.. .......... .......... 52%  217M 0s
Step #9 - "build-e2e":   7450K .......... ........�[0m�[91m.. .......... .......... ..�[0m�[91m........ 52%  209M 0s
Step #9 - "build-e2e":   7500K .......... .......... ....�[0m�[91m...... .......... .......... 53%  183M 0s
Step #9 - "build-e2e":   7550K .......... .......... .......... ........�[0m�[91m.. .......... 53%  228M 0s
Step #9 - "build-e2e":   7600K ....�[0m�[91m...... .......... .......... .......... .......... 53%  200M 0s
Step #9 - "build-e2e":   7650K .......... .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ 54%  190M 0s
Step #9 - "build-e2e":   7700K .......... .......... .......... ..........�[0m�[91m .......... 54%  202M 0s
Step #9 - "build-e2e":   7750K ......�[0m�[91m.... ....�[0m�[91m...... .......... .......... .......... 54%  231M 0s
Step #9 - "build-e2e":   7800K .......... ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... .......... 55%  220M 0s
Step #9 - "build-e2e":   7850K .......... .......... .......... ....�[0m�[91m...... .......... 55%  196M 0s�[0m�[91m
Step #9 - "build-e2e":   7900K ........�[0m�[91m.. .......... ....�[0m�[91m...... .......... .......... 56%  186M 0s
Step #9 - "build-e2e":   7950K .......... ....�[0m�[91m...... ..........�[0m�[91m .......... .......... 56%  210M 0s
Step #9 - "build-e2e":   8000K .......... ..........�[0m�[91m .......... ......�[0m�[91m.... .......... 56%  199M 0s�[0m�[91m
Step #9 - "build-e2e":   8050K .......... .......... .......... .......... .......... 57%  205M 0s
Step #9 - "build-e2e":   8100K .......... ......�[0m�[91m.... .......... ..........�[0m�[91m ........�[0m�[91m.. 57%  190M 0s
Step #9 - "build-e2e":   8150K .......... .......... .......... .......... .......... 57%  238M 0s
Step #9 - "build-e2e":   8200K .......... .......... .......... ......�[0m�[91m.... .......... 58%  210M 0s
Step #9 - "build-e2e":   8250K ..�[0m�[91m........ .......... .......... .......... .......... 58%  210M 0s�[0m�[91m
Step #9 - "build-e2e":   8300K .......... .......... ....�[0m�[91m...... .......... .......... 58%  219M 0s
Step #9 - "build-e2e":   8350K ......�[0m�[91m.... .......... .......... .......... .......... 59%  229M 0s
Step #9 - "build-e2e":   8400K ....�[0m�[91m...... ..........�[0m�[91m .......... .......... .......... 59%  239M 0s
Step #9 - "build-e2e":   8450K .......... ........�[0m�[91m.. .......... .......... ..�[0m�[91m........ 59%  226M 0s
Step #9 - "build-e2e":   8500K .......... ......�[0m�[91m.... .......... .......... .......... 60%  144M 0s
Step #9 - "build-e2e":   8550K .......... ....�[0m�[91m...... .......... ........�[0m�[91m.. .......... 60%  238M 0s
Step #9 - "build-e2e":   8600K .......... .......... .......... .......... ....�[0m�[91m...... 60%  235M 0s
Step #9 - "build-e2e":   8650K .......... .......... .......... .......... .......... 61%  226M 0s�[0m�[91m
Step #9 - "build-e2e":   8700K .......... .......... ....�[0m�[91m...... .......... .......... 61%  207M 0s
Step #9 - "build-e2e":   8750K .......... .......... .......... ........�[0m�[91m.. .......... 62%  194M 0s
Step #9 - "build-e2e":   8800K ....�[0m�[91m...... .......... .......... .......... .......... 62%  207M 0s
Step #9 - "build-e2e":   8850K ..........�[0m�[91m .......... .......... ....�[0m�[91m...... .......... 62%  198M 0s
Step #9 - "build-e2e":   8900K .......... .......... .......... .......... ........�[0m�[91m.. 63%  174M 0s
Step #9 - "build-e2e":   8950K .......... ....�[0m�[91m...... .......... .......... .......... 63%  203M 0s
Step #9 - "build-e2e":   9000K .......... .......... .......... .......... .......... 63%  223M 0s
Step #9 - "build-e2e":   9050K ..�[0m�[91m........ .......... ......�[0m�[91m.... .......... .......... 64%  225M 0s
Step #9 - "build-e2e":   9100K .......... .......... .......... ..........�[0m�[91m .......... 64%  186M 0s
Step #9 - "build-e2e":   9150K ......�[0m�[91m.... .......... .......... .......... .......... 64%  207M 0s
Step #9 - "build-e2e":   9200K ....�[0m�[91m...... .......... .�[0m�[91m.....�[0m�[91m.... .......... .......... 65%  229M 0s
Step #9 - "build-e2e":   9250K .......... .......... .......... .......... .......... 65%  246M 0s
Step #9 - "build-e2e":   9300K .......... ......�[0m�[91m.... .......... ..........�[0m�[91m .......... 65%  200M 0s
Step #9 - "build-e2e":   9350K .......... .......... .......... .......�[0m�[91m... .......... 66%  208M 0s
Step #9 - "build-e2e":   9400K ....�[0m�[91m...... .......... .......... .......... ....�[0m�[91m...... 66%  199M 0s
Step #9 - "build-e2e":   9450K .......... ........�[0m�[91m.. .......... .......... .......... 66%  212M 0s
Step #9 - "build-e2e":   9500K ........�[0m�[91m.. .......... .......�[0m�[91m... .......... .......... 67%  182M 0s
Step #9 - "build-e2e":   9550K .......... .......... ..�[0m�[91m........ .......... .......... 67%  201M 0s
Step #9 - "build-e2e":   9600K .......... ..�[0m�[91m........ .......... ......�[0m�[91m.... .......... 68%  224M 0s
Step #9 - "build-e2e":   9650K .......... .......... .......... ....�[0m�[91m...... .......... 68%  243M 0s�[0m�[91m
Step #9 - "build-e2e":   9700K .......... ......�[0m�[91m.... ....�[0m�[91m...... .......... .......... 68%  165M 0s
Step #9 - "build-e2e":   9750K .......... .......... .......... .......... .......... 69%  215M 0s
Step #9 - "build-e2e":   9800K ....�[0m�[91m...... .......... .......... .......... .......... 69%  199M 0s
Step #9 - "build-e2e":   9850K .......... .......... ......�[0m�[91m.... .......... .......... 69%  246M 0s
Step #9 - "build-e2e":   9900K .......... .......... .......... .......... .......... 70%  214M 0s
Step #9 - "build-e2e":   9950K .......... .......... .......... .......... .......... 70%  230M 0s
Step #9 - "build-e2e":  10000K .......... .......... .......... .......... .......... 70%  216M 0s
Step #9 - "build-e2e":  10050K .......... ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........ 71%  219M 0s
Step #9 - "build-e2e":  10100K ........�[0m�[91m.. .......... .......... .......... .......... 71%  194M 0s
Step #9 - "build-e2e":  10150K .......... ....�[0m�[91m...... .......... .......... .......... 71%  224M 0s
Step #9 - "build-e2e":  10200K .......... .......... ........�[0m�[91m.. .......... .......... 72%  195M 0s
Step #9 - "build-e2e":  10250K .......... .......... .......... .......... .......... 72%  209M 0s
Step #9 - "build-e2e":  10300K .......... .......... .......... .......... .......... 72%  180M 0s
Step #9 - "build-e2e":  10350K .......... .......... .......... .......... .......... 73%  184M 0s
Step #9 - "build-e2e":  10400K .......... .......... .......... .......... .......... 73%  199M 0s
Step #9 - "build-e2e":  10450K .......... .......... .......... .......... .......... 74%  207M 0s
Step #9 - "build-e2e":  10500K .......... .......... .......... .......... .......... 74%  174M 0s
Step #9 - "build-e2e":  10550K .......... .......... .......... .......... .......... 74%  192M 0s
Step #9 - "build-e2e":  10600K .......... .......... .......... .......... .......... 75%  192M 0s
Step #9 - "build-e2e":  10650K .......... .......... .......... ....�[0m�[91m...... .......... 75%  210M 0s
Step #9 - "build-e2e":  10700K .......... .......... .......... .......... .......... 75%  201M 0s
Step #9 - "build-e2e":  10750K ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... 76%  223M 0s
Step #9 - "build-e2e":  10800K .......... .......... .......... .......... .......... 76%  226M 0s
Step #9 - "build-e2e":  10850K .......... .......... .......... .......... .......... 76%  242M 0s
Step #9 - "build-e2e":  10900K .......... .......... .......... .......... .......... 77%  197M 0s
Step #9 - "build-e2e":  10950K .......... .......... .......... .......... .......... 77%  199M 0s
Step #9 - "build-e2e":  11000K .......... .......... .......... .......... .......... 77%  216M 0s
Step #9 - "build-e2e":  11050K .......... .......... .......... .......... .......... 78%  229M 0s
Step #9 - "build-e2e":  11100K .......... .......... .......... .......... .......... 78%  207M 0s
Step #9 - "build-e2e":  11150K .......... .......... .......... .......... .......... 78%  243M 0s
Step #9 - "build-e2e":  11200K .......... .......... .......... .......... .......... 79%  208M 0s
Step #9 - "build-e2e":  11250K .......... .......... .......... .......... .......... 79%  241M 0s
Step #9 - "build-e2e":  11300K .......... .......... .......... .......... .......... 79%  213M 0s
Step #9 - "build-e2e":  11350K .......... .......... .......... .......... .......... 80%  214M 0s
Step #9 - "build-e2e":  11400K .......... .......... .......... .......... .......... 80%  205M 0s
Step #9 - "build-e2e":  11450K .......... .......... .......... .......... .......... 81%  214M 0s
Step #9 - "build-e2e":  11500K .......... .......... .......... .......... .......... 81%  207M 0s
Step #9 - "build-e2e":  11550K .......... .......... .......... .......... .......... 81%  284M 0s
Step #9 - "build-e2e":  11600K .......... .......... .......... .......... .......... 82%  297M 0s
Step #9 - "build-e2e":  11650K .......... .......... .......... .......... .......... 82%  246M 0s
Step #9 - "build-e2e":  11700K .......... .......... .......... .......... .......... 82%  179M 0s
Step #9 - "build-e2e":  11750K .......... .......... .......... .......... .......... 83%  192M 0s
Step #9 - "build-e2e":  11800K .......... .......... .......... .......... .......... 83%  222M 0s
Step #9 - "build-e2e":  11850K .......... .......... ......�[0m�[91m.... .......... .......... 83%  155M 0s
Step #9 - "build-e2e":  11900K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... 84%  173M 0s
Step #9 - "build-e2e":  11950K ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... 84%  228M 0s
Step #9 - "build-e2e":  12000K .......... .......... .......... .......... .......... 84%  239M 0s
Step #9 - "build-e2e":  12050K ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... .......... 85%  221M 0s�[0m�[91m
Step #9 - "build-e2e":  12100K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. 85%  190M 0s
Step #9 - "build-e2e":  12150K ......�[0m�[91m.... .......... ..�[0m�[91m........ ........�[0m�[91m.. .......... 85%  239M 0s
Step #9 - "build-e2e":  12200K ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... 86%  217M 0s
Step #9 - "build-e2e":  12250K ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........ 86%  224M 0s
Step #9 - "build-e2e":  12300K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..........�[0m�[91m .......... 87%  200M 0s
Step #9 - "build-e2e":  12350K ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... 87%  218M 0s
Step #9 - "build-e2e":  12400K ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. .......... ....�[0m�[91m...... 87%  216M 0s
Step #9 - "build-e2e":  12450K ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... .......... 88%  204M 0s�[0m�[91m
Step #9 - "build-e2e":  12500K ........�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 88%  173M 0s
Step #9 - "build-e2e":  12550K .......... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... 88%  204M 0s
Step #9 - "build-e2e":  12600K ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... ....�[0m�[91m...... 89%  230M 0s
Step #9 - "build-e2e":  12650K ..........�[0m�[91m .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ 89%  235M 0s�[0m�[91m
Step #9 - "build-e2e":  12700K .......... ......�[0m�[91m.... ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. 89%  192M 0s
Step #9 - "build-e2e":  12750K ......�[0m�[91m.... .......... ..�[0m�[91m........ ........�[0m�[91m.. .......... 90%  223M 0s
Step #9 - "build-e2e":  12800K ....�[0m�[91m...... .......... .......... .......... .......... 90%  221M 0s
Step #9 - "build-e2e":  12850K .......... ........�[0m�[91m.. .......... .......... ..�[0m�[91m........ 90%  221M 0s�[0m�[91m
Step #9 - "build-e2e":  12900K .......... ......�[0m�[91m.... .......... .......... .......... 91%  172M 0s
Step #9 - "build-e2e":  12950K .......... .......... .......... .......... .......... 91%  201M 0s
Step #9 - "build-e2e":  13000K .......... .......... .......... .......... .......... 91%  210M 0s
Step #9 - "build-e2e":  13050K ..........�[0m�[91m .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ 92%  228M 0s
Step #9 - "build-e2e":  13100K .......... ......�[0m�[91m.... .......... .......... .......... 92%  195M 0s
Step #9 - "build-e2e":  13150K .......... ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. .......... 93%  218M 0s
Step #9 - "build-e2e":  13200K .......... ..�[0m�[91m........ .......... ......�[0m�[91m.... ....�[0m�[91m...... 93%  222M 0s
Step #9 - "build-e2e":  13250K .......... .......... ......�[0m�[91m.... .......... .......... 93%  227M 0s�[0m�[91m
Step #9 - "build-e2e":  13300K ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. 94%  203M 0s
Step #9 - "build-e2e":  13350K�[0m�[91m .......... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... .�[0m�[91m.....�[0m�[91m.... 94%  221M 0s
Step #9 - "build-e2e":  13400K ..�[0m�[91m........ ..�[0m�[91m........�[0m�[91m .......�[0m�[91m.�[0m�[91m.. .......... ...�[0m�[91m....... 94%  233M 0s
Step #9 - "build-e2e":  13450K ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ 95%  231M 0s�[0m�[91m
Step #9 - "build-e2e":  13500K ........�[0m�[91m.. .......... ....�[0m�[91m...... .......... ........�[0m�[91m.. 95%  214M 0s
Step #9 - "build-e2e":  13550K .......... ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... 95%  241M 0s
Step #9 - "build-e2e":  13600K ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... 96%  214M 0s
Step #9 - "build-e2e":  13650K ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m........ 96%  181M 0s�[0m�[91m
Step #9 - "build-e2e":  13700K .......... ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m .......... 96%  174M 0s
Step #9 - "build-e2e":  13750K ......�[0m�[91m.... ....�[0m�[91m...... .......... ........�[0m�[91m.. ......�[0m�[91m.... 97%  238M 0s
Step #9 - "build-e2e":  13800K .......... ..........�[0m�[91m ........�[0m�[91m.. .......... .......... 97%  216M 0s
Step #9 - "build-e2e":  13850K .......... .......... .......... .......... .......... 97%  225M 0s
Step #9 - "build-e2e":  13900K .......... .......... .......... .......... .......... 98%  231M 0s
Step #9 - "build-e2e":  13950K .......... .......... .......... .......... .......... 98%  251M 0s
Step #9 - "build-e2e":  14000K .......... .......... .......... .......... .......... 99%  247M 0s
Step #9 - "build-e2e":  14050K .......... .......... .......... .......... .......... 99%  221M 0s
Step #9 - "build-e2e":  14100K .......... .......... .......... .......... .......... 99%  191M 0s
Step #9 - "build-e2e":  14150K .......... .......... .......... ........             100%  248M=0.1s
Step #9 - "build-e2e": 
Step #9 - "build-e2e": 2019-01-26 01:23:19 (117 MB/s) - '/tmp/build/consul_1.2.1_linux_amd64.zip' saved [14529496/14529496]
Step #9 - "build-e2e": 
Step #9 - "build-e2e": �[0mArchive:  /tmp/build/consul_1.2.1_linux_amd64.zip
Step #8 - "build": fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
Step #8 - "build": fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
Step #8 - "build": (1/1) Installing ca-certificates (20171114-r3)
Step #8 - "build": Executing busybox-1.28.4-r2.trigger
Step #8 - "build": Executing ca-certificates-20171114-r3.trigger
Step #8 - "build": OK: 5 MiB in 14 packages
Step #9 - "build-e2e":   inflating: /usr/local/bin/consul   
Step #9 - "build-e2e": Consul v1.2.1
Step #9 - "build-e2e": Protocol 2 spoken by default, understands 2 to 3 (agent will automatically use protocol >2 when speaking to compatible agents)
Step #8 - "build": Removing intermediate container e492d0c43e0e
Step #8 - "build":  ---> 01ceccabefc9
Step #8 - "build": Step 3/5 : COPY  --chown=agones:root ./bin/controller /home/agones/controller
Step #9 - "build-e2e": Removing intermediate container cff394bbc0b2
Step #9 - "build-e2e":  ---> 74fa4cf3c79b
Step #9 - "build-e2e": Step 16/20 : RUN echo "export PATH=/usr/local/go/bin:/go/bin/:\$PATH" >> /root/.bashrc
Step #8 - "build":  ---> db03627ec070
Step #8 - "build": Step 4/5 : USER agones
Step #9 - "build-e2e":  ---> Running in 6fafda401db6
Step #8 - "build":  ---> Running in 57ba1b0b5a02
Step #8 - "build": Removing intermediate container 57ba1b0b5a02
Step #8 - "build":  ---> 2b1e75654866
Step #8 - "build": Step 5/5 : ENTRYPOINT ["/home/agones/controller"]
Step #8 - "build":  ---> Running in 57ea15a51756
Step #8 - "build": Removing intermediate container 57ea15a51756
Step #8 - "build":  ---> cc25855d8912
Step #8 - "build": Successfully built cc25855d8912
Step #8 - "build": Successfully tagged gcr.io/agones-images/agones-controller:0.8.0-5e7f796
Step #8 - "build": docker run --rm -e "CGO_ENABLED=0" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #8 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.linux.amd64  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-5e7f796" -installsuffix cgo agones.dev/agones/cmd/sdk-server
Step #9 - "build-e2e": Removing intermediate container 6fafda401db6
Step #9 - "build-e2e":  ---> af80772a1291
Step #9 - "build-e2e": Step 17/20 : COPY *.sh /root/
Step #9 - "build-e2e":  ---> ca3f19664eff
Step #9 - "build-e2e": Step 18/20 : RUN chmod +x /root/*.sh
Step #9 - "build-e2e":  ---> Running in e16bc125e0b2
Step #9 - "build-e2e": Removing intermediate container e16bc125e0b2
Step #9 - "build-e2e":  ---> 45b86c5225b6
Step #9 - "build-e2e": Step 19/20 : WORKDIR /go
Step #9 - "build-e2e":  ---> Running in bf75ce315ad1
Step #9 - "build-e2e": Removing intermediate container bf75ce315ad1
Step #9 - "build-e2e":  ---> 403c57b00def
Step #9 - "build-e2e": Step 20/20 : ENTRYPOINT [ "/root/entrypoint.sh" ]
Step #9 - "build-e2e":  ---> Running in 357b7df26353
Step #9 - "build-e2e": Removing intermediate container 357b7df26353
Step #9 - "build-e2e":  ---> fb2267152784
Step #9 - "build-e2e": Successfully built fb2267152784
Step #9 - "build-e2e": Successfully tagged e2e-runner:latest
Finished Step #9 - "build-e2e"
Step #8 - "build": docker run --rm -e "GOOS=windows" -e "GOARCH=amd64" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #8 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.windows.amd64.exe  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-5e7f796" agones.dev/agones/cmd/sdk-server
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleetallocation	11.425s
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleetautoscalers	3.405s
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleets	2.699s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameserverallocations	14.914s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameservers	3.131s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameserversets	3.245s
Step #4 - "tests": ok  	agones.dev/agones/pkg/metrics	2.994s
Step #4 - "tests": ?   	agones.dev/agones/pkg/sdk	[no test files]
Step #4 - "tests": ok  	agones.dev/agones/pkg/sdkserver	11.733s
Step #4 - "tests": ?   	agones.dev/agones/pkg/testing	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/util	[no test files]
Step #4 - "tests": ok  	agones.dev/agones/pkg/util/crd	4.041s
Step #4 - "tests": ?   	agones.dev/agones/pkg/util/runtime	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/util/signals	[no test files]
Step #4 - "tests": ok  	agones.dev/agones/pkg/util/webhooks	1.192s
Step #4 - "tests": ok  	agones.dev/agones/pkg/util/workerqueue	2.182s
Step #4 - "tests": ok  	agones.dev/agones/sdks/go	1.069s
Step #4 - "tests": ?   	agones.dev/agones/cmd/controller	[no test files]
Step #4 - "tests": ok  	agones.dev/agones/cmd/ping	2.030s
Step #4 - "tests": ?   	agones.dev/agones/cmd/sdk-server	[no test files]
Finished Step #4 - "tests"
Starting Step #5 - "site-static"
Step #5 - "site-static": Already have image: make-docker
Step #5 - "site-static": /usr/bin/make site-static ARGS="-F" ENV=RELEASE_VERSION=0.8.0
Step #5 - "site-static": make[1]: Entering directory '/workspace/build'
Step #5 - "site-static": mkdir -p ~/.kube/
Step #5 - "site-static": mkdir -p /workspace/build//.config/gcloud
Step #5 - "site-static": mkdir -p ~/.helm
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb rm -r ./public
Step #5 - "site-static": rm: cannot remove './public': No such file or directory
Step #5 - "site-static": includes/website.mk:35: recipe for target 'site-static' failed
Step #5 - "site-static": mkdir /workspace/site/public
Step #5 - "site-static": make[1]: [site-static] Error 1 (ignored)
Step #5 - "site-static": # for some reason, this only work locally
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb \
Step #5 - "site-static": 	bash -c "npm list postcss-cli || npm install postcss-cli"
Step #5 - "site-static": /go/src/agones.dev/agones/site
Step #5 - "site-static": `-- (empty)
Step #5 - "site-static": 
Step #8 - "build": docker run --rm -e "GOOS=darwin" -e "GOARCH=amd64" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #8 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.darwin.amd64  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-5e7f796" agones.dev/agones/cmd/sdk-server
Step #5 - "site-static": npm WARN saveError ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site-static": npm notice created a lockfile as package-lock.json. You should commit this file.
Step #5 - "site-static": npm WARN enoent ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site-static": npm WARN site No description
Step #5 - "site-static": npm WARN site No repository field.
Step #5 - "site-static": npm WARN site No README data
Step #5 - "site-static": npm WARN site No license field.
Step #5 - "site-static": npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
Step #5 - "site-static": npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
Step #5 - "site-static": 
Step #5 - "site-static": + postcss-cli@6.1.1
Step #5 - "site-static": added 248 packages from 148 contributors and audited 3191 packages in 9.685s
Step #5 - "site-static": found 0 vulnerabilities
Step #5 - "site-static": 
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb \
Step #5 - "site-static": 	bash -c "npm list autoprefixer || npm install autoprefixer"
Step #5 - "site-static": /go/src/agones.dev/agones/site
Step #5 - "site-static": `-- (empty)
Step #5 - "site-static": 
Step #5 - "site-static": npm WARN saveError ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site-static": npm WARN enoent ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site-static": npm WARN site No description
Step #5 - "site-static": npm WARN site No repository field.
Step #5 - "site-static": npm WARN site No README data
Step #5 - "site-static": npm WARN site No license field.
Step #5 - "site-static": npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
Step #5 - "site-static": npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
Step #5 - "site-static": 
Step #5 - "site-static": + autoprefixer@9.4.6
Step #5 - "site-static": added 8 packages from 7 contributors and audited 11802 packages in 3.948s
Step #5 - "site-static": found 0 vulnerabilities
Step #5 - "site-static": 
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb bash -c \
Step #5 - "site-static": 	"RELEASE_VERSION=0.8.0 hugo --config=config.toml -F"
Step #5 - "site-static": Building sites … 
Step #5 - "site-static":                    | EN  
Step #5 - "site-static": +------------------+----+
Step #5 - "site-static":   Pages            | 59  
Step #5 - "site-static":   Paginator pages  |  0  
Step #5 - "site-static":   Non-page files   |  2  
Step #5 - "site-static":   Static files     | 40  
Step #5 - "site-static":   Processed images |  2  
Step #5 - "site-static":   Aliases          | 10  
Step #5 - "site-static":   Sitemaps         |  1  
Step #5 - "site-static":   Cleaned          |  0  
Step #5 - "site-static": 
Step #5 - "site-static": Total in 2287 ms
Step #5 - "site-static": make[1]: Leaving directory '/workspace/build'
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb bash -c \
Step #5 - "site-static": 		"SERVICE=preview envsubst < app.yaml > .app.yaml"
Finished Step #5 - "site-static"
Starting Step #6 - "site-gopath"
Step #6 - "site-gopath": Already have image (with digest): ubuntu
Step #6 - "site-gopath": .
Step #6 - "site-gopath": ..
Step #6 - "site-gopath": .app.yaml
Step #6 - "site-gopath": .gcloudignore
Step #6 - "site-gopath": .gitignore
Step #6 - "site-gopath": app.yaml
Step #6 - "site-gopath": assets
Step #6 - "site-gopath": config.toml
Step #6 - "site-gopath": content
Step #6 - "site-gopath": credits
Step #6 - "site-gopath": handler.go
Step #6 - "site-gopath": handler_test.go
Step #6 - "site-gopath": layouts
Step #6 - "site-gopath": main.go
Step #6 - "site-gopath": node_modules
Step #6 - "site-gopath": package-lock.json
Step #6 - "site-gopath": public
Step #6 - "site-gopath": resources
Step #6 - "site-gopath": static
Step #6 - "site-gopath": themes
Step #6 - "site-gopath": vanity.yaml
Finished Step #6 - "site-gopath"
Starting Step #7 - "deploy-site-static"
Step #7 - "deploy-site-static": Already have image (with digest): gcr.io/cloud-builders/gcloud
Step #8 - "build": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build -w /go/src/agones.dev/agones/cmd/sdk-server/bin/ agones-build:db76ca0bfb zip -0 \
Step #8 - "build": 	agonessdk-server-0.8.0-5e7f796.zip sdk-server.darwin.amd64 sdk-server.linux.amd64 sdk-server.windows.amd64.exe
Step #8 - "build":   adding: sdk-server.darwin.amd64 (stored 0%)
Step #8 - "build":   adding: sdk-server.linux.amd64 (stored 0%)
Step #8 - "build":   adding: sdk-server.windows.amd64.exe (stored 0%)
Step #8 - "build": docker build /workspace/cmd/sdk-server/ --tag=gcr.io/agones-images/agones-sdk:0.8.0-5e7f796 
Step #8 - "build": Sending build context to Docker daemon  217.8MB

Step #8 - "build": Step 1/5 : FROM alpine:3.8
Step #8 - "build":  ---> 3f53bb00af94
Step #8 - "build": Step 2/5 : RUN apk --update add ca-certificates &&     adduser -D agones
Step #8 - "build":  ---> Using cache
Step #8 - "build":  ---> 01ceccabefc9
Step #8 - "build": Step 3/5 : COPY --chown=agones:root ./bin/sdk-server.linux.amd64 /home/agones/sdk-server
Step #7 - "deploy-site-static": Services to deploy:
Step #7 - "deploy-site-static": 
Step #7 - "deploy-site-static": descriptor:      [/workspace/go/src/site/.app.yaml]
Step #7 - "deploy-site-static": source:          [/workspace/go/src/site]
Step #7 - "deploy-site-static": target project:  [agones-images]
Step #7 - "deploy-site-static": target service:  [preview]
Step #7 - "deploy-site-static": target version:  [5e7f796]
Step #7 - "deploy-site-static": target url:      [https://5e7f796-dot-preview-dot-agones-images.appspot.com]
Step #7 - "deploy-site-static": 
Step #7 - "deploy-site-static": 
Step #7 - "deploy-site-static":      (add --promote if you also want to make this service available from
Step #7 - "deploy-site-static":      [https://preview-dot-agones-images.appspot.com])
Step #7 - "deploy-site-static": 
Step #7 - "deploy-site-static": Do you want to continue (Y/n)?  
Step #7 - "deploy-site-static": Beginning deployment of service [preview]...
Step #8 - "build":  ---> 599a99b0ad95
Step #8 - "build": Step 4/5 : USER agones
Step #8 - "build":  ---> Running in 305c966f4cc3
Step #8 - "build": Removing intermediate container 305c966f4cc3
Step #8 - "build":  ---> e929854d7008
Step #8 - "build": Step 5/5 : ENTRYPOINT ["/home/agones/sdk-server"]
Step #8 - "build":  ---> Running in e86782668276
Step #8 - "build": Removing intermediate container e86782668276
Step #8 - "build":  ---> 5b14656366b5
Step #8 - "build": Successfully built 5b14656366b5
Step #8 - "build": Successfully tagged gcr.io/agones-images/agones-sdk:0.8.0-5e7f796
Step #8 - "build": docker run --rm -e "CGO_ENABLED=0" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #8 - "build": -tags none -o /go/src/agones.dev/agones/cmd/ping/bin/ping \
Step #8 - "build":  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-5e7f796" -installsuffix cgo agones.dev/agones/cmd/ping
Step #7 - "deploy-site-static": #============================================================#
Step #7 - "deploy-site-static": #= Uploading 53 files to Google Cloud Storage               =#
Step #8 - "build": docker build /workspace/cmd/ping/ --tag=gcr.io/agones-images/agones-ping:0.8.0-5e7f796 
Step #8 - "build": Sending build context to Docker daemon  12.71MB

Step #8 - "build": Step 1/5 : FROM alpine:3.8
Step #8 - "build":  ---> 3f53bb00af94
Step #8 - "build": Step 2/5 : RUN apk --update add ca-certificates &&     adduser -D agones
Step #8 - "build":  ---> Using cache
Step #8 - "build":  ---> 01ceccabefc9
Step #8 - "build": Step 3/5 : COPY --chown=agones:root ./bin/ping /home/agones/ping
Step #8 - "build":  ---> f845276ebec4
Step #8 - "build": Step 4/5 : USER agones
Step #8 - "build":  ---> Running in 5705f55a0aca
Step #8 - "build": Removing intermediate container 5705f55a0aca
Step #8 - "build":  ---> 1c0e7f9a866f
Step #8 - "build": Step 5/5 : ENTRYPOINT ["/home/agones/ping"]
Step #8 - "build":  ---> Running in 701995f27c01
Step #8 - "build": Removing intermediate container 701995f27c01
Step #8 - "build":  ---> 430d2ba3d4d8
Step #8 - "build": Successfully built 430d2ba3d4d8
Step #8 - "build": Successfully tagged gcr.io/agones-images/agones-ping:0.8.0-5e7f796
Step #8 - "build": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build -w /go/src/agones.dev/agones/sdks/cpp agones-build:db76ca0bfb make build install archive VERSION=0.8.0-5e7f796
Step #8 - "build": mkdir /go/src/agones.dev/agones/sdks/cpp//bin
Step #8 - "build": g++ -std=c++11 -I/usr/local/include -I/go/src/agones.dev/agones/sdks/cpp/ -pthread -fPIC  -c -o google/api/annotations.pb.o google/api/annotations.pb.cc
Step #8 - "build": g++ -std=c++11 -I/usr/local/include -I/go/src/agones.dev/agones/sdks/cpp/ -pthread -fPIC  -c -o google/api/http.pb.o google/api/http.pb.cc
Step #8 - "build": g++ -std=c++11 -I/usr/local/include -I/go/src/agones.dev/agones/sdks/cpp/ -pthread -fPIC  -c -o sdk.grpc.pb.o sdk.grpc.pb.cc
Step #7 - "deploy-site-static": #============================================================#
Step #7 - "deploy-site-static": File upload done.
Step #7 - "deploy-site-static": Updating service [preview]...
Step #8 - "build": g++ -std=c++11 -I/usr/local/include -I/go/src/agones.dev/agones/sdks/cpp/ -pthread -fPIC  -c -o sdk.pb.o sdk.pb.cc
Step #8 - "build": g++ -std=c++11 -I/usr/local/include -I/go/src/agones.dev/agones/sdks/cpp/ -pthread -fPIC  -c -o sdk.o sdk.cc
Step #8 - "build": g++ google/api/annotations.pb.o google/api/http.pb.o sdk.grpc.pb.o sdk.pb.o sdk.o -L/usr/local/lib -lgrpc++_unsecure -lgrpc -lprotobuf -lpthread -ldl -shared -o /go/src/agones.dev/agones/sdks/cpp//bin/libagonessdk.so
Step #8 - "build": ar rcs /go/src/agones.dev/agones/sdks/cpp//bin/libagonessdk.a google/api/annotations.pb.o google/api/http.pb.o sdk.grpc.pb.o sdk.pb.o sdk.o
Step #8 - "build": cp /go/src/agones.dev/agones/sdks/cpp//bin/libagonessdk.* /usr/local/lib
Step #8 - "build": mkdir -p /usr/local/include/agones
Step #8 - "build": cp /go/src/agones.dev/agones/sdks/cpp//*.h /usr/local/include/agones/
Step #8 - "build": mkdir -p /usr/local/include/google/api
Step #8 - "build": cp -r /go/src/agones.dev/agones/sdks/cpp//google/api/*.h /usr/local/include/google/api/
Step #8 - "build": ldconfig
Step #8 - "build": rm /go/src/agones.dev/agones/sdks/cpp//bin/agonessdk-0.8.0-5e7f796-src.zip
Step #8 - "build": rm: cannot remove '/go/src/agones.dev/agones/sdks/cpp//bin/agonessdk-0.8.0-5e7f796-src.zip': No such file or directory
Step #8 - "build": make: [archive] Error 1 (ignored)
Step #8 - "build": Makefile:67: recipe for target 'archive' failed
Step #8 - "build": rm /go/src/agones.dev/agones/sdks/cpp//bin/agonessdk-0.8.0-5e7f796-dev-linux-arch_64.tar.gz
Step #8 - "build": rm: cannot remove '/go/src/agones.dev/agones/sdks/cpp//bin/agonessdk-0.8.0-5e7f796-dev-linux-arch_64.tar.gz': No such file or directory
Step #8 - "build": make: [archive] Error 1 (ignored)
Step #8 - "build": Makefile:67: recipe for target 'archive' failed
Step #8 - "build": rm /go/src/agones.dev/agones/sdks/cpp//bin/agonessdk-0.8.0-5e7f796-runtime-linux-arch_64.tar.gz
Step #8 - "build": rm: cannot remove '/go/src/agones.dev/agones/sdks/cpp//bin/agonessdk-0.8.0-5e7f796-runtime-linux-arch_64.tar.gz': No such file or directory
Step #8 - "build": make: [archive] Error 1 (ignored)
Step #8 - "build": Makefile:67: recipe for target 'archive' failed
Step #8 - "build": cp /usr/local/lib/libgrpc.so.6 /go/src/agones.dev/agones/sdks/cpp//bin/
Step #8 - "build": cp /usr/local/lib/libprotobuf.so.* /go/src/agones.dev/agones/sdks/cpp//bin/
Step #8 - "build": cp /usr/local/lib/libagonessdk.so /go/src/agones.dev/agones/sdks/cpp//bin/
Step #8 - "build": cp /usr/local/lib/libgpr.so.6 /go/src/agones.dev/agones/sdks/cpp//bin/
Step #8 - "build": cp /usr/local/lib/libgrpc_unsecure.so.6 /go/src/agones.dev/agones/sdks/cpp//bin/
Step #8 - "build": cd /go/src/agones.dev/agones/sdks/cpp//bin && tar cvf agonessdk-0.8.0-5e7f796-runtime-linux-arch_64.tar.gz *
Step #8 - "build": libagonessdk.a
Step #8 - "build": libagonessdk.so
Step #8 - "build": libgpr.so.6
Step #8 - "build": libgrpc.so.6
Step #8 - "build": libgrpc_unsecure.so.6
Step #8 - "build": libprotobuf.so.17
Step #8 - "build": libprotobuf.so.17.0.0
Step #8 - "build": cd /usr/local && tar cvf /go/src/agones.dev/agones/sdks/cpp//bin/agonessdk-0.8.0-5e7f796-dev-linux-arch_64.tar.gz lib include
Step #8 - "build": lib/
Step #8 - "build": lib/libagonessdk.a
Step #8 - "build": lib/libagonessdk.so
Step #8 - "build": lib/python3.5/
Step #8 - "build": lib/python3.5/dist-packages/
Step #8 - "build": lib/python2.7/
Step #8 - "build": lib/python2.7/dist-packages/
Step #8 - "build": lib/python2.7/site-packages/
Step #8 - "build": lib/libprotoc.a
Step #8 - "build": lib/libgrpc++.so.6
Step #8 - "build": lib/libaddress_sorting.so.6
Step #8 - "build": lib/libgrpc++_unsecure.so
Step #8 - "build": lib/libaddress_sorting.so.6.0.0
Step #8 - "build": lib/libgpr.so.6
Step #8 - "build": lib/libaddress_sorting.a
Step #8 - "build": lib/libgrpc++_unsecure.so.6
Step #8 - "build": lib/libprotobuf.so.17
Step #8 - "build": lib/libgrpc++_cronet.so.1.16.1
Step #8 - "build": lib/libgrpc++_error_details.so.6
Step #8 - "build": lib/libgrpcpp_channelz.so.6
Step #8 - "build": lib/libgrpc++_error_details.so.1
Step #8 - "build": lib/libprotobuf-lite.so.17.0.0
Step #8 - "build": lib/libprotobuf-lite.la
Step #8 - "build": lib/libgrpc++_unsecure.so.1
Step #8 - "build": lib/pkgconfig/
Step #8 - "build": lib/pkgconfig/grpc++_unsecure.pc
Step #8 - "build": lib/pkgconfig/grpc_unsecure.pc
Step #8 - "build": lib/pkgconfig/grpc++.pc
Step #8 - "build": lib/pkgconfig/protobuf.pc
Step #8 - "build": lib/pkgconfig/grpc.pc
Step #8 - "build": lib/pkgconfig/protobuf-lite.pc
Step #8 - "build": lib/pkgconfig/gpr.pc
Step #8 - "build": lib/libgrpc++_reflection.so.6
Step #8 - "build": lib/libgrpc++_cronet.a
Step #8 - "build": lib/libprotoc.so
Step #8 - "build": lib/libgrpc++_cronet.so
Step #8 - "build": lib/libgrpc++_error_details.so.1.16.1
Step #8 - "build": lib/libgrpc.so.6.0.0
Step #8 - "build": lib/libgrpc_unsecure.so
Step #8 - "build": lib/libgrpc++_cronet.so.6
Step #8 - "build": lib/libgrpc++.so.1.16.1
Step #8 - "build": lib/libgpr.so.6.0.0
Step #8 - "build": lib/libprotobuf.a
Step #8 - "build": lib/libgrpc++.a
Step #8 - "build": lib/libgrpc++_unsecure.so.1.16.1
Step #8 - "build": lib/libgrpc++_unsecure.a
Step #8 - "build": lib/libprotobuf.la
Step #8 - "build": lib/libgrpc_cronet.so.6.0.0
Step #8 - "build": lib/libgrpc_unsecure.so.6
Step #8 - "build": lib/libprotobuf.so
Step #8 - "build": lib/libgrpc++_cronet.so.1
Step #8 - "build": lib/libprotoc.so.17.0.0
Step #8 - "build": lib/libprotobuf-lite.a
Step #8 - "build": lib/libgrpc.so
Step #8 - "build": lib/libgrpc.a
Step #8 - "build": lib/libgrpc++_reflection.so.1
Step #8 - "build": lib/libgrpcpp_channelz.a
Step #8 - "build": lib/libgpr.a
Step #8 - "build": lib/libgrpcpp_channelz.so.1.16.1
Step #8 - "build": lib/libgrpc++.so.1
Step #8 - "build": lib/libgrpc_unsecure.so.6.0.0
Step #8 - "build": lib/libgrpc.so.6
Step #8 - "build": lib/libgrpcpp_channelz.so.1
Step #8 - "build": lib/libgrpc++.so
Step #8 - "build": lib/libgpr.so
Step #8 - "build": lib/libgrpc++_reflection.so
Step #8 - "build": lib/libprotobuf.so.17.0.0
Step #8 - "build": lib/libgrpc_cronet.so
Step #8 - "build": lib/libprotobuf-lite.so.17
Step #8 - "build": lib/libprotoc.la
Step #8 - "build": lib/libgrpc++_reflection.so.1.16.1
Step #8 - "build": lib/libgrpc++_error_details.a
Step #8 - "build": lib/libprotobuf-lite.so
Step #8 - "build": lib/libgrpc_cronet.so.6
Step #8 - "build": lib/libgrpc++_error_details.so
Step #8 - "build": lib/libaddress_sorting.so
Step #8 - "build": lib/libgrpc_unsecure.a
Step #8 - "build": lib/libprotoc.so.17
Step #8 - "build": lib/libgrpcpp_channelz.so
Step #8 - "build": lib/libgrpc_cronet.a
Step #8 - "build": lib/libgrpc++_reflection.a
Step #8 - "build": include/
Step #8 - "build": include/agones/
Step #8 - "build": include/agones/sdk.pb.h
Step #8 - "build": include/agones/sdk.grpc.pb.h
Step #8 - "build": include/agones/sdk.h
Step #8 - "build": include/google/
Step #8 - "build": include/google/protobuf/
Step #8 - "build": include/google/protobuf/map_entry.h
Step #8 - "build": include/google/protobuf/util/
Step #8 - "build": include/google/protobuf/util/message_differencer.h
Step #8 - "build": include/google/protobuf/util/field_comparator.h
Step #8 - "build": include/google/protobuf/util/time_util.h
Step #8 - "build": include/google/protobuf/util/type_resolver.h
Step #8 - "build": include/google/protobuf/util/type_resolver_util.h
Step #8 - "build": include/google/protobuf/util/json_util.h
Step #8 - "build": include/google/protobuf/util/field_mask_util.h
Step #8 - "build": include/google/protobuf/util/delimited_message_util.h
Step #8 - "build": include/google/protobuf/descriptor.pb.h
Step #8 - "build": include/google/protobuf/source_context.proto
Step #8 - "build": include/google/protobuf/map_field_inl.h
Step #8 - "build": include/google/protobuf/generated_message_util.h
Step #8 - "build": include/google/protobuf/struct.proto
Step #8 - "build": include/google/protobuf/repeated_field.h
Step #8 - "build": include/google/protobuf/api.proto
Step #8 - "build": include/google/protobuf/implicit_weak_message.h
Step #8 - "build": include/google/protobuf/io/
Step #8 - "build": include/google/protobuf/io/coded_stream.h
Step #8 - "build": include/google/protobuf/io/zero_copy_stream_impl_lite.h
Step #8 - "build": include/google/protobuf/io/tokenizer.h
Step #8 - "build": include/google/protobuf/io/zero_copy_stream_impl.h
Step #8 - "build": include/google/protobuf/io/zero_copy_stream.h
Step #8 - "build": include/google/protobuf/io/strtod.h
Step #8 - "build": include/google/protobuf/io/printer.h
Step #8 - "build": include/google/protobuf/field_mask.pb.h
Step #8 - "build": include/google/protobuf/service.h
Step #8 - "build": include/google/protobuf/descriptor.proto
Step #8 - "build": include/google/protobuf/message.h
Step #8 - "build": include/google/protobuf/arena_impl.h
Step #8 - "build": include/google/protobuf/wire_format_lite.h
Step #8 - "build": include/google/protobuf/field_mask.proto
Step #8 - "build": include/google/protobuf/message_lite.h
Step #8 - "build": include/google/protobuf/map_field.h
Step #8 - "build": include/google/protobuf/type.proto
Step #8 - "build": include/google/protobuf/api.pb.h
Step #8 - "build": include/google/protobuf/empty.pb.h
Step #8 - "build": include/google/protobuf/generated_message_reflection.h
Step #8 - "build": include/google/protobuf/extension_set.h
Step #8 - "build": include/google/protobuf/has_bits.h
Step #8 - "build": include/google/protobuf/descriptor.h
Step #8 - "build": include/google/protobuf/wire_format.h
Step #8 - "build": include/google/protobuf/reflection.h
Step #8 - "build": include/google/protobuf/dynamic_message.h
Step #8 - "build": include/google/protobuf/map_field_lite.h
Step #8 - "build": include/google/protobuf/map_entry_lite.h
Step #8 - "build": include/google/protobuf/wrappers.pb.h
Step #8 - "build": include/google/protobuf/generated_message_table_driven.h
Step #8 - "build": include/google/protobuf/source_context.pb.h
Step #8 - "build": include/google/protobuf/generated_enum_reflection.h
Step #8 - "build": include/google/protobuf/stubs/
Step #8 - "build": include/google/protobuf/stubs/fastmem.h
Step #8 - "build": include/google/protobuf/stubs/callback.h
Step #8 - "build": include/google/protobuf/stubs/bytestream.h
Step #8 - "build": include/google/protobuf/stubs/stringpiece.h
Step #8 - "build": include/google/protobuf/stubs/once.h
Step #8 - "build": include/google/protobuf/stubs/casts.h
Step #8 - "build": include/google/protobuf/stubs/common.h
Step #8 - "build": include/google/protobuf/stubs/stl_util.h
Step #8 - "build": include/google/protobuf/stubs/logging.h
Step #8 - "build": include/google/protobuf/stubs/port.h
Step #8 - "build": include/google/protobuf/stubs/singleton.h
Step #8 - "build": include/google/protobuf/stubs/platform_macros.h
Step #8 - "build": include/google/protobuf/stubs/template_util.h
Step #8 - "build": include/google/protobuf/stubs/macros.h
Step #8 - "build": include/google/protobuf/stubs/hash.h
Step #8 - "build": include/google/protobuf/stubs/mutex.h
Step #8 - "build": include/google/protobuf/stubs/status.h
Step #8 - "build": include/google/protobuf/empty.proto
Step #8 - "build": include/google/protobuf/metadata_lite.h
Step #8 - "build": include/google/protobuf/timestamp.pb.h
Step #8 - "build": include/google/protobuf/struct.pb.h
Step #8 - "build": include/google/protobuf/type.pb.h
Step #8 - "build": include/google/protobuf/any.proto
Step #8 - "build": include/google/protobuf/metadata.h
Step #8 - "build": include/google/protobuf/any.pb.h
Step #8 - "build": include/google/protobuf/unknown_field_set.h
Step #8 - "build": include/google/protobuf/duration.pb.h
Step #8 - "build": include/google/protobuf/generated_enum_util.h
Step #8 - "build": include/google/protobuf/descriptor_database.h
Step #8 - "build": include/google/protobuf/timestamp.proto
Step #8 - "build": include/google/protobuf/reflection_ops.h
Step #8 - "build": include/google/protobuf/inlined_string_field.h
Step #8 - "build": include/google/protobuf/arena.h
Step #8 - "build": include/google/protobuf/duration.proto
Step #8 - "build": include/google/protobuf/wrappers.proto
Step #8 - "build": include/google/protobuf/map.h
Step #8 - "build": include/google/protobuf/map_type_handler.h
Step #8 - "build": include/google/protobuf/text_format.h
Step #8 - "build": include/google/protobuf/compiler/
Step #8 - "build": include/google/protobuf/compiler/plugin.pb.h
Step #8 - "build": include/google/protobuf/compiler/plugin.proto
Step #8 - "build": include/google/protobuf/compiler/java/
Step #8 - "build": include/google/protobuf/compiler/java/java_generator.h
Step #8 - "build": include/google/protobuf/compiler/java/java_names.h
Step #8 - "build": include/google/protobuf/compiler/code_generator.h
Step #8 - "build": include/google/protobuf/compiler/csharp/
Step #8 - "build": include/google/protobuf/compiler/csharp/csharp_generator.h
Step #8 - "build": include/google/protobuf/compiler/csharp/csharp_names.h
Step #8 - "build": include/google/protobuf/compiler/command_line_interface.h
Step #8 - "build": include/google/protobuf/compiler/php/
Step #8 - "build": include/google/protobuf/compiler/php/php_generator.h
Step #8 - "build": include/google/protobuf/compiler/objectivec/
Step #8 - "build": include/google/protobuf/compiler/objectivec/objectivec_helpers.h
Step #8 - "build": include/google/protobuf/compiler/objectivec/objectivec_generator.h
Step #8 - "build": include/google/protobuf/compiler/parser.h
Step #8 - "build": include/google/protobuf/compiler/python/
Step #8 - "build": include/google/protobuf/compiler/python/python_generator.h
Step #8 - "build": include/google/protobuf/compiler/cpp/
Step #8 - "build": include/google/protobuf/compiler/cpp/cpp_generator.h
Step #8 - "build": include/google/protobuf/compiler/js/
Step #8 - "build": include/google/protobuf/compiler/js/well_known_types_embed.h
Step #8 - "build": include/google/protobuf/compiler/js/js_generator.h
Step #8 - "build": include/google/protobuf/compiler/plugin.h
Step #8 - "build": include/google/protobuf/compiler/ruby/
Step #8 - "build": include/google/protobuf/compiler/ruby/ruby_generator.h
Step #8 - "build": include/google/protobuf/compiler/importer.h
Step #8 - "build": include/google/protobuf/arenastring.h
Step #8 - "build": include/google/protobuf/wire_format_lite_inl.h
Step #8 - "build": include/google/protobuf/any.h
Step #8 - "build": include/google/api/
Step #8 - "build": include/google/api/http.pb.h
Step #8 - "build": include/google/api/annotations.pb.h
Step #8 - "build": include/grpc++/
Step #8 - "build": include/grpc++/support/
Step #8 - "build": include/grpc++/support/error_details.h
Step #8 - "build": include/grpc++/support/async_stream.h
Step #8 - "build": include/grpc++/support/time.h
Step #8 - "build": include/grpc++/support/async_unary_call.h
Step #8 - "build": include/grpc++/support/byte_buffer.h
Step #8 - "build": include/grpc++/support/config.h
Step #8 - "build": include/grpc++/support/status_code_enum.h
Step #8 - "build": include/grpc++/support/sync_stream.h
Step #8 - "build": include/grpc++/support/slice.h
Step #8 - "build": include/grpc++/support/channel_arguments.h
Step #8 - "build": include/grpc++/support/string_ref.h
Step #8 - "build": include/grpc++/support/stub_options.h
Step #8 - "build": include/grpc++/support/status.h
Step #8 - "build": include/grpc++/create_channel.h
Step #8 - "build": include/grpc++/alarm.h
Step #8 - "build": include/grpc++/generic/
Step #8 - "build": include/grpc++/generic/generic_stub.h
Step #8 - "build": include/grpc++/generic/async_generic_service.h
Step #8 - "build": include/grpc++/impl/
Step #8 - "build": include/grpc++/impl/codegen/
Step #8 - "build": include/grpc++/impl/codegen/channel_interface.h
Step #8 - "build": include/grpc++/impl/codegen/async_stream.h
Step #8 - "build": include/grpc++/impl/codegen/method_handler_impl.h
Step #8 - "build": include/grpc++/impl/codegen/completion_queue.h
Step #8 - "build": include/grpc++/impl/codegen/serialization_traits.h
Step #8 - "build": include/grpc++/impl/codegen/completion_queue_tag.h
Step #8 - "build": include/grpc++/impl/codegen/call.h
Step #8 - "build": include/grpc++/impl/codegen/time.h
Step #8 - "build": include/grpc++/impl/codegen/async_unary_call.h
Step #8 - "build": include/grpc++/impl/codegen/byte_buffer.h
Step #8 - "build": include/grpc++/impl/codegen/server_interface.h
Step #8 - "build": include/grpc++/impl/codegen/proto_utils.h
Step #8 - "build": include/grpc++/impl/codegen/metadata_map.h
Step #8 - "build": include/grpc++/impl/codegen/rpc_method.h
Step #8 - "build": include/grpc++/impl/codegen/config.h
Step #8 - "build": include/grpc++/impl/codegen/service_type.h
Step #8 - "build": include/grpc++/impl/codegen/status_code_enum.h
Step #8 - "build": include/grpc++/impl/codegen/client_context.h
Step #8 - "build": include/grpc++/impl/codegen/call_hook.h
Step #8 - "build": include/grpc++/impl/codegen/core_codegen_interface.h
Step #8 - "build": include/grpc++/impl/codegen/client_unary_call.h
Step #8 - "build": include/grpc++/impl/codegen/sync_stream.h
Step #8 - "build": include/grpc++/impl/codegen/config_protobuf.h
Step #8 - "build": include/grpc++/impl/codegen/slice.h
Step #8 - "build": include/grpc++/impl/codegen/string_ref.h
Step #8 - "build": include/grpc++/impl/codegen/core_codegen.h
Step #8 - "build": include/grpc++/impl/codegen/stub_options.h
Step #8 - "build": include/grpc++/impl/codegen/server_context.h
Step #8 - "build": include/grpc++/impl/codegen/security/
Step #8 - "build": include/grpc++/impl/codegen/security/auth_context.h
Step #8 - "build": include/grpc++/impl/codegen/grpc_library.h
Step #8 - "build": include/grpc++/impl/codegen/status.h
Step #8 - "build": include/grpc++/impl/codegen/rpc_service_method.h
Step #8 - "build": include/grpc++/impl/codegen/create_auth_context.h
Step #8 - "build": include/grpc++/impl/server_builder_option.h
Step #8 - "build": include/grpc++/impl/method_handler_impl.h
Step #8 - "build": include/grpc++/impl/serialization_traits.h
Step #8 - "build": include/grpc++/impl/call.h
Step #8 - "build": include/grpc++/impl/server_builder_plugin.h
Step #8 - "build": include/grpc++/impl/rpc_method.h
Step #8 - "build": include/grpc++/impl/channel_argument_option.h
Step #8 - "build": include/grpc++/impl/service_type.h
Step #8 - "build": include/grpc++/impl/client_unary_call.h
Step #8 - "build": include/grpc++/impl/server_initializer.h
Step #8 - "build": include/grpc++/impl/grpc_library.h
Step #8 - "build": include/grpc++/impl/rpc_service_method.h
Step #8 - "build": include/grpc++/completion_queue.h
Step #8 - "build": include/grpc++/health_check_service_interface.h
Step #8 - "build": include/grpc++/channel.h
Step #8 - "build": include/grpc++/resource_quota.h
Step #8 - "build": include/grpc++/grpc++.h
Step #8 - "build": include/grpc++/server_posix.h
Step #8 - "build": include/grpc++/server.h
Step #8 - "build": include/grpc++/create_channel_posix.h
Step #8 - "build": include/grpc++/server_builder.h
Step #8 - "build": include/grpc++/client_context.h
Step #8 - "build": include/grpc++/server_context.h
Step #8 - "build": include/grpc++/security/
Step #8 - "build": include/grpc++/security/auth_metadata_processor.h
Step #8 - "build": include/grpc++/security/auth_context.h
Step #8 - "build": include/grpc++/security/credentials.h
Step #8 - "build": include/grpc++/security/server_credentials.h
Step #8 - "build": include/grpc++/ext/
Step #8 - "build": include/grpc++/ext/proto_server_reflection_plugin.h
Step #8 - "build": include/grpc++/ext/health_check_service_server_builder_option.h
Step #8 - "build": include/grpc/
Step #8 - "build": include/grpc/support/
Step #8 - "build": include/grpc/support/atm_gcc_sync.h
Step #8 - "build": include/grpc/support/log_windows.h
Step #8 - "build": include/grpc/support/atm_gcc_atomic.h
Step #8 - "build": include/grpc/support/atm_windows.h
Step #8 - "build": include/grpc/support/cpu.h
Step #8 - "build": include/grpc/support/atm.h
Step #8 - "build": include/grpc/support/sync.h
Step #8 - "build": include/grpc/support/string_util.h
Step #8 - "build": include/grpc/support/sync_custom.h
Step #8 - "build": include/grpc/support/thd_id.h
Step #8 - "build": include/grpc/support/sync_posix.h
Step #8 - "build": include/grpc/support/time.h
Step #8 - "build": include/grpc/support/alloc.h
Step #8 - "build": include/grpc/support/log.h
Step #8 - "build": include/grpc/support/port_platform.h
Step #8 - "build": include/grpc/support/workaround_list.h
Step #8 - "build": include/grpc/support/sync_windows.h
Step #8 - "build": include/grpc/support/sync_generic.h
Step #8 - "build": include/grpc/grpc.h
Step #8 - "build": include/grpc/census.h
Step #8 - "build": include/grpc/grpc_cronet.h
Step #8 - "build": include/grpc/slice_buffer.h
Step #8 - "build": include/grpc/impl/
Step #8 - "build": include/grpc/impl/codegen/
Step #8 - "build": include/grpc/impl/codegen/atm_gcc_sync.h
Step #8 - "build": include/grpc/impl/codegen/atm_gcc_atomic.h
Step #8 - "build": include/grpc/impl/codegen/atm_windows.h
Step #8 - "build": include/grpc/impl/codegen/atm.h
Step #8 - "build": include/grpc/impl/codegen/propagation_bits.h
Step #8 - "build": include/grpc/impl/codegen/gpr_types.h
Step #8 - "build": include/grpc/impl/codegen/sync.h
Step #8 - "build": include/grpc/impl/codegen/sync_custom.h
Step #8 - "build": include/grpc/impl/codegen/sync_posix.h
Step #8 - "build": include/grpc/impl/codegen/fork.h
Step #8 - "build": include/grpc/impl/codegen/compression_types.h
Step #8 - "build": include/grpc/impl/codegen/byte_buffer.h
Step #8 - "build": include/grpc/impl/codegen/log.h
Step #8 - "build": include/grpc/impl/codegen/connectivity_state.h
Step #8 - "build": include/grpc/impl/codegen/port_platform.h
Step #8 - "build": include/grpc/impl/codegen/gpr_slice.h
Step #8 - "build": include/grpc/impl/codegen/grpc_types.h
Step #8 - "build": include/grpc/impl/codegen/sync_windows.h
Step #8 - "build": include/grpc/impl/codegen/slice.h
Step #8 - "build": include/grpc/impl/codegen/sync_generic.h
Step #8 - "build": include/grpc/impl/codegen/byte_buffer_reader.h
Step #8 - "build": include/grpc/impl/codegen/status.h
Step #8 - "build": include/grpc/fork.h
Step #8 - "build": include/grpc/byte_buffer.h
Step #8 - "build": include/grpc/compression.h
Step #8 - "build": include/grpc/load_reporting.h
Step #8 - "build": include/grpc/grpc_security.h
Step #8 - "build": include/grpc/grpc_posix.h
Step #8 - "build": include/grpc/slice.h
Step #8 - "build": include/grpc/grpc_security_constants.h
Step #8 - "build": include/grpc/byte_buffer_reader.h
Step #8 - "build": include/grpc/status.h
Step #8 - "build": include/grpcpp/
Step #8 - "build": include/grpcpp/support/
Step #8 - "build": include/grpcpp/support/error_details.h
Step #8 - "build": include/grpcpp/support/async_stream.h
Step #8 - "build": include/grpcpp/support/time.h
Step #8 - "build": include/grpcpp/support/async_unary_call.h
Step #8 - "build": include/grpcpp/support/byte_buffer.h
Step #8 - "build": include/grpcpp/support/config.h
Step #8 - "build": include/grpcpp/support/status_code_enum.h
Step #8 - "build": include/grpcpp/support/proto_buffer_reader.h
Step #8 - "build": include/grpcpp/support/proto_buffer_writer.h
Step #8 - "build": include/grpcpp/support/sync_stream.h
Step #8 - "build": include/grpcpp/support/slice.h
Step #8 - "build": include/grpcpp/support/channel_arguments.h
Step #8 - "build": include/grpcpp/support/string_ref.h
Step #8 - "build": include/grpcpp/support/stub_options.h
Step #8 - "build": include/grpcpp/support/client_callback.h
Step #8 - "build": include/grpcpp/support/status.h
Step #8 - "build": include/grpcpp/create_channel.h
Step #8 - "build": include/grpcpp/alarm.h
Step #8 - "build": include/grpcpp/generic/
Step #8 - "build": include/grpcpp/generic/generic_stub.h
Step #8 - "build": include/grpcpp/generic/async_generic_service.h
Step #8 - "build": include/grpcpp/impl/
Step #8 - "build": include/grpcpp/impl/codegen/
Step #8 - "build": include/grpcpp/impl/codegen/callback_common.h
Step #8 - "build": include/grpcpp/impl/codegen/channel_interface.h
Step #8 - "build": include/grpcpp/impl/codegen/async_stream.h
Step #8 - "build": include/grpcpp/impl/codegen/method_handler_impl.h
Step #8 - "build": include/grpcpp/impl/codegen/completion_queue.h
Step #8 - "build": include/grpcpp/impl/codegen/serialization_traits.h
Step #8 - "build": include/grpcpp/impl/codegen/completion_queue_tag.h
Step #8 - "build": include/grpcpp/impl/codegen/call.h
Step #8 - "build": include/grpcpp/impl/codegen/time.h
Step #8 - "build": include/grpcpp/impl/codegen/async_unary_call.h
Step #8 - "build": include/grpcpp/impl/codegen/byte_buffer.h
Step #8 - "build": include/grpcpp/impl/codegen/server_interface.h
Step #8 - "build": include/grpcpp/impl/codegen/proto_utils.h
Step #8 - "build": include/grpcpp/impl/codegen/metadata_map.h
Step #8 - "build": include/grpcpp/impl/codegen/rpc_method.h
Step #8 - "build": include/grpcpp/impl/codegen/config.h
Step #8 - "build": include/grpcpp/impl/codegen/service_type.h
Step #8 - "build": include/grpcpp/impl/codegen/status_code_enum.h
Step #8 - "build": include/grpcpp/impl/codegen/proto_buffer_reader.h
Step #8 - "build": include/grpcpp/impl/codegen/client_context.h
Step #8 - "build": include/grpcpp/impl/codegen/proto_buffer_writer.h
Step #8 - "build": include/grpcpp/impl/codegen/call_hook.h
Step #8 - "build": include/grpcpp/impl/codegen/core_codegen_interface.h
Step #8 - "build": include/grpcpp/impl/codegen/client_unary_call.h
Step #8 - "build": include/grpcpp/impl/codegen/sync_stream.h
Step #8 - "build": include/grpcpp/impl/codegen/config_protobuf.h
Step #8 - "build": include/grpcpp/impl/codegen/slice.h
Step #8 - "build": include/grpcpp/impl/codegen/string_ref.h
Step #8 - "build": include/grpcpp/impl/codegen/async_generic_service.h
Step #8 - "build": include/grpcpp/impl/codegen/core_codegen.h
Step #8 - "build": include/grpcpp/impl/codegen/stub_options.h
Step #8 - "build": include/grpcpp/impl/codegen/server_context.h
Step #8 - "build": include/grpcpp/impl/codegen/client_callback.h
Step #8 - "build": include/grpcpp/impl/codegen/security/
Step #8 - "build": include/grpcpp/impl/codegen/security/auth_context.h
Step #8 - "build": include/grpcpp/impl/codegen/grpc_library.h
Step #8 - "build": include/grpcpp/impl/codegen/status.h
Step #8 - "build": include/grpcpp/impl/codegen/rpc_service_method.h
Step #8 - "build": include/grpcpp/impl/codegen/create_auth_context.h
Step #8 - "build": include/grpcpp/impl/codegen/client_interceptor.h
Step #8 - "build": include/grpcpp/impl/codegen/interceptor.h
Step #8 - "build": include/grpcpp/impl/server_builder_option.h
Step #8 - "build": include/grpcpp/impl/method_handler_impl.h
Step #8 - "build": include/grpcpp/impl/serialization_traits.h
Step #8 - "build": include/grpcpp/impl/call.h
Step #8 - "build": include/grpcpp/impl/server_builder_plugin.h
Step #8 - "build": include/grpcpp/impl/rpc_method.h
Step #8 - "build": include/grpcpp/impl/channel_argument_option.h
Step #8 - "build": include/grpcpp/impl/service_type.h
Step #8 - "build": include/grpcpp/impl/client_unary_call.h
Step #8 - "build": include/grpcpp/impl/server_initializer.h
Step #8 - "build": include/grpcpp/impl/grpc_library.h
Step #8 - "build": include/grpcpp/impl/rpc_service_method.h
Step #8 - "build": include/grpcpp/completion_queue.h
Step #8 - "build": include/grpcpp/health_check_service_interface.h
Step #8 - "build": include/grpcpp/channel.h
Step #8 - "build": include/grpcpp/resource_quota.h
Step #8 - "build": include/grpcpp/grpcpp.h
Step #8 - "build": include/grpcpp/server_posix.h
Step #8 - "build": include/grpcpp/server.h
Step #8 - "build": include/grpcpp/create_channel_posix.h
Step #8 - "build": include/grpcpp/server_builder.h
Step #8 - "build": include/grpcpp/client_context.h
Step #8 - "build": include/grpcpp/server_context.h
Step #8 - "build": include/grpcpp/security/
Step #8 - "build": include/grpcpp/security/auth_metadata_processor.h
Step #8 - "build": include/grpcpp/security/auth_context.h
Step #8 - "build": include/grpcpp/security/credentials.h
Step #8 - "build": include/grpcpp/security/server_credentials.h
Step #8 - "build": include/grpcpp/ext/
Step #8 - "build": include/grpcpp/ext/channelz_service_plugin.h
Step #8 - "build": include/grpcpp/ext/proto_server_reflection_plugin.h
Step #8 - "build": include/grpcpp/ext/health_check_service_server_builder_option.h
Step #8 - "build": cd /go/src/agones.dev/agones/sdks/cpp/ && zip ./bin/agonessdk-0.8.0-5e7f796-src.zip Makefile *.md *.cc *.h
Step #8 - "build":   adding: Makefile (deflated 59%)
Step #8 - "build":   adding: README.md (deflated 46%)
Step #8 - "build":   adding: sdk.cc (deflated 74%)
Step #8 - "build":   adding: sdk.grpc.pb.cc (deflated 88%)
Step #8 - "build":   adding: sdk.pb.cc (deflated 91%)
Step #8 - "build":   adding: sdk.grpc.pb.h (deflated 93%)
Step #8 - "build":   adding: sdk.h (deflated 58%)
Step #8 - "build":   adding: sdk.pb.h (deflated 90%)
Step #8 - "build": docker push gcr.io/agones-images/agones-controller:0.8.0-5e7f796
Step #8 - "build": The push refers to repository [gcr.io/agones-images/agones-controller]
Step #8 - "build": 9646dbd44c14: Preparing
Step #8 - "build": 5ce8c2de8f12: Preparing
Step #8 - "build": 7bff100f35cb: Preparing
Step #8 - "build": 7bff100f35cb: Layer already exists
Step #8 - "build": 5ce8c2de8f12: Pushed
Step #8 - "build": 9646dbd44c14: Pushed
Step #8 - "build": 0.8.0-5e7f796: digest: sha256:e8fcca8e2871d523cfadb27eef99cadc66bb1c84fefd0c70865d5de0666a6462 size: 951
Step #8 - "build": docker push gcr.io/agones-images/agones-sdk:0.8.0-5e7f796
Step #8 - "build": The push refers to repository [gcr.io/agones-images/agones-sdk]
Step #8 - "build": 68f0e9242c88: Preparing
Step #8 - "build": 5ce8c2de8f12: Preparing
Step #8 - "build": 7bff100f35cb: Preparing
Step #8 - "build": 5ce8c2de8f12: Layer already exists
Step #8 - "build": 7bff100f35cb: Layer already exists
Step #8 - "build": 68f0e9242c88: Pushed
Step #8 - "build": 0.8.0-5e7f796: digest: sha256:0a7a2aa2ae433637302394fd63ec9aeef2a5af3cf29d919f7019029b77d5651f size: 951
Step #8 - "build": docker push gcr.io/agones-images/agones-ping:0.8.0-5e7f796
Step #8 - "build": The push refers to repository [gcr.io/agones-images/agones-ping]
Step #8 - "build": 94279c3a19a2: Preparing
Step #8 - "build": 5ce8c2de8f12: Preparing
Step #8 - "build": 7bff100f35cb: Preparing
Step #8 - "build": 5ce8c2de8f12: Layer already exists
Step #8 - "build": 7bff100f35cb: Layer already exists
Step #8 - "build": 94279c3a19a2: Pushed
Step #8 - "build": 0.8.0-5e7f796: digest: sha256:91bb30b7da8e5a2b8a3369a01fdf3761ee4f891bd5d7ddd56a9e215c9cca59d0 size: 950
Finished Step #8 - "build"
Starting Step #10
Starting Step #11
Step #10: Already have image: e2e-runner
Step #11: Already have image (with digest): gcr.io/cloud-builders/gsutil
Step #11: Copying file://agonessdk-0.8.0-5e7f796-runtime-linux-arch_64.tar.gz [Content-Type=application/x-tar]...
Step #11: / [0 files][    0.0 B/ 66.1 MiB]                                                
-
- [1 files][ 66.1 MiB/ 66.1 MiB]                                                
\
Copying file://agonessdk-0.8.0-5e7f796-dev-linux-arch_64.tar.gz [Content-Type=application/x-tar]...
Step #11: \ [1 files][ 66.1 MiB/355.3 MiB]                                                
==> NOTE: You are uploading one or more large file(s), which would run
Step #11: significantly faster if you enable parallel composite uploads. This
Step #11: feature can be enabled by editing the
Step #11: "parallel_composite_upload_threshold" value in your .boto
Step #11: configuration file. However, note that if you do this large files will
Step #11: be uploaded as `composite objects
Step #11: <https://cloud.google.com/storage/docs/composite-objects>`_,which
Step #11: means that any user who downloads such objects will need to have a
Step #11: compiled crcmod installed (see "gsutil help crcmod"). This is because
Step #11: without a compiled crcmod, computing checksums on composite objects is
Step #11: so slow that gsutil disables downloads of composite objects.
Step #11: 
Step #11: |
| [1 files][168.2 MiB/355.3 MiB]                                                
/
-
- [1 files][277.2 MiB/355.3 MiB]                                                
\
\ [2 files][355.3 MiB/355.3 MiB]                                                
|
Step #11: Operation completed over 2 objects/355.3 MiB.                                    
Step #10: Fetching cluster endpoint and auth data.
Step #10: kubeconfig entry generated for e2e-test-cluster.
Step #10: Waiting consul port-forward to launch on 8500...
Finished Step #11
Step #10: Forwarding from 127.0.0.1:8500 -> 8500
Step #10: Handling connection for 8500
Step #10: consul port-forward launched. Starting e2e tests...
Step #10: Handling connection for 8500
Step #10: Setting up lock at path: LockE2E/.lock
Step #10: Attempting lock acquisition
Step #10: Handling connection for 8500
Step #7 - "deploy-site-static": .................................................................................done.
Step #7 - "deploy-site-static": Deployed service [preview] to [https://5e7f796-dot-preview-dot-agones-images.appspot.com]
Step #7 - "deploy-site-static": 
Step #7 - "deploy-site-static": You can stream logs from the command line by running:
Step #7 - "deploy-site-static":   $ gcloud app logs tail -s preview
Step #7 - "deploy-site-static": 
Step #7 - "deploy-site-static": To view your application in the web browser run:
Step #7 - "deploy-site-static":   $ gcloud app browse -s preview --project=agones-images
Finished Step #7 - "deploy-site-static"
Step #10: Starting handler
Step #10: installing current release
Step #10: # if IMAGE_PULL_SECRET_FILE is specified, create the agones-system namespace and install the secret
Step #10: \
Step #10: 	helm upgrade --install --wait --namespace=agones-system\
Step #10: 	--set agones.image.tag=0.8.0-5e7f796,agones.image.registry=gcr.io/agones-images \
Step #10: 	--set agones.image.controller.pullPolicy="Always",agones.image.sdk.alwaysPull=true \
Step #10: 	--set agones.image.controller.pullSecret= \
Step #10: 	--set agones.ping.http.serviceType="LoadBalancer",agones.ping.udp.serviceType="LoadBalancer" \
Step #10: 	--set agones.crds.cleanupOnDelete=true \
Step #10: 	agones /go/src/agones.dev/agones/install/helm/agones/
Step #10: Release "agones" has been upgraded. Happy Helming!
Step #10: LAST DEPLOYED: Sat Jan 26 01:27:26 2019
Step #10: NAMESPACE: agones-system
Step #10: STATUS: DEPLOYED
Step #10: 
Step #10: RESOURCES:
Step #10: ==> v1/Service
Step #10: NAME                       AGE
Step #10: agones-ping-udp-service    48d
Step #10: agones-ping-http-service   48d
Step #10: agones-controller-service  48d
Step #10: 
Step #10: ==> v1/Deployment
Step #10: agones-controller  48d
Step #10: agones-ping        48d
Step #10: 
Step #10: ==> v1beta1/ValidatingWebhookConfiguration
Step #10: agones-validation-webhook  48d
Step #10: 
Step #10: ==> v1/Pod(related)
Step #10: 
Step #10: NAME                                READY  STATUS       RESTARTS  AGE
Step #10: agones-controller-84d4569c76-xt2wb  1/1    Running      0         7s
Step #10: agones-ping-6d895f7b84-cjv9h        1/1    Running      0         5s
Step #10: agones-ping-6d895f7b84-mc2t5        1/1    Running      0         13s
Step #10: agones-ping-8677f6d85c-r9kcg        0/1    Terminating  0         6m
Step #10: agones-ping-8677f6d85c-wv9sf        0/1    Terminating  0         6m
Step #10: 
Step #10: ==> v1/Secret
Step #10: 
Step #10: NAME         AGE
Step #10: agones-cert  48d
Step #10: 
Step #10: ==> v1beta1/CustomResourceDefinition
Step #10: fleets.stable.agones.dev                 48d
Step #10: fleetallocations.stable.agones.dev       48d
Step #10: fleetautoscalers.stable.agones.dev       48d
Step #10: gameservers.stable.agones.dev            48d
Step #10: gameserverallocations.stable.agones.dev  15d
Step #10: gameserversets.stable.agones.dev         48d
Step #10: 
Step #10: ==> v1/RoleBinding
Step #10: agones-sdk-access  48d
Step #10: 
Step #10: ==> v1beta1/MutatingWebhookConfiguration
Step #10: agones-mutation-webhook  48d
Step #10: 
Step #10: ==> v1beta1/PriorityClass
Step #10: agones-system  9h
Step #10: 
Step #10: ==> v1/ServiceAccount
Step #10: agones-controller  48d
Step #10: agones-sdk         48d
Step #10: 
Step #10: ==> v1/ClusterRole
Step #10: agones-controller  48d
Step #10: agones-sdk         48d
Step #10: 
Step #10: ==> v1/ClusterRoleBinding
Step #10: agones-controller-access  48d
Step #10: 
Step #10: 
Step #10: NOTES:
Step #10: The Agones controller has been installed in the namespace agones-system.
Step #10: 
Step #10: You can watch the status by running 'kubectl --namespace agones-system get pods -o wide -w agones-controller'
Step #10: 
Step #10: Once ready you can create your first GameServer using our examples:
Step #10: 
Step #10: 'kubectl apply -f https://raw.githubusercontent.com/GoogleCloudPlatform/agones/master/examples/simple-udp/gameserver.yaml'
Step #10: 
Step #10: An example GameServer that makes use of the controller:
Step #10: 
Step #10: apiVersion: "stable.agones.dev/v1alpha1"
Step #10: kind: GameServer
Step #10: metadata:
Step #10:   name: "simple-udp"
Step #10: spec:
Step #10:   portPolicy: "dynamic"
Step #10:   containerPort: 7654
Step #10:   template:
Step #10:     spec:
Step #10:       containers:
Step #10:       - name: simple-udp
Step #10:         image: gcr.io/agones-images/udp-server:0.5
Step #10: 
Step #10: Finally don't forget to explore our documentation and usage guides on how to develop and host dedicated game servers on top of Agones. :
Step #10: 
Step #10:  - [Create a Game Server](https://github.com/GoogleCloudPlatform/agones/blob/master/docs/create_gameserver.md)
Step #10:  - [Integrating the Game Server SDK](https://github.com/GoogleCloudPlatform/agones/tree/master/sdks)
Step #10:  - [GameServer Health Checking](https://github.com/GoogleCloudPlatform/agones/blob/master/docs/health_checking.md)
Step #10:  - [Accessing Agones via the Kubernetes API](https://github.com/GoogleCloudPlatform/agones/blob/master/docs/access_api.md)
Step #10: starting e2e test
Step #10: go test -v -race agones.dev/agones/test/e2e/... \
Step #10: 	--kubeconfig /root/.kube/config \
Step #10: 	--gameserver-image=gcr.io/agones-images/udp-server:0.5 \
Step #10: 	--pullsecret=
Step #10: === RUN   TestCreateFleetAndFleetAllocate
Step #10: === PAUSE TestCreateFleetAndFleetAllocate
Step #10: === RUN   TestCreateFullFleetAndCantFleetAllocate
Step #10: === PAUSE TestCreateFullFleetAndCantFleetAllocate
Step #10: === RUN   TestScaleFleetUpAndDownWithFleetAllocation
Step #10: === PAUSE TestScaleFleetUpAndDownWithFleetAllocation
Step #10: === RUN   TestScaleFleetUpAndDownWithGameServerAllocation
Step #10: === PAUSE TestScaleFleetUpAndDownWithGameServerAllocation
Step #10: === RUN   TestFleetUpdates
Step #10: === PAUSE TestFleetUpdates
Step #10: === RUN   TestUpdateGameServerConfigurationInFleet
Step #10: === PAUSE TestUpdateGameServerConfigurationInFleet
Step #10: === RUN   TestFleetAllocationDuringGameServerDeletion
Step #10: === PAUSE TestFleetAllocationDuringGameServerDeletion
Step #10: === RUN   TestGameServerAllocationDuringGameServerDeletion
Step #10: === PAUSE TestGameServerAllocationDuringGameServerDeletion
Step #10: === RUN   TestAutoscalerBasicFunctions
Step #10: === PAUSE TestAutoscalerBasicFunctions
Step #10: === RUN   TestAutoscalerStressCreate
Step #10: === PAUSE TestAutoscalerStressCreate
Step #10: === RUN   TestAutoscalerWebhook
Step #10: === PAUSE TestAutoscalerWebhook
Step #10: === RUN   TestTlsWebhook
Step #10: === PAUSE TestTlsWebhook
Step #10: === RUN   TestCreateConnect
Step #10: === PAUSE TestCreateConnect
Step #10: === RUN   TestSDKSetLabel
Step #10: === PAUSE TestSDKSetLabel
Step #10: === RUN   TestSDKSetAnnotation
Step #10: === PAUSE TestSDKSetAnnotation
Step #10: === RUN   TestUnhealthyGameServersWithoutFreePorts
Step #10: === PAUSE TestUnhealthyGameServersWithoutFreePorts
Step #10: === RUN   TestCreateFleetAndGameServerAllocate
Step #10: === PAUSE TestCreateFleetAndGameServerAllocate
Step #10: === RUN   TestCreateFullFleetAndCantGameServerAllocate
Step #10: === PAUSE TestCreateFullFleetAndCantGameServerAllocate
Step #10: === RUN   TestGameServerAllocationMetaDataPatch
Step #10: === PAUSE TestGameServerAllocationMetaDataPatch
Step #10: === RUN   TestGameServerAllocationPreferredSelection
Step #10: === PAUSE TestGameServerAllocationPreferredSelection
Step #10: === RUN   TestGameServerAllocationDeletionOnUnAllocate
Step #10: --- PASS: TestGameServerAllocationDeletionOnUnAllocate (0.19s)
Step #10: === RUN   TestPingHTTP
Step #10: === PAUSE TestPingHTTP
Step #10: === RUN   TestPingUDP
Step #10: {"message":"load balancer","severity":"info","svc":{"metadata":{"name":"agones-ping-udp-service","namespace":"agones-system","selfLink":"/api/v1/namespaces/agones-system/services/agones-ping-udp-service","uid":"6a2ab239-fb42-11e8-a7c2-42010a8a00c7","resourceVersion":"13733872","creationTimestamp":"2018-12-08T23:38:50Z","labels":{"app":"agones","chart":"agones-0.8.0-rc","component":"ping","heritage":"Tiller","release":"agones"}},"spec":{"ports":[{"name":"udp","protocol":"UDP","port":50000,"targetPort":8080,"nodePort":32495}],"selector":{"stable.agones.dev/role":"ping"},"clusterIP":"10.43.251.240","type":"LoadBalancer","sessionAffinity":"None","externalTrafficPolicy":"Cluster"},"status":{"loadBalancer":{"ingress":[{"ip":"35.247.4.172"}]}}},"time":"2019-01-26T01:27:59.228101556Z"}
Step #10: --- PASS: TestPingUDP (0.03s)
Step #10: === CONT  TestCreateFleetAndFleetAllocate
Step #10: === RUN   TestCreateFleetAndFleetAllocate/Packed
Step #10: === CONT  TestTlsWebhook
Step #10: === CONT  TestCreateFullFleetAndCantGameServerAllocate
Step #10: === CONT  TestCreateFleetAndGameServerAllocate
Step #10: === RUN   TestCreateFullFleetAndCantGameServerAllocate/Packed
Step #10: === RUN   TestCreateFleetAndGameServerAllocate/Packed
Step #10: === CONT  TestUnhealthyGameServersWithoutFreePorts
Step #10: === CONT  TestSDKSetAnnotation
Step #10: === CONT  TestCreateConnect
Step #10: === CONT  TestGameServerAllocationPreferredSelection
Step #10: {"message":"GameServer created, waiting for Ready","name":"udp-serverbh6sv","severity":"info","time":"2019-01-26T01:27:59.321555205Z"}
Step #10: {"message":"GameServer created, waiting for Ready","name":"udp-server6qn2n","severity":"info","time":"2019-01-26T01:27:59.329122673Z"}
Step #10: --- PASS: TestUnhealthyGameServersWithoutFreePorts (12.82s)
Step #10: === CONT  TestPingHTTP
Step #10: {"message":"load balancer","severity":"info","svc":{"metadata":{"name":"agones-ping-http-service","namespace":"agones-system","selfLink":"/api/v1/namespaces/agones-system/services/agones-ping-http-service","uid":"6a2f1082-fb42-11e8-a7c2-42010a8a00c7","resourceVersion":"13733870","creationTimestamp":"2018-12-08T23:38:50Z","labels":{"app":"agones","chart":"agones-0.8.0-rc","component":"ping","heritage":"Tiller","release":"agones"}},"spec":{"ports":[{"name":"http","protocol":"TCP","port":80,"targetPort":8080,"nodePort":32064}],"selector":{"stable.agones.dev/role":"ping"},"clusterIP":"10.43.255.46","type":"LoadBalancer","sessionAffinity":"None","externalTrafficPolicy":"Cluster"},"status":{"loadBalancer":{"ingress":[{"ip":"35.247.81.255"}]}}},"time":"2019-01-26T01:28:12.08911885Z"}
Step #10: --- PASS: TestPingHTTP (0.04s)
Step #10: === CONT  TestFleetAllocationDuringGameServerDeletion
Step #10: === RUN   TestFleetAllocationDuringGameServerDeletion/scale_down
Step #10: === PAUSE TestFleetAllocationDuringGameServerDeletion/scale_down
Step #10: === RUN   TestFleetAllocationDuringGameServerDeletion/recreate_update
Step #10: === PAUSE TestFleetAllocationDuringGameServerDeletion/recreate_update
Step #10: === RUN   TestFleetAllocationDuringGameServerDeletion/rolling_update
Step #10: === PAUSE TestFleetAllocationDuringGameServerDeletion/rolling_update
Step #10: === CONT  TestSDKSetLabel
Step #10: {"message":"GameServer created, waiting for Ready","name":"udp-server9lt8q","severity":"info","time":"2019-01-26T01:28:12.111547943Z"}
Step #10: --- PASS: TestCreateConnect (16.21s)
Step #10: === CONT  TestFleetUpdates
Step #10: === RUN   TestFleetUpdates/recreate
Step #10: --- FAIL: TestSDKSetAnnotation (16.41s)
Step #10:     <autogenerated>:1: 
Step #10:         	Error Trace:	gameserver_test.go:116
Step #10:         	Error:      	Should NOT be empty, but was 
Step #10:         	Test:       	TestSDKSetAnnotation
Step #10: === CONT  TestAutoscalerStressCreate
Step #10: === RUN   TestCreateFleetAndGameServerAllocate/Distributed
Step #10: === RUN   TestCreateFullFleetAndCantGameServerAllocate/Distributed
Step #10: --- PASS: TestSDKSetLabel (35.50s)
Step #10: === CONT  TestUpdateGameServerConfigurationInFleet
Step #10: === RUN   TestCreateFleetAndFleetAllocate/Distributed
Step #10: --- PASS: TestTlsWebhook (80.68s)
Step #10: === CONT  TestAutoscalerWebhook
Step #10: --- PASS: TestCreateFleetAndGameServerAllocate (82.39s)
Step #10:     --- PASS: TestCreateFleetAndGameServerAllocate/Packed (34.58s)
Step #10:     --- PASS: TestCreateFleetAndGameServerAllocate/Distributed (47.80s)
Step #10: === CONT  TestScaleFleetUpAndDownWithFleetAllocation
Step #10: === RUN   TestFleetUpdates/rolling
Step #10: --- PASS: TestCreateFleetAndFleetAllocate (101.61s)
Step #10:     --- PASS: TestCreateFleetAndFleetAllocate/Packed (50.38s)
Step #10:     --- PASS: TestCreateFleetAndFleetAllocate/Distributed (51.22s)
Step #10: === CONT  TestGameServerAllocationMetaDataPatch
Step #10: {"message":"GameServer created, waiting for Ready","name":"udp-serverf7rp6","severity":"info","time":"2019-01-26T01:29:40.89325133Z"}
Step #10: === CONT  TestGameServerAllocationDuringGameServerDeletion
Step #10: --- PASS: TestCreateFullFleetAndCantGameServerAllocate (103.62s)
Step #10:     --- PASS: TestCreateFullFleetAndCantGameServerAllocate/Packed (41.79s)
Step #10:     --- PASS: TestCreateFullFleetAndCantGameServerAllocate/Distributed (61.82s)
Step #10: === RUN   TestGameServerAllocationDuringGameServerDeletion/scale_down
Step #10: === PAUSE TestGameServerAllocationDuringGameServerDeletion/scale_down
Step #10: === RUN   TestGameServerAllocationDuringGameServerDeletion/recreate_update
Step #10: === PAUSE TestGameServerAllocationDuringGameServerDeletion/recreate_update
Step #10: === RUN   TestGameServerAllocationDuringGameServerDeletion/rolling_update
Step #10: === PAUSE TestGameServerAllocationDuringGameServerDeletion/rolling_update
Step #10: === CONT  TestScaleFleetUpAndDownWithGameServerAllocation
Step #10: {"fleet":"simple-fleet-jt67q","message":"Scaling fleet","patch":"[{ \"op\": \"replace\", \"path\": \"/spec/replicas\", \"value\": 3 }]","scale":3,"severity":"info","time":"2019-01-26T01:29:52.589677512Z"}
Step #10: --- PASS: TestGameServerAllocationPreferredSelection (120.78s)
Step #10: === CONT  TestCreateFullFleetAndCantFleetAllocate
Step #10: === RUN   TestCreateFullFleetAndCantFleetAllocate/Packed
Step #10: --- PASS: TestGameServerAllocationMetaDataPatch (26.17s)
Step #10: === CONT  TestAutoscalerBasicFunctions
Step #10: --- PASS: TestAutoscalerStressCreate (113.21s)
Step #10: === CONT  TestFleetAllocationDuringGameServerDeletion/scale_down
Step #10: {"fleet":"simple-fleet-2qbxj","message":"Scaling fleet","patch":"[{ \"op\": \"replace\", \"path\": \"/spec/replicas\", \"value\": 3 }]","scale":3,"severity":"info","time":"2019-01-26T01:30:14.790234408Z"}
Step #10: --- PASS: TestAutoscalerWebhook (61.60s)
Step #10: === CONT  TestFleetAllocationDuringGameServerDeletion/recreate_update
Step #10: {"fleet":"simple-fleet-jt67q","message":"Scaling fleet","patch":"[{ \"op\": \"replace\", \"path\": \"/spec/replicas\", \"value\": 1 }]","scale":1,"severity":"info","time":"2019-01-26T01:30:35.790173328Z"}
Step #10: === RUN   TestCreateFullFleetAndCantFleetAllocate/Distributed
Step #10: {"bufferSize":"3","fleetautoscaler":"simple-fleet-jh47s-autoscaler","maxReplicas":10,"message":"Patching fleetautoscaler","minReplicas":5,"patch":"[{ \"op\": \"replace\", \"path\": \"/spec/policy/buffer/bufferSize\", \"value\": 3 },{ \"op\": \"replace\", \"path\": \"/spec/policy/buffer/minReplicas\", \"value\": 5 },{ \"op\": \"replace\", \"path\": \"/spec/policy/buffer/maxReplicas\", \"value\": 10 }]","severity":"info","time":"2019-01-26T01:30:54.796895877Z"}
Step #10: {"bufferSize":"3","fleetautoscaler":"simple-fleet-jh47s-autoscaler","maxReplicas":10,"message":"Patching fleetautoscaler","minReplicas":0,"patch":"[{ \"op\": \"replace\", \"path\": \"/spec/policy/buffer/bufferSize\", \"value\": 3 },{ \"op\": \"replace\", \"path\": \"/spec/policy/buffer/minReplicas\", \"value\": 0 },{ \"op\": \"replace\", \"path\": \"/spec/policy/buffer/maxReplicas\", \"value\": 10 }]","severity":"info","time":"2019-01-26T01:30:56.989802581Z"}
Step #10: --- PASS: TestUpdateGameServerConfigurationInFleet (132.23s)
Step #10: === CONT  TestFleetAllocationDuringGameServerDeletion/rolling_update
Step #10: {"message":"Applying delta function","severity":"info","time":"2019-01-26T01:31:24.865421634Z"}
Step #10: {"fleet":"simple-fleet-v62q9","message":"Scaling fleet","patch":"[{ \"op\": \"replace\", \"path\": \"/spec/replicas\", \"value\": 0 }]","scale":0,"severity":"info","time":"2019-01-26T01:31:24.865678322Z"}
Step #10: {"fleet":"simple-fleet-2qbxj","message":"Scaling fleet","patch":"[{ \"op\": \"replace\", \"path\": \"/spec/replicas\", \"value\": 1 }]","scale":1,"severity":"info","time":"2019-01-26T01:31:25.790157638Z"}
Step #10: {"gs":"simple-fleet-v62q9-rvlzs-b6mtn","message":"Allocated","severity":"info","time":"2019-01-26T01:31:25.990522813Z"}
Step #10: {"error":"Internal error occurred: admission webhook \"mutations.stable.agones.dev\" denied the request: NotFound","message":"Allocation ended","severity":"info","time":"2019-01-26T01:31:34.282220032Z"}
Step #10: === CONT  TestGameServerAllocationDuringGameServerDeletion/recreate_update
Step #10: {"message":"Applying delta function","severity":"info","time":"2019-01-26T01:31:53.203455278Z"}
Step #10: {"gs":"simple-fleet-z2hvz-56m7r-shp6k","message":"Allocated","severity":"info","time":"2019-01-26T01:31:54.189296835Z"}
Step #10: {"gs":"simple-fleet-z2hvz-56m7r-b66th","message":"Allocated","severity":"info","time":"2019-01-26T01:31:56.788613142Z"}
Step #10: {"gs":"simple-fleet-z2hvz-56m7r-5dcgl","message":"Allocated","severity":"info","time":"2019-01-26T01:31:59.27434569Z"}
Step #10: {"gs":"simple-fleet-z2hvz-56m7r-mprqf","message":"Allocated","severity":"info","time":"2019-01-26T01:32:01.389260939Z"}
Step #10: {"error":"Internal error occurred: admission webhook \"mutations.stable.agones.dev\" denied the request: NotFound","message":"Allocation ended","severity":"info","time":"2019-01-26T01:32:08.281190572Z"}
Step #10: === CONT  TestGameServerAllocationDuringGameServerDeletion/rolling_update
Step #10: --- PASS: TestCreateFullFleetAndCantFleetAllocate (140.39s)
Step #10:     --- PASS: TestCreateFullFleetAndCantFleetAllocate/Packed (53.20s)
Step #10:     --- PASS: TestCreateFullFleetAndCantFleetAllocate/Distributed (87.20s)
Step #10: === CONT  TestGameServerAllocationDuringGameServerDeletion/scale_down
Step #10: {"message":"Applying delta function","severity":"info","time":"2019-01-26T01:32:29.991066447Z"}
Step #10: {"gs":"simple-fleet-dsqxp-t66wt-zctz5","message":"Allocated","severity":"info","time":"2019-01-26T01:32:31.790279337Z"}
Step #10: {"gs":"simple-fleet-dsqxp-t66wt-l64d9","message":"Allocated","severity":"info","time":"2019-01-26T01:32:34.389614773Z"}
Step #10: {"gs":"simple-fleet-dsqxp-t66wt-wt6mb","message":"Allocated","severity":"info","time":"2019-01-26T01:32:38.948554121Z"}
Step #10: {"gs":"simple-fleet-dsqxp-t66wt-4k9v7","message":"Allocated","severity":"info","time":"2019-01-26T01:32:40.790075604Z"}
Step #10: {"gs":"simple-fleet-dsqxp-t66wt-6f4b6","message":"Allocated","severity":"info","time":"2019-01-26T01:32:42.590203462Z"}
Step #10: {"gs":"simple-fleet-dsqxp-t66wt-rk8lr","message":"Allocated","severity":"info","time":"2019-01-26T01:32:44.395394418Z"}
Step #10: {"gs":"simple-fleet-dsqxp-t66wt-k7j8f","message":"Allocated","severity":"info","time":"2019-01-26T01:32:46.195729719Z"}
Step #10: {"error":"Internal error occurred: admission webhook \"mutations.stable.agones.dev\" denied the request: NotFound","message":"Allocation ended","severity":"info","time":"2019-01-26T01:32:46.404366709Z"}
Step #10: --- PASS: TestFleetAllocationDuringGameServerDeletion (0.00s)
Step #10:     --- PASS: TestFleetAllocationDuringGameServerDeletion/scale_down (85.49s)
Step #10:     --- PASS: TestFleetAllocationDuringGameServerDeletion/recreate_update (106.93s)
Step #10:     --- PASS: TestFleetAllocationDuringGameServerDeletion/rolling_update (112.00s)
Step #10: {"gs":"simple-fleet-mf8d7-7zvs2-ndd4b","message":"Allocated","severity":"info","time":"2019-01-26T01:33:01.787743137Z"}
Step #10: --- PASS: TestScaleFleetUpAndDownWithFleetAllocation (220.20s)
Step #10: {"message":"Applying delta function","severity":"info","time":"2019-01-26T01:33:01.821537453Z"}
Step #10: {"gs":"simple-fleet-mf8d7-7zvs2-tdpz7","message":"Allocated","severity":"info","time":"2019-01-26T01:33:03.186223731Z"}
Step #10: {"gs":"simple-fleet-mf8d7-7zvs2-sbww4","message":"Allocated","severity":"info","time":"2019-01-26T01:33:04.801262531Z"}
Step #10: {"bufferSize":"10%","fleetautoscaler":"simple-fleet-jh47s-autoscaler","maxReplicas":10,"message":"Patching fleetautoscaler","minReplicas":1,"patch":"[{ \"op\": \"replace\", \"path\": \"/spec/policy/buffer/bufferSize\", \"value\": \"10%\" },{ \"op\": \"replace\", \"path\": \"/spec/policy/buffer/minReplicas\", \"value\": 1 },{ \"op\": \"replace\", \"path\": \"/spec/policy/buffer/maxReplicas\", \"value\": 10 }]","severity":"info","time":"2019-01-26T01:33:06.7899989Z"}
Step #10: {"error":null,"message":"Allocation ended","severity":"info","time":"2019-01-26T01:33:13.085111611Z"}
Step #10: {"message":"Applying delta function","severity":"info","time":"2019-01-26T01:33:29.651533417Z"}
Step #10: {"gs":"simple-fleet-pr7wr-sl5l4-fvqd9","message":"Allocated","severity":"info","time":"2019-01-26T01:33:31.18814719Z"}
Step #10: {"gs":"simple-fleet-pr7wr-sl5l4-pb7pf","message":"Allocated","severity":"info","time":"2019-01-26T01:33:36.417185856Z"}
Step #10: {"gs":"simple-fleet-pr7wr-sl5l4-2sz4p","message":"Allocated","severity":"info","time":"2019-01-26T01:33:37.786300168Z"}
Step #10: {"gs":"simple-fleet-pr7wr-sl5l4-zzkzr","message":"Allocated","severity":"info","time":"2019-01-26T01:33:39.389238978Z"}
Step #10: {"gs":"simple-fleet-pr7wr-sl5l4-hx9pm","message":"Allocated","severity":"info","time":"2019-01-26T01:33:41.188499268Z"}
Step #10: {"gs":"simple-fleet-pr7wr-sl5l4-jt7n9","message":"Allocated","severity":"info","time":"2019-01-26T01:33:42.795017146Z"}
Step #10: {"gs":"simple-fleet-pr7wr-sl5l4-ntl99","message":"Allocated","severity":"info","time":"2019-01-26T01:33:44.186256236Z"}
Step #10: {"error":null,"message":"Allocation ended","severity":"info","time":"2019-01-26T01:33:44.407496284Z"}
Step #10: {"message":"Applying delta function","severity":"info","time":"2019-01-26T01:33:45.226296132Z"}
Step #10: {"fleet":"simple-fleet-j5zcc","message":"Scaling fleet","patch":"[{ \"op\": \"replace\", \"path\": \"/spec/replicas\", \"value\": 0 }]","scale":0,"severity":"info","time":"2019-01-26T01:33:45.226448756Z"}
Step #10: {"gs":"simple-fleet-j5zcc-22sjl-r7gbr","message":"Allocated","severity":"info","time":"2019-01-26T01:33:45.986814146Z"}
Step #10: --- PASS: TestScaleFleetUpAndDownWithGameServerAllocation (244.60s)
Step #10: {"gs":"simple-fleet-j5zcc-22sjl-lgrnp","message":"Allocated","severity":"info","time":"2019-01-26T01:33:47.787122939Z"}
Step #10: {"gs":"simple-fleet-j5zcc-22sjl-47ksw","message":"Allocated","severity":"info","time":"2019-01-26T01:33:49.386563266Z"}
Step #10: --- PASS: TestFleetUpdates (335.01s)
Step #10:     --- PASS: TestFleetUpdates/recreate (78.37s)
Step #10:     --- PASS: TestFleetUpdates/rolling (256.64s)
Step #10: {"gs":"simple-fleet-j5zcc-22sjl-wmt78","message":"Allocated","severity":"info","time":"2019-01-26T01:33:50.786508995Z"}
Step #10: {"gs":"simple-fleet-j5zcc-22sjl-hhczq","message":"Allocated","severity":"info","time":"2019-01-26T01:33:52.186378766Z"}
Step #10: {"error":null,"message":"Allocation ended","severity":"info","time":"2019-01-26T01:33:56.084150269Z"}
Step #10: --- PASS: TestGameServerAllocationDuringGameServerDeletion (0.00s)
Step #10:     --- PASS: TestGameServerAllocationDuringGameServerDeletion/recreate_update (99.08s)
Step #10:     --- PASS: TestGameServerAllocationDuringGameServerDeletion/rolling_update (96.62s)
Step #10:     --- PASS: TestGameServerAllocationDuringGameServerDeletion/scale_down (95.83s)
Step #10: --- PASS: TestAutoscalerBasicFunctions (247.14s)
Step #10: FAIL
Step #10: {"message":"Done. Cleaning up now.","severity":"info","time":"2019-01-26T01:34:14.152387385Z"}
Step #10: FAIL	agones.dev/agones/test/e2e	375.420s
Step #10: ?   	agones.dev/agones/test/e2e/framework	[no test files]
Step #10: Makefile:205: recipe for target 'test-e2e' failed
Step #10: make: *** [test-e2e] Error 1
Step #10: Child terminated, releasing lock
Step #10: Error running handler: exit status 2
Step #10: Cleanup succeeded
Finished Step #10
ERROR
ERROR: build step 10 "e2e-runner" failed: exit status 2

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 36f35ee7-bc18-4203-832c-13255bfc76c6

Build Logs
starting build "36f35ee7-bc18-4203-832c-13255bfc76c6"

FETCHSOURCE
Initialized empty Git repository in /workspace/.git/
From https://source.developers.google.com/p/agones-images/r/agones
 * branch              cd7baddda43db8092e6ef9888324a69f1dc45ba1 -> FETCH_HEAD
Checking out files:  55% (11450/20593)   
Checking out files:  56% (11533/20593)   
Checking out files:  57% (11739/20593)   
Checking out files:  58% (11944/20593)   
Checking out files:  59% (12150/20593)   
Checking out files:  60% (12356/20593)   
Checking out files:  61% (12562/20593)   
Checking out files:  62% (12768/20593)   
Checking out files:  63% (12974/20593)   
Checking out files:  64% (13180/20593)   
Checking out files:  65% (13386/20593)   
Checking out files:  66% (13592/20593)   
Checking out files:  67% (13798/20593)   
Checking out files:  68% (14004/20593)   
Checking out files:  69% (14210/20593)   
Checking out files:  70% (14416/20593)   
Checking out files:  71% (14622/20593)   
Checking out files:  72% (14827/20593)   
Checking out files:  73% (15033/20593)   
Checking out files:  74% (15239/20593)   
Checking out files:  75% (15445/20593)   
Checking out files:  76% (15651/20593)   
Checking out files:  77% (15857/20593)   
Checking out files:  78% (16063/20593)   
Checking out files:  79% (16269/20593)   
Checking out files:  80% (16475/20593)   
Checking out files:  81% (16681/20593)   
Checking out files:  82% (16887/20593)   
Checking out files:  83% (17093/20593)   
Checking out files:  84% (17299/20593)   
Checking out files:  85% (17505/20593)   
Checking out files:  86% (17710/20593)   
Checking out files:  87% (17916/20593)   
Checking out files:  88% (18122/20593)   
Checking out files:  88% (18135/20593)   
Checking out files:  89% (18328/20593)   
Checking out files:  90% (18534/20593)   
Checking out files:  91% (18740/20593)   
Checking out files:  92% (18946/20593)   
Checking out files:  93% (19152/20593)   
Checking out files:  94% (19358/20593)   
Checking out files:  95% (19564/20593)   
Checking out files:  96% (19770/20593)   
Checking out files:  97% (19976/20593)   
Checking out files:  98% (20182/20593)   
Checking out files:  99% (20388/20593)   
Checking out files: 100% (20593/20593)   
Checking out files: 100% (20593/20593), done.
HEAD is now at cd7baddd Merge branch 'master' into docs/remove-make
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:eb5d7eda6804359e4fc5223a31a2d9caa4c8ea590b14060d81c8bc05b22ca04e
Step #0: Status: Downloaded newer image for ubuntu:latest
Finished Step #0
Starting Step #1
Step #1: Already have image (with digest): gcr.io/cloud-builders/docker
Step #1: Sending build context to Docker daemon  397.4MB

Step #1: Step 1/3 : FROM gcr.io/cloud-builders/docker
Step #1:  ---> 2550f9ff484b
Step #1: Step 2/3 : RUN apt-get install make
Step #1:  ---> Running in 41bb111ff2a6
Step #1: Reading package lists...
Step #1: Building dependency tree...
Step #1: Reading state information...
Step #1: make is already the newest version (4.1-6).
Step #1: 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
Step #1: Removing intermediate container 41bb111ff2a6
Step #1:  ---> b7c7f08ff6d3
Step #1: Step 3/3 : ENTRYPOINT ["/usr/bin/make"]
Step #1:  ---> Running in 0c925e6ea21e
Step #1: Removing intermediate container 0c925e6ea21e
Step #1:  ---> 0fedae368321
Step #1: Successfully built 0fedae368321
Step #1: Successfully tagged make-docker:latest
Finished Step #1
Starting Step #2
Step #2: Already have image: make-docker
Step #2: docker pull gcr.io/agones-images/agones-build:db76ca0bfb && docker tag gcr.io/agones-images/agones-build:db76ca0bfb agones-build:db76ca0bfb
Step #2: db76ca0bfb: Pulling from agones-images/agones-build
Step #2: 54f7e8ac135a: Pulling fs layer
Step #2: d6b856b25aeb: Pulling fs layer
Step #2: b4d69f3225dc: Pulling fs layer
Step #2: 35ae38fba43f: Pulling fs layer
Step #2: 0b07bd5731b1: Pulling fs layer
Step #2: c9be458cecce: Pulling fs layer
Step #2: adf56d0b1592: Pulling fs layer
Step #2: cb7a3e76cb35: Pulling fs layer
Step #2: ad6bbe5d9e39: Pulling fs layer
Step #2: 1665e2e79d54: Pulling fs layer
Step #2: 6dd3f5bc4dfb: Pulling fs layer
Step #2: ef3428aedf60: Pulling fs layer
Step #2: 55ad8552b073: Pulling fs layer
Step #2: 07ce7491b54f: Pulling fs layer
Step #2: b19dd2ef50b3: Pulling fs layer
Step #2: a760ea671a67: Pulling fs layer
Step #2: 9053ef7eba9e: Pulling fs layer
Step #2: adf56d0b1592: Waiting
Step #2: 70c2fe44a16c: Pulling fs layer
Step #2: 7e519e55b704: Pulling fs layer
Step #2: cb7a3e76cb35: Waiting
Step #2: 6dd3f5bc4dfb: Waiting
Step #2: ef3428aedf60: Waiting
Step #2: 55ad8552b073: Waiting
Step #2: ad6bbe5d9e39: Waiting
Step #2: 1665e2e79d54: Waiting
Step #2: b19dd2ef50b3: Waiting
Step #2: a760ea671a67: Waiting
Step #2: 35ae38fba43f: Waiting
Step #2: 07ce7491b54f: Waiting
Step #2: 0b07bd5731b1: Waiting
Step #2: c9be458cecce: Waiting
Step #2: 9053ef7eba9e: Waiting
Step #2: 70c2fe44a16c: Waiting
Step #2: c30bdfa63c6d: Pulling fs layer
Step #2: 7e519e55b704: Waiting
Step #2: c97c73228563: Pulling fs layer
Step #2: a510318ea9e1: Pulling fs layer
Step #2: 9ad9cd8032e0: Pulling fs layer
Step #2: c30bdfa63c6d: Waiting
Step #2: c65faf52f1a7: Pulling fs layer
Step #2: a510318ea9e1: Waiting
Step #2: 9ad9cd8032e0: Waiting
Step #2: 54f7e8ac135a: Verifying Checksum
Step #2: 54f7e8ac135a: Download complete
Step #2: 35ae38fba43f: Verifying Checksum
Step #2: 35ae38fba43f: Download complete
Step #2: 54f7e8ac135a: Pull complete
Step #2: d6b856b25aeb: Verifying Checksum
Step #2: d6b856b25aeb: Download complete
Step #2: 0b07bd5731b1: Verifying Checksum
Step #2: 0b07bd5731b1: Download complete
Step #2: c9be458cecce: Verifying Checksum
Step #2: c9be458cecce: Download complete
Step #2: adf56d0b1592: Download complete
Step #2: b4d69f3225dc: Verifying Checksum
Step #2: b4d69f3225dc: Download complete
Step #2: ad6bbe5d9e39: Verifying Checksum
Step #2: ad6bbe5d9e39: Download complete
Step #2: 1665e2e79d54: Verifying Checksum
Step #2: 1665e2e79d54: Download complete
Step #2: ef3428aedf60: Verifying Checksum
Step #2: ef3428aedf60: Download complete
Step #2: 6dd3f5bc4dfb: Verifying Checksum
Step #2: 6dd3f5bc4dfb: Download complete
Step #2: 55ad8552b073: Verifying Checksum
Step #2: 55ad8552b073: Download complete
Step #2: b19dd2ef50b3: Verifying Checksum
Step #2: b19dd2ef50b3: Download complete
Step #2: 07ce7491b54f: Verifying Checksum
Step #2: 07ce7491b54f: Download complete
Step #2: cb7a3e76cb35: Verifying Checksum
Step #2: cb7a3e76cb35: Download complete
Step #2: 70c2fe44a16c: Verifying Checksum
Step #2: 70c2fe44a16c: Download complete
Step #2: 9053ef7eba9e: Verifying Checksum
Step #2: 9053ef7eba9e: Download complete
Step #2: a760ea671a67: Verifying Checksum
Step #2: a760ea671a67: Download complete
Step #2: c97c73228563: Verifying Checksum
Step #2: c97c73228563: Download complete
Step #2: a510318ea9e1: Verifying Checksum
Step #2: a510318ea9e1: Download complete
Step #2: 7e519e55b704: Verifying Checksum
Step #2: 7e519e55b704: Download complete
Step #2: 9ad9cd8032e0: Verifying Checksum
Step #2: 9ad9cd8032e0: Download complete
Step #2: c65faf52f1a7: Download complete
Step #2: c30bdfa63c6d: Verifying Checksum
Step #2: c30bdfa63c6d: Download complete
Step #2: d6b856b25aeb: Pull complete
Step #2: b4d69f3225dc: Pull complete
Step #2: 35ae38fba43f: Pull complete
Step #2: 0b07bd5731b1: Pull complete
Step #2: c9be458cecce: Pull complete
Step #2: adf56d0b1592: Pull complete
Step #2: cb7a3e76cb35: Pull complete
Step #2: ad6bbe5d9e39: Pull complete
Step #2: 1665e2e79d54: Pull complete
Step #2: 6dd3f5bc4dfb: Pull complete
Step #2: ef3428aedf60: Pull complete
Step #2: 55ad8552b073: Pull complete
Step #2: 07ce7491b54f: Pull complete
Step #2: b19dd2ef50b3: Pull complete
Step #2: a760ea671a67: Pull complete
Step #2: 9053ef7eba9e: Pull complete
Step #2: 70c2fe44a16c: Pull complete
Step #2: 7e519e55b704: Pull complete
Step #2: c30bdfa63c6d: Pull complete
Step #2: c97c73228563: Pull complete
Step #2: a510318ea9e1: Pull complete
Step #2: 9ad9cd8032e0: Pull complete
Step #2: c65faf52f1a7: Pull complete
Step #2: Digest: sha256:2d00d35b9783ae90c0f836eaebb1aca018edfa03510db7301ddb121a4cb39f82
Step #2: Status: Downloaded newer image for gcr.io/agones-images/agones-build:db76ca0bfb
Finished Step #2
Starting Step #3 - "lint"
Step #3 - "lint": Already have image: make-docker
Step #3 - "lint": mkdir -p ~/.kube/
Step #3 - "lint": mkdir -p /workspace/build//.config/gcloud
Step #3 - "lint": mkdir -p ~/.helm
Step #3 - "lint": docker run -t -e "TERM=xterm-256color" --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build -w /go/src/agones.dev/agones  agones-build:db76ca0bfb bash -c \
Step #3 - "lint": 	"golangci-lint run ./examples/... && golangci-lint run --deadline 15m ./..."
Finished Step #3 - "lint"
Starting Step #4 - "tests"
Starting Step #9 - "build-e2e"
Starting Step #8 - "build"
Step #9 - "build-e2e": Already have image (with digest): gcr.io/cloud-builders/docker
Step #4 - "tests": Already have image: make-docker
Step #8 - "build": Already have image: make-docker
Step #9 - "build-e2e": Sending build context to Docker daemon  7.168kB

Step #9 - "build-e2e": Step 1/20 : FROM gcr.io/cloud-builders/gcloud-slim
Step #9 - "build-e2e":  ---> f36ece0e06cc
Step #9 - "build-e2e": Step 2/20 : RUN apt-get update &&     apt-get install -y wget psmisc make gcc python jq zip &&     apt-get clean
Step #9 - "build-e2e":  ---> Running in 2dbd57f8ae98
Step #9 - "build-e2e": Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB]
Step #9 - "build-e2e": Get:2 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial InRelease [23.8 kB]
Step #9 - "build-e2e": Get:3 http://archive.ubuntu.com/ubuntu xenial InRelease [247 kB]
Step #4 - "tests": mkdir -p ~/.kube/
Step #4 - "tests": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go test -race agones.dev/agones/pkg/... \
Step #4 - "tests": agones.dev/agones/sdks/... agones.dev/agones/cmd/...
Step #4 - "tests": mkdir -p /tmp/agones-install
Step #4 - "tests": mkdir -p /workspace/build//.config/gcloud
Step #4 - "tests": mkdir -p ~/.helm
Step #4 - "tests": cp /workspace/install/yaml/install.yaml /tmp/agones-install/install.yaml
Step #4 - "tests": docker run --rm --name=agones-website -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb \
Step #4 - "tests":     	hugo server --watch --baseURL="http://localhost:1313/site/" &
Step #4 - "tests": until docker exec agones-website curl -o /dev/null --silent http://localhost:1313/site/; \
Step #4 - "tests": 		do \
Step #4 - "tests": 			echo "Waiting for server to start..."; \
Step #4 - "tests": 			sleep 1; \
Step #4 - "tests": 		done
Step #4 - "tests": sort /tmp/agones-install/install.yaml > /tmp/agones-install/install.yaml.sorted
Step #4 - "tests": /usr/bin/make gen-install
Step #4 - "tests": make[1]: Entering directory '/workspace/build'
Step #4 - "tests": mkdir -p ~/.kube/
Step #4 - "tests": mkdir -p /workspace/build//.config/gcloud
Step #4 - "tests": mkdir -p ~/.helm
Step #4 - "tests": Error: No such container: agones-website
Step #4 - "tests": Waiting for server to start...
Step #4 - "tests": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build  agones-build:db76ca0bfb bash -c \
Step #4 - "tests": 	'helm template --name=agones-manual --namespace agones-system /go/src/agones.dev/agones/install/helm/agones \
Step #4 - "tests": 	--set agones.controller.generateTLS=false \
Step #4 - "tests": 	--set agones.crds.cleanupOnDelete=false \
Step #4 - "tests": 	> /go/src/agones.dev/agones/install/yaml/install.yaml'
Step #9 - "build-e2e": Get:4 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial/main amd64 Packages [3356 B]
Step #9 - "build-e2e": Get:5 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [600 kB]
Step #9 - "build-e2e": Get:6 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
Step #9 - "build-e2e": Get:7 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial/main Translation-en [2380 B]
Step #9 - "build-e2e": Get:8 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
Step #9 - "build-e2e": Get:9 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages [1201 kB]
Step #8 - "build": mkdir -p ~/.kube/
Step #8 - "build": mkdir -p /workspace/build//.config/gcloud
Step #9 - "build-e2e": Get:10 http://security.ubuntu.com/ubuntu xenial-security/main Translation-en [249 kB]
Step #8 - "build": mkdir -p ~/.helm
Step #9 - "build-e2e": Get:11 http://security.ubuntu.com/ubuntu xenial-security/restricted amd64 Packages [7204 B]
Step #9 - "build-e2e": Get:12 http://security.ubuntu.com/ubuntu xenial-security/restricted Translation-en [2152 B]
Step #9 - "build-e2e": Get:13 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [415 kB]
Step #9 - "build-e2e": Get:14 http://security.ubuntu.com/ubuntu xenial-security/universe Translation-en [163 kB]
Step #9 - "build-e2e": Get:15 http://archive.ubuntu.com/ubuntu xenial/main Translation-en [568 kB]
Step #9 - "build-e2e": Get:16 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [5600 B]
Step #9 - "build-e2e": Get:17 http://security.ubuntu.com/ubuntu xenial-security/multiverse Translation-en [2676 B]
Step #8 - "build": docker run --rm -e "CGO_ENABLED=0" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #8 - "build": -tags none -o /go/src/agones.dev/agones/cmd/controller/bin/controller \
Step #8 - "build":  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-cd7badd" -installsuffix cgo agones.dev/agones/cmd/controller
Step #9 - "build-e2e": Get:18 http://archive.ubuntu.com/ubuntu xenial/restricted amd64 Packages [8344 B]
Step #9 - "build-e2e": Get:19 http://archive.ubuntu.com/ubuntu xenial/restricted Translation-en [2908 B]
Step #9 - "build-e2e": Get:20 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages [7532 kB]
Step #4 - "tests": Building sites … Waiting for server to start...
Step #4 - "tests": ?   	agones.dev/agones/pkg	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/apis	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/apis/stable	[no test files]
Step #9 - "build-e2e": Get:21 http://archive.ubuntu.com/ubuntu xenial/universe Translation-en [4354 kB]
Step #9 - "build-e2e": Get:22 http://archive.ubuntu.com/ubuntu xenial/multiverse amd64 Packages [144 kB]
Step #9 - "build-e2e": Get:23 http://archive.ubuntu.com/ubuntu xenial/multiverse Translation-en [106 kB]
Step #9 - "build-e2e": Get:24 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [902 kB]
Step #4 - "tests": make[1]: Leaving directory '/workspace/build'
Step #4 - "tests": sort /workspace/install/yaml/install.yaml > /tmp/agones-install/install.current.yaml.sorted
Step #4 - "tests": diff /tmp/agones-install/install.yaml.sorted /tmp/agones-install/install.current.yaml.sorted
Step #9 - "build-e2e": Get:25 http://archive.ubuntu.com/ubuntu xenial-updates/main Translation-en [365 kB]
Step #9 - "build-e2e": Get:26 http://archive.ubuntu.com/ubuntu xenial-updates/restricted amd64 Packages [7556 B]
Step #9 - "build-e2e": Get:27 http://archive.ubuntu.com/ubuntu xenial-updates/restricted Translation-en [2272 B]
Step #9 - "build-e2e": Get:28 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [721 kB]
Step #9 - "build-e2e": Get:29 http://archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [295 kB]
Step #9 - "build-e2e": Get:30 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [16.6 kB]
Step #9 - "build-e2e": Get:31 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse Translation-en [8440 B]
Step #9 - "build-e2e": Get:32 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [7280 B]
Step #9 - "build-e2e": Get:33 http://archive.ubuntu.com/ubuntu xenial-backports/main Translation-en [4456 B]
Step #9 - "build-e2e": Get:34 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [7804 B]
Step #9 - "build-e2e": Get:35 http://archive.ubuntu.com/ubuntu xenial-backports/universe Translation-en [4184 B]
Step #4 - "tests": Waiting for server to start...
Step #4 - "tests": 
Step #4 - "tests":                    | EN  
Step #4 - "tests": +------------------+----+
Step #4 - "tests":   Pages            | 59  
Step #4 - "tests":   Paginator pages  |  0  
Step #4 - "tests":   Non-page files   |  2  
Step #4 - "tests":   Static files     | 40  
Step #4 - "tests":   Processed images |  2  
Step #4 - "tests":   Aliases          | 10  
Step #4 - "tests":   Sitemaps         |  1  
Step #4 - "tests":   Cleaned          |  0  
Step #4 - "tests": 
Step #4 - "tests": Total in 2173 ms
Step #4 - "tests": Watching for changes in /go/src/agones.dev/agones/site/{assets,content,layouts,static,themes}
Step #4 - "tests": Watching for config changes in /go/src/agones.dev/agones/site/config.toml, /go/src/agones.dev/agones/site/themes/docsy/config.toml
Step #4 - "tests": Environment: "development"
Step #4 - "tests": Serving pages from memory
Step #4 - "tests": Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
Step #4 - "tests": Web Server is available at http://localhost:1313/site/ (bind address 127.0.0.1)
Step #4 - "tests": Press Ctrl+C to stop
Step #4 - "tests": ( trap 'docker stop agones-website' EXIT; docker exec agones-website linkchecker --anchors http://localhost:1313/site/ )
Step #9 - "build-e2e": Fetched 18.3 MB in 6s (3042 kB/s)
Step #4 - "tests": WARNING 2019-01-28 15:44:41,404 MainThread Running as root user; dropping privileges by changing user to nobody.
Step #4 - "tests": INFO 2019-01-28 15:44:41,405 MainThread Checking intern URLs only; use --check-extern to check extern URLs.
Step #4 - "tests": LinkChecker 9.3              Copyright (C) 2000-2014 Bastian Kleineidam
Step #4 - "tests": LinkChecker comes with ABSOLUTELY NO WARRANTY!
Step #4 - "tests": This is free software, and you are welcome to redistribute it
Step #4 - "tests": under certain conditions. Look at the file `LICENSE' within this
Step #4 - "tests": distribution.
Step #4 - "tests": Get the newest version at http://wummel.github.io/linkchecker/
Step #4 - "tests": Write comments and bugs to https://github.com/wummel/linkchecker/issues
Step #4 - "tests": Support this project at http://wummel.github.io/linkchecker/donations.html
Step #4 - "tests": 
Step #4 - "tests": Start checking at 2019-01-28 15:44:41+000
Step #4 - "tests": 10 threads active,     5 links queued,   21 links in   3 URLs checked, runtime 1 seconds
Step #9 - "build-e2e": Reading package lists...
Step #9 - "build-e2e": Reading package lists...
Step #9 - "build-e2e": Building dependency tree...
Step #9 - "build-e2e": Reading state information...
Step #9 - "build-e2e": python is already the newest version (2.7.12-1~16.04).
Step #9 - "build-e2e": python set to manually installed.
Step #9 - "build-e2e": The following packages were automatically installed and are no longer required:
Step #9 - "build-e2e":   libexpat1-dev libpython-dev libpython2.7 libpython2.7-dev
Step #9 - "build-e2e":   python-pkg-resources python2.7-dev
Step #9 - "build-e2e": Use 'apt autoremove' to remove them.
Step #9 - "build-e2e": The following additional packages will be installed:
Step #9 - "build-e2e":   libonig2 unzip
Step #9 - "build-e2e": Suggested packages:
Step #9 - "build-e2e":   gcc-multilib autoconf automake libtool flex bison gdb gcc-doc make-doc
Step #9 - "build-e2e": The following NEW packages will be installed:
Step #9 - "build-e2e":   gcc jq libonig2 make psmisc unzip wget zip
Step #9 - "build-e2e": 0 upgraded, 8 newly installed, 0 to remove and 10 not upgraded.
Step #9 - "build-e2e": Need to get 746 kB/1051 kB of archives.
Step #9 - "build-e2e": After this operation, 3466 kB of additional disk space will be used.
Step #9 - "build-e2e": Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 psmisc amd64 22.21-2.1build1 [48.0 kB]
Step #9 - "build-e2e": Get:2 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libonig2 amd64 5.9.6-1ubuntu0.1 [86.7 kB]
Step #9 - "build-e2e": Get:3 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 jq amd64 1.5+dfsg-1ubuntu0.1 [144 kB]
Step #9 - "build-e2e": Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 make amd64 4.1-6 [151 kB]
Step #9 - "build-e2e": Get:5 http://archive.ubuntu.com/ubuntu xenial/main amd64 unzip amd64 6.0-20ubuntu1 [158 kB]
Step #9 - "build-e2e": Get:6 http://archive.ubuntu.com/ubuntu xenial/main amd64 zip amd64 3.0-11 [158 kB]
Step #9 - "build-e2e": Fetched 746 kB in 1s (592 kB/s)
Step #9 - "build-e2e": Selecting previously unselected package psmisc.
Step #9 - "build-e2e": (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15833 files and directories currently installed.)
Step #9 - "build-e2e": Preparing to unpack .../psmisc_22.21-2.1build1_amd64.deb ...
Step #9 - "build-e2e": Unpacking psmisc (22.21-2.1build1) ...
Step #9 - "build-e2e": Selecting previously unselected package wget.
Step #9 - "build-e2e": Preparing to unpack .../wget_1.17.1-1ubuntu1.4_amd64.deb ...
Step #9 - "build-e2e": Unpacking wget (1.17.1-1ubuntu1.4) ...
Step #9 - "build-e2e": Selecting previously unselected package gcc.
Step #9 - "build-e2e": Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ...
Step #9 - "build-e2e": Unpacking gcc (4:5.3.1-1ubuntu1) ...
Step #9 - "build-e2e": Selecting previously unselected package libonig2:amd64.
Step #9 - "build-e2e": Preparing to unpack .../libonig2_5.9.6-1ubuntu0.1_amd64.deb ...
Step #9 - "build-e2e": Unpacking libonig2:amd64 (5.9.6-1ubuntu0.1) ...
Step #9 - "build-e2e": Selecting previously unselected package jq.
Step #9 - "build-e2e": Preparing to unpack .../jq_1.5+dfsg-1ubuntu0.1_amd64.deb ...
Step #9 - "build-e2e": Unpacking jq (1.5+dfsg-1ubuntu0.1) ...
Step #9 - "build-e2e": Selecting previously unselected package make.
Step #9 - "build-e2e": Preparing to unpack .../archives/make_4.1-6_amd64.deb ...
Step #9 - "build-e2e": Unpacking make (4.1-6) ...
Step #9 - "build-e2e": Selecting previously unselected package unzip.
Step #9 - "build-e2e": Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ...
Step #9 - "build-e2e": Unpacking unzip (6.0-20ubuntu1) ...
Step #9 - "build-e2e": Selecting previously unselected package zip.
Step #9 - "build-e2e": Preparing to unpack .../archives/zip_3.0-11_amd64.deb ...
Step #9 - "build-e2e": Unpacking zip (3.0-11) ...
Step #9 - "build-e2e": Processing triggers for libc-bin (2.23-0ubuntu10) ...
Step #9 - "build-e2e": Processing triggers for mime-support (3.59ubuntu1) ...
Step #9 - "build-e2e": Setting up psmisc (22.21-2.1build1) ...
Step #9 - "build-e2e": Setting up wget (1.17.1-1ubuntu1.4) ...
Step #9 - "build-e2e": Setting up gcc (4:5.3.1-1ubuntu1) ...
Step #9 - "build-e2e": Setting up libonig2:amd64 (5.9.6-1ubuntu0.1) ...
Step #9 - "build-e2e": Setting up jq (1.5+dfsg-1ubuntu0.1) ...
Step #9 - "build-e2e": Setting up make (4.1-6) ...
Step #9 - "build-e2e": Setting up unzip (6.0-20ubuntu1) ...
Step #9 - "build-e2e": Setting up zip (3.0-11) ...
Step #9 - "build-e2e": Processing triggers for libc-bin (2.23-0ubuntu10) ...
Step #4 - "tests": 10 threads active,   115 links queued,  142 links in  12 URLs checked, runtime 6 seconds
Step #9 - "build-e2e": Removing intermediate container 2dbd57f8ae98
Step #9 - "build-e2e":  ---> 84dbc26bf514
Step #9 - "build-e2e": Step 3/20 : WORKDIR /usr/local
Step #9 - "build-e2e":  ---> Running in f8b1800ec48d
Step #9 - "build-e2e": Removing intermediate container f8b1800ec48d
Step #9 - "build-e2e":  ---> 72e6d143e196
Step #9 - "build-e2e": Step 4/20 : ENV GO_VERSION=1.11.1
Step #9 - "build-e2e":  ---> Running in 4502bc343397
Step #9 - "build-e2e": Removing intermediate container 4502bc343397
Step #9 - "build-e2e":  ---> 5b600df9cc0e
Step #9 - "build-e2e": Step 5/20 : ENV GOPATH /go
Step #9 - "build-e2e":  ---> Running in ae17f6650221
Step #4 - "tests": 10 threads active,   244 links queued,  399 links in  23 URLs checked, runtime 11 seconds
Step #9 - "build-e2e": Removing intermediate container ae17f6650221
Step #9 - "build-e2e":  ---> f2fa97b3deb6
Step #9 - "build-e2e": Step 6/20 : RUN wget -q https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz &&     tar -xzf go${GO_VERSION}.linux-amd64.tar.gz && rm go${GO_VERSION}.linux-amd64.tar.gz && mkdir ${GOPATH}
Step #9 - "build-e2e":  ---> Running in eeebf6b60255
Step #4 - "tests": 10 threads active,   452 links queued,  960 links in  37 URLs checked, runtime 16 seconds
Step #4 - "tests":  9 threads active,   624 links queued, 2073 links in  55 URLs checked, runtime 21 seconds
Step #4 - "tests": 10 threads active,   404 links queued, 2824 links in  61 URLs checked, runtime 26 seconds
Step #9 - "build-e2e": Removing intermediate container eeebf6b60255
Step #9 - "build-e2e":  ---> 3f193bbea06b
Step #9 - "build-e2e": Step 7/20 : ENV PATH /usr/local/go/bin:/go/bin:$PATH
Step #9 - "build-e2e":  ---> Running in 6d84e1bdc4b5
Step #9 - "build-e2e": Removing intermediate container 6d84e1bdc4b5
Step #9 - "build-e2e":  ---> 8bace9f67eeb
Step #9 - "build-e2e": Step 8/20 : ENV KUBECTL_VER 1.11.5
Step #9 - "build-e2e":  ---> Running in 1f740cd04a43
Step #9 - "build-e2e": Removing intermediate container 1f740cd04a43
Step #9 - "build-e2e":  ---> 2bf6913d0ffd
Step #9 - "build-e2e": Step 9/20 : RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VER}/bin/linux/amd64/kubectl &&     chmod go+rx ./kubectl &&     mv ./kubectl /usr/local/bin/kubectl
Step #4 - "tests": 10 threads active,    10 links queued, 3373 links in  74 URLs checked, runtime 31 seconds
Step #9 - "build-e2e":  ---> Running in 5b77829fd6cd
Step #9 - "build-e2e": �[91m �[0m�[91m % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #9 - "build-e2e":                                  Dload  Upload   Total   Spent    Left  Speed
Step #9 - "build-e2e": 
  0     0    0     0 �[0m�[91m   0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
100 52.8M  100 52.8M    0     0  71.5M      0 --:--:-- --:--:-- --:--:-- 71.6M
Step #9 - "build-e2e": �[0mRemoving intermediate container 5b77829fd6cd
Step #9 - "build-e2e":  ---> c118e4430615
Step #9 - "build-e2e": Step 10/20 : ENV HELM_VER 2.11.0
Step #9 - "build-e2e":  ---> Running in aa8802d2a031
Step #9 - "build-e2e": Removing intermediate container aa8802d2a031
Step #9 - "build-e2e":  ---> 1d3e425ad756
Step #9 - "build-e2e": Step 11/20 : ENV HELM_URL https://storage.googleapis.com/kubernetes-helm/helm-v${HELM_VER}-linux-amd64.tar.gz
Step #9 - "build-e2e":  ---> Running in 88f7709518d7
Step #9 - "build-e2e": Removing intermediate container 88f7709518d7
Step #9 - "build-e2e":  ---> 9488a814b7f0
Step #9 - "build-e2e": Step 12/20 : RUN curl -L  ${HELM_URL} > /tmp/helm.tar.gz     && tar -zxvf /tmp/helm.tar.gz -C /tmp     && mv /tmp/linux-amd64/helm /usr/local/bin/helm     && chmod go+rx /usr/local/bin/helm     && rm /tmp/helm.tar.gz && rm -rf /tmp/linux-amd64
Step #9 - "build-e2e":  ---> Running in 1327c7a512cf
Step #4 - "tests":  4 threads active,     0 links queued, 3389 links in  79 URLs checked, runtime 36 seconds
Step #9 - "build-e2e": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #9 - "build-e2e":                                  Dload  Upload   Total   Spent    Left  Speed
Step #9 - "build-e2e": 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
100 18.2M  100 18.2M    0     0  44.7M      0 --:--:-- --:--:-- --:--:-- 44.7M
Step #9 - "build-e2e": �[0mlinux-amd64/
Step #9 - "build-e2e": linux-amd64/tiller
Step #9 - "build-e2e": linux-amd64/README.md
Step #9 - "build-e2e": linux-amd64/helm
Step #4 - "tests": 
Step #4 - "tests": Statistics:
Step #4 - "tests": Downloaded: 2.25MB.
Step #4 - "tests": Content types: 253 image, 2023 text, 0 video, 0 audio, 88 application, 0 mail and 1029 other.
Step #4 - "tests": URL lengths: min=15, max=373, avg=58.
Step #4 - "tests": 
Step #4 - "tests": That's it. 3393 links in 79 URLs checked. 0 warnings found. 0 errors found.
Step #4 - "tests": Stopped checking at 2019-01-28 15:45:19+000 (37 seconds)
Step #9 - "build-e2e": linux-amd64/LICENSE
Step #9 - "build-e2e": Removing intermediate container 1327c7a512cf
Step #9 - "build-e2e":  ---> c75845ee9077
Step #9 - "build-e2e": Step 13/20 : ENV CONSUL_VERSION=1.2.1
Step #9 - "build-e2e":  ---> Running in 04b6355bd099
Step #9 - "build-e2e": Removing intermediate container 04b6355bd099
Step #9 - "build-e2e":  ---> cde9f82be017
Step #9 - "build-e2e": Step 14/20 : ENV HASHICORP_RELEASES=https://releases.hashicorp.com
Step #4 - "tests": agones-website
Step #9 - "build-e2e":  ---> Running in e022a63cc186
Step #9 - "build-e2e": Removing intermediate container e022a63cc186
Step #9 - "build-e2e":  ---> e511ec798db0
Step #9 - "build-e2e": Step 15/20 : RUN mkdir -p /tmp/build &&     wget ${HASHICORP_RELEASES}/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_linux_amd64.zip     -P /tmp/build/  &&     unzip -d /usr/local/bin/ /tmp/build/consul_${CONSUL_VERSION}_linux_amd64.zip &&     cd /tmp &&     rm -rf /tmp/build &&     chmod go+rx /usr/local/bin/consul &&     consul version
Step #9 - "build-e2e":  ---> Running in 1edaceba6dd0
Step #9 - "build-e2e": �[91m--2019-01-28 15:45:22--  https://releases.hashicorp.com/consul/1.2.1/consul_1.2.1_linux_amd64.zip
Step #9 - "build-e2e": �[0m�[91mResolving releases.hashicorp.com (releases.hashicorp.com)... �[0m�[91m151.101.1.183, 151.101.65.183, 151.101.129.183, ...
Step #9 - "build-e2e": Connecting to releases.hashicorp.com (releases.hashicorp.com)|151.101.1.183|:443... �[0m�[91mconnected.
Step #9 - "build-e2e": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m200 OK
Step #9 - "build-e2e": Length: 14529496 (14M) [application/zip]
Step #9 - "build-e2e": �[0m�[91mSaving to: '/tmp/build/consul_1.2.1_linux_amd64.zip'
Step #9 - "build-e2e": �[0m�[91m
Step #9 - "build-e2e":      0K ..�[0m�[91m........�[0m�[91m .......... .�[0m�[91m......... ..�[0m�[91m........ ........�[0m�[91m..  0% 3.39M 4s
Step #9 - "build-e2e":     50K .......... ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m....  0% 6.69M 3s
Step #9 - "build-e2e":    100K .......... .......... ........�[0m�[91m.. .......... ....�[0m�[91m......  1% 14.8M 2s
Step #9 - "build-e2e":    150K .......... .......... .......... .......... ..........  1%  233M 2s
Step #9 - "build-e2e":    200K ........�[0m�[91m.�[0m�[91m. .�[0m�[91m.....�[0m�[91m.�[0m�[91m... .......... ..�[0m�[91m........ ........�[0m�[91m..  1% 11.6M 2s
Step #9 - "build-e2e":    250K ......�[0m�[91m.... .....�[0m�[91m..... ..�[0m�[91m........ .......... ..........  2% 17.7M 1s
Step #9 - "build-e2e":    300K .......... .......... .......... .......... ..........  2%  211M 1s
Step #9 - "build-e2e":    350K .......... .......... .......... .......... ..........  2%  265M 1s
Step #9 - "build-e2e":    400K .......... .......... .......... ..�[0m�[91m........ ..........  3% 12.5M 1s
Step #9 - "build-e2e":    450K .......... .......... .......... .......... ..........  3%  180M 1s
Step #9 - "build-e2e":    500K .......... .......... ........�[0m�[91m.. ......�[0m�[91m.... ..........  3% 16.5M 1s
Step #9 - "build-e2e":    550K ..........�[0m�[91m .......�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m.  4%  170M 1s
Step #9 - "build-e2e":    600K .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m...  4%  221M 1s
Step #9 - "build-e2e":    650K .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. .......... ..........  4%  217M 1s
Step #9 - "build-e2e":    700K .......... .......... .......... .......... ..........  5%  210M 1s
Step #9 - "build-e2e":    750K .......... .......... .......... .......... .�[0m�[91m.........  5% 17.5M 1s
Step #9 - "build-e2e":    800K .......�[0m�[91m... .......... .......... .�[0m�[91m......... .......�[0m�[91m...  5%  182M 1s
Step #9 - "build-e2e":    850K .....�[0m�[91m..... .......... .......... .......... ..........  6%  184M 1s
Step #9 - "build-e2e":    900K .......... .......... .......... .......... ..........  6%  181M 1s
Step #9 - "build-e2e":    950K .......... .......... .......... .......... ..........  7%  167M 1s
Step #9 - "build-e2e":   1000K .......... .......... .......... .......... ..........  7% 22.0M 1s
Step #9 - "build-e2e":   1050K .......... .......... .......... .......... ..........  7%  211M 1s
Step #9 - "build-e2e":   1100K .......... .......... .......... .......... ..........  8%  225M 1s
Step #9 - "build-e2e":   1150K .......... .......... .......... .......... .........�[0m�[91m.  8%  175M 1s
Step #9 - "build-e2e":   1200K .......... .......... .......... .......... ..........  8%  225M 0s
Step #9 - "build-e2e":   1250K .......... .......... .......... .......... ..........  9%  197M 0s
Step #9 - "build-e2e":   1300K .......... .......... .......... .....�[0m�[91m..... ..........  9%  235M 0s
Step #9 - "build-e2e":   1350K .......... .......... .......... .......... ..........  9%  184M 0s
Step #9 - "build-e2e":   1400K .......... .......... .......... .......... .......... 10%  221M 0s
Step #9 - "build-e2e":   1450K .......... .......... .......... .......... .......... 10%  224M 0s
Step #9 - "build-e2e":   1500K .......... .......... .......... .......... .......... 10%  226M 0s
Step #9 - "build-e2e":   1550K .......... .......... .......... .......... .�[0m�[91m......... 11% 24.9M 0s
Step #9 - "build-e2e":   1600K .......... .......... .......... .......... .......... 11%  171M 0s
Step #9 - "build-e2e":   1650K .......... .......... .......... .......... .......... 11%  205M 0s
Step #9 - "build-e2e":   1700K .......... .......... .......... .......... .......... 12%  162M 0s
Step #9 - "build-e2e":   1750K .........�[0m�[91m. .......... .......... ...�[0m�[91m....... .�[0m�[91m......... 12%  173M 0s
Step #9 - "build-e2e":   1800K .......... .......... .......... .�[0m�[91m......... .......�[0m�[91m... 13%  231M 0s
Step #9 - "build-e2e":   1850K .......... .......... .........�[0m�[91m. .......... .......... 13%  231M 0s
Step #9 - "build-e2e":   1900K .......... .........�[0m�[91m. .......... .....�[0m�[91m..... .......... 13%  236M 0s
Step #9 - "build-e2e":   1950K .........�[0m�[91m. .......... .......... .......... .........�[0m�[91m. 14%  191M 0s
Step #9 - "build-e2e":   2000K .......�[0m�[91m... .......... .......... .......... .......... 14% 41.0M 0s
Step #9 - "build-e2e":   2050K .......... .......... .......... .......... .......... 14%  205M 0s
Step #9 - "build-e2e":   2100K .......... .......... .......... .......... .......... 15%  202M 0s
Step #9 - "build-e2e":   2150K .......... .......... .......... .......... .......... 15%  179M 0s
Step #9 - "build-e2e":   2200K .......... .......... .......... .......... .......... 15%  144M 0s
Step #9 - "build-e2e":   2250K .......... .......... .......... .......... .......... 16%  212M 0s
Step #9 - "build-e2e":   2300K .......... .......... .......... .......... .......... 16%  235M 0s
Step #9 - "build-e2e":   2350K .......... .......... .......... ...�[0m�[91m....... .......... 16%  194M 0s
Step #9 - "build-e2e":   2400K .......... .......... ...�[0m�[91m....... .�[0m�[91m......... .......... 17%  232M 0s
Step #9 - "build-e2e":   2450K .......... .......... .......... .......... .....�[0m�[91m..... 17%  227M 0s
Step #9 - "build-e2e":   2500K .......... .......... .......... .....�[0m�[91m..... .......... 17%  254M 0s
Step #9 - "build-e2e":   2550K .......... .......... .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. 18%  206M 0s
Step #9 - "build-e2e":   2600K .......... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... 18%  227M 0s
Step #9 - "build-e2e":   2650K .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... 19%  211M 0s
Step #9 - "build-e2e":   2700K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... 19%  231M 0s
Step #9 - "build-e2e":   2750K .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. 19%  209M 0s
Step #9 - "build-e2e":   2800K .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... 20%  225M 0s
Step #9 - "build-e2e":   2850K .......... .......... .......... .......... .......... 20%  148M 0s
Step #9 - "build-e2e":   2900K .......... .......... .......... .......... .......... 20%  183M 0s
Step #9 - "build-e2e":   2950K .......... .......... .......... .......... .......... 21%  187M 0s
Step #9 - "build-e2e":   3000K .......... .......... .......... .......... .......... 21%  197M 0s
Step #9 - "build-e2e":   3050K .......... .......... .......... .......... .......... 21%  179M 0s
Step #9 - "build-e2e":   3100K .......... .......... .......... .......... .......... 22%  217M 0s
Step #9 - "build-e2e":   3150K .......... .......... .......... .......... .......... 22%  170M 0s
Step #9 - "build-e2e":   3200K .......... .......... .......... .......... .......... 22%  167M 0s
Step #9 - "build-e2e":   3250K .....�[0m�[91m..... .......... .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... 23%  229M 0s
Step #9 - "build-e2e":   3300K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... 23%  233M 0s
Step #9 - "build-e2e":   3350K .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. 23%  199M 0s
Step #9 - "build-e2e":   3400K .......... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... 24%  220M 0s
Step #9 - "build-e2e":   3450K .......... ...�[0m�[91m....... .......... .......... .......... 24%  158M 0s
Step #9 - "build-e2e":   3500K ...�[0m�[91m....... .�[0m�[91m......... .......... .......... .......... 25%  162M 0s
Step #9 - "build-e2e":   3550K .......... .......... .......... .......... .......... 25%  178M 0s
Step #9 - "build-e2e":   3600K .......... .......... .......... .......... .......... 25%  212M 0s
Step #9 - "build-e2e":   3650K .......... .......... .......... .......... .......... 26%  173M 0s
Step #9 - "build-e2e":   3700K .......... .......... .......... .......... .......... 26%  187M 0s
Step #9 - "build-e2e":   3750K .......... .......... .......... .......... .......... 26%  172M 0s
Step #9 - "build-e2e":   3800K .......... .......... .......... .......... .......... 27%  241M 0s
Step #9 - "build-e2e":   3850K .......... .......... .......... .......... .......... 27%  234M 0s
Step #9 - "build-e2e":   3900K .......... .......... .......... .......... .......... 27%  255M 0s
Step #9 - "build-e2e":   3950K .......... .......... .......... .......... .......... 28%  213M 0s
Step #9 - "build-e2e":   4000K .......... ...�[0m�[91m....... .......... .......... .......... 28%  186M 0s
Step #9 - "build-e2e":   4050K .......... .......... .......... .......... .......... 28%  215M 0s
Step #9 - "build-e2e":   4100K .......... .......... .......... .......... .......... 29%  255M 0s
Step #9 - "build-e2e":   4150K .......... .......... .......... .......... .......... 29%  200M 0s
Step #9 - "build-e2e":   4200K .......... .......... .......... .......... .......... 29%  240M 0s
Step #9 - "build-e2e":   4250K .......... .......... .......... .......... .......... 30%  228M 0s
Step #9 - "build-e2e":   4300K .......... .......... .......... .......... .......... 30%  160M 0s
Step #9 - "build-e2e":   4350K .......... .......... .......... .......... .......... 31%  169M 0s
Step #9 - "build-e2e":   4400K .......... .......... .......... .......... .......... 31%  174M 0s
Step #9 - "build-e2e":   4450K .......... .......... .......... .......... .......... 31%  172M 0s
Step #9 - "build-e2e":   4500K .......... .......... .......... .......... .......... 32%  210M 0s
Step #9 - "build-e2e":   4550K .......... .......... .......... .......... .......... 32%  147M 0s
Step #9 - "build-e2e":   4600K .......... .......... .......... .......... .......... 32%  187M 0s
Step #9 - "build-e2e":   4650K .......... .......... .......... .......... .......... 33%  175M 0s
Step #9 - "build-e2e":   4700K .......... .......... .......... .......... .......... 33%  180M 0s
Step #9 - "build-e2e":   4750K .......... .......... .....�[0m�[91m..... .......... .......... 33%  137M 0s
Step #9 - "build-e2e":   4800K .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... 34%  233M 0s
Step #9 - "build-e2e":   4850K .....�[0m�[91m..... ...�[0m�[91m....... .......... .......... .......... 34%  176M 0s
Step #9 - "build-e2e":   4900K .......... .......... .......... .......... .......... 34%  212M 0s
Step #9 - "build-e2e":   4950K .......... .......... .......... .......... .......... 35%  166M 0s
Step #9 - "build-e2e":   5000K .......... .......... .......... .......... .......... 35%  158M 0s
Step #9 - "build-e2e":   5050K .......... .......... .......... .......... .......... 35%  191M 0s
Step #9 - "build-e2e":   5100K .......... .......... .......... .......... .......... 36%  197M 0s
Step #9 - "build-e2e":   5150K .......... .......... .......... .......... .......... 36%  158M 0s
Step #9 - "build-e2e":   5200K .......... .......... .......... .......... .......... 37%  168M 0s
Step #9 - "build-e2e":   5250K .......... .......... .......... .......... .......... 37%  234M 0s
Step #9 - "build-e2e":   5300K .......... .......... .......... .......... .......... 37%  217M 0s
Step #9 - "build-e2e":   5350K .......... .......... .......... .......... .......... 38%  177M 0s
Step #9 - "build-e2e":   5400K .......... .......... .......... .......... .......... 38%  220M 0s
Step #9 - "build-e2e":   5450K .......... .......... .......... .......... .......... 38%  217M 0s
Step #9 - "build-e2e":   5500K .......... .......... .......... .......... .......... 39%  211M 0s
Step #9 - "build-e2e":   5550K�[0m�[91m .......... .......... .....�[0m�[91m..... .......... .......... 39%  157M 0s
Step #9 - "build-e2e":   5600K .......... .......... .......... .......... .......... 39%  237M 0s
Step #9 - "build-e2e":   5650K .......... .......... .......... .......... .......... 40%  211M 0s
Step #9 - "build-e2e":   5700K .......... .......... .......... .......... .......... 40%  210M 0s
Step #9 - "build-e2e":   5750K .......... .......... .......... .......... .......... 40%  161M 0s
Step #9 - "build-e2e":   5800K .......... .......... .......... .......... .......... 41%  152M 0s
Step #9 - "build-e2e":   5850K .......... .......... .......... .......... .......... 41%  211M 0s
Step #9 - "build-e2e":   5900K .......... .......... .......... .......... .......... 41%  206M 0s
Step #9 - "build-e2e":   5950K .......... .......... .......... .......... .......... 42%  102M 0s
Step #9 - "build-e2e":   6000K .......... .......... .......... .......... .......... 42%  157M 0s
Step #9 - "build-e2e":   6050K .......... .......... .......... .......... .......... 42%  255M 0s
Step #9 - "build-e2e":   6100K .......... .......... .......... .......... .......... 43%  233M 0s
Step #9 - "build-e2e":   6150K .......... .......... .......... .......... .......... 43%  168M 0s
Step #9 - "build-e2e":   6200K .......... .......... .......... .......... .......... 44%  258M 0s
Step #9 - "build-e2e":   6250K .......... .......... .......... .......... .......... 44%  197M 0s
Step #9 - "build-e2e":   6300K .....�[0m�[91m..... �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m......�[0m�[91m. �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m...�[0m�[91m.�[0m�[91m.�[0m�[91m..�[0m�[91m �[0m�[91m.�[0m�[91m...�[0m�[91m.�[0m�[91m.�[0m�[91m.... �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m...�[0m�[91m.�[0m�[91m 44%�[0m�[91m 22.1M 0s
Step #9 - "build-e2e":   6350K .......... .......... .......... .......... .......... 45% 50.0M 0s
Step #9 - "build-e2e":   6400K .......... .......... .......... .......... .......... 45%  222M 0s
Step #9 - "build-e2e":   6450K .......... .......... .......... .......... .......... 45%  220M 0s
Step #9 - "build-e2e":   6500K .......... .......... .......... .......... .......... 46%  265M 0s
Step #9 - "build-e2e":   6550K .......... .......... .......... .......... .......... 46% 76.5M 0s
Step #9 - "build-e2e":   6600K .......... .......... .......... .......... .......... 46%  201M 0s
Step #9 - "build-e2e":   6650K .......... .......... .......... .......... .......... 47%  189M 0s
Step #9 - "build-e2e":   6700K .......... .......... .......... .......... .......... 47%  230M 0s
Step #9 - "build-e2e":   6750K .......... .......... .......... .......... .......... 47%  159M 0s
Step #9 - "build-e2e":   6800K .......... .......... .......... .......... .......... 48%  208M 0s
Step #9 - "build-e2e":   6850K .......... .......... .......... .......... .......... 48%  215M 0s
Step #9 - "build-e2e":   6900K .......... .......... .......... .......... .......... 48%  205M 0s
Step #9 - "build-e2e":   6950K .......... .......... .......... .......... .......... 49%  167M 0s
Step #9 - "build-e2e":   7000K .......... .......... .......... .......... .......... 49%  206M 0s
Step #9 - "build-e2e":   7050K .......... .......... .......... .......... .......... 50%  241M 0s
Step #9 - "build-e2e":   7100K .......... .......... .......... .......... .......... 50%  236M 0s
Step #9 - "build-e2e":   7150K .......... .......... .......... .......... .......... 50%  207M 0s
Step #9 - "build-e2e":   7200K .......... .......... .......... .......... .......... 51%  234M 0s
Step #9 - "build-e2e":   7250K .......... .......... .......... .......... .......... 51%  189M 0s
Step #9 - "build-e2e":   7300K .......... .......... .......... .......... ...�[0m�[91m.�[0m�[91m...... 51%  223M 0s
Step #9 - "build-e2e":   7350K .�[0m�[91m........�[0m�[91m. .......... ...�[0m�[91m..�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.. .�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m..�[0m�[91m.... �[0m�[91m.�[0m�[91m.�[0m�[91m..�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m..�[0m�[91m. 52% 27.6M 0s
Step #9 - "build-e2e":   7400K .......�[0m�[91m... .....�[0m�[91m..... �[0m�[91m.......... .......... .......... 52%  192M 0s
Step #9 - "build-e2e":   7450K .......... ...�[0m�[91m....... .......... .......... .......... 52% 82.8M 0s
Step #9 - "build-e2e":   7500K .......... .......... .......... .......... .......... 53% 31.8M 0s
Step #9 - "build-e2e":   7550K .......... .......... .......... .......... .......... 53% 24.9M 0s
Step #9 - "build-e2e":   7600K .......... .......... .......... .......... .......... 53% 30.0M 0s
Step #9 - "build-e2e":   7650K �[0m�[91m.....�[0m�[91m..�[0m�[91m.�[0m�[91m.�[0m�[91m. �[0m�[91m...�[0m�[91m....... .�[0m�[91m....�[0m�[91m..�[0m�[91m..�[0m�[91m.�[0m�[91m .�[0m�[91m.�[0m�[91m.�[0m�[91m..�[0m�[91m..�[0m�[91m... ..�[0m�[91m........ 54% 30.2M 0s
Step #9 - "build-e2e":   7700K ...�[0m�[91m.....�[0m�[91m.. .........�[0m�[91m.�[0m�[91m .�[0m�[91m.�[0m�[91m.�[0m�[91m..�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m. �[0m�[91m.�[0m�[91m.�[0m�[91m...�[0m�[91m....�[0m�[91m. ...�[0m�[91m.�[0m�[91m....�[0m�[91m.�[0m�[91m. 54%�[0m�[91m 38.2M�[0m�[91m 0s�[0m�[91m
Step #9 - "build-e2e":   7750K�[0m�[91m �[0m�[91m.�[0m�[91m..�[0m�[91m.�[0m�[91m.....�[0m�[91m.�[0m�[91m .�[0m�[91m..�[0m�[91m....... .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. 54% 36.9M 0s
Step #9 - "build-e2e":   7800K .......... .......... .......... .......... .......... 55% 71.0M 0s
Step #9 - "build-e2e":   7850K .......... .......... .......... .......... .......... 55% 82.7M 0s
Step #9 - "build-e2e":   7900K .......... .......... .......... .......... .......... 56% 96.7M 0s
Step #9 - "build-e2e":   7950K .......... .......... .......... .......... .......... 56%  105M 0s
Step #9 - "build-e2e":   8000K .......... .......... .......... .......... .......... 56% 78.2M 0s
Step #9 - "build-e2e":   8050K .......... .......... .......... .......... .......... 57% 91.6M 0s
Step #9 - "build-e2e":   8100K .......... .......... .......... .......... .......... 57% 82.4M�[0m�[91m 0s
Step #9 - "build-e2e":   8150K .�[0m�[91m......... .......... .......... .......... .......... 57% 72.6M 0s
Step #9 - "build-e2e":   8200K .......... .......... .......... .......... .......... 58%  111M 0s
Step #9 - "build-e2e":   8250K .......... .......... .......... .......... .......... 58% 94.6M 0s
Step #9 - "build-e2e":   8300K .......... .......... .......... .......... .......... 58%  113M 0s
Step #9 - "build-e2e":   8350K .......... .......... .......... .......... .......... 59% 70.7M 0s
Step #9 - "build-e2e":   8400K .......... .......... .......... .......... .......... 59% 84.0M 0s
Step #9 - "build-e2e":   8450K .......... .......... .......... .......... .......... 59% 88.5M 0s
Step #9 - "build-e2e":   8500K ...�[0m�[91m....... .......... .......... .......... .......... 60%  130M 0s
Step #9 - "build-e2e":   8550K .........�[0m�[91m. .......... .......... �[0m�[91m...�[0m�[91m....... .........�[0m�[91m. 60%  142M 0s
Step #9 - "build-e2e":   8600K .......... .......... .......... .�[0m�[91m......... .......... 60%  254M 0s
Step #9 - "build-e2e":   8650K .......... .......... .........�[0m�[91m. .......... .....�[0m�[91m.�[0m�[91m.... 61%  240M 0s
Step #9 - "build-e2e":   8700K .......... .......... .......�[0m�[91m... .......... .......... 61%  235M 0s
Step #9 - "build-e2e":   8750K .......... ..........�[0m�[91m .......... ...�[0m�[91m....... .�[0m�[91m......... 62%  195M 0s
Step #9 - "build-e2e":   8800K .......... .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. .......... 62%  191M 0s
Step #9 - "build-e2e":   8850K .......... .......... .....�[0m�[91m..... .......�[0m�[91m... .....�[0m�[91m..... 62%  220M 0s
Step #9 - "build-e2e":   8900K .......... .......... ....�[0m�[91m...... .....�[0m�[91m..... .......... 63%  252M 0s
Step #9 - "build-e2e":   8950K .......... ..........�[0m�[91m .......... ...�[0m�[91m....... ...�[0m�[91m....... 63%  189M 0s
Step #9 - "build-e2e":   9000K .......... .......... .......... .�[0m�[91m......... .......�[0m�[91m... 63%  229M 0s
Step #9 - "build-e2e":   9050K .....�[0m�[91m..... .......... .......... .......... .......... 64%  250M 0s
Step #9 - "build-e2e":   9100K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... .......... .......... 64%  250M 0s
Step #9 - "build-e2e":   9150K �[0m�[91m.......... .......�[0m�[91m... .......... .......... .........�[0m�[91m. 64%�[0m�[91m  171M 0s
Step #9 - "build-e2e":   9200K ..........�[0m�[91m .......... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... 65%  199M 0s
Step #9 - "build-e2e":   9250K .....�[0m�[91m..... ..........�[0m�[91m .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... 65%  240M 0s
Step #9 - "build-e2e":   9300K ...�[0m�[91m....... .........�[0m�[91m. .......... ....�[0m�[91m...... ...�[0m�[91m....... 65%  252M 0s
Step #9 - "build-e2e":   9350K .�[0m�[91m........�[0m�[91m. .......... ...�[0m�[91m....... .......... .........�[0m�[91m. 66%  167M 0s
Step #9 - "build-e2e":   9400K .......�[0m�[91m... .........�[0m�[91m. .......... .�[0m�[91m....�[0m�[91m..... .......�[0m�[91m... 66%  227M 0s
Step #9 - "build-e2e":   9450K ..�[0m�[91m...�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... 66%  216M 0s
Step #9 - "build-e2e":   9500K ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .......... .......... 67%  254M 0s
Step #9 - "build-e2e":   9550K .......... ..�[0m�[91m........ .....�[0m�[91m..... .......... .�[0m�[91m.........�[0m�[91m 67%  224M 0s
Step #9 - "build-e2e":   9600K .......�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... 68%  251M 0s
Step #9 - "build-e2e":   9650K .....�[0m�[91m..... ...�[0m�[91m......�[0m�[91m. .......... .......�[0m�[91m... .......... 68%  116M 0s
Step #9 - "build-e2e":   9700K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .�[0m�[91m......�[0m�[91m... .....�[0m�[91m..... .�[0m�[91m.........�[0m�[91m 68%  146M 0s
Step #9 - "build-e2e":   9750K .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... ......�[0m�[91m.... 69%  199M 0s
Step #9 - "build-e2e":   9800K .�[0m�[91m......... .....�[0m�[91m.....�[0m�[91m .......... .�[0m�[91m....�[0m�[91m..... .......... 69%  179M 0s
Step #9 - "build-e2e":   9850K ........�[0m�[91m.. .......�[0m�[91m... .......... ..�[0m�[91m........ .....�[0m�[91m..... 69%  238M 0s
Step #9 - "build-e2e":   9900K ...�[0m�[91m....... .�[0m�[91m......... �[0m�[91m.......�[0m�[91m... .......... ...�[0m�[91m....... 70%  240M 0s
Step #9 - "build-e2e":   9950K .�[0m�[91m........�[0m�[91m. ...�[0m�[91m.......�[0m�[91m .....�[0m�[91m..... .......... .......... 70%  172M 0s
Step #9 - "build-e2e":  10000K .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. ........�[0m�[91m.. 70%  196M 0s
Step #9 - "build-e2e":  10050K .....�[0m�[91m..... .......... .�[0m�[91m.....�[0m�[91m.... .......�[0m�[91m... .....�[0m�[91m..... 71%  246M 0s
Step #9 - "build-e2e":  10100K ...�[0m�[91m....... .......... .......... .......... .......... 71%  191M 0s
Step #9 - "build-e2e":  10150K .......... .......... .....�[0m�[91m..... .......... .�[0m�[91m......... 71%  183M 0s
Step #9 - "build-e2e":  10200K .......... .......... ..�[0m�[91m........ .�[0m�[91m......... ..�[0m�[91m........ 72%  241M 0s�[0m�[91m
Step #9 - "build-e2e":  10250K .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... 72%  233M 0s
Step #9 - "build-e2e":  10300K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... .......... 72%  189M�[0m�[91m 0s
Step #9 - "build-e2e":  10350K .........�[0m�[91m. .�[0m�[91m......... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m.......�[0m�[91m.. 73%  159M 0s
Step #9 - "build-e2e":  10400K ...�[0m�[91m....�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... 73%  214M 0s
Step #9 - "build-e2e":  10450K .......... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... 74%  228M 0s
Step #9 - "build-e2e":  10500K ...�[0m�[91m....... .........�[0m�[91m. ......�[0m�[91m.... .........�[0m�[91m. �[0m�[91m...�[0m�[91m.......�[0m�[91m 74%  207M 0s
Step #9 - "build-e2e":  10550K .�[0m�[91m....�[0m�[91m..... .....�[0m�[91m..... .....�[0m�[91m....�[0m�[91m. ...�[0m�[91m.......�[0m�[91m .........�[0m�[91m.�[0m�[91m 74% 67.1M 0s
Step #9 - "build-e2e":  10600K .......�[0m�[91m... .....�[0m�[91m..... ....�[0m�[91m...... .....�[0m�[91m..... .......�[0m�[91m... 75%  241M 0s
Step #9 - "build-e2e":  10650K .....�[0m�[91m..... ....�[0m�[91m...... .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... 75%  248M 0s
Step #9 - "build-e2e":  10700K .......... �[0m�[91m.......... .......... .......... ...�[0m�[91m....... 75%  247M 0s
Step #9 - "build-e2e":  10750K .........�[0m�[91m. ....�[0m�[91m...... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m.........�[0m�[91m 76%  206M 0s
Step #9 - "build-e2e":  10800K .......�[0m�[91m... .......... ...�[0m�[91m....... �[0m�[91m.........�[0m�[91m. .......�[0m�[91m... 76%  226M 0s
Step #9 - "build-e2e":  10850K .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... ....�[0m�[91m...... .....�[0m�[91m..... 76%  253M 0s
Step #9 - "build-e2e":  10900K ...�[0m�[91m....... .�[0m�[91m.........�[0m�[91m .......... .....�[0m�[91m..... ...�[0m�[91m....... 77%  242M 0s
Step #9 - "build-e2e":  10950K .......... .......�[0m�[91m... .....�[0m�[91m..... ..........�[0m�[91m .........�[0m�[91m. 77%  157M 0s
Step #9 - "build-e2e":  11000K .......�[0m�[91m... .....�[0m�[91m..... .......�[0m�[91m... ..�[0m�[91m........ .......�[0m�[91m... 77%  221M 0s
Step #9 - "build-e2e":  11050K ..�[0m�[91m........ ...�[0m�[91m....... .�[0m�[91m.........�[0m�[91m .......... ....�[0m�[91m.�[0m�[91m..... 78%  197M 0s
Step #9 - "build-e2e":  11100K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... ..........�[0m�[91m ...�[0m�[91m....... 78%�[0m�[91m  189M 0s
Step #9 - "build-e2e":  11150K .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... ......�[0m�[91m.... .�[0m�[91m........�[0m�[91m. 78%  211M 0s
Step #9 - "build-e2e":  11200K .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... ..�[0m�[91m.......�[0m�[91m. ........�[0m�[91m.. 79%  208M 0s
Step #9 - "build-e2e":  11250K .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... 79%  235M 0s�[0m�[91m
Step #9 - "build-e2e":  11300K ........�[0m�[91m.. ........�[0m�[91m.. .�[0m�[91m......... .....�[0m�[91m..... ...�[0m�[91m....... 79%  230M 0s
Step #9 - "build-e2e":  11350K .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... .......... .......... 80%  197M 0s
Step #9 - "build-e2e":  11400K .......... .�[0m�[91m......... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... 80%  213M 0s
Step #9 - "build-e2e":  11450K .......... .......... .......... .......... .......... 81%  225M 0s
Step #9 - "build-e2e":  11500K .......... .......... .......... .......... .......... 81%  246M 0s
Step #9 - "build-e2e":  11550K .......... .......... .......... .......... .......... 81%  215M 0s
Step #9 - "build-e2e":  11600K .......... .......... .......... .......... .......... 82%  202M 0s
Step #9 - "build-e2e":  11650K .......... .......... .......... .......... .......... 82%  218M 0s
Step #9 - "build-e2e":  11700K .......... .......... .......... .....�[0m�[91m..... .......... 82%  257M 0s
Step #9 - "build-e2e":  11750K .........�[0m�[91m. .......... .....�[0m�[91m..... .......... .......... 83%  211M 0s
Step #9 - "build-e2e":  11800K .......... .....�[0m�[91m..... .......... .......... .......... 83%  185M 0s
Step #9 - "build-e2e":  11850K .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. .......... .......... 83%  224M 0s
Step #9 - "build-e2e":  11900K .......... .�[0m�[91m......... .......... .......... .......... 84%  208M 0s
Step #9 - "build-e2e":  11950K .........�[0m�[91m. .......... .......... ...�[0m�[91m....... .......... 84%  212M 0s
Step #9 - "build-e2e":  12000K .......�[0m�[91m... .......... .......... .�[0m�[91m......... .......... 84%  253M 0s
Step #9 - "build-e2e":  12050K .......... �[0m�[91m.......... .�[0m�[91m......... .......... .......... 85%  233M�[0m�[91m 0s
Step #9 - "build-e2e":  12100K ........�[0m�[91m.. .........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... 85%  190M 0s
Step #9 - "build-e2e":  12150K .........�[0m�[91m. .......�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m......... 85%�[0m�[91m  175M 0s
Step #9 - "build-e2e":  12200K ...�[0m�[91m....�[0m�[91m... .....�[0m�[91m..... .....�[0m�[91m..... ....�[0m�[91m...... .......�[0m�[91m... 86%  228M 0s
Step #9 - "build-e2e":  12250K .......... .......... .......... ........�[0m�[91m.. .....�[0m�[91m.....�[0m�[91m 86%  244M 0s�[0m�[91m
Step #9 - "build-e2e":  12300K ...�[0m�[91m....... .......... .......... .......... .......... 87%  196M 0s
Step #9 - "build-e2e":  12350K .........�[0m�[91m. ..�[0m�[91m........ .....�[0m�[91m....�[0m�[91m. .......... .......... 87%  200M 0s
Step #9 - "build-e2e":  12400K .......... .......... .......... .�[0m�[91m........�[0m�[91m. .......... 87%  246M 0s
Step #9 - "build-e2e":  12450K .......... .......... .�[0m�[91m.�[0m�[91m.......�[0m�[91m. .......... .......... 88%  225M 0s
Step #9 - "build-e2e":  12500K .......... .�[0m�[91m........�[0m�[91m. .......... .......... .......... 88%  235M 0s
Step #9 - "build-e2e":  12550K .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... .......... .�[0m�[91m......... 88%  173M 0s
Step #9 - "build-e2e":  12600K .......... .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m...�[0m�[91m 89%  242M 0s
Step #9 - "build-e2e":  12650K .......... .......... .........�[0m�[91m. .......... .....�[0m�[91m..... 89%  214M 0s
Step #9 - "build-e2e":  12700K .......... .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m..�[0m�[91m..... 89%  210M 0s
Step #9 - "build-e2e":  12750K .�[0m�[91m......... ..�[0m�[91m........ ......�[0m�[91m.... .......... .........�[0m�[91m.�[0m�[91m 90%  152M 0s
Step #9 - "build-e2e":  12800K .......... .........�[0m�[91m. .......... .......... .......�[0m�[91m... 90%  224M 0s
Step #9 - "build-e2e":  12850K .......... ...�[0m�[91m....... .�[0m�[91m......... .......... .....�[0m�[91m..... 90%  222M 0s
Step #9 - "build-e2e":  12900K .......... .........�[0m�[91m. .......... .......... ...�[0m�[91m....... 91%  222M 0s
Step #9 - "build-e2e":  12950K .�[0m�[91m......... .......... .......... ...�[0m�[91m....... .......... 91%  186M 0s
Step #9 - "build-e2e":  13000K ......�[0m�[91m.�[0m�[91m... .......... .......... .........�[0m�[91m. .......... 91%  217M 0s
Step #9 - "build-e2e":  13050K .....�[0m�[91m..... .......... .........�[0m�[91m. .......... .......... 92%  241M 0s
Step #9 - "build-e2e":  13100K ...�[0m�[91m....... .......... .......�[0m�[91m... .......... .......... 92%  223M 0s
Step #9 - "build-e2e":  13150K .�[0m�[91m......... .......�[0m�[91m... .......... .......... .�[0m�[91m......... 93%  184M 0s
Step #9 - "build-e2e":  13200K .......... .....�[0m�[91m..... .......... .........�[0m�[91m. .......... 93%  238M 0s
Step #9 - "build-e2e":  13250K .......... .......... .�[0m�[91m......... .......... .....�[0m�[91m..... 93%  251M 0s
Step #9 - "build-e2e":  13300K .......... .........�[0m�[91m. .......... .......... .�[0m�[91m..�[0m�[91m....... 94%  222M 0s
Step #9 - "build-e2e":  13350K .........�[0m�[91m. .......... .......... .......... .�[0m�[91m......... 94%  193M 0s
Step #9 - "build-e2e":  13400K .......... .....�[0m�[91m..... .......... .�[0m�[91m......... .......... 94%  228M 0s
Step #9 - "build-e2e":  13450K .......... ...�[0m�[91m....... .......... .......�[0m�[91m... .......... 95%  243M 0s
Step #9 - "build-e2e":  13500K .......... .�[0m�[91m......... .......... .....�[0m�[91m..... ...�[0m�[91m....... 95%  170M 0s
Step #9 - "build-e2e":  13550K .........�[0m�[91m. .......... .......... .......... .......... 95%�[0m�[91m  159M 0s
Step #9 - "build-e2e":  13600K ....�[0m�[91m...�[0m�[91m... .......... .......... .........�[0m�[91m. .......�[0m�[91m... 96%  202M 0s
Step #9 - "build-e2e":  13650K ........�[0m�[91m.. .......... .�[0m�[91m......... .......... .....�[0m�[91m..... 96%  227M 0s
Step #9 - "build-e2e":  13700K ...�[0m�[91m....... .�[0m�[91m......... .......... .....�[0m�[91m..... .......... 96%  171M 0s
Step #9 - "build-e2e":  13750K .�[0m�[91m......... .......�[0m�[91m... .......... .......... .........�[0m�[91m. 97%  187M 0s
Step #9 - "build-e2e":  13800K .......... .......... ...�[0m�[91m....... .........�[0m�[91m. ..........�[0m�[91m 97%  216M 0s
Step #9 - "build-e2e":  13850K .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... .......... 97%  213M 0s
Step #9 - "build-e2e":  13900K�[0m�[91m .......... .�[0m�[91m......... .......�[0m�[91m... ..�[0m�[91m........ .......... 98%  233M 0s
Step #9 - "build-e2e":  13950K .�[0m�[91m......... .......... .....�[0m�[91m..... .......... .........�[0m�[91m. 98%  223M 0s
Step #9 - "build-e2e":  14000K .......... .......... ...�[0m�[91m....... .......... .......�[0m�[91m... 99%  219M 0s
Step #9 - "build-e2e":  14050K .......... .......... .�[0m�[91m......... .......... .....�[0m�[91m..... 99%  221M 0s
Step #9 - "build-e2e":  14100K .......... .........�[0m�[91m. .......... .......... .......... 99%  237M 0s
Step #9 - "build-e2e":  14150K .......... .......... .....�[0m�[91m..... ........             100%  218M=0.1s
Step #9 - "build-e2e": 
Step #9 - "build-e2e": �[0m�[91m2019-01-28 15:45:22 (106 MB/s) - '/tmp/build/consul_1.2.1_linux_amd64.zip' saved [14529496/14529496]
Step #9 - "build-e2e": 
Step #9 - "build-e2e": �[0mArchive:  /tmp/build/consul_1.2.1_linux_amd64.zip
Step #9 - "build-e2e":   inflating: /usr/local/bin/consul   
Step #9 - "build-e2e": Consul v1.2.1
Step #9 - "build-e2e": Protocol 2 spoken by default, understands 2 to 3 (agent will automatically use protocol >2 when speaking to compatible agents)
Step #4 - "tests": ok  	agones.dev/agones/pkg/apis/stable/v1alpha1	1.139s
Step #4 - "tests": ?   	agones.dev/agones/pkg/client	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/clientset/versioned	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/clientset/versioned/fake	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/clientset/versioned/scheme	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/clientset/versioned/typed/stable/v1alpha1	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/clientset/versioned/typed/stable/v1alpha1/fake	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/informers/externalversions	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/informers/externalversions/internalinterfaces	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/informers/externalversions/stable	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/informers/externalversions/stable/v1alpha1	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/listers/stable/v1alpha1	[no test files]
Step #9 - "build-e2e": Removing intermediate container 1edaceba6dd0
Step #9 - "build-e2e":  ---> a32f41fec067
Step #9 - "build-e2e": Step 16/20 : RUN echo "export PATH=/usr/local/go/bin:/go/bin/:\$PATH" >> /root/.bashrc
Step #9 - "build-e2e":  ---> Running in 664128cffca1
Step #8 - "build": docker build /workspace/cmd/controller/ --tag=gcr.io/agones-images/agones-controller:0.8.0-cd7badd 
Step #8 - "build": Sending build context to Docker daemon  43.84MB

Step #8 - "build": Step 1/5 : FROM alpine:3.8
Step #8 - "build": 3.8: Pulling from library/alpine
Step #8 - "build": Digest: sha256:3d2e482b82608d153a374df3357c0291589a61cc194ec4a9ca2381073a17f58e
Step #8 - "build": Status: Downloaded newer image for alpine:3.8
Step #8 - "build":  ---> 3f53bb00af94
Step #8 - "build": Step 2/5 : RUN apk --update add ca-certificates &&     adduser -D agones
Step #8 - "build":  ---> Running in 9d3f5d861f42
Step #9 - "build-e2e": Removing intermediate container 664128cffca1
Step #9 - "build-e2e":  ---> 3cf0fd947c88
Step #9 - "build-e2e": Step 17/20 : COPY *.sh /root/
Step #9 - "build-e2e":  ---> 93cfe01333da
Step #9 - "build-e2e": Step 18/20 : RUN chmod +x /root/*.sh
Step #8 - "build": fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
Step #9 - "build-e2e":  ---> Running in c0efd62bbf9c
Step #8 - "build": fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
Step #8 - "build": (1/1) Installing ca-certificates (20171114-r3)
Step #8 - "build": Executing busybox-1.28.4-r2.trigger
Step #8 - "build": Executing ca-certificates-20171114-r3.trigger
Step #8 - "build": OK: 5 MiB in 14 packages
Step #8 - "build": Removing intermediate container 9d3f5d861f42
Step #8 - "build":  ---> 6a0b49adc652
Step #8 - "build": Step 3/5 : COPY  --chown=agones:root ./bin/controller /home/agones/controller
Step #9 - "build-e2e": Removing intermediate container c0efd62bbf9c
Step #9 - "build-e2e":  ---> 918fd36c02d6
Step #9 - "build-e2e": Step 19/20 : WORKDIR /go
Step #9 - "build-e2e":  ---> Running in 4d240e26d6d9
Step #9 - "build-e2e": Removing intermediate container 4d240e26d6d9
Step #9 - "build-e2e":  ---> 36d73a2a409e
Step #9 - "build-e2e": Step 20/20 : ENTRYPOINT [ "/root/entrypoint.sh" ]
Step #9 - "build-e2e":  ---> Running in 47e3a1644b3f
Step #8 - "build":  ---> b8dea707356c
Step #8 - "build": Step 4/5 : USER agones
Step #9 - "build-e2e": Removing intermediate container 47e3a1644b3f
Step #9 - "build-e2e":  ---> a2ee4e6632b1
Step #9 - "build-e2e": Successfully built a2ee4e6632b1
Step #8 - "build":  ---> Running in 66f528e23913
Step #9 - "build-e2e": Successfully tagged e2e-runner:latest
Step #8 - "build": Removing intermediate container 66f528e23913
Step #8 - "build":  ---> 7119eca4b619
Step #8 - "build": Step 5/5 : ENTRYPOINT ["/home/agones/controller"]
Step #8 - "build":  ---> Running in a3a47f2b1d33
Step #8 - "build": Removing intermediate container a3a47f2b1d33
Step #8 - "build":  ---> 0e2aba0ab328
Step #8 - "build": Successfully built 0e2aba0ab328
Step #8 - "build": Successfully tagged gcr.io/agones-images/agones-controller:0.8.0-cd7badd
Finished Step #9 - "build-e2e"
Step #8 - "build": docker run --rm -e "CGO_ENABLED=0" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #8 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.linux.amd64  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-cd7badd" -installsuffix cgo agones.dev/agones/cmd/sdk-server
Step #8 - "build": docker run --rm -e "GOOS=windows" -e "GOARCH=amd64" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #8 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.windows.amd64.exe  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-cd7badd" agones.dev/agones/cmd/sdk-server
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleetallocation	11.501s
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleetautoscalers	3.416s
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleets	2.559s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameserverallocations	14.909s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameservers	3.143s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameserversets	3.177s
Step #4 - "tests": ok  	agones.dev/agones/pkg/metrics	3.013s
Step #4 - "tests": ?   	agones.dev/agones/pkg/sdk	[no test files]
Step #4 - "tests": ok  	agones.dev/agones/pkg/sdkserver	10.848s
Step #4 - "tests": ?   	agones.dev/agones/pkg/testing	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/util	[no test files]
Step #4 - "tests": ok  	agones.dev/agones/pkg/util/crd	5.050s
Step #4 - "tests": ?   	agones.dev/agones/pkg/util/runtime	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/util/signals	[no test files]
Step #4 - "tests": ok  	agones.dev/agones/pkg/util/webhooks	1.298s
Step #4 - "tests": ok  	agones.dev/agones/pkg/util/workerqueue	2.210s
Step #4 - "tests": ok  	agones.dev/agones/sdks/go	1.052s
Step #4 - "tests": ?   	agones.dev/agones/cmd/controller	[no test files]
Step #4 - "tests": ok  	agones.dev/agones/cmd/ping	2.147s
Step #4 - "tests": ?   	agones.dev/agones/cmd/sdk-server	[no test files]
Finished Step #4 - "tests"
Starting Step #5 - "site-static"
Step #5 - "site-static": Already have image: make-docker
Step #5 - "site-static": /usr/bin/make site-static ARGS="-F" ENV=RELEASE_VERSION=0.8.0
Step #5 - "site-static": make[1]: Entering directory '/workspace/build'
Step #5 - "site-static": mkdir -p ~/.kube/
Step #5 - "site-static": mkdir -p /workspace/build//.config/gcloud
Step #5 - "site-static": mkdir -p ~/.helm
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb rm -r ./public
Step #5 - "site-static": rm: cannot remove './public': No such file or directory
Step #5 - "site-static": includes/website.mk:35: recipe for target 'site-static' failed
Step #5 - "site-static": mkdir /workspace/site/public
Step #5 - "site-static": make[1]: [site-static] Error 1 (ignored)
Step #5 - "site-static": # for some reason, this only work locally
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb \
Step #5 - "site-static": 	bash -c "npm list postcss-cli || npm install postcss-cli"
Step #5 - "site-static": /go/src/agones.dev/agones/site
Step #5 - "site-static": `-- (empty)
Step #5 - "site-static": 
Step #8 - "build": docker run --rm -e "GOOS=darwin" -e "GOARCH=amd64" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #8 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.darwin.amd64  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-cd7badd" agones.dev/agones/cmd/sdk-server
Step #5 - "site-static": npm WARN saveError ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site-static": npm notice created a lockfile as package-lock.json. You should commit this file.
Step #5 - "site-static": npm WARN enoent ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site-static": npm WARN site No description
Step #5 - "site-static": npm WARN site No repository field.
Step #5 - "site-static": npm WARN site No README data
Step #5 - "site-static": npm WARN site No license field.
Step #5 - "site-static": npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
Step #5 - "site-static": npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
Step #5 - "site-static": 
Step #5 - "site-static": + postcss-cli@6.1.1
Step #5 - "site-static": added 248 packages from 148 contributors and audited 3191 packages in 11.109s
Step #5 - "site-static": found 0 vulnerabilities
Step #5 - "site-static": 
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb \
Step #5 - "site-static": 	bash -c "npm list autoprefixer || npm install autoprefixer"
Step #5 - "site-static": /go/src/agones.dev/agones/site
Step #5 - "site-static": `-- (empty)
Step #5 - "site-static": 
Step #5 - "site-static": npm WARN saveError ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site-static": npm WARN enoent ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site-static": npm WARN site No description
Step #5 - "site-static": npm WARN site No repository field.
Step #5 - "site-static": npm WARN site No README data
Step #5 - "site-static": npm WARN site No license field.
Step #5 - "site-static": npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
Step #5 - "site-static": npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
Step #5 - "site-static": 
Step #5 - "site-static": + autoprefixer@9.4.6
Step #5 - "site-static": added 8 packages from 7 contributors and audited 11802 packages in 4.091s
Step #5 - "site-static": found 0 vulnerabilities
Step #5 - "site-static": 
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb bash -c \
Step #5 - "site-static": 	"RELEASE_VERSION=0.8.0 hugo --config=config.toml -F"
Step #5 - "site-static": Building sites … 
Step #5 - "site-static":                    | EN  
Step #5 - "site-static": +------------------+----+
Step #5 - "site-static":   Pages            | 59  
Step #5 - "site-static":   Paginator pages  |  0  
Step #5 - "site-static":   Non-page files   |  2  
Step #5 - "site-static":   Static files     | 40  
Step #5 - "site-static":   Processed images |  2  
Step #5 - "site-static":   Aliases          | 10  
Step #5 - "site-static":   Sitemaps         |  1  
Step #5 - "site-static":   Cleaned          |  0  
Step #5 - "site-static": 
Step #5 - "site-static": Total in 2323 ms
Step #5 - "site-static": make[1]: Leaving directory '/workspace/build'
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb bash -c \
Step #5 - "site-static": 		"SERVICE=preview envsubst < app.yaml > .app.yaml"
Finished Step #5 - "site-static"
Starting Step #6 - "site-gopath"
Step #6 - "site-gopath": Already have image (with digest): ubuntu
Step #6 - "site-gopath": .
Step #6 - "site-gopath": ..
Step #6 - "site-gopath": .app.yaml
Step #6 - "site-gopath": .gcloudignore
Step #6 - "site-gopath": .gitignore
Step #6 - "site-gopath": app.yaml
Step #6 - "site-gopath": assets
Step #6 - "site-gopath": config.toml
Step #6 - "site-gopath": content
Step #6 - "site-gopath": credits
Step #6 - "site-gopath": handler.go
Step #6 - "site-gopath": handler_test.go
Step #6 - "site-gopath": layouts
Step #6 - "site-gopath": main.go
Step #6 - "site-gopath": node_modules
Step #6 - "site-gopath": package-lock.json
Step #6 - "site-gopath": public
Step #6 - "site-gopath": resources
Step #6 - "site-gopath": static
Step #6 - "site-gopath": themes
Step #6 - "site-gopath": vanity.yaml
Finished Step #6 - "site-gopath"
Starting Step #7 - "deploy-site-static"
Step #7 - "deploy-site-static": Already have image (with digest): gcr.io/cloud-builders/gcloud
Step #8 - "build": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build -w /go/src/agones.dev/agones/cmd/sdk-server/bin/ agones-build:db76ca0bfb zip -0 \
Step #8 - "build": 	agonessdk-server-0.8.0-cd7badd.zip sdk-server.darwin.amd64 sdk-server.linux.amd64 sdk-server.windows.amd64.exe
Step #8 - "build":   adding: sdk-server.darwin.amd64 (stored 0%)
Step #8 - "build":   adding: sdk-server.linux.amd64 (stored 0%)
Step #8 - "build":   adding: sdk-server.windows.amd64.exe (stored 0%)
Step #8 - "build": docker build /workspace/cmd/sdk-server/ --tag=gcr.io/agones-images/agones-sdk:0.8.0-cd7badd 
Step #8 - "build": Sending build context to Docker daemon  217.8MB

Step #8 - "build": Step 1/5 : FROM alpine:3.8
Step #8 - "build":  ---> 3f53bb00af94
Step #8 - "build": Step 2/5 : RUN apk --update add ca-certificates &&     adduser -D agones
Step #8 - "build":  ---> Using cache
Step #8 - "build":  ---> 6a0b49adc652
Step #8 - "build": Step 3/5 : COPY --chown=agones:root ./bin/sdk-server.linux.amd64 /home/agones/sdk-server
Step #7 - "deploy-site-static": Services to deploy:
Step #7 - "deploy-site-static": 
Step #7 - "deploy-site-static": descriptor:      [/workspace/go/src/site/.app.yaml]
Step #7 - "deploy-site-static": source:          [/workspace/go/src/site]
Step #7 - "deploy-site-static": target project:  [agones-images]
Step #7 - "deploy-site-static": target service:  [preview]
Step #7 - "deploy-site-static": target version:  [cd7badd]
Step #7 - "deploy-site-static": target url:      [https://cd7badd-dot-preview-dot-agones-images.appspot.com]
Step #7 - "deploy-site-static": 
Step #7 - "deploy-site-static": 
Step #7 - "deploy-site-static":      (add --promote if you also want to make this service available from
Step #7 - "deploy-site-static":      [https://preview-dot-agones-images.appspot.com])
Step #7 - "deploy-site-static": 
Step #7 - "deploy-site-static": Do you want to continue (Y/n)?  
Step #8 - "build":  ---> 5411582ab308
Step #8 - "build": Step 4/5 : USER agones
Step #7 - "deploy-site-static": Beginning deployment of service [preview]...
Step #8 - "build":  ---> Running in 68ccbe25ed06
Step #8 - "build": Removing intermediate container 68ccbe25ed06
Step #8 - "build":  ---> f5c4d152b598
Step #8 - "build": Step 5/5 : ENTRYPOINT ["/home/agones/sdk-server"]
Step #8 - "build":  ---> Running in 86570675c2b5
Step #8 - "build": Removing intermediate container 86570675c2b5
Step #8 - "build":  ---> 82402f322354
Step #8 - "build": Successfully built 82402f322354
Step #8 - "build": Successfully tagged gcr.io/agones-images/agones-sdk:0.8.0-cd7badd
Step #8 - "build": docker run --rm -e "CGO_ENABLED=0" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #8 - "build": -tags none -o /go/src/agones.dev/agones/cmd/ping/bin/ping \
Step #8 - "build":  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-cd7badd" -installsuffix cgo agones.dev/agones/cmd/ping
Step #8 - "build": docker build /workspace/cmd/ping/ --tag=gcr.io/agones-images/agones-ping:0.8.0-cd7badd 
Step #8 - "build": Sending build context to Docker daemon  12.71MB

Step #8 - "build": Step 1/5 : FROM alpine:3.8
Step #8 - "build":  ---> 3f53bb00af94
Step #8 - "build": Step 2/5 : RUN apk --update add ca-certificates &&     adduser -D agones
Step #8 - "build":  ---> Using cache
Step #8 - "build":  ---> 6a0b49adc652
Step #8 - "build": Step 3/5 : COPY --chown=agones:root ./bin/ping /home/agones/ping
Step #8 - "build":  ---> ddd5f296b798
Step #8 - "build": Step 4/5 : USER agones
Step #8 - "build":  ---> Running in a004ea7fc459
Step #7 - "deploy-site-static": #============================================================#
Step #7 - "deploy-site-static": #= Uploading 52 files to Google Cloud Storage               =#
Step #8 - "build": Removing intermediate container a004ea7fc459
Step #8 - "build":  ---> 8934bd6628de
Step #8 - "build": Step 5/5 : ENTRYPOINT ["/home/agones/ping"]
Step #8 - "build":  ---> Running in 1e5e8c0f84fc
Step #8 - "build": Removing intermediate container 1e5e8c0f84fc
Step #8 - "build":  ---> 3fce68fd47d4
Step #8 - "build": Successfully built 3fce68fd47d4
Step #8 - "build": Successfully tagged gcr.io/agones-images/agones-ping:0.8.0-cd7badd
Step #8 - "build": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build -w /go/src/agones.dev/agones/sdks/cpp agones-build:db76ca0bfb make build install archive VERSION=0.8.0-cd7badd
Step #8 - "build": mkdir /go/src/agones.dev/agones/sdks/cpp//bin
Step #8 - "build": g++ -std=c++11 -I/usr/local/include -I/go/src/agones.dev/agones/sdks/cpp/ -pthread -fPIC  -c -o google/api/annotations.pb.o google/api/annotations.pb.cc
Step #8 - "build": g++ -std=c++11 -I/usr/local/include -I/go/src/agones.dev/agones/sdks/cpp/ -pthread -fPIC  -c -o google/api/http.pb.o google/api/http.pb.cc
Step #7 - "deploy-site-static": #============================================================#
Step #7 - "deploy-site-static": File upload done.
Step #7 - "deploy-site-static": Updating service [preview]...
Step #8 - "build": g++ -std=c++11 -I/usr/local/include -I/go/src/agones.dev/agones/sdks/cpp/ -pthread -fPIC  -c -o sdk.grpc.pb.o sdk.grpc.pb.cc
Step #8 - "build": g++ -std=c++11 -I/usr/local/include -I/go/src/agones.dev/agones/sdks/cpp/ -pthread -fPIC  -c -o sdk.pb.o sdk.pb.cc
Step #8 - "build": g++ -std=c++11 -I/usr/local/include -I/go/src/agones.dev/agones/sdks/cpp/ -pthread -fPIC  -c -o sdk.o sdk.cc
Step #8 - "build": g++ google/api/annotations.pb.o google/api/http.pb.o sdk.grpc.pb.o sdk.pb.o sdk.o -L/usr/local/lib -lgrpc++_unsecure -lgrpc -lprotobuf -lpthread -ldl -shared -o /go/src/agones.dev/agones/sdks/cpp//bin/libagonessdk.so
Step #8 - "build": ar rcs /go/src/agones.dev/agones/sdks/cpp//bin/libagonessdk.a google/api/annotations.pb.o google/api/http.pb.o sdk.grpc.pb.o sdk.pb.o sdk.o
Step #8 - "build": cp /go/src/agones.dev/agones/sdks/cpp//bin/libagonessdk.* /usr/local/lib
Step #8 - "build": mkdir -p /usr/local/include/agones
Step #8 - "build": cp /go/src/agones.dev/agones/sdks/cpp//*.h /usr/local/include/agones/
Step #8 - "build": mkdir -p /usr/local/include/google/api
Step #8 - "build": cp -r /go/src/agones.dev/agones/sdks/cpp//google/api/*.h /usr/local/include/google/api/
Step #8 - "build": ldconfig
Step #8 - "build": rm /go/src/agones.dev/agones/sdks/cpp//bin/agonessdk-0.8.0-cd7badd-src.zip
Step #8 - "build": Makefile:67: recipe for target 'archive' failed
Step #8 - "build": rm /go/src/agones.dev/agones/sdks/cpp//bin/agonessdk-0.8.0-cd7badd-dev-linux-arch_64.tar.gz
Step #8 - "build": rm: cannot remove '/go/src/agones.dev/agones/sdks/cpp//bin/agonessdk-0.8.0-cd7badd-src.zip': No such file or directory
Step #8 - "build": make: [archive] Error 1 (ignored)
Step #8 - "build": rm: cannot remove '/go/src/agones.dev/agones/sdks/cpp//bin/agonessdk-0.8.0-cd7badd-dev-linux-arch_64.tar.gz': No such file or directory
Step #8 - "build": make: [archive] Error 1 (ignored)
Step #8 - "build": rm: cannot remove '/go/src/agones.dev/agones/sdks/cpp//bin/agonessdk-0.8.0-cd7badd-runtime-linux-arch_64.tar.gz': No such file or directory
Step #8 - "build": make: [archive] Error 1 (ignored)
Step #8 - "build": Makefile:67: recipe for target 'archive' failed
Step #8 - "build": rm /go/src/agones.dev/agones/sdks/cpp//bin/agonessdk-0.8.0-cd7badd-runtime-linux-arch_64.tar.gz
Step #8 - "build": Makefile:67: recipe for target 'archive' failed
Step #8 - "build": cp /usr/local/lib/libgrpc.so.6 /go/src/agones.dev/agones/sdks/cpp//bin/
Step #8 - "build": cp /usr/local/lib/libprotobuf.so.* /go/src/agones.dev/agones/sdks/cpp//bin/
Step #8 - "build": cp /usr/local/lib/libagonessdk.so /go/src/agones.dev/agones/sdks/cpp//bin/
Step #8 - "build": cp /usr/local/lib/libgpr.so.6 /go/src/agones.dev/agones/sdks/cpp//bin/
Step #8 - "build": cp /usr/local/lib/libgrpc_unsecure.so.6 /go/src/agones.dev/agones/sdks/cpp//bin/
Step #8 - "build": cd /go/src/agones.dev/agones/sdks/cpp//bin && tar cvf agonessdk-0.8.0-cd7badd-runtime-linux-arch_64.tar.gz *
Step #8 - "build": libagonessdk.a
Step #8 - "build": libagonessdk.so
Step #8 - "build": libgpr.so.6
Step #8 - "build": libgrpc.so.6
Step #8 - "build": libgrpc_unsecure.so.6
Step #8 - "build": libprotobuf.so.17
Step #8 - "build": libprotobuf.so.17.0.0
Step #8 - "build": cd /usr/local && tar cvf /go/src/agones.dev/agones/sdks/cpp//bin/agonessdk-0.8.0-cd7badd-dev-linux-arch_64.tar.gz lib include
Step #8 - "build": lib/
Step #8 - "build": lib/libagonessdk.a
Step #8 - "build": lib/libagonessdk.so
Step #8 - "build": lib/python3.5/
Step #8 - "build": lib/python3.5/dist-packages/
Step #8 - "build": lib/python2.7/
Step #8 - "build": lib/python2.7/dist-packages/
Step #8 - "build": lib/python2.7/site-packages/
Step #8 - "build": lib/libprotoc.a
Step #8 - "build": lib/libgrpc++.so.6
Step #8 - "build": lib/libaddress_sorting.so.6
Step #8 - "build": lib/libgrpc++_unsecure.so
Step #8 - "build": lib/libaddress_sorting.so.6.0.0
Step #8 - "build": lib/libgpr.so.6
Step #8 - "build": lib/libaddress_sorting.a
Step #8 - "build": lib/libgrpc++_unsecure.so.6
Step #8 - "build": lib/libprotobuf.so.17
Step #8 - "build": lib/libgrpc++_cronet.so.1.16.1
Step #8 - "build": lib/libgrpc++_error_details.so.6
Step #8 - "build": lib/libgrpcpp_channelz.so.6
Step #8 - "build": lib/libgrpc++_error_details.so.1
Step #8 - "build": lib/libprotobuf-lite.so.17.0.0
Step #8 - "build": lib/libprotobuf-lite.la
Step #8 - "build": lib/libgrpc++_unsecure.so.1
Step #8 - "build": lib/pkgconfig/
Step #8 - "build": lib/pkgconfig/grpc++_unsecure.pc
Step #8 - "build": lib/pkgconfig/grpc_unsecure.pc
Step #8 - "build": lib/pkgconfig/grpc++.pc
Step #8 - "build": lib/pkgconfig/protobuf.pc
Step #8 - "build": lib/pkgconfig/grpc.pc
Step #8 - "build": lib/pkgconfig/protobuf-lite.pc
Step #8 - "build": lib/pkgconfig/gpr.pc
Step #8 - "build": lib/libgrpc++_reflection.so.6
Step #8 - "build": lib/libgrpc++_cronet.a
Step #8 - "build": lib/libprotoc.so
Step #8 - "build": lib/libgrpc++_cronet.so
Step #8 - "build": lib/libgrpc++_error_details.so.1.16.1
Step #8 - "build": lib/libgrpc.so.6.0.0
Step #8 - "build": lib/libgrpc_unsecure.so
Step #8 - "build": lib/libgrpc++_cronet.so.6
Step #8 - "build": lib/libgrpc++.so.1.16.1
Step #8 - "build": lib/libgpr.so.6.0.0
Step #8 - "build": lib/libprotobuf.a
Step #8 - "build": lib/libgrpc++.a
Step #8 - "build": lib/libgrpc++_unsecure.so.1.16.1
Step #8 - "build": lib/libgrpc++_unsecure.a
Step #8 - "build": lib/libprotobuf.la
Step #8 - "build": lib/libgrpc_cronet.so.6.0.0
Step #8 - "build": lib/libgrpc_unsecure.so.6
Step #8 - "build": lib/libprotobuf.so
Step #8 - "build": lib/libgrpc++_cronet.so.1
Step #8 - "build": lib/libprotoc.so.17.0.0
Step #8 - "build": lib/libprotobuf-lite.a
Step #8 - "build": lib/libgrpc.so
Step #8 - "build": lib/libgrpc.a
Step #8 - "build": lib/libgrpc++_reflection.so.1
Step #8 - "build": lib/libgrpcpp_channelz.a
Step #8 - "build": lib/libgpr.a
Step #8 - "build": lib/libgrpcpp_channelz.so.1.16.1
Step #8 - "build": lib/libgrpc++.so.1
Step #8 - "build": lib/libgrpc_unsecure.so.6.0.0
Step #8 - "build": lib/libgrpc.so.6
Step #8 - "build": lib/libgrpcpp_channelz.so.1
Step #8 - "build": lib/libgrpc++.so
Step #8 - "build": lib/libgpr.so
Step #8 - "build": lib/libgrpc++_reflection.so
Step #8 - "build": lib/libprotobuf.so.17.0.0
Step #8 - "build": lib/libgrpc_cronet.so
Step #8 - "build": lib/libprotobuf-lite.so.17
Step #8 - "build": lib/libprotoc.la
Step #8 - "build": lib/libgrpc++_reflection.so.1.16.1
Step #8 - "build": lib/libgrpc++_error_details.a
Step #8 - "build": lib/libprotobuf-lite.so
Step #8 - "build": lib/libgrpc_cronet.so.6
Step #8 - "build": lib/libgrpc++_error_details.so
Step #8 - "build": lib/libaddress_sorting.so
Step #8 - "build": lib/libgrpc_unsecure.a
Step #8 - "build": lib/libprotoc.so.17
Step #8 - "build": lib/libgrpcpp_channelz.so
Step #8 - "build": lib/libgrpc_cronet.a
Step #8 - "build": lib/libgrpc++_reflection.a
Step #8 - "build": include/
Step #8 - "build": include/agones/
Step #8 - "build": include/agones/sdk.pb.h
Step #8 - "build": include/agones/sdk.grpc.pb.h
Step #8 - "build": include/agones/sdk.h
Step #8 - "build": include/google/
Step #8 - "build": include/google/protobuf/
Step #8 - "build": include/google/protobuf/map_entry.h
Step #8 - "build": include/google/protobuf/util/
Step #8 - "build": include/google/protobuf/util/message_differencer.h
Step #8 - "build": include/google/protobuf/util/field_comparator.h
Step #8 - "build": include/google/protobuf/util/time_util.h
Step #8 - "build": include/google/protobuf/util/type_resolver.h
Step #8 - "build": include/google/protobuf/util/type_resolver_util.h
Step #8 - "build": include/google/protobuf/util/json_util.h
Step #8 - "build": include/google/protobuf/util/field_mask_util.h
Step #8 - "build": include/google/protobuf/util/delimited_message_util.h
Step #8 - "build": include/google/protobuf/descriptor.pb.h
Step #8 - "build": include/google/protobuf/source_context.proto
Step #8 - "build": include/google/protobuf/map_field_inl.h
Step #8 - "build": include/google/protobuf/generated_message_util.h
Step #8 - "build": include/google/protobuf/struct.proto
Step #8 - "build": include/google/protobuf/repeated_field.h
Step #8 - "build": include/google/protobuf/api.proto
Step #8 - "build": include/google/protobuf/implicit_weak_message.h
Step #8 - "build": include/google/protobuf/io/
Step #8 - "build": include/google/protobuf/io/coded_stream.h
Step #8 - "build": include/google/protobuf/io/zero_copy_stream_impl_lite.h
Step #8 - "build": include/google/protobuf/io/tokenizer.h
Step #8 - "build": include/google/protobuf/io/zero_copy_stream_impl.h
Step #8 - "build": include/google/protobuf/io/zero_copy_stream.h
Step #8 - "build": include/google/protobuf/io/strtod.h
Step #8 - "build": include/google/protobuf/io/printer.h
Step #8 - "build": include/google/protobuf/field_mask.pb.h
Step #8 - "build": include/google/protobuf/service.h
Step #8 - "build": include/google/protobuf/descriptor.proto
Step #8 - "build": include/google/protobuf/message.h
Step #8 - "build": include/google/protobuf/arena_impl.h
Step #8 - "build": include/google/protobuf/wire_format_lite.h
Step #8 - "build": include/google/protobuf/field_mask.proto
Step #8 - "build": include/google/protobuf/message_lite.h
Step #8 - "build": include/google/protobuf/map_field.h
Step #8 - "build": include/google/protobuf/type.proto
Step #8 - "build": include/google/protobuf/api.pb.h
Step #8 - "build": include/google/protobuf/empty.pb.h
Step #8 - "build": include/google/protobuf/generated_message_reflection.h
Step #8 - "build": include/google/protobuf/extension_set.h
Step #8 - "build": include/google/protobuf/has_bits.h
Step #8 - "build": include/google/protobuf/descriptor.h
Step #8 - "build": include/google/protobuf/wire_format.h
Step #8 - "build": include/google/protobuf/reflection.h
Step #8 - "build": include/google/protobuf/dynamic_message.h
Step #8 - "build": include/google/protobuf/map_field_lite.h
Step #8 - "build": include/google/protobuf/map_entry_lite.h
Step #8 - "build": include/google/protobuf/wrappers.pb.h
Step #8 - "build": include/google/protobuf/generated_message_table_driven.h
Step #8 - "build": include/google/protobuf/source_context.pb.h
Step #8 - "build": include/google/protobuf/generated_enum_reflection.h
Step #8 - "build": include/google/protobuf/stubs/
Step #8 - "build": include/google/protobuf/stubs/fastmem.h
Step #8 - "build": include/google/protobuf/stubs/callback.h
Step #8 - "build": include/google/protobuf/stubs/bytestream.h
Step #8 - "build": include/google/protobuf/stubs/stringpiece.h
Step #8 - "build": include/google/protobuf/stubs/once.h
Step #8 - "build": include/google/protobuf/stubs/casts.h
Step #8 - "build": include/google/protobuf/stubs/common.h
Step #8 - "build": include/google/protobuf/stubs/stl_util.h
Step #8 - "build": include/google/protobuf/stubs/logging.h
Step #8 - "build": include/google/protobuf/stubs/port.h
Step #8 - "build": include/google/protobuf/stubs/singleton.h
Step #8 - "build": include/google/protobuf/stubs/platform_macros.h
Step #8 - "build": include/google/protobuf/stubs/template_util.h
Step #8 - "build": include/google/protobuf/stubs/macros.h
Step #8 - "build": include/google/protobuf/stubs/hash.h
Step #8 - "build": include/google/protobuf/stubs/mutex.h
Step #8 - "build": include/google/protobuf/stubs/status.h
Step #8 - "build": include/google/protobuf/empty.proto
Step #8 - "build": include/google/protobuf/metadata_lite.h
Step #8 - "build": include/google/protobuf/timestamp.pb.h
Step #8 - "build": include/google/protobuf/struct.pb.h
Step #8 - "build": include/google/protobuf/type.pb.h
Step #8 - "build": include/google/protobuf/any.proto
Step #8 - "build": include/google/protobuf/metadata.h
Step #8 - "build": include/google/protobuf/any.pb.h
Step #8 - "build": include/google/protobuf/unknown_field_set.h
Step #8 - "build": include/google/protobuf/duration.pb.h
Step #8 - "build": include/google/protobuf/generated_enum_util.h
Step #8 - "build": include/google/protobuf/descriptor_database.h
Step #8 - "build": include/google/protobuf/timestamp.proto
Step #8 - "build": include/google/protobuf/reflection_ops.h
Step #8 - "build": include/google/protobuf/inlined_string_field.h
Step #8 - "build": include/google/protobuf/arena.h
Step #8 - "build": include/google/protobuf/duration.proto
Step #8 - "build": include/google/protobuf/wrappers.proto
Step #8 - "build": include/google/protobuf/map.h
Step #8 - "build": include/google/protobuf/map_type_handler.h
Step #8 - "build": include/google/protobuf/text_format.h
Step #8 - "build": include/google/protobuf/compiler/
Step #8 - "build": include/google/protobuf/compiler/plugin.pb.h
Step #8 - "build": include/google/protobuf/compiler/plugin.proto
Step #8 - "build": include/google/protobuf/compiler/java/
Step #8 - "build": include/google/protobuf/compiler/java/java_generator.h
Step #8 - "build": include/google/protobuf/compiler/java/java_names.h
Step #8 - "build": include/google/protobuf/compiler/code_generator.h
Step #8 - "build": include/google/protobuf/compiler/csharp/
Step #8 - "build": include/google/protobuf/compiler/csharp/csharp_generator.h
Step #8 - "build": include/google/protobuf/compiler/csharp/csharp_names.h
Step #8 - "build": include/google/protobuf/compiler/command_line_interface.h
Step #8 - "build": include/google/protobuf/compiler/php/
Step #8 - "build": include/google/protobuf/compiler/php/php_generator.h
Step #8 - "build": include/google/protobuf/compiler/objectivec/
Step #8 - "build": include/google/protobuf/compiler/objectivec/objectivec_helpers.h
Step #8 - "build": include/google/protobuf/compiler/objectivec/objectivec_generator.h
Step #8 - "build": include/google/protobuf/compiler/parser.h
Step #8 - "build": include/google/protobuf/compiler/python/
Step #8 - "build": include/google/protobuf/compiler/python/python_generator.h
Step #8 - "build": include/google/protobuf/compiler/cpp/
Step #8 - "build": include/google/protobuf/compiler/cpp/cpp_generator.h
Step #8 - "build": include/google/protobuf/compiler/js/
Step #8 - "build": include/google/protobuf/compiler/js/well_known_types_embed.h
Step #8 - "build": include/google/protobuf/compiler/js/js_generator.h
Step #8 - "build": include/google/protobuf/compiler/plugin.h
Step #8 - "build": include/google/protobuf/compiler/ruby/
Step #8 - "build": include/google/protobuf/compiler/ruby/ruby_generator.h
Step #8 - "build": include/google/protobuf/compiler/importer.h
Step #8 - "build": include/google/protobuf/arenastring.h
Step #8 - "build": include/google/protobuf/wire_format_lite_inl.h
Step #8 - "build": include/google/protobuf/any.h
Step #8 - "build": include/google/api/
Step #8 - "build": include/google/api/http.pb.h
Step #8 - "build": include/google/api/annotations.pb.h
Step #8 - "build": include/grpc++/
Step #8 - "build": include/grpc++/support/
Step #8 - "build": include/grpc++/support/error_details.h
Step #8 - "build": include/grpc++/support/async_stream.h
Step #8 - "build": include/grpc++/support/time.h
Step #8 - "build": include/grpc++/support/async_unary_call.h
Step #8 - "build": include/grpc++/support/byte_buffer.h
Step #8 - "build": include/grpc++/support/config.h
Step #8 - "build": include/grpc++/support/status_code_enum.h
Step #8 - "build": include/grpc++/support/sync_stream.h
Step #8 - "build": include/grpc++/support/slice.h
Step #8 - "build": include/grpc++/support/channel_arguments.h
Step #8 - "build": include/grpc++/support/string_ref.h
Step #8 - "build": include/grpc++/support/stub_options.h
Step #8 - "build": include/grpc++/support/status.h
Step #8 - "build": include/grpc++/create_channel.h
Step #8 - "build": include/grpc++/alarm.h
Step #8 - "build": include/grpc++/generic/
Step #8 - "build": include/grpc++/generic/generic_stub.h
Step #8 - "build": include/grpc++/generic/async_generic_service.h
Step #8 - "build": include/grpc++/impl/
Step #8 - "build": include/grpc++/impl/codegen/
Step #8 - "build": include/grpc++/impl/codegen/channel_interface.h
Step #8 - "build": include/grpc++/impl/codegen/async_stream.h
Step #8 - "build": include/grpc++/impl/codegen/method_handler_impl.h
Step #8 - "build": include/grpc++/impl/codegen/completion_queue.h
Step #8 - "build": include/grpc++/impl/codegen/serialization_traits.h
Step #8 - "build": include/grpc++/impl/codegen/completion_queue_tag.h
Step #8 - "build": include/grpc++/impl/codegen/call.h
Step #8 - "build": include/grpc++/impl/codegen/time.h
Step #8 - "build": include/grpc++/impl/codegen/async_unary_call.h
Step #8 - "build": include/grpc++/impl/codegen/byte_buffer.h
Step #8 - "build": include/grpc++/impl/codegen/server_interface.h
Step #8 - "build": include/grpc++/impl/codegen/proto_utils.h
Step #8 - "build": include/grpc++/impl/codegen/metadata_map.h
Step #8 - "build": include/grpc++/impl/codegen/rpc_method.h
Step #8 - "build": include/grpc++/impl/codegen/config.h
Step #8 - "build": include/grpc++/impl/codegen/service_type.h
Step #8 - "build": include/grpc++/impl/codegen/status_code_enum.h
Step #8 - "build": include/grpc++/impl/codegen/client_context.h
Step #8 - "build": include/grpc++/impl/codegen/call_hook.h
Step #8 - "build": include/grpc++/impl/codegen/core_codegen_interface.h
Step #8 - "build": include/grpc++/impl/codegen/client_unary_call.h
Step #8 - "build": include/grpc++/impl/codegen/sync_stream.h
Step #8 - "build": include/grpc++/impl/codegen/config_protobuf.h
Step #8 - "build": include/grpc++/impl/codegen/slice.h
Step #8 - "build": include/grpc++/impl/codegen/string_ref.h
Step #8 - "build": include/grpc++/impl/codegen/core_codegen.h
Step #8 - "build": include/grpc++/impl/codegen/stub_options.h
Step #8 - "build": include/grpc++/impl/codegen/server_context.h
Step #8 - "build": include/grpc++/impl/codegen/security/
Step #8 - "build": include/grpc++/impl/codegen/security/auth_context.h
Step #8 - "build": include/grpc++/impl/codegen/grpc_library.h
Step #8 - "build": include/grpc++/impl/codegen/status.h
Step #8 - "build": include/grpc++/impl/codegen/rpc_service_method.h
Step #8 - "build": include/grpc++/impl/codegen/create_auth_context.h
Step #8 - "build": include/grpc++/impl/server_builder_option.h
Step #8 - "build": include/grpc++/impl/method_handler_impl.h
Step #8 - "build": include/grpc++/impl/serialization_traits.h
Step #8 - "build": include/grpc++/impl/call.h
Step #8 - "build": include/grpc++/impl/server_builder_plugin.h
Step #8 - "build": include/grpc++/impl/rpc_method.h
Step #8 - "build": include/grpc++/impl/channel_argument_option.h
Step #8 - "build": include/grpc++/impl/service_type.h
Step #8 - "build": include/grpc++/impl/client_unary_call.h
Step #8 - "build": include/grpc++/impl/server_initializer.h
Step #8 - "build": include/grpc++/impl/grpc_library.h
Step #8 - "build": include/grpc++/impl/rpc_service_method.h
Step #8 - "build": include/grpc++/completion_queue.h
Step #8 - "build": include/grpc++/health_check_service_interface.h
Step #8 - "build": include/grpc++/channel.h
Step #8 - "build": include/grpc++/resource_quota.h
Step #8 - "build": include/grpc++/grpc++.h
Step #8 - "build": include/grpc++/server_posix.h
Step #8 - "build": include/grpc++/server.h
Step #8 - "build": include/grpc++/create_channel_posix.h
Step #8 - "build": include/grpc++/server_builder.h
Step #8 - "build": include/grpc++/client_context.h
Step #8 - "build": include/grpc++/server_context.h
Step #8 - "build": include/grpc++/security/
Step #8 - "build": include/grpc++/security/auth_metadata_processor.h
Step #8 - "build": include/grpc++/security/auth_context.h
Step #8 - "build": include/grpc++/security/credentials.h
Step #8 - "build": include/grpc++/security/server_credentials.h
Step #8 - "build": include/grpc++/ext/
Step #8 - "build": include/grpc++/ext/proto_server_reflection_plugin.h
Step #8 - "build": include/grpc++/ext/health_check_service_server_builder_option.h
Step #8 - "build": include/grpc/
Step #8 - "build": include/grpc/support/
Step #8 - "build": include/grpc/support/atm_gcc_sync.h
Step #8 - "build": include/grpc/support/log_windows.h
Step #8 - "build": include/grpc/support/atm_gcc_atomic.h
Step #8 - "build": include/grpc/support/atm_windows.h
Step #8 - "build": include/grpc/support/cpu.h
Step #8 - "build": include/grpc/support/atm.h
Step #8 - "build": include/grpc/support/sync.h
Step #8 - "build": include/grpc/support/string_util.h
Step #8 - "build": include/grpc/support/sync_custom.h
Step #8 - "build": include/grpc/support/thd_id.h
Step #8 - "build": include/grpc/support/sync_posix.h
Step #8 - "build": include/grpc/support/time.h
Step #8 - "build": include/grpc/support/alloc.h
Step #8 - "build": include/grpc/support/log.h
Step #8 - "build": include/grpc/support/port_platform.h
Step #8 - "build": include/grpc/support/workaround_list.h
Step #8 - "build": include/grpc/support/sync_windows.h
Step #8 - "build": include/grpc/support/sync_generic.h
Step #8 - "build": include/grpc/grpc.h
Step #8 - "build": include/grpc/census.h
Step #8 - "build": include/grpc/grpc_cronet.h
Step #8 - "build": include/grpc/slice_buffer.h
Step #8 - "build": include/grpc/impl/
Step #8 - "build": include/grpc/impl/codegen/
Step #8 - "build": include/grpc/impl/codegen/atm_gcc_sync.h
Step #8 - "build": include/grpc/impl/codegen/atm_gcc_atomic.h
Step #8 - "build": include/grpc/impl/codegen/atm_windows.h
Step #8 - "build": include/grpc/impl/codegen/atm.h
Step #8 - "build": include/grpc/impl/codegen/propagation_bits.h
Step #8 - "build": include/grpc/impl/codegen/gpr_types.h
Step #8 - "build": include/grpc/impl/codegen/sync.h
Step #8 - "build": include/grpc/impl/codegen/sync_custom.h
Step #8 - "build": include/grpc/impl/codegen/sync_posix.h
Step #8 - "build": include/grpc/impl/codegen/fork.h
Step #8 - "build": include/grpc/impl/codegen/compression_types.h
Step #8 - "build": include/grpc/impl/codegen/byte_buffer.h
Step #8 - "build": include/grpc/impl/codegen/log.h
Step #8 - "build": include/grpc/impl/codegen/connectivity_state.h
Step #8 - "build": include/grpc/impl/codegen/port_platform.h
Step #8 - "build": include/grpc/impl/codegen/gpr_slice.h
Step #8 - "build": include/grpc/impl/codegen/grpc_types.h
Step #8 - "build": include/grpc/impl/codegen/sync_windows.h
Step #8 - "build": include/grpc/impl/codegen/slice.h
Step #8 - "build": include/grpc/impl/codegen/sync_generic.h
Step #8 - "build": include/grpc/impl/codegen/byte_buffer_reader.h
Step #8 - "build": include/grpc/impl/codegen/status.h
Step #8 - "build": include/grpc/fork.h
Step #8 - "build": include/grpc/byte_buffer.h
Step #8 - "build": include/grpc/compression.h
Step #8 - "build": include/grpc/load_reporting.h
Step #8 - "build": include/grpc/grpc_security.h
Step #8 - "build": include/grpc/grpc_posix.h
Step #8 - "build": include/grpc/slice.h
Step #8 - "build": include/grpc/grpc_security_constants.h
Step #8 - "build": include/grpc/byte_buffer_reader.h
Step #8 - "build": include/grpc/status.h
Step #8 - "build": include/grpcpp/
Step #8 - "build": include/grpcpp/support/
Step #8 - "build": include/grpcpp/support/error_details.h
Step #8 - "build": include/grpcpp/support/async_stream.h
Step #8 - "build": include/grpcpp/support/time.h
Step #8 - "build": include/grpcpp/support/async_unary_call.h
Step #8 - "build": include/grpcpp/support/byte_buffer.h
Step #8 - "build": include/grpcpp/support/config.h
Step #8 - "build": include/grpcpp/support/status_code_enum.h
Step #8 - "build": include/grpcpp/support/proto_buffer_reader.h
Step #8 - "build": include/grpcpp/support/proto_buffer_writer.h
Step #8 - "build": include/grpcpp/support/sync_stream.h
Step #8 - "build": include/grpcpp/support/slice.h
Step #8 - "build": include/grpcpp/support/channel_arguments.h
Step #8 - "build": include/grpcpp/support/string_ref.h
Step #8 - "build": include/grpcpp/support/stub_options.h
Step #8 - "build": include/grpcpp/support/client_callback.h
Step #8 - "build": include/grpcpp/support/status.h
Step #8 - "build": include/grpcpp/create_channel.h
Step #8 - "build": include/grpcpp/alarm.h
Step #8 - "build": include/grpcpp/generic/
Step #8 - "build": include/grpcpp/generic/generic_stub.h
Step #8 - "build": include/grpcpp/generic/async_generic_service.h
Step #8 - "build": include/grpcpp/impl/
Step #8 - "build": include/grpcpp/impl/codegen/
Step #8 - "build": include/grpcpp/impl/codegen/callback_common.h
Step #8 - "build": include/grpcpp/impl/codegen/channel_interface.h
Step #8 - "build": include/grpcpp/impl/codegen/async_stream.h
Step #8 - "build": include/grpcpp/impl/codegen/method_handler_impl.h
Step #8 - "build": include/grpcpp/impl/codegen/completion_queue.h
Step #8 - "build": include/grpcpp/impl/codegen/serialization_traits.h
Step #8 - "build": include/grpcpp/impl/codegen/completion_queue_tag.h
Step #8 - "build": include/grpcpp/impl/codegen/call.h
Step #8 - "build": include/grpcpp/impl/codegen/time.h
Step #8 - "build": include/grpcpp/impl/codegen/async_unary_call.h
Step #8 - "build": include/grpcpp/impl/codegen/byte_buffer.h
Step #8 - "build": include/grpcpp/impl/codegen/server_interface.h
Step #8 - "build": include/grpcpp/impl/codegen/proto_utils.h
Step #8 - "build": include/grpcpp/impl/codegen/metadata_map.h
Step #8 - "build": include/grpcpp/impl/codegen/rpc_method.h
Step #8 - "build": include/grpcpp/impl/codegen/config.h
Step #8 - "build": include/grpcpp/impl/codegen/service_type.h
Step #8 - "build": include/grpcpp/impl/codegen/status_code_enum.h
Step #8 - "build": include/grpcpp/impl/codegen/proto_buffer_reader.h
Step #8 - "build": include/grpcpp/impl/codegen/client_context.h
Step #8 - "build": include/grpcpp/impl/codegen/proto_buffer_writer.h
Step #8 - "build": include/grpcpp/impl/codegen/call_hook.h
Step #8 - "build": include/grpcpp/impl/codegen/core_codegen_interface.h
Step #8 - "build": include/grpcpp/impl/codegen/client_unary_call.h
Step #8 - "build": include/grpcpp/impl/codegen/sync_stream.h
Step #8 - "build": include/grpcpp/impl/codegen/config_protobuf.h
Step #8 - "build": include/grpcpp/impl/codegen/slice.h
Step #8 - "build": include/grpcpp/impl/codegen/string_ref.h
Step #8 - "build": include/grpcpp/impl/codegen/async_generic_service.h
Step #8 - "build": include/grpcpp/impl/codegen/core_codegen.h
Step #8 - "build": include/grpcpp/impl/codegen/stub_options.h
Step #8 - "build": include/grpcpp/impl/codegen/server_context.h
Step #8 - "build": include/grpcpp/impl/codegen/client_callback.h
Step #8 - "build": include/grpcpp/impl/codegen/security/
Step #8 - "build": include/grpcpp/impl/codegen/security/auth_context.h
Step #8 - "build": include/grpcpp/impl/codegen/grpc_library.h
Step #8 - "build": include/grpcpp/impl/codegen/status.h
Step #8 - "build": include/grpcpp/impl/codegen/rpc_service_method.h
Step #8 - "build": include/grpcpp/impl/codegen/create_auth_context.h
Step #8 - "build": include/grpcpp/impl/codegen/client_interceptor.h
Step #8 - "build": include/grpcpp/impl/codegen/interceptor.h
Step #8 - "build": include/grpcpp/impl/server_builder_option.h
Step #8 - "build": include/grpcpp/impl/method_handler_impl.h
Step #8 - "build": include/grpcpp/impl/serialization_traits.h
Step #8 - "build": include/grpcpp/impl/call.h
Step #8 - "build": include/grpcpp/impl/server_builder_plugin.h
Step #8 - "build": include/grpcpp/impl/rpc_method.h
Step #8 - "build": include/grpcpp/impl/channel_argument_option.h
Step #8 - "build": include/grpcpp/impl/service_type.h
Step #8 - "build": include/grpcpp/impl/client_unary_call.h
Step #8 - "build": include/grpcpp/impl/server_initializer.h
Step #8 - "build": include/grpcpp/impl/grpc_library.h
Step #8 - "build": include/grpcpp/impl/rpc_service_method.h
Step #8 - "build": include/grpcpp/completion_queue.h
Step #8 - "build": include/grpcpp/health_check_service_interface.h
Step #8 - "build": include/grpcpp/channel.h
Step #8 - "build": include/grpcpp/resource_quota.h
Step #8 - "build": include/grpcpp/grpcpp.h
Step #8 - "build": include/grpcpp/server_posix.h
Step #8 - "build": include/grpcpp/server.h
Step #8 - "build": include/grpcpp/create_channel_posix.h
Step #8 - "build": include/grpcpp/server_builder.h
Step #8 - "build": include/grpcpp/client_context.h
Step #8 - "build": include/grpcpp/server_context.h
Step #8 - "build": include/grpcpp/security/
Step #8 - "build": include/grpcpp/security/auth_metadata_processor.h
Step #8 - "build": include/grpcpp/security/auth_context.h
Step #8 - "build": include/grpcpp/security/credentials.h
Step #8 - "build": include/grpcpp/security/server_credentials.h
Step #8 - "build": include/grpcpp/ext/
Step #8 - "build": include/grpcpp/ext/channelz_service_plugin.h
Step #8 - "build": include/grpcpp/ext/proto_server_reflection_plugin.h
Step #8 - "build": include/grpcpp/ext/health_check_service_server_builder_option.h
Step #8 - "build": cd /go/src/agones.dev/agones/sdks/cpp/ && zip ./bin/agonessdk-0.8.0-cd7badd-src.zip Makefile *.md *.cc *.h
Step #8 - "build":   adding: Makefile (deflated 59%)
Step #8 - "build":   adding: README.md (deflated 46%)
Step #8 - "build":   adding: sdk.cc (deflated 74%)
Step #8 - "build":   adding: sdk.grpc.pb.cc (deflated 88%)
Step #8 - "build":   adding: sdk.pb.cc (deflated 91%)
Step #8 - "build":   adding: sdk.grpc.pb.h (deflated 93%)
Step #8 - "build":   adding: sdk.h (deflated 58%)
Step #8 - "build":   adding: sdk.pb.h (deflated 90%)
Step #8 - "build": docker push gcr.io/agones-images/agones-controller:0.8.0-cd7badd
Step #8 - "build": The push refers to repository [gcr.io/agones-images/agones-controller]
Step #8 - "build": 034e5d1f0eda: Preparing
Step #8 - "build": 1126407b2a1d: Preparing
Step #8 - "build": 7bff100f35cb: Preparing
Step #8 - "build": 7bff100f35cb: Layer already exists
Step #8 - "build": 1126407b2a1d: Pushed
Step #8 - "build": 034e5d1f0eda: Pushed
Step #8 - "build": 0.8.0-cd7badd: digest: sha256:18831230aa7ea244a914a45d055a6a29fa76f4d6b3ebbae0788db1917ddf67e9 size: 951
Step #8 - "build": docker push gcr.io/agones-images/agones-sdk:0.8.0-cd7badd
Step #8 - "build": The push refers to repository [gcr.io/agones-images/agones-sdk]
Step #8 - "build": ccd71419c21a: Preparing
Step #8 - "build": 1126407b2a1d: Preparing
Step #8 - "build": 7bff100f35cb: Preparing
Step #8 - "build": 1126407b2a1d: Layer already exists
Step #8 - "build": 7bff100f35cb: Layer already exists
Step #8 - "build": ccd71419c21a: Pushed
Step #8 - "build": 0.8.0-cd7badd: digest: sha256:d089740e7f8c5ab591bffcbbc12bd8821e2984cf859d4d92db4e51fd317e4e75 size: 951
Step #8 - "build": docker push gcr.io/agones-images/agones-ping:0.8.0-cd7badd
Step #8 - "build": The push refers to repository [gcr.io/agones-images/agones-ping]
Step #8 - "build": 38901b7a157a: Preparing
Step #8 - "build": 1126407b2a1d: Preparing
Step #8 - "build": 7bff100f35cb: Preparing
Step #8 - "build": 1126407b2a1d: Layer already exists
Step #8 - "build": 7bff100f35cb: Layer already exists
Step #8 - "build": 38901b7a157a: Pushed
Step #8 - "build": 0.8.0-cd7badd: digest: sha256:5bcf97764d38d045c65cb5649b103f595e21bcb8fc4302d3c8997f8ee8a964b5 size: 950
Finished Step #8 - "build"
Starting Step #10
Starting Step #11
Step #10: Already have image: e2e-runner
Step #11: Already have image (with digest): gcr.io/cloud-builders/gsutil
Step #11: Copying file://agonessdk-0.8.0-cd7badd-runtime-linux-arch_64.tar.gz [Content-Type=application/x-tar]...
Step #11: / [0 files][    0.0 B/ 66.1 MiB]                                                
-
- [1 files][ 66.1 MiB/ 66.1 MiB]                                                
\
Copying file://agonessdk-0.8.0-cd7badd-dev-linux-arch_64.tar.gz [Content-Type=application/x-tar]...
Step #11: \ [1 files][ 66.1 MiB/355.3 MiB]                                                
==> NOTE: You are uploading one or more large file(s), which would run
Step #11: significantly faster if you enable parallel composite uploads. This
Step #11: feature can be enabled by editing the
Step #11: "parallel_composite_upload_threshold" value in your .boto
Step #11: configuration file. However, note that if you do this large files will
Step #11: be uploaded as `composite objects
Step #11: <https://cloud.google.com/storage/docs/composite-objects>`_,which
Step #11: means that any user who downloads such objects will need to have a
Step #11: compiled crcmod installed (see "gsutil help crcmod"). This is because
Step #11: without a compiled crcmod, computing checksums on composite objects is
Step #11: so slow that gsutil disables downloads of composite objects.
Step #11: 
Step #11: |
| [1 files][155.0 MiB/355.3 MiB]                                                
/
-
- [1 files][250.2 MiB/355.3 MiB]                                                
\
\ [1 files][350.2 MiB/355.3 MiB]                                                
|
| [2 files][355.3 MiB/355.3 MiB]                                                
/
Step #11: Operation completed over 2 objects/355.3 MiB.                                    
Finished Step #11
Step #10: Fetching cluster endpoint and auth data.
Step #10: kubeconfig entry generated for e2e-test-cluster.
Step #10: Waiting consul port-forward to launch on 8500...
Step #10: Forwarding from 127.0.0.1:8500 -> 8500
Step #10: Handling connection for 8500
Step #10: consul port-forward launched. Starting e2e tests...
Step #10: Handling connection for 8500
Step #10: Setting up lock at path: LockE2E/.lock
Step #10: Attempting lock acquisition
Step #7 - "deploy-site-static": .................................................................done.
Step #7 - "deploy-site-static": Deployed service [preview] to [https://cd7badd-dot-preview-dot-agones-images.appspot.com]
Step #7 - "deploy-site-static": 
Step #7 - "deploy-site-static": You can stream logs from the command line by running:
Step #7 - "deploy-site-static":   $ gcloud app logs tail -s preview
Step #7 - "deploy-site-static": 
Step #7 - "deploy-site-static": To view your application in the web browser run:
Step #7 - "deploy-site-static":   $ gcloud app browse -s preview --project=agones-images
Finished Step #7 - "deploy-site-static"
Step #10: Handling connection for 8500
Step #10: Shutdown triggered or timeout during lock acquisition
Finished Step #10
ERROR
ERROR: build step 10 "e2e-runner" failed: exit status 1

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 2e2db950-a19e-45ae-a770-2ed8aae7c76d

The following development artifacts have been built, and will exist for the next 30 days:

A preview of the website will exist for the next 30 days:

To install this version:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/510/head:pr_510 && git checkout pr_510
  • helm install install/helm/agones --namespace agones-system --name agones --set agones.image.tag=0.8.0-af5cddc

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 02fd1afa-6dca-425d-b4c1-9888aa354666

The following development artifacts have been built, and will exist for the next 30 days:

A preview of the website will exist for the next 30 days:

To install this version:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/510/head:pr_510 && git checkout pr_510
  • helm install install/helm/agones --namespace agones-system --name agones --set agones.image.tag=0.8.0-89e0410

@markmandel markmandel merged commit 97f3b82 into googleforgames:master Jan 28, 2019
@markmandel markmandel deleted the docs/remove-make branch January 28, 2019 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/cleanup Refactoring code, fixing up documentation, etc kind/documentation Documentation for Agones
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants