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

Add Amazon EKS Agones Setup Instructions #372

Merged
merged 1 commit into from
Oct 4, 2018
Merged

Add Amazon EKS Agones Setup Instructions #372

merged 1 commit into from
Oct 4, 2018

Conversation

GabeBigBoxVR
Copy link
Contributor

Added basic instructions to get Agones up and running in the EKS networking environment.

@googlebot
Copy link

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here (e.g. I signed it!) and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 86bbbdb5-c163-41d9-ba9d-10ac2f013a4f

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

(experimental) To install this version:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/372/head:pr_372 && git checkout pr_372
  • helm install install/helm/agones --namespace agones-system --name agones --set agones.image.tag=0.5.0-948c53f

@GabeBigBoxVR
Copy link
Contributor Author

I signed it!

- name: default
portPolicy: "dynamic"
containerPort: 7654 # ADD THIS
hostPort: 7654 # ADD THIS
Copy link
Member

Choose a reason for hiding this comment

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

Why do you need to set the hostPort, when the port policy is dynamic?

Also, you shouldn't have to set it at the pod level either - Agones should take care of that for you -- was there issue without it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch, I set it since in my case it's portPolicy: "static"
No, I haven't tested it only at the pod level, let me try that now and verify it works.

@GabeBigBoxVR
Copy link
Contributor Author

I signed it!

@googlebot
Copy link

CLAs look good, thanks!

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 83d20a16-e7c5-4f8f-bbf4-81f68e6f1144

Build Logs
starting build "83d20a16-e7c5-4f8f-bbf4-81f68e6f1144"

FETCHSOURCE
Initialized empty Git repository in /workspace/.git/
From https://source.developers.google.com/p/agones-images/r/agones
 * branch            d435eb68a0e17ad78eba33c25cb973c33af03d7d -> FETCH_HEAD
HEAD is now at d435eb6 Code Review Feedback: Removed container port mapping since pods port mapping handles this
BUILD
Starting Step #0
Step #0: Already have image (with digest): ubuntu
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  107.5MB

Step #1: Step 1/3 : FROM gcr.io/cloud-builders/docker
Step #1:  ---> 7d1f5e7da3bf
Step #1: Step 2/3 : RUN apt-get install make
Step #1:  ---> Running in 61d7f454b4e6
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 1 not upgraded.
Step #1: Removing intermediate container 61d7f454b4e6
Step #1:  ---> 06aefb643562
Step #1: Step 3/3 : ENTRYPOINT ["/usr/bin/make"]
Step #1:  ---> Running in 3b9f0912bbd8
Step #1: Removing intermediate container 3b9f0912bbd8
Step #1:  ---> b890edb5aa5f
Step #1: Successfully built b890edb5aa5f
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:add8116b91 && docker tag gcr.io/agones-images/agones-build:add8116b91 agones-build:add8116b91
Step #2: add8116b91: Pulling from agones-images/agones-build
Step #2: cc1a78bfd46b: Pulling fs layer
Step #2: 65ec5fb8fee4: Pulling fs layer
Step #2: f792a8d67267: Pulling fs layer
Step #2: 1d9810dc510f: Pulling fs layer
Step #2: 1857069560bc: Pulling fs layer
Step #2: 78e6ceea88a6: Pulling fs layer
Step #2: 17808c78ea57: Pulling fs layer
Step #2: 8f44844313bf: Pulling fs layer
Step #2: 68ad45c242a0: Pulling fs layer
Step #2: fcf83fd73d90: Pulling fs layer
Step #2: f7e1d363b903: Pulling fs layer
Step #2: db117322f9a6: Pulling fs layer
Step #2: 107df8cebbb8: Pulling fs layer
Step #2: 1cc01a448cf6: Pulling fs layer
Step #2: d21f6d830ee4: Pulling fs layer
Step #2: fc42a3e733c1: Pulling fs layer
Step #2: dc1d9449fa6d: Pulling fs layer
Step #2: 1a868119fc13: Pulling fs layer
Step #2: 9f6036440dbe: Pulling fs layer
Step #2: 781f18f06da3: Pulling fs layer
Step #2: eed24b20f933: Pulling fs layer
Step #2: 796c70780a0c: Pulling fs layer
Step #2: 1857069560bc: Waiting
Step #2: 8f44844313bf: Waiting
Step #2: 68ad45c242a0: Waiting
Step #2: 78e6ceea88a6: Waiting
Step #2: fcf83fd73d90: Waiting
Step #2: 17808c78ea57: Waiting
Step #2: f7e1d363b903: Waiting
Step #2: 1cc01a448cf6: Waiting
Step #2: d21f6d830ee4: Waiting
Step #2: fc42a3e733c1: Waiting
Step #2: dc1d9449fa6d: Waiting
Step #2: db117322f9a6: Waiting
Step #2: 107df8cebbb8: Waiting
Step #2: eed24b20f933: Waiting
Step #2: 1a868119fc13: Waiting
Step #2: 796c70780a0c: Waiting
Step #2: 781f18f06da3: Waiting
Step #2: 9f6036440dbe: Waiting
Step #2: 1d9810dc510f: Waiting
Step #2: cc1a78bfd46b: Verifying Checksum
Step #2: cc1a78bfd46b: Download complete
Step #2: 1d9810dc510f: Verifying Checksum
Step #2: 1d9810dc510f: Download complete
Step #2: 65ec5fb8fee4: Verifying Checksum
Step #2: 65ec5fb8fee4: Download complete
Step #2: 78e6ceea88a6: Verifying Checksum
Step #2: 78e6ceea88a6: Download complete
Step #2: 17808c78ea57: Download complete
Step #2: 1857069560bc: Verifying Checksum
Step #2: 1857069560bc: Download complete
Step #2: 68ad45c242a0: Verifying Checksum
Step #2: 68ad45c242a0: Download complete
Step #2: 8f44844313bf: Verifying Checksum
Step #2: 8f44844313bf: Download complete
Step #2: fcf83fd73d90: Verifying Checksum
Step #2: fcf83fd73d90: Download complete
Step #2: f7e1d363b903: Verifying Checksum
Step #2: f7e1d363b903: Download complete
Step #2: db117322f9a6: Verifying Checksum
Step #2: db117322f9a6: Download complete
Step #2: 107df8cebbb8: Download complete
Step #2: 1cc01a448cf6: Verifying Checksum
Step #2: 1cc01a448cf6: Download complete
Step #2: d21f6d830ee4: Verifying Checksum
Step #2: d21f6d830ee4: Download complete
Step #2: cc1a78bfd46b: Pull complete
Step #2: dc1d9449fa6d: Verifying Checksum
Step #2: dc1d9449fa6d: Download complete
Step #2: 1a868119fc13: Verifying Checksum
Step #2: 1a868119fc13: Download complete
Step #2: 9f6036440dbe: Verifying Checksum
Step #2: 9f6036440dbe: Download complete
Step #2: 781f18f06da3: Verifying Checksum
Step #2: 781f18f06da3: Download complete
Step #2: eed24b20f933: Verifying Checksum
Step #2: eed24b20f933: Download complete
Step #2: 796c70780a0c: Verifying Checksum
Step #2: 796c70780a0c: Download complete
Step #2: fc42a3e733c1: Verifying Checksum
Step #2: fc42a3e733c1: Download complete
Step #2: f792a8d67267: Verifying Checksum
Step #2: f792a8d67267: Download complete
Step #2: 65ec5fb8fee4: Pull complete
Step #2: f792a8d67267: Pull complete
Step #2: 1d9810dc510f: Pull complete
Step #2: 1857069560bc: Pull complete
Step #2: 78e6ceea88a6: Pull complete
Step #2: 17808c78ea57: Pull complete
Step #2: 8f44844313bf: Pull complete
Step #2: 68ad45c242a0: Pull complete
Step #2: fcf83fd73d90: Pull complete
Step #2: f7e1d363b903: Pull complete
Step #2: db117322f9a6: Pull complete
Step #2: 107df8cebbb8: Pull complete
Step #2: 1cc01a448cf6: Pull complete
Step #2: d21f6d830ee4: Pull complete
Step #2: fc42a3e733c1: Pull complete
Step #2: dc1d9449fa6d: Pull complete
Step #2: 1a868119fc13: Pull complete
Step #2: 9f6036440dbe: Pull complete
Step #2: 781f18f06da3: Pull complete
Step #2: eed24b20f933: Pull complete
Step #2: 796c70780a0c: Pull complete
Step #2: Digest: sha256:9ab02f5b3c7db82a3ce7ef753b0f7894c11e2761a4100009fdf61e4e5354a728
Step #2: Status: Downloaded newer image for gcr.io/agones-images/agones-build:add8116b91
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": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v /workspace:/go/src/agones.dev/agones -w /go/src/agones.dev/agones  agones-build:add8116b91 bash -c \
Step #3 - "lint": 	"golangci-lint run ./examples/... && golangci-lint run --deadline 15m ./..."
Finished Step #3 - "lint"
Starting Step #4 - "tests"
Starting Step #6 - "build-e2e"
Starting Step #5 - "build"
Step #6 - "build-e2e": Already have image (with digest): gcr.io/cloud-builders/docker
Step #4 - "tests": Already have image: make-docker
Step #5 - "build": Already have image: make-docker
Step #6 - "build-e2e": Sending build context to Docker daemon  7.168kB

Step #6 - "build-e2e": Step 1/20 : FROM gcr.io/cloud-builders/gcloud-slim
Step #4 - "tests": mkdir -p ~/.kube/
Step #5 - "build": mkdir -p ~/.kube/
Step #4 - "tests": mkdir -p /workspace/build//.config/gcloud
Step #5 - "build": mkdir -p /workspace/build//.config/gcloud
Step #6 - "build-e2e": latest: Pulling from cloud-builders/gcloud-slim
Step #6 - "build-e2e": e5c573070776: Already exists
Step #6 - "build-e2e": a7e8e7eaedca: Already exists
Step #6 - "build-e2e": 3c2cba919283: Already exists
Step #6 - "build-e2e": 3612907c864e: Pulling fs layer
Step #4 - "tests": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v /workspace:/go/src/agones.dev/agones agones-build:add8116b91 go test -race agones.dev/agones/pkg/... \
Step #4 - "tests": agones.dev/agones/sdks/...
Step #5 - "build": docker run --rm -e "CGO_ENABLED=0" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v /workspace:/go/src/agones.dev/agones agones-build:add8116b91 go build \
Step #5 - "build": 	-o /go/src/agones.dev/agones/cmd/controller/bin/controller -a -ldflags "-X agones.dev/agones/pkg.Version=0.5.0-d435eb6" -installsuffix cgo agones.dev/agones/cmd/controller
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 #6 - "build-e2e": 3612907c864e: Verifying Checksum
Step #6 - "build-e2e": 3612907c864e: Download complete
Step #6 - "build-e2e": 3612907c864e: Pull complete
Step #6 - "build-e2e": Digest: sha256:5186a9ae110332210e9e88d9d3c97a22ab4893db150b924aa23232d3a9f600b7
Step #6 - "build-e2e": Status: Downloaded newer image for gcr.io/cloud-builders/gcloud-slim:latest
Step #6 - "build-e2e":  ---> aa2b274a3b67
Step #6 - "build-e2e": Step 2/20 : RUN apt-get update &&     apt-get install -y wget psmisc make python jq zip &&     apt-get clean
Step #6 - "build-e2e":  ---> Running in 5e16f174c048
Step #4 - "tests": ok  	agones.dev/agones/pkg/apis/stable/v1alpha1	1.175s
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 #6 - "build-e2e": Get:1 http://archive.ubuntu.com/ubuntu xenial InRelease [247 kB]
Step #6 - "build-e2e": Get:2 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB]
Step #6 - "build-e2e": Get:3 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial InRelease [17.5 kB]
Step #6 - "build-e2e": Get:4 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
Step #6 - "build-e2e": Get:5 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
Step #6 - "build-e2e": Get:6 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages [1201 kB]
Step #6 - "build-e2e": Get:7 http://archive.ubuntu.com/ubuntu xenial/main Translation-en [568 kB]
Step #6 - "build-e2e": Get:8 http://archive.ubuntu.com/ubuntu xenial/restricted amd64 Packages [8344 B]
Step #6 - "build-e2e": Get:9 http://archive.ubuntu.com/ubuntu xenial/restricted Translation-en [2908 B]
Step #6 - "build-e2e": Get:10 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages [7532 kB]
Step #6 - "build-e2e": Get:11 http://archive.ubuntu.com/ubuntu xenial/universe Translation-en [4354 kB]
Step #6 - "build-e2e": Get:12 http://archive.ubuntu.com/ubuntu xenial/multiverse amd64 Packages [144 kB]
Step #6 - "build-e2e": Get:13 http://archive.ubuntu.com/ubuntu xenial/multiverse Translation-en [106 kB]
Step #6 - "build-e2e": Get:14 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [856 kB]
Step #6 - "build-e2e": Get:15 http://archive.ubuntu.com/ubuntu xenial-updates/main Translation-en [349 kB]
Step #6 - "build-e2e": Get:16 http://archive.ubuntu.com/ubuntu xenial-updates/restricted amd64 Packages [7556 B]
Step #6 - "build-e2e": Get:17 http://archive.ubuntu.com/ubuntu xenial-updates/restricted Translation-en [2272 B]
Step #6 - "build-e2e": Get:18 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [690 kB]
Step #6 - "build-e2e": Get:19 http://archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [279 kB]
Step #6 - "build-e2e": Get:20 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [16.4 kB]
Step #6 - "build-e2e": Get:21 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse Translation-en [8344 B]
Step #6 - "build-e2e": Get:22 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [6756 B]
Step #6 - "build-e2e": Get:23 http://archive.ubuntu.com/ubuntu xenial-backports/main Translation-en [4180 B]
Step #6 - "build-e2e": Get:24 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [7568 B]
Step #6 - "build-e2e": Get:25 http://archive.ubuntu.com/ubuntu xenial-backports/universe Translation-en [4048 B]
Step #6 - "build-e2e": Get:26 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial/main amd64 Packages [3320 B]
Step #6 - "build-e2e": Get:27 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [562 kB]
Step #6 - "build-e2e": Get:28 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial/main Translation-en [2380 B]
Step #6 - "build-e2e": Get:29 http://security.ubuntu.com/ubuntu xenial-security/main Translation-en [237 kB]
Step #6 - "build-e2e": Get:30 http://security.ubuntu.com/ubuntu xenial-security/restricted amd64 Packages [7204 B]
Step #6 - "build-e2e": Get:31 http://security.ubuntu.com/ubuntu xenial-security/restricted Translation-en [2152 B]
Step #6 - "build-e2e": Get:32 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [387 kB]
Step #6 - "build-e2e": Get:33 http://security.ubuntu.com/ubuntu xenial-security/universe Translation-en [147 kB]
Step #6 - "build-e2e": Get:34 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [3460 B]
Step #6 - "build-e2e": Get:35 http://security.ubuntu.com/ubuntu xenial-security/multiverse Translation-en [1744 B]
Step #6 - "build-e2e": Fetched 18.1 MB in 5s (3382 kB/s)
Step #6 - "build-e2e": Reading package lists...
Step #6 - "build-e2e": Reading package lists...
Step #6 - "build-e2e": Building dependency tree...
Step #6 - "build-e2e": Reading state information...
Step #6 - "build-e2e": python is already the newest version (2.7.12-1~16.04).
Step #6 - "build-e2e": python set to manually installed.
Step #6 - "build-e2e": The following packages were automatically installed and are no longer required:
Step #6 - "build-e2e":   cpp cpp-5 gcc-5 libasan2 libatomic1 libc-dev-bin libc6-dev libcc1-0
Step #6 - "build-e2e":   libcilkrts5 libexpat1-dev libgcc-5-dev libgomp1 libisl15 libitm1 liblsan0
Step #6 - "build-e2e":   libmpc3 libmpfr4 libmpx0 libpython-dev libpython2.7 libpython2.7-dev
Step #6 - "build-e2e":   libquadmath0 libtsan0 libubsan0 linux-libc-dev manpages-dev
Step #6 - "build-e2e":   python-pkg-resources python2.7-dev
Step #6 - "build-e2e": Use 'apt autoremove' to remove them.
Step #6 - "build-e2e": The following additional packages will be installed:
Step #6 - "build-e2e":   libonig2 unzip
Step #6 - "build-e2e": Suggested packages:
Step #6 - "build-e2e":   make-doc
Step #6 - "build-e2e": The following NEW packages will be installed:
Step #6 - "build-e2e":   jq libonig2 make psmisc unzip wget zip
Step #6 - "build-e2e": 0 upgraded, 7 newly installed, 0 to remove and 2 not upgraded.
Step #6 - "build-e2e": Need to get 746 kB/1046 kB of archives.
Step #6 - "build-e2e": After this operation, 3421 kB of additional disk space will be used.
Step #6 - "build-e2e": Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 psmisc amd64 22.21-2.1build1 [48.0 kB]
Step #6 - "build-e2e": Get:2 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libonig2 amd64 5.9.6-1ubuntu0.1 [86.7 kB]
Step #6 - "build-e2e": Get:3 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 jq amd64 1.5+dfsg-1ubuntu0.1 [144 kB]
Step #6 - "build-e2e": Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 make amd64 4.1-6 [151 kB]
Step #6 - "build-e2e": Get:5 http://archive.ubuntu.com/ubuntu xenial/main amd64 unzip amd64 6.0-20ubuntu1 [158 kB]
Step #6 - "build-e2e": Get:6 http://archive.ubuntu.com/ubuntu xenial/main amd64 zip amd64 3.0-11 [158 kB]
Step #6 - "build-e2e": Fetched 746 kB in 0s (2651 kB/s)
Step #6 - "build-e2e": Selecting previously unselected package psmisc.
Step #6 - "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 ... 15819 files and directories currently installed.)
Step #6 - "build-e2e": Preparing to unpack .../psmisc_22.21-2.1build1_amd64.deb ...
Step #6 - "build-e2e": Unpacking psmisc (22.21-2.1build1) ...
Step #6 - "build-e2e": Selecting previously unselected package wget.
Step #6 - "build-e2e": Preparing to unpack .../wget_1.17.1-1ubuntu1.4_amd64.deb ...
Step #6 - "build-e2e": Unpacking wget (1.17.1-1ubuntu1.4) ...
Step #6 - "build-e2e": Selecting previously unselected package libonig2:amd64.
Step #6 - "build-e2e": Preparing to unpack .../libonig2_5.9.6-1ubuntu0.1_amd64.deb ...
Step #6 - "build-e2e": Unpacking libonig2:amd64 (5.9.6-1ubuntu0.1) ...
Step #6 - "build-e2e": Selecting previously unselected package jq.
Step #6 - "build-e2e": Preparing to unpack .../jq_1.5+dfsg-1ubuntu0.1_amd64.deb ...
Step #6 - "build-e2e": Unpacking jq (1.5+dfsg-1ubuntu0.1) ...
Step #6 - "build-e2e": Selecting previously unselected package make.
Step #6 - "build-e2e": Preparing to unpack .../archives/make_4.1-6_amd64.deb ...
Step #6 - "build-e2e": Unpacking make (4.1-6) ...
Step #6 - "build-e2e": Selecting previously unselected package unzip.
Step #6 - "build-e2e": Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ...
Step #6 - "build-e2e": Unpacking unzip (6.0-20ubuntu1) ...
Step #6 - "build-e2e": Selecting previously unselected package zip.
Step #6 - "build-e2e": Preparing to unpack .../archives/zip_3.0-11_amd64.deb ...
Step #6 - "build-e2e": Unpacking zip (3.0-11) ...
Step #6 - "build-e2e": Processing triggers for libc-bin (2.23-0ubuntu10) ...
Step #6 - "build-e2e": Processing triggers for mime-support (3.59ubuntu1) ...
Step #6 - "build-e2e": Setting up psmisc (22.21-2.1build1) ...
Step #6 - "build-e2e": Setting up wget (1.17.1-1ubuntu1.4) ...
Step #6 - "build-e2e": Setting up libonig2:amd64 (5.9.6-1ubuntu0.1) ...
Step #6 - "build-e2e": Setting up jq (1.5+dfsg-1ubuntu0.1) ...
Step #6 - "build-e2e": Setting up make (4.1-6) ...
Step #6 - "build-e2e": Setting up unzip (6.0-20ubuntu1) ...
Step #6 - "build-e2e": Setting up zip (3.0-11) ...
Step #6 - "build-e2e": Processing triggers for libc-bin (2.23-0ubuntu10) ...
Step #6 - "build-e2e": Removing intermediate container 5e16f174c048
Step #6 - "build-e2e":  ---> 894c69f3287e
Step #6 - "build-e2e": Step 3/20 : WORKDIR /usr/local
Step #6 - "build-e2e": Removing intermediate container 726131ec5c13
Step #6 - "build-e2e":  ---> 9ae025e27780
Step #6 - "build-e2e": Step 4/20 : ENV GO_VERSION=1.10.3
Step #6 - "build-e2e":  ---> Running in b288cbd23161
Step #6 - "build-e2e": Removing intermediate container b288cbd23161
Step #6 - "build-e2e":  ---> f3817adcd3ec
Step #6 - "build-e2e": Step 5/20 : ENV GOPATH /go
Step #6 - "build-e2e":  ---> Running in adfd6a095be6
Step #6 - "build-e2e": Removing intermediate container adfd6a095be6
Step #6 - "build-e2e":  ---> f7921a65ff17
Step #6 - "build-e2e": Step 6/20 : RUN wget -q https://redirector.gvt1.com/edgedl/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 #6 - "build-e2e":  ---> Running in 3949b3dbb75d
Step #5 - "build": docker build /workspace/cmd/controller/ --tag=gcr.io/agones-images/agones-controller:0.5.0-d435eb6 
Step #5 - "build": Sending build context to Docker daemon  42.05MB

Step #5 - "build": Step 1/6 : FROM alpine:3.8
Step #5 - "build": 3.8: Pulling from library/alpine
Step #5 - "build": Digest: sha256:02892826401a9d18f0ea01f8a2f35d328ef039db4e1edcc45c630314a0457d5b
Step #5 - "build": Status: Downloaded newer image for alpine:3.8
Step #5 - "build":  ---> 196d12cf6ab1
Step #5 - "build": Step 2/6 : RUN apk --update add ca-certificates &&     adduser -D agones
Step #5 - "build":  ---> Running in f9afce1c7423
Step #5 - "build": fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
Step #5 - "build": fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
Step #5 - "build": (1/1) Installing ca-certificates (20171114-r3)
Step #5 - "build": Executing busybox-1.28.4-r1.trigger
Step #5 - "build": Executing ca-certificates-20171114-r3.trigger
Step #5 - "build": OK: 5 MiB in 14 packages
Step #5 - "build": Removing intermediate container f9afce1c7423
Step #5 - "build":  ---> ed3917da492b
Step #5 - "build": Step 3/6 : COPY ./bin/controller /home/agones/controller
Step #5 - "build":  ---> d7a03f9fd53f
Step #5 - "build": Step 4/6 : RUN chown -R agones /home/agones &&     chmod o+x /home/agones/controller
Step #5 - "build":  ---> Running in 37831aec7c6a
Step #5 - "build": Removing intermediate container 37831aec7c6a
Step #5 - "build":  ---> 73cf2c1f09bc
Step #5 - "build": Step 5/6 : USER agones
Step #5 - "build":  ---> Running in e2458a136dd9
Step #5 - "build": Removing intermediate container e2458a136dd9
Step #5 - "build":  ---> 57a0a90acf3f
Step #5 - "build": Step 6/6 : ENTRYPOINT ["/home/agones/controller"]
Step #5 - "build":  ---> Running in 518fb9d5a8b4
Step #5 - "build": Removing intermediate container 518fb9d5a8b4
Step #5 - "build":  ---> ebf3e23f3798
Step #5 - "build": Successfully built ebf3e23f3798
Step #5 - "build": Successfully tagged gcr.io/agones-images/agones-controller:0.5.0-d435eb6
Step #5 - "build": docker run --rm -e "CGO_ENABLED=0" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v /workspace:/go/src/agones.dev/agones agones-build:add8116b91 go build \
Step #5 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.linux.amd64 -a -ldflags "-X agones.dev/agones/pkg.Version=0.5.0-d435eb6" -installsuffix cgo agones.dev/agones/cmd/sdk-server
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleetallocation	11.846s
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleetautoscalers	3.281s
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleets	2.508s
Step #4 - "tests": {"maxPort":20,"minPort":10,"msg":"Starting","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:31Z"}
Step #4 - "tests": {"groupKind":{"Group":"stable.agones.dev","Kind":"GameServer"},"msg":"Added webhook handler","op":"CREATE","path":"/mutate","severity":"info","source":"*webhooks.WebHook","time":"2018-10-04T18:33:31Z"}
Step #4 - "tests": {"groupKind":{"Group":"stable.agones.dev","Kind":"GameServer"},"msg":"Added webhook handler","op":"CREATE","path":"/validate","severity":"info","source":"*webhooks.WebHook","time":"2018-10-04T18:33:31Z"}
Step #4 - "tests": {"msg":"Wait for cache sync","severity":"info","time":"2018-10-04T18:33:31Z"}
Step #4 - "tests": {"msg":"agones.dev/agones/vendor/k8s.io/client-go/informers/factory.go:87: Failed to watch *v1.Node: unhandled watch: testing.WatchActionImpl{ActionImpl:testing.ActionImpl{Namespace:\"\", Verb:\"watch\", Resource:schema.GroupVersionResource{Group:\"\", Version:\"v1\", Resource:\"nodes\"}, Subresource:\"\"}, WatchRestrictions:testing.WatchRestrictions{Labels:labels.internalSelector(nil), Fields:fields.andTerm{}, ResourceVersion:\"\"}}","severity":"error","time":"2018-10-04T18:33:31Z"}
Step #4 - "tests": {"msg":"Adding first fixture","severity":"info","time":"2018-10-04T18:33:31Z"}
Step #4 - "tests": {"crd":"","msg":"custom resource definition established","severity":"info","source":"*gameservers.Controller","time":"2018-10-04T18:33:31Z"}
Step #4 - "tests": {"msg":"Wait for cache sync","severity":"info","source":"*gameservers.Controller","time":"2018-10-04T18:33:31Z"}
Step #4 - "tests": {"key":"default/test","msg":"Enqueuing key","queue":"stable.agones.dev.GameServerController","severity":"info","source":"*gameservers.Controller","time":"2018-10-04T18:33:31Z"}
Step #4 - "tests": {"msg":"Running","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:31Z"}
Step #4 - "tests": {"msg":"Starting workers...","queue":"stable.agones.dev.GameServerController","severity":"info","source":"*gameservers.Controller","time":"2018-10-04T18:33:31Z","workers":1}
Step #4 - "tests": {"msg":"Starting workers...","queue":"stable.agones.dev.HealthController","severity":"info","source":"*gameservers.HealthController","time":"2018-10-04T18:33:31Z","workers":1}
Step #4 - "tests": {"msg":"Processing obj","obj":"default/test","queue":"stable.agones.dev.GameServerController","severity":"info","source":"*gameservers.Controller","time":"2018-10-04T18:33:31Z"}
Step #4 - "tests": {"msg":"Resetting Port Allocation","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:31Z"}
Step #4 - "tests": {"msg":"Starting workers...","queue":"stable.agones.dev.PortAllocator","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:31Z","workers":1}
Step #4 - "tests": {"msg":"modify copyFixture","severity":"info","time":"2018-10-04T18:33:31Z"}
Step #4 - "tests": {"key":"default/test","msg":"Enqueuing key","queue":"stable.agones.dev.GameServerController","severity":"info","source":"*gameservers.Controller","time":"2018-10-04T18:33:31Z"}
Step #4 - "tests": {"msg":"Processing obj","obj":"default/test","queue":"stable.agones.dev.GameServerController","severity":"info","source":"*gameservers.Controller","time":"2018-10-04T18:33:31Z"}
Step #4 - "tests": {"key":"default/test","msg":"Enqueuing key","queue":"stable.agones.dev.GameServerController","severity":"info","source":"*gameservers.Controller","time":"2018-10-04T18:33:31Z"}
Step #4 - "tests": {"msg":"Processing obj","obj":"default/test","queue":"stable.agones.dev.GameServerController","severity":"info","source":"*gameservers.Controller","time":"2018-10-04T18:33:31Z"}
Step #4 - "tests": {"key":"default/test","msg":"Enqueuing key","queue":"stable.agones.dev.GameServerController","severity":"info","source":"*gameservers.Controller","time":"2018-10-04T18:33:31Z"}
Step #4 - "tests": {"msg":"Processing obj","obj":"default/test","queue":"stable.agones.dev.GameServerController","severity":"info","source":"*gameservers.Controller","time":"2018-10-04T18:33:31Z"}
Step #4 - "tests": {"msg":"...shutting down workers","queue":"stable.agones.dev.PortAllocator","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:31Z"}
Step #4 - "tests": {"msg":"...shutting down workers","queue":"stable.agones.dev.GameServerController","severity":"info","source":"*gameservers.Controller","time":"2018-10-04T18:33:31Z"}
Step #4 - "tests": {"msg":"...shutting down workers","queue":"stable.agones.dev.HealthController","severity":"info","source":"*gameservers.HealthController","time":"2018-10-04T18:33:31Z"}
Step #4 - "tests": {"maxPort":20,"minPort":10,"msg":"Starting","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:31Z"}
Step #4 - "tests": {"groupKind":{"Group":"stable.agones.dev","Kind":"GameServer"},"msg":"Added webhook handler","op":"CREATE","path":"/mutate","severity":"info","source":"*webhooks.WebHook","time":"2018-10-04T18:33:31Z"}
Step #4 - "tests": {"groupKind":{"Group":"stable.agones.dev","Kind":"GameServer"},"msg":"Added webhook handler","op":"CREATE","path":"/validate","severity":"info","source":"*webhooks.WebHook","time":"2018-10-04T18:33:31Z"}
Step #4 - "tests": {"msg":"Wait for cache sync","severity":"info","time":"2018-10-04T18:33:31Z"}
Step #4 - "tests": {"msg":"Starting workers...","queue":"stable.agones.dev.HealthController","severity":"info","source":"*gameservers.HealthController","time":"2018-10-04T18:33:32Z","workers":1}
Step #4 - "tests": {"key":"default/test","msg":"GameServer container has terminated","severity":"info","source":"*gameservers.HealthController","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"key":"default/test","msg":"Enqueuing key","queue":"stable.agones.dev.HealthController","severity":"info","source":"*gameservers.HealthController","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"Processing obj","obj":"default/test","queue":"stable.agones.dev.HealthController","severity":"info","source":"*gameservers.HealthController","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"key":"default/test","msg":"Synchronising","severity":"info","source":"*gameservers.HealthController","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"gs":{"metadata":{"name":"test","namespace":"default","creationTimestamp":null,"finalizers":["stable.agones.dev"]},"spec":{"container":"container","ports":[{"portPolicy":"static","containerPort":7777,"hostPort":9999,"protocol":"UDP"}],"health":{"periodSeconds":5,"failureThreshold":3,"initialDelaySeconds":5},"template":{"metadata":{"creationTimestamp":null},"spec":{"containers":[{"name":"container","image":"container/image","resources":{}}]}}},"status":{"state":"Ready","ports":null,"address":"","nodeName":""}},"msg":"Marking GameServer as Unhealthy","severity":"info","source":"*gameservers.HealthController","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"...shutting down workers","queue":"stable.agones.dev.HealthController","severity":"info","source":"*gameservers.HealthController","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"Ready request has been received!","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"Shutdown request has been received!","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"Health Ping Received!","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"Health stream closed.","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"getting GameServer details","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"getting GameServer details","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"connected to watch GameServer...","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"Sending watched GameServer!","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"gameserver update received","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"Setting label","severity":"info","time":"2018-10-04T18:33:32Z","values":{"key":"foo","value":"bar"}}
Step #4 - "tests": {"msg":"gameserver update received","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"getting GameServer details","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"Setting label","severity":"info","time":"2018-10-04T18:33:32Z","values":{"key":"foo","value":"bar"}}
Step #4 - "tests": {"msg":"connected to watch GameServer...","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"getting GameServer details","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"gameserver update received","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"Sending watched GameServer!","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"gameserver update received","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"Setting label","severity":"info","time":"2018-10-04T18:33:32Z","values":{"key":"foo","value":"bar"}}
Step #4 - "tests": {"msg":"connected to watch GameServer...","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"getting GameServer details","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"gameserver update received","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"Sending watched GameServer!","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"gameserver update received","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"Setting annotation","severity":"info","time":"2018-10-04T18:33:32Z","values":{"key":"bar","value":"foo"}}
Step #4 - "tests": {"msg":"connected to watch GameServer...","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"gameserver update received","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"Sending watched GameServer!","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"gameserver update received","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"getting GameServer details","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"Setting annotation","severity":"info","time":"2018-10-04T18:33:32Z","values":{"key":"bar","value":"foo"}}
Step #4 - "tests": {"msg":"gameserver update received","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"getting GameServer details","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"connected to watch GameServer...","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"Sending watched GameServer!","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"gameserver update received","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"Setting annotation","severity":"info","time":"2018-10-04T18:33:32Z","values":{"key":"bar","value":"foo"}}
Step #4 - "tests": {"msg":"gameserver update received","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"getting GameServer details","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"connected to watch GameServer...","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"Sending watched GameServer!","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"gameserver update received","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"maxPort":110,"minPort":10,"msg":"Starting","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"Wait for cache sync","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"key":"node1","msg":"Enqueuing key","queue":"stable.agones.dev.PortAllocator","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"agones.dev/agones/vendor/k8s.io/client-go/informers/factory.go:87: Failed to watch *v1.Node: unhandled watch: testing.WatchActionImpl{ActionImpl:testing.ActionImpl{Namespace:\"\", Verb:\"watch\", Resource:schema.GroupVersionResource{Group:\"\", Version:\"v1\", Resource:\"nodes\"}, Subresource:\"\"}, WatchRestrictions:testing.WatchRestrictions{Labels:labels.internalSelector(nil), Fields:fields.andTerm{}, ResourceVersion:\"\"}}","severity":"error","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"key":"node2","msg":"Enqueuing key","queue":"stable.agones.dev.PortAllocator","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"agones.dev/agones/pkg/client/informers/externalversions/factory.go:74: Failed to watch *v1alpha1.GameServer: unhandled watch: testing.WatchActionImpl{ActionImpl:testing.ActionImpl{Namespace:\"\", Verb:\"watch\", Resource:schema.GroupVersionResource{Group:\"stable.agones.dev\", Version:\"v1alpha1\", Resource:\"gameservers\"}, Subresource:\"\"}, WatchRestrictions:testing.WatchRestrictions{Labels:labels.internalSelector(nil), Fields:fields.andTerm{}, ResourceVersion:\"\"}}","severity":"error","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"Resetting Port Allocation","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"i":0,"msg":"allocating!","severity":"info","time":"2018-10-04T18:33:32Z","x":0}
Step #4 - "tests": {"i":2,"msg":"allocating!","severity":"info","time":"2018-10-04T18:33:32Z","x":0}
Step #4 - "tests": {"i":0,"msg":"allocating!","severity":"info","time":"2018-10-04T18:33:32Z","x":1}
Step #4 - "tests": {"i":2,"msg":"allocating!","severity":"info","time":"2018-10-04T18:33:32Z","x":1}
Step #4 - "tests": {"i":1,"msg":"allocating!","severity":"info","time":"2018-10-04T18:33:32Z","x":0}
Step #4 - "tests": {"i":0,"msg":"allocating!","severity":"info","time":"2018-10-04T18:33:32Z","x":2}
Step #4 - "tests": {"i":1,"msg":"allocating!","severity":"info","time":"2018-10-04T18:33:32Z","x":1}
Step #4 - "tests": {"i":0,"msg":"allocating!","severity":"info","time":"2018-10-04T18:33:32Z","x":3}
Step #4 - "tests": {"i":1,"msg":"allocating!","severity":"info","time":"2018-10-04T18:33:32Z","x":2}
Step #4 - "tests": {"i":2,"msg":"allocating!","severity":"info","time":"2018-10-04T18:33:32Z","x":2}
Step #4 - "tests": {"i":1,"msg":"allocating!","severity":"info","time":"2018-10-04T18:33:32Z","x":3}
Step #4 - "tests": {"i":0,"msg":"allocating!","severity":"info","time":"2018-10-04T18:33:32Z","x":4}
Step #4 - "tests": {"i":1,"msg":"allocating!","severity":"info","time":"2018-10-04T18:33:32Z","x":4}
Step #4 - "tests": {"i":2,"msg":"allocating!","severity":"info","time":"2018-10-04T18:33:32Z","x":3}
Step #4 - "tests": {"i":0,"msg":"allocating!","severity":"info","time":"2018-10-04T18:33:32Z","x":5}
Step #4 - "tests": {"i":1,"msg":"allocating!","severity":"info","time":"2018-10-04T18:33:32Z","x":5}
Step #4 - "tests": {"i":0,"msg":"allocating!","severity":"info","time":"2018-10-04T18:33:32Z","x":6}
Step #4 - "tests": {"i":1,"msg":"allocating!","severity":"info","time":"2018-10-04T18:33:32Z","x":6}
Step #4 - "tests": {"i":2,"msg":"allocating!","severity":"info","time":"2018-10-04T18:33:32Z","x":4}
Step #4 - "tests": {"i":0,"msg":"allocating!","severity":"info","time":"2018-10-04T18:33:32Z","x":7}
Step #4 - "tests": {"i":1,"msg":"allocating!","severity":"info","time":"2018-10-04T18:33:32Z","x":7}
Step #4 - "tests": {"i":2,"msg":"allocating!","severity":"info","time":"2018-10-04T18:33:32Z","x":5}
Step #4 - "tests": {"i":0,"msg":"allocating!","severity":"info","time":"2018-10-04T18:33:32Z","x":8}
Step #4 - "tests": {"i":1,"msg":"allocating!","severity":"info","time":"2018-10-04T18:33:32Z","x":8}
Step #4 - "tests": {"i":2,"msg":"allocating!","severity":"info","time":"2018-10-04T18:33:32Z","x":6}
Step #4 - "tests": {"i":0,"msg":"allocating!","severity":"info","time":"2018-10-04T18:33:32Z","x":9}
Step #4 - "tests": {"i":1,"msg":"allocating!","severity":"info","time":"2018-10-04T18:33:32Z","x":9}
Step #4 - "tests": {"i":2,"msg":"allocating!","severity":"info","time":"2018-10-04T18:33:32Z","x":7}
Step #4 - "tests": {"i":2,"msg":"allocating!","severity":"info","time":"2018-10-04T18:33:32Z","x":8}
Step #4 - "tests": {"i":2,"msg":"allocating!","severity":"info","time":"2018-10-04T18:33:32Z","x":9}
Step #4 - "tests": {"maxPort":20,"minPort":10,"msg":"Starting","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"Wait for cache sync","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"Running","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"key":"node1","msg":"Enqueuing key","queue":"stable.agones.dev.PortAllocator","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"key":"node2","msg":"Enqueuing key","queue":"stable.agones.dev.PortAllocator","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"Resetting Port Allocation","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"Starting workers...","queue":"stable.agones.dev.PortAllocator","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:32Z","workers":1}
Step #4 - "tests": {"msg":"Processing obj","obj":"node1","queue":"stable.agones.dev.PortAllocator","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"Already added node to port allocations. Skipping","node":"node1","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"Processing obj","obj":"node2","queue":"stable.agones.dev.PortAllocator","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"Already added node to port allocations. Skipping","node":"node2","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"adding n3","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"key":"node3","msg":"Enqueuing key","queue":"stable.agones.dev.PortAllocator","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"Processing obj","obj":"node3","queue":"stable.agones.dev.PortAllocator","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"Adding Node to port allocations","node":"node3","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"unscheduling n3","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"key":"SYNC+ALL","msg":"Enqueuing key","queue":"stable.agones.dev.PortAllocator","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"Processing obj","obj":"SYNC+ALL","queue":"stable.agones.dev.PortAllocator","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"Resetting Port Allocation","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"scheduling n3","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"key":"SYNC+ALL","msg":"Enqueuing key","queue":"stable.agones.dev.PortAllocator","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"Processing obj","obj":"SYNC+ALL","queue":"stable.agones.dev.PortAllocator","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"Resetting Port Allocation","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"deleting n3","severity":"info","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"key":"SYNC+ALL","msg":"Enqueuing key","queue":"stable.agones.dev.PortAllocator","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"Processing obj","obj":"SYNC+ALL","queue":"stable.agones.dev.PortAllocator","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"Resetting Port Allocation","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:32Z"}
Step #4 - "tests": {"msg":"...shutting down workers","queue":"stable.agones.dev.PortAllocator","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:33Z"}
Step #4 - "tests": {"gameServerName":"test","msg":"created GameServer sidecar","namespace":"default","severity":"info","source":"*gameservers.SDKServer","time":"2018-10-04T18:33:33Z"}
Step #4 - "tests": {"error":"Get http://localhost:8080/healthz: dial tcp 127.0.0.1:8080: connect: connection refused","msg":"Error connecting to http://localhost:8080/healthz","severity":"error","time":"2018-10-04T18:33:33Z"}
Step #4 - "tests": {"msg":"agones.dev/agones/pkg/client/informers/externalversions/factory.go:74: Failed to watch *v1alpha1.GameServer: unhandled watch: testing.WatchActionImpl{ActionImpl:testing.ActionImpl{Namespace:\"default\", Verb:\"watch\", Resource:schema.GroupVersionResource{Group:\"stable.agones.dev\", Version:\"v1alpha1\", Resource:\"gameservers\"}, Subresource:\"\"}, WatchRestrictions:testing.WatchRestrictions{Labels:labels.internalSelector(nil), Fields:(*fields.hasTerm)(0xc4202fa880), ResourceVersion:\"\"}}","severity":"error","time":"2018-10-04T18:33:33Z"}
Step #4 - "tests": {"health":{"periodSeconds":1,"failureThreshold":1},"msg":"setting health configuration","severity":"info","source":"*gameservers.SDKServer","time":"2018-10-04T18:33:33Z"}
Step #4 - "tests": {"msg":"Starting GameServer health checking","severity":"info","source":"*gameservers.SDKServer","time":"2018-10-04T18:33:33Z"}
Step #4 - "tests": {"msg":"Starting SDKServer http health check...","severity":"info","source":"*gameservers.SDKServer","time":"2018-10-04T18:33:33Z"}
Step #4 - "tests": {"msg":"Starting workers...","queue":"stable.agones.dev.default.test","severity":"info","source":"*gameservers.SDKServer","time":"2018-10-04T18:33:33Z","workers":1}
Step #4 - "tests": {"msg":"agones.dev/agones/pkg/client/informers/externalversions/factory.go:74: Failed to watch *v1alpha1.GameServer: unhandled watch: testing.WatchActionImpl{ActionImpl:testing.ActionImpl{Namespace:\"default\", Verb:\"watch\", Resource:schema.GroupVersionResource{Group:\"stable.agones.dev\", Version:\"v1alpha1\", Resource:\"gameservers\"}, Subresource:\"\"}, WatchRestrictions:testing.WatchRestrictions{Labels:labels.internalSelector(nil), Fields:(*fields.hasTerm)(0xc420139460), ResourceVersion:\"\"}}","severity":"error","time":"2018-10-04T18:33:34Z"}
Step #4 - "tests": {"msg":"Sending GameServer Event to connectedStreams","severity":"info","source":"*gameservers.SDKServer","time":"2018-10-04T18:33:34Z"}
Step #4 - "tests": {"failureCount":1,"msg":"GameServer Health Check failed","severity":"info","source":"*gameservers.SDKServer","time":"2018-10-04T18:33:34Z"}
Step #4 - "tests": {"gameServerName":"test","msg":"being marked as not healthy","severity":"info","source":"*gameservers.SDKServer","time":"2018-10-04T18:33:34Z"}
Step #4 - "tests": {"key":"updateState/Unhealthy","msg":"Enqueuing key","queue":"stable.agones.dev.default.test","severity":"info","source":"*gameservers.SDKServer","time":"2018-10-04T18:33:34Z"}
Step #4 - "tests": {"msg":"Processing obj","obj":"updateState/Unhealthy","queue":"stable.agones.dev.default.test","severity":"info","source":"*gameservers.SDKServer","time":"2018-10-04T18:33:34Z"}
Step #4 - "tests": {"msg":"Updating state","severity":"info","source":"*gameservers.SDKServer","state":"Unhealthy","time":"2018-10-04T18:33:34Z"}
Step #4 - "tests": E1004 18:33:34.884473    3976 event.go:260] Could not construct reference to: '&v1alpha1.GameServer{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"test", GenerateName:"", Namespace:"default", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:0, loc:(*time.Location)(nil)}}, DeletionTimestamp:(*v1.Time)(nil), DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Initializers:(*v1.Initializers)(nil), Finalizers:[]string(nil), ClusterName:""}, Spec:v1alpha1.GameServerSpec{Container:"", Ports:[]v1alpha1.GameServerPort(nil), Health:v1alpha1.Health{Disabled:false, PeriodSeconds:1, FailureThreshold:1, InitialDelaySeconds:0}, Template:v1.PodTemplateSpec{ObjectMeta:v1.ObjectMeta{Name:"", GenerateName:"", Namespace:"", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:0, loc:(*time.Location)(nil)}}, DeletionTimestamp:(*v1.Time)(nil), DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Initializers:(*v1.Initializers)(nil), Finalizers:[]string(nil), ClusterName:""}, Spec:v1.PodSpec{Volumes:[]v1.Volume(nil), InitContainers:[]v1.Container(nil), Containers:[]v1.Container(nil), RestartPolicy:"", TerminationGracePeriodSeconds:(*int64)(nil), ActiveDeadlineSeconds:(*int64)(nil), DNSPolicy:"", NodeSelector:map[string]string(nil), ServiceAccountName:"", DeprecatedServiceAccount:"", AutomountServiceAccountToken:(*bool)(nil), NodeName:"", HostNetwork:false, HostPID:false, HostIPC:false, ShareProcessNamespace:(*bool)(nil), SecurityContext:(*v1.PodSecurityContext)(nil), ImagePullSecrets:[]v1.LocalObjectReference(nil), Hostname:"", Subdomain:"", Affinity:(*v1.Affinity)(nil), SchedulerName:"", Tolerations:[]v1.Toleration(nil), HostAliases:[]v1.HostAlias(nil), PriorityClassName:"", Priority:(*int32)(nil), DNSConfig:(*v1.PodDNSConfig)(nil)}}}, Status:v1alpha1.GameServerStatus{State:"Unhealthy", Ports:[]v1alpha1.GameServerStatusPort(nil), Address:"", NodeName:""}}' due to: 'selfLink was empty, can't make reference'. Will not report event: 'Warning' 'Unhealthy' 'No longer healthy'
Step #4 - "tests": {"msg":"Sending GameServer Event to connectedStreams","severity":"info","source":"*gameservers.SDKServer","time":"2018-10-04T18:33:35Z"}
Step #4 - "tests": {"msg":"agones.dev/agones/pkg/client/informers/externalversions/factory.go:74: Failed to watch *v1alpha1.GameServer: unhandled watch: testing.WatchActionImpl{ActionImpl:testing.ActionImpl{Namespace:\"default\", Verb:\"watch\", Resource:schema.GroupVersionResource{Group:\"stable.agones.dev\", Version:\"v1alpha1\", Resource:\"gameservers\"}, Subresource:\"\"}, WatchRestrictions:testing.WatchRestrictions{Labels:labels.internalSelector(nil), Fields:(*fields.hasTerm)(0xc4202facc0), ResourceVersion:\"\"}}","severity":"error","time":"2018-10-04T18:33:35Z"}
Step #4 - "tests": {"failureCount":2,"msg":"GameServer Health Check failed","severity":"info","source":"*gameservers.SDKServer","time":"2018-10-04T18:33:35Z"}
Step #4 - "tests": {"gameServerName":"test","msg":"being marked as not healthy","severity":"info","source":"*gameservers.SDKServer","time":"2018-10-04T18:33:35Z"}
Step #4 - "tests": {"key":"updateState/Unhealthy","msg":"Enqueuing key","queue":"stable.agones.dev.default.test","severity":"info","source":"*gameservers.SDKServer","time":"2018-10-04T18:33:35Z"}
Step #4 - "tests": {"msg":"Processing obj","obj":"updateState/Unhealthy","queue":"stable.agones.dev.default.test","severity":"info","source":"*gameservers.SDKServer","time":"2018-10-04T18:33:35Z"}
Step #4 - "tests": {"msg":"Updating state","severity":"info","source":"*gameservers.SDKServer","state":"Unhealthy","time":"2018-10-04T18:33:35Z"}
Step #4 - "tests": E1004 18:33:35.885083    3976 event.go:260] Could not construct reference to: '&v1alpha1.GameServer{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"test", GenerateName:"", Namespace:"default", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:0, loc:(*time.Location)(nil)}}, DeletionTimestamp:(*v1.Time)(nil), DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Initializers:(*v1.Initializers)(nil), Finalizers:[]string(nil), ClusterName:""}, Spec:v1alpha1.GameServerSpec{Container:"", Ports:[]v1alpha1.GameServerPort(nil), Health:v1alpha1.Health{Disabled:false, PeriodSeconds:1, FailureThreshold:1, InitialDelaySeconds:0}, Template:v1.PodTemplateSpec{ObjectMeta:v1.ObjectMeta{Name:"", GenerateName:"", Namespace:"", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:0, loc:(*time.Location)(nil)}}, DeletionTimestamp:(*v1.Time)(nil), DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Initializers:(*v1.Initializers)(nil), Finalizers:[]string(nil), ClusterName:""}, Spec:v1.PodSpec{Volumes:[]v1.Volume(nil), InitContainers:[]v1.Container(nil), Containers:[]v1.Container(nil), RestartPolicy:"", TerminationGracePeriodSeconds:(*int64)(nil), ActiveDeadlineSeconds:(*int64)(nil), DNSPolicy:"", NodeSelector:map[string]string(nil), ServiceAccountName:"", DeprecatedServiceAccount:"", AutomountServiceAccountToken:(*bool)(nil), NodeName:"", HostNetwork:false, HostPID:false, HostIPC:false, ShareProcessNamespace:(*bool)(nil), SecurityContext:(*v1.PodSecurityContext)(nil), ImagePullSecrets:[]v1.LocalObjectReference(nil), Hostname:"", Subdomain:"", Affinity:(*v1.Affinity)(nil), SchedulerName:"", Tolerations:[]v1.Toleration(nil), HostAliases:[]v1.HostAlias(nil), PriorityClassName:"", Priority:(*int32)(nil), DNSConfig:(*v1.PodDNSConfig)(nil)}}}, Status:v1alpha1.GameServerStatus{State:"Unhealthy", Ports:[]v1alpha1.GameServerStatusPort(nil), Address:"", NodeName:""}}' due to: 'selfLink was empty, can't make reference'. Will not report event: 'Warning' 'Unhealthy' 'No longer healthy'
Step #4 - "tests": {"msg":"agones.dev/agones/pkg/client/informers/externalversions/factory.go:74: Failed to watch *v1alpha1.GameServer: unhandled watch: testing.WatchActionImpl{ActionImpl:testing.ActionImpl{Namespace:\"default\", Verb:\"watch\", Resource:schema.GroupVersionResource{Group:\"stable.agones.dev\", Version:\"v1alpha1\", Resource:\"gameservers\"}, Subresource:\"\"}, WatchRestrictions:testing.WatchRestrictions{Labels:labels.internalSelector(nil), Fields:(*fields.hasTerm)(0xc4205fc4e0), ResourceVersion:\"\"}}","severity":"error","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"msg":"Sending GameServer Event to connectedStreams","severity":"info","source":"*gameservers.SDKServer","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"msg":"...shutting down workers","queue":"stable.agones.dev.default.test","severity":"info","source":"*gameservers.SDKServer","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"error":"http: Server closed","msg":"health check: http server closed","severity":"info","source":"*gameservers.SDKServer","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"maxPort":20,"minPort":10,"msg":"Starting","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"maxPort":20,"minPort":10,"msg":"Starting","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"msg":"connected to watch GameServer...","severity":"info","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"maxPort":20,"minPort":10,"msg":"Starting","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"msg":"Sending watched GameServer!","severity":"info","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"msg":"gameserver update received","severity":"info","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"maxPort":20,"minPort":10,"msg":"Starting","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"maxPort":50,"minPort":10,"msg":"Starting","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"msg":"Wait for cache sync","severity":"info","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"maxPort":20,"minPort":10,"msg":"Starting","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"groupKind":{"Group":"stable.agones.dev","Kind":"GameServer"},"msg":"Added webhook handler","op":"CREATE","path":"/mutate","severity":"info","source":"*webhooks.WebHook","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"groupKind":{"Group":"stable.agones.dev","Kind":"GameServer"},"msg":"Added webhook handler","op":"CREATE","path":"/validate","severity":"info","source":"*webhooks.WebHook","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"msg":"Wait for cache sync","severity":"info","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"msg":"agones.dev/agones/pkg/client/informers/externalversions/factory.go:74: Failed to watch *v1alpha1.GameServer: unhandled watch: testing.WatchActionImpl{ActionImpl:testing.ActionImpl{Namespace:\"\", Verb:\"watch\", Resource:schema.GroupVersionResource{Group:\"stable.agones.dev\", Version:\"v1alpha1\", Resource:\"gameservers\"}, Subresource:\"\"}, WatchRestrictions:testing.WatchRestrictions{Labels:labels.internalSelector(nil), Fields:fields.andTerm{}, ResourceVersion:\"\"}}","severity":"error","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"groupKind":{"Group":"stable.agones.dev","Kind":"GameServer"},"msg":"Added webhook handler","op":"CREATE","path":"/mutate","severity":"info","source":"*webhooks.WebHook","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"groupKind":{"Group":"stable.agones.dev","Kind":"GameServer"},"msg":"Added webhook handler","op":"CREATE","path":"/validate","severity":"info","source":"*webhooks.WebHook","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"msg":"Wait for cache sync","severity":"info","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"gameServerName":"test","msg":"created GameServer sidecar","namespace":"default","severity":"info","source":"*gameservers.SDKServer","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"groupKind":{"Group":"stable.agones.dev","Kind":"GameServer"},"msg":"Added webhook handler","op":"CREATE","path":"/mutate","severity":"info","source":"*webhooks.WebHook","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"groupKind":{"Group":"stable.agones.dev","Kind":"GameServer"},"msg":"Added webhook handler","op":"CREATE","path":"/validate","severity":"info","source":"*webhooks.WebHook","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"maxPort":20,"minPort":10,"msg":"Starting","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"msg":"agones.dev/agones/vendor/k8s.io/client-go/informers/factory.go:87: Failed to watch *v1.Node: unhandled watch: testing.WatchActionImpl{ActionImpl:testing.ActionImpl{Namespace:\"\", Verb:\"watch\", Resource:schema.GroupVersionResource{Group:\"\", Version:\"v1\", Resource:\"nodes\"}, Subresource:\"\"}, WatchRestrictions:testing.WatchRestrictions{Labels:labels.internalSelector(nil), Fields:fields.andTerm{}, ResourceVersion:\"\"}}","severity":"error","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"msg":"agones.dev/agones/pkg/client/informers/externalversions/factory.go:74: Failed to watch *v1alpha1.GameServer: unhandled watch: testing.WatchActionImpl{ActionImpl:testing.ActionImpl{Namespace:\"\", Verb:\"watch\", Resource:schema.GroupVersionResource{Group:\"stable.agones.dev\", Version:\"v1alpha1\", Resource:\"gameservers\"}, Subresource:\"\"}, WatchRestrictions:testing.WatchRestrictions{Labels:labels.internalSelector(nil), Fields:fields.andTerm{}, ResourceVersion:\"\"}}","severity":"error","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"groupKind":{"Group":"stable.agones.dev","Kind":"GameServer"},"msg":"Added webhook handler","op":"CREATE","path":"/mutate","severity":"info","source":"*webhooks.WebHook","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"groupKind":{"Group":"stable.agones.dev","Kind":"GameServer"},"msg":"Added webhook handler","op":"CREATE","path":"/validate","severity":"info","source":"*webhooks.WebHook","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"msg":"creating Pod for GameServer","pod":{"metadata":{"generateName":"test-","namespace":"default","creationTimestamp":null,"labels":{"stable.agones.dev/gameserver":"test","stable.agones.dev/role":"gameserver"},"annotations":{"stable.agones.dev/container":"container"},"ownerReferences":[{"apiVersion":"stable.agones.dev/v1alpha1","kind":"GameServer","name":"test","uid":"","controller":true,"blockOwnerDeletion":true}]},"spec":{"containers":[{"name":"container","image":"container/image","ports":[{"hostPort":9999,"containerPort":7777,"protocol":"UDP"}],"resources":{},"livenessProbe":{"httpGet":{"path":"/gshealthz","port":8080},"initialDelaySeconds":5,"periodSeconds":5,"failureThreshold":3}},{"name":"agones-gameserver-sidecar","image":"sidecar:dev","env":[{"name":"GAMESERVER_NAME","value":"test"},{"name":"POD_NAMESPACE","valueFrom":{"fieldRef":{"fieldPath":"metadata.namespace"}}}],"resources":{},"livenessProbe":{"httpGet":{"path":"/healthz","port":8080},"initialDelaySeconds":3,"periodSeconds":3}}],"serviceAccountName":"agones-sdk"},"status":{}},"severity":"info","source":"*gameservers.Controller","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"maxPort":20,"minPort":10,"msg":"Starting","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"groupKind":{"Group":"stable.agones.dev","Kind":"GameServer"},"msg":"Added webhook handler","op":"CREATE","path":"/mutate","severity":"info","source":"*webhooks.WebHook","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"groupKind":{"Group":"stable.agones.dev","Kind":"GameServer"},"msg":"Added webhook handler","op":"CREATE","path":"/validate","severity":"info","source":"*webhooks.WebHook","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"msg":"Wait for cache sync","severity":"info","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"msg":"agones.dev/agones/vendor/k8s.io/client-go/informers/factory.go:87: Failed to watch *v1.Pod: unhandled watch: testing.WatchActionImpl{ActionImpl:testing.ActionImpl{Namespace:\"\", Verb:\"watch\", Resource:schema.GroupVersionResource{Group:\"\", Version:\"v1\", Resource:\"pods\"}, Subresource:\"\"}, WatchRestrictions:testing.WatchRestrictions{Labels:labels.internalSelector(nil), Fields:fields.andTerm{}, ResourceVersion:\"\"}}","severity":"error","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"msg":"Wait for cache sync","severity":"info","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"key":"node1","msg":"Enqueuing key","queue":"stable.agones.dev.PortAllocator","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"msg":"Received WatchGameServer request, adding stream to connectedStreams","severity":"info","source":"*gameservers.SDKServer","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"key":"default/test","msg":"Enqueuing key","queue":"stable.agones.dev.GameServerController","severity":"info","source":"*gameservers.Controller","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"msg":"Sending GameServer Event to connectedStreams","severity":"info","source":"*gameservers.SDKServer","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"msg":"agones.dev/agones/vendor/k8s.io/client-go/informers/factory.go:87: Failed to watch *v1.Node: unhandled watch: testing.WatchActionImpl{ActionImpl:testing.ActionImpl{Namespace:\"\", Verb:\"watch\", Resource:schema.GroupVersionResource{Group:\"\", Version:\"v1\", Resource:\"nodes\"}, Subresource:\"\"}, WatchRestrictions:testing.WatchRestrictions{Labels:labels.internalSelector(nil), Fields:fields.andTerm{}, ResourceVersion:\"\"}}","severity":"error","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"msg":"Resetting Port Allocation","severity":"info","source":"*gameservers.PortAllocator","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"key":"default/test","msg":"Synchronising","severity":"info","source":"*gameservers.Controller","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"gs":{"metadata":{"name":"test","namespace":"default","creationTimestamp":null,"finalizers":["stable.agones.dev"]},"spec":{"container":"container","ports":[{"portPolicy":"dynamic","containerPort":7777,"hostPort":18,"protocol":"UDP"}],"health":{"periodSeconds":5,"failureThreshold":3,"initialDelaySeconds":5},"template":{"metadata":{"creationTimestamp":null},"spec":{"containers":[{"name":"container","image":"container/image","resources":{}}]}}},"status":{"state":"Creating","ports":null,"address":"","nodeName":""}},"msg":"Syncing Port Allocation State","severity":"info","source":"*gameservers.Controller","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": {"gs":{"metadata":{"name":"test","namespace":"default","creationTimestamp":null,"finalizers":["stable.agones.dev"]},"spec":{"container":"container","ports":[{"portPolicy":"dynamic","containerPort":7777,"hostPort":18,"protocol":"UDP"}],"health":{"periodSeconds":5,"failureThreshold":3,"initialDelaySeconds":5},"template":{"metadata":{"creationTimestamp":null},"spec":{"containers":[{"name":"container","image":"container/image","resources":{}}]}}},"status":{"state":"Creating","ports":null,"address":"","nodeName":""}},"msg":"Syncing Create State","severity":"info","source":"*gameservers.Controller","time":"2018-10-04T18:33:36Z"}
Step #4 - "tests": --- FAIL: TestControllerApplyGameServerAddressAndPort (0.14s)
Step #4 - "tests": 	assertions.go:237: 
                        
	Error Trace:	controller_test.go:772
Step #4 - "tests": 		
	Error:		Expected nil, but got: error getting external address for GameServer test: error retrieving node node1 for Pod : node "node1" not found
Step #4 - "tests": 		
Step #4 - "tests": panic: runtime error: index out of range [recovered]
Step #4 - "tests": 	panic: runtime error: index out of range
Step #4 - "tests": 
Step #4 - "tests": goroutine 112 [running]:
Step #4 - "tests": testing.tRunner.func1(0xc4203f8c30)
Step #4 - "tests": 	/usr/local/go/src/testing/testing.go:742 +0x567
Step #4 - "tests": panic(0x194dea0, 0x25512e0)
Step #4 - "tests": 	/usr/local/go/src/runtime/panic.go:502 +0x24a
Step #4 - "tests": agones.dev/agones/pkg/gameservers.TestControllerApplyGameServerAddressAndPort(0xc4203f8c30)
Step #4 - "tests": 	/go/src/agones.dev/agones/pkg/gameservers/controller_test.go:773 +0xe94
Step #4 - "tests": testing.tRunner(0xc4203f8c30, 0x1b64ba0)
Step #4 - "tests": 	/usr/local/go/src/testing/testing.go:777 +0x16e
Step #4 - "tests": created by testing.(*T).Run
Step #4 - "tests": 	/usr/local/go/src/testing/testing.go:824 +0x565
Step #4 - "tests": FAIL	agones.dev/agones/pkg/gameservers	5.932s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameserversets	3.114s
Step #4 - "tests": ?   	agones.dev/agones/pkg/sdk	[no test files]
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.033s
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.201s
Step #4 - "tests": ok  	agones.dev/agones/pkg/util/workerqueue	3.141s
Step #4 - "tests": ok  	agones.dev/agones/sdks/go	1.031s
Step #4 - "tests": make: *** [test-go] Error 1
Step #4 - "tests": Makefile:145: recipe for target 'test-go' failed
Finished Step #4 - "tests"
Finished Step #6 - "build-e2e"
Finished Step #5 - "build"
ERROR
ERROR: build step 4 "make-docker" failed: exit status 2

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 61a2c8ea-7b1a-4ccf-95b5-ee8a67a4a21c

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

(experimental) To install this version:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/372/head:pr_372 && git checkout pr_372
  • helm install install/helm/agones --namespace agones-system --name agones --set agones.image.tag=0.5.0-e4a046f

1. [Create EKS Instance](#create-eks-instance)
1. [Ensure VPC CNI 1.2 is Running](#ensure-vpc-cni-12-is-running)
1. [Follow Normal Instructions to Install](#follow-normal-instructions-to-install)
1. [Add HostPort to fleet or gameserver instructions](#add-hostport-to-fleet-or-gameserver-instructions)
Copy link
Member

Choose a reason for hiding this comment

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

I believe this should go too? 😄

Also, please rebase down to a single commit - and once this header is gone, happy to approve and merge.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

👍

Copy link
Member

@markmandel markmandel 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 Succeeded 👏

Build Id: 5697715c-5920-4fcb-a667-6bc4d0603feb

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

(experimental) To install this version:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/372/head:pr_372 && git checkout pr_372
  • helm install install/helm/agones --namespace agones-system --name agones --set agones.image.tag=0.5.0-e973fc1

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: e2e7168d-9091-446d-adf7-32b272e680b0

Build Logs
starting build "e2e7168d-9091-446d-adf7-32b272e680b0"

FETCHSOURCE
Initialized empty Git repository in /workspace/.git/
From https://source.developers.google.com/p/agones-images/r/agones
 * branch            7efabf8f29df8be28930c529f54b3e71c6de8fdf -> FETCH_HEAD
HEAD is now at 7efabf8 Add AWS install guide
BUILD
Starting Step #0
Step #0: Already have image (with digest): ubuntu
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  107.5MB

Step #1: Step 1/3 : FROM gcr.io/cloud-builders/docker
Step #1:  ---> 7d1f5e7da3bf
Step #1: Step 2/3 : RUN apt-get install make
Step #1:  ---> Running in 04f66b4d1a69
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 1 not upgraded.
Step #1: Removing intermediate container 04f66b4d1a69
Step #1:  ---> c64ce98d55bd
Step #1: Step 3/3 : ENTRYPOINT ["/usr/bin/make"]
Step #1:  ---> Running in 7583f2474e72
Step #1: Removing intermediate container 7583f2474e72
Step #1:  ---> cf2764ee4cbe
Step #1: Successfully built cf2764ee4cbe
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:add8116b91 && docker tag gcr.io/agones-images/agones-build:add8116b91 agones-build:add8116b91
Step #2: add8116b91: Pulling from agones-images/agones-build
Step #2: cc1a78bfd46b: Pulling fs layer
Step #2: 65ec5fb8fee4: Pulling fs layer
Step #2: f792a8d67267: Pulling fs layer
Step #2: 1d9810dc510f: Pulling fs layer
Step #2: 1857069560bc: Pulling fs layer
Step #2: 78e6ceea88a6: Pulling fs layer
Step #2: 17808c78ea57: Pulling fs layer
Step #2: 8f44844313bf: Pulling fs layer
Step #2: 68ad45c242a0: Pulling fs layer
Step #2: fcf83fd73d90: Pulling fs layer
Step #2: f7e1d363b903: Pulling fs layer
Step #2: db117322f9a6: Pulling fs layer
Step #2: 107df8cebbb8: Pulling fs layer
Step #2: 1cc01a448cf6: Pulling fs layer
Step #2: d21f6d830ee4: Pulling fs layer
Step #2: fc42a3e733c1: Pulling fs layer
Step #2: dc1d9449fa6d: Pulling fs layer
Step #2: 1a868119fc13: Pulling fs layer
Step #2: 9f6036440dbe: Pulling fs layer
Step #2: 781f18f06da3: Pulling fs layer
Step #2: eed24b20f933: Pulling fs layer
Step #2: 796c70780a0c: Pulling fs layer
Step #2: 1d9810dc510f: Waiting
Step #2: 1cc01a448cf6: Waiting
Step #2: 1857069560bc: Waiting
Step #2: 78e6ceea88a6: Waiting
Step #2: d21f6d830ee4: Waiting
Step #2: 9f6036440dbe: Waiting
Step #2: fc42a3e733c1: Waiting
Step #2: 17808c78ea57: Waiting
Step #2: dc1d9449fa6d: Waiting
Step #2: 781f18f06da3: Waiting
Step #2: 1a868119fc13: Waiting
Step #2: eed24b20f933: Waiting
Step #2: f7e1d363b903: Waiting
Step #2: 107df8cebbb8: Waiting
Step #2: 8f44844313bf: Waiting
Step #2: 796c70780a0c: Waiting
Step #2: db117322f9a6: Waiting
Step #2: 68ad45c242a0: Waiting
Step #2: fcf83fd73d90: Waiting
Step #2: cc1a78bfd46b: Download complete
Step #2: 1d9810dc510f: Verifying Checksum
Step #2: 1d9810dc510f: Download complete
Step #2: 65ec5fb8fee4: Verifying Checksum
Step #2: 65ec5fb8fee4: Download complete
Step #2: 78e6ceea88a6: Verifying Checksum
Step #2: 78e6ceea88a6: Download complete
Step #2: 1857069560bc: Verifying Checksum
Step #2: 1857069560bc: Download complete
Step #2: 17808c78ea57: Verifying Checksum
Step #2: 17808c78ea57: Download complete
Step #2: 68ad45c242a0: Download complete
Step #2: 8f44844313bf: Verifying Checksum
Step #2: 8f44844313bf: Download complete
Step #2: f7e1d363b903: Download complete
Step #2: cc1a78bfd46b: Pull complete
Step #2: db117322f9a6: Download complete
Step #2: fcf83fd73d90: Download complete
Step #2: 1cc01a448cf6: Verifying Checksum
Step #2: 1cc01a448cf6: Download complete
Step #2: 107df8cebbb8: Verifying Checksum
Step #2: 107df8cebbb8: Download complete
Step #2: d21f6d830ee4: Verifying Checksum
Step #2: d21f6d830ee4: Download complete
Step #2: f792a8d67267: Verifying Checksum
Step #2: f792a8d67267: Download complete
Step #2: dc1d9449fa6d: Verifying Checksum
Step #2: dc1d9449fa6d: Download complete
Step #2: 9f6036440dbe: Verifying Checksum
Step #2: 9f6036440dbe: Download complete
Step #2: 781f18f06da3: Verifying Checksum
Step #2: 781f18f06da3: Download complete
Step #2: eed24b20f933: Verifying Checksum
Step #2: eed24b20f933: Download complete
Step #2: 1a868119fc13: Verifying Checksum
Step #2: 1a868119fc13: Download complete
Step #2: 796c70780a0c: Verifying Checksum
Step #2: 796c70780a0c: Download complete
Step #2: fc42a3e733c1: Verifying Checksum
Step #2: fc42a3e733c1: Download complete
Step #2: 65ec5fb8fee4: Pull complete
Step #2: f792a8d67267: Pull complete
Step #2: 1d9810dc510f: Pull complete
Step #2: 1857069560bc: Pull complete
Step #2: 78e6ceea88a6: Pull complete
Step #2: 17808c78ea57: Pull complete
Step #2: 8f44844313bf: Pull complete
Step #2: 68ad45c242a0: Pull complete
Step #2: fcf83fd73d90: Pull complete
Step #2: f7e1d363b903: Pull complete
Step #2: db117322f9a6: Pull complete
Step #2: 107df8cebbb8: Pull complete
Step #2: 1cc01a448cf6: Pull complete
Step #2: d21f6d830ee4: Pull complete
Step #2: fc42a3e733c1: Pull complete
Step #2: dc1d9449fa6d: Pull complete
Step #2: 1a868119fc13: Pull complete
Step #2: 9f6036440dbe: Pull complete
Step #2: 781f18f06da3: Pull complete
Step #2: eed24b20f933: Pull complete
Step #2: 796c70780a0c: Pull complete
Step #2: Digest: sha256:9ab02f5b3c7db82a3ce7ef753b0f7894c11e2761a4100009fdf61e4e5354a728
Step #2: Status: Downloaded newer image for gcr.io/agones-images/agones-build:add8116b91
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": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v /workspace:/go/src/agones.dev/agones -w /go/src/agones.dev/agones  agones-build:add8116b91 bash -c \
Step #3 - "lint": 	"golangci-lint run ./examples/... && golangci-lint run --deadline 15m ./..."
Finished Step #3 - "lint"
Starting Step #4 - "tests"
Starting Step #6 - "build-e2e"
Starting Step #5 - "build"
Step #4 - "tests": Already have image: make-docker
Step #6 - "build-e2e": Already have image (with digest): gcr.io/cloud-builders/docker
Step #5 - "build": Already have image: make-docker
Step #4 - "tests": mkdir -p ~/.kube/
Step #4 - "tests": mkdir -p /workspace/build//.config/gcloud
Step #6 - "build-e2e": Sending build context to Docker daemon  7.168kB

Step #4 - "tests": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v /workspace:/go/src/agones.dev/agones agones-build:add8116b91 go test -race agones.dev/agones/pkg/... \
Step #4 - "tests": agones.dev/agones/sdks/...
Step #6 - "build-e2e": Step 1/20 : FROM gcr.io/cloud-builders/gcloud-slim
Step #5 - "build": mkdir -p ~/.kube/
Step #5 - "build": mkdir -p /workspace/build//.config/gcloud
Step #6 - "build-e2e": latest: Pulling from cloud-builders/gcloud-slim
Step #6 - "build-e2e": e5c573070776: Already exists
Step #6 - "build-e2e": a7e8e7eaedca: Already exists
Step #6 - "build-e2e": 3c2cba919283: Already exists
Step #5 - "build": docker run --rm -e "CGO_ENABLED=0" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v /workspace:/go/src/agones.dev/agones agones-build:add8116b91 go build \
Step #5 - "build": 	-o /go/src/agones.dev/agones/cmd/controller/bin/controller -a -ldflags "-X agones.dev/agones/pkg.Version=0.5.0-7efabf8" -installsuffix cgo agones.dev/agones/cmd/controller
Step #6 - "build-e2e": 3612907c864e: Pulling fs layer
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 #6 - "build-e2e": 3612907c864e: Verifying Checksum
Step #6 - "build-e2e": 3612907c864e: Download complete
Step #6 - "build-e2e": 3612907c864e: Pull complete
Step #6 - "build-e2e": Digest: sha256:5186a9ae110332210e9e88d9d3c97a22ab4893db150b924aa23232d3a9f600b7
Step #6 - "build-e2e": Status: Downloaded newer image for gcr.io/cloud-builders/gcloud-slim:latest
Step #6 - "build-e2e":  ---> aa2b274a3b67
Step #6 - "build-e2e": Step 2/20 : RUN apt-get update &&     apt-get install -y wget psmisc make python jq zip &&     apt-get clean
Step #6 - "build-e2e":  ---> Running in 8f5500595c2e
Step #6 - "build-e2e": Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB]
Step #6 - "build-e2e": Get:2 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial InRelease [17.5 kB]
Step #6 - "build-e2e": Get:3 http://archive.ubuntu.com/ubuntu xenial InRelease [247 kB]
Step #6 - "build-e2e": Get:4 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
Step #6 - "build-e2e": Get:5 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial/main amd64 Packages [3320 B]
Step #6 - "build-e2e": Get:6 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [562 kB]
Step #6 - "build-e2e": Get:7 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
Step #6 - "build-e2e": Get:8 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial/main Translation-en [2380 B]
Step #6 - "build-e2e": Get:9 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages [1201 kB]
Step #6 - "build-e2e": Get:10 http://security.ubuntu.com/ubuntu xenial-security/main Translation-en [237 kB]
Step #6 - "build-e2e": Get:11 http://security.ubuntu.com/ubuntu xenial-security/restricted amd64 Packages [7204 B]
Step #6 - "build-e2e": Get:12 http://security.ubuntu.com/ubuntu xenial-security/restricted Translation-en [2152 B]
Step #6 - "build-e2e": Get:13 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [387 kB]
Step #6 - "build-e2e": Get:14 http://security.ubuntu.com/ubuntu xenial-security/universe Translation-en [147 kB]
Step #6 - "build-e2e": Get:15 http://archive.ubuntu.com/ubuntu xenial/main Translation-en [568 kB]
Step #6 - "build-e2e": Get:16 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [3460 B]
Step #6 - "build-e2e": Get:17 http://security.ubuntu.com/ubuntu xenial-security/multiverse Translation-en [1744 B]
Step #6 - "build-e2e": Get:18 http://archive.ubuntu.com/ubuntu xenial/restricted amd64 Packages [8344 B]
Step #6 - "build-e2e": Get:19 http://archive.ubuntu.com/ubuntu xenial/restricted Translation-en [2908 B]
Step #6 - "build-e2e": Get:20 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages [7532 kB]
Step #6 - "build-e2e": Get:21 http://archive.ubuntu.com/ubuntu xenial/universe Translation-en [4354 kB]
Step #4 - "tests": ok  	agones.dev/agones/pkg/apis/stable/v1alpha1	1.123s
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 #6 - "build-e2e": Get:22 http://archive.ubuntu.com/ubuntu xenial/multiverse amd64 Packages [144 kB]
Step #6 - "build-e2e": Get:23 http://archive.ubuntu.com/ubuntu xenial/multiverse Translation-en [106 kB]
Step #6 - "build-e2e": Get:24 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [856 kB]
Step #6 - "build-e2e": Get:25 http://archive.ubuntu.com/ubuntu xenial-updates/main Translation-en [349 kB]
Step #6 - "build-e2e": Get:26 http://archive.ubuntu.com/ubuntu xenial-updates/restricted amd64 Packages [7556 B]
Step #6 - "build-e2e": Get:27 http://archive.ubuntu.com/ubuntu xenial-updates/restricted Translation-en [2272 B]
Step #6 - "build-e2e": Get:28 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [690 kB]
Step #6 - "build-e2e": Get:29 http://archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [279 kB]
Step #6 - "build-e2e": Get:30 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [16.4 kB]
Step #6 - "build-e2e": Get:31 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse Translation-en [8344 B]
Step #6 - "build-e2e": Get:32 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [6756 B]
Step #6 - "build-e2e": Get:33 http://archive.ubuntu.com/ubuntu xenial-backports/main Translation-en [4180 B]
Step #6 - "build-e2e": Get:34 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [7568 B]
Step #6 - "build-e2e": Get:35 http://archive.ubuntu.com/ubuntu xenial-backports/universe Translation-en [4048 B]
Step #6 - "build-e2e": Fetched 18.1 MB in 5s (3191 kB/s)
Step #6 - "build-e2e": Reading package lists...
Step #6 - "build-e2e": Reading package lists...
Step #6 - "build-e2e": Building dependency tree...
Step #6 - "build-e2e": Reading state information...
Step #6 - "build-e2e": python is already the newest version (2.7.12-1~16.04).
Step #6 - "build-e2e": python set to manually installed.
Step #6 - "build-e2e": The following packages were automatically installed and are no longer required:
Step #6 - "build-e2e":   cpp cpp-5 gcc-5 libasan2 libatomic1 libc-dev-bin libc6-dev libcc1-0
Step #6 - "build-e2e":   libcilkrts5 libexpat1-dev libgcc-5-dev libgomp1 libisl15 libitm1 liblsan0
Step #6 - "build-e2e":   libmpc3 libmpfr4 libmpx0 libpython-dev libpython2.7 libpython2.7-dev
Step #6 - "build-e2e":   libquadmath0 libtsan0 libubsan0 linux-libc-dev manpages-dev
Step #6 - "build-e2e":   python-pkg-resources python2.7-dev
Step #6 - "build-e2e": Use 'apt autoremove' to remove them.
Step #6 - "build-e2e": The following additional packages will be installed:
Step #6 - "build-e2e":   libonig2 unzip
Step #6 - "build-e2e": Suggested packages:
Step #6 - "build-e2e":   make-doc
Step #6 - "build-e2e": The following NEW packages will be installed:
Step #6 - "build-e2e":   jq libonig2 make psmisc unzip wget zip
Step #6 - "build-e2e": 0 upgraded, 7 newly installed, 0 to remove and 3 not upgraded.
Step #6 - "build-e2e": Need to get 746 kB/1046 kB of archives.
Step #6 - "build-e2e": After this operation, 3421 kB of additional disk space will be used.
Step #6 - "build-e2e": Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 psmisc amd64 22.21-2.1build1 [48.0 kB]
Step #6 - "build-e2e": Get:2 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libonig2 amd64 5.9.6-1ubuntu0.1 [86.7 kB]
Step #6 - "build-e2e": Get:3 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 jq amd64 1.5+dfsg-1ubuntu0.1 [144 kB]
Step #6 - "build-e2e": Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 make amd64 4.1-6 [151 kB]
Step #6 - "build-e2e": Get:5 http://archive.ubuntu.com/ubuntu xenial/main amd64 unzip amd64 6.0-20ubuntu1 [158 kB]
Step #6 - "build-e2e": Get:6 http://archive.ubuntu.com/ubuntu xenial/main amd64 zip amd64 3.0-11 [158 kB]
Step #6 - "build-e2e": Fetched 746 kB in 0s (817 kB/s)
Step #6 - "build-e2e": Selecting previously unselected package psmisc.
Step #6 - "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 ... 15819 files and directories currently installed.)
Step #6 - "build-e2e": Preparing to unpack .../psmisc_22.21-2.1build1_amd64.deb ...
Step #6 - "build-e2e": Unpacking psmisc (22.21-2.1build1) ...
Step #6 - "build-e2e": Selecting previously unselected package wget.
Step #6 - "build-e2e": Preparing to unpack .../wget_1.17.1-1ubuntu1.4_amd64.deb ...
Step #6 - "build-e2e": Unpacking wget (1.17.1-1ubuntu1.4) ...
Step #6 - "build-e2e": Selecting previously unselected package libonig2:amd64.
Step #6 - "build-e2e": Preparing to unpack .../libonig2_5.9.6-1ubuntu0.1_amd64.deb ...
Step #6 - "build-e2e": Unpacking libonig2:amd64 (5.9.6-1ubuntu0.1) ...
Step #6 - "build-e2e": Selecting previously unselected package jq.
Step #6 - "build-e2e": Preparing to unpack .../jq_1.5+dfsg-1ubuntu0.1_amd64.deb ...
Step #6 - "build-e2e": Unpacking jq (1.5+dfsg-1ubuntu0.1) ...
Step #6 - "build-e2e": Selecting previously unselected package make.
Step #6 - "build-e2e": Preparing to unpack .../archives/make_4.1-6_amd64.deb ...
Step #6 - "build-e2e": Unpacking make (4.1-6) ...
Step #6 - "build-e2e": Selecting previously unselected package unzip.
Step #6 - "build-e2e": Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ...
Step #6 - "build-e2e": Unpacking unzip (6.0-20ubuntu1) ...
Step #6 - "build-e2e": Selecting previously unselected package zip.
Step #6 - "build-e2e": Preparing to unpack .../archives/zip_3.0-11_amd64.deb ...
Step #6 - "build-e2e": Unpacking zip (3.0-11) ...
Step #6 - "build-e2e": Processing triggers for libc-bin (2.23-0ubuntu10) ...
Step #6 - "build-e2e": Processing triggers for mime-support (3.59ubuntu1) ...
Step #6 - "build-e2e": Setting up psmisc (22.21-2.1build1) ...
Step #6 - "build-e2e": Setting up wget (1.17.1-1ubuntu1.4) ...
Step #6 - "build-e2e": Setting up libonig2:amd64 (5.9.6-1ubuntu0.1) ...
Step #6 - "build-e2e": Setting up jq (1.5+dfsg-1ubuntu0.1) ...
Step #6 - "build-e2e": Setting up make (4.1-6) ...
Step #6 - "build-e2e": Setting up unzip (6.0-20ubuntu1) ...
Step #6 - "build-e2e": Setting up zip (3.0-11) ...
Step #6 - "build-e2e": Processing triggers for libc-bin (2.23-0ubuntu10) ...
Step #6 - "build-e2e": Removing intermediate container 8f5500595c2e
Step #6 - "build-e2e":  ---> 4b7dc924e1cd
Step #6 - "build-e2e": Step 3/20 : WORKDIR /usr/local
Step #6 - "build-e2e": Removing intermediate container 73444684120e
Step #6 - "build-e2e":  ---> 29015b1f01a4
Step #6 - "build-e2e": Step 4/20 : ENV GO_VERSION=1.10.3
Step #6 - "build-e2e":  ---> Running in 2172b418fe07
Step #6 - "build-e2e": Removing intermediate container 2172b418fe07
Step #6 - "build-e2e":  ---> 44d401876040
Step #6 - "build-e2e": Step 5/20 : ENV GOPATH /go
Step #6 - "build-e2e":  ---> Running in 52e4ce117e24
Step #6 - "build-e2e": Removing intermediate container 52e4ce117e24
Step #6 - "build-e2e":  ---> 04e8e0d5edeb
Step #6 - "build-e2e": Step 6/20 : RUN wget -q https://redirector.gvt1.com/edgedl/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 #6 - "build-e2e":  ---> Running in c76d76bf0f75
Step #5 - "build": docker build /workspace/cmd/controller/ --tag=gcr.io/agones-images/agones-controller:0.5.0-7efabf8 
Step #5 - "build": Sending build context to Docker daemon  42.05MB

Step #5 - "build": Step 1/6 : FROM alpine:3.8
Step #5 - "build": 3.8: Pulling from library/alpine
Step #5 - "build": Digest: sha256:02892826401a9d18f0ea01f8a2f35d328ef039db4e1edcc45c630314a0457d5b
Step #5 - "build": Status: Downloaded newer image for alpine:3.8
Step #5 - "build":  ---> 196d12cf6ab1
Step #5 - "build": Step 2/6 : RUN apk --update add ca-certificates &&     adduser -D agones
Step #5 - "build":  ---> Running in 61e234893b71
Step #5 - "build": fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
Step #5 - "build": fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
Step #5 - "build": (1/1) Installing ca-certificates (20171114-r3)
Step #5 - "build": Executing busybox-1.28.4-r1.trigger
Step #5 - "build": Executing ca-certificates-20171114-r3.trigger
Step #5 - "build": OK: 5 MiB in 14 packages
Step #5 - "build": Removing intermediate container 61e234893b71
Step #5 - "build":  ---> 37effe0b7b25
Step #5 - "build": Step 3/6 : COPY ./bin/controller /home/agones/controller
Step #5 - "build":  ---> 6912f781a29f
Step #5 - "build": Step 4/6 : RUN chown -R agones /home/agones &&     chmod o+x /home/agones/controller
Step #5 - "build":  ---> Running in f23825569709
Step #5 - "build": Removing intermediate container f23825569709
Step #5 - "build":  ---> 582d4948285f
Step #5 - "build": Step 5/6 : USER agones
Step #5 - "build":  ---> Running in 253c62c79bf5
Step #5 - "build": Removing intermediate container 253c62c79bf5
Step #5 - "build":  ---> 883855f5478c
Step #5 - "build": Step 6/6 : ENTRYPOINT ["/home/agones/controller"]
Step #5 - "build":  ---> Running in 8267c2bb7118
Step #5 - "build": Removing intermediate container 8267c2bb7118
Step #5 - "build":  ---> 1d4593de09b4
Step #5 - "build": Successfully built 1d4593de09b4
Step #5 - "build": Successfully tagged gcr.io/agones-images/agones-controller:0.5.0-7efabf8
Step #5 - "build": docker run --rm -e "CGO_ENABLED=0" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v /workspace:/go/src/agones.dev/agones agones-build:add8116b91 go build \
Step #5 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.linux.amd64 -a -ldflags "-X agones.dev/agones/pkg.Version=0.5.0-7efabf8" -installsuffix cgo agones.dev/agones/cmd/sdk-server
Step #6 - "build-e2e": Removing intermediate container c76d76bf0f75
Step #6 - "build-e2e":  ---> b9bf90cd9213
Step #6 - "build-e2e": Step 7/20 : ENV PATH /usr/local/go/bin:/go/bin:$PATH
Step #6 - "build-e2e":  ---> Running in 553d2d646c42
Step #6 - "build-e2e": Removing intermediate container 553d2d646c42
Step #6 - "build-e2e":  ---> 22f490f57bcf
Step #6 - "build-e2e": Step 8/20 : ENV KUBECTL_VER 1.10.0
Step #6 - "build-e2e":  ---> Running in 72decc7c627e
Step #6 - "build-e2e": Removing intermediate container 72decc7c627e
Step #6 - "build-e2e":  ---> 96c978657cf3
Step #6 - "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 #6 - "build-e2e":  ---> Running in 5b13512268f2
Step #6 - "build-e2e": �[91m  % Total    % Received % Xferd  Average Speed  �[0m�[91m Time    Time     Time  Current
Step #6 - "build-e2e":                              �[0m�[91m    Dload  Upload�[0m�[91m   Total   Spen�[0m�[91mt    Left  Speed
Step #6 - "build-e2e": �[0m�[91m
  0  �[0m�[91m   0    0     0    0     0   �[0m�[91m   �[0m�[91m0      0 --:--�[0m�[91m:-- --:--:--�[0m�[91m --:--:--     0�[0m�[91m
 34 51.7M   34 17.9M    0     0  55.0M      0 --:--:-- --:--:-- --:--:-- 54.9M�[0m�[91m
100 51.7M  100 51.7M    0     0   117M      0 --:--:-- --:--:-- --:--:--  116M
Step #6 - "build-e2e": �[0mRemoving intermediate container 5b13512268f2
Step #6 - "build-e2e":  ---> 5c794f40b540
Step #6 - "build-e2e": Step 10/20 : ENV HELM_VER 2.9.1
Step #6 - "build-e2e":  ---> Running in a4288c5848f5
Step #6 - "build-e2e": Removing intermediate container a4288c5848f5
Step #6 - "build-e2e":  ---> 4acebf6da201
Step #6 - "build-e2e": Step 11/20 : ENV HELM_URL https://storage.googleapis.com/kubernetes-helm/helm-v${HELM_VER}-linux-amd64.tar.gz
Step #6 - "build-e2e":  ---> Running in 96774801baaa
Step #6 - "build-e2e": Removing intermediate container 96774801baaa
Step #6 - "build-e2e":  ---> e7fb081e2436
Step #6 - "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 #6 - "build-e2e":  ---> Running in cc6f81a09ea4
Step #6 - "build-e2e": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #6 - "build-e2e":                                  Dload  Upload   Total   Spent    Left  Speed
Step #6 - "build-e2e": 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
100 8946k  100 8946k    0     0  43.6M      0 --:--:-- --:--:-- --:--:-- 43.6M
Step #6 - "build-e2e": �[0mlinux-amd64/
Step #6 - "build-e2e": linux-amd64/README.md
Step #6 - "build-e2e": linux-amd64/helm
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleetallocation	11.874s
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleetautoscalers	3.472s
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleets	2.548s
Step #6 - "build-e2e": linux-amd64/LICENSE
Step #6 - "build-e2e": Removing intermediate container cc6f81a09ea4
Step #6 - "build-e2e":  ---> fb28dcb9dbe1
Step #6 - "build-e2e": Step 13/20 : ENV CONSUL_VERSION=1.2.1
Step #6 - "build-e2e":  ---> Running in 913049e80631
Step #6 - "build-e2e": Removing intermediate container 913049e80631
Step #6 - "build-e2e":  ---> 1c0989fa53d4
Step #6 - "build-e2e": Step 14/20 : ENV HASHICORP_RELEASES=https://releases.hashicorp.com
Step #6 - "build-e2e":  ---> Running in 113c61a1ff34
Step #6 - "build-e2e": Removing intermediate container 113c61a1ff34
Step #6 - "build-e2e":  ---> 7ac875b6dbcc
Step #6 - "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 #6 - "build-e2e":  ---> Running in e8235d5a42b4
Step #6 - "build-e2e": �[91m--2018-10-04 21:07:13--  https://releases.hashicorp.com/consul/1.2.1/consul_1.2.1_linux_amd64.zip
Step #6 - "build-e2e": �[0m�[91mResolving releases.hashicorp.com (releases.hashicorp.com)... �[0m�[91m151.101.1.183�[0m�[91m, �[0m�[91m151.101.65.183�[0m�[91m, �[0m�[91m151.101.129.183�[0m�[91m, ...�[0m�[91m
Step #6 - "build-e2e": �[0m�[91mConnecting to releases.hashicorp.com (releases.hashicorp.com)|151.101.1.183|:443... �[0m�[91mconnected.
Step #6 - "build-e2e": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m200 OK
Step #6 - "build-e2e": Length: 14529496 (14M) [application/zip]
Step #6 - "build-e2e": �[0m�[91mSaving to: '/tmp/build/consul_1.2.1_linux_amd64.zip'
Step #6 - "build-e2e": 
Step #6 - "build-e2e":      0K ..........�[0m�[91m ...�[0m�[91m...�[0m�[91m..�[0m�[91m.�[0m�[91m. ....�[0m�[91m..�[0m�[91m...�[0m�[91m. ..�[0m�[91m........ �[0m�[91m......�[0m�[91m....  0%�[0m�[91m 2.26M 6s
Step #6 - "build-e2e":     50K ....�[0m�[91m...... ..�[0m�[91m.�[0m�[91m..�[0m�[91m.�[0m�[91m....�[0m�[91m .......... �[0m�[91m......�[0m�[91m.... ..........�[0m�[91m  0% 5.51M 4s
Step #6 - "build-e2e":    100K ..�[0m�[91m........ .......�[0m�[91m.�[0m�[91m.. .......... ....�[0m�[91m...... ..........  1% 13.7M 3s�[0m�[91m
Step #6 - "build-e2e":    150K ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m..  1% 7.27M 3s
Step #6 - "build-e2e":    200K�[0m�[91m .......... ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m....  1% 28.0M 2s
Step #6 - "build-e2e":    250K .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... ....�[0m�[91m......  2% 26.5M 2s
Step #6 - "build-e2e":    300K�[0m�[91m ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... .......... ..�[0m�[91m........  2%�[0m�[91m 25.1M 2s
Step #6 - "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.�[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.  2%�[0m�[91m 6.77M�[0m�[91m 2s�[0m�[91m
Step #6 - "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.�[0m�[91m..... ..�[0m�[91m........ ........�[0m�[91m.. ..........  3% 37.9M 2s
Step #6 - "build-e2e":    450K ....�[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.........  3% 31.0M 2s
Step #6 - "build-e2e":    500K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m..�[0m�[91m.. ....�[0m�[91m...... ..�[0m�[91m........  3% 27.0M 1s�[0m�[91m
Step #6 - "build-e2e":    550K .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ �[0m�[91m........�[0m�[91m..  4% 9.80M 1s
Step #6 - "build-e2e":    600K ......�[0m�[91m.... ....�[0m�[91m...... .......�[0m�[91m...�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m....  4% 26.3M 1s
Step #6 - "build-e2e":    650K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m......  4% 18.9M 1s
Step #6 - "build-e2e":    700K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m........  5% 23.3M 1s�[0m�[91m
Step #6 - "build-e2e":    750K ........�[0m�[91m.. .......... .�[0m�[91m......... ......�[0m�[91m....�[0m�[91m ..........  5%�[0m�[91m 19.3M 1s
Step #6 - "build-e2e":    800K ......�[0m�[91m.... .......... ..�[0m�[91m........ .�[0m�[91m.......�[0m�[91m.. ..........  5% 20.0M 1s
Step #6 - "build-e2e":    850K ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... ....�[0m�[91m......  6% 30.7M 1s
Step #6 - "build-e2e":    900K ..�[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..�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m. �[0m�[91m..�[0m�[91m..�[0m�[91m..�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.  6%�[0m�[91m 9.11M�[0m�[91m 1s�[0m�[91m
Step #6 - "build-e2e":    950K�[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..  7% 31.8M 1s
Step #6 - "build-e2e":   1000K ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m....  7% 29.2M 1s
Step #6 - "build-e2e":   1050K ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m......  7% 29.1M 1s
Step #6 - "build-e2e":   1100K ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... .......... ..�[0m�[91m........  8% 10.5M 1s
Step #6 - "build-e2e":   1150K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ..........  8% 19.3M 1s
Step #6 - "build-e2e":   1200K ......�[0m�[91m.... .......... ..�[0m�[91m........ ........�[0m�[91m.. ..........  8% 28.9M 1s
Step #6 - "build-e2e":   1250K ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... ..........  9% 19.1M 1s
Step #6 - "build-e2e":   1300K ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........  9% 16.7M 1s�[0m�[91m
Step #6 - "build-e2e":   1350K ........�[0m�[91m.. .......... .......... ..�[0m�[91m........ ........�[0m�[91m..  9% 25.1M 1s
Step #6 - "build-e2e":   1400K .......... ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... 10% 21.9M 1s
Step #6 - "build-e2e":   1450K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... ....�[0m�[91m...... 10% 26.5M 1s
Step #6 - "build-e2e":   1500K ..........�[0m�[91m .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ 10% 12.3M 1s
Step #6 - "build-e2e":   1550K ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..........�[0m�[91m .......... 11% 80.5M 1s
Step #6 - "build-e2e":   1600K ...�[0m�[91m...�[0m�[91m.... .......... ..�[0m�[91m........ ........�[0m�[91m.. .......... 11% 21.5M 1s
Step #6 - "build-e2e":   1650K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... ....�[0m�[91m...... 11% 29.6M 1s
Step #6 - "build-e2e":   1700K ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... .......... 12% 22.1M 1s�[0m�[91m
Step #6 - "build-e2e":   1750K ........�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 12% 13.4M 1s
Step #6 - "build-e2e":   1800K ......�[0m�[91m.... .......... ..........�[0m�[91m .......... ......�[0m�[91m.... 13% 83.8M 1s
Step #6 - "build-e2e":   1850K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... ....�[0m�[91m...... 13% 21.0M 1s
Step #6 - "build-e2e":   1900K ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m........ 13% 27.5M 1s�[0m�[91m
Step #6 - "build-e2e":   1950K ........�[0m�[91m.. ........�[0m�[91m.. ....�[0m�[91m...... �[0m�[91m..........�[0m�[91m .......... 14% 26.2M 1s
Step #6 - "build-e2e":   2000K .......... ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. .......... 14% 34.1M 1s
Step #6 - "build-e2e":   2050K ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... .......... 14%�[0m�[91m 16.8M 1s
Step #6 - "build-e2e":   2100K ...�[0m�[91m.�[0m�[91m.�[0m�[91m..�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m �[0m�[91m........�[0m�[91m.. .......... ....�[0m�[91m......�[0m�[91m ..�[0m�[91m........ 15% 29.0M 1s�[0m�[91m
Step #6 - "build-e2e":   2150K .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ ........�[0m�[91m.. 15% 21.0M 1s
Step #6 - "build-e2e":   2200K .......... ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... 15% 25.9M 1s
Step #6 - "build-e2e":   2250K .......... ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... 16% 30.0M 1s
Step #6 - "build-e2e":   2300K ..�[0m�[91m........�[0m�[91m �[0m�[91m.......... ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ 16% 23.3M 1s
Step #6 - "build-e2e":   2350K�[0m�[91m ........�[0m�[91m.�[0m�[91m. .......... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 16% 22.6M 1s�[0m�[91m
Step #6 - "build-e2e":   2400K ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. �[0m�[91m......�[0m�[91m.... 17% 24.8M 1s
Step #6 - "build-e2e":   2450K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... 17% 34.2M 1s
Step #6 - "build-e2e":   2500K ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... ....�[0m�[91m...... .......... 17% 47.3M 1s�[0m�[91m
Step #6 - "build-e2e":   2550K .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ ........�[0m�[91m.. 18% 24.3M 1s
Step #6 - "build-e2e":   2600K .......... ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... 18% 22.4M 1s
Step #6 - "build-e2e":   2650K .......... ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... 19% 21.8M 1s
Step #6 - "build-e2e":   2700K ..........�[0m�[91m .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ 19% 50.2M 1s�[0m�[91m
Step #6 - "build-e2e":   2750K ........�[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. 19%�[0m�[91m 17.9M�[0m�[91m 1s�[0m�[91m
Step #6 - "build-e2e":   2800K�[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.�[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 20%�[0m�[91m 16.1M�[0m�[91m 1s�[0m�[91m
Step #6 - "build-e2e":   2850K�[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.�[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 20%�[0m�[91m 15.1M�[0m�[91m 1s�[0m�[91m
Step #6 - "build-e2e":   2900K .�[0m�[91m.�[0m�[91m.�[0m�[91m.......�[0m�[91m ........�[0m�[91m.. .......... .......... ..�[0m�[91m........ 20% 69.8M 1s�[0m�[91m
Step #6 - "build-e2e":   2950K .......... ......�[0m�[91m.... ....�[0m�[91m...... .......... ..�[0m�[91m......�[0m�[91m.�[0m�[91m. 21%  151M�[0m�[91m 1s�[0m�[91m
Step #6 - "build-e2e":   3000K�[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.. .......... 21% 59.4M 1s
Step #6 - "build-e2e":   3050K .......... ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...�[0m�[91m.�[0m�[91m.�[0m�[91m. 21%�[0m�[91m 26.4M�[0m�[91m 1s�[0m�[91m
Step #6 - "build-e2e":   3100K�[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.�[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 22%�[0m�[91m 14.5M�[0m�[91m 1s�[0m�[91m
Step #6 - "build-e2e":   3150K�[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.�[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 22%�[0m�[91m 10.6M�[0m�[91m 1s�[0m�[91m
Step #6 - "build-e2e":   3200K�[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.�[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 22%�[0m�[91m 12.8M�[0m�[91m 1s�[0m�[91m
Step #6 - "build-e2e":   3250K�[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.�[0m�[91m..�[0m�[91m.�[0m�[91m....�[0m�[91m �[0m�[91m.�[0m�[91m...�[0m�[91m...�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m 23%�[0m�[91m 40.3M 1s�[0m�[91m
Step #6 - "build-e2e":   3300K�[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........ 23% 39.6M�[0m�[91m 1s�[0m�[91m
Step #6 - "build-e2e":   3350K ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m..�[0m�[91m 23% 84.8M 1s
Step #6 - "build-e2e":   3400K�[0m�[91m ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... 24% 96.3M 1s
Step #6 - "build-e2e":   3450K ..�[0m�[91m...�[0m�[91m..... ..�[0m�[91m.......�[0m�[91m.�[0m�[91m ........�[0m�[91m.. ...�[0m�[91m...�[0m�[91m.... ....�[0m�[91m...... 24% 75.0M 1s
Step #6 - "build-e2e":   3500K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m..�[0m�[91m .�[0m�[91m.....�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m....�[0m�[91m.... 25% 76.6M�[0m�[91m 1s�[0m�[91m
Step #6 - "build-e2e":   3550K ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m.�[0m�[91m..... .�[0m�[91m.�[0m�[91m........�[0m�[91m ......�[0m�[91m.�[0m�[91m.�[0m�[91m.. 25% 45.1M�[0m�[91m 1s
Step #6 - "build-e2e":   3600K ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m.......�[0m�[91m.�[0m�[91m ...�[0m�[91m.....�[0m�[91m.�[0m�[91m. ......�[0m�[91m.... 25% 59.6M 1s
Step #6 - "build-e2e":   3650K ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... 26%  176M 1s
Step #6 - "build-e2e":   3700K ..�[0m�[91m........ ........�[0m�[91m.. .......... .......... .......... 26% 30.6M 1s�[0m�[91m
Step #6 - "build-e2e":   3750K .......... ......�[0m�[91m.... .......... .........�[0m�[91m.�[0m�[91m ........�[0m�[91m.. 26% 35.9M 1s
Step #6 - "build-e2e":   3800K .......... ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... 27% 32.4M 1s
Step #6 - "build-e2e":   3850K ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... 27% 21.4M 1s
Step #6 - "build-e2e":   3900K ..........�[0m�[91m �[0m�[91m.�[0m�[91m..�[0m�[91m..�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m........ 27% 85.3M 1s�[0m�[91m
Step #6 - "build-e2e":   3950K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..........�[0m�[91m .......... 28% 96.6M 0s
Step #6 - "build-e2e":   4000K ......�[0m�[91m.... ..........�[0m�[91m .......... ......�[0m�[91m.... .......... 28% 27.4M 0s
Step #6 - "build-e2e":   4050K ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... .......... 28% 19.4M 0s�[0m�[91m
Step #6 - "build-e2e":   4100K ........�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m........ ........�[0m�[91m.. 29% 35.2M 0s
Step #6 - "build-e2e":   4150K ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... 29% 43.2M 0s
Step #6 - "build-e2e":   4200K .......... ..�[0m�[91m........ �[0m�[91m........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m.�[0m�[91m..... 29% 20.8M 0s
Step #6 - "build-e2e":   4250K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m........ 30% 47.6M 0s
Step #6 - "build-e2e":   4300K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..........�[0m�[91m .......... 30% 36.7M�[0m�[91m 0s
Step #6 - "build-e2e":   4350K ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. .......... 31% 42.0M 0s
Step #6 - "build-e2e":   4400K ..�[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.�[0m�[91m.�[0m�[91m.�[0m�[91m... ....�[0m�[91m...... 31% 23.4M�[0m�[91m 0s
Step #6 - "build-e2e":   4450K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ 31%  159M�[0m�[91m 0s�[0m�[91m
Step #6 - "build-e2e":   4500K .......... ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m..�[0m�[91m 32%�[0m�[91m 39.1M 0s
Step #6 - "build-e2e":   4550K�[0m�[91m �[0m�[91m.�[0m�[91m.....�[0m�[91m.... ....�[0m�[91m...... .....�[0m�[91m.....�[0m�[91m .......... ......�[0m�[91m.... 32% 17.4M 0s
Step #6 - "build-e2e":   4600K .......... ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... 32%  174M 0s
Step #6 - "build-e2e":   4650K ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ 33% 46.1M 0s�[0m�[91m
Step #6 - "build-e2e":   4700K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..........�[0m�[91m ..........�[0m�[91m 33% 36.5M 0s
Step #6 - "build-e2e":   4750K ...�[0m�[91m...�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. .......... 33% 34.5M 0s
Step #6 - "build-e2e":   4800K ...�[0m�[91m.�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... .......... 34% 55.3M 0s
Step #6 - "build-e2e":   4850K ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m........ 34% 38.0M 0s�[0m�[91m
Step #6 - "build-e2e":   4900K ........�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m....�[0m�[91m.... ........�[0m�[91m.. 34% 26.8M 0s
Step #6 - "build-e2e":   4950K .......... �[0m�[91m....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... ..�[0m�[91m........ 35% 86.4M 0s
Step #6 - "build-e2e":   5000K ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. ..�[0m�[91m....�[0m�[91m.�[0m�[91m... ....�[0m�[91m...... 35% 19.9M 0s
Step #6 - "build-e2e":   5050K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... �[0m�[91m....�[0m�[91m.....�[0m�[91m. ..�[0m�[91m........ 35% 73.2M 0s�[0m�[91m
Step #6 - "build-e2e":   5100K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. 36% 42.7M 0s
Step #6 - "build-e2e":   5150K ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. .�[0m�[91m.........�[0m�[91m 36% 28.2M 0s
Step #6 - "build-e2e":   5200K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... .......... 37% 31.6M 0s
Step #6 - "build-e2e":   5250K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... .......... 37% 83.6M 0s�[0m�[91m
Step #6 - "build-e2e":   5300K .......... ......�[0m�[91m.... ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. 37% 29.2M 0s
Step #6 - "build-e2e":   5350K ......�[0m�[91m.... ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... 38% 55.6M 0s
Step #6 - "build-e2e":   5400K ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... 38% 39.9M 0s
Step #6 - "build-e2e":   5450K ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m........ 38% 35.2M 0s�[0m�[91m
Step #6 - "build-e2e":   5500K .......... ......�[0m�[91m.... ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. 39% 62.8M 0s
Step #6 - "build-e2e":   5550K ......�[0m�[91m.... ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... 39% 82.4M 0s
Step #6 - "build-e2e":   5600K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... .......... 39% 27.0M 0s�[0m�[91m
Step #6 - "build-e2e":   5650K ..�[0m�[91m..�[0m�[91m...... ....�[0m�[91m....�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ 40% 39.3M 0s�[0m�[91m
Step #6 - "build-e2e":   5700K ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 40% 35.9M 0s
Step #6 - "build-e2e":   5750K�[0m�[91m �[0m�[91m..........�[0m�[91m ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... 40% 27.6M 0s
Step #6 - "build-e2e":   5800K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .�[0m�[91m......... ....�[0m�[91m..�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m 41%�[0m�[91m 59.1M�[0m�[91m 0s�[0m�[91m
Step #6 - "build-e2e":   5850K�[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.�[0m�[91m..�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m. ..�[0m�[91m....�[0m�[91m.... 41% 18.5M 0s�[0m�[91m
Step #6 - "build-e2e":   5900K ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m......�[0m�[91m .�[0m�[91m.........�[0m�[91m ........�[0m�[91m.. 41% 66.5M 0s�[0m�[91m
Step #6 - "build-e2e":   5950K ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m.�[0m�[91m.......�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.�[0m�[91m... 42% 93.0M 0s
Step #6 - "build-e2e":   6000K .�[0m�[91m...�[0m�[91m...... ..�[0m�[91m........�[0m�[91m �[0m�[91m........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... 42%  102M 0s
Step #6 - "build-e2e":   6050K ..�[0m�[91m.....�[0m�[91m...�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.�[0m�[91m... ....�[0m�[91m...... ..�[0m�[91m........ 42% 52.0M 0s�[0m�[91m
Step #6 - "build-e2e":   6100K ........�[0m�[91m.. ......�[0m�[91m.... .....�[0m�[91m..... ..........�[0m�[91m ........�[0m�[91m.. 43% 37.4M�[0m�[91m 0s
Step #6 - "build-e2e":   6150K .......... ....�[0m�[91m..�[0m�[91m.... ..........�[0m�[91m .......... ......�[0m�[91m.... 43% 58.5M 0s
Step #6 - "build-e2e":   6200K .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... ...�[0m�[91m.�[0m�[91m...... 44% 24.1M 0s
Step #6 - "build-e2e":   6250K ..�[0m�[91m........ .......... ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ 44%  224M 0s�[0m�[91m
Step #6 - "build-e2e":   6300K ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... 44% 31.9M 0s
Step #6 - "build-e2e":   6350K ......�[0m�[91m.�[0m�[91m... .......... ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... 45% 29.8M 0s
Step #6 - "build-e2e":   6400K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... .......... 45% 58.7M 0s
Step #6 - "build-e2e":   6450K ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... .......... 45%  255M 0s�[0m�[91m
Step #6 - "build-e2e":   6500K .......... ......�[0m�[91m.... ..........�[0m�[91m ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 46%�[0m�[91m 32.7M 0s
Step #6 - "build-e2e":   6550K ......�[0m�[91m.... ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... 46% 40.6M 0s
Step #6 - "build-e2e":   6600K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... ....�[0m�[91m...... 46% 39.5M 0s
Step #6 - "build-e2e":   6650K ..�[0m�[91m........�[0m�[91m .......... �[0m�[91m.......... ...�[0m�[91m....... ..�[0m�[91m........ 47%�[0m�[91m  125M 0s
Step #6 - "build-e2e":   6700K ........�[0m�[91m.. ....�[0m�[91m...... ....�[0m�[91m...... ..........�[0m�[91m .......... 47% 31.7M 0s
Step #6 - "build-e2e":   6750K ......�[0m�[91m.... ....�[0m�[91m...... .......... ........�[0m�[91m.. ......�[0m�[91m.... 47% 67.2M 0s
Step #6 - "build-e2e":   6800K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... .......... 48%�[0m�[91m 40.1M 0s
Step #6 - "build-e2e":   6850K ..�[0m�[91m..�[0m�[91m...... ........�[0m�[91m.. .......... ....�[0m�[91m...... .......... 48% 26.0M 0s�[0m�[91m
Step #6 - "build-e2e":   6900K ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 48% 50.2M 0s
Step #6 - "build-e2e":   6950K ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... 49% 84.0M 0s
Step #6 - "build-e2e":   7000K �[0m�[91m....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m..�[0m�[91m .......... ....�[0m�[91m...... 49% 75.4M 0s
Step #6 - "build-e2e":   7050K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m........ 50% 47.4M 0s�[0m�[91m
Step #6 - "build-e2e":   7100K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 50% 35.1M 0s
Step #6 - "build-e2e":   7150K ......�[0m�[91m.... ....�[0m�[91m...... .......�[0m�[91m... ........�[0m�[91m.. ......�[0m�[91m.... 50% 76.6M 0s
Step #6 - "build-e2e":   7200K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... 51% 84.9M 0s
Step #6 - "build-e2e":   7250K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ 51% 38.1M 0s�[0m�[91m
Step #6 - "build-e2e":   7300K ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... 51% 32.4M 0s
Step #6 - "build-e2e":   7350K ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... ....�[0m�[91m..�[0m�[91m.... 52% 28.8M 0s
Step #6 - "build-e2e":   7400K ....�[0m�[91m...... .......... .....�[0m�[91m...�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... 52% 95.8M 0s
Step #6 - "build-e2e":   7450K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m.�[0m�[91m....... 52%  107M 0s
Step #6 - "build-e2e":   7500K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... 53% 45.2M 0s
Step #6 - "build-e2e":   7550K ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. .......... 53% 39.6M 0s
Step #6 - "build-e2e":   7600K ....�[0m�[91m...... ..........�[0m�[91m .�[0m�[91m......... ......�[0m�[91m.... ....�[0m�[91m...... 53% 99.5M 0s
Step #6 - "build-e2e":   7650K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... ....�[0m�[91m...... .......... 54% 59.4M 0s�[0m�[91m
Step #6 - "build-e2e":   7700K ........�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 54% 44.4M 0s
Step #6 - "build-e2e":   7750K ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... 54% 38.3M 0s
Step #6 - "build-e2e":   7800K .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... ....�[0m�[91m...... 55% 36.9M 0s
Step #6 - "build-e2e":   7850K ..........�[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 55%�[0m�[91m 25.9M�[0m�[91m 0s�[0m�[91m
Step #6 - "build-e2e":   7900K�[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.�[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 56%�[0m�[91m 10.9M�[0m�[91m 0s�[0m�[91m
Step #6 - "build-e2e":   7950K�[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..�[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 56%�[0m�[91m 20.5M 0s�[0m�[91m
Step #6 - "build-e2e":   8000K�[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 �[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 56%�[0m�[91m 24.6M�[0m�[91m 0s�[0m�[91m
Step #6 - "build-e2e":   8050K �[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.�[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 57%�[0m�[91m 15.7M�[0m�[91m 0s�[0m�[91m
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameservers	13.344s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameserversets	3.121s
Step #4 - "tests": ?   	agones.dev/agones/pkg/sdk	[no test files]
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.035s
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.191s
Step #4 - "tests": ok  	agones.dev/agones/pkg/util/workerqueue	2.047s
Step #4 - "tests": ok  	agones.dev/agones/sdks/go	1.060s
Step #6 - "build-e2e":   8100K�[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.�[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 57%�[0m�[91m 12.2M�[0m�[91m 0s�[0m�[91m
Step #6 - "build-e2e":   8150K�[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.�[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.... 57% 12.5M 0s
Step #6 - "build-e2e":   8200K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... 58%  251M 0s
Step #6 - "build-e2e":   8250K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m........ 58%  279M 0s�[0m�[91m
Step #6 - "build-e2e":   8300K ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ .......... 58%  252M 0s
Step #6 - "build-e2e":   8350K ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... 59%  293M 0s
Step #6 - "build-e2e":   8400K ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... 59%  253M 0s
Step #6 - "build-e2e":   8450K ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ 59%  280M 0s�[0m�[91m
Step #6 - "build-e2e":   8500K .......... ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. 60%  231M 0s
Step #6 - "build-e2e":   8550K ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... 60%  288M 0s
Step #6 - "build-e2e":   8600K ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... 60%  290M 0s
Step #6 - "build-e2e":   8650K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ 61%  262M 0s�[0m�[91m
Step #6 - "build-e2e":   8700K ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. 61%  255M 0s
Step #6 - "build-e2e":   8750K ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... 62%  299M 0s
Step #6 - "build-e2e":   8800K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... ....�[0m�[91m...... 62%  298M 0s
Step #6 - "build-e2e":   8850K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........ 62%  303M 0s�[0m�[91m
Step #6 - "build-e2e":   8900K ........�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 63%  229M 0s
Step #6 - "build-e2e":   8950K ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ .......... ......�[0m�[91m.... 63%  215M 0s
Step #6 - "build-e2e":   9000K .�[0m�[91m......... ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... 63% 25.0M 0s
Step #6 - "build-e2e":   9050K ..........�[0m�[91m .......... ......�[0m�[91m.... ..........�[0m�[91m ..�[0m�[91m........ 64%  255M 0s
Step #6 - "build-e2e":   9100K ...�[0m�[91m.....�[0m�[91m.. .......... ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. 64%  253M 0s
Step #6 - "build-e2e":   9150K�[0m�[91m ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... 64%  244M 0s�[0m�[91m
Step #6 - "build-e2e":   9200K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... ...�[0m�[91m...�[0m�[91m.... .......... 65% 69.7M�[0m�[91m 0s�[0m�[91m
Step #6 - "build-e2e":   9250K ..........�[0m�[91m ........�[0m�[91m.. .......... .......... ..�[0m�[91m........ 65%  236M 0s�[0m�[91m
Step #6 - "build-e2e":   9300K .......... ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 65%  106M 0s
Step #6 - "build-e2e":   9350K ......�[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... 66% 20.6M 0s
Step #6 - "build-e2e":   9400K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ....�[0m�[91m....�[0m�[91m.. .......... ....�[0m�[91m...�[0m�[91m... 66% 92.1M 0s
Step #6 - "build-e2e":   9450K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m.�[0m�[91m..�[0m�[91m.�[0m�[91m.... 66%  145M 0s�[0m�[91m
Step #6 - "build-e2e":   9500K ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... �[0m�[91m..�[0m�[91m........�[0m�[91m �[0m�[91m.�[0m�[91m.......�[0m�[91m.. 67%�[0m�[91m 42.2M�[0m�[91m 0s
Step #6 - "build-e2e":   9550K ......�[0m�[91m.... ....�[0m�[91m...... �[0m�[91m..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... 67% 55.1M 0s
Step #6 - "build-e2e":   9600K ..�[0m�[91m..�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .�[0m�[91m.....�[0m�[91m.... ....�[0m�[91m......�[0m�[91m 68%�[0m�[91m 37.2M 0s
Step #6 - "build-e2e":   9650K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... ....�[0m�[91m...... .......... 68% 84.7M 0s�[0m�[91m
Step #6 - "build-e2e":   9700K .......... .......... .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 68% 48.7M 0s
Step #6 - "build-e2e":   9750K .......... .....�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m .......... .......... .......... 69%  126M 0s
Step #6 - "build-e2e":   9800K .......... ..�[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.�[0m�[91m...... 69% 12.5M 0s
Step #6 - "build-e2e":   9850K .........�[0m�[91m. ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ 69% 56.1M 0s
Step #6 - "build-e2e":   9900K ....�[0m�[91m.�[0m�[91m...�[0m�[91m.. .......... ....�[0m�[91m.�[0m�[91m..... ..........�[0m�[91m .......... 70% 55.2M 0s
Step #6 - "build-e2e":   9950K �[0m�[91m......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m �[0m�[91m.�[0m�[91m.�[0m�[91m........ ......�[0m�[91m.... 70% 83.4M 0s�[0m�[91m
Step #6 - "build-e2e":  10000K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m �[0m�[91m........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... 70%  123M 0s
Step #6 - "build-e2e":  10050K ..........�[0m�[91m ........�[0m�[91m.. .......... ....�[0m�[91m.�[0m�[91m..... .......... 71%  144M 0s
Step #6 - "build-e2e":  10100K .......... ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 71%  120M 0s
Step #6 - "build-e2e":  10150K ......�[0m�[91m...�[0m�[91m. ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... 71%  133M 0s
Step #6 - "build-e2e":  10200K ....�[0m�[91m...... .......... ....�[0m�[91m...... ......�[0m�[91m.... .......... 72%  150M 0s
Step #6 - "build-e2e":  10250K ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ 72%  113M 0s
Step #6 - "build-e2e":  10300K ........�[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. 72% 27.1M�[0m�[91m 0s�[0m�[91m
Step #6 - "build-e2e":  10350K ......�[0m�[91m..�[0m�[91m.. .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.�[0m�[91m. .......�[0m�[91m... 73% 59.1M 0s
Step #6 - "build-e2e":  10400K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... 73% 72.3M 0s
Step #6 - "build-e2e":  10450K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m........ 74%  109M 0s�[0m�[91m
Step #6 - "build-e2e":  10500K�[0m�[91m �[0m�[91m.......... ......�[0m�[91m.... ....�[0m�[91m...... ......�[0m�[91m.... ........�[0m�[91m.. 74% 62.9M 0s
Step #6 - "build-e2e":  10550K .......... ....�[0m�[91m...�[0m�[91m... .......... ........�[0m�[91m.. ......�[0m�[91m.... 74% 42.9M 0s
Step #6 - "build-e2e":  10600K ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. .......�[0m�[91m.�[0m�[91m.. ....�[0m�[91m...... 75% 87.5M 0s
Step #6 - "build-e2e":  10650K ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ 75% 77.6M 0s
Step #6 - "build-e2e":  10700K ........�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m.�[0m�[91m..�[0m�[91m.....�[0m�[91m .......... 75%  136M 0s
Step #6 - "build-e2e":  10750K .....�[0m�[91m.�[0m�[91m.... .......... ..�[0m�[91m........ .......... .......... 76% 64.4M 0s
Step #6 - "build-e2e":  10800K�[0m�[91m ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... .......... 76% 58.3M 0s
Step #6 - "build-e2e":  10850K ..�[0m�[91m.�[0m�[91m..�[0m�[91m.�[0m�[91m.�[0m�[91m..�[0m�[91m. ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... .......... 76% 53.0M 0s�[0m�[91m
Step #6 - "build-e2e":  10900K .......... ......�[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.�[0m�[91m..�[0m�[91m.�[0m�[91m..�[0m�[91m 77%�[0m�[91m 17.5M�[0m�[91m 0s�[0m�[91m
Step #6 - "build-e2e":  10950K�[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.�[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 77%�[0m�[91m 14.3M 0s�[0m�[91m
Step #6 - "build-e2e":  11000K�[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.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m..�[0m�[91m �[0m�[91m.�[0m�[91m..�[0m�[91m.�[0m�[91m..�[0m�[91m..�[0m�[91m..�[0m�[91m 77%�[0m�[91m 16.3M�[0m�[91m 0s�[0m�[91m
Step #6 - "build-e2e":  11050K�[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.�[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. 78% 23.4M�[0m�[91m 0s�[0m�[91m
Step #6 - "build-e2e":  11100K .�[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.�[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 78%�[0m�[91m 18.7M�[0m�[91m 0s�[0m�[91m
Step #6 - "build-e2e":  11150K �[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.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m .�[0m�[91m...�[0m�[91m.�[0m�[91m.�[0m�[91m..�[0m�[91m.�[0m�[91m. 78% 20.7M�[0m�[91m 0s�[0m�[91m
Step #6 - "build-e2e":  11200K �[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.�[0m�[91m. �[0m�[91m..�[0m�[91m.�[0m�[91m.�[0m�[91m..�[0m�[91m..�[0m�[91m.. ...�[0m�[91m.�[0m�[91m.�[0m�[91m..�[0m�[91m.�[0m�[91m.. 79%�[0m�[91m 21.8M�[0m�[91m 0s
Step #6 - "build-e2e":  11250K�[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.�[0m�[91m.�[0m�[91m..�[0m�[91m..�[0m�[91m.�[0m�[91m.�[0m�[91m �[0m�[91m..�[0m�[91m.�[0m�[91m..�[0m�[91m..�[0m�[91m...�[0m�[91m 79%�[0m�[91m 24.2M 0s�[0m�[91m
Step #6 - "build-e2e":  11300K �[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.�[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 79%�[0m�[91m 18.8M 0s�[0m�[91m
Step #6 - "build-e2e":  11350K�[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....�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m .�[0m�[91m.�[0m�[91m.�[0m�[91m..�[0m�[91m.�[0m�[91m..�[0m�[91m..�[0m�[91m 80%�[0m�[91m 23.0M�[0m�[91m 0s�[0m�[91m
Step #6 - "build-e2e":  11400K�[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.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m .�[0m�[91m.�[0m�[91m..�[0m�[91m..�[0m�[91m..�[0m�[91m.�[0m�[91m. 80%�[0m�[91m 22.5M 0s�[0m�[91m
Step #6 - "build-e2e":  11450K�[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.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m... �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m...�[0m�[91m.�[0m�[91m..�[0m�[91m 81%�[0m�[91m 22.3M�[0m�[91m 0s
Step #6 - "build-e2e":  11500K�[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..�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m 81% 12.6M�[0m�[91m 0s
Step #6 - "build-e2e":  11550K �[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.�[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. 81%�[0m�[91m 20.8M 0s
Step #6 - "build-e2e":  11600K�[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..�[0m�[91m..�[0m�[91m .�[0m�[91m.�[0m�[91m..�[0m�[91m....�[0m�[91m.�[0m�[91m.�[0m�[91m 82% 25.4M 0s�[0m�[91m
Step #6 - "build-e2e":  11650K .�[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.�[0m�[91m..�[0m�[91m.�[0m�[91m.�[0m�[91m..�[0m�[91m.�[0m�[91m.�[0m�[91m 82%�[0m�[91m 31.4M�[0m�[91m 0s�[0m�[91m
Step #6 - "build-e2e":  11700K�[0m�[91m �[0m�[91m.�[0m�[91m..�[0m�[91m.�[0m�[91m....�[0m�[91m.�[0m�[91m. .�[0m�[91m.�[0m�[91m..�[0m�[91m...... .......... .......... .......... 82% 48.7M 0s
Step #6 - "build-e2e":  11750K .......... .......... .......... .......... .......... 83%  261M 0s
Step #6 - "build-e2e":  11800K .......... .......... .......... .......... .......... 83%  248M 0s
Step #6 - "build-e2e":  11850K .......... .......... .......... .......... .......... 83%  205M 0s
Step #6 - "build-e2e":  11900K .......... .......... .......... .......... .......... 84%  216M 0s
Step #6 - "build-e2e":  11950K .......... .......... .......... .......... .......... 84%  247M 0s
Step #6 - "build-e2e":  12000K .......... .......... .......... .......... .......... 84%  274M 0s
Step #6 - "build-e2e":  12050K .......... .......... .......... .......... .......... 85%  189M 0s
Step #6 - "build-e2e":  12100K .......... .......... .......... .......... .......... 85%  200M 0s
Step #6 - "build-e2e":  12150K .......... .......... .......... .......... .......... 85%  246M 0s
Step #6 - "build-e2e":  12200K .......... .......... .......... .......... .......... 86%  214M 0s
Step #6 - "build-e2e":  12250K .......... .......... .......... .......... .......... 86%  265M 0s
Step #6 - "build-e2e":  12300K .......... .......... .......... .......... .......... 87%  230M 0s
Step #6 - "build-e2e":  12350K .......... .......... .......... ........�[0m�[91m.. .......... 87%  272M 0s
Step #6 - "build-e2e":  12400K .......... ..........�[0m�[91m .......... .......... ....�[0m�[91m...... 87%  271M 0s
Step #6 - "build-e2e":  12450K ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m........ 88%  287M 0s�[0m�[91m
Step #6 - "build-e2e":  12500K .......... ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m .......... 88%  241M 0s
Step #6 - "build-e2e":  12550K ......�[0m�[91m.... ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. .......... 88%  275M 0s
Step #6 - "build-e2e":  12600K ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. .......... ....�[0m�[91m...... 89%  288M 0s
Step #6 - "build-e2e":  12650K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... ....�[0m�[91m...... .......... 89%  197M 0s�[0m�[91m
Step #6 - "build-e2e":  12700K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..........�[0m�[91m .......�[0m�[91m... 89%  220M 0s
Step #6 - "build-e2e":  12750K ......�[0m�[91m.... .......... ..........�[0m�[91m .......... .�[0m�[91m......... 90%  236M 0s
Step #6 - "build-e2e":  12800K ....�[0m�[91m...... .......... .......... .......... .......... 90%  256M 0s
Step #6 - "build-e2e":  12850K .......... .......... .......... .......... .......... 90%  281M 0s�[0m�[91m
Step #6 - "build-e2e":  12900K .......... .......... ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. 91%  175M 0s
Step #6 - "build-e2e":  12950K .......... .......... ..�[0m�[91m........ .......... .......... 91%  251M 0s
Step #6 - "build-e2e":  13000K .......... .......... ........�[0m�[91m.. .......... .......... 91%  275M 0s
Step #6 - "build-e2e":  13050K ..�[0m�[91m........ .......... .......... .......... ..�[0m�[91m..�[0m�[91m...... 92%  232M 0s
Step #6 - "build-e2e":  13100K .......... .......... .......... .......... .......... 92%  237M 0s
Step #6 - "build-e2e":  13150K .......... .......... .......... .......... .......... 93%  275M 0s
Step #6 - "build-e2e":  13200K .......... .......... .......... .......... .......... 93%  304M 0s
Step #6 - "build-e2e":  13250K .......... .......... .......... .......... .......... 93%  250M 0s
Step #6 - "build-e2e":  13300K .......... .......... .......... .......... .......... 94%  233M 0s
Step #6 - "build-e2e":  13350K .......... .......... .......... .......... .......... 94%  313M 0s
Step #6 - "build-e2e":  13400K .......... .......... .......... .......... .......... 94%  278M 0s
Step #6 - "build-e2e":  13450K .......... .......... .......... .......... .......... 95%  287M 0s
Step #6 - "build-e2e":  13500K .......... .......... .......... .......... .......... 95%  265M 0s
Step #6 - "build-e2e":  13550K .......... .......... .......... .......... .......... 95%  310M 0s
Step #6 - "build-e2e":  13600K .......... .......... .......... .......... .......... 96%  292M 0s
Step #6 - "build-e2e":  13650K .......... .......... .......... .......... .......... 96%  290M 0s
Step #6 - "build-e2e":  13700K .......... .......... .......... .......... .......... 96%  236M 0s
Step #6 - "build-e2e":  13750K .......... .......... .......... .......... .......... 97%  291M 0s
Step #6 - "build-e2e":  13800K .......... .......... .......... .......... .......... 97%  304M 0s
Step #6 - "build-e2e":  13850K .......... .......... .......... .......... .......... 97%  282M 0s
Step #6 - "build-e2e":  13900K .......... .......... .......... .......... .......... 98%  261M 0s
Step #6 - "build-e2e":  13950K .......... .......... .......... .......... .......... 98%  300M 0s
Step #6 - "build-e2e":  14000K .......... .......... .......... .......... .......... 99%  289M 0s
Step #6 - "build-e2e":  14050K .......... .......... .......... ..�[0m�[91m..�[0m�[91m...... .�[0m�[91m.�[0m�[91m...�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m 99%�[0m�[91m  124M�[0m�[91m 0s�[0m�[91m
Step #6 - "build-e2e":  14100K�[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....�[0m�[91m...�[0m�[91m.�[0m�[91m.�[0m�[91m 99% 26.5M�[0m�[91m 0s�[0m�[91m
Step #6 - "build-e2e":  14150K �[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. ........             100% 50.0M=0.4s
Step #6 - "build-e2e": 
Step #6 - "build-e2e": 2018-10-04 21:07:14 (35.1 MB/s) - '/tmp/build/consul_1.2.1_linux_amd64.zip' saved [14529496/14529496]
Step #6 - "build-e2e": 
Step #6 - "build-e2e": �[0mArchive:  /tmp/build/consul_1.2.1_linux_amd64.zip
Step #4 - "tests": mkdir -p /tmp/agones-install
Step #4 - "tests": cp /workspace/install/yaml/install.yaml /tmp/agones-install/install.yaml
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 #6 - "build-e2e":   inflating: /usr/local/bin/consul   
Step #4 - "tests": mkdir -p ~/.kube/
Step #4 - "tests": mkdir -p /workspace/build//.config/gcloud
Step #6 - "build-e2e": Consul v1.2.1
Step #6 - "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": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v /workspace:/go/src/agones.dev/agones  agones-build:add8116b91 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": 	> /go/src/agones.dev/agones/install/yaml/install.yaml'
Step #6 - "build-e2e": Removing intermediate container e8235d5a42b4
Step #6 - "build-e2e":  ---> 9bacd17885cf
Step #6 - "build-e2e": Step 16/20 : RUN echo "export PATH=/usr/local/go/bin:/go/bin/:\$PATH" >> /root/.bashrc
Step #6 - "build-e2e":  ---> Running in 6772050b10eb
Step #6 - "build-e2e": Removing intermediate container 6772050b10eb
Step #6 - "build-e2e":  ---> c5fc32fd53e3
Step #6 - "build-e2e": Step 17/20 : COPY *.sh /root/
Step #6 - "build-e2e":  ---> b7eb8c776860
Step #6 - "build-e2e": Step 18/20 : RUN chmod +x /root/*.sh
Step #6 - "build-e2e":  ---> Running in edb41b17d053
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
Finished Step #4 - "tests"
Step #6 - "build-e2e": Removing intermediate container edb41b17d053
Step #6 - "build-e2e":  ---> da9598452a8e
Step #6 - "build-e2e": Step 19/20 : WORKDIR /go
Step #6 - "build-e2e": Removing intermediate container 79f6f11b78e2
Step #6 - "build-e2e":  ---> 01387afc489a
Step #6 - "build-e2e": Step 20/20 : ENTRYPOINT [ "/root/entrypoint.sh" ]
Step #6 - "build-e2e":  ---> Running in 983b6a0cec4d
Step #6 - "build-e2e": Removing intermediate container 983b6a0cec4d
Step #6 - "build-e2e":  ---> d346b633173f
Step #6 - "build-e2e": Successfully built d346b633173f
Step #6 - "build-e2e": Successfully tagged e2e-runner:latest
Finished Step #6 - "build-e2e"
Step #5 - "build": docker run --rm -e "GOOS=darwin" -e "GOARCH=amd64" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v /workspace:/go/src/agones.dev/agones agones-build:add8116b91 go build \
Step #5 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.darwin.amd64 -ldflags "-X agones.dev/agones/pkg.Version=0.5.0-7efabf8" agones.dev/agones/cmd/sdk-server
Step #5 - "build": docker run --rm -e "GOOS=windows" -e "GOARCH=amd64" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v /workspace:/go/src/agones.dev/agones agones-build:add8116b91 go build \
Step #5 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.windows.amd64.exe -ldflags "-X agones.dev/agones/pkg.Version=0.5.0-7efabf8" agones.dev/agones/cmd/sdk-server
Step #5 - "build": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v /workspace:/go/src/agones.dev/agones -w /go/src/agones.dev/agones/cmd/sdk-server/bin/ agones-build:add8116b91 zip \
Step #5 - "build": 	agonessdk-server-0.5.0-7efabf8.zip sdk-server.darwin.amd64 sdk-server.linux.amd64 sdk-server.windows.amd64.exe
Step #5 - "build":   adding: sdk-server.darwin.amd64 (deflated 74%)
Step #5 - "build":   adding: sdk-server.linux.amd64 (deflated 74%)
Step #5 - "build":   adding: sdk-server.windows.amd64.exe (deflated 74%)
Step #5 - "build": docker build /workspace/cmd/sdk-server/ --tag=gcr.io/agones-images/agones-sdk:0.5.0-7efabf8 
Step #5 - "build": Sending build context to Docker daemon  150.9MB

Step #5 - "build": Step 1/6 : FROM alpine:3.8
Step #5 - "build":  ---> 196d12cf6ab1
Step #5 - "build": Step 2/6 : RUN apk --update add ca-certificates &&     adduser -D agones
Step #5 - "build":  ---> Using cache
Step #5 - "build":  ---> 37effe0b7b25
Step #5 - "build": Step 3/6 : COPY ./bin/sdk-server.linux.amd64 /home/agones/sdk-server
Step #5 - "build":  ---> 32276b30002e
Step #5 - "build": Step 4/6 : RUN chown -R agones /home/agones &&     chmod o+x /home/agones/sdk-server
Step #5 - "build":  ---> Running in caf1afed2941
Step #5 - "build": Removing intermediate container caf1afed2941
Step #5 - "build":  ---> 24631c542f8b
Step #5 - "build": Step 5/6 : USER agones
Step #5 - "build":  ---> Running in 12139cc78750
Step #5 - "build": Removing intermediate container 12139cc78750
Step #5 - "build":  ---> 29174b93dc13
Step #5 - "build": Step 6/6 : ENTRYPOINT ["/home/agones/sdk-server"]
Step #5 - "build":  ---> Running in 6cb003e64d4e
Step #5 - "build": Removing intermediate container 6cb003e64d4e
Step #5 - "build":  ---> aba4586a903c
Step #5 - "build": Successfully built aba4586a903c
Step #5 - "build": Successfully tagged gcr.io/agones-images/agones-sdk:0.5.0-7efabf8
Step #5 - "build": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v /workspace:/go/src/agones.dev/agones -w /go/src/agones.dev/agones/sdks/cpp agones-build:add8116b91 make build install archive VERSION=0.5.0-7efabf8
Step #5 - "build": mkdir /go/src/agones.dev/agones/sdks/cpp//bin
Step #5 - "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 #5 - "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 #5 - "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 #5 - "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 #5 - "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 #5 - "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 #5 - "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 #5 - "build": cp /go/src/agones.dev/agones/sdks/cpp//bin/libagonessdk.* /usr/local/lib
Step #5 - "build": mkdir -p /usr/local/include/agones
Step #5 - "build": cp /go/src/agones.dev/agones/sdks/cpp//*.h /usr/local/include/agones/
Step #5 - "build": mkdir -p /usr/local/include/google/api
Step #5 - "build": cp -r /go/src/agones.dev/agones/sdks/cpp//google/api/*.h /usr/local/include/google/api/
Step #5 - "build": ldconfig
Step #5 - "build": rm /go/src/agones.dev/agones/sdks/cpp//bin/agonessdk-0.5.0-7efabf8-src.zip
Step #5 - "build": rm: cannot remove '/go/src/agones.dev/agones/sdks/cpp//bin/agonessdk-0.5.0-7efabf8-src.zip': No such file or directory
Step #5 - "build": make: [archive] Error 1 (ignored)
Step #5 - "build": Makefile:67: recipe for target 'archive' failed
Step #5 - "build": rm /go/src/agones.dev/agones/sdks/cpp//bin/agonessdk-0.5.0-7efabf8-dev-linux-arch_64.tar.gz
Step #5 - "build": rm: cannot remove '/go/src/agones.dev/agones/sdks/cpp//bin/agonessdk-0.5.0-7efabf8-dev-linux-arch_64.tar.gz': No such file or directory
Step #5 - "build": make: [archive] Error 1 (ignored)
Step #5 - "build": Makefile:67: recipe for target 'archive' failed
Step #5 - "build": rm /go/src/agones.dev/agones/sdks/cpp//bin/agonessdk-0.5.0-7efabf8-runtime-linux-arch_64.tar.gz
Step #5 - "build": rm: cannot remove '/go/src/agones.dev/agones/sdks/cpp//bin/agonessdk-0.5.0-7efabf8-runtime-linux-arch_64.tar.gz': No such file or directory
Step #5 - "build": make: [archive] Error 1 (ignored)
Step #5 - "build": Makefile:67: recipe for target 'archive' failed
Step #5 - "build": cp /usr/local/lib/libgrpc.so.6 /go/src/agones.dev/agones/sdks/cpp//bin/
Step #5 - "build": cp /usr/local/lib/libprotobuf.so.15 /go/src/agones.dev/agones/sdks/cpp//bin/
Step #5 - "build": cp /usr/local/lib/libagonessdk.so /go/src/agones.dev/agones/sdks/cpp//bin/
Step #5 - "build": cp /usr/local/lib/libgpr.so.6 /go/src/agones.dev/agones/sdks/cpp//bin/
Step #5 - "build": cp /usr/local/lib/libgrpc_unsecure.so.6 /go/src/agones.dev/agones/sdks/cpp//bin/
Step #5 - "build": cd /go/src/agones.dev/agones/sdks/cpp//bin && tar cvf agonessdk-0.5.0-7efabf8-runtime-linux-arch_64.tar.gz *
Step #5 - "build": libagonessdk.a
Step #5 - "build": libagonessdk.so
Step #5 - "build": libgpr.so.6
Step #5 - "build": libgrpc.so.6
Step #5 - "build": libgrpc_unsecure.so.6
Step #5 - "build": libprotobuf.so.15
Step #5 - "build": cd /usr/local && tar cvf /go/src/agones.dev/agones/sdks/cpp//bin/agonessdk-0.5.0-7efabf8-dev-linux-arch_64.tar.gz lib include
Step #5 - "build": lib/
Step #5 - "build": lib/libagonessdk.so
Step #5 - "build": lib/libagonessdk.a
Step #5 - "build": lib/python2.7/
Step #5 - "build": lib/python2.7/dist-packages/
Step #5 - "build": lib/python2.7/site-packages/
Step #5 - "build": lib/libgrpc.so
Step #5 - "build": lib/libgpr.a
Step #5 - "build": lib/libgrpc_unsecure.so.6
Step #5 - "build": lib/libgrpc.so.6
Step #5 - "build": lib/libprotobuf-lite.so.15
Step #5 - "build": lib/libgrpc++_reflection.so.6
Step #5 - "build": lib/libgrpc_unsecure.so
Step #5 - "build": lib/libprotobuf-lite.so
Step #5 - "build": lib/libgrpc++_unsecure.a
Step #5 - "build": lib/libgrpc++_unsecure.so.6
Step #5 - "build": lib/libgrpc++_reflection.so.1.12.1
Step #5 - "build": lib/libprotoc.so.15.0.1
Step #5 - "build": lib/libgrpc++.so.1
Step #5 - "build": lib/libprotobuf.la
Step #5 - "build": lib/libprotoc.so
Step #5 - "build": lib/libprotobuf.so
Step #5 - "build": lib/libgrpc++_reflection.a
Step #5 - "build": lib/libgrpc_cronet.so.6
Step #5 - "build": lib/libgpr.so.6
Step #5 - "build": lib/libgrpc++_cronet.so.1.12.1
Step #5 - "build": lib/libprotobuf-lite.a
Step #5 - "build": lib/libgrpc.so.6.0.0
Step #5 - "build": lib/libgrpc++_unsecure.so
Step #5 - "build": lib/libgrpc++.so
Step #5 - "build": lib/libgpr.so.6.0.0
Step #5 - "build": lib/libgrpc_cronet.a
Step #5 - "build": lib/libgrpc++_unsecure.so.1.12.1
Step #5 - "build": lib/libaddress_sorting.a
Step #5 - "build": lib/libgrpc++.so.6
Step #5 - "build": lib/libgpr.so
Step #5 - "build": lib/libgrpc++_cronet.so.6
Step #5 - "build": lib/libgrpc_unsecure.so.6.0.0
Step #5 - "build": lib/libgrpc++_error_details.so.1
Step #5 - "build": lib/libgrpc++_cronet.so
Step #5 - "build": lib/libgrpc_unsecure.a
Step #5 - "build": lib/libprotoc.a
Step #5 - "build": lib/libaddress_sorting.so
Step #5 - "build": lib/libgrpc.a
Step #5 - "build": lib/libgrpc++_reflection.so.1
Step #5 - "build": lib/libgrpc++_cronet.a
Step #5 - "build": lib/libprotobuf-lite.so.15.0.1
Step #5 - "build": lib/libgrpc++_unsecure.so.1
Step #5 - "build": lib/libprotobuf.so.15.0.1
Step #5 - "build": lib/pkgconfig/
Step #5 - "build": lib/pkgconfig/grpc++_unsecure.pc
Step #5 - "build": lib/pkgconfig/protobuf-lite.pc
Step #5 - "build": lib/pkgconfig/grpc++.pc
Step #5 - "build": lib/pkgconfig/grpc_unsecure.pc
Step #5 - "build": lib/pkgconfig/grpc.pc
Step #5 - "build": lib/pkgconfig/protobuf.pc
Step #5 - "build": lib/libgrpc++_reflection.so
Step #5 - "build": lib/libprotobuf-lite.la
Step #5 - "build": lib/libgrpc++_error_details.so
Step #5 - "build": lib/libaddress_sorting.so.6.0.0
Step #5 - "build": lib/libgrpc++_error_details.a
Step #5 - "build": lib/libprotobuf.so.15
Step #5 - "build": lib/libgrpc++_error_details.so.1.12.1
Step #5 - "build": lib/libprotoc.so.15
Step #5 - "build": lib/libaddress_sorting.so.6
Step #5 - "build": lib/libgrpc_cronet.so.6.0.0
Step #5 - "build": lib/libgrpc++.so.1.12.1
Step #5 - "build": lib/libprotoc.la
Step #5 - "build": lib/libgrpc_cronet.so
Step #5 - "build": lib/libgrpc++_error_details.so.6
Step #5 - "build": lib/libprotobuf.a
Step #5 - "build": lib/libgrpc++.a
Step #5 - "build": lib/libgrpc++_cronet.so.1
Step #5 - "build": include/
Step #5 - "build": include/google/
Step #5 - "build": include/google/protobuf/
Step #5 - "build": include/google/protobuf/arenastring.h
Step #5 - "build": include/google/protobuf/arena.h
Step #5 - "build": include/google/protobuf/descriptor.pb.h
Step #5 - "build": include/google/protobuf/text_format.h
Step #5 - "build": include/google/protobuf/duration.pb.h
Step #5 - "build": include/google/protobuf/wire_format_lite.h
Step #5 - "build": include/google/protobuf/generated_message_table_driven.h
Step #5 - "build": include/google/protobuf/timestamp.pb.h
Step #5 - "build": include/google/protobuf/wire_format_lite_inl.h
Step #5 - "build": include/google/protobuf/stubs/
Step #5 - "build": include/google/protobuf/stubs/atomicops_internals_power.h
Step #5 - "build": include/google/protobuf/stubs/singleton.h
Step #5 - "build": include/google/protobuf/stubs/atomic_sequence_num.h
Step #5 - "build": include/google/protobuf/stubs/platform_macros.h
Step #5 - "build": include/google/protobuf/stubs/stringpiece.h
Step #5 - "build": include/google/protobuf/stubs/atomicops_internals_mips_gcc.h
Step #5 - "build": include/google/protobuf/stubs/casts.h
Step #5 - "build": include/google/protobuf/stubs/status.h
Step #5 - "build": include/google/protobuf/stubs/port.h
Step #5 - "build": include/google/protobuf/stubs/hash.h
Step #5 - "build": include/google/protobuf/stubs/shared_ptr.h
Step #5 - "build": include/google/protobuf/stubs/atomicops_internals_x86_msvc.h
Step #5 - "build": include/google/protobuf/stubs/atomicops_internals_solaris.h
Step #5 - "build": include/google/protobuf/stubs/stl_util.h
Step #5 - "build": include/google/protobuf/stubs/logging.h
Step #5 - "build": include/google/protobuf/stubs/type_traits.h
Step #5 - "build": include/google/protobuf/stubs/atomicops.h
Step #5 - "build": include/google/protobuf/stubs/mutex.h
Step #5 - "build": include/google/protobuf/stubs/atomicops_internals_ppc_gcc.h
Step #5 - "build": include/google/protobuf/stubs/template_util.h
Step #5 - "build": include/google/protobuf/stubs/atomicops_internals_arm_gcc.h
Step #5 - "build": include/google/protobuf/stubs/once.h
Step #5 - "build": include/google/protobuf/stubs/atomicops_internals_tsan.h
Step #5 - "build": include/google/protobuf/stubs/macros.h
Step #5 - "build": include/google/protobuf/stubs/fastmem.h
Step #5 - "build": include/google/protobuf/stubs/common.h
Step #5 - "build": include/google/protobuf/stubs/atomicops_internals_arm64_gcc.h
Step #5 - "build": include/google/protobuf/stubs/bytestream.h
Step #5 - "build": include/google/protobuf/stubs/scoped_ptr.h
Step #5 - "build": include/google/protobuf/stubs/callback.h
Step #5 - "build": include/google/protobuf/stubs/atomicops_internals_generic_gcc.h
Step #5 - "build": include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h
Step #5 - "build": include/google/protobuf/stubs/atomicops_internals_x86_gcc.h
Step #5 - "build": include/google/protobuf/stubs/atomicops_internals_arm_qnx.h
Step #5 - "build": include/google/protobuf/duration.proto
Step #5 - "build": include/google/protobuf/empty.proto
Step #5 - "build": include/google/protobuf/timestamp.proto
Step #5 - "build": include/google/protobuf/dynamic_message.h
Step #5 - "build": include/google/protobuf/wire_format.h
Step #5 - "build": include/google/protobuf/message_lite.h
Step #5 - "build": include/google/protobuf/map_entry.h
Step #5 - "build": include/google/protobuf/arena_impl.h
Step #5 - "build": include/google/protobuf/map_field_inl.h
Step #5 - "build": include/google/protobuf/extension_set.h
Step #5 - "build": include/google/protobuf/field_mask.proto
Step #5 - "build": include/google/protobuf/generated_enum_reflection.h
Step #5 - "build": include/google/protobuf/type.pb.h
Step #5 - "build": include/google/protobuf/source_context.pb.h
Step #5 - "build": include/google/protobuf/map_field_lite.h
Step #5 - "build": include/google/protobuf/any.h
Step #5 - "build": include/google/protobuf/descriptor.proto
Step #5 - "build": include/google/protobuf/generated_enum_util.h
Step #5 - "build": include/google/protobuf/map_entry_lite.h
Step #5 - "build": include/google/protobuf/repeated_field.h
Step #5 - "build": include/google/protobuf/any.pb.h
Step #5 - "build": include/google/protobuf/reflection.h
Step #5 - "build": include/google/protobuf/message.h
Step #5 - "build": include/google/protobuf/reflection_ops.h
Step #5 - "build": include/google/protobuf/source_context.proto
Step #5 - "build": include/google/protobuf/empty.pb.h
Step #5 - "build": include/google/protobuf/generated_message_reflection.h
Step #5 - "build": include/google/protobuf/wrappers.proto
Step #5 - "build": include/google/protobuf/struct.proto
Step #5 - "build": include/google/protobuf/wrappers.pb.h
Step #5 - "build": include/google/protobuf/util/
Step #5 - "build": include/google/protobuf/util/time_util.h
Step #5 - "build": include/google/protobuf/util/field_mask_util.h
Step #5 - "build": include/google/protobuf/util/message_differencer.h
Step #5 - "build": include/google/protobuf/util/delimited_message_util.h
Step #5 - "build": include/google/protobuf/util/json_util.h
Step #5 - "build": include/google/protobuf/util/type_resolver.h
Step #5 - "build": include/google/protobuf/util/type_resolver_util.h
Step #5 - "build": include/google/protobuf/util/field_comparator.h
Step #5 - "build": include/google/protobuf/api.proto
Step #5 - "build": include/google/protobuf/map_type_handler.h
Step #5 - "build": include/google/protobuf/generated_message_util.h
Step #5 - "build": include/google/protobuf/io/
Step #5 - "build": include/google/protobuf/io/zero_copy_stream_impl.h
Step #5 - "build": include/google/protobuf/io/zero_copy_stream.h
Step #5 - "build": include/google/protobuf/io/zero_copy_stream_impl_lite.h
Step #5 - "build": include/google/protobuf/io/strtod.h
Step #5 - "build": include/google/protobuf/io/coded_stream.h
Step #5 - "build": include/google/protobuf/io/tokenizer.h
Step #5 - "build": include/google/protobuf/io/printer.h
Step #5 - "build": include/google/protobuf/any.proto
Step #5 - "build": include/google/protobuf/service.h
Step #5 - "build": include/google/protobuf/field_mask.pb.h
Step #5 - "build": include/google/protobuf/struct.pb.h
Step #5 - "build": include/google/protobuf/map_field.h
Step #5 - "build": include/google/protobuf/unknown_field_set.h
Step #5 - "build": include/google/protobuf/map.h
Step #5 - "build": include/google/protobuf/api.pb.h
Step #5 - "build": include/google/protobuf/has_bits.h
Step #5 - "build": include/google/protobuf/descriptor.h
Step #5 - "build": include/google/protobuf/type.proto
Step #5 - "build": include/google/protobuf/compiler/
Step #5 - "build": include/google/protobuf/compiler/plugin.h
Step #5 - "build": include/google/protobuf/compiler/code_generator.h
Step #5 - "build": include/google/protobuf/compiler/js/
Step #5 - "build": include/google/protobuf/compiler/js/js_generator.h
Step #5 - "build": include/google/protobuf/compiler/js/well_known_types_embed.h
Step #5 - "build": include/google/protobuf/compiler/plugin.pb.h
Step #5 - "build": include/google/protobuf/compiler/ruby/
Step #5 - "build": include/google/protobuf/compiler/ruby/ruby_generator.h
Step #5 - "build": include/google/protobuf/compiler/php/
Step #5 - "build": include/google/protobuf/compiler/php/php_generator.h
Step #5 - "build": include/google/protobuf/compiler/python/
Step #5 - "build": include/google/protobuf/compiler/python/python_generator.h
Step #5 - "build": include/google/protobuf/compiler/cpp/
Step #5 - "build": include/google/protobuf/compiler/cpp/cpp_generator.h
Step #5 - "build": include/google/protobuf/compiler/csharp/
Step #5 - "build": include/google/protobuf/compiler/csharp/csharp_names.h
Step #5 - "build": include/google/protobuf/compiler/csharp/csharp_generator.h
Step #5 - "build": include/google/protobuf/compiler/objectivec/
Step #5 - "build": include/google/protobuf/compiler/objectivec/objectivec_generator.h
Step #5 - "build": include/google/protobuf/compiler/objectivec/objectivec_helpers.h
Step #5 - "build": include/google/protobuf/compiler/parser.h
Step #5 - "build": include/google/protobuf/compiler/java/
Step #5 - "build": include/google/protobuf/compiler/java/java_names.h
Step #5 - "build": include/google/protobuf/compiler/java/java_generator.h
Step #5 - "build": include/google/protobuf/compiler/command_line_interface.h
Step #5 - "build": include/google/protobuf/compiler/importer.h
Step #5 - "build": include/google/protobuf/compiler/plugin.proto
Step #5 - "build": include/google/protobuf/compiler/javanano/
Step #5 - "build": include/google/protobuf/compiler/javanano/javanano_generator.h
Step #5 - "build": include/google/protobuf/metadata_lite.h
Step #5 - "build": include/google/protobuf/descriptor_database.h
Step #5 - "build": include/google/protobuf/metadata.h
Step #5 - "build": include/google/api/
Step #5 - "build": include/google/api/http.pb.h
Step #5 - "build": include/google/api/annotations.pb.h
Step #5 - "build": include/agones/
Step #5 - "build": include/agones/sdk.h
Step #5 - "build": include/agones/sdk.grpc.pb.h
Step #5 - "build": include/agones/sdk.pb.h
Step #5 - "build": include/grpc++/
Step #5 - "build": include/grpc++/server_context.h
Step #5 - "build": include/grpc++/alarm.h
Step #5 - "build": include/grpc++/channel.h
Step #5 - "build": include/grpc++/resource_quota.h
Step #5 - "build": include/grpc++/create_channel_posix.h
Step #5 - "build": include/grpc++/impl/
Step #5 - "build": include/grpc++/impl/server_initializer.h
Step #5 - "build": include/grpc++/impl/grpc_library.h
Step #5 - "build": include/grpc++/impl/channel_argument_option.h
Step #5 - "build": include/grpc++/impl/call.h
Step #5 - "build": include/grpc++/impl/service_type.h
Step #5 - "build": include/grpc++/impl/rpc_method.h
Step #5 - "build": include/grpc++/impl/serialization_traits.h
Step #5 - "build": include/grpc++/impl/server_builder_option.h
Step #5 - "build": include/grpc++/impl/server_builder_plugin.h
Step #5 - "build": include/grpc++/impl/rpc_service_method.h
Step #5 - "build": include/grpc++/impl/method_handler_impl.h
Step #5 - "build": include/grpc++/impl/client_unary_call.h
Step #5 - "build": include/grpc++/impl/codegen/
Step #5 - "build": include/grpc++/impl/codegen/server_context.h
Step #5 - "build": include/grpc++/impl/codegen/grpc_library.h
Step #5 - "build": include/grpc++/impl/codegen/config_protobuf.h
Step #5 - "build": include/grpc++/impl/codegen/proto_utils.h
Step #5 - "build": include/grpc++/impl/codegen/call.h
Step #5 - "build": include/grpc++/impl/codegen/service_type.h
Step #5 - "build": include/grpc++/impl/codegen/status.h
Step #5 - "build": include/grpc++/impl/codegen/rpc_method.h
Step #5 - "build": include/grpc++/impl/codegen/sync_stream.h
Step #5 - "build": include/grpc++/impl/codegen/call_hook.h
Step #5 - "build": include/grpc++/impl/codegen/serialization_traits.h
Step #5 - "build": include/grpc++/impl/codegen/core_codegen.h
Step #5 - "build": include/grpc++/impl/codegen/stub_options.h
Step #5 - "build": include/grpc++/impl/codegen/time.h
Step #5 - "build": include/grpc++/impl/codegen/completion_queue.h
Step #5 - "build": include/grpc++/impl/codegen/server_interface.h
Step #5 - "build": include/grpc++/impl/codegen/create_auth_context.h
Step #5 - "build": include/grpc++/impl/codegen/config.h
Step #5 - "build": include/grpc++/impl/codegen/security/
Step #5 - "build": include/grpc++/impl/codegen/security/auth_context.h
Step #5 - "build": include/grpc++/impl/codegen/async_stream.h
Step #5 - "build": include/grpc++/impl/codegen/completion_queue_tag.h
Step #5 - "build": include/grpc++/impl/codegen/client_context.h
Step #5 - "build": include/grpc++/impl/codegen/string_ref.h
Step #5 - "build": include/grpc++/impl/codegen/slice.h
Step #5 - "build": include/grpc++/impl/codegen/byte_buffer.h
Step #5 - "build": include/grpc++/impl/codegen/rpc_service_method.h
Step #5 - "build": include/grpc++/impl/codegen/core_codegen_interface.h
Step #5 - "build": include/grpc++/impl/codegen/method_handler_impl.h
Step #5 - "build": include/grpc++/impl/codegen/channel_interface.h
Step #5 - "build": include/grpc++/impl/codegen/async_unary_call.h
Step #5 - "build": include/grpc++/impl/codegen/client_unary_call.h
Step #5 - "build": include/grpc++/impl/codegen/status_code_enum.h
Step #5 - "build": include/grpc++/impl/codegen/metadata_map.h
Step #5 - "build": include/grpc++/generic/
Step #5 - "build": include/grpc++/generic/async_generic_service.h
Step #5 - "build": include/grpc++/generic/generic_stub.h
Step #5 - "build": include/grpc++/ext/
Step #5 - "build": include/grpc++/ext/health_check_service_server_builder_option.h
Step #5 - "build": include/grpc++/ext/proto_server_reflection_plugin.h
Step #5 - "build": include/grpc++/create_channel.h
Step #5 - "build": include/grpc++/support/
Step #5 - "build": include/grpc++/support/status.h
Step #5 - "build": include/grpc++/support/sync_stream.h
Step #5 - "build": include/grpc++/support/channel_arguments.h
Step #5 - "build": include/grpc++/support/stub_options.h
Step #5 - "build": include/grpc++/support/time.h
Step #5 - "build": include/grpc++/support/config.h
Step #5 - "build": include/grpc++/support/async_stream.h
Step #5 - "build": include/grpc++/support/string_ref.h
Step #5 - "build": include/grpc++/support/slice.h
Step #5 - "build": include/grpc++/support/byte_buffer.h
Step #5 - "build": include/grpc++/support/error_details.h
Step #5 - "build": include/grpc++/support/async_unary_call.h
Step #5 - "build": include/grpc++/support/status_code_enum.h
Step #5 - "build": include/grpc++/completion_queue.h
Step #5 - "build": include/grpc++/server_posix.h
Step #5 - "build": include/grpc++/security/
Step #5 - "build": include/grpc++/security/server_credentials.h
Step #5 - "build": include/grpc++/security/auth_metadata_processor.h
Step #5 - "build": include/grpc++/security/credentials.h
Step #5 - "build": include/grpc++/security/auth_context.h
Step #5 - "build": include/grpc++/health_check_service_interface.h
Step #5 - "build": include/grpc++/grpc++.h
Step #5 - "build": include/grpc++/client_context.h
Step #5 - "build": include/grpc++/server.h
Step #5 - "build": include/grpc++/server_builder.h
Step #5 - "build": include/grpc/
Step #5 - "build": include/grpc/slice_buffer.h
Step #5 - "build": include/grpc/load_reporting.h
Step #5 - "build": include/grpc/fork.h
Step #5 - "build": include/grpc/status.h
Step #5 - "build": include/grpc/impl/
Step #5 - "build": include/grpc/impl/codegen/
Step #5 - "build": include/grpc/impl/codegen/sync_custom.h
Step #5 - "build": include/grpc/impl/codegen/propagation_bits.h
Step #5 - "build": include/grpc/impl/codegen/atm_gcc_sync.h
Step #5 - "build": include/grpc/impl/codegen/atm_gcc_atomic.h
Step #5 - "build": include/grpc/impl/codegen/sync_windows.h
Step #5 - "build": include/grpc/impl/codegen/sync.h
Step #5 - "build": include/grpc/impl/codegen/fork.h
Step #5 - "build": include/grpc/impl/codegen/status.h
Step #5 - "build": include/grpc/impl/codegen/sync_generic.h
Step #5 - "build": include/grpc/impl/codegen/gpr_types.h
Step #5 - "build": include/grpc/impl/codegen/compression_types.h
Step #5 - "build": include/grpc/impl/codegen/connectivity_state.h
Step #5 - "build": include/grpc/impl/codegen/byte_buffer_reader.h
Step #5 - "build": include/grpc/impl/codegen/atm_windows.h
Step #5 - "build": include/grpc/impl/codegen/port_platform.h
Step #5 - "build": include/grpc/impl/codegen/slice.h
Step #5 - "build": include/grpc/impl/codegen/byte_buffer.h
Step #5 - "build": include/grpc/impl/codegen/grpc_types.h
Step #5 - "build": include/grpc/impl/codegen/gpr_slice.h
Step #5 - "build": include/grpc/impl/codegen/atm.h
Step #5 - "build": include/grpc/impl/codegen/sync_posix.h
Step #5 - "build": include/grpc/compression.h
Step #5 - "build": include/grpc/grpc_security.h
Step #5 - "build": include/grpc/support/
Step #5 - "build": include/grpc/support/sync_custom.h
Step #5 - "build": include/grpc/support/string_util.h
Step #5 - "build": include/grpc/support/atm_gcc_sync.h
Step #5 - "build": include/grpc/support/atm_gcc_atomic.h
Step #5 - "build": include/grpc/support/sync_windows.h
Step #5 - "build": include/grpc/support/sync.h
Step #5 - "build": include/grpc/support/sync_generic.h
Step #5 - "build": include/grpc/support/log.h
Step #5 - "build": include/grpc/support/time.h
Step #5 - "build": include/grpc/support/cpu.h
Step #5 - "build": include/grpc/support/workaround_list.h
Step #5 - "build": include/grpc/support/atm_windows.h
Step #5 - "build": include/grpc/support/thd_id.h
Step #5 - "build": include/grpc/support/port_platform.h
Step #5 - "build": include/grpc/support/alloc.h
Step #5 - "build": include/grpc/support/log_windows.h
Step #5 - "build": include/grpc/support/atm.h
Step #5 - "build": include/grpc/support/sync_posix.h
Step #5 - "build": include/grpc/grpc.h
Step #5 - "build": include/grpc/byte_buffer_reader.h
Step #5 - "build": include/grpc/grpc_cronet.h
Step #5 - "build": include/grpc/grpc_posix.h
Step #5 - "build": include/grpc/slice.h
Step #5 - "build": include/grpc/byte_buffer.h
Step #5 - "build": include/grpc/census.h
Step #5 - "build": include/grpc/grpc_security_constants.h
Step #5 - "build": include/grpcpp/
Step #5 - "build": include/grpcpp/server_context.h
Step #5 - "build": include/grpcpp/alarm.h
Step #5 - "build": include/grpcpp/channel.h
Step #5 - "build": include/grpcpp/resource_quota.h
Step #5 - "build": include/grpcpp/create_channel_posix.h
Step #5 - "build": include/grpcpp/impl/
Step #5 - "build": include/grpcpp/impl/server_initializer.h
Step #5 - "build": include/grpcpp/impl/grpc_library.h
Step #5 - "build": include/grpcpp/impl/channel_argument_option.h
Step #5 - "build": include/grpcpp/impl/call.h
Step #5 - "build": include/grpcpp/impl/service_type.h
Step #5 - "build": include/grpcpp/impl/rpc_method.h
Step #5 - "build": include/grpcpp/impl/serialization_traits.h
Step #5 - "build": include/grpcpp/impl/server_builder_option.h
Step #5 - "build": include/grpcpp/impl/server_builder_plugin.h
Step #5 - "build": include/grpcpp/impl/rpc_service_method.h
Step #5 - "build": include/grpcpp/impl/method_handler_impl.h
Step #5 - "build": include/grpcpp/impl/client_unary_call.h
Step #5 - "build": include/grpcpp/impl/codegen/
Step #5 - "build": include/grpcpp/impl/codegen/server_context.h
Step #5 - "build": include/grpcpp/impl/codegen/grpc_library.h
Step #5 - "build": include/grpcpp/impl/codegen/config_protobuf.h
Step #5 - "build": include/grpcpp/impl/codegen/proto_utils.h
Step #5 - "build": include/grpcpp/impl/codegen/call.h
Step #5 - "build": include/grpcpp/impl/codegen/service_type.h
Step #5 - "build": include/grpcpp/impl/codegen/status.h
Step #5 - "build": include/grpcpp/impl/codegen/rpc_method.h
Step #5 - "build": include/grpcpp/impl/codegen/sync_stream.h
Step #5 - "build": include/grpcpp/impl/codegen/call_hook.h
Step #5 - "build": include/grpcpp/impl/codegen/serialization_traits.h
Step #5 - "build": include/grpcpp/impl/codegen/proto_buffer_reader.h
Step #5 - "build": include/grpcpp/impl/codegen/core_codegen.h
Step #5 - "build": include/grpcpp/impl/codegen/stub_options.h
Step #5 - "build": include/grpcpp/impl/codegen/time.h
Step #5 - "build": include/grpcpp/impl/codegen/completion_queue.h
Step #5 - "build": include/grpcpp/impl/codegen/server_interface.h
Step #5 - "build": include/grpcpp/impl/codegen/create_auth_context.h
Step #5 - "build": include/grpcpp/impl/codegen/config.h
Step #5 - "build": include/grpcpp/impl/codegen/security/
Step #5 - "build": include/grpcpp/impl/codegen/security/auth_context.h
Step #5 - "build": include/grpcpp/impl/codegen/async_stream.h
Step #5 - "build": include/grpcpp/impl/codegen/completion_queue_tag.h
Step #5 - "build": include/grpcpp/impl/codegen/client_context.h
Step #5 - "build": include/grpcpp/impl/codegen/string_ref.h
Step #5 - "build": include/grpcpp/impl/codegen/slice.h
Step #5 - "build": include/grpcpp/impl/codegen/byte_buffer.h
Step #5 - "build": include/grpcpp/impl/codegen/proto_buffer_writer.h
Step #5 - "build": include/grpcpp/impl/codegen/rpc_service_method.h
Step #5 - "build": include/grpcpp/impl/codegen/core_codegen_interface.h
Step #5 - "build": include/grpcpp/impl/codegen/method_handler_impl.h
Step #5 - "build": include/grpcpp/impl/codegen/channel_interface.h
Step #5 - "build": include/grpcpp/impl/codegen/async_unary_call.h
Step #5 - "build": include/grpcpp/impl/codegen/client_unary_call.h
Step #5 - "build": include/grpcpp/impl/codegen/status_code_enum.h
Step #5 - "build": include/grpcpp/impl/codegen/metadata_map.h
Step #5 - "build": include/grpcpp/generic/
Step #5 - "build": include/grpcpp/generic/async_generic_service.h
Step #5 - "build": include/grpcpp/generic/generic_stub.h
Step #5 - "build": include/grpcpp/ext/
Step #5 - "build": include/grpcpp/ext/health_check_service_server_builder_option.h
Step #5 - "build": include/grpcpp/ext/proto_server_reflection_plugin.h
Step #5 - "build": include/grpcpp/create_channel.h
Step #5 - "build": include/grpcpp/support/
Step #5 - "build": include/grpcpp/support/status.h
Step #5 - "build": include/grpcpp/support/sync_stream.h
Step #5 - "build": include/grpcpp/support/channel_arguments.h
Step #5 - "build": include/grpcpp/support/proto_buffer_reader.h
Step #5 - "build": include/grpcpp/support/stub_options.h
Step #5 - "build": include/grpcpp/support/time.h
Step #5 - "build": include/grpcpp/support/config.h
Step #5 - "build": include/grpcpp/support/async_stream.h
Step #5 - "build": include/grpcpp/support/string_ref.h
Step #5 - "build": include/grpcpp/support/slice.h
Step #5 - "build": include/grpcpp/support/byte_buffer.h
Step #5 - "build": include/grpcpp/support/proto_buffer_writer.h
Step #5 - "build": include/grpcpp/support/error_details.h
Step #5 - "build": include/grpcpp/support/async_unary_call.h
Step #5 - "build": include/grpcpp/support/status_code_enum.h
Step #5 - "build": include/grpcpp/completion_queue.h
Step #5 - "build": include/grpcpp/server_posix.h
Step #5 - "build": include/grpcpp/security/
Step #5 - "build": include/grpcpp/security/server_credentials.h
Step #5 - "build": include/grpcpp/security/auth_metadata_processor.h
Step #5 - "build": include/grpcpp/security/credentials.h
Step #5 - "build": include/grpcpp/security/auth_context.h
Step #5 - "build": include/grpcpp/health_check_service_interface.h
Step #5 - "build": include/grpcpp/grpcpp.h
Step #5 - "build": include/grpcpp/client_context.h
Step #5 - "build": include/grpcpp/server.h
Step #5 - "build": include/grpcpp/server_builder.h
Step #5 - "build": cd /go/src/agones.dev/agones/sdks/cpp/ && zip ./bin/agonessdk-0.5.0-7efabf8-src.zip Makefile *.md *.cc *.h
Step #5 - "build":   adding: Makefile (deflated 59%)
Step #5 - "build":   adding: README.md (deflated 65%)
Step #5 - "build":   adding: sdk.cc (deflated 74%)
Step #5 - "build":   adding: sdk.grpc.pb.cc (deflated 88%)
Step #5 - "build":   adding: sdk.pb.cc (deflated 91%)
Step #5 - "build":   adding: sdk.grpc.pb.h (deflated 93%)
Step #5 - "build":   adding: sdk.h (deflated 58%)
Step #5 - "build":   adding: sdk.pb.h (deflated 90%)
Step #5 - "build": docker push gcr.io/agones-images/agones-controller:0.5.0-7efabf8
Step #5 - "build": The push refers to repository [gcr.io/agones-images/agones-controller]
Step #5 - "build": 94033dcdf6fd: Preparing
Step #5 - "build": eea811222f90: Preparing
Step #5 - "build": f3b24acf7da9: Preparing
Step #5 - "build": df64d3292fd6: Preparing
Step #5 - "build": df64d3292fd6: Layer already exists
Step #5 - "build": f3b24acf7da9: Pushed
Step #5 - "build": eea811222f90: Pushed
Step #5 - "build": 94033dcdf6fd: Pushed
Step #5 - "build": 0.5.0-7efabf8: digest: sha256:de6eb33ab35685742da817e6ae151c8a4ba393db35d6ae57cb6cca4235f13c8e size: 1163
Step #5 - "build": docker push gcr.io/agones-images/agones-sdk:0.5.0-7efabf8
Step #5 - "build": The push refers to repository [gcr.io/agones-images/agones-sdk]
Step #5 - "build": 52c1f553a195: Preparing
Step #5 - "build": aa905fea2302: Preparing
Step #5 - "build": f3b24acf7da9: Preparing
Step #5 - "build": df64d3292fd6: Preparing
Step #5 - "build": f3b24acf7da9: Layer already exists
Step #5 - "build": df64d3292fd6: Layer already exists
Step #5 - "build": 52c1f553a195: Pushed
Step #5 - "build": aa905fea2302: Pushed
Step #5 - "build": 0.5.0-7efabf8: digest: sha256:c22211135aad905821a6352b4dffaeca1ba8cb1240b208d28be9e090a0aa7789 size: 1163
Finished Step #5 - "build"
Starting Step #8
Starting Step #7
Step #8: Already have image (with digest): gcr.io/cloud-builders/gsutil
Step #7: Already have image: e2e-runner
Step #7: Fetching cluster endpoint and auth data.
Step #7: kubeconfig entry generated for e2e-test-cluster.
Step #7: Waiting consul port-forward to launch on 8500...
Step #8: Copying file://agonessdk-0.5.0-7efabf8-runtime-linux-arch_64.tar.gz [Content-Type=application/x-tar]...
Step #8: / [0 files][    0.0 B/ 34.7 MiB]                                                
-
- [1 files][ 34.7 MiB/ 34.7 MiB]                                                
\
Copying file://agonessdk-0.5.0-7efabf8-dev-linux-arch_64.tar.gz [Content-Type=application/x-tar]...
Step #8: \ [1 files][ 34.7 MiB/320.3 MiB]                                                
==> NOTE: You are uploading one or more large file(s), which would run
Step #8: significantly faster if you enable parallel composite uploads. This
Step #8: feature can be enabled by editing the
Step #8: "parallel_composite_upload_threshold" value in your .boto
Step #8: configuration file. However, note that if you do this large files will
Step #8: be uploaded as `composite objects
Step #8: <https://cloud.google.com/storage/docs/composite-objects>`_,which
Step #8: means that any user who downloads such objects will need to have a
Step #8: compiled crcmod installed (see "gsutil help crcmod"). This is because
Step #8: without a compiled crcmod, computing checksums on composite objects is
Step #8: so slow that gsutil disables downloads of composite objects.
Step #8: 
Step #7: Forwarding from 127.0.0.1:8500 -> 8500
Step #7: Handling connection for 8500
Step #7: consul port-forward launched. Starting e2e tests...
Step #7: Handling connection for 8500
Step #7: Setting up lock at path: LockE2E/.lock
Step #7: Attempting lock acquisition
Step #8: |
| [1 files][139.6 MiB/320.3 MiB]                                                
/
-
- [1 files][249.4 MiB/320.3 MiB]                                                
\
\ [2 files][320.3 MiB/320.3 MiB]                                                
|
Step #8: Operation completed over 2 objects/320.3 MiB.                                    
Finished Step #8
Step #7: Handling connection for 8500
Step #7: Starting handler
Step #7: installing current release
Step #7: # if IMAGE_PULL_SECRET_FILE is specified, create the agones-system namespace and install the secret
Step #7: \
Step #7: 	helm upgrade --install --wait --namespace=agones-system\
Step #7: 	--set agones.image.tag=0.5.0-7efabf8,agones.image.registry=gcr.io/agones-images,agones.image.controller.pullPolicy="Always",agones.image.sdk.alwaysPull=true,agones.image.controller.pullSecret= \
Step #7: 	agones /go/src/agones.dev/agones/install/helm/agones/
Step #7: Release "agones" has been upgraded. Happy Helming!
Step #7: LAST DEPLOYED: Thu Oct  4 21:11:19 2018
Step #7: NAMESPACE: agones-system
Step #7: STATUS: DEPLOYED
Step #7: 
Step #7: RESOURCES:
Step #7: ==> v1/ClusterRole
Step #7: NAME               AGE
Step #7: agones-controller  1d
Step #7: agones-sdk         1d
Step #7: 
Step #7: ==> v1/Service
Step #7: NAME                       TYPE       CLUSTER-IP     EXTERNAL-IP  PORT(S)  AGE
Step #7: agones-controller-service  ClusterIP  10.43.244.238  <none>       443/TCP  1d
Step #7: 
Step #7: ==> v1beta1/ValidatingWebhookConfiguration
Step #7: NAME                       AGE
Step #7: agones-validation-webhook  1d
Step #7: 
Step #7: ==> v1/Deployment
Step #7: NAME               DESIRED  CURRENT  UP-TO-DATE  AVAILABLE  AGE
Step #7: agones-controller  1        1        1           1          1d
Step #7: 
Step #7: ==> v1beta1/MutatingWebhookConfiguration
Step #7: NAME                     AGE
Step #7: agones-mutation-webhook  1d
Step #7: 
Step #7: ==> v1/Pod(related)
Step #7: NAME                                READY  STATUS   RESTARTS  AGE
Step #7: agones-controller-844d6cc5d6-hqx98  1/1    Running  0         6s
Step #7: 
Step #7: ==> v1/Secret
Step #7: NAME         TYPE    DATA  AGE
Step #7: agones-cert  Opaque  2     1d
Step #7: 
Step #7: ==> v1/ServiceAccount
Step #7: NAME               SECRETS  AGE
Step #7: agones-controller  1        1d
Step #7: agones-sdk         1        1d
Step #7: 
Step #7: ==> v1beta1/CustomResourceDefinition
Step #7: NAME                                AGE
Step #7: fleets.stable.agones.dev            30m
Step #7: fleetallocations.stable.agones.dev  30m
Step #7: fleetautoscalers.stable.agones.dev  30m
Step #7: gameservers.stable.agones.dev       30m
Step #7: gameserversets.stable.agones.dev    30m
Step #7: 
Step #7: ==> v1/ClusterRoleBinding
Step #7: NAME                      AGE
Step #7: agones-controller-access  1d
Step #7: 
Step #7: ==> v1/RoleBinding
Step #7: NAME               AGE
Step #7: agones-sdk-access  1d
Step #7: 
Step #7: 
Step #7: NOTES:
Step #7: The Agones controller has been installed in the namespace agones-system.
Step #7: 
Step #7: You can watch the status by running 'kubectl --namespace agones-system get pods -o wide -w agones-controller'
Step #7: 
Step #7: Once ready you can create your first GameServer using our examples:
Step #7: 
Step #7: 'kubectl apply -f https://raw.githubusercontent.com/GoogleCloudPlatform/agones/master/examples/simple-udp/gameserver.yaml'
Step #7: 
Step #7: An example GameServer that makes use of the controller:
Step #7: 
Step #7: apiVersion: "stable.agones.dev/v1alpha1"
Step #7: kind: GameServer
Step #7: metadata:
Step #7:   name: "simple-udp"
Step #7: spec:
Step #7:   portPolicy: "dynamic"
Step #7:   containerPort: 7654
Step #7:   template:
Step #7:     spec:
Step #7:       containers:
Step #7:       - name: simple-udp
Step #7:         image: gcr.io/agones-images/udp-server:0.2
Step #7: 
Step #7: 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 #7: 
Step #7:  - [Create a Game Server](https://github.com/GoogleCloudPlatform/agones/blob/master/docs/create_gameserver.md)
Step #7:  - [Integrating the Game Server SDK](https://github.com/GoogleCloudPlatform/agones/tree/master/sdks)
Step #7:  - [GameServer Health Checking](https://github.com/GoogleCloudPlatform/agones/blob/master/docs/health_checking.md)
Step #7:  - [Accessing Agones via the Kubernetes API](https://github.com/GoogleCloudPlatform/agones/blob/master/docs/access_api.md)
Step #7: starting e2e test
Step #7: go test -v -race agones.dev/agones/test/e2e/... \
Step #7: 	--kubeconfig /root/.kube/config \
Step #7: 	--gameserver-image=gcr.io/agones-images/udp-server:0.4 \
Step #7: 	--pullsecret=
Step #7: === RUN   TestCreateFleetAndAllocate
Step #7: === PAUSE TestCreateFleetAndAllocate
Step #7: === RUN   TestScaleFleetUpAndDownWithAllocation
Step #7: === PAUSE TestScaleFleetUpAndDownWithAllocation
Step #7: === RUN   TestFleetUpdates
Step #7: === PAUSE TestFleetUpdates
Step #7: === RUN   TestFleetAllocationDuringGameServerDeletion
Step #7: === PAUSE TestFleetAllocationDuringGameServerDeletion
Step #7: === RUN   TestAutoscalerBasicFunctions
Step #7: === PAUSE TestAutoscalerBasicFunctions
Step #7: === RUN   TestAutoscalerStressCreate
Step #7: === PAUSE TestAutoscalerStressCreate
Step #7: === RUN   TestCreateConnect
Step #7: === PAUSE TestCreateConnect
Step #7: === RUN   TestSDKSetLabel
Step #7: === PAUSE TestSDKSetLabel
Step #7: === RUN   TestSDKSetAnnotation
Step #7: === PAUSE TestSDKSetAnnotation
Step #7: === CONT  TestScaleFleetUpAndDownWithAllocation
Step #7: === CONT  TestAutoscalerBasicFunctions
Step #7: === CONT  TestFleetUpdates
Step #7: === RUN   TestFleetUpdates/recreate
Step #7: === CONT  TestSDKSetAnnotation
Step #7: === CONT  TestFleetAllocationDuringGameServerDeletion
Step #7: === CONT  TestCreateFleetAndAllocate
Step #7: === CONT  TestAutoscalerStressCreate
Step #7: === RUN   TestFleetAllocationDuringGameServerDeletion/scale_down
Step #7: === CONT  TestCreateConnect
Step #7: === PAUSE TestFleetAllocationDuringGameServerDeletion/scale_down
Step #7: === RUN   TestFleetAllocationDuringGameServerDeletion/recreate_update
Step #7: === PAUSE TestFleetAllocationDuringGameServerDeletion/recreate_update
Step #7: === RUN   TestFleetAllocationDuringGameServerDeletion/rolling_update
Step #7: === PAUSE TestFleetAllocationDuringGameServerDeletion/rolling_update
Step #7: === CONT  TestSDKSetLabel
Step #7: {"msg":"GameServer created, waiting for Ready","name":"udp-server8czj8","severity":"info","time":"2018-10-04T21:11:55Z"}
Step #7: {"msg":"GameServer created, waiting for Ready","name":"udp-serverk6nbb","severity":"info","time":"2018-10-04T21:11:55Z"}
Step #7: {"msg":"GameServer created, waiting for Ready","name":"udp-servervw6tk","severity":"info","time":"2018-10-04T21:11:55Z"}
Step #7: --- PASS: TestCreateConnect (14.43s)
Step #7: === CONT  TestFleetAllocationDuringGameServerDeletion/recreate_update
Step #7: === RUN   TestFleetUpdates/rolling
Step #7: --- PASS: TestSDKSetLabel (16.98s)
Step #7: === CONT  TestFleetAllocationDuringGameServerDeletion/rolling_update
Step #7: --- PASS: TestSDKSetAnnotation (21.59s)
Step #7: === CONT  TestFleetAllocationDuringGameServerDeletion/scale_down
Step #7: {"fleet":"simple-fleet-whhjs","msg":"Scaling fleet","patch":"[{ \"op\": \"replace\", \"path\": \"/spec/replicas\", \"value\": 3 }]","scale":3,"severity":"info","time":"2018-10-04T21:12:23Z"}
Step #7: --- PASS: TestFleetUpdates (33.17s)
Step #7:     --- PASS: TestFleetUpdates/recreate (14.65s)
Step #7:     --- PASS: TestFleetUpdates/rolling (18.52s)
Step #7: --- PASS: TestCreateFleetAndAllocate (43.50s)
Step #7: {"bufferSize":"3","fleetautoscaler":"simple-fleet-hmbdc-autoscaler","maxReplicas":10,"minReplicas":5,"msg":"Patching fleetautoscaler","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":"2018-10-04T21:12:47Z"}
Step #7: {"bufferSize":"3","fleetautoscaler":"simple-fleet-hmbdc-autoscaler","maxReplicas":10,"minReplicas":0,"msg":"Patching fleetautoscaler","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":"2018-10-04T21:12:47Z"}
Step #7: {"msg":"Applying delta function","severity":"info","time":"2018-10-04T21:13:16Z"}
Step #7: {"gs":"simple-fleet-s9w7p-88xcr-nkq7d","msg":"Allocated","severity":"info","time":"2018-10-04T21:13:16Z"}
Step #7: {"gs":"simple-fleet-s9w7p-88xcr-vjmjk","msg":"Allocated","severity":"info","time":"2018-10-04T21:13:18Z"}
Step #7: {"gs":"simple-fleet-s9w7p-88xcr-4lq72","msg":"Allocated","severity":"info","time":"2018-10-04T21:13:19Z"}
Step #7: {"gs":"simple-fleet-s9w7p-88xcr-79h6w","msg":"Allocated","severity":"info","time":"2018-10-04T21:13:21Z"}
Step #7: {"msg":"Applying delta function","severity":"info","time":"2018-10-04T21:13:21Z"}
Step #7: {"error":"Internal error occurred: admission webhook \"mutations.stable.agones.dev\" denied the request: NotFound","msg":"Allocation ended","severity":"info","time":"2018-10-04T21:13:28Z"}
Step #7: {"gs":"simple-fleet-7tmh9-5stp6-g9wlv","msg":"Allocated","severity":"info","time":"2018-10-04T21:13:29Z"}
Step #7: {"gs":"simple-fleet-7tmh9-5stp6-476t9","msg":"Allocated","severity":"info","time":"2018-10-04T21:13:30Z"}
Step #7: {"gs":"simple-fleet-7tmh9-5stp6-8vtnc","msg":"Allocated","severity":"info","time":"2018-10-04T21:13:32Z"}
Step #7: {"msg":"Applying delta function","severity":"info","time":"2018-10-04T21:13:33Z"}
Step #7: {"fleet":"simple-fleet-kfdhq","msg":"Scaling fleet","patch":"[{ \"op\": \"replace\", \"path\": \"/spec/replicas\", \"value\": 0 }]","scale":0,"severity":"info","time":"2018-10-04T21:13:33Z"}
Step #7: {"gs":"simple-fleet-7tmh9-5stp6-jw7kz","msg":"Allocated","severity":"info","time":"2018-10-04T21:13:33Z"}
Step #7: {"bufferSize":"10%","fleetautoscaler":"simple-fleet-hmbdc-autoscaler","maxReplicas":10,"minReplicas":1,"msg":"Patching fleetautoscaler","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":"2018-10-04T21:13:34Z"}
Step #7: {"gs":"simple-fleet-kfdhq-tq84h-9fgqd","msg":"Allocated","severity":"info","time":"2018-10-04T21:13:35Z"}
Step #7: {"gs":"simple-fleet-7tmh9-5stp6-64fjw","msg":"Allocated","severity":"info","time":"2018-10-04T21:13:41Z"}
Step #7: {"gs":"simple-fleet-kfdhq-tq84h-v9g6f","msg":"Allocated","severity":"info","time":"2018-10-04T21:13:42Z"}
Step #7: {"gs":"simple-fleet-7tmh9-5stp6-hgqrh","msg":"Allocated","severity":"info","time":"2018-10-04T21:13:49Z"}
Step #7: {"error":"Internal error occurred: admission webhook \"mutations.stable.agones.dev\" denied the request: NotFound","msg":"Allocation ended","severity":"info","time":"2018-10-04T21:13:49Z"}
Step #7: {"gs":"simple-fleet-7tmh9-5stp6-88tr4","msg":"Allocated","severity":"info","time":"2018-10-04T21:13:50Z"}
Step #7: {"gs":"simple-fleet-7tmh9-b47qp-dqxxh","msg":"Allocated","severity":"info","time":"2018-10-04T21:13:52Z"}
Step #7: {"fleet":"simple-fleet-whhjs","msg":"Scaling fleet","patch":"[{ \"op\": \"replace\", \"path\": \"/spec/replicas\", \"value\": 1 }]","scale":1,"severity":"info","time":"2018-10-04T21:13:52Z"}
Step #7: {"gs":"simple-fleet-7tmh9-b47qp-28qbr","msg":"Allocated","severity":"info","time":"2018-10-04T21:13:53Z"}
Step #7: {"gs":"simple-fleet-7tmh9-b47qp-b8vnb","msg":"Allocated","severity":"info","time":"2018-10-04T21:13:57Z"}
Step #7: {"error":"Internal error occurred: admission webhook \"mutations.stable.agones.dev\" denied the request: NotFound","msg":"Allocation ended","severity":"info","time":"2018-10-04T21:13:58Z"}
Step #7: --- PASS: TestFleetAllocationDuringGameServerDeletion (0.00s)
Step #7:     --- PASS: TestFleetAllocationDuringGameServerDeletion/recreate_update (79.58s)
Step #7:     --- PASS: TestFleetAllocationDuringGameServerDeletion/scale_down (93.51s)
Step #7:     --- PASS: TestFleetAllocationDuringGameServerDeletion/rolling_update (107.20s)
Step #7: --- PASS: TestScaleFleetUpAndDownWithAllocation (148.28s)
Step #7: --- FAIL: TestAutoscalerBasicFunctions (252.21s)
Step #7: 	assertions.go:237: 
                        
	Error Trace:	fleetautoscaler_test.go:105
Step #7: 		
	Error:		Expected nil, but got: &errors.errorString{s:"timed out waiting for the condition"}
Step #7: 		
Step #7: --- PASS: TestAutoscalerStressCreate (253.18s)
Step #7: FAIL
Step #7: {"msg":"Done. Cleaning up now.","severity":"info","time":"2018-10-04T21:16:07Z"}
Step #7: FAIL	agones.dev/agones/test/e2e	253.398s
Step #7: ?   	agones.dev/agones/test/e2e/framework	[no test files]
Step #7: make: *** [test-e2e] Error 1
Step #7: Makefile:151: recipe for target 'test-e2e' failed
Step #7: Child terminated, releasing lock
Step #7: Error running handler: exit status 2
Step #7: Cleanup succeeded
Finished Step #7
ERROR
ERROR: build step 7 "e2e-runner" failed: exit status 2

@markmandel
Copy link
Member

Looks like test flakiness. rerunning.

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 0cac0be5-9665-450a-ba1f-7c6d684d99a8

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

(experimental) To install this version:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/372/head:pr_372 && git checkout pr_372
  • helm install install/helm/agones --namespace agones-system --name agones --set agones.image.tag=0.5.0-7efabf8

@markmandel markmandel merged commit 087ca0b into googleforgames:master Oct 4, 2018
@markmandel markmandel added this to the 0.5.0 milestone Oct 8, 2018
@markmandel markmandel added kind/feature New features for Agones kind/documentation Documentation for Agones labels Oct 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/documentation Documentation for Agones kind/feature New features for Agones
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants