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

Website for Agones #493

Merged
merged 2 commits into from
Jan 24, 2019
Merged

Conversation

markmandel
Copy link
Member

This is a new static site for Agones, as well as the tools to enable people to
write documentation for new features, without it displaying until the feature
is released.

Integration with cloudbuild for previews is also build in (preview is the
current documentation + all the documentation for the new features), as well
as a link checker that runs as part of the test suite.

This also brings into the codebase all the redirect code for go-get as
well as the chart redirects as well.

Closes #410

@markmandel markmandel added kind/feature New features for Agones kind/documentation Documentation for Agones area/site The website itself - including redirects, styling, search, etc labels Jan 18, 2019
@markmandel markmandel added this to the 0.8.0 milestone Jan 18, 2019
@markmandel
Copy link
Member Author

The site, as it would look for the current release: https://agones-mark.appspot.com/site/
(so none of the in-development features)

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: d2b71daa-caba-4926-a959-8e73418f522d

Build Logs
starting build "d2b71daa-caba-4926-a959-8e73418f522d"

FETCHSOURCE
Initialized empty Git repository in /workspace/.git/
From https://source.developers.google.com/p/agones-images/r/agones
 * branch              b2de02f0de4fdedf08ea7d2e4fc7547473e9960c -> FETCH_HEAD
Checking out files:  84% (13586/16087)   
Checking out files:  85% (13674/16087)   
Checking out files:  86% (13835/16087)   
Checking out files:  87% (13996/16087)   
Checking out files:  88% (14157/16087)   
Checking out files:  89% (14318/16087)   
Checking out files:  90% (14479/16087)   
Checking out files:  91% (14640/16087)   
Checking out files:  92% (14801/16087)   
Checking out files:  93% (14961/16087)   
Checking out files:  94% (15122/16087)   
Checking out files:  95% (15283/16087)   
Checking out files:  96% (15444/16087)   
Checking out files:  97% (15605/16087)   
Checking out files:  98% (15766/16087)   
Checking out files:  99% (15927/16087)   
Checking out files: 100% (16087/16087)   
Checking out files: 100% (16087/16087), done.
HEAD is now at b2de02f0 Website for Agones
BUILD
Starting Step #0
Step #0: Pulling image: ubuntu
Step #0: Using default tag: latest
Step #0: latest: Pulling from library/ubuntu
Step #0: Digest: sha256:cef0c2cde57a973ed80513a7d3614bc654d9d6becad2c068c9328b41bb3f6713
Step #0: Status: Downloaded newer image for ubuntu:latest
Finished Step #0
Starting Step #1
Step #1: Already have image (with digest): gcr.io/cloud-builders/docker
Step #1: Sending build context to Docker daemon  173.6MB

Step #1: Step 1/3 : FROM gcr.io/cloud-builders/docker
Step #1:  ---> 1992f5155e11
Step #1: Step 2/3 : RUN apt-get install make
Step #1:  ---> Running in 0f754882b384
Step #1: Reading package lists...
Step #1: Building dependency tree...
Step #1: Reading state information...
Step #1: make is already the newest version (4.1-6).
Step #1: 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
Step #1: Removing intermediate container 0f754882b384
Step #1:  ---> 245bbd823b21
Step #1: Step 3/3 : ENTRYPOINT ["/usr/bin/make"]
Step #1:  ---> Running in a0a57d48c2ae
Step #1: Removing intermediate container a0a57d48c2ae
Step #1:  ---> 53732b3c2a46
Step #1: Successfully built 53732b3c2a46
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:c2b924a221 && docker tag gcr.io/agones-images/agones-build:c2b924a221 agones-build:c2b924a221
Step #2: Error response from daemon: manifest for gcr.io/agones-images/agones-build:c2b924a221 not found
Step #2: make: [pull-build-image] Error 1 (ignored)
Step #2: Makefile:358: recipe for target 'pull-build-image' failed
Finished Step #2
Starting Step #3 - "lint"
Step #3 - "lint": Already have image: make-docker
Step #3 - "lint": mkdir -p ~/.kube/
Step #3 - "lint": mkdir -p /workspace/build//.config/gcloud
Step #3 - "lint": mkdir -p ~/.helm
Step #3 - "lint": Could not find agones-build:c2b924a221 image. Building...
Step #3 - "lint": make[1]: Entering directory '/workspace/build'
Step #3 - "lint": docker build --tag=agones-build:c2b924a221 /workspace/build//build-image 
Step #3 - "lint": Sending build context to Docker daemon  17.92kB

Step #3 - "lint": Step 1/33 : FROM gcr.io/agones-images/grpc-cxx:1.16.1
Step #3 - "lint": 1.16.1: Pulling from agones-images/grpc-cxx
Step #3 - "lint": 54f7e8ac135a: Pulling fs layer
Step #3 - "lint": d6b856b25aeb: Pulling fs layer
Step #3 - "lint": b4d69f3225dc: Pulling fs layer
Step #3 - "lint": 54f7e8ac135a: Verifying Checksum
Step #3 - "lint": 54f7e8ac135a: Download complete
Step #3 - "lint": d6b856b25aeb: Verifying Checksum
Step #3 - "lint": d6b856b25aeb: Download complete
Step #3 - "lint": 54f7e8ac135a: Pull complete
Step #3 - "lint": b4d69f3225dc: Verifying Checksum
Step #3 - "lint": b4d69f3225dc: Download complete
Step #3 - "lint": d6b856b25aeb: Pull complete
Step #3 - "lint": b4d69f3225dc: Pull complete
Step #3 - "lint": Digest: sha256:ac598e5d35a7d253f8c93f0a11dbeb2df17d0dab83693fa5cb55b119beb01d01
Step #3 - "lint": Status: Downloaded newer image for gcr.io/agones-images/grpc-cxx:1.16.1
Step #3 - "lint":  ---> 8b1e772a99a1
Step #3 - "lint": Step 2/33 : RUN apt-get update &&     apt-get install -y wget psmisc rsync make python bash-completion zip nano jq graphviz linkchecker gettext-base &&     apt-get clean
Step #3 - "lint":  ---> Running in 40405b5c4ce6
Step #3 - "lint": Get:1 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
Step #3 - "lint": Ign:2 http://deb.debian.org/debian stretch InRelease
Step #3 - "lint": Get:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
Step #3 - "lint": Hit:4 http://deb.debian.org/debian stretch Release
Step #3 - "lint": Get:5 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [467 kB]
Step #3 - "lint": Get:6 http://deb.debian.org/debian stretch-updates/main amd64 Packages.diff/Index [6640 B]
Step #3 - "lint": Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages 2019-01-02-2012.38.pdiff [332 B]
Step #3 - "lint": Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages 2019-01-02-2012.38.pdiff [332 B]
Step #3 - "lint": Fetched 660 kB in 0s (1780 kB/s)
Step #3 - "lint": Reading package lists...
Step #3 - "lint": Reading package lists...
Step #3 - "lint": Building dependency tree...
Step #3 - "lint": Reading state information...
Step #3 - "lint": make is already the newest version (4.1-9.1).
Step #3 - "lint": rsync is already the newest version (3.1.2-1+deb9u1).
Step #3 - "lint": rsync set to manually installed.
Step #3 - "lint": The following additional packages will be installed:
Step #3 - "lint":   fontconfig fontconfig-config fonts-dejavu-core fonts-liberation libann0
Step #3 - "lint":   libcairo2 libcdt5 libcgraph6 libdatrie1 libfontconfig1 libfreetype6 libgd3
Step #3 - "lint":   libgraphite2-3 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz0b
Step #3 - "lint":   libice6 libjbig0 libjpeg62-turbo libjq1 libonig4 libpango-1.0-0
Step #3 - "lint":   libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpixman-1-0 libpng16-16
Step #3 - "lint":   libpython-stdlib libpython2.7-minimal libpython2.7-stdlib libsm6
Step #3 - "lint":   libthai-data libthai0 libtiff5 libwebp6 libxaw7 libxcb-render0 libxcb-shm0
Step #3 - "lint":   libxdot4 libxmu6 libxpm4 libxrender1 libxt6 mime-support python-cffi-backend
Step #3 - "lint":   python-chardet python-cryptography python-enum34 python-idna
Step #3 - "lint":   python-ipaddress python-minimal python-openssl python-pkg-resources
Step #3 - "lint":   python-pyasn1 python-requests python-setuptools python-six python-urllib3
Step #3 - "lint":   python2.7 python2.7-minimal ucf x11-common
Step #3 - "lint": Suggested packages:
Step #3 - "lint":   gsfonts graphviz-doc libgd-tools clamav-daemon linkchecker-gui
Step #3 - "lint":   linkchecker-web python-argcomplete python-cssutils python-gconf python-geoip
Step #3 - "lint":   python-meliae python-twill spell python-doc python-tk
Step #3 - "lint":   python-cryptography-doc python-cryptography-vectors python-enum34-doc
Step #3 - "lint":   python-openssl-doc python-openssl-dbg doc-base python-socks
Step #3 - "lint":   python-setuptools-doc python-ntlm python2.7-doc binfmt-support
Step #3 - "lint": The following NEW packages will be installed:
Step #3 - "lint":   bash-completion fontconfig fontconfig-config fonts-dejavu-core
Step #3 - "lint":   fonts-liberation gettext-base graphviz jq libann0 libcairo2 libcdt5
Step #3 - "lint":   libcgraph6 libdatrie1 libfontconfig1 libfreetype6 libgd3 libgraphite2-3
Step #3 - "lint":   libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz0b libice6 libjbig0
Step #3 - "lint":   libjpeg62-turbo libjq1 libonig4 libpango-1.0-0 libpangocairo-1.0-0
Step #3 - "lint":   libpangoft2-1.0-0 libpathplan4 libpixman-1-0 libpng16-16 libpython-stdlib
Step #3 - "lint":   libpython2.7-minimal libpython2.7-stdlib libsm6 libthai-data libthai0
Step #3 - "lint":   libtiff5 libwebp6 libxaw7 libxcb-render0 libxcb-shm0 libxdot4 libxmu6
Step #3 - "lint":   libxpm4 libxrender1 libxt6 linkchecker mime-support nano psmisc python
Step #3 - "lint":   python-cffi-backend python-chardet python-cryptography python-enum34
Step #3 - "lint":   python-idna python-ipaddress python-minimal python-openssl
Step #3 - "lint":   python-pkg-resources python-pyasn1 python-requests python-setuptools
Step #3 - "lint":   python-six python-urllib3 python2.7 python2.7-minimal ucf wget x11-common
Step #3 - "lint":   zip
Step #3 - "lint": 0 upgraded, 74 newly installed, 0 to remove and 4 not upgraded.
Step #3 - "lint": Need to get 18.7 MB of archives.
Step #3 - "lint": After this operation, 65.5 MB of additional disk space will be used.
Step #3 - "lint": Get:1 http://security.debian.org/debian-security stretch/updates/main amd64 libtiff5 amd64 4.0.8-2+deb9u4 [238 kB]
Step #3 - "lint": Get:2 http://deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB]
Step #3 - "lint": Get:3 http://deb.debian.org/debian stretch/main amd64 libpython2.7-minimal amd64 2.7.13-2+deb9u3 [389 kB]
Step #3 - "lint": Get:4 http://deb.debian.org/debian stretch/main amd64 python2.7-minimal amd64 2.7.13-2+deb9u3 [1382 kB]
Step #3 - "lint": Get:5 http://deb.debian.org/debian stretch/main amd64 python-minimal amd64 2.7.13-2 [40.5 kB]
Step #3 - "lint": Get:6 http://deb.debian.org/debian stretch/main amd64 mime-support all 3.60 [36.7 kB]
Step #3 - "lint": Get:7 http://deb.debian.org/debian stretch/main amd64 libpython2.7-stdlib amd64 2.7.13-2+deb9u3 [1897 kB]
Step #3 - "lint": Get:8 http://deb.debian.org/debian stretch/main amd64 python2.7 amd64 2.7.13-2+deb9u3 [285 kB]
Step #3 - "lint": Get:9 http://deb.debian.org/debian stretch/main amd64 libpython-stdlib amd64 2.7.13-2 [20.0 kB]
Step #3 - "lint": Get:10 http://deb.debian.org/debian stretch/main amd64 python amd64 2.7.13-2 [154 kB]
Step #3 - "lint": Get:11 http://deb.debian.org/debian stretch/main amd64 libpng16-16 amd64 1.6.28-1 [280 kB]
Step #3 - "lint": Get:12 http://deb.debian.org/debian stretch/main amd64 libfreetype6 amd64 2.6.3-3.2 [438 kB]
Step #3 - "lint": Get:13 http://deb.debian.org/debian stretch/main amd64 ucf all 3.0036 [70.2 kB]
Step #3 - "lint": Get:14 http://deb.debian.org/debian stretch/main amd64 fonts-dejavu-core all 2.37-1 [1068 kB]
Step #3 - "lint": Get:15 http://deb.debian.org/debian stretch/main amd64 fonts-liberation all 1:1.07.4-2 [827 kB]
Step #3 - "lint": Get:16 http://deb.debian.org/debian stretch/main amd64 fontconfig-config all 2.11.0-6.7 [271 kB]
Step #3 - "lint": Get:17 http://deb.debian.org/debian stretch/main amd64 libfontconfig1 amd64 2.11.0-6.7+b1 [331 kB]
Step #3 - "lint": Get:18 http://deb.debian.org/debian stretch/main amd64 fontconfig amd64 2.11.0-6.7+b1 [404 kB]
Step #3 - "lint": Get:19 http://deb.debian.org/debian stretch/main amd64 nano amd64 2.7.4-1 [485 kB]
Step #3 - "lint": Get:20 http://deb.debian.org/debian stretch/main amd64 wget amd64 1.18-5+deb9u2 [799 kB]
Step #3 - "lint": Get:21 http://deb.debian.org/debian stretch/main amd64 gettext-base amd64 0.19.8.1-2 [121 kB]
Step #3 - "lint": Get:22 http://deb.debian.org/debian stretch/main amd64 libann0 amd64 1.1.2+doc-6 [24.9 kB]
Step #3 - "lint": Get:23 http://deb.debian.org/debian stretch/main amd64 libcdt5 amd64 2.38.0-17 [59.6 kB]
Step #3 - "lint": Get:24 http://deb.debian.org/debian stretch/main amd64 libcgraph6 amd64 2.38.0-17 [82.2 kB]
Step #3 - "lint": Get:25 http://deb.debian.org/debian stretch/main amd64 libjpeg62-turbo amd64 1:1.5.1-2 [134 kB]
Step #3 - "lint": Get:26 http://deb.debian.org/debian stretch/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB]
Step #3 - "lint": Get:27 http://deb.debian.org/debian stretch/main amd64 libwebp6 amd64 0.5.2-1 [235 kB]
Step #3 - "lint": Get:28 http://deb.debian.org/debian stretch/main amd64 libxpm4 amd64 1:3.5.12-1 [49.1 kB]
Step #3 - "lint": Get:29 http://deb.debian.org/debian stretch/main amd64 libgd3 amd64 2.2.4-2+deb9u3 [132 kB]
Step #3 - "lint": Get:30 http://deb.debian.org/debian stretch/main amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [158 kB]
Step #3 - "lint": Get:31 http://deb.debian.org/debian stretch/main amd64 libpixman-1-0 amd64 0.34.0-1 [530 kB]
Step #3 - "lint": Get:32 http://deb.debian.org/debian stretch/main amd64 libxcb-render0 amd64 1.12-1 [105 kB]
Step #3 - "lint": Get:33 http://deb.debian.org/debian stretch/main amd64 libxcb-shm0 amd64 1.12-1 [95.9 kB]
Step #3 - "lint": Get:34 http://deb.debian.org/debian stretch/main amd64 libxrender1 amd64 1:0.9.10-1 [33.0 kB]
Step #3 - "lint": Get:35 http://deb.debian.org/debian stretch/main amd64 libcairo2 amd64 1.14.8-1 [771 kB]
Step #3 - "lint": Get:36 http://deb.debian.org/debian stretch/main amd64 libthai-data all 0.1.26-1 [166 kB]
Step #3 - "lint": Get:37 http://deb.debian.org/debian stretch/main amd64 libdatrie1 amd64 0.2.10-4+b1 [36.4 kB]
Step #3 - "lint": Get:38 http://deb.debian.org/debian stretch/main amd64 libthai0 amd64 0.1.26-1 [52.1 kB]
Step #3 - "lint": Get:39 http://deb.debian.org/debian stretch/main amd64 libpango-1.0-0 amd64 1.40.5-1 [320 kB]
Step #3 - "lint": Get:40 http://deb.debian.org/debian stretch/main amd64 libgraphite2-3 amd64 1.3.10-1 [84.2 kB]
Step #3 - "lint": Get:41 http://deb.debian.org/debian stretch/main amd64 libharfbuzz0b amd64 1.4.2-1 [671 kB]
Step #3 - "lint": Get:42 http://deb.debian.org/debian stretch/main amd64 libpangoft2-1.0-0 amd64 1.40.5-1 [205 kB]
Step #3 - "lint": Get:43 http://deb.debian.org/debian stretch/main amd64 libpangocairo-1.0-0 amd64 1.40.5-1 [193 kB]
Step #3 - "lint": Get:44 http://deb.debian.org/debian stretch/main amd64 libpathplan4 amd64 2.38.0-17 [62.8 kB]
Step #3 - "lint": Get:45 http://deb.debian.org/debian stretch/main amd64 libxdot4 amd64 2.38.0-17 [55.6 kB]
Step #3 - "lint": Get:46 http://deb.debian.org/debian stretch/main amd64 libgvc6 amd64 2.38.0-17 [639 kB]
Step #3 - "lint": Get:47 http://deb.debian.org/debian stretch/main amd64 libgvpr2 amd64 2.38.0-17 [211 kB]
Step #3 - "lint": Get:48 http://deb.debian.org/debian stretch/main amd64 x11-common all 1:7.7+19 [251 kB]
Step #3 - "lint": Get:49 http://deb.debian.org/debian stretch/main amd64 libice6 amd64 2:1.0.9-2 [58.7 kB]
Step #3 - "lint": Get:50 http://deb.debian.org/debian stretch/main amd64 libsm6 amd64 2:1.2.2-1+b3 [33.3 kB]
Step #3 - "lint": Get:51 http://deb.debian.org/debian stretch/main amd64 libxt6 amd64 1:1.1.5-1 [188 kB]
Step #3 - "lint": Get:52 http://deb.debian.org/debian stretch/main amd64 libxmu6 amd64 2:1.1.2-2 [60.3 kB]
Step #3 - "lint": Get:53 http://deb.debian.org/debian stretch/main amd64 libxaw7 amd64 2:1.0.13-1+b2 [201 kB]
Step #3 - "lint": Get:54 http://deb.debian.org/debian stretch/main amd64 graphviz amd64 2.38.0-17 [802 kB]
Step #3 - "lint": Get:55 http://deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB]
Step #3 - "lint": Get:56 http://deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB]
Step #3 - "lint": Get:57 http://deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB]
Step #3 - "lint": Get:58 http://deb.debian.org/debian stretch/main amd64 libgts-bin amd64 0.7.6+darcs121130-4 [50.8 kB]
Step #3 - "lint": Get:59 http://deb.debian.org/debian stretch/main amd64 python-six all 1.10.0-3 [14.4 kB]
Step #3 - "lint": Get:60 http://deb.debian.org/debian stretch/main amd64 python-urllib3 all 1.19.1-1 [77.5 kB]
Step #3 - "lint": Get:61 http://deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB]
Step #3 - "lint": Get:62 http://deb.debian.org/debian stretch/main amd64 python-chardet all 2.3.0-2 [96.0 kB]
Step #3 - "lint": Get:63 http://deb.debian.org/debian stretch/main amd64 python-requests all 2.12.4-1 [101 kB]
Step #3 - "lint": Get:64 http://deb.debian.org/debian stretch/main amd64 linkchecker amd64 9.3-4 [312 kB]
Step #3 - "lint": Get:65 http://deb.debian.org/debian stretch/main amd64 psmisc amd64 22.21-2.1+b2 [123 kB]
Step #3 - "lint": Get:66 http://deb.debian.org/debian stretch/main amd64 python-cffi-backend amd64 1.9.1-2 [69.0 kB]
Step #3 - "lint": Get:67 http://deb.debian.org/debian stretch/main amd64 python-enum34 all 1.1.6-1 [35.0 kB]
Step #3 - "lint": Get:68 http://deb.debian.org/debian stretch/main amd64 python-idna all 2.2-1 [32.6 kB]
Step #3 - "lint": Get:69 http://deb.debian.org/debian stretch/main amd64 python-ipaddress all 1.0.17-1 [18.1 kB]
Step #3 - "lint": Get:70 http://deb.debian.org/debian stretch/main amd64 python-pyasn1 all 0.1.9-2 [51.8 kB]
Step #3 - "lint": Get:71 http://deb.debian.org/debian stretch/main amd64 python-setuptools all 33.1.1-1 [297 kB]
Step #3 - "lint": Get:72 http://deb.debian.org/debian stretch/main amd64 python-cryptography amd64 1.7.1-3 [211 kB]
Step #3 - "lint": Get:73 http://deb.debian.org/debian stretch/main amd64 python-openssl all 16.2.0-1 [43.7 kB]
Step #3 - "lint": Get:74 http://deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB]
Step #3 - "lint": �[91mdebconf: delaying package configuration, since apt-utils is not installed
Step #3 - "lint": �[0mFetched 18.7 MB in 0s (64.9 MB/s)
Step #3 - "lint": Selecting previously unselected package bash-completion.
Step #3 - "lint": (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 ... 17197 files and directories currently installed.)
Step #3 - "lint": Preparing to unpack .../0-bash-completion_1%3a2.1-4.3_all.deb ...
Step #3 - "lint": Unpacking bash-completion (1:2.1-4.3) ...
Step #3 - "lint": Selecting previously unselected package libpython2.7-minimal:amd64.
Step #3 - "lint": Preparing to unpack .../1-libpython2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package python2.7-minimal.
Step #3 - "lint": Preparing to unpack .../2-python2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking python2.7-minimal (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package python-minimal.
Step #3 - "lint": Preparing to unpack .../3-python-minimal_2.7.13-2_amd64.deb ...
Step #3 - "lint": Unpacking python-minimal (2.7.13-2) ...
Step #3 - "lint": Selecting previously unselected package mime-support.
Step #3 - "lint": Preparing to unpack .../4-mime-support_3.60_all.deb ...
Step #3 - "lint": Unpacking mime-support (3.60) ...
Step #3 - "lint": Selecting previously unselected package libpython2.7-stdlib:amd64.
Step #3 - "lint": Preparing to unpack .../5-libpython2.7-stdlib_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package python2.7.
Step #3 - "lint": Preparing to unpack .../6-python2.7_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking python2.7 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package libpython-stdlib:amd64.
Step #3 - "lint": Preparing to unpack .../7-libpython-stdlib_2.7.13-2_amd64.deb ...
Step #3 - "lint": Unpacking libpython-stdlib:amd64 (2.7.13-2) ...
Step #3 - "lint": Setting up libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Setting up python2.7-minimal (2.7.13-2+deb9u3) ...
Step #3 - "lint": Linking and byte-compiling packages for runtime python2.7...
Step #3 - "lint": Setting up python-minimal (2.7.13-2) ...
Step #3 - "lint": Selecting previously unselected package python.
Step #3 - "lint": (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 ... 18545 files and directories currently installed.)
Step #3 - "lint": Preparing to unpack .../00-python_2.7.13-2_amd64.deb ...
Step #3 - "lint": Unpacking python (2.7.13-2) ...
Step #3 - "lint": Selecting previously unselected package libpng16-16:amd64.
Step #3 - "lint": Preparing to unpack .../01-libpng16-16_1.6.28-1_amd64.deb ...
Step #3 - "lint": Unpacking libpng16-16:amd64 (1.6.28-1) ...
Step #3 - "lint": Selecting previously unselected package libfreetype6:amd64.
Step #3 - "lint": Preparing to unpack .../02-libfreetype6_2.6.3-3.2_amd64.deb ...
Step #3 - "lint": Unpacking libfreetype6:amd64 (2.6.3-3.2) ...
Step #3 - "lint": Selecting previously unselected package ucf.
Step #3 - "lint": Preparing to unpack .../03-ucf_3.0036_all.deb ...
Step #3 - "lint": Moving old data out of the way
Step #3 - "lint": Unpacking ucf (3.0036) ...
Step #3 - "lint": Selecting previously unselected package fonts-dejavu-core.
Step #3 - "lint": Preparing to unpack .../04-fonts-dejavu-core_2.37-1_all.deb ...
Step #3 - "lint": Unpacking fonts-dejavu-core (2.37-1) ...
Step #3 - "lint": Selecting previously unselected package fonts-liberation.
Step #3 - "lint": Preparing to unpack .../05-fonts-liberation_1%3a1.07.4-2_all.deb ...
Step #3 - "lint": Unpacking fonts-liberation (1:1.07.4-2) ...
Step #3 - "lint": Selecting previously unselected package fontconfig-config.
Step #3 - "lint": Preparing to unpack .../06-fontconfig-config_2.11.0-6.7_all.deb ...
Step #3 - "lint": Unpacking fontconfig-config (2.11.0-6.7) ...
Step #3 - "lint": Selecting previously unselected package libfontconfig1:amd64.
Step #3 - "lint": Preparing to unpack .../07-libfontconfig1_2.11.0-6.7+b1_amd64.deb ...
Step #3 - "lint": Unpacking libfontconfig1:amd64 (2.11.0-6.7+b1) ...
Step #3 - "lint": Selecting previously unselected package fontconfig.
Step #3 - "lint": Preparing to unpack .../08-fontconfig_2.11.0-6.7+b1_amd64.deb ...
Step #3 - "lint": Unpacking fontconfig (2.11.0-6.7+b1) ...
Step #3 - "lint": Selecting previously unselected package nano.
Step #3 - "lint": Preparing to unpack .../09-nano_2.7.4-1_amd64.deb ...
Step #3 - "lint": Unpacking nano (2.7.4-1) ...
Step #3 - "lint": Selecting previously unselected package wget.
Step #3 - "lint": Preparing to unpack .../10-wget_1.18-5+deb9u2_amd64.deb ...
Step #3 - "lint": Unpacking wget (1.18-5+deb9u2) ...
Step #3 - "lint": Selecting previously unselected package gettext-base.
Step #3 - "lint": Preparing to unpack .../11-gettext-base_0.19.8.1-2_amd64.deb ...
Step #3 - "lint": Unpacking gettext-base (0.19.8.1-2) ...
Step #3 - "lint": Selecting previously unselected package libann0.
Step #3 - "lint": Preparing to unpack .../12-libann0_1.1.2+doc-6_amd64.deb ...
Step #3 - "lint": Unpacking libann0 (1.1.2+doc-6) ...
Step #3 - "lint": Selecting previously unselected package libcdt5.
Step #3 - "lint": Preparing to unpack .../13-libcdt5_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libcdt5 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libcgraph6.
Step #3 - "lint": Preparing to unpack .../14-libcgraph6_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libcgraph6 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libjpeg62-turbo:amd64.
Step #3 - "lint": Preparing to unpack .../15-libjpeg62-turbo_1%3a1.5.1-2_amd64.deb ...
Step #3 - "lint": Unpacking libjpeg62-turbo:amd64 (1:1.5.1-2) ...
Step #3 - "lint": Selecting previously unselected package libjbig0:amd64.
Step #3 - "lint": Preparing to unpack .../16-libjbig0_2.1-3.1+b2_amd64.deb ...
Step #3 - "lint": Unpacking libjbig0:amd64 (2.1-3.1+b2) ...
Step #3 - "lint": Selecting previously unselected package libtiff5:amd64.
Step #3 - "lint": Preparing to unpack .../17-libtiff5_4.0.8-2+deb9u4_amd64.deb ...
Step #3 - "lint": Unpacking libtiff5:amd64 (4.0.8-2+deb9u4) ...
Step #3 - "lint": Selecting previously unselected package libwebp6:amd64.
Step #3 - "lint": Preparing to unpack .../18-libwebp6_0.5.2-1_amd64.deb ...
Step #3 - "lint": Unpacking libwebp6:amd64 (0.5.2-1) ...
Step #3 - "lint": Selecting previously unselected package libxpm4:amd64.
Step #3 - "lint": Preparing to unpack .../19-libxpm4_1%3a3.5.12-1_amd64.deb ...
Step #3 - "lint": Unpacking libxpm4:amd64 (1:3.5.12-1) ...
Step #3 - "lint": Selecting previously unselected package libgd3:amd64.
Step #3 - "lint": Preparing to unpack .../20-libgd3_2.2.4-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking libgd3:amd64 (2.2.4-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package libgts-0.7-5:amd64.
Step #3 - "lint": Preparing to unpack .../21-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ...
Step #3 - "lint": Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
Step #3 - "lint": Selecting previously unselected package libpixman-1-0:amd64.
Step #3 - "lint": Preparing to unpack .../22-libpixman-1-0_0.34.0-1_amd64.deb ...
Step #3 - "lint": Unpacking libpixman-1-0:amd64 (0.34.0-1) ...
Step #3 - "lint": Selecting previously unselected package libxcb-render0:amd64.
Step #3 - "lint": Preparing to unpack .../23-libxcb-render0_1.12-1_amd64.deb ...
Step #3 - "lint": Unpacking libxcb-render0:amd64 (1.12-1) ...
Step #3 - "lint": Selecting previously unselected package libxcb-shm0:amd64.
Step #3 - "lint": Preparing to unpack .../24-libxcb-shm0_1.12-1_amd64.deb ...
Step #3 - "lint": Unpacking libxcb-shm0:amd64 (1.12-1) ...
Step #3 - "lint": Selecting previously unselected package libxrender1:amd64.
Step #3 - "lint": Preparing to unpack .../25-libxrender1_1%3a0.9.10-1_amd64.deb ...
Step #3 - "lint": Unpacking libxrender1:amd64 (1:0.9.10-1) ...
Step #3 - "lint": Selecting previously unselected package libcairo2:amd64.
Step #3 - "lint": Preparing to unpack .../26-libcairo2_1.14.8-1_amd64.deb ...
Step #3 - "lint": Unpacking libcairo2:amd64 (1.14.8-1) ...
Step #3 - "lint": Selecting previously unselected package libthai-data.
Step #3 - "lint": Preparing to unpack .../27-libthai-data_0.1.26-1_all.deb ...
Step #3 - "lint": Unpacking libthai-data (0.1.26-1) ...
Step #3 - "lint": Selecting previously unselected package libdatrie1:amd64.
Step #3 - "lint": Preparing to unpack .../28-libdatrie1_0.2.10-4+b1_amd64.deb ...
Step #3 - "lint": Unpacking libdatrie1:amd64 (0.2.10-4+b1) ...
Step #3 - "lint": Selecting previously unselected package libthai0:amd64.
Step #3 - "lint": Preparing to unpack .../29-libthai0_0.1.26-1_amd64.deb ...
Step #3 - "lint": Unpacking libthai0:amd64 (0.1.26-1) ...
Step #3 - "lint": Selecting previously unselected package libpango-1.0-0:amd64.
Step #3 - "lint": Preparing to unpack .../30-libpango-1.0-0_1.40.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libpango-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Selecting previously unselected package libgraphite2-3:amd64.
Step #3 - "lint": Preparing to unpack .../31-libgraphite2-3_1.3.10-1_amd64.deb ...
Step #3 - "lint": Unpacking libgraphite2-3:amd64 (1.3.10-1) ...
Step #3 - "lint": Selecting previously unselected package libharfbuzz0b:amd64.
Step #3 - "lint": Preparing to unpack .../32-libharfbuzz0b_1.4.2-1_amd64.deb ...
Step #3 - "lint": Unpacking libharfbuzz0b:amd64 (1.4.2-1) ...
Step #3 - "lint": Selecting previously unselected package libpangoft2-1.0-0:amd64.
Step #3 - "lint": Preparing to unpack .../33-libpangoft2-1.0-0_1.40.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libpangoft2-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Selecting previously unselected package libpangocairo-1.0-0:amd64.
Step #3 - "lint": Preparing to unpack .../34-libpangocairo-1.0-0_1.40.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libpangocairo-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Selecting previously unselected package libpathplan4.
Step #3 - "lint": Preparing to unpack .../35-libpathplan4_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libpathplan4 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libxdot4.
Step #3 - "lint": Preparing to unpack .../36-libxdot4_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libxdot4 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libgvc6.
Step #3 - "lint": Preparing to unpack .../37-libgvc6_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libgvc6 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libgvpr2.
Step #3 - "lint": Preparing to unpack .../38-libgvpr2_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libgvpr2 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package x11-common.
Step #3 - "lint": Preparing to unpack .../39-x11-common_1%3a7.7+19_all.deb ...
Step #3 - "lint": Unpacking x11-common (1:7.7+19) ...
Step #3 - "lint": Selecting previously unselected package libice6:amd64.
Step #3 - "lint": Preparing to unpack .../40-libice6_2%3a1.0.9-2_amd64.deb ...
Step #3 - "lint": Unpacking libice6:amd64 (2:1.0.9-2) ...
Step #3 - "lint": Selecting previously unselected package libsm6:amd64.
Step #3 - "lint": Preparing to unpack .../41-libsm6_2%3a1.2.2-1+b3_amd64.deb ...
Step #3 - "lint": Unpacking libsm6:amd64 (2:1.2.2-1+b3) ...
Step #3 - "lint": Selecting previously unselected package libxt6:amd64.
Step #3 - "lint": Preparing to unpack .../42-libxt6_1%3a1.1.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libxt6:amd64 (1:1.1.5-1) ...
Step #3 - "lint": Selecting previously unselected package libxmu6:amd64.
Step #3 - "lint": Preparing to unpack .../43-libxmu6_2%3a1.1.2-2_amd64.deb ...
Step #3 - "lint": Unpacking libxmu6:amd64 (2:1.1.2-2) ...
Step #3 - "lint": Selecting previously unselected package libxaw7:amd64.
Step #3 - "lint": Preparing to unpack .../44-libxaw7_2%3a1.0.13-1+b2_amd64.deb ...
Step #3 - "lint": Unpacking libxaw7:amd64 (2:1.0.13-1+b2) ...
Step #3 - "lint": Selecting previously unselected package graphviz.
Step #3 - "lint": Preparing to unpack .../45-graphviz_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking graphviz (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libonig4:amd64.
Step #3 - "lint": Preparing to unpack .../46-libonig4_6.1.3-2_amd64.deb ...
Step #3 - "lint": Unpacking libonig4:amd64 (6.1.3-2) ...
Step #3 - "lint": Selecting previously unselected package libjq1:amd64.
Step #3 - "lint": Preparing to unpack .../47-libjq1_1.5+dfsg-1.3_amd64.deb ...
Step #3 - "lint": Unpacking libjq1:amd64 (1.5+dfsg-1.3) ...
Step #3 - "lint": Selecting previously unselected package jq.
Step #3 - "lint": Preparing to unpack .../48-jq_1.5+dfsg-1.3_amd64.deb ...
Step #3 - "lint": Unpacking jq (1.5+dfsg-1.3) ...
Step #3 - "lint": Selecting previously unselected package libgts-bin.
Step #3 - "lint": Preparing to unpack .../49-libgts-bin_0.7.6+darcs121130-4_amd64.deb ...
Step #3 - "lint": Unpacking libgts-bin (0.7.6+darcs121130-4) ...
Step #3 - "lint": Selecting previously unselected package python-six.
Step #3 - "lint": Preparing to unpack .../50-python-six_1.10.0-3_all.deb ...
Step #3 - "lint": Unpacking python-six (1.10.0-3) ...
Step #3 - "lint": Selecting previously unselected package python-urllib3.
Step #3 - "lint": Preparing to unpack .../51-python-urllib3_1.19.1-1_all.deb ...
Step #3 - "lint": Unpacking python-urllib3 (1.19.1-1) ...
Step #3 - "lint": Selecting previously unselected package python-pkg-resources.
Step #3 - "lint": Preparing to unpack .../52-python-pkg-resources_33.1.1-1_all.deb ...
Step #3 - "lint": Unpacking python-pkg-resources (33.1.1-1) ...
Step #3 - "lint": Selecting previously unselected package python-chardet.
Step #3 - "lint": Preparing to unpack .../53-python-chardet_2.3.0-2_all.deb ...
Step #3 - "lint": Unpacking python-chardet (2.3.0-2) ...
Step #3 - "lint": Selecting previously unselected package python-requests.
Step #3 - "lint": Preparing to unpack .../54-python-requests_2.12.4-1_all.deb ...
Step #3 - "lint": Unpacking python-requests (2.12.4-1) ...
Step #3 - "lint": Selecting previously unselected package linkchecker.
Step #3 - "lint": Preparing to unpack .../55-linkchecker_9.3-4_amd64.deb ...
Step #3 - "lint": Unpacking linkchecker (9.3-4) ...
Step #3 - "lint": Selecting previously unselected package psmisc.
Step #3 - "lint": Preparing to unpack .../56-psmisc_22.21-2.1+b2_amd64.deb ...
Step #3 - "lint": Unpacking psmisc (22.21-2.1+b2) ...
Step #3 - "lint": Selecting previously unselected package python-cffi-backend.
Step #3 - "lint": Preparing to unpack .../57-python-cffi-backend_1.9.1-2_amd64.deb ...
Step #3 - "lint": Unpacking python-cffi-backend (1.9.1-2) ...
Step #3 - "lint": Selecting previously unselected package python-enum34.
Step #3 - "lint": Preparing to unpack .../58-python-enum34_1.1.6-1_all.deb ...
Step #3 - "lint": Unpacking python-enum34 (1.1.6-1) ...
Step #3 - "lint": Selecting previously unselected package python-idna.
Step #3 - "lint": Preparing to unpack .../59-python-idna_2.2-1_all.deb ...
Step #3 - "lint": Unpacking python-idna (2.2-1) ...
Step #3 - "lint": Selecting previously unselected package python-ipaddress.
Step #3 - "lint": Preparing to unpack .../60-python-ipaddress_1.0.17-1_all.deb ...
Step #3 - "lint": Unpacking python-ipaddress (1.0.17-1) ...
Step #3 - "lint": Selecting previously unselected package python-pyasn1.
Step #3 - "lint": Preparing to unpack .../61-python-pyasn1_0.1.9-2_all.deb ...
Step #3 - "lint": Unpacking python-pyasn1 (0.1.9-2) ...
Step #3 - "lint": Selecting previously unselected package python-setuptools.
Step #3 - "lint": Preparing to unpack .../62-python-setuptools_33.1.1-1_all.deb ...
Step #3 - "lint": Unpacking python-setuptools (33.1.1-1) ...
Step #3 - "lint": Selecting previously unselected package python-cryptography.
Step #3 - "lint": Preparing to unpack .../63-python-cryptography_1.7.1-3_amd64.deb ...
Step #3 - "lint": Unpacking python-cryptography (1.7.1-3) ...
Step #3 - "lint": Selecting previously unselected package python-openssl.
Step #3 - "lint": Preparing to unpack .../64-python-openssl_16.2.0-1_all.deb ...
Step #3 - "lint": Unpacking python-openssl (16.2.0-1) ...
Step #3 - "lint": Selecting previously unselected package zip.
Step #3 - "lint": Preparing to unpack .../65-zip_3.0-11+b1_amd64.deb ...
Step #3 - "lint": Unpacking zip (3.0-11+b1) ...
Step #3 - "lint": Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
Step #3 - "lint": Setting up libpathplan4 (2.38.0-17) ...
Step #3 - "lint": Setting up libxcb-render0:amd64 (1.12-1) ...
Step #3 - "lint": Setting up libxdot4 (2.38.0-17) ...
Step #3 - "lint": Setting up libjpeg62-turbo:amd64 (1:1.5.1-2) ...
Step #3 - "lint": Setting up psmisc (22.21-2.1+b2) ...
Step #3 - "lint": Setting up mime-support (3.60) ...
Step #3 - "lint": Setting up libpng16-16:amd64 (1.6.28-1) ...
Step #3 - "lint": Setting up libjbig0:amd64 (2.1-3.1+b2) ...
Step #3 - "lint": Setting up fonts-dejavu-core (2.37-1) ...
Step #3 - "lint": Setting up bash-completion (1:2.1-4.3) ...
Step #3 - "lint": Setting up libonig4:amd64 (6.1.3-2) ...
Step #3 - "lint": Setting up libdatrie1:amd64 (0.2.10-4+b1) ...
Step #3 - "lint": Setting up libtiff5:amd64 (4.0.8-2+deb9u4) ...
Step #3 - "lint": Setting up gettext-base (0.19.8.1-2) ...
Step #3 - "lint": Processing triggers for sgml-base (1.29) ...
Step #3 - "lint": Setting up fonts-liberation (1:1.07.4-2) ...
Step #3 - "lint": Setting up ucf (3.0036) ...
Step #3 - "lint": debconf: unable to initialize frontend: Dialog
Step #3 - "lint": debconf: (TERM is not set, so the dialog frontend is not usable.)
Step #3 - "lint": debconf: falling back to frontend: Readline
Step #3 - "lint": Setting up zip (3.0-11+b1) ...
Step #3 - "lint": Setting up libfreetype6:amd64 (2.6.3-3.2) ...
Step #3 - "lint": Setting up libgraphite2-3:amd64 (1.3.10-1) ...
Step #3 - "lint": Setting up libjq1:amd64 (1.5+dfsg-1.3) ...
Step #3 - "lint": Setting up nano (2.7.4-1) ...
Step #3 - "lint": update-alternatives: using /bin/nano to provide /usr/bin/editor (editor) in auto mode
Step #3 - "lint": update-alternatives: using /bin/nano to provide /usr/bin/pico (pico) in auto mode
Step #3 - "lint": Setting up libpixman-1-0:amd64 (0.34.0-1) ...
Step #3 - "lint": Processing triggers for libc-bin (2.24-11+deb9u3) ...
Step #3 - "lint": Setting up wget (1.18-5+deb9u2) ...
Step #3 - "lint": Setting up libann0 (1.1.2+doc-6) ...
Step #3 - "lint": Setting up libxcb-shm0:amd64 (1.12-1) ...
Step #3 - "lint": Setting up libxpm4:amd64 (1:3.5.12-1) ...
Step #3 - "lint": Setting up libxrender1:amd64 (1:0.9.10-1) ...
Step #3 - "lint": Setting up libgts-bin (0.7.6+darcs121130-4) ...
Step #3 - "lint": Setting up libthai-data (0.1.26-1) ...
Step #3 - "lint": Setting up x11-common (1:7.7+19) ...
Step #3 - "lint": debconf: unable to initialize frontend: Dialog
Step #3 - "lint": debconf: (TERM is not set, so the dialog frontend is not usable.)
Step #3 - "lint": debconf: falling back to frontend: Readline
Step #3 - "lint": update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Step #3 - "lint": invoke-rc.d: could not determine current runlevel
Step #3 - "lint": invoke-rc.d: policy-rc.d denied execution of start.
Step #3 - "lint": Setting up libcdt5 (2.38.0-17) ...
Step #3 - "lint": Setting up libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Setting up libcgraph6 (2.38.0-17) ...
Step #3 - "lint": Setting up libwebp6:amd64 (0.5.2-1) ...
Step #3 - "lint": Setting up jq (1.5+dfsg-1.3) ...
Step #3 - "lint": Setting up fontconfig-config (2.11.0-6.7) ...
Step #3 - "lint": debconf: unable to initialize frontend: Dialog
Step #3 - "lint": debconf: (TERM is not set, so the dialog frontend is not usable.)
Step #3 - "lint": debconf: falling back to frontend: Readline
Step #3 - "lint": Setting up libgvpr2 (2.38.0-17) ...
Step #3 - "lint": Setting up python2.7 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Setting up libharfbuzz0b:amd64 (1.4.2-1) ...
Step #3 - "lint": Setting up libthai0:amd64 (0.1.26-1) ...
Step #3 - "lint": Setting up libpython-stdlib:amd64 (2.7.13-2) ...
Step #3 - "lint": Setting up libice6:amd64 (2:1.0.9-2) ...
Step #3 - "lint": Setting up python (2.7.13-2) ...
Step #3 - "lint": Setting up python-idna (2.2-1) ...
Step #3 - "lint": Setting up libfontconfig1:amd64 (2.11.0-6.7+b1) ...
Step #3 - "lint": Setting up libsm6:amd64 (2:1.2.2-1+b3) ...
Step #3 - "lint": Setting up python-pyasn1 (0.1.9-2) ...
Step #3 - "lint": Setting up libgd3:amd64 (2.2.4-2+deb9u3) ...
Step #3 - "lint": Setting up python-pkg-resources (33.1.1-1) ...
Step #3 - "lint": Setting up python-cffi-backend (1.9.1-2) ...
Step #3 - "lint": Setting up python-six (1.10.0-3) ...
Step #3 - "lint": Setting up python-enum34 (1.1.6-1) ...
Step #3 - "lint": Setting up libxt6:amd64 (1:1.1.5-1) ...
Step #3 - "lint": Setting up python-ipaddress (1.0.17-1) ...
Step #3 - "lint": Setting up fontconfig (2.11.0-6.7+b1) ...
Step #3 - "lint": Regenerating fonts cache... done.
Step #3 - "lint": Setting up libcairo2:amd64 (1.14.8-1) ...
Step #3 - "lint": Setting up python-setuptools (33.1.1-1) ...
Step #3 - "lint": Setting up python-urllib3 (1.19.1-1) ...
Step #3 - "lint": Setting up python-chardet (2.3.0-2) ...
Step #3 - "lint": Setting up libxmu6:amd64 (2:1.1.2-2) ...
Step #3 - "lint": Setting up libpango-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Setting up python-cryptography (1.7.1-3) ...
Step #3 - "lint": Setting up python-requests (2.12.4-1) ...
Step #3 - "lint": Setting up linkchecker (9.3-4) ...
Step #3 - "lint": Setting up libxaw7:amd64 (2:1.0.13-1+b2) ...
Step #3 - "lint": Setting up python-openssl (16.2.0-1) ...
Step #3 - "lint": Setting up libpangoft2-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Setting up libpangocairo-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Setting up libgvc6 (2.38.0-17) ...
Step #3 - "lint": Setting up graphviz (2.38.0-17) ...
Step #3 - "lint": Processing triggers for libc-bin (2.24-11+deb9u3) ...
Step #3 - "lint": Removing intermediate container 40405b5c4ce6
Step #3 - "lint":  ---> b47d2b7fbc80
Step #3 - "lint": Step 3/33 : ENV RUSTUP_HOME=/usr/local/rustup     CARGO_HOME=/usr/local/cargo     PATH=/usr/local/cargo/bin:$PATH     RUST_VERSION=1.26.1
Step #3 - "lint":  ---> Running in 925f7acbeaa9
Step #3 - "lint": Removing intermediate container 925f7acbeaa9
Step #3 - "lint":  ---> 20616df0253c
Step #3 - "lint": Step 4/33 : ENV RUST_ARCH=x86_64-unknown-linux-gnu     RUSTUP_SHA256=c9837990bce0faab4f6f52604311a19bb8d2cde989bea6a7b605c8e526db6f02
Step #3 - "lint":  ---> Running in ca447e67b016
Step #3 - "lint": Removing intermediate container ca447e67b016
Step #3 - "lint":  ---> 329200dfc56f
Step #3 - "lint": Step 5/33 : RUN wget -q https://static.rust-lang.org/rustup/archive/1.11.0/${RUST_ARCH}/rustup-init &&     echo "${RUSTUP_SHA256} *rustup-init" | sha256sum -c - &&     chmod +x rustup-init &&     ./rustup-init -y --no-modify-path --default-toolchain $RUST_VERSION &&     rm rustup-init &&     rustup --version;     cargo --version;     rustc --version;
Step #3 - "lint":  ---> Running in 950f8509e0a5
Step #3 - "lint": rustup-init: OK
Step #3 - "lint": �[91minfo: syncing channel updates for '1.26.1-x86_64-unknown-linux-gnu'
Step #3 - "lint": �[0m�[91minfo: latest update on 2018-05-29, rust version 1.26.1 (827013a31 2018-05-25)
Step #3 - "lint": info: downloading component 'rustc'
Step #3 - "lint": �[0m�[91minfo: downloading component 'rust-std'
Step #3 - "lint": �[0m�[91minfo: downloading component 'cargo'
Step #3 - "lint": �[0m�[91minfo: downloading component 'rust-docs'
Step #3 - "lint": �[0m�[91minfo: installing component 'rustc'
Step #3 - "lint": �[0m�[91minfo: installing component 'rust-std'
Step #3 - "lint": �[0m�[91minfo: installing component 'cargo'
Step #3 - "lint": �[0m�[91minfo: installing component 'rust-docs'
Step #3 - "lint": �[0m�[91minfo: default toolchain set to '1.26.1'
Step #3 - "lint": �[0m
Step #3 - "lint":   1.26.1 installed - rustc 1.26.1 (827013a31 2018-05-25)
Step #3 - "lint": 
Step #3 - "lint": rustup 1.11.0 (e751ff9f8 2018-02-13)
Step #3 - "lint": cargo 1.26.0 (0e7c5a931 2018-04-06)
Step #3 - "lint": rustc 1.26.1 (827013a31 2018-05-25)
Step #3 - "lint": Removing intermediate container 950f8509e0a5
Step #3 - "lint":  ---> edf43e26f83d
Step #3 - "lint": Step 6/33 : WORKDIR /usr/local
Step #3 - "lint":  ---> Running in 9d54ff5cf3bc
Step #3 - "lint": Removing intermediate container 9d54ff5cf3bc
Step #3 - "lint":  ---> b41164d11012
Step #3 - "lint": Step 7/33 : ENV GO_VERSION=1.11.4
Step #3 - "lint":  ---> Running in 86efd283c15c
Step #3 - "lint": Removing intermediate container 86efd283c15c
Step #3 - "lint":  ---> 453960c70581
Step #3 - "lint": Step 8/33 : ENV GOPATH /go
Step #3 - "lint":  ---> Running in fac49758802b
Step #3 - "lint": Removing intermediate container fac49758802b
Step #3 - "lint":  ---> 7b2e45460717
Step #3 - "lint": Step 9/33 : 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 #3 - "lint":  ---> Running in 1e6edffbf599
Step #3 - "lint": Removing intermediate container 1e6edffbf599
Step #3 - "lint":  ---> 28c49e642a60
Step #3 - "lint": Step 10/33 : WORKDIR /opt
Step #3 - "lint":  ---> Running in 18c5b6360c76
Step #3 - "lint": Removing intermediate container 18c5b6360c76
Step #3 - "lint":  ---> 9d5722dfae3a
Step #3 - "lint": Step 11/33 : RUN wget -q https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.zip && unzip -q google-cloud-sdk.zip &&     rm google-cloud-sdk.zip &&     /opt/google-cloud-sdk/install.sh --usage-reporting=true --path-update=true --bash-completion=true --rc-path=/root/.bashrc
Step #3 - "lint":  ---> Running in bc1c2d99ce8f
Step #3 - "lint": Welcome to the Google Cloud SDK!
Step #3 - "lint": WARNING: You appear to be running this script as root. This may cause 
Step #3 - "lint": the installation to be inaccessible to users other than the root user.
Step #3 - "lint": �[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Your current Cloud SDK version is: 230.0.0
Step #3 - "lint": Installing components from version: 230.0.0
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91m+----------------------------------------------------------------------------+�[0m�[91m
Step #3 - "lint": �[0m�[91m|                    These components will be installed.                     |�[0m�[91m
Step #3 - "lint": �[0m�[91m+-----------------------------------------------------+------------+---------+�[0m�[91m
Step #3 - "lint": �[0m�[91m|                         Name                        |  Version   |   Size  |�[0m�[91m
Step #3 - "lint": +-----------------------------------------------------+------------+---------+�[0m�[91m
Step #3 - "lint": | �[0m�[91mBigQuery Command Line Tool                          �[0m�[91m| �[0m�[91m    2.0.39�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mBigQuery Command Line Tool (Platform Specific)     �[0m�[91m �[0m�[91m| �[0m�[91m    2.0.34�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud SDK Core Libraries (Platform Specific)       �[0m�[91m �[0m�[91m| �[0m�[91m2018.09.24�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud Storage Command Line Tool                     �[0m�[91m| �[0m�[91m      4.35�[0m�[91m �[0m�[91m| �[0m�[91m3.6 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud Storage Command Line Tool (Platform Specific)�[0m�[91m �[0m�[91m| �[0m�[91m      4.34�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mDefault set of gcloud commands                     �[0m�[91m �[0m�[91m|           �[0m�[91m �[0m�[91m| �[0m�[91m       �[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgcloud cli dependencies                             �[0m�[91m| �[0m�[91m2018.08.03�[0m�[91m �[0m�[91m| �[0m�[91m8.6 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m+-----------------------------------------------------+------------+---------+
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mFor the latest full release notes, please visit:
Step #3 - "lint":   https://cloud.google.com/sdk/release_notes
Step #3 - "lint": 
Step #3 - "lint": �[0m�[91m#============================================================#
Step #3 - "lint": �[0m�[91m#= Creating update staging area                             =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: BigQuery Command Line Tool                   =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: BigQuery Command Line Tool (Platform Spec... =#
Step #3 - "lint": #�[0m�[91m==============================�[0m�[91m===============�[0m�[91m===============�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud SDK Core Libraries (Platform Specific) =#
Step #3 - "lint": #�[0m�[91m==============================�[0m�[91m==========�[0m�[91m=========�[0m�[91m===========�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud Storage Command Line Tool              =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud Storage Command Line Tool (Platform... =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m==============================�[0m�[91m===============�[0m�[91m===============�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: Default set of gcloud commands               =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m============================================================�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: gcloud cli dependencies                      =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Creating backup and activating new installation          =#
Step #3 - "lint": #�[0m�[91m==============================�[0m�[91m==============================�[0m�[91m#
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mPerforming post processing steps...
Step #3 - "lint": �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91mdone.
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Update done!
Step #3 - "lint": 
Step #3 - "lint": �[0m
Step #3 - "lint": This will install all the core command line tools necessary for working with
Step #3 - "lint": the Google Cloud Platform.
Step #3 - "lint": 
Step #3 - "lint": Backing up [/root/.bashrc] to [/root/.bashrc.backup].
Step #3 - "lint": [/root/.bashrc] has been updated.
Step #3 - "lint": 
Step #3 - "lint": ==> Start a new shell for the changes to take effect.
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": For more information on how to get started, please visit:
Step #3 - "lint":   https://cloud.google.com/sdk/docs/quickstarts
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": Removing intermediate container bc1c2d99ce8f
Step #3 - "lint":  ---> 656753f2f058
Step #3 - "lint": Step 12/33 : ENV PATH /usr/local/go/bin:/go/bin:/opt/google-cloud-sdk/bin:$PATH
Step #3 - "lint":  ---> Running in 68cb312bffa2
Step #3 - "lint": Removing intermediate container 68cb312bffa2
Step #3 - "lint":  ---> 0ef835c98a83
Step #3 - "lint": Step 13/33 : RUN gcloud components update && gcloud components install app-engine-go
Step #3 - "lint":  ---> Running in 07e3927c00a6
Step #3 - "lint": �[91m
Step #3 - "lint": All components are up to date.
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Your current Cloud SDK version is: 230.0.0
Step #3 - "lint": �[0m�[91mInstalling components from version: 230.0.0
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91m+---------------------------------------------------+�[0m�[91m
Step #3 - "lint": �[0m�[91m|        These components will be installed.        |�[0m�[91m
Step #3 - "lint": �[0m�[91m+------------------------------+---------+----------+
Step #3 - "lint": �[0m�[91m|             Name             | Version |   Size   |�[0m�[91m
Step #3 - "lint": �[0m�[91m+------------------------------+---------+----------+
Step #3 - "lint": �[0m�[91m| �[0m�[91mApp Engine Go Extensions    �[0m�[91m �[0m�[91m| �[0m�[91m       �[0m�[91m �[0m�[91m| �[0m�[91m        �[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": | �[0m�[91mApp Engine Go Extensions    �[0m�[91m �[0m�[91m| �[0m�[91m 1.9.70�[0m�[91m �[0m�[91m| �[0m�[91m56.6 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud Datastore Emulator    �[0m�[91m �[0m�[91m|   2.0.3�[0m�[91m �[0m�[91m| �[0m�[91m18.3 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgRPC python library         �[0m�[91m �[0m�[91m| �[0m�[91m  1.9.1�[0m�[91m | �[0m�[91m12.1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgRPC python library         �[0m�[91m �[0m�[91m| �[0m�[91m       �[0m�[91m �[0m�[91m| �[0m�[91m        �[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgcloud app Python Extensions�[0m�[91m | �[0m�[91m 1.9.81�[0m�[91m �[0m�[91m| �[0m�[91m 6.2 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m+------------------------------+---------+----------+�[0m�[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mFor the latest full release notes, please visit:
Step #3 - "lint":   https://cloud.google.com/sdk/release_notes
Step #3 - "lint": 
Step #3 - "lint": �[0m�[91mDo you want to continue (Y/n)?  
Step #3 - "lint": �[0m�[91m#============================================================#
Step #3 - "lint": �[0m�[91m#= Creating update staging area                             =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: App Engine Go Extensions                     =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m============================================================#
Step #3 - "lint": �[0m�[91m#= Installing: App Engine Go Extensions                     =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud Datastore Emulator                     =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m======#
Step #3 - "lint": �[0m�[91m#= Installing: gRPC python library                          =#
Step #3 - "lint": #�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: gRPC python library                          =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m============================================================�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: gcloud app Python Extensions                 =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Creating backup and activating new installation          =#
Step #3 - "lint": #�[0m�[91m==============================�[0m�[91m==============================#
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mPerforming post processing steps...
Step #3 - "lint": �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91mdone.
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Update done!
Step #3 - "lint": 
Step #3 - "lint": �[0mRemoving intermediate container 07e3927c00a6
Step #3 - "lint":  ---> 3288d9213f65
Step #3 - "lint": Step 14/33 : ENV KUBECTL_VER 1.11.5
Step #3 - "lint":  ---> Running in 0c6e4ad7895e
Step #3 - "lint": Removing intermediate container 0c6e4ad7895e
Step #3 - "lint":  ---> 8eebb971496e
Step #3 - "lint": Step 15/33 : 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 #3 - "lint":  ---> Running in b934151b4a35
Step #3 - "lint": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #3 - "lint":                                  Dload  Upload   Total   Spent    Left�[0m�[91m  Speed
Step #3 - "lint": 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
 92 52.8M   92 48.7M    0     0  91.8M      0 --:--:-- --:--:-- --:--:-- 91.8M�[0m�[91m
100 52.8M  100 52.8M    0     0  97.8M      0 --:--:-- --:--:-- --:--:-- 97.7M
Step #3 - "lint": �[0mRemoving intermediate container b934151b4a35
Step #3 - "lint":  ---> 7e3b009265ba
Step #3 - "lint": Step 16/33 : RUN echo "source <(kubectl completion bash)" >> /root/.bashrc
Step #3 - "lint":  ---> Running in de5cc898e618
Step #3 - "lint": Removing intermediate container de5cc898e618
Step #3 - "lint":  ---> fa67b948463d
Step #3 - "lint": Step 17/33 : ENV HELM_VER 2.11.0
Step #3 - "lint":  ---> Running in a9f8fdd72166
Step #3 - "lint": Removing intermediate container a9f8fdd72166
Step #3 - "lint":  ---> 6dedb541e940
Step #3 - "lint": Step 18/33 : ENV HELM_URL https://storage.googleapis.com/kubernetes-helm/helm-v${HELM_VER}-linux-amd64.tar.gz
Step #3 - "lint":  ---> Running in f3d9f79c0d55
Step #3 - "lint": Removing intermediate container f3d9f79c0d55
Step #3 - "lint":  ---> ce4c33014fed
Step #3 - "lint": Step 19/33 : 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 #3 - "lint":  ---> Running in 11a13d4ea902
Step #3 - "lint": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #3 - "lint":                                  Dl�[0m�[91moad  Upload   Total   Spent    Left  Speed
Step #3 - "lint": 
  0     0    0     0    0     0      0 �[0m�[91m     0 --:�[0m�[91m--:�[0m�[91m-- --:�[0m�[91m--:-- --:--:--   �[0m�[91m  0�[0m�[91m
  0 18.2M    0  132k    0     0   721k      0  0:00:25 --:--:--  0:00:25  718k�[0m�[91m
 26 18.2M   26 4904k    0     0  4131k      0  0:00:04  0:00:01  0:00:03 4131k�[0m�[91m
100 18.2M  100 18.2M    0     0  14.9M      0  0:00:01  0:00:01 --:--:-- 14.9M
Step #3 - "lint": �[0mlinux-amd64/
Step #3 - "lint": linux-amd64/tiller
Step #3 - "lint": linux-amd64/README.md
Step #3 - "lint": linux-amd64/helm
Step #3 - "lint": linux-amd64/LICENSE
Step #3 - "lint": Removing intermediate container 11a13d4ea902
Step #3 - "lint":  ---> 2e8e921c8527
Step #3 - "lint": Step 20/33 : RUN echo "source <(helm completion bash)" >> /root/.bashrc
Step #3 - "lint":  ---> Running in aca1b97b6bef
Step #3 - "lint": Removing intermediate container aca1b97b6bef
Step #3 - "lint":  ---> e92445c8f2af
Step #3 - "lint": Step 21/33 : RUN mkdir -p /go/src/github.com/golang && cd /go/src/github.com/golang &&     git clone https://github.com/golang/protobuf.git &&      cd protobuf && git checkout v1.2.0 &&     go install github.com/golang/protobuf/protoc-gen-go
Step #3 - "lint":  ---> Running in 6655b3d4ddf4
Step #3 - "lint": �[91mCloning into 'protobuf'...
Step #3 - "lint": �[0m�[91mNote: checking out 'v1.2.0'.
Step #3 - "lint": 
Step #3 - "lint": You are in 'detached HEAD' state. You can look around, make experimental
Step #3 - "lint": changes and commit them, and you can discard any commits you make in this
Step #3 - "lint": state without impacting any branches by performing another checkout.
Step #3 - "lint": 
Step #3 - "lint": If you want to create a new branch to retain commits you create, you may
Step #3 - "lint": do so (now or later) by using -b with the checkout command again. Example:
Step #3 - "lint": 
Step #3 - "lint":   git checkout -b <new-branch-name>
Step #3 - "lint": 
Step #3 - "lint": HEAD is now at aa810b6... proto: fix handling of required fields after multiple violations (#679)
Step #3 - "lint": �[0mRemoving intermediate container 6655b3d4ddf4
Step #3 - "lint":  ---> 1ba93594755f
Step #3 - "lint": Step 22/33 : RUN cargo install protobuf-codegen --vers 2.0.2
Step #3 - "lint":  ---> Running in f31468959e47
Step #3 - "lint": �[91m    Updating registry `https://github.com/rust-lang/crates.io-index`
Step #3 - "lint": �[0m�[91m Downloading protobuf-codegen v2.0.2
Step #3 - "lint": �[0m�[91m  Installing protobuf-codegen v2.0.2
Step #3 - "lint": �[0m�[91m Downloading protobuf v2.0.2
Step #3 - "lint": �[0m�[91m   Compiling protobuf v2.0.2
Step #3 - "lint": �[0m�[91m   Compiling protobuf-codegen v2.0.2
Step #3 - "lint": �[0m�[91m    Finished release [optimized] target(s) in 33.97 secs
Step #3 - "lint": �[0m�[91m  Installing /usr/local/cargo/bin/protoc-gen-rust
Step #3 - "lint":   Installing /usr/local/cargo/bin/protobuf-bin-gen-rust-do-not-use
Step #3 - "lint": �[0mRemoving intermediate container f31468959e47
Step #3 - "lint":  ---> 4198622377a5
Step #3 - "lint": Step 23/33 : RUN cargo install grpcio-compiler --vers 0.3.0
Step #3 - "lint":  ---> Running in fb3b5e305b22
Step #3 - "lint": �[91m    Updating registry `https://github.com/rust-lang/crates.io-index`
Step #3 - "lint": �[0m�[91m Downloading grpcio-compiler v0.3.0
Step #3 - "lint": �[0m�[91m  Installing grpcio-compiler v0.3.0
Step #3 - "lint": �[0m�[91m Downloading protobuf v2.0.6
Step #3 - "lint": �[0m�[91m Downloading protobuf-codegen v2.0.6
Step #3 - "lint": �[0m�[91m   Compiling protobuf v2.0.6
Step #3 - "lint": �[0m�[91m   Compiling protobuf-codegen v2.0.6
Step #3 - "lint": �[0m�[91m   Compiling grpcio-compiler v0.3.0
Step #3 - "lint": �[0m�[91m    Finished release [optimized] target(s) in 36.97 secs
Step #3 - "lint": �[0m�[91m  Installing /usr/local/cargo/bin/grpc_rust_plugin
Step #3 - "lint": �[0mRemoving intermediate container fb3b5e305b22
Step #3 - "lint":  ---> 7f7dc2e57ddf
Step #3 - "lint": Step 24/33 : RUN go get -u github.com/golang/dep/cmd/dep &&     go get -u golang.org/x/tools/cmd/goimports
Step #3 - "lint":  ---> Running in b17007aeb46f
Step #3 - "lint": Removing intermediate container b17007aeb46f
Step #3 - "lint":  ---> 92bd15f2df3b
Step #3 - "lint": Step 25/33 : RUN curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin v1.12.2
Step #3 - "lint":  ---> Running in d000b7c277d9
Step #3 - "lint": �[91mgolangci/golangci-lint info checking GitHub for tag 'v1.12.2'
Step #3 - "lint": �[0m�[91mgolangci/golangci-lint info found version: 1.12.2 for v1.12.2/linux/amd64
Step #3 - "lint": �[0m�[91mgolangci/golangci-lint info installed /go/bin/golangci-lint
Step #3 - "lint": �[0mRemoving intermediate container d000b7c277d9
Step #3 - "lint":  ---> 9a3c6eeda4ab
Step #3 - "lint": Step 26/33 : RUN mkdir -p /go/src && cd /go/src && mkdir -p k8s.io && cd k8s.io &&     git clone -b kubernetes-1.11.5 --depth=3 https://github.com/kubernetes/code-generator.git
Step #3 - "lint":  ---> Running in f412a82283a7
Step #3 - "lint": �[91mCloning into 'code-generator'...
Step #3 - "lint": �[0m�[91mNote: checking out '8c97d6ab64da020f8b151e9d3ed8af3172f5c390'.
Step #3 - "lint": 
Step #3 - "lint": You are in 'detached HEAD' state. You can look around, make experimental
Step #3 - "lint": changes and commit them, and you can discard any commits you make in this
Step #3 - "lint": state without impacting any branches by performing another checkout.
Step #3 - "lint": 
Step #3 - "lint": If you want to create a new branch to retain commits you create, you may
Step #3 - "lint": do so (now or later) by using -b with the checkout command again. Example:
Step #3 - "lint": 
Step #3 - "lint":   git checkout -b <new-branch-name>
Step #3 - "lint": 
Step #3 - "lint": �[0mRemoving intermediate container f412a82283a7
Step #3 - "lint":  ---> 1e35ddab012c
Step #3 - "lint": Step 27/33 : RUN mkdir /tmp/hugo &&     wget -O /tmp/hugo/hugo.tar.gz https://github.com/gohugoio/hugo/releases/download/v0.53/hugo_extended_0.53_Linux-64bit.tar.gz &&     tar -zxvf /tmp/hugo/hugo.tar.gz -C /tmp/hugo/ &&     mv /tmp/hugo/hugo /usr/local/bin/ &&     rm -r /tmp/hugo
Step #3 - "lint":  ---> Running in 2db971a9256e
Step #3 - "lint": �[91m--2019-01-18 15:37:01--  https://github.com/gohugoio/hugo/releases/download/v0.53/hugo_extended_0.53_Linux-64bit.tar.gz
Step #3 - "lint": �[0m�[91mResolving github.com (github.com)... �[0m�[91m192.30.253.112, 192.30.253.113
Step #3 - "lint": Connecting to github.com (github.com)|192.30.253.112|:443... �[0m�[91mconnected.
Step #3 - "lint": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m302 Found
Step #3 - "lint": Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/11180687/68eb0b80-0760-11e9-8761-329b77cc0aeb?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190118%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190118T153701Z&X-Amz-Expires=300&X-Amz-Signature=96753eae948a4aa90c22c1189cfe4375a51b81cbdc8db7cabb476f4a1c5fbb28&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dhugo_extended_0.53_Linux-64bit.tar.gz&response-content-type=application%2Foctet-stream [following]
Step #3 - "lint": --2019-01-18 15:37:01--  https://github-production-release-asset-2e65be.s3.amazonaws.com/11180687/68eb0b80-0760-11e9-8761-329b77cc0aeb?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190118%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190118T153701Z&X-Amz-Expires=300&X-Amz-Signature=96753eae948a4aa90c22c1189cfe4375a51b81cbdc8db7cabb476f4a1c5fbb28&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dhugo_extended_0.53_Linux-64bit.tar.gz&response-content-type=application%2Foctet-stream
Step #3 - "lint": Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... �[0m�[91m52.216.105.67
Step #3 - "lint": Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.105.67|:443... �[0m�[91mconnected.
Step #3 - "lint": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m200 OK
Step #3 - "lint": Length: 8698428 (8.3M) [application/octet-stream]
Step #3 - "lint": �[0m�[91mSaving to: '/tmp/hugo/hugo.tar.gz'
Step #3 - "lint": �[0m�[91m
Step #3 - "lint":      0K .......... ......�[0m�[91m.... .......... .......... ..........  0%  781K 11s�[0m�[91m
Step #3 - "lint":     50K .......... .......... .......... ....�[0m�[91m...... ..........  1%  779K 11s
Step #3 - "lint":    100K .�[0m�[91m......... ........�[0m�[91m.. .......... .......... ..........  1%  783K 11s
Step #3 - "lint":    150K .......... .........�[0m�[91m. .......... .......... ..........  2%  162M 8s
Step #3 - "lint":    200K ..�[0m�[91m.�[0m�[91m....... .�[0m�[91m.........�[0m�[91m .......... .......... ..........  2%  173M 6s
Step #3 - "lint":    250K ....�[0m�[91m...... .......... .......... .......... ..........  3%  788K 7s
Step #3 - "lint":    300K .....�[0m�[91m..... ....�[0m�[91m...... .......... .......... ..........  4%  162M 6s
Step #3 - "lint":    350K .......... .......... .......... ......�[0m�[91m....�[0m�[91m ..........  4%  186M 5s
Step #3 - "lint":    400K .......... .......... ....�[0m�[91m...... .......... .�[0m�[91m.........  5%  157M 5s
Step #3 - "lint":    450K ........�[0m�[91m.. .......... .......... .......... ..�[0m�[91m........  5%  254M 4s
Step #3 - "lint":    500K ........�[0m�[91m.�[0m�[91m. .......... ..�[0m�[91m...�[0m�[91m.�[0m�[91m.... .......... �[0m�[91m...�[0m�[91m.......  6%  795K 5s
Step #3 - "lint":    550K .......... .......... .......... .....�[0m�[91m..... ....�[0m�[91m......  7%  125M�[0m�[91m 4s
Step #3 - "lint":    600K .......... .......... ........�[0m�[91m.. .......... .....�[0m�[91m.....  7%  147M 4s
Step #3 - "lint":    650K .......... ..�[0m�[91m........�[0m�[91m .......... .......... .....�[0m�[91m.�[0m�[91m....  8%  115M 4s
Step #3 - "lint":    700K ....�[0m�[91m...... ...�[0m�[91m....... ..........�[0m�[91m .......... ..........  8%  108M 3s
Step #3 - "lint":    750K .......... .�[0m�[91m......... .......... .�[0m�[91m......... ..........  9%  221M 3s
Step #3 - "lint":    800K .......... .......... .......... .�[0m�[91m.�[0m�[91m........�[0m�[91m .........�[0m�[91m. 10%  179M 3s
Step #3 - "lint":    850K .......... .....�[0m�[91m.�[0m�[91m.... .......... ..�[0m�[91m.�[0m�[91m....... .........�[0m�[91m. 10%  199M 3s�[0m�[91m
Step #3 - "lint":    900K .......... .......... .......... ...�[0m�[91m....... .......... 11%  208M 3s
Step #3 - "lint":    950K .�[0m�[91m......... .......... .......... .....�[0m�[91m..... .......... 11%  202M 2s
Step #3 - "lint":   1000K ..�[0m�[91m........ .......... .......... ......�[0m�[91m.... ....�[0m�[91m...... 12%  203M 2s
Step #3 - "lint":   1050K ..�[0m�[91m.�[0m�[91m....... .�[0m�[91m......... .......... .......�[0m�[91m... .......... 12%  223M 2s
Step #3 - "lint":   1100K ...�[0m�[91m....... .......... .�[0m�[91m......... .......... .......... 13%  820K 2s
Step #3 - "lint":   1150K .....�[0m�[91m..... .......... .......... .......... ..�[0m�[91m...�[0m�[91m..... 14%  154M 2s
Step #3 - "lint":   1200K .......... .......... .......... .......... ...�[0m�[91m....... 14%  232M 2s
Step #3 - "lint":   1250K .�[0m�[91m......... .......�[0m�[91m... .......... .......... .�[0m�[91m........�[0m�[91m. 15%  154M 2s
Step #3 - "lint":   1300K .......... .......... .......... .�[0m�[91m......... .......... 15%  175M 2s
Step #3 - "lint":   1350K .......... ...�[0m�[91m....... .......... .......�[0m�[91m... ...�[0m�[91m....... 16%  153M 2s
Step #3 - "lint":   1400K ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... 17%  196M 2s
Step #3 - "lint":   1450K .�[0m�[91m......... .......�[0m�[91m... .........�[0m�[91m. .......... .........�[0m�[91m. 17%  197M 2s
Step #3 - "lint":   1500K .......... .....�[0m�[91m..... ...�[0m�[91m....... .......... ....�[0m�[91m...... 18%�[0m�[91m  236M 2s
Step #3 - "lint":   1550K .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... .......... 18%  186M 2s
Step #3 - "lint":   1600K .......... .......... .......... .....�[0m�[91m..... ...�[0m�[91m....... 19%  280M 2s
Step #3 - "lint":   1650K .�[0m�[91m......... .......... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. 20%  152M 2s
Step #3 - "lint":   1700K .......... .......... ...�[0m�[91m......�[0m�[91m. .�[0m�[91m......... .......... 20%  256M 1s
Step #3 - "lint":   1750K .......... ...�[0m�[91m....... .......... .......... ......�[0m�[91m.... 21%  204M 1s
Step #3 - "lint":   1800K ...�[0m�[91m....... �[0m�[91m.�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... .......... 21%  175M 1s
Step #3 - "lint":   1850K .......... .......... .....�[0m�[91m..... .......... .�[0m�[91m......... 22%  188M 1s
Step #3 - "lint":   1900K ...�[0m�[91m....�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. .......... 22%  201M 1s
Step #3 - "lint":   1950K .....�[0m�[91m..... .......... .�[0m�[91m......... .......... .......... 23%  228M 1s
Step #3 - "lint":   2000K ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... .......... 24%  250M 1s
Step #3 - "lint":   2050K .........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... .......... 24%  234M 1s
Step #3 - "lint":   2100K .......... .......... ...�[0m�[91m....... .......... .......�[0m�[91m... 25%  295M 1s
Step #3 - "lint":   2150K .....�[0m�[91m..... .......... ..�[0m�[91m........ .......�[0m�[91m... .....�[0m�[91m..... 25%  225M 1s
Step #3 - "lint":   2200K ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .......... .......... 26%  849K 1s
Step #3 - "lint":   2250K .......... .......... .....�[0m�[91m..... .......... .�[0m�[91m......... 27%  156M 1s
Step #3 - "lint":   2300K .......... .........�[0m�[91m. .......... .......... .......... 27%  198M 1s
Step #3 - "lint":   2350K .......... ...�[0m�[91m....... .......... .......... .......... 28%  210M 1s
Step #3 - "lint":   2400K ...�[0m�[91m....... ......�[0m�[91m.... .......... .....�[0m�[91m..... .......... 28%  155M 1s
Step #3 - "lint":   2450K .........�[0m�[91m. .......�[0m�[91m... .......... .......... .........�[0m�[91m. 29%  134M 1s
Step #3 - "lint":   2500K�[0m�[91m .......... .......... .......... .......... .......... 30%  293M 1s
Step #3 - "lint":   2550K .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... 30%  168M 1s
Step #3 - "lint":   2600K ...�[0m�[91m....... .......... .......�[0m�[91m...�[0m�[91m .....�[0m�[91m..... .......... 31%  213M 1s
Step #3 - "lint":   2650K .�[0m�[91m........�[0m�[91m. .......... .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. 31%  162M 1s
Step #3 - "lint":   2700K .......�[0m�[91m... .....�[0m�[91m..... .......... .........�[0m�[91m. .......... 32%  215M 1s
Step #3 - "lint":   2750K .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... 32%  205M 1s
Step #3 - "lint":   2800K ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... 33%  219M 1s
Step #3 - "lint":   2850K .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. 34%  163M 1s
Step #3 - "lint":   2900K .......�[0m�[91m... .......... .......... .......... .......�[0m�[91m... 34%  226M 1s
Step #3 - "lint":   2950K .....�[0m�[91m..... .......... .......... .......�[0m�[91m... .....�[0m�[91m..... 35%  184M 1s
Step #3 - "lint":   3000K ...�[0m�[91m....... .......... .......... .......... ...�[0m�[91m....... 35%  250M 1s
Step #3 - "lint":   3050K .........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... 36%  165M 1s
Step #3 - "lint":   3100K .......�[0m�[91m... .......... .......... .�[0m�[91m......... .......�[0m�[91m... 37%  256M 1s
Step #3 - "lint":   3150K ....�[0m�[91m.�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... .......... 37%  194M 1s
Step #3 - "lint":   3200K ...�[0m�[91m....... .......... .......... .....�[0m�[91m..... .......... 38%  189M 1s
Step #3 - "lint":   3250K .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... ...�[0m�[91m....... .......... 38%  146M 1s
Step #3 - "lint":   3300K .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... 39%  224M 1s
Step #3 - "lint":   3350K .......... ...�[0m�[91m....... .......... .......... .......... 40%  275M 1s
Step #3 - "lint":   3400K ...�[0m�[91m....... .�[0m�[91m......... .......... .....�[0m�[91m..... ...�[0m�[91m....... 40%  198M 1s
Step #3 - "lint":   3450K .......... .......... .....�[0m�[91m..... .......... .�[0m�[91m......... 41%  175M 1s
Step #3 - "lint":   3500K .......... .......... .......... .........�[0m�[91m. .......�[0m�[91m... 41%  262M 1s
Step #3 - "lint":   3550K .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... 42%  221M 1s
Step #3 - "lint":   3600K ...�[0m�[91m....... .......... .......... .....�[0m�[91m..... ...�[0m�[91m....... 42%  233M 1s
Step #3 - "lint":   3650K .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... .......... .........�[0m�[91m. 43%  193M 1s
Step #3 - "lint":   3700K .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. .......... 44%  204M 1s
Step #3 - "lint":   3750K .....�[0m�[91m..... .......... .........�[0m�[91m. .......... .......... 44%  223M 1s
Step #3 - "lint":   3800K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... ...�[0m�[91m....... 45%  242M 1s
Step #3 - "lint":   3850K .........�[0m�[91m. .......... .......... .......... .�[0m�[91m......... 45%  213M 1s
Step #3 - "lint":   3900K .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... 46%�[0m�[91m  182M 1s
Step #3 - "lint":   3950K .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... .......... 47%  194M 1s
Step #3 - "lint":   4000K ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... 47%  214M 1s
Step #3 - "lint":   4050K .�[0m�[91m......... .......... .......... .......... .......... 48%  176M 0s
Step #3 - "lint":   4100K .......... .�[0m�[91m....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. .......... 48%  185M 0s
Step #3 - "lint":   4150K .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......�[0m�[91m..�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... 49%  214M 0s
Step #3 - "lint":   4200K .......... .......... .......�[0m�[91m... .......... ...�[0m�[91m....... 50%  271M 0s
Step #3 - "lint":   4250K .�[0m�[91m........�[0m�[91m. .......... .......... .......... .�[0m�[91m......... 50%  230M 0s
Step #3 - "lint":   4300K .......�[0m�[91m... .......... .......... .........�[0m�[91m. .......... 51%  251M 0s
Step #3 - "lint":   4350K .......... ...�[0m�[91m....... .......... .......�[0m�[91m... .....�[0m�[91m..... 51%  256M 0s
Step #3 - "lint":   4400K ...�[0m�[91m....... .........�[0m�[91m. .......... .......... .......... 52%  933K 0s
Step #3 - "lint":   4450K .�[0m�[91m......... .......... .......... ...�[0m�[91m....... .......... 52%  152M 0s
Step #3 - "lint":   4500K .......... .......... .......... .�[0m�[91m......... .......�[0m�[91m... 53%  133M 0s
Step #3 - "lint":   4550K .......... .......... .........�[0m�[91m. .......... .......... 54%  278M 0s
Step #3 - "lint":   4600K .......... .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... 54%  199M 0s
Step #3 - "lint":   4650K .........�[0m�[91m. .......... .....�[0m�[91m..... .......... ........�[0m�[91m.. 55%  214M 0s
Step #3 - "lint":   4700K .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. .......... 55% 71.8M 0s
Step #3 - "lint":   4750K .....�[0m�[91m..... .......... .�[0m�[91m......... .......... .......... 56%  240M 0s
Step #3 - "lint":   4800K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... .......... .......... 57%  240M 0s
Step #3 - "lint":   4850K .�[0m�[91m......... .......... .......... .......... .........�[0m�[91m. 57%  210M 0s
Step #3 - "lint":   4900K .......... .......... .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... 58%  235M 0s
Step #3 - "lint":   4950K .......... ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... 58%  253M 0s
Step #3 - "lint":   5000K ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... 59%  174M 0s
Step #3 - "lint":   5050K .........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... .......... 60%  123M 0s
Step #3 - "lint":   5100K .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... ....�[0m�[91m.....�[0m�[91m. .......... 60%  225M 0s
Step #3 - "lint":   5150K .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... 61%  184M 0s
Step #3 - "lint":   5200K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... 61%  213M 0s
Step #3 - "lint":   5250K .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. 62% 88.9M 0s
Step #3 - "lint":   5300K .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... .......... 62%  109M 0s
Step #3 - "lint":   5350K .......... .......... .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... 63%  234M 0s
Step #3 - "lint":   5400K ...�[0m�[91m....... .......... .......... .....�[0m�[91m..... .......... 64%  218M 0s
Step #3 - "lint":   5450K .........�[0m�[91m. .......... .....�[0m�[91m..... .......... .�[0m�[91m......... 64%  256M 0s
Step #3 - "lint":   5500K .......�[0m�[91m... .......... .......... .�[0m�[91m........�[0m�[91m. .......... 65% 61.8M 0s
Step #3 - "lint":   5550K .......... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .......... 65% 94.9M 0s
Step #3 - "lint":   5600K .�[0m�[91m..�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... .......... 66%  213M 0s
Step #3 - "lint":   5650K .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m......... 67%  178M 0s
Step #3 - "lint":   5700K .......... .......... .......... .......... .......... 67%  305M 0s
Step #3 - "lint":   5750K .......... .......... .........�[0m�[91m. .......... .......... 68%  132M 0s
Step #3 - "lint":   5800K ...�[0m�[91m....... .......... .......... .......... .......... 68%  223M 0s
Step #3 - "lint":   5850K .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... .......... .........�[0m�[91m. 69%  141M 0s
Step #3 - "lint":   5900K .......�[0m�[91m... .......... ...�[0m�[91m....... ........�[0m�[91m.�[0m�[91m. .......�[0m�[91m... 70%  192M 0s
Step #3 - "lint":   5950K .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. .......... .......... 70%  196M 0s
Step #3 - "lint":   6000K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... .......... .......... 71% 66.0M 0s
Step #3 - "lint":   6050K .�[0m�[91m......... .......... .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. 71%  122M 0s
Step #3 - "lint":   6100K .......... .....�[0m�[91m..... .......... .......... .......�[0m�[91m... 72%  240M 0s
Step #3 - "lint":   6150K .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. ....�[0m�[91m...... .....�[0m�[91m..... 72%  203M 0s
Step #3 - "lint":   6200K .......... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... 73%  185M 0s
Step #3 - "lint":   6250K .�[0m�[91m......... .......... .......... .......... .�[0m�[91m......... 74%  187M 0s
Step #3 - "lint":   6300K .......�[0m�[91m... .......... ...�[0m�[91m....... .......... .......�[0m�[91m... 74%  188M 0s
Step #3 - "lint":   6350K .....�[0m�[91m..... .......... ..........�[0m�[91m .......�[0m�[91m... .......... 75%  222M 0s
Step #3 - "lint":   6400K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... .......... 75%  181M 0s
Step #3 - "lint":   6450K .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. 76%  175M 0s
Step #3 - "lint":   6500K .......... .......... .......... .�[0m�[91m......... .......�[0m�[91m... 77%  219M 0s
Step #3 - "lint":   6550K .......... .......... .�[0m�[91m........�[0m�[91m. .......... .......... 77%  215M 0s
Step #3 - "lint":   6600K ...�[0m�[91m....... .�[0m�[91m......... .......... .......... ...�[0m�[91m....... 78%  223M 0s
Step #3 - "lint":   6650K .......... .......... ..�[0m�[91m........ .......... .�[0m�[91m......... 78%  198M 0s
Step #3 - "lint":   6700K .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... 79%  201M 0s
Step #3 - "lint":   6750K .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... 80%  230M 0s�[0m�[91m
Step #3 - "lint":   6800K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... .......... ...�[0m�[91m....... 80%  229M 0s
Step #3 - "lint":   6850K .........�[0m�[91m. .......�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. 81%  147M 0s
Step #3 - "lint":   6900K .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .......... .......�[0m�[91m... 81%  246M 0s
Step #3 - "lint":   6950K .......... .......... .......... .......�[0m�[91m... .....�[0m�[91m..... 82%  249M 0s
Step #3 - "lint":   7000K ...�[0m�[91m....... .�[0m�[91m......... .......... .....�[0m�[91m..... ...�[0m�[91m....... 82% 84.3M 0s
Step #3 - "lint":   7050K ..........�[0m�[91m .......... .....�[0m�[91m..... .......... .�[0m�[91m......... 83%  162M 0s
Step #3 - "lint":   7100K .......... .......... ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... 84%  212M 0s
Step #3 - "lint":   7150K .......... .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... 84%  143M 0s
Step #3 - "lint":   7200K ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... .......... 85%  231M 0s
Step #3 - "lint":   7250K .�[0m�[91m......... .......�[0m�[91m... .......... .......... .......... 85% 1.03M 0s
Step #3 - "lint":   7300K .......�[0m�[91m... .......... .......... .�[0m�[91m......... .......... 86%  198M 0s
Step #3 - "lint":   7350K .......... ...�[0m�[91m....... .......... .......... .....�[0m�[91m..... 87%  170M 0s
Step #3 - "lint":   7400K ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... 87%  217M 0s
Step #3 - "lint":   7450K .........�[0m�[91m. .......�[0m�[91m... .......... .......... .�[0m�[91m........�[0m�[91m. 88%  179M 0s
Step #3 - "lint":   7500K .......... .....�[0m�[91m..... ...�[0m�[91m....... .......... .......... 88%  241M 0s
Step #3 - "lint":   7550K .......... .......... .�[0m�[91m......... .......... .....�[0m�[91m..... 89%  225M 0s
Step #3 - "lint":   7600K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... .......... .......... 90%  245M 0s
Step #3 - "lint":   7650K .......... .......�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m......... 90%  170M 0s
Step #3 - "lint":   7700K .......... .......... ...�[0m�[91m....... .�[0m�[91m......... .......... 91%  257M 0s
Step #3 - "lint":   7750K .......... .......... .........�[0m�[91m. .......... .....�[0m�[91m..... 91%  234M 0s
Step #3 - "lint":   7800K .......... .�[0m�[91m........�[0m�[91m. ........�[0m�[91m.. .....�[0m�[91m..... .......... 92%  222M 0s
Step #3 - "lint":   7850K .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... .......... .�[0m�[91m......... 93%  237M 0s
Step #3 - "lint":   7900K .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... .......... 93%  242M 0s
Step #3 - "lint":   7950K .......... .......... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... 94%  229M 0s
Step #3 - "lint":   8000K ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... .......... 94%  215M 0s
Step #3 - "lint":   8050K .......... .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. 95%  224M 0s
Step #3 - "lint":   8100K .......... .....�[0m�[91m..... .......... .�[0m�[91m......... .......... 95%  192M 0s
Step #3 - "lint":   8150K .......... .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... 96%  207M 0s
Step #3 - "lint":   8200K ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... 97% 90.4M 0s
Step #3 - "lint":   8250K .......... .......... .....�[0m�[91m..... .......... .�[0m�[91m......... 97%  161M 0s
Step #3 - "lint":   8300K .......... .......... ...�[0m�[91m....... .........�[0m�[91m. .......... 98%  231M 0s
Step #3 - "lint":   8350K .......... .......... .�[0m�[91m......... .......... .....�[0m�[91m..... 98%  148M 0s
Step #3 - "lint":   8400K .......... .......... .......... .....�[0m�[91m..... .......... 99%  201M 0s
Step #3 - "lint":   8450K .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... ....      100%  121M=0.6s
Step #3 - "lint": 
Step #3 - "lint": �[0m�[91m2019-01-18 15:37:02 (14.2 MB/s) - '/tmp/hugo/hugo.tar.gz' saved [8698428/8698428]
Step #3 - "lint": 
Step #3 - "lint": �[0mLICENSE
Step #3 - "lint": README.md
Step #3 - "lint": hugo
Step #3 - "lint": Removing intermediate container 2db971a9256e
Step #3 - "lint":  ---> d31c39926a5b
Step #3 - "lint": Step 28/33 : RUN curl -sL https://deb.nodesource.com/setup_11.x | bash - &&     apt-get install -y nodejs
Step #3 - "lint":  ---> Running in da8b058c7def
Step #3 - "lint": 
Step #3 - "lint": ## Installing the NodeSource Node.js 11.x repo...
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": ## Populating apt-get cache...
Step #3 - "lint": 
Step #3 - "lint": + apt-get update
Step #3 - "lint": Hit:1 http://security.debian.org/debian-security stretch/updates InRelease
Step #3 - "lint": Ign:2 http://deb.debian.org/debian stretch InRelease
Step #3 - "lint": Get:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
Step #3 - "lint": Hit:4 http://deb.debian.org/debian stretch Release
Step #3 - "lint": Fetched 91.0 kB in 0s (250 kB/s)
Step #3 - "lint": Reading package lists...
Step #3 - "lint": 
Step #3 - "lint": ## Installing packages required for setup: apt-transport-https lsb-release...
Step #3 - "lint": 
Step #3 - "lint": + apt-get install -y apt-transport-https lsb-release > /dev/null 2>&1
Step #3 - "lint": 
Step #3 - "lint": ## Confirming "stretch" is supported...
Step #3 - "lint": 
Step #3 - "lint": + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_11.x/dists/stretch/Release'
Step #3 - "lint": 
Step #3 - "lint": ## Adding the NodeSource signing key to your keyring...
Step #3 - "lint": 
Step #3 - "lint": + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
Step #3 - "lint": �[91mWarning: apt-key output should not be parsed (stdout is not a terminal)
Step #3 - "lint": �[0mOK
Step #3 - "lint": 
Step #3 - "lint": ## Creating apt sources list file for the NodeSource Node.js 11.x repo...
Step #3 - "lint": 
Step #3 - "lint": + echo 'deb https://deb.nodesource.com/node_11.x stretch main' > /etc/apt/sources.list.d/nodesource.list
Step #3 - "lint": + echo 'deb-src https://deb.nodesource.com/node_11.x stretch main' >> /etc/apt/sources.list.d/nodesource.list
Step #3 - "lint": 
Step #3 - "lint": ## Running `apt-get update` for you...
Step #3 - "lint": 
Step #3 - "lint": + apt-get update
Step #3 - "lint": Ign:1 http://deb.debian.org/debian stretch InRelease
Step #3 - "lint": Hit:2 http://security.debian.org/debian-security stretch/updates InRelease
Step #3 - "lint": Hit:3 http://deb.debian.org/debian stretch-updates InRelease
Step #3 - "lint": Hit:4 http://deb.debian.org/debian stretch Release
Step #3 - "lint": Get:5 https://deb.nodesource.com/node_11.x stretch InRelease [4612 B]
Step #3 - "lint": Get:7 https://deb.nodesource.com/node_11.x stretch/main amd64 Packages [766 B]
Step #3 - "lint": Fetched 5378 B in 0s (7243 B/s)
Step #3 - "lint": Reading package lists...
Step #3 - "lint": 
Step #3 - "lint": ## Run `sudo apt-get install -y nodejs` to install Node.js 11.x and npm
Step #3 - "lint": ## You may also need development tools to build native addons:
Step #3 - "lint":      sudo apt-get install gcc g++ make
Step #3 - "lint": ## To install the Yarn package manager, run:
Step #3 - "lint":      curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
Step #3 - "lint":      echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
Step #3 - "lint":      sudo apt-get update && sudo apt-get install yarn
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": Reading package lists...
Step #3 - "lint": Building dependency tree...
Step #3 - "lint": Reading state information...
Step #3 - "lint": The following NEW packages will be installed:
Step #3 - "lint":   nodejs
Step #3 - "lint": 0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
Step #3 - "lint": Need to get 15.4 MB of archives.
Step #3 - "lint": After this operation, 73.1 MB of additional disk space will be used.
Step #3 - "lint": Get:1 https://deb.nodesource.com/node_11.x stretch/main amd64 nodejs amd64 11.6.0-1nodesource1 [15.4 MB]
Step #3 - "lint": �[91mdebconf: delaying package configuration, since apt-utils is not installed
Step #3 - "lint": �[0mFetched 15.4 MB in 0s (20.1 MB/s)
Step #3 - "lint": Selecting previously unselected package nodejs.
Step #3 - "lint": (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 ... 21148 files and directories currently installed.)
Step #3 - "lint": Preparing to unpack .../nodejs_11.6.0-1nodesource1_amd64.deb ...
Step #3 - "lint": Unpacking nodejs (11.6.0-1nodesource1) ...
Step #3 - "lint": Setting up nodejs (11.6.0-1nodesource1) ...
Step #3 - "lint": Removing intermediate container da8b058c7def
Step #3 - "lint":  ---> 96469e1eed14
Step #3 - "lint": Step 29/33 : RUN echo "export PATH=/usr/local/go/bin:/go/bin/:\$PATH" >> /root/.bashrc
Step #3 - "lint":  ---> Running in 4ea3fc8551f9
Step #3 - "lint": Removing intermediate container 4ea3fc8551f9
Step #3 - "lint":  ---> 844ced3372d3
Step #3 - "lint": Step 30/33 : RUN echo "export EDITOR=nano" >> /root/.bashrc
Step #3 - "lint":  ---> Running in 80f8ff4c639f
Step #3 - "lint": Removing intermediate container 80f8ff4c639f
Step #3 - "lint":  ---> 04820e8e320e
Step #3 - "lint": Step 31/33 : COPY *.sh /root/
Step #3 - "lint":  ---> 72caa065fa5a
Step #3 - "lint": Step 32/33 : RUN chmod +x /root/*.sh
Step #3 - "lint":  ---> Running in ab2fcd5e6e97
Step #3 - "lint": Removing intermediate container ab2fcd5e6e97
Step #3 - "lint":  ---> 04a8b5459c3d
Step #3 - "lint": Step 33/33 : WORKDIR /go
Step #3 - "lint":  ---> Running in df23d1351ead
Step #3 - "lint": Removing intermediate container df23d1351ead
Step #3 - "lint":  ---> 9e369e666d8d
Step #3 - "lint": Successfully built 9e369e666d8d
Step #3 - "lint": Successfully tagged agones-build:c2b924a221
Step #3 - "lint": make[1]: Leaving directory '/workspace/build'
Step #3 - "lint": docker run -t -e "TERM=xterm-256color" --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build -w /go/src/agones.dev/agones  agones-build:c2b924a221 bash -c \
Step #3 - "lint": 	"golangci-lint run ./examples/... && golangci-lint run --deadline 15m ./..."
Step #3 - "lint": �[1msite/handler_test.go:115�[0m:18: �[31mError return value of `resp.Body.Close` is not checked�[0m (errcheck)
Step #3 - "lint": 		resp.Body.Close()
Step #3 - "lint": 		               �[33m^�[0m
Step #3 - "lint": �[1msite/handler_test.go:269�[0m:18: �[31mError return value of `resp.Body.Close` is not checked�[0m (errcheck)
Step #3 - "lint": 		resp.Body.Close()
Step #3 - "lint": 		               �[33m^�[0m
Step #3 - "lint": �[1msite/handler.go:151�[0m:5: �[31m`indexTmpl` is unused�[0m (varcheck)
Step #3 - "lint": var indexTmpl = template.Must(template.New("index").Parse(`<!DOCTYPE html>
Step #3 - "lint":     �[33m^�[0m
Step #3 - "lint": Makefile:233: recipe for target 'lint' failed
Step #3 - "lint": make: *** [lint] Error 1
Finished Step #3 - "lint"
ERROR
ERROR: build step 3 "make-docker" failed: exit status 2

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 292da52e-6e15-4b1f-8f5b-10af405fb44c

Build Logs
starting build "292da52e-6e15-4b1f-8f5b-10af405fb44c"

FETCHSOURCE
Initialized empty Git repository in /workspace/.git/
From https://source.developers.google.com/p/agones-images/r/agones
 * branch              f3ebee63a144ce9729ff2eead05609701d17187b -> FETCH_HEAD
Checking out files:  84% (13537/16087)   
Checking out files:  85% (13674/16087)   
Checking out files:  86% (13835/16087)   
Checking out files:  87% (13996/16087)   
Checking out files:  88% (14157/16087)   
Checking out files:  89% (14318/16087)   
Checking out files:  90% (14479/16087)   
Checking out files:  91% (14640/16087)   
Checking out files:  92% (14801/16087)   
Checking out files:  93% (14961/16087)   
Checking out files:  94% (15122/16087)   
Checking out files:  95% (15283/16087)   
Checking out files:  96% (15444/16087)   
Checking out files:  97% (15605/16087)   
Checking out files:  98% (15766/16087)   
Checking out files:  99% (15927/16087)   
Checking out files: 100% (16087/16087)   
Checking out files: 100% (16087/16087), done.
HEAD is now at f3ebee63 Website for Agones
BUILD
Starting Step #0
Step #0: Pulling image: ubuntu
Step #0: Using default tag: latest
Step #0: latest: Pulling from library/ubuntu
Step #0: Digest: sha256:cef0c2cde57a973ed80513a7d3614bc654d9d6becad2c068c9328b41bb3f6713
Step #0: Status: Downloaded newer image for ubuntu:latest
Finished Step #0
Starting Step #1
Step #1: Already have image (with digest): gcr.io/cloud-builders/docker
Step #1: Sending build context to Docker daemon  173.6MB

Step #1: Step 1/3 : FROM gcr.io/cloud-builders/docker
Step #1:  ---> 1992f5155e11
Step #1: Step 2/3 : RUN apt-get install make
Step #1:  ---> Running in af34611245f6
Step #1: Reading package lists...
Step #1: Building dependency tree...
Step #1: Reading state information...
Step #1: make is already the newest version (4.1-6).
Step #1: 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
Step #1: Removing intermediate container af34611245f6
Step #1:  ---> 1ce9d8c35739
Step #1: Step 3/3 : ENTRYPOINT ["/usr/bin/make"]
Step #1:  ---> Running in 79f93f5307e5
Step #1: Removing intermediate container 79f93f5307e5
Step #1:  ---> dfacaa68a993
Step #1: Successfully built dfacaa68a993
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:c2b924a221 && docker tag gcr.io/agones-images/agones-build:c2b924a221 agones-build:c2b924a221
Step #2: Error response from daemon: manifest for gcr.io/agones-images/agones-build:c2b924a221 not found
Step #2: Makefile:358: recipe for target 'pull-build-image' failed
Step #2: make: [pull-build-image] Error 1 (ignored)
Finished Step #2
Starting Step #3 - "lint"
Step #3 - "lint": Already have image: make-docker
Step #3 - "lint": mkdir -p ~/.kube/
Step #3 - "lint": mkdir -p /workspace/build//.config/gcloud
Step #3 - "lint": mkdir -p ~/.helm
Step #3 - "lint": Could not find agones-build:c2b924a221 image. Building...
Step #3 - "lint": make[1]: Entering directory '/workspace/build'
Step #3 - "lint": docker build --tag=agones-build:c2b924a221 /workspace/build//build-image 
Step #3 - "lint": Sending build context to Docker daemon  17.92kB

Step #3 - "lint": Step 1/33 : FROM gcr.io/agones-images/grpc-cxx:1.16.1
Step #3 - "lint": 1.16.1: Pulling from agones-images/grpc-cxx
Step #3 - "lint": 54f7e8ac135a: Pulling fs layer
Step #3 - "lint": d6b856b25aeb: Pulling fs layer
Step #3 - "lint": b4d69f3225dc: Pulling fs layer
Step #3 - "lint": 54f7e8ac135a: Verifying Checksum
Step #3 - "lint": 54f7e8ac135a: Download complete
Step #3 - "lint": d6b856b25aeb: Verifying Checksum
Step #3 - "lint": d6b856b25aeb: Download complete
Step #3 - "lint": 54f7e8ac135a: Pull complete
Step #3 - "lint": b4d69f3225dc: Verifying Checksum
Step #3 - "lint": b4d69f3225dc: Download complete
Step #3 - "lint": d6b856b25aeb: Pull complete
Step #3 - "lint": b4d69f3225dc: Pull complete
Step #3 - "lint": Digest: sha256:ac598e5d35a7d253f8c93f0a11dbeb2df17d0dab83693fa5cb55b119beb01d01
Step #3 - "lint": Status: Downloaded newer image for gcr.io/agones-images/grpc-cxx:1.16.1
Step #3 - "lint":  ---> 8b1e772a99a1
Step #3 - "lint": Step 2/33 : RUN apt-get update &&     apt-get install -y wget psmisc rsync make python bash-completion zip nano jq graphviz linkchecker gettext-base &&     apt-get clean
Step #3 - "lint":  ---> Running in 254ec159db01
Step #3 - "lint": Get:1 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
Step #3 - "lint": Ign:2 http://deb.debian.org/debian stretch InRelease
Step #3 - "lint": Get:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
Step #3 - "lint": Hit:4 http://deb.debian.org/debian stretch Release
Step #3 - "lint": Get:5 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [467 kB]
Step #3 - "lint": Get:6 http://deb.debian.org/debian stretch-updates/main amd64 Packages.diff/Index [6640 B]
Step #3 - "lint": Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages 2019-01-02-2012.38.pdiff [332 B]
Step #3 - "lint": Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages 2019-01-02-2012.38.pdiff [332 B]
Step #3 - "lint": Fetched 660 kB in 0s (1697 kB/s)
Step #3 - "lint": Reading package lists...
Step #3 - "lint": Reading package lists...
Step #3 - "lint": Building dependency tree...
Step #3 - "lint": Reading state information...
Step #3 - "lint": make is already the newest version (4.1-9.1).
Step #3 - "lint": rsync is already the newest version (3.1.2-1+deb9u1).
Step #3 - "lint": rsync set to manually installed.
Step #3 - "lint": The following additional packages will be installed:
Step #3 - "lint":   fontconfig fontconfig-config fonts-dejavu-core fonts-liberation libann0
Step #3 - "lint":   libcairo2 libcdt5 libcgraph6 libdatrie1 libfontconfig1 libfreetype6 libgd3
Step #3 - "lint":   libgraphite2-3 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz0b
Step #3 - "lint":   libice6 libjbig0 libjpeg62-turbo libjq1 libonig4 libpango-1.0-0
Step #3 - "lint":   libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpixman-1-0 libpng16-16
Step #3 - "lint":   libpython-stdlib libpython2.7-minimal libpython2.7-stdlib libsm6
Step #3 - "lint":   libthai-data libthai0 libtiff5 libwebp6 libxaw7 libxcb-render0 libxcb-shm0
Step #3 - "lint":   libxdot4 libxmu6 libxpm4 libxrender1 libxt6 mime-support python-cffi-backend
Step #3 - "lint":   python-chardet python-cryptography python-enum34 python-idna
Step #3 - "lint":   python-ipaddress python-minimal python-openssl python-pkg-resources
Step #3 - "lint":   python-pyasn1 python-requests python-setuptools python-six python-urllib3
Step #3 - "lint":   python2.7 python2.7-minimal ucf x11-common
Step #3 - "lint": Suggested packages:
Step #3 - "lint":   gsfonts graphviz-doc libgd-tools clamav-daemon linkchecker-gui
Step #3 - "lint":   linkchecker-web python-argcomplete python-cssutils python-gconf python-geoip
Step #3 - "lint":   python-meliae python-twill spell python-doc python-tk
Step #3 - "lint":   python-cryptography-doc python-cryptography-vectors python-enum34-doc
Step #3 - "lint":   python-openssl-doc python-openssl-dbg doc-base python-socks
Step #3 - "lint":   python-setuptools-doc python-ntlm python2.7-doc binfmt-support
Step #3 - "lint": The following NEW packages will be installed:
Step #3 - "lint":   bash-completion fontconfig fontconfig-config fonts-dejavu-core
Step #3 - "lint":   fonts-liberation gettext-base graphviz jq libann0 libcairo2 libcdt5
Step #3 - "lint":   libcgraph6 libdatrie1 libfontconfig1 libfreetype6 libgd3 libgraphite2-3
Step #3 - "lint":   libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz0b libice6 libjbig0
Step #3 - "lint":   libjpeg62-turbo libjq1 libonig4 libpango-1.0-0 libpangocairo-1.0-0
Step #3 - "lint":   libpangoft2-1.0-0 libpathplan4 libpixman-1-0 libpng16-16 libpython-stdlib
Step #3 - "lint":   libpython2.7-minimal libpython2.7-stdlib libsm6 libthai-data libthai0
Step #3 - "lint":   libtiff5 libwebp6 libxaw7 libxcb-render0 libxcb-shm0 libxdot4 libxmu6
Step #3 - "lint":   libxpm4 libxrender1 libxt6 linkchecker mime-support nano psmisc python
Step #3 - "lint":   python-cffi-backend python-chardet python-cryptography python-enum34
Step #3 - "lint":   python-idna python-ipaddress python-minimal python-openssl
Step #3 - "lint":   python-pkg-resources python-pyasn1 python-requests python-setuptools
Step #3 - "lint":   python-six python-urllib3 python2.7 python2.7-minimal ucf wget x11-common
Step #3 - "lint":   zip
Step #3 - "lint": 0 upgraded, 74 newly installed, 0 to remove and 4 not upgraded.
Step #3 - "lint": Need to get 18.7 MB of archives.
Step #3 - "lint": After this operation, 65.5 MB of additional disk space will be used.
Step #3 - "lint": Get:1 http://deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB]
Step #3 - "lint": Get:2 http://security.debian.org/debian-security stretch/updates/main amd64 libtiff5 amd64 4.0.8-2+deb9u4 [238 kB]
Step #3 - "lint": Get:3 http://deb.debian.org/debian stretch/main amd64 libpython2.7-minimal amd64 2.7.13-2+deb9u3 [389 kB]
Step #3 - "lint": Get:4 http://deb.debian.org/debian stretch/main amd64 python2.7-minimal amd64 2.7.13-2+deb9u3 [1382 kB]
Step #3 - "lint": Get:5 http://deb.debian.org/debian stretch/main amd64 python-minimal amd64 2.7.13-2 [40.5 kB]
Step #3 - "lint": Get:6 http://deb.debian.org/debian stretch/main amd64 mime-support all 3.60 [36.7 kB]
Step #3 - "lint": Get:7 http://deb.debian.org/debian stretch/main amd64 libpython2.7-stdlib amd64 2.7.13-2+deb9u3 [1897 kB]
Step #3 - "lint": Get:8 http://deb.debian.org/debian stretch/main amd64 python2.7 amd64 2.7.13-2+deb9u3 [285 kB]
Step #3 - "lint": Get:9 http://deb.debian.org/debian stretch/main amd64 libpython-stdlib amd64 2.7.13-2 [20.0 kB]
Step #3 - "lint": Get:10 http://deb.debian.org/debian stretch/main amd64 python amd64 2.7.13-2 [154 kB]
Step #3 - "lint": Get:11 http://deb.debian.org/debian stretch/main amd64 libpng16-16 amd64 1.6.28-1 [280 kB]
Step #3 - "lint": Get:12 http://deb.debian.org/debian stretch/main amd64 libfreetype6 amd64 2.6.3-3.2 [438 kB]
Step #3 - "lint": Get:13 http://deb.debian.org/debian stretch/main amd64 ucf all 3.0036 [70.2 kB]
Step #3 - "lint": Get:14 http://deb.debian.org/debian stretch/main amd64 fonts-dejavu-core all 2.37-1 [1068 kB]
Step #3 - "lint": Get:15 http://deb.debian.org/debian stretch/main amd64 fonts-liberation all 1:1.07.4-2 [827 kB]
Step #3 - "lint": Get:16 http://deb.debian.org/debian stretch/main amd64 fontconfig-config all 2.11.0-6.7 [271 kB]
Step #3 - "lint": Get:17 http://deb.debian.org/debian stretch/main amd64 libfontconfig1 amd64 2.11.0-6.7+b1 [331 kB]
Step #3 - "lint": Get:18 http://deb.debian.org/debian stretch/main amd64 fontconfig amd64 2.11.0-6.7+b1 [404 kB]
Step #3 - "lint": Get:19 http://deb.debian.org/debian stretch/main amd64 nano amd64 2.7.4-1 [485 kB]
Step #3 - "lint": Get:20 http://deb.debian.org/debian stretch/main amd64 wget amd64 1.18-5+deb9u2 [799 kB]
Step #3 - "lint": Get:21 http://deb.debian.org/debian stretch/main amd64 gettext-base amd64 0.19.8.1-2 [121 kB]
Step #3 - "lint": Get:22 http://deb.debian.org/debian stretch/main amd64 libann0 amd64 1.1.2+doc-6 [24.9 kB]
Step #3 - "lint": Get:23 http://deb.debian.org/debian stretch/main amd64 libcdt5 amd64 2.38.0-17 [59.6 kB]
Step #3 - "lint": Get:24 http://deb.debian.org/debian stretch/main amd64 libcgraph6 amd64 2.38.0-17 [82.2 kB]
Step #3 - "lint": Get:25 http://deb.debian.org/debian stretch/main amd64 libjpeg62-turbo amd64 1:1.5.1-2 [134 kB]
Step #3 - "lint": Get:26 http://deb.debian.org/debian stretch/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB]
Step #3 - "lint": Get:27 http://deb.debian.org/debian stretch/main amd64 libwebp6 amd64 0.5.2-1 [235 kB]
Step #3 - "lint": Get:28 http://deb.debian.org/debian stretch/main amd64 libxpm4 amd64 1:3.5.12-1 [49.1 kB]
Step #3 - "lint": Get:29 http://deb.debian.org/debian stretch/main amd64 libgd3 amd64 2.2.4-2+deb9u3 [132 kB]
Step #3 - "lint": Get:30 http://deb.debian.org/debian stretch/main amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [158 kB]
Step #3 - "lint": Get:31 http://deb.debian.org/debian stretch/main amd64 libpixman-1-0 amd64 0.34.0-1 [530 kB]
Step #3 - "lint": Get:32 http://deb.debian.org/debian stretch/main amd64 libxcb-render0 amd64 1.12-1 [105 kB]
Step #3 - "lint": Get:33 http://deb.debian.org/debian stretch/main amd64 libxcb-shm0 amd64 1.12-1 [95.9 kB]
Step #3 - "lint": Get:34 http://deb.debian.org/debian stretch/main amd64 libxrender1 amd64 1:0.9.10-1 [33.0 kB]
Step #3 - "lint": Get:35 http://deb.debian.org/debian stretch/main amd64 libcairo2 amd64 1.14.8-1 [771 kB]
Step #3 - "lint": Get:36 http://deb.debian.org/debian stretch/main amd64 libthai-data all 0.1.26-1 [166 kB]
Step #3 - "lint": Get:37 http://deb.debian.org/debian stretch/main amd64 libdatrie1 amd64 0.2.10-4+b1 [36.4 kB]
Step #3 - "lint": Get:38 http://deb.debian.org/debian stretch/main amd64 libthai0 amd64 0.1.26-1 [52.1 kB]
Step #3 - "lint": Get:39 http://deb.debian.org/debian stretch/main amd64 libpango-1.0-0 amd64 1.40.5-1 [320 kB]
Step #3 - "lint": Get:40 http://deb.debian.org/debian stretch/main amd64 libgraphite2-3 amd64 1.3.10-1 [84.2 kB]
Step #3 - "lint": Get:41 http://deb.debian.org/debian stretch/main amd64 libharfbuzz0b amd64 1.4.2-1 [671 kB]
Step #3 - "lint": Get:42 http://deb.debian.org/debian stretch/main amd64 libpangoft2-1.0-0 amd64 1.40.5-1 [205 kB]
Step #3 - "lint": Get:43 http://deb.debian.org/debian stretch/main amd64 libpangocairo-1.0-0 amd64 1.40.5-1 [193 kB]
Step #3 - "lint": Get:44 http://deb.debian.org/debian stretch/main amd64 libpathplan4 amd64 2.38.0-17 [62.8 kB]
Step #3 - "lint": Get:45 http://deb.debian.org/debian stretch/main amd64 libxdot4 amd64 2.38.0-17 [55.6 kB]
Step #3 - "lint": Get:46 http://deb.debian.org/debian stretch/main amd64 libgvc6 amd64 2.38.0-17 [639 kB]
Step #3 - "lint": Get:47 http://deb.debian.org/debian stretch/main amd64 libgvpr2 amd64 2.38.0-17 [211 kB]
Step #3 - "lint": Get:48 http://deb.debian.org/debian stretch/main amd64 x11-common all 1:7.7+19 [251 kB]
Step #3 - "lint": Get:49 http://deb.debian.org/debian stretch/main amd64 libice6 amd64 2:1.0.9-2 [58.7 kB]
Step #3 - "lint": Get:50 http://deb.debian.org/debian stretch/main amd64 libsm6 amd64 2:1.2.2-1+b3 [33.3 kB]
Step #3 - "lint": Get:51 http://deb.debian.org/debian stretch/main amd64 libxt6 amd64 1:1.1.5-1 [188 kB]
Step #3 - "lint": Get:52 http://deb.debian.org/debian stretch/main amd64 libxmu6 amd64 2:1.1.2-2 [60.3 kB]
Step #3 - "lint": Get:53 http://deb.debian.org/debian stretch/main amd64 libxaw7 amd64 2:1.0.13-1+b2 [201 kB]
Step #3 - "lint": Get:54 http://deb.debian.org/debian stretch/main amd64 graphviz amd64 2.38.0-17 [802 kB]
Step #3 - "lint": Get:55 http://deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB]
Step #3 - "lint": Get:56 http://deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB]
Step #3 - "lint": Get:57 http://deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB]
Step #3 - "lint": Get:58 http://deb.debian.org/debian stretch/main amd64 libgts-bin amd64 0.7.6+darcs121130-4 [50.8 kB]
Step #3 - "lint": Get:59 http://deb.debian.org/debian stretch/main amd64 python-six all 1.10.0-3 [14.4 kB]
Step #3 - "lint": Get:60 http://deb.debian.org/debian stretch/main amd64 python-urllib3 all 1.19.1-1 [77.5 kB]
Step #3 - "lint": Get:61 http://deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB]
Step #3 - "lint": Get:62 http://deb.debian.org/debian stretch/main amd64 python-chardet all 2.3.0-2 [96.0 kB]
Step #3 - "lint": Get:63 http://deb.debian.org/debian stretch/main amd64 python-requests all 2.12.4-1 [101 kB]
Step #3 - "lint": Get:64 http://deb.debian.org/debian stretch/main amd64 linkchecker amd64 9.3-4 [312 kB]
Step #3 - "lint": Get:65 http://deb.debian.org/debian stretch/main amd64 psmisc amd64 22.21-2.1+b2 [123 kB]
Step #3 - "lint": Get:66 http://deb.debian.org/debian stretch/main amd64 python-cffi-backend amd64 1.9.1-2 [69.0 kB]
Step #3 - "lint": Get:67 http://deb.debian.org/debian stretch/main amd64 python-enum34 all 1.1.6-1 [35.0 kB]
Step #3 - "lint": Get:68 http://deb.debian.org/debian stretch/main amd64 python-idna all 2.2-1 [32.6 kB]
Step #3 - "lint": Get:69 http://deb.debian.org/debian stretch/main amd64 python-ipaddress all 1.0.17-1 [18.1 kB]
Step #3 - "lint": Get:70 http://deb.debian.org/debian stretch/main amd64 python-pyasn1 all 0.1.9-2 [51.8 kB]
Step #3 - "lint": Get:71 http://deb.debian.org/debian stretch/main amd64 python-setuptools all 33.1.1-1 [297 kB]
Step #3 - "lint": Get:72 http://deb.debian.org/debian stretch/main amd64 python-cryptography amd64 1.7.1-3 [211 kB]
Step #3 - "lint": Get:73 http://deb.debian.org/debian stretch/main amd64 python-openssl all 16.2.0-1 [43.7 kB]
Step #3 - "lint": Get:74 http://deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB]
Step #3 - "lint": �[91mdebconf: delaying package configuration, since apt-utils is not installed
Step #3 - "lint": �[0mFetched 18.7 MB in 0s (34.4 MB/s)
Step #3 - "lint": Selecting previously unselected package bash-completion.
Step #3 - "lint": (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 ... 17197 files and directories currently installed.)
Step #3 - "lint": Preparing to unpack .../0-bash-completion_1%3a2.1-4.3_all.deb ...
Step #3 - "lint": Unpacking bash-completion (1:2.1-4.3) ...
Step #3 - "lint": Selecting previously unselected package libpython2.7-minimal:amd64.
Step #3 - "lint": Preparing to unpack .../1-libpython2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package python2.7-minimal.
Step #3 - "lint": Preparing to unpack .../2-python2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking python2.7-minimal (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package python-minimal.
Step #3 - "lint": Preparing to unpack .../3-python-minimal_2.7.13-2_amd64.deb ...
Step #3 - "lint": Unpacking python-minimal (2.7.13-2) ...
Step #3 - "lint": Selecting previously unselected package mime-support.
Step #3 - "lint": Preparing to unpack .../4-mime-support_3.60_all.deb ...
Step #3 - "lint": Unpacking mime-support (3.60) ...
Step #3 - "lint": Selecting previously unselected package libpython2.7-stdlib:amd64.
Step #3 - "lint": Preparing to unpack .../5-libpython2.7-stdlib_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package python2.7.
Step #3 - "lint": Preparing to unpack .../6-python2.7_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking python2.7 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package libpython-stdlib:amd64.
Step #3 - "lint": Preparing to unpack .../7-libpython-stdlib_2.7.13-2_amd64.deb ...
Step #3 - "lint": Unpacking libpython-stdlib:amd64 (2.7.13-2) ...
Step #3 - "lint": Setting up libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Setting up python2.7-minimal (2.7.13-2+deb9u3) ...
Step #3 - "lint": Linking and byte-compiling packages for runtime python2.7...
Step #3 - "lint": Setting up python-minimal (2.7.13-2) ...
Step #3 - "lint": Selecting previously unselected package python.
Step #3 - "lint": (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 ... 18545 files and directories currently installed.)
Step #3 - "lint": Preparing to unpack .../00-python_2.7.13-2_amd64.deb ...
Step #3 - "lint": Unpacking python (2.7.13-2) ...
Step #3 - "lint": Selecting previously unselected package libpng16-16:amd64.
Step #3 - "lint": Preparing to unpack .../01-libpng16-16_1.6.28-1_amd64.deb ...
Step #3 - "lint": Unpacking libpng16-16:amd64 (1.6.28-1) ...
Step #3 - "lint": Selecting previously unselected package libfreetype6:amd64.
Step #3 - "lint": Preparing to unpack .../02-libfreetype6_2.6.3-3.2_amd64.deb ...
Step #3 - "lint": Unpacking libfreetype6:amd64 (2.6.3-3.2) ...
Step #3 - "lint": Selecting previously unselected package ucf.
Step #3 - "lint": Preparing to unpack .../03-ucf_3.0036_all.deb ...
Step #3 - "lint": Moving old data out of the way
Step #3 - "lint": Unpacking ucf (3.0036) ...
Step #3 - "lint": Selecting previously unselected package fonts-dejavu-core.
Step #3 - "lint": Preparing to unpack .../04-fonts-dejavu-core_2.37-1_all.deb ...
Step #3 - "lint": Unpacking fonts-dejavu-core (2.37-1) ...
Step #3 - "lint": Selecting previously unselected package fonts-liberation.
Step #3 - "lint": Preparing to unpack .../05-fonts-liberation_1%3a1.07.4-2_all.deb ...
Step #3 - "lint": Unpacking fonts-liberation (1:1.07.4-2) ...
Step #3 - "lint": Selecting previously unselected package fontconfig-config.
Step #3 - "lint": Preparing to unpack .../06-fontconfig-config_2.11.0-6.7_all.deb ...
Step #3 - "lint": Unpacking fontconfig-config (2.11.0-6.7) ...
Step #3 - "lint": Selecting previously unselected package libfontconfig1:amd64.
Step #3 - "lint": Preparing to unpack .../07-libfontconfig1_2.11.0-6.7+b1_amd64.deb ...
Step #3 - "lint": Unpacking libfontconfig1:amd64 (2.11.0-6.7+b1) ...
Step #3 - "lint": Selecting previously unselected package fontconfig.
Step #3 - "lint": Preparing to unpack .../08-fontconfig_2.11.0-6.7+b1_amd64.deb ...
Step #3 - "lint": Unpacking fontconfig (2.11.0-6.7+b1) ...
Step #3 - "lint": Selecting previously unselected package nano.
Step #3 - "lint": Preparing to unpack .../09-nano_2.7.4-1_amd64.deb ...
Step #3 - "lint": Unpacking nano (2.7.4-1) ...
Step #3 - "lint": Selecting previously unselected package wget.
Step #3 - "lint": Preparing to unpack .../10-wget_1.18-5+deb9u2_amd64.deb ...
Step #3 - "lint": Unpacking wget (1.18-5+deb9u2) ...
Step #3 - "lint": Selecting previously unselected package gettext-base.
Step #3 - "lint": Preparing to unpack .../11-gettext-base_0.19.8.1-2_amd64.deb ...
Step #3 - "lint": Unpacking gettext-base (0.19.8.1-2) ...
Step #3 - "lint": Selecting previously unselected package libann0.
Step #3 - "lint": Preparing to unpack .../12-libann0_1.1.2+doc-6_amd64.deb ...
Step #3 - "lint": Unpacking libann0 (1.1.2+doc-6) ...
Step #3 - "lint": Selecting previously unselected package libcdt5.
Step #3 - "lint": Preparing to unpack .../13-libcdt5_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libcdt5 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libcgraph6.
Step #3 - "lint": Preparing to unpack .../14-libcgraph6_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libcgraph6 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libjpeg62-turbo:amd64.
Step #3 - "lint": Preparing to unpack .../15-libjpeg62-turbo_1%3a1.5.1-2_amd64.deb ...
Step #3 - "lint": Unpacking libjpeg62-turbo:amd64 (1:1.5.1-2) ...
Step #3 - "lint": Selecting previously unselected package libjbig0:amd64.
Step #3 - "lint": Preparing to unpack .../16-libjbig0_2.1-3.1+b2_amd64.deb ...
Step #3 - "lint": Unpacking libjbig0:amd64 (2.1-3.1+b2) ...
Step #3 - "lint": Selecting previously unselected package libtiff5:amd64.
Step #3 - "lint": Preparing to unpack .../17-libtiff5_4.0.8-2+deb9u4_amd64.deb ...
Step #3 - "lint": Unpacking libtiff5:amd64 (4.0.8-2+deb9u4) ...
Step #3 - "lint": Selecting previously unselected package libwebp6:amd64.
Step #3 - "lint": Preparing to unpack .../18-libwebp6_0.5.2-1_amd64.deb ...
Step #3 - "lint": Unpacking libwebp6:amd64 (0.5.2-1) ...
Step #3 - "lint": Selecting previously unselected package libxpm4:amd64.
Step #3 - "lint": Preparing to unpack .../19-libxpm4_1%3a3.5.12-1_amd64.deb ...
Step #3 - "lint": Unpacking libxpm4:amd64 (1:3.5.12-1) ...
Step #3 - "lint": Selecting previously unselected package libgd3:amd64.
Step #3 - "lint": Preparing to unpack .../20-libgd3_2.2.4-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking libgd3:amd64 (2.2.4-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package libgts-0.7-5:amd64.
Step #3 - "lint": Preparing to unpack .../21-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ...
Step #3 - "lint": Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
Step #3 - "lint": Selecting previously unselected package libpixman-1-0:amd64.
Step #3 - "lint": Preparing to unpack .../22-libpixman-1-0_0.34.0-1_amd64.deb ...
Step #3 - "lint": Unpacking libpixman-1-0:amd64 (0.34.0-1) ...
Step #3 - "lint": Selecting previously unselected package libxcb-render0:amd64.
Step #3 - "lint": Preparing to unpack .../23-libxcb-render0_1.12-1_amd64.deb ...
Step #3 - "lint": Unpacking libxcb-render0:amd64 (1.12-1) ...
Step #3 - "lint": Selecting previously unselected package libxcb-shm0:amd64.
Step #3 - "lint": Preparing to unpack .../24-libxcb-shm0_1.12-1_amd64.deb ...
Step #3 - "lint": Unpacking libxcb-shm0:amd64 (1.12-1) ...
Step #3 - "lint": Selecting previously unselected package libxrender1:amd64.
Step #3 - "lint": Preparing to unpack .../25-libxrender1_1%3a0.9.10-1_amd64.deb ...
Step #3 - "lint": Unpacking libxrender1:amd64 (1:0.9.10-1) ...
Step #3 - "lint": Selecting previously unselected package libcairo2:amd64.
Step #3 - "lint": Preparing to unpack .../26-libcairo2_1.14.8-1_amd64.deb ...
Step #3 - "lint": Unpacking libcairo2:amd64 (1.14.8-1) ...
Step #3 - "lint": Selecting previously unselected package libthai-data.
Step #3 - "lint": Preparing to unpack .../27-libthai-data_0.1.26-1_all.deb ...
Step #3 - "lint": Unpacking libthai-data (0.1.26-1) ...
Step #3 - "lint": Selecting previously unselected package libdatrie1:amd64.
Step #3 - "lint": Preparing to unpack .../28-libdatrie1_0.2.10-4+b1_amd64.deb ...
Step #3 - "lint": Unpacking libdatrie1:amd64 (0.2.10-4+b1) ...
Step #3 - "lint": Selecting previously unselected package libthai0:amd64.
Step #3 - "lint": Preparing to unpack .../29-libthai0_0.1.26-1_amd64.deb ...
Step #3 - "lint": Unpacking libthai0:amd64 (0.1.26-1) ...
Step #3 - "lint": Selecting previously unselected package libpango-1.0-0:amd64.
Step #3 - "lint": Preparing to unpack .../30-libpango-1.0-0_1.40.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libpango-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Selecting previously unselected package libgraphite2-3:amd64.
Step #3 - "lint": Preparing to unpack .../31-libgraphite2-3_1.3.10-1_amd64.deb ...
Step #3 - "lint": Unpacking libgraphite2-3:amd64 (1.3.10-1) ...
Step #3 - "lint": Selecting previously unselected package libharfbuzz0b:amd64.
Step #3 - "lint": Preparing to unpack .../32-libharfbuzz0b_1.4.2-1_amd64.deb ...
Step #3 - "lint": Unpacking libharfbuzz0b:amd64 (1.4.2-1) ...
Step #3 - "lint": Selecting previously unselected package libpangoft2-1.0-0:amd64.
Step #3 - "lint": Preparing to unpack .../33-libpangoft2-1.0-0_1.40.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libpangoft2-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Selecting previously unselected package libpangocairo-1.0-0:amd64.
Step #3 - "lint": Preparing to unpack .../34-libpangocairo-1.0-0_1.40.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libpangocairo-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Selecting previously unselected package libpathplan4.
Step #3 - "lint": Preparing to unpack .../35-libpathplan4_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libpathplan4 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libxdot4.
Step #3 - "lint": Preparing to unpack .../36-libxdot4_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libxdot4 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libgvc6.
Step #3 - "lint": Preparing to unpack .../37-libgvc6_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libgvc6 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libgvpr2.
Step #3 - "lint": Preparing to unpack .../38-libgvpr2_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libgvpr2 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package x11-common.
Step #3 - "lint": Preparing to unpack .../39-x11-common_1%3a7.7+19_all.deb ...
Step #3 - "lint": Unpacking x11-common (1:7.7+19) ...
Step #3 - "lint": Selecting previously unselected package libice6:amd64.
Step #3 - "lint": Preparing to unpack .../40-libice6_2%3a1.0.9-2_amd64.deb ...
Step #3 - "lint": Unpacking libice6:amd64 (2:1.0.9-2) ...
Step #3 - "lint": Selecting previously unselected package libsm6:amd64.
Step #3 - "lint": Preparing to unpack .../41-libsm6_2%3a1.2.2-1+b3_amd64.deb ...
Step #3 - "lint": Unpacking libsm6:amd64 (2:1.2.2-1+b3) ...
Step #3 - "lint": Selecting previously unselected package libxt6:amd64.
Step #3 - "lint": Preparing to unpack .../42-libxt6_1%3a1.1.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libxt6:amd64 (1:1.1.5-1) ...
Step #3 - "lint": Selecting previously unselected package libxmu6:amd64.
Step #3 - "lint": Preparing to unpack .../43-libxmu6_2%3a1.1.2-2_amd64.deb ...
Step #3 - "lint": Unpacking libxmu6:amd64 (2:1.1.2-2) ...
Step #3 - "lint": Selecting previously unselected package libxaw7:amd64.
Step #3 - "lint": Preparing to unpack .../44-libxaw7_2%3a1.0.13-1+b2_amd64.deb ...
Step #3 - "lint": Unpacking libxaw7:amd64 (2:1.0.13-1+b2) ...
Step #3 - "lint": Selecting previously unselected package graphviz.
Step #3 - "lint": Preparing to unpack .../45-graphviz_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking graphviz (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libonig4:amd64.
Step #3 - "lint": Preparing to unpack .../46-libonig4_6.1.3-2_amd64.deb ...
Step #3 - "lint": Unpacking libonig4:amd64 (6.1.3-2) ...
Step #3 - "lint": Selecting previously unselected package libjq1:amd64.
Step #3 - "lint": Preparing to unpack .../47-libjq1_1.5+dfsg-1.3_amd64.deb ...
Step #3 - "lint": Unpacking libjq1:amd64 (1.5+dfsg-1.3) ...
Step #3 - "lint": Selecting previously unselected package jq.
Step #3 - "lint": Preparing to unpack .../48-jq_1.5+dfsg-1.3_amd64.deb ...
Step #3 - "lint": Unpacking jq (1.5+dfsg-1.3) ...
Step #3 - "lint": Selecting previously unselected package libgts-bin.
Step #3 - "lint": Preparing to unpack .../49-libgts-bin_0.7.6+darcs121130-4_amd64.deb ...
Step #3 - "lint": Unpacking libgts-bin (0.7.6+darcs121130-4) ...
Step #3 - "lint": Selecting previously unselected package python-six.
Step #3 - "lint": Preparing to unpack .../50-python-six_1.10.0-3_all.deb ...
Step #3 - "lint": Unpacking python-six (1.10.0-3) ...
Step #3 - "lint": Selecting previously unselected package python-urllib3.
Step #3 - "lint": Preparing to unpack .../51-python-urllib3_1.19.1-1_all.deb ...
Step #3 - "lint": Unpacking python-urllib3 (1.19.1-1) ...
Step #3 - "lint": Selecting previously unselected package python-pkg-resources.
Step #3 - "lint": Preparing to unpack .../52-python-pkg-resources_33.1.1-1_all.deb ...
Step #3 - "lint": Unpacking python-pkg-resources (33.1.1-1) ...
Step #3 - "lint": Selecting previously unselected package python-chardet.
Step #3 - "lint": Preparing to unpack .../53-python-chardet_2.3.0-2_all.deb ...
Step #3 - "lint": Unpacking python-chardet (2.3.0-2) ...
Step #3 - "lint": Selecting previously unselected package python-requests.
Step #3 - "lint": Preparing to unpack .../54-python-requests_2.12.4-1_all.deb ...
Step #3 - "lint": Unpacking python-requests (2.12.4-1) ...
Step #3 - "lint": Selecting previously unselected package linkchecker.
Step #3 - "lint": Preparing to unpack .../55-linkchecker_9.3-4_amd64.deb ...
Step #3 - "lint": Unpacking linkchecker (9.3-4) ...
Step #3 - "lint": Selecting previously unselected package psmisc.
Step #3 - "lint": Preparing to unpack .../56-psmisc_22.21-2.1+b2_amd64.deb ...
Step #3 - "lint": Unpacking psmisc (22.21-2.1+b2) ...
Step #3 - "lint": Selecting previously unselected package python-cffi-backend.
Step #3 - "lint": Preparing to unpack .../57-python-cffi-backend_1.9.1-2_amd64.deb ...
Step #3 - "lint": Unpacking python-cffi-backend (1.9.1-2) ...
Step #3 - "lint": Selecting previously unselected package python-enum34.
Step #3 - "lint": Preparing to unpack .../58-python-enum34_1.1.6-1_all.deb ...
Step #3 - "lint": Unpacking python-enum34 (1.1.6-1) ...
Step #3 - "lint": Selecting previously unselected package python-idna.
Step #3 - "lint": Preparing to unpack .../59-python-idna_2.2-1_all.deb ...
Step #3 - "lint": Unpacking python-idna (2.2-1) ...
Step #3 - "lint": Selecting previously unselected package python-ipaddress.
Step #3 - "lint": Preparing to unpack .../60-python-ipaddress_1.0.17-1_all.deb ...
Step #3 - "lint": Unpacking python-ipaddress (1.0.17-1) ...
Step #3 - "lint": Selecting previously unselected package python-pyasn1.
Step #3 - "lint": Preparing to unpack .../61-python-pyasn1_0.1.9-2_all.deb ...
Step #3 - "lint": Unpacking python-pyasn1 (0.1.9-2) ...
Step #3 - "lint": Selecting previously unselected package python-setuptools.
Step #3 - "lint": Preparing to unpack .../62-python-setuptools_33.1.1-1_all.deb ...
Step #3 - "lint": Unpacking python-setuptools (33.1.1-1) ...
Step #3 - "lint": Selecting previously unselected package python-cryptography.
Step #3 - "lint": Preparing to unpack .../63-python-cryptography_1.7.1-3_amd64.deb ...
Step #3 - "lint": Unpacking python-cryptography (1.7.1-3) ...
Step #3 - "lint": Selecting previously unselected package python-openssl.
Step #3 - "lint": Preparing to unpack .../64-python-openssl_16.2.0-1_all.deb ...
Step #3 - "lint": Unpacking python-openssl (16.2.0-1) ...
Step #3 - "lint": Selecting previously unselected package zip.
Step #3 - "lint": Preparing to unpack .../65-zip_3.0-11+b1_amd64.deb ...
Step #3 - "lint": Unpacking zip (3.0-11+b1) ...
Step #3 - "lint": Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
Step #3 - "lint": Setting up libpathplan4 (2.38.0-17) ...
Step #3 - "lint": Setting up libxcb-render0:amd64 (1.12-1) ...
Step #3 - "lint": Setting up libxdot4 (2.38.0-17) ...
Step #3 - "lint": Setting up libjpeg62-turbo:amd64 (1:1.5.1-2) ...
Step #3 - "lint": Setting up psmisc (22.21-2.1+b2) ...
Step #3 - "lint": Setting up mime-support (3.60) ...
Step #3 - "lint": Setting up libpng16-16:amd64 (1.6.28-1) ...
Step #3 - "lint": Setting up libjbig0:amd64 (2.1-3.1+b2) ...
Step #3 - "lint": Setting up fonts-dejavu-core (2.37-1) ...
Step #3 - "lint": Setting up bash-completion (1:2.1-4.3) ...
Step #3 - "lint": Setting up libonig4:amd64 (6.1.3-2) ...
Step #3 - "lint": Setting up libdatrie1:amd64 (0.2.10-4+b1) ...
Step #3 - "lint": Setting up libtiff5:amd64 (4.0.8-2+deb9u4) ...
Step #3 - "lint": Setting up gettext-base (0.19.8.1-2) ...
Step #3 - "lint": Processing triggers for sgml-base (1.29) ...
Step #3 - "lint": Setting up fonts-liberation (1:1.07.4-2) ...
Step #3 - "lint": Setting up ucf (3.0036) ...
Step #3 - "lint": debconf: unable to initialize frontend: Dialog
Step #3 - "lint": debconf: (TERM is not set, so the dialog frontend is not usable.)
Step #3 - "lint": debconf: falling back to frontend: Readline
Step #3 - "lint": Setting up zip (3.0-11+b1) ...
Step #3 - "lint": Setting up libfreetype6:amd64 (2.6.3-3.2) ...
Step #3 - "lint": Setting up libgraphite2-3:amd64 (1.3.10-1) ...
Step #3 - "lint": Setting up libjq1:amd64 (1.5+dfsg-1.3) ...
Step #3 - "lint": Setting up nano (2.7.4-1) ...
Step #3 - "lint": update-alternatives: using /bin/nano to provide /usr/bin/editor (editor) in auto mode
Step #3 - "lint": update-alternatives: using /bin/nano to provide /usr/bin/pico (pico) in auto mode
Step #3 - "lint": Setting up libpixman-1-0:amd64 (0.34.0-1) ...
Step #3 - "lint": Processing triggers for libc-bin (2.24-11+deb9u3) ...
Step #3 - "lint": Setting up wget (1.18-5+deb9u2) ...
Step #3 - "lint": Setting up libann0 (1.1.2+doc-6) ...
Step #3 - "lint": Setting up libxcb-shm0:amd64 (1.12-1) ...
Step #3 - "lint": Setting up libxpm4:amd64 (1:3.5.12-1) ...
Step #3 - "lint": Setting up libxrender1:amd64 (1:0.9.10-1) ...
Step #3 - "lint": Setting up libgts-bin (0.7.6+darcs121130-4) ...
Step #3 - "lint": Setting up libthai-data (0.1.26-1) ...
Step #3 - "lint": Setting up x11-common (1:7.7+19) ...
Step #3 - "lint": debconf: unable to initialize frontend: Dialog
Step #3 - "lint": debconf: (TERM is not set, so the dialog frontend is not usable.)
Step #3 - "lint": debconf: falling back to frontend: Readline
Step #3 - "lint": update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Step #3 - "lint": invoke-rc.d: could not determine current runlevel
Step #3 - "lint": invoke-rc.d: policy-rc.d denied execution of start.
Step #3 - "lint": Setting up libcdt5 (2.38.0-17) ...
Step #3 - "lint": Setting up libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Setting up libcgraph6 (2.38.0-17) ...
Step #3 - "lint": Setting up libwebp6:amd64 (0.5.2-1) ...
Step #3 - "lint": Setting up jq (1.5+dfsg-1.3) ...
Step #3 - "lint": Setting up fontconfig-config (2.11.0-6.7) ...
Step #3 - "lint": debconf: unable to initialize frontend: Dialog
Step #3 - "lint": debconf: (TERM is not set, so the dialog frontend is not usable.)
Step #3 - "lint": debconf: falling back to frontend: Readline
Step #3 - "lint": Setting up libgvpr2 (2.38.0-17) ...
Step #3 - "lint": Setting up python2.7 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Setting up libharfbuzz0b:amd64 (1.4.2-1) ...
Step #3 - "lint": Setting up libthai0:amd64 (0.1.26-1) ...
Step #3 - "lint": Setting up libpython-stdlib:amd64 (2.7.13-2) ...
Step #3 - "lint": Setting up libice6:amd64 (2:1.0.9-2) ...
Step #3 - "lint": Setting up python (2.7.13-2) ...
Step #3 - "lint": Setting up python-idna (2.2-1) ...
Step #3 - "lint": Setting up libfontconfig1:amd64 (2.11.0-6.7+b1) ...
Step #3 - "lint": Setting up libsm6:amd64 (2:1.2.2-1+b3) ...
Step #3 - "lint": Setting up python-pyasn1 (0.1.9-2) ...
Step #3 - "lint": Setting up libgd3:amd64 (2.2.4-2+deb9u3) ...
Step #3 - "lint": Setting up python-pkg-resources (33.1.1-1) ...
Step #3 - "lint": Setting up python-cffi-backend (1.9.1-2) ...
Step #3 - "lint": Setting up python-six (1.10.0-3) ...
Step #3 - "lint": Setting up python-enum34 (1.1.6-1) ...
Step #3 - "lint": Setting up libxt6:amd64 (1:1.1.5-1) ...
Step #3 - "lint": Setting up python-ipaddress (1.0.17-1) ...
Step #3 - "lint": Setting up fontconfig (2.11.0-6.7+b1) ...
Step #3 - "lint": Regenerating fonts cache... done.
Step #3 - "lint": Setting up libcairo2:amd64 (1.14.8-1) ...
Step #3 - "lint": Setting up python-setuptools (33.1.1-1) ...
Step #3 - "lint": Setting up python-urllib3 (1.19.1-1) ...
Step #3 - "lint": Setting up python-chardet (2.3.0-2) ...
Step #3 - "lint": Setting up libxmu6:amd64 (2:1.1.2-2) ...
Step #3 - "lint": Setting up libpango-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Setting up python-cryptography (1.7.1-3) ...
Step #3 - "lint": Setting up python-requests (2.12.4-1) ...
Step #3 - "lint": Setting up linkchecker (9.3-4) ...
Step #3 - "lint": Setting up libxaw7:amd64 (2:1.0.13-1+b2) ...
Step #3 - "lint": Setting up python-openssl (16.2.0-1) ...
Step #3 - "lint": Setting up libpangoft2-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Setting up libpangocairo-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Setting up libgvc6 (2.38.0-17) ...
Step #3 - "lint": Setting up graphviz (2.38.0-17) ...
Step #3 - "lint": Processing triggers for libc-bin (2.24-11+deb9u3) ...
Step #3 - "lint": Removing intermediate container 254ec159db01
Step #3 - "lint":  ---> 8bea8b704c89
Step #3 - "lint": Step 3/33 : ENV RUSTUP_HOME=/usr/local/rustup     CARGO_HOME=/usr/local/cargo     PATH=/usr/local/cargo/bin:$PATH     RUST_VERSION=1.26.1
Step #3 - "lint":  ---> Running in 88447c0721ea
Step #3 - "lint": Removing intermediate container 88447c0721ea
Step #3 - "lint":  ---> 698021ae6e95
Step #3 - "lint": Step 4/33 : ENV RUST_ARCH=x86_64-unknown-linux-gnu     RUSTUP_SHA256=c9837990bce0faab4f6f52604311a19bb8d2cde989bea6a7b605c8e526db6f02
Step #3 - "lint":  ---> Running in 0195a324a421
Step #3 - "lint": Removing intermediate container 0195a324a421
Step #3 - "lint":  ---> f9f84417259f
Step #3 - "lint": Step 5/33 : RUN wget -q https://static.rust-lang.org/rustup/archive/1.11.0/${RUST_ARCH}/rustup-init &&     echo "${RUSTUP_SHA256} *rustup-init" | sha256sum -c - &&     chmod +x rustup-init &&     ./rustup-init -y --no-modify-path --default-toolchain $RUST_VERSION &&     rm rustup-init &&     rustup --version;     cargo --version;     rustc --version;
Step #3 - "lint":  ---> Running in 650dbc09843f
Step #3 - "lint": rustup-init: OK
Step #3 - "lint": �[91minfo: syncing channel updates for '1.26.1-x86_64-unknown-linux-gnu'
Step #3 - "lint": �[0m�[91minfo: latest update on 2018-05-29, rust version 1.26.1 (827013a31 2018-05-25)
Step #3 - "lint": info: downloading component 'rustc'
Step #3 - "lint": �[0m�[91minfo: downloading component 'rust-std'
Step #3 - "lint": �[0m�[91minfo: downloading component 'cargo'
Step #3 - "lint": �[0m�[91minfo: downloading component 'rust-docs'
Step #3 - "lint": �[0m�[91minfo: installing component 'rustc'
Step #3 - "lint": �[0m�[91minfo: installing component 'rust-std'
Step #3 - "lint": �[0m�[91minfo: installing component 'cargo'
Step #3 - "lint": �[0m�[91minfo: installing component 'rust-docs'
Step #3 - "lint": �[0m�[91minfo: default toolchain set to '1.26.1'
Step #3 - "lint": �[0m
Step #3 - "lint":   1.26.1 installed - rustc 1.26.1 (827013a31 2018-05-25)
Step #3 - "lint": 
Step #3 - "lint": rustup 1.11.0 (e751ff9f8 2018-02-13)
Step #3 - "lint": cargo 1.26.0 (0e7c5a931 2018-04-06)
Step #3 - "lint": rustc 1.26.1 (827013a31 2018-05-25)
Step #3 - "lint": Removing intermediate container 650dbc09843f
Step #3 - "lint":  ---> e38bde43ace6
Step #3 - "lint": Step 6/33 : WORKDIR /usr/local
Step #3 - "lint":  ---> Running in 0c7d1845033d
Step #3 - "lint": Removing intermediate container 0c7d1845033d
Step #3 - "lint":  ---> 846eb913ca4a
Step #3 - "lint": Step 7/33 : ENV GO_VERSION=1.11.4
Step #3 - "lint":  ---> Running in ef8d789c10d0
Step #3 - "lint": Removing intermediate container ef8d789c10d0
Step #3 - "lint":  ---> 4430af2af182
Step #3 - "lint": Step 8/33 : ENV GOPATH /go
Step #3 - "lint":  ---> Running in 6ffc722b2b88
Step #3 - "lint": Removing intermediate container 6ffc722b2b88
Step #3 - "lint":  ---> 0939ff74639b
Step #3 - "lint": Step 9/33 : 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 #3 - "lint":  ---> Running in 72a3efa371d3
Step #3 - "lint": Removing intermediate container 72a3efa371d3
Step #3 - "lint":  ---> 000c0634e68e
Step #3 - "lint": Step 10/33 : WORKDIR /opt
Step #3 - "lint":  ---> Running in 6ddcf547d162
Step #3 - "lint": Removing intermediate container 6ddcf547d162
Step #3 - "lint":  ---> 33700c7dca45
Step #3 - "lint": Step 11/33 : RUN wget -q https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.zip && unzip -q google-cloud-sdk.zip &&     rm google-cloud-sdk.zip &&     /opt/google-cloud-sdk/install.sh --usage-reporting=true --path-update=true --bash-completion=true --rc-path=/root/.bashrc
Step #3 - "lint":  ---> Running in 00de2f93a312
Step #3 - "lint": Welcome to the Google Cloud SDK!
Step #3 - "lint": WARNING: You appear to be running this script as root. This may cause 
Step #3 - "lint": the installation to be inaccessible to users other than the root user.
Step #3 - "lint": �[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Your current Cloud SDK version is: 230.0.0
Step #3 - "lint": Installing components from version: 230.0.0
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91m+----------------------------------------------------------------------------+�[0m�[91m
Step #3 - "lint": �[0m�[91m|                    These components will be installed.                     |�[0m�[91m
Step #3 - "lint": �[0m�[91m+-----------------------------------------------------+------------+---------+
Step #3 - "lint": �[0m�[91m|                         Name                        |  Version   |   Size  |�[0m�[91m
Step #3 - "lint": �[0m�[91m+-----------------------------------------------------+------------+---------+�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mBigQuery Command Line Tool                         �[0m�[91m �[0m�[91m| �[0m�[91m    2.0.39�[0m�[91m | �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|
Step #3 - "lint": �[0m�[91m| �[0m�[91mBigQuery Command Line Tool (Platform Specific)     �[0m�[91m �[0m�[91m| �[0m�[91m    2.0.34�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|
Step #3 - "lint": �[0m�[91m| Cloud SDK Core Libraries (Platform Specific)       �[0m�[91m �[0m�[91m| �[0m�[91m2018.09.24�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud Storage Command Line Tool                    �[0m�[91m �[0m�[91m| �[0m�[91m      4.35�[0m�[91m �[0m�[91m| �[0m�[91m3.6 MiB�[0m�[91m �[0m�[91m|
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud Storage Command Line Tool (Platform Specific)�[0m�[91m �[0m�[91m| �[0m�[91m      4.34�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mDefault set of gcloud commands                      �[0m�[91m| �[0m�[91m          �[0m�[91m �[0m�[91m| �[0m�[91m       �[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgcloud cli dependencies                            �[0m�[91m �[0m�[91m| �[0m�[91m2018.08.03�[0m�[91m �[0m�[91m| �[0m�[91m8.6 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m+-----------------------------------------------------+------------+---------+�[0m�[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mFor the latest full release notes, please visit:
Step #3 - "lint":   https://cloud.google.com/sdk/release_notes
Step #3 - "lint": 
Step #3 - "lint": �[0m�[91m#============================================================#
Step #3 - "lint": #= Creating update staging area                             =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: BigQuery Command Line Tool                   =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: BigQuery Command Line Tool (Platform Spec... =#
Step #3 - "lint": #�[0m�[91m==============================�[0m�[91m===============�[0m�[91m===============�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud SDK Core Libraries (Platform Specific) =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m==============================�[0m�[91m==========�[0m�[91m=========�[0m�[91m===========�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud Storage Command Line Tool              =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud Storage Command Line Tool (Platform... =#
Step #3 - "lint": #�[0m�[91m==============================�[0m�[91m===============�[0m�[91m===============#
Step #3 - "lint": �[0m�[91m#= Installing: Default set of gcloud commands               =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m============================================================#
Step #3 - "lint": �[0m�[91m#= Installing: gcloud cli dependencies                      =#
Step #3 - "lint": #�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Creating backup and activating new installation          =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m==============================�[0m�[91m==============================#
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mPerforming post processing steps...
Step #3 - "lint": �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91mdone.
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Update done!
Step #3 - "lint": 
Step #3 - "lint": �[0m
Step #3 - "lint": This will install all the core command line tools necessary for working with
Step #3 - "lint": the Google Cloud Platform.
Step #3 - "lint": 
Step #3 - "lint": Backing up [/root/.bashrc] to [/root/.bashrc.backup].
Step #3 - "lint": [/root/.bashrc] has been updated.
Step #3 - "lint": 
Step #3 - "lint": ==> Start a new shell for the changes to take effect.
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": For more information on how to get started, please visit:
Step #3 - "lint":   https://cloud.google.com/sdk/docs/quickstarts
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": Removing intermediate container 00de2f93a312
Step #3 - "lint":  ---> 4bd7e791b3b8
Step #3 - "lint": Step 12/33 : ENV PATH /usr/local/go/bin:/go/bin:/opt/google-cloud-sdk/bin:$PATH
Step #3 - "lint":  ---> Running in e13a940d0297
Step #3 - "lint": Removing intermediate container e13a940d0297
Step #3 - "lint":  ---> baad78e5eae9
Step #3 - "lint": Step 13/33 : RUN gcloud components update && gcloud components install app-engine-go
Step #3 - "lint":  ---> Running in bcaf6be494c2
Step #3 - "lint": �[91m
Step #3 - "lint": All components are up to date.
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Your current Cloud SDK version is: 230.0.0
Step #3 - "lint": �[0m�[91mInstalling components from version: 230.0.0
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91m+---------------------------------------------------+
Step #3 - "lint": �[0m�[91m|        These components will be installed.        |�[0m�[91m
Step #3 - "lint": �[0m�[91m+------------------------------+---------+----------+�[0m�[91m
Step #3 - "lint": �[0m�[91m|             Name             | Version |   Size   |�[0m�[91m
Step #3 - "lint": �[0m�[91m+------------------------------+---------+----------+�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mApp Engine Go Extensions    �[0m�[91m �[0m�[91m| �[0m�[91m       �[0m�[91m �[0m�[91m| �[0m�[91m        �[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mApp Engine Go Extensions     �[0m�[91m| �[0m�[91m 1.9.70�[0m�[91m �[0m�[91m| �[0m�[91m56.6 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| Cloud Datastore Emulator    �[0m�[91m | �[0m�[91m  2.0.3�[0m�[91m �[0m�[91m| �[0m�[91m18.3 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgRPC python library         �[0m�[91m �[0m�[91m| �[0m�[91m  1.9.1�[0m�[91m �[0m�[91m| �[0m�[91m12.1 MiB�[0m�[91m |�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgRPC python library         �[0m�[91m �[0m�[91m| �[0m�[91m       �[0m�[91m �[0m�[91m| �[0m�[91m        �[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgcloud app Python Extensions�[0m�[91m �[0m�[91m| �[0m�[91m 1.9.81�[0m�[91m �[0m�[91m| �[0m�[91m 6.2 MiB �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m+------------------------------+---------+----------+�[0m�[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mFor the latest full release notes, please visit:
Step #3 - "lint":   https://cloud.google.com/sdk/release_notes
Step #3 - "lint": 
Step #3 - "lint": �[0m�[91mDo you want to continue (Y/n)?  
Step #3 - "lint": �[0m�[91m#============================================================#
Step #3 - "lint": #= Creating update staging area                             =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m======�[0m�[91m============�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: App Engine Go Extensions                     =#
Step #3 - "lint": #�[0m�[91m============================================================�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: App Engine Go Extensions                     =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud Datastore Emulator                     =#
Step #3 - "lint": #�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: gRPC python library                          =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: gRPC python library                          =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m============================================================�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: gcloud app Python Extensions                 =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Creating backup and activating new installation          =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m==============================�[0m�[91m==============================#
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mPerforming post processing steps...
Step #3 - "lint": �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91mdone.
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Update done!
Step #3 - "lint": 
Step #3 - "lint": �[0mRemoving intermediate container bcaf6be494c2
Step #3 - "lint":  ---> b21c2f8a071b
Step #3 - "lint": Step 14/33 : ENV KUBECTL_VER 1.11.5
Step #3 - "lint":  ---> Running in 2a951aeedda8
Step #3 - "lint": Removing intermediate container 2a951aeedda8
Step #3 - "lint":  ---> d78c80551c99
Step #3 - "lint": Step 15/33 : 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 #3 - "lint":  ---> Running in 0c12e1421e05
Step #3 - "lint": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #3 - "lint":                                  Dload  Upload   Total   Spent    Left  Speed
Step #3 - "lint": �[0m�[91m
  0     0    0     0    0     0      0      0 -�[0m�[91m-:--:-- --:--:-- --:-�[0m�[91m-:--     0�[0m�[91m
  8 52.8M    8 4568k    0     0  20.3M      0  0:00:02 --:--:--  0:00:02 20.2M�[0m�[91m
100 52.8M  100 52.8M    0     0   149M      0 --:--:-- --:--:-- --:--:--  149M
Step #3 - "lint": �[0mRemoving intermediate container 0c12e1421e05
Step #3 - "lint":  ---> 51cd2651ff25
Step #3 - "lint": Step 16/33 : RUN echo "source <(kubectl completion bash)" >> /root/.bashrc
Step #3 - "lint":  ---> Running in 7f9f0156fa38
Step #3 - "lint": Removing intermediate container 7f9f0156fa38
Step #3 - "lint":  ---> 15011b4883ba
Step #3 - "lint": Step 17/33 : ENV HELM_VER 2.11.0
Step #3 - "lint":  ---> Running in e761011df71d
Step #3 - "lint": Removing intermediate container e761011df71d
Step #3 - "lint":  ---> 4e3c54d91edf
Step #3 - "lint": Step 18/33 : ENV HELM_URL https://storage.googleapis.com/kubernetes-helm/helm-v${HELM_VER}-linux-amd64.tar.gz
Step #3 - "lint":  ---> Running in a5e461ecb77d
Step #3 - "lint": Removing intermediate container a5e461ecb77d
Step #3 - "lint":  ---> 8c49346fe030
Step #3 - "lint": Step 19/33 : 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 #3 - "lint":  ---> Running in 867499fe7c68
Step #3 - "lint": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #3 - "lint":                                  Dload  Upload   Total   Spent    Left  Speed
Step #3 - "lint": 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
100 18.2M  100 18.2M    0     0  47.2M      0 --:--:-- --:--:-- --:--:-- 47.1M
Step #3 - "lint": �[0mlinux-amd64/
Step #3 - "lint": linux-amd64/tiller
Step #3 - "lint": linux-amd64/README.md
Step #3 - "lint": linux-amd64/helm
Step #3 - "lint": linux-amd64/LICENSE
Step #3 - "lint": Removing intermediate container 867499fe7c68
Step #3 - "lint":  ---> ceede7f821f2
Step #3 - "lint": Step 20/33 : RUN echo "source <(helm completion bash)" >> /root/.bashrc
Step #3 - "lint":  ---> Running in 12a361be3256
Step #3 - "lint": Removing intermediate container 12a361be3256
Step #3 - "lint":  ---> a2c2d7f0b5eb
Step #3 - "lint": Step 21/33 : RUN mkdir -p /go/src/github.com/golang && cd /go/src/github.com/golang &&     git clone https://github.com/golang/protobuf.git &&      cd protobuf && git checkout v1.2.0 &&     go install github.com/golang/protobuf/protoc-gen-go
Step #3 - "lint":  ---> Running in f9996b304a2e
Step #3 - "lint": �[91mCloning into 'protobuf'...
Step #3 - "lint": �[0m�[91mNote: checking out 'v1.2.0'.
Step #3 - "lint": 
Step #3 - "lint": You are in 'detached HEAD' state. You can look around, make experimental
Step #3 - "lint": changes and commit them, and you can discard any commits you make in this
Step #3 - "lint": state without impacting any branches by performing another checkout.
Step #3 - "lint": 
Step #3 - "lint": If you want to create a new branch to retain commits you create, you may
Step #3 - "lint": do so (now or later) by using -b with the checkout command again. Example:
Step #3 - "lint": 
Step #3 - "lint":   git checkout -b <new-branch-name>
Step #3 - "lint": 
Step #3 - "lint": HEAD is now at aa810b6... proto: fix handling of required fields after multiple violations (#679)
Step #3 - "lint": �[0mRemoving intermediate container f9996b304a2e
Step #3 - "lint":  ---> a29226ecf8e7
Step #3 - "lint": Step 22/33 : RUN cargo install protobuf-codegen --vers 2.0.2
Step #3 - "lint":  ---> Running in 7727c045cc21
Step #3 - "lint": �[91m    Updating registry `https://github.com/rust-lang/crates.io-index`
Step #3 - "lint": �[0m�[91m Downloading protobuf-codegen v2.0.2
Step #3 - "lint": �[0m�[91m  Installing protobuf-codegen v2.0.2
Step #3 - "lint": �[0m�[91m Downloading protobuf v2.0.2
Step #3 - "lint": �[0m�[91m   Compiling protobuf v2.0.2
Step #3 - "lint": �[0m�[91m   Compiling protobuf-codegen v2.0.2
Step #3 - "lint": �[0m�[91m    Finished release [optimized] target(s) in 35.65 secs
Step #3 - "lint": �[0m�[91m  Installing /usr/local/cargo/bin/protoc-gen-rust
Step #3 - "lint":   Installing /usr/local/cargo/bin/protobuf-bin-gen-rust-do-not-use
Step #3 - "lint": �[0mRemoving intermediate container 7727c045cc21
Step #3 - "lint":  ---> 34ab0d809d9b
Step #3 - "lint": Step 23/33 : RUN cargo install grpcio-compiler --vers 0.3.0
Step #3 - "lint":  ---> Running in b6b40bef4140
Step #3 - "lint": �[91m    Updating registry `https://github.com/rust-lang/crates.io-index`
Step #3 - "lint": �[0m�[91m Downloading grpcio-compiler v0.3.0
Step #3 - "lint": �[0m�[91m  Installing grpcio-compiler v0.3.0
Step #3 - "lint": �[0m�[91m Downloading protobuf v2.0.6
Step #3 - "lint": �[0m�[91m Downloading protobuf-codegen v2.0.6
Step #3 - "lint": �[0m�[91m   Compiling protobuf v2.0.6
Step #3 - "lint": �[0m�[91m   Compiling protobuf-codegen v2.0.6�[0m�[91m
Step #3 - "lint": �[0m�[91m   Compiling grpcio-compiler v0.3.0
Step #3 - "lint": �[0m�[91m    Finished release [optimized] target(s) in 35.77 secs
Step #3 - "lint": �[0m�[91m  Installing /usr/local/cargo/bin/grpc_rust_plugin
Step #3 - "lint": �[0mRemoving intermediate container b6b40bef4140
Step #3 - "lint":  ---> 9cfdf8c2274e
Step #3 - "lint": Step 24/33 : RUN go get -u github.com/golang/dep/cmd/dep &&     go get -u golang.org/x/tools/cmd/goimports
Step #3 - "lint":  ---> Running in f58afd5e1318
Step #3 - "lint": Removing intermediate container f58afd5e1318
Step #3 - "lint":  ---> b9b0d07ee3da
Step #3 - "lint": Step 25/33 : RUN curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin v1.12.2
Step #3 - "lint":  ---> Running in 67d7a62f1a25
Step #3 - "lint": �[91mgolangci/golangci-lint info checking GitHub for tag 'v1.12.2'
Step #3 - "lint": �[0m�[91mgolangci/golangci-lint info found version: 1.12.2 for v1.12.2/linux/amd64
Step #3 - "lint": �[0m�[91mgolangci/golangci-lint info installed /go/bin/golangci-lint
Step #3 - "lint": �[0mRemoving intermediate container 67d7a62f1a25
Step #3 - "lint":  ---> adcf24c12bf8
Step #3 - "lint": Step 26/33 : RUN mkdir -p /go/src && cd /go/src && mkdir -p k8s.io && cd k8s.io &&     git clone -b kubernetes-1.11.5 --depth=3 https://github.com/kubernetes/code-generator.git
Step #3 - "lint":  ---> Running in ef4e7359bde3
Step #3 - "lint": �[91mCloning into 'code-generator'...
Step #3 - "lint": �[0m�[91mNote: checking out '8c97d6ab64da020f8b151e9d3ed8af3172f5c390'.
Step #3 - "lint": 
Step #3 - "lint": You are in 'detached HEAD' state. You can look around, make experimental
Step #3 - "lint": changes and commit them, and you can discard any commits you make in this
Step #3 - "lint": state without impacting any branches by performing another checkout.
Step #3 - "lint": 
Step #3 - "lint": If you want to create a new branch to retain commits you create, you may
Step #3 - "lint": do so (now or later) by using -b with the checkout command again. Example:
Step #3 - "lint": 
Step #3 - "lint":   git checkout -b <new-branch-name>
Step #3 - "lint": 
Step #3 - "lint": �[0mRemoving intermediate container ef4e7359bde3
Step #3 - "lint":  ---> df59cb318355
Step #3 - "lint": Step 27/33 : RUN mkdir /tmp/hugo &&     wget -O /tmp/hugo/hugo.tar.gz https://github.com/gohugoio/hugo/releases/download/v0.53/hugo_extended_0.53_Linux-64bit.tar.gz &&     tar -zxvf /tmp/hugo/hugo.tar.gz -C /tmp/hugo/ &&     mv /tmp/hugo/hugo /usr/local/bin/ &&     rm -r /tmp/hugo
Step #3 - "lint":  ---> Running in d596d04d1aae
Step #3 - "lint": �[91m--2019-01-18 16:38:25--  https://github.com/gohugoio/hugo/releases/download/v0.53/hugo_extended_0.53_Linux-64bit.tar.gz
Step #3 - "lint": �[0m�[91mResolving github.com (github.com)... �[0m�[91m192.30.255.113, 192.30.255.112
Step #3 - "lint": Connecting to github.com (github.com)|192.30.255.113|:443... �[0m�[91mconnected.
Step #3 - "lint": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m302 Found
Step #3 - "lint": Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/11180687/68eb0b80-0760-11e9-8761-329b77cc0aeb?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190118%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190118T163825Z&X-Amz-Expires=300&X-Amz-Signature=250c76a7d71c551a5a023bf6318bb2e8d256cc4af835dfbd229bbd790dbd3665&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dhugo_extended_0.53_Linux-64bit.tar.gz&response-content-type=application%2Foctet-stream [following]
Step #3 - "lint": --2019-01-18 16:38:25--  https://github-production-release-asset-2e65be.s3.amazonaws.com/11180687/68eb0b80-0760-11e9-8761-329b77cc0aeb?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190118%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190118T163825Z&X-Amz-Expires=300&X-Amz-Signature=250c76a7d71c551a5a023bf6318bb2e8d256cc4af835dfbd229bbd790dbd3665&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dhugo_extended_0.53_Linux-64bit.tar.gz&response-content-type=application%2Foctet-stream
Step #3 - "lint": Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... �[0m�[91m52.216.109.59
Step #3 - "lint": Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.109.59|:443... �[0m�[91mconnected.
Step #3 - "lint": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m200 OK
Step #3 - "lint": Length: 8698428 (8.3M) [application/octet-stream]
Step #3 - "lint": Saving to: '/tmp/hugo/hugo.tar.gz'
Step #3 - "lint": �[0m�[91m
Step #3 - "lint":      0K .......... .......�[0m�[91m... .......... ....�[0m�[91m...... ..........  0%  769K 11s
Step #3 - "lint":     50K .�[0m�[91m......... .......... .......... .....�[0m�[91m..... ..........  1%  775K 11s
Step #3 - "lint":    100K ..�[0m�[91m........ .........�[0m�[91m. .......... .......... ..........  1%  788K 11s
Step #3 - "lint":    150K .......... .�[0m�[91m......... .......... .......�[0m�[91m... ..........  2% 86.1M 8s
Step #3 - "lint":    200K ....�[0m�[91m...... ..�[0m�[91m........ .........�[0m�[91m. ........�[0m�[91m.. ..........  2% 60.2M 6s
Step #3 - "lint":    250K .....�[0m�[91m..... .......... �[0m�[91m..........�[0m�[91m .........�[0m�[91m. ..........  3%  795K 7s
Step #3 - "lint":    300K .......... .......... ...�[0m�[91m....... .......... ..........  4% 80.0M 6s
Step #3 - "lint":    350K .......... .......... ....�[0m�[91m...... .......... .�[0m�[91m.........  4% 82.6M 5s
Step #3 - "lint":    400K .......�[0m�[91m... ......�[0m�[91m.... ..........�[0m�[91m .......... .�[0m�[91m.�[0m�[91m........  5%  150M 5s
Step #3 - "lint":    450K .........�[0m�[91m. .......... .....�[0m�[91m..... .......... ..........  5% 96.9M 4s
Step #3 - "lint":    500K ..........�[0m�[91m .......... ......�[0m�[91m.�[0m�[91m... .......... ..........  6%  800K 5s
Step #3 - "lint":    550K ..........�[0m�[91m .�[0m�[91m......... .......... ......�[0m�[91m.... ........�[0m�[91m..  7%  128M 4s
Step #3 - "lint":    600K ...�[0m�[91m....... .�[0m�[91m......... .........�[0m�[91m. .......... .�[0m�[91m.........  7%  149M 4s
Step #3 - "lint":    650K .......... ...�[0m�[91m....... ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.�[0m�[91m...  8%  171M 4s
Step #3 - "lint":    700K .......... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .........�[0m�[91m. .......�[0m�[91m...  8%  126M 3s
Step #3 - "lint":    750K ....�[0m�[91m..�[0m�[91m.... ....�[0m�[91m...... .......... .�[0m�[91m.�[0m�[91m........�[0m�[91m .........�[0m�[91m.  9%  146M 3s
Step #3 - "lint":    800K .......�[0m�[91m... .....�[0m�[91m..... ....�[0m�[91m...... ...�[0m�[91m....... .........�[0m�[91m. 10%�[0m�[91m  156M 3s
Step #3 - "lint":    850K .......... .......... .......... ...�[0m�[91m....... ..�[0m�[91m........ 10% 88.1M 3s�[0m�[91m
Step #3 - "lint":    900K .�[0m�[91m......... ........�[0m�[91m.. ......�[0m�[91m.... .....�[0m�[91m..... .......... 11%  163M 3s
Step #3 - "lint":    950K .�[0m�[91m.�[0m�[91m........ .......... .......�[0m�[91m... .....�[0m�[91m.�[0m�[91m.... ....�[0m�[91m...... 11%  153M 2s
Step #3 - "lint":   1000K ..�[0m�[91m.�[0m�[91m....... .�[0m�[91m.........�[0m�[91m ........�[0m�[91m.. .......�[0m�[91m... .......... 12%  179M 2s
Step #3 - "lint":   1050K ...�[0m�[91m....... ..�[0m�[91m........ .�[0m�[91m........�[0m�[91m. ........�[0m�[91m.. .......... 12%  821K 3s
Step #3 - "lint":   1100K .......... .......... .�[0m�[91m.........�[0m�[91m .......... .......... 13%  128M 2s
Step #3 - "lint":   1150K .......... .......... .......... .�[0m�[91m........�[0m�[91m. ........�[0m�[91m.. 14%  173M 2s
Step #3 - "lint":   1200K .......�[0m�[91m... .......... ...�[0m�[91m....... ..........�[0m�[91m .�[0m�[91m......... 14%  113M 2s
Step #3 - "lint":   1250K .......�[0m�[91m.�[0m�[91m.. .......... .....�[0m�[91m..... .......... .�[0m�[91m.�[0m�[91m........ 15%  144M 2s�[0m�[91m
Step #3 - "lint":   1300K�[0m�[91m .......... .......... ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m.�[0m�[91m....... 15%  109M 2s
Step #3 - "lint":   1350K .�[0m�[91m......... ........�[0m�[91m.. .......�[0m�[91m... .......... ...�[0m�[91m....... 16%  157M 2s
Step #3 - "lint":   1400K .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m.�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m.�[0m�[91m...�[0m�[91m.. 17%  143M 2s
Step #3 - "lint":   1450K .......... .�[0m�[91m.........�[0m�[91m ........�[0m�[91m.�[0m�[91m. ......�[0m�[91m...�[0m�[91m. ......�[0m�[91m.... 17%  118M 2s
Step #3 - "lint":   1500K .......... ..�[0m�[91m.�[0m�[91m....... ..........�[0m�[91m .�[0m�[91m......... ......�[0m�[91m.... 18%  146M 2s
Step #3 - "lint":   1550K .......... ...�[0m�[91m.�[0m�[91m...... ..�[0m�[91m........ .�[0m�[91m......... .......�[0m�[91m... 18%  161M 2s�[0m�[91m
Step #3 - "lint":   1600K ......�[0m�[91m.... .....�[0m�[91m..... .......... �[0m�[91m.�[0m�[91m.........�[0m�[91m ........�[0m�[91m.�[0m�[91m. 19%  140M 2s
Step #3 - "lint":   1650K ...�[0m�[91m....... ......�[0m�[91m.... .......... ...�[0m�[91m....... .........�[0m�[91m. 20%  155M 2s�[0m�[91m
Step #3 - "lint":   1700K .......... ......�[0m�[91m.�[0m�[91m... .......... ...�[0m�[91m.�[0m�[91m...... ..�[0m�[91m........ 20%  165M 2s�[0m�[91m
Step #3 - "lint":   1750K .�[0m�[91m......... .......�[0m�[91m.�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m.�[0m�[91m..... ...�[0m�[91m....... 21%  111M 1s
Step #3 - "lint":   1800K .�[0m�[91m.�[0m�[91m........ .......... ......�[0m�[91m.... ....�[0m�[91m...... .......... 21% 43.0M 1s
Step #3 - "lint":   1850K .......... ......�[0m�[91m.... ....�[0m�[91m...... .......... ......�[0m�[91m.�[0m�[91m... 22%  156M 1s
Step #3 - "lint":   1900K .....�[0m�[91m..... .......... .�[0m�[91m......... .......... .....�[0m�[91m..... 22%  143M 1s
Step #3 - "lint":   1950K ...�[0m�[91m....... .�[0m�[91m......... .......... ..........�[0m�[91m ...�[0m�[91m....... 23%  176M 1s
Step #3 - "lint":   2000K .........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... 24%  189M 1s
Step #3 - "lint":   2050K ........�[0m�[91m.. ......�[0m�[91m.... .......... ..........�[0m�[91m ........�[0m�[91m.. 24%  204M 1s
Step #3 - "lint":   2100K ......�[0m�[91m.... .......... ..�[0m�[91m........ ........�[0m�[91m.. .......... 25%  882K 1s
Step #3 - "lint":   2150K .......... .......... .......... .....�[0m�[91m..... .......... 25%  199M 1s
Step #3 - "lint":   2200K .........�[0m�[91m. .......�[0m�[91m... .......... ...�[0m�[91m....... �[0m�[91m.�[0m�[91m........�[0m�[91m. 26%  125M 1s
Step #3 - "lint":   2250K .......... .....�[0m�[91m..... .......... .�[0m�[91m......... .......... 27%  161M 1s
Step #3 - "lint":   2300K .....�[0m�[91m..... ...�[0m�[91m....... ..........�[0m�[91m ........�[0m�[91m.. .......... 27%  179M 1s
Step #3 - "lint":   2350K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... .......... 28%  197M 1s
Step #3 - "lint":   2400K .........�[0m�[91m. .......... .......... ..........�[0m�[91m .........�[0m�[91m. 28%  177M 1s
Step #3 - "lint":   2450K .......... ....�[0m�[91m.�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. .......... 29%  193M 1s
Step #3 - "lint":   2500K .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... 30%  191M 1s
Step #3 - "lint":   2550K ...�[0m�[91m....... ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... 30%  165M 1s
Step #3 - "lint":   2600K ..�[0m�[91m........ .......... ......�[0m�[91m.... ....�[0m�[91m...... .......... 31%  192M 1s�[0m�[91m
Step #3 - "lint":   2650K ........�[0m�[91m.. .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... 31%  152M 1s
Step #3 - "lint":   2700K .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... 32%  183M 1s
Step #3 - "lint":   2750K ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .......... ...�[0m�[91m....... 32%  183M 1s
Step #3 - "lint":   2800K .........�[0m�[91m. .......... .....�[0m�[91m.�[0m�[91m.... ....�[0m�[91m...... .......... 33%  160M 1s�[0m�[91m
Step #3 - "lint":   2850K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... 34%  174M 1s
Step #3 - "lint":   2900K ......�[0m�[91m.... .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... 34%  161M 1s
Step #3 - "lint":   2950K ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... 35%  184M 1s
Step #3 - "lint":   3000K .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... .......... .........�[0m�[91m. 35%  163M 1s
Step #3 - "lint":   3050K �[0m�[91m.......... .....�[0m�[91m..... .......... .�[0m�[91m.�[0m�[91m........ ........�[0m�[91m.. 36%  162M 1s
Step #3 - "lint":   3100K .......... .......... ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... 37%  194M 1s
Step #3 - "lint":   3150K �[0m�[91m.......... ..�[0m�[91m........ .......�[0m�[91m... .......... ...�[0m�[91m....... 37%  196M 1s
Step #3 - "lint":   3200K .........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... .......... 38%  179M 1s
Step #3 - "lint":   3250K .......�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... 38%�[0m�[91m  170M 1s
Step #3 - "lint":   3300K .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......�[0m�[91m... .......�[0m�[91m.�[0m�[91m.. .......... 39%  151M 1s
Step #3 - "lint":   3350K ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... .......... 40%  177M 1s
Step #3 - "lint":   3400K ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. 40%  140M 1s
Step #3 - "lint":   3450K .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... 41%  207M 1s
Step #3 - "lint":   3500K .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... .......... 41%  182M 1s
Step #3 - "lint":   3550K ...�[0m�[91m....... .......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m.�[0m�[91m...... 42%  158M 1s
Step #3 - "lint":   3600K ..........�[0m�[91m .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ 42%  172M 1s
Step #3 - "lint":   3650K ........�[0m�[91m.. .......... ....�[0m�[91m...... .........�[0m�[91m. .......... 43%  153M 1s
Step #3 - "lint":   3700K .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... 44%  175M 1s
Step #3 - "lint":   3750K .......... .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... .......... 44%  185M 1s
Step #3 - "lint":   3800K .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. 45%  174M 1s�[0m�[91m
Step #3 - "lint":   3850K .......... ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. 45%  173M 1s
Step #3 - "lint":   3900K ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m .......... .....�[0m�[91m..... 46%  198M 1s
Step #3 - "lint":   3950K .......... �[0m�[91m.�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... 47%  199M�[0m�[91m 1s
Step #3 - "lint":   4000K .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... 47%  174M 1s
Step #3 - "lint":   4050K .......... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... 48%  206M 0s
Step #3 - "lint":   4100K .....�[0m�[91m..... ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. .......... 48%  180M 0s
Step #3 - "lint":   4150K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... 49%  198M 0s
Step #3 - "lint":   4200K .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. 50%  170M 0s
Step #3 - "lint":   4250K .......�[0m�[91m... .....�[0m�[91m..... .......... .......... .......... 50%  946K 1s
Step #3 - "lint":   4300K .......... ...�[0m�[91m....... .......... .......... .....�[0m�[91m..... 51%  171M 0s
Step #3 - "lint":   4350K .......... .�[0m�[91m.�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... 51% 84.3M 0s
Step #3 - "lint":   4400K .......... .......... ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ 52%  163M 0s
Step #3 - "lint":   4450K .......�[0m�[91m... .......... ...�[0m�[91m....... .......... .......... 52%  166M 0s
Step #3 - "lint":   4500K .......... .......... .�[0m�[91m......... .......�[0m�[91m... .......... 53% 96.6M 0s
Step #3 - "lint":   4550K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... .......... ...�[0m�[91m....... 54%  182M 0s
Step #3 - "lint":   4600K .�[0m�[91m........�[0m�[91m. .......... ......�[0m�[91m.... ....�[0m�[91m...... .......... 54%  154M 0s�[0m�[91m
Step #3 - "lint":   4650K .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ ........�[0m�[91m.. 55%  163M 0s
Step #3 - "lint":   4700K .�[0m�[91m.....�[0m�[91m.... ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... 55%  183M 0s
Step #3 - "lint":   4750K ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... 56%  186M 0s
Step #3 - "lint":   4800K .........�[0m�[91m. .......�[0m�[91m... .......... .......... .......... 57%  200M 0s
Step #3 - "lint":   4850K .......�[0m�[91m... .......... .�[0m�[91m......... ..�[0m�[91m........ ........�[0m�[91m.. 57%  164M 0s
Step #3 - "lint":   4900K ......�[0m�[91m.... .......... ..�[0m�[91m........ ........�[0m�[91m.. .......... 58%  174M 0s
Step #3 - "lint":   4950K .�[0m�[91m...�[0m�[91m...... .........�[0m�[91m. .......... .......... .......... 58%  183M 0s
Step #3 - "lint":   5000K .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. 59%  163M 0s
Step #3 - "lint":   5050K .......... .......... .......... .......... .......... 60%  207M 0s
Step #3 - "lint":   5100K �[0m�[91m.....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m.�[0m�[91m .......... ......�[0m�[91m.... 60% 28.9M 0s
Step #3 - "lint":   5150K .......... ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... 61%  152M 0s
Step #3 - "lint":   5200K ..........�[0m�[91m ........�[0m�[91m.. .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m.......�[0m�[91m.. 61%  146M 0s
Step #3 - "lint":   5250K .......�[0m�[91m... .......... ...�[0m�[91m....... .......... .......... 62%  197M 0s
Step #3 - "lint":   5300K .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... .......... 62%  156M�[0m�[91m 0s
Step #3 - "lint":   5350K ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m.�[0m�[91m.... ....�[0m�[91m...... 63% 99.9M 0s
Step #3 - "lint":   5400K ..�[0m�[91m........ .......... ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ 64%  167M 0s�[0m�[91m
Step #3 - "lint":   5450K .......... .....�[0m�[91m.�[0m�[91m.... .......... .�[0m�[91m......... .......�[0m�[91m... 64%  129M 0s
Step #3 - "lint":   5500K ......�[0m�[91m.... ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... 65%  139M 0s
Step #3 - "lint":   5550K ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... 65%  167M 0s
Step #3 - "lint":   5600K .�[0m�[91m........�[0m�[91m. .......... .......... .......... .�[0m�[91m.�[0m�[91m........ 66%  153M 0s�[0m�[91m
Step #3 - "lint":   5650K .......... ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... 67%  142M 0s
Step #3 - "lint":   5700K ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m .......�[0m�[91m... .......... 67%  176M 0s�[0m�[91m
Step #3 - "lint":   5750K ...�[0m�[91m....... .........�[0m�[91m.�[0m�[91m .......... .....�[0m�[91m.�[0m�[91m.... ...�[0m�[91m....... 68%  133M 0s
Step #3 - "lint":   5800K .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. 68%  125M 0s
Step #3 - "lint":   5850K .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... ....�[0m�[91m...�[0m�[91m.�[0m�[91m.. 69%  154M 0s
Step #3 - "lint":   5900K ......�[0m�[91m.... ....�[0m�[91m...... ..........�[0m�[91m .........�[0m�[91m. ......�[0m�[91m.... 70%  153M 0s
Step #3 - "lint":   5950K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... ...�[0m�[91m....... 70%  195M 0s
Step #3 - "lint":   6000K .�[0m�[91m........�[0m�[91m. ........�[0m�[91m.. .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... 71%  124M 0s
Step #3 - "lint":   6050K .......�[0m�[91m... .......... ...�[0m�[91m....... .......... .......�[0m�[91m... 71%  187M 0s
Step #3 - "lint":   6100K .......... ...�[0m�[91m....... .�[0m�[91m.....�[0m�[91m...�[0m�[91m. .......... .......... 72%  144M 0s
Step #3 - "lint":   6150K ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... 72%  149M 0s
Step #3 - "lint":   6200K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........ 73%  113M 0s
Step #3 - "lint":   6250K .�[0m�[91m......�[0m�[91m... .�[0m�[91m......... .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... 74%  190M 0s
Step #3 - "lint":   6300K .......... ...�[0m�[91m.....�[0m�[91m.. .........�[0m�[91m. .......�[0m�[91m... .......... 74%  220M 0s
Step #3 - "lint":   6350K ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... 75%  200M 0s
Step #3 - "lint":   6400K .........�[0m�[91m.�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ 75%  181M 0s�[0m�[91m
Step #3 - "lint":   6450K .......... .......... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 76%  191M 0s
Step #3 - "lint":   6500K .....�[0m�[91m..... ...�[0m�[91m....... ...�[0m�[91m......�[0m�[91m. .......... .....�[0m�[91m..... 77%  217M 0s
Step #3 - "lint":   6550K ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... .......... 77%  212M 0s
Step #3 - "lint":   6600K .�[0m�[91m........�[0m�[91m. �[0m�[91m.......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... 78%  152M 0s
Step #3 - "lint":   6650K ...�[0m�[91m....... .....�[0m�[91m.�[0m�[91m.... .......... ..�[0m�[91m........ ........�[0m�[91m.. 78%  195M 0s
Step #3 - "lint":   6700K ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... 79%  194M 0s
Step #3 - "lint":   6750K .......... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... 80%  223M 0s
Step #3 - "lint":   6800K .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... 80%  178M 0s
Step #3 - "lint":   6850K .......�[0m�[91m... .....�[0m�[91m..... ..........�[0m�[91m .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... 81%  204M 0s
Step #3 - "lint":   6900K .....�[0m�[91m..... ...�[0m�[91m....... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... 81%  198M 0s
Step #3 - "lint":   6950K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... .......... 82%  206M 0s
Step #3 - "lint":   7000K ..�[0m�[91m........�[0m�[91m .......�[0m�[91m... .......... .......... .........�[0m�[91m. 82% 1.04M 0s
Step #3 - "lint":   7050K .......... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... 83%  147M 0s
Step #3 - "lint":   7100K .......... ...�[0m�[91m....... .........�[0m�[91m. .......... .......... 84%�[0m�[91m  165M 0s
Step #3 - "lint":   7150K .�[0m�[91m..�[0m�[91m....... .......... .......... .......... ....�[0m�[91m...... 84%  151M 0s
Step #3 - "lint":   7200K .......... ....�[0m�[91m...... .......... ....�[0m�[91m...... ..�[0m�[91m........ 85%  189M 0s�[0m�[91m
Step #3 - "lint":   7250K ..�[0m�[91m........ ......�[0m�[91m.... ...�[0m�[91m....... .�[0m�[91m......... .......... 85%  123M 0s
Step #3 - "lint":   7300K .....�[0m�[91m..... .......... .......... .......�[0m�[91m... .......... 86%  177M 0s
Step #3 - "lint":   7350K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... 87%  189M 0s
Step #3 - "lint":   7400K .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... ....�[0m�[91m...... .......... 87%  159M 0s�[0m�[91m
Step #3 - "lint":   7450K ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. 88%  144M 0s
Step #3 - "lint":   7500K .......... ....�[0m�[91m...... ..�[0m�[91m.......�[0m�[91m. .......... .....�[0m�[91m..... 88%  194M 0s
Step #3 - "lint":   7550K ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .......... �[0m�[91m...�[0m�[91m....... 89%  172M 0s
Step #3 - "lint":   7600K .........�[0m�[91m. .......... .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. 90%  154M 0s
Step #3 - "lint":   7650K .......�[0m�[91m... ........�[0m�[91m.. ...�[0m�[91m....... .�[0m�[91m......... ........�[0m�[91m.. 90%  144M 0s
Step #3 - "lint":   7700K ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m .......... .......... 91% 85.0M 0s
Step #3 - "lint":   7750K .......... ..�[0m�[91m........ ........�[0m�[91m.. .....�[0m�[91m..... ...�[0m�[91m....... 91%  244M 0s
Step #3 - "lint":   7800K .�[0m�[91m........�[0m�[91m. .......... .........�[0m�[91m. ...�[0m�[91m....... .�[0m�[91m......... 92%�[0m�[91m  173M 0s
Step #3 - "lint":   7850K .......... .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... 93%  202M 0s
Step #3 - "lint":   7900K ..�[0m�[91m........ ...�[0m�[91m....... .......... .......... �[0m�[91m......�[0m�[91m.... 93%  184M 0s
Step #3 - "lint":   7950K .......... ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... 94%  223M 0s
Step #3 - "lint":   8000K ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... .�[0m�[91m......�[0m�[91m..�[0m�[91m. 94%  184M 0s
Step #3 - "lint":   8050K ...�[0m�[91m....�[0m�[91m... .......... ...�[0m�[91m....... ......�[0m�[91m..�[0m�[91m.�[0m�[91m. .......... 95% 80.9M 0s
Step #3 - "lint":   8100K .......... .......... .......... .......... .......... 95%  157M 0s
Step #3 - "lint":   8150K .......... .......... .......... .......... .......... 96%  220M 0s
Step #3 - "lint":   8200K .......... .......... .......... .......... .......... 97%  161M 0s�[0m�[91m
Step #3 - "lint":   8250K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........ .......... 97%  163M 0s
Step #3 - "lint":   8300K .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. .......... .......... 98%  188M 0s
Step #3 - "lint":   8350K .......... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... 98%  205M 0s
Step #3 - "lint":   8400K .�[0m�[91m........�[0m�[91m. .......... .......... ...�[0m�[91m....... .�[0m�[91m......... 99%  181M 0s
Step #3 - "lint":   8450K .......�[0m�[91m... ......�[0m�[91m.... .......... ..........�[0m�[91m ....      100%  202M=0.6s
Step #3 - "lint": 
Step #3 - "lint": �[0m�[91m2019-01-18 16:38:26 (14.1 MB/s) - '/tmp/hugo/hugo.tar.gz' saved [8698428/8698428]
Step #3 - "lint": 
Step #3 - "lint": �[0mLICENSE
Step #3 - "lint": README.md
Step #3 - "lint": hugo
Step #3 - "lint": Removing intermediate container d596d04d1aae
Step #3 - "lint":  ---> 3950567bd0f8
Step #3 - "lint": Step 28/33 : RUN curl -sL https://deb.nodesource.com/setup_11.x | bash - &&     apt-get install -y nodejs
Step #3 - "lint":  ---> Running in 1af85a42136f
Step #3 - "lint": 
Step #3 - "lint": ## Installing the NodeSource Node.js 11.x repo...
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": ## Populating apt-get cache...
Step #3 - "lint": 
Step #3 - "lint": + apt-get update
Step #3 - "lint": Hit:1 http://security.debian.org/debian-security stretch/updates InRelease
Step #3 - "lint": Ign:2 http://deb.debian.org/debian stretch InRelease
Step #3 - "lint": Hit:3 http://deb.debian.org/debian stretch-updates InRelease
Step #3 - "lint": Hit:4 http://deb.debian.org/debian stretch Release
Step #3 - "lint": Reading package lists...
Step #3 - "lint": 
Step #3 - "lint": ## Installing packages required for setup: apt-transport-https lsb-release...
Step #3 - "lint": 
Step #3 - "lint": + apt-get install -y apt-transport-https lsb-release > /dev/null 2>&1
Step #3 - "lint": 
Step #3 - "lint": ## Confirming "stretch" is supported...
Step #3 - "lint": 
Step #3 - "lint": + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_11.x/dists/stretch/Release'
Step #3 - "lint": 
Step #3 - "lint": ## Adding the NodeSource signing key to your keyring...
Step #3 - "lint": 
Step #3 - "lint": + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
Step #3 - "lint": �[91mWarning: apt-key output should not be parsed (stdout is not a terminal)
Step #3 - "lint": �[0mOK
Step #3 - "lint": 
Step #3 - "lint": ## Creating apt sources list file for the NodeSource Node.js 11.x repo...
Step #3 - "lint": 
Step #3 - "lint": + echo 'deb https://deb.nodesource.com/node_11.x stretch main' > /etc/apt/sources.list.d/nodesource.list
Step #3 - "lint": + echo 'deb-src https://deb.nodesource.com/node_11.x stretch main' >> /etc/apt/sources.list.d/nodesource.list
Step #3 - "lint": 
Step #3 - "lint": ## Running `apt-get update` for you...
Step #3 - "lint": 
Step #3 - "lint": + apt-get update
Step #3 - "lint": Hit:1 http://security.debian.org/debian-security stretch/updates InRelease
Step #3 - "lint": Ign:2 http://deb.debian.org/debian stretch InRelease
Step #3 - "lint": Hit:3 http://deb.debian.org/debian stretch-updates InRelease
Step #3 - "lint": Hit:4 http://deb.debian.org/debian stretch Release
Step #3 - "lint": Get:5 https://deb.nodesource.com/node_11.x stretch InRelease [4612 B]
Step #3 - "lint": Get:7 https://deb.nodesource.com/node_11.x stretch/main amd64 Packages [766 B]
Step #3 - "lint": Fetched 5378 B in 0s (6780 B/s)
Step #3 - "lint": Reading package lists...
Step #3 - "lint": 
Step #3 - "lint": ## Run `sudo apt-get install -y nodejs` to install Node.js 11.x and npm
Step #3 - "lint": ## You may also need development tools to build native addons:
Step #3 - "lint":      sudo apt-get install gcc g++ make
Step #3 - "lint": ## To install the Yarn package manager, run:
Step #3 - "lint":      curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
Step #3 - "lint":      echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
Step #3 - "lint":      sudo apt-get update && sudo apt-get install yarn
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": Reading package lists...
Step #3 - "lint": Building dependency tree...
Step #3 - "lint": Reading state information...
Step #3 - "lint": The following NEW packages will be installed:
Step #3 - "lint":   nodejs
Step #3 - "lint": 0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
Step #3 - "lint": Need to get 15.4 MB of archives.
Step #3 - "lint": After this operation, 73.1 MB of additional disk space will be used.
Step #3 - "lint": Get:1 https://deb.nodesource.com/node_11.x stretch/main amd64 nodejs amd64 11.6.0-1nodesource1 [15.4 MB]
Step #3 - "lint": �[91mdebconf: delaying package configuration, since apt-utils is not installed
Step #3 - "lint": �[0mFetched 15.4 MB in 0s (25.8 MB/s)
Step #3 - "lint": Selecting previously unselected package nodejs.
Step #3 - "lint": (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 ... 21148 files and directories currently installed.)
Step #3 - "lint": Preparing to unpack .../nodejs_11.6.0-1nodesource1_amd64.deb ...
Step #3 - "lint": Unpacking nodejs (11.6.0-1nodesource1) ...
Step #3 - "lint": Setting up nodejs (11.6.0-1nodesource1) ...
Step #3 - "lint": Removing intermediate container 1af85a42136f
Step #3 - "lint":  ---> 53ae23e55f52
Step #3 - "lint": Step 29/33 : RUN echo "export PATH=/usr/local/go/bin:/go/bin/:\$PATH" >> /root/.bashrc
Step #3 - "lint":  ---> Running in a7654c963ade
Step #3 - "lint": Removing intermediate container a7654c963ade
Step #3 - "lint":  ---> 580949f46bb5
Step #3 - "lint": Step 30/33 : RUN echo "export EDITOR=nano" >> /root/.bashrc
Step #3 - "lint":  ---> Running in 1bb18cb8eeb7
Step #3 - "lint": Removing intermediate container 1bb18cb8eeb7
Step #3 - "lint":  ---> bfdf7f334c8f
Step #3 - "lint": Step 31/33 : COPY *.sh /root/
Step #3 - "lint":  ---> 8fbd702df3d5
Step #3 - "lint": Step 32/33 : RUN chmod +x /root/*.sh
Step #3 - "lint":  ---> Running in 178bb6bfdce5
Step #3 - "lint": Removing intermediate container 178bb6bfdce5
Step #3 - "lint":  ---> 0ba8c5058e91
Step #3 - "lint": Step 33/33 : WORKDIR /go
Step #3 - "lint":  ---> Running in 3f34cac1bea9
Step #3 - "lint": Removing intermediate container 3f34cac1bea9
Step #3 - "lint":  ---> 2ed3f13aab75
Step #3 - "lint": Successfully built 2ed3f13aab75
Step #3 - "lint": Successfully tagged agones-build:c2b924a221
Step #3 - "lint": make[1]: Leaving directory '/workspace/build'
Step #3 - "lint": docker run -t -e "TERM=xterm-256color" --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build -w /go/src/agones.dev/agones  agones-build:c2b924a221 bash -c \
Step #3 - "lint": 	"golangci-lint run ./examples/... && golangci-lint run --deadline 15m ./..."
Finished Step #3 - "lint"
Starting Step #7 - "build-e2e"
Starting Step #4 - "tests"
Starting Step #6 - "build"
Step #7 - "build-e2e": Already have image (with digest): gcr.io/cloud-builders/docker
Step #4 - "tests": Already have image: make-docker
Step #6 - "build": Already have image: make-docker
Step #6 - "build": mkdir -p ~/.kube/
Step #6 - "build": mkdir -p /workspace/build//.config/gcloud
Step #6 - "build": mkdir -p ~/.helm
Step #6 - "build": docker run --rm -e "CGO_ENABLED=0" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:c2b924a221 go build \
Step #6 - "build": -tags none -o /go/src/agones.dev/agones/cmd/controller/bin/controller \
Step #6 - "build":  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-f3ebee6" -installsuffix cgo agones.dev/agones/cmd/controller
Step #4 - "tests": mkdir -p ~/.kube/
Step #4 - "tests": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:c2b924a221 go test -race agones.dev/agones/pkg/... \
Step #4 - "tests": agones.dev/agones/sdks/... agones.dev/agones/cmd/...
Step #4 - "tests": mkdir -p /tmp/agones-install
Step #4 - "tests": mkdir -p /workspace/build//.config/gcloud
Step #4 - "tests": cp /workspace/install/yaml/install.yaml /tmp/agones-install/install.yaml
Step #4 - "tests": mkdir -p ~/.helm
Step #4 - "tests": docker run --rm --name=agones-website -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:c2b924a221 \
Step #4 - "tests":     	hugo server --watch --baseURL="http://localhost:1313/site/" &
Step #4 - "tests": until docker exec agones-website curl -o /dev/null --silent http://localhost:1313/site/; \
Step #4 - "tests": 		do \
Step #4 - "tests": 			echo "Waiting for server to start..."; \
Step #4 - "tests": 			sleep 1; \
Step #4 - "tests": 		done
Step #4 - "tests": sort /tmp/agones-install/install.yaml > /tmp/agones-install/install.yaml.sorted
Step #4 - "tests": /usr/bin/make gen-install
Step #4 - "tests": make[1]: Entering directory '/workspace/build'
Step #4 - "tests": mkdir -p ~/.kube/
Step #4 - "tests": mkdir -p /workspace/build//.config/gcloud
Step #4 - "tests": mkdir -p ~/.helm
Step #4 - "tests": Error: No such container: agones-website
Step #4 - "tests": Waiting for server to start...
Step #4 - "tests": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build  agones-build:c2b924a221 bash -c \
Step #4 - "tests": 	'helm template --name=agones-manual --namespace agones-system /go/src/agones.dev/agones/install/helm/agones \
Step #4 - "tests": 	--set agones.controller.generateTLS=false \
Step #4 - "tests": 	--set agones.crds.cleanupOnDelete=false \
Step #4 - "tests": 	> /go/src/agones.dev/agones/install/yaml/install.yaml'
Step #7 - "build-e2e": Sending build context to Docker daemon  7.168kB

Step #7 - "build-e2e": Step 1/20 : FROM gcr.io/cloud-builders/gcloud-slim
Step #7 - "build-e2e":  ---> c328dc31a68c
Step #7 - "build-e2e": Step 2/20 : RUN apt-get update &&     apt-get install -y wget psmisc make gcc python jq zip &&     apt-get clean
Step #4 - "tests": Building sites … Waiting for server to start...
Step #7 - "build-e2e":  ---> Running in 0646250ff65c
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 #7 - "build-e2e": Get:1 http://archive.ubuntu.com/ubuntu xenial InRelease [247 kB]
Step #7 - "build-e2e": Get:2 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB]
Step #7 - "build-e2e": Get:3 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial InRelease [23.8 kB]
Step #4 - "tests": Waiting for server to start...
Step #7 - "build-e2e": Get:4 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial/main amd64 Packages [3356 B]
Step #4 - "tests": 
Step #4 - "tests":                    | EN  
Step #4 - "tests": +------------------+----+
Step #4 - "tests":   Pages            | 59  
Step #4 - "tests":   Paginator pages  |  0  
Step #4 - "tests":   Non-page files   |  2  
Step #4 - "tests":   Static files     | 39  
Step #4 - "tests":   Processed images |  2  
Step #4 - "tests":   Aliases          | 10  
Step #4 - "tests":   Sitemaps         |  1  
Step #4 - "tests":   Cleaned          |  0  
Step #4 - "tests": 
Step #4 - "tests": Total in 2351 ms
Step #7 - "build-e2e": Get:5 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
Step #4 - "tests": Watching for changes in /go/src/agones.dev/agones/site/{assets,content,layouts,static,themes}
Step #4 - "tests": Watching for config changes in /go/src/agones.dev/agones/site/config.toml, /go/src/agones.dev/agones/site/themes/docsy/config.toml
Step #4 - "tests": Environment: "development"
Step #4 - "tests": Serving pages from memory
Step #4 - "tests": Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
Step #4 - "tests": Web Server is available at http://localhost:1313/site/ (bind address 127.0.0.1)
Step #4 - "tests": Press Ctrl+C to stop
Step #7 - "build-e2e": Get:6 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [600 kB]
Step #4 - "tests": make[1]: Leaving directory '/workspace/build'
Step #4 - "tests": sort /workspace/install/yaml/install.yaml > /tmp/agones-install/install.current.yaml.sorted
Step #4 - "tests": diff /tmp/agones-install/install.yaml.sorted /tmp/agones-install/install.current.yaml.sorted
Step #7 - "build-e2e": Get:7 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
Step #7 - "build-e2e": Get:8 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial/main Translation-en [2380 B]
Step #7 - "build-e2e": Get:9 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages [1201 kB]
Step #7 - "build-e2e": Get:10 http://security.ubuntu.com/ubuntu xenial-security/main Translation-en [249 kB]
Step #7 - "build-e2e": Get:11 http://security.ubuntu.com/ubuntu xenial-security/restricted amd64 Packages [7204 B]
Step #7 - "build-e2e": Get:12 http://security.ubuntu.com/ubuntu xenial-security/restricted Translation-en [2152 B]
Step #7 - "build-e2e": Get:13 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [414 kB]
Step #7 - "build-e2e": Get:14 http://security.ubuntu.com/ubuntu xenial-security/universe Translation-en [163 kB]
Step #7 - "build-e2e": Get:15 http://archive.ubuntu.com/ubuntu xenial/main Translation-en [568 kB]
Step #7 - "build-e2e": Get:16 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [3724 B]
Step #7 - "build-e2e": Get:17 http://security.ubuntu.com/ubuntu xenial-security/multiverse Translation-en [1844 B]
Step #7 - "build-e2e": Get:18 http://archive.ubuntu.com/ubuntu xenial/restricted amd64 Packages [8344 B]
Step #7 - "build-e2e": Get:19 http://archive.ubuntu.com/ubuntu xenial/restricted Translation-en [2908 B]
Step #7 - "build-e2e": Get:20 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages [7532 kB]
Step #4 - "tests": ( trap 'docker stop agones-website' EXIT; docker exec agones-website linkchecker --anchors http://localhost:1313/site/ )
Step #7 - "build-e2e": Get:21 http://archive.ubuntu.com/ubuntu xenial/universe Translation-en [4354 kB]
Step #7 - "build-e2e": Get:22 http://archive.ubuntu.com/ubuntu xenial/multiverse amd64 Packages [144 kB]
Step #7 - "build-e2e": Get:23 http://archive.ubuntu.com/ubuntu xenial/multiverse Translation-en [106 kB]
Step #7 - "build-e2e": Get:24 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [902 kB]
Step #7 - "build-e2e": Get:25 http://archive.ubuntu.com/ubuntu xenial-updates/main Translation-en [365 kB]
Step #7 - "build-e2e": Get:26 http://archive.ubuntu.com/ubuntu xenial-updates/restricted amd64 Packages [7556 B]
Step #7 - "build-e2e": Get:27 http://archive.ubuntu.com/ubuntu xenial-updates/restricted Translation-en [2272 B]
Step #7 - "build-e2e": Get:28 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [719 kB]
Step #7 - "build-e2e": Get:29 http://archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [295 kB]
Step #7 - "build-e2e": Get:30 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [16.6 kB]
Step #7 - "build-e2e": Get:31 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse Translation-en [8440 B]
Step #7 - "build-e2e": Get:32 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [7280 B]
Step #7 - "build-e2e": Get:33 http://archive.ubuntu.com/ubuntu xenial-backports/main Translation-en [4456 B]
Step #7 - "build-e2e": Get:34 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [7804 B]
Step #7 - "build-e2e": Get:35 http://archive.ubuntu.com/ubuntu xenial-backports/universe Translation-en [4184 B]
Step #4 - "tests": WARNING 2019-01-18 16:39:29,551 MainThread Running as root user; dropping privileges by changing user to nobody.
Step #4 - "tests": INFO 2019-01-18 16:39:29,552 MainThread Checking intern URLs only; use --check-extern to check extern URLs.
Step #4 - "tests": LinkChecker 9.3              Copyright (C) 2000-2014 Bastian Kleineidam
Step #4 - "tests": LinkChecker comes with ABSOLUTELY NO WARRANTY!
Step #4 - "tests": This is free software, and you are welcome to redistribute it
Step #4 - "tests": under certain conditions. Look at the file `LICENSE' within this
Step #4 - "tests": distribution.
Step #4 - "tests": Get the newest version at http://wummel.github.io/linkchecker/
Step #4 - "tests": Write comments and bugs to https://github.com/wummel/linkchecker/issues
Step #4 - "tests": Support this project at http://wummel.github.io/linkchecker/donations.html
Step #4 - "tests": 
Step #4 - "tests": Start checking at 2019-01-18 16:39:29+000
Step #4 - "tests": 10 threads active,     5 links queued,   21 links in   3 URLs checked, runtime 1 seconds
Step #7 - "build-e2e": Fetched 18.3 MB in 6s (2940 kB/s)
Step #7 - "build-e2e": Reading package lists...
Step #7 - "build-e2e": Reading package lists...
Step #7 - "build-e2e": Building dependency tree...
Step #7 - "build-e2e": Reading state information...
Step #7 - "build-e2e": python is already the newest version (2.7.12-1~16.04).
Step #7 - "build-e2e": python set to manually installed.
Step #7 - "build-e2e": The following packages were automatically installed and are no longer required:
Step #7 - "build-e2e":   libexpat1-dev libpython-dev libpython2.7 libpython2.7-dev
Step #7 - "build-e2e":   python-pkg-resources python2.7-dev
Step #7 - "build-e2e": Use 'apt autoremove' to remove them.
Step #7 - "build-e2e": The following additional packages will be installed:
Step #7 - "build-e2e":   libonig2 unzip
Step #7 - "build-e2e": Suggested packages:
Step #7 - "build-e2e":   gcc-multilib autoconf automake libtool flex bison gdb gcc-doc make-doc
Step #7 - "build-e2e": The following NEW packages will be installed:
Step #7 - "build-e2e":   gcc jq libonig2 make psmisc unzip wget zip
Step #7 - "build-e2e": 0 upgraded, 8 newly installed, 0 to remove and 10 not upgraded.
Step #7 - "build-e2e": Need to get 746 kB/1051 kB of archives.
Step #7 - "build-e2e": After this operation, 3466 kB of additional disk space will be used.
Step #7 - "build-e2e": Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 psmisc amd64 22.21-2.1build1 [48.0 kB]
Step #7 - "build-e2e": Get:2 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libonig2 amd64 5.9.6-1ubuntu0.1 [86.7 kB]
Step #4 - "tests": 10 threads active,   216 links queued,  346 links in  17 URLs checked, runtime 6 seconds
Step #7 - "build-e2e": Get:3 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 jq amd64 1.5+dfsg-1ubuntu0.1 [144 kB]
Step #7 - "build-e2e": Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 make amd64 4.1-6 [151 kB]
Step #7 - "build-e2e": Get:5 http://archive.ubuntu.com/ubuntu xenial/main amd64 unzip amd64 6.0-20ubuntu1 [158 kB]
Step #7 - "build-e2e": Get:6 http://archive.ubuntu.com/ubuntu xenial/main amd64 zip amd64 3.0-11 [158 kB]
Step #7 - "build-e2e": Fetched 746 kB in 1s (582 kB/s)
Step #7 - "build-e2e": Selecting previously unselected package psmisc.
Step #7 - "build-e2e": (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15833 files and directories currently installed.)
Step #7 - "build-e2e": Preparing to unpack .../psmisc_22.21-2.1build1_amd64.deb ...
Step #7 - "build-e2e": Unpacking psmisc (22.21-2.1build1) ...
Step #7 - "build-e2e": Selecting previously unselected package wget.
Step #7 - "build-e2e": Preparing to unpack .../wget_1.17.1-1ubuntu1.4_amd64.deb ...
Step #7 - "build-e2e": Unpacking wget (1.17.1-1ubuntu1.4) ...
Step #7 - "build-e2e": Selecting previously unselected package gcc.
Step #7 - "build-e2e": Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ...
Step #7 - "build-e2e": Unpacking gcc (4:5.3.1-1ubuntu1) ...
Step #7 - "build-e2e": Selecting previously unselected package libonig2:amd64.
Step #7 - "build-e2e": Preparing to unpack .../libonig2_5.9.6-1ubuntu0.1_amd64.deb ...
Step #7 - "build-e2e": Unpacking libonig2:amd64 (5.9.6-1ubuntu0.1) ...
Step #7 - "build-e2e": Selecting previously unselected package jq.
Step #7 - "build-e2e": Preparing to unpack .../jq_1.5+dfsg-1ubuntu0.1_amd64.deb ...
Step #7 - "build-e2e": Unpacking jq (1.5+dfsg-1ubuntu0.1) ...
Step #7 - "build-e2e": Selecting previously unselected package make.
Step #7 - "build-e2e": Preparing to unpack .../archives/make_4.1-6_amd64.deb ...
Step #7 - "build-e2e": Unpacking make (4.1-6) ...
Step #7 - "build-e2e": Selecting previously unselected package unzip.
Step #7 - "build-e2e": Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ...
Step #7 - "build-e2e": Unpacking unzip (6.0-20ubuntu1) ...
Step #7 - "build-e2e": Selecting previously unselected package zip.
Step #7 - "build-e2e": Preparing to unpack .../archives/zip_3.0-11_amd64.deb ...
Step #7 - "build-e2e": Unpacking zip (3.0-11) ...
Step #7 - "build-e2e": Processing triggers for libc-bin (2.23-0ubuntu10) ...
Step #7 - "build-e2e": Processing triggers for mime-support (3.59ubuntu1) ...
Step #7 - "build-e2e": Setting up psmisc (22.21-2.1build1) ...
Step #7 - "build-e2e": Setting up wget (1.17.1-1ubuntu1.4) ...
Step #7 - "build-e2e": Setting up gcc (4:5.3.1-1ubuntu1) ...
Step #7 - "build-e2e": Setting up libonig2:amd64 (5.9.6-1ubuntu0.1) ...
Step #7 - "build-e2e": Setting up jq (1.5+dfsg-1ubuntu0.1) ...
Step #7 - "build-e2e": Setting up make (4.1-6) ...
Step #7 - "build-e2e": Setting up unzip (6.0-20ubuntu1) ...
Step #7 - "build-e2e": Setting up zip (3.0-11) ...
Step #7 - "build-e2e": Processing triggers for libc-bin (2.23-0ubuntu10) ...
Step #4 - "tests": 10 threads active,   360 links queued,  733 links in  33 URLs checked, runtime 11 seconds
Step #7 - "build-e2e": Removing intermediate container 0646250ff65c
Step #7 - "build-e2e":  ---> 955672cc701a
Step #7 - "build-e2e": Step 3/20 : WORKDIR /usr/local
Step #7 - "build-e2e":  ---> Running in f01387f78dec
Step #7 - "build-e2e": Removing intermediate container f01387f78dec
Step #7 - "build-e2e":  ---> b44c7533ab28
Step #7 - "build-e2e": Step 4/20 : ENV GO_VERSION=1.11.1
Step #7 - "build-e2e":  ---> Running in f79a7543c237
Step #7 - "build-e2e": Removing intermediate container f79a7543c237
Step #7 - "build-e2e":  ---> 0ff86720c37f
Step #7 - "build-e2e": Step 5/20 : ENV GOPATH /go
Step #7 - "build-e2e":  ---> Running in 4539f372f4e7
Step #7 - "build-e2e": Removing intermediate container 4539f372f4e7
Step #7 - "build-e2e":  ---> 58f4710ee490
Step #7 - "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 #7 - "build-e2e":  ---> Running in b71845a26664
Step #4 - "tests": 10 threads active,   580 links queued, 1627 links in  48 URLs checked, runtime 16 seconds
Step #4 - "tests": 10 threads active,   605 links queued, 2433 links in  56 URLs checked, runtime 21 seconds
Step #4 - "tests": 10 threads active,    21 links queued, 3364 links in  67 URLs checked, runtime 26 seconds
Step #4 - "tests":  8 threads active,     0 links queued, 3387 links in  75 URLs checked, runtime 31 seconds
Step #4 - "tests": 
Step #4 - "tests": Statistics:
Step #4 - "tests": Downloaded: 2.26MB.
Step #4 - "tests": Content types: 250 image, 2022 text, 0 video, 0 audio, 88 application, 0 mail and 1035 other.
Step #4 - "tests": URL lengths: min=15, max=373, avg=58.
Step #4 - "tests": 
Step #4 - "tests": That's it. 3395 links in 76 URLs checked. 0 warnings found. 0 errors found.
Step #4 - "tests": Stopped checking at 2019-01-18 16:40:02+000 (33 seconds)
Step #7 - "build-e2e": Removing intermediate container b71845a26664
Step #7 - "build-e2e":  ---> 0a8f76a03b96
Step #7 - "build-e2e": Step 7/20 : ENV PATH /usr/local/go/bin:/go/bin:$PATH
Step #7 - "build-e2e":  ---> Running in e2da30b24419
Step #7 - "build-e2e": Removing intermediate container e2da30b24419
Step #7 - "build-e2e":  ---> a39229014d88
Step #7 - "build-e2e": Step 8/20 : ENV KUBECTL_VER 1.11.5
Step #7 - "build-e2e":  ---> Running in 4c1dc1b4898e
Step #7 - "build-e2e": Removing intermediate container 4c1dc1b4898e
Step #7 - "build-e2e":  ---> 9533ac0e1767
Step #7 - "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 #7 - "build-e2e":  ---> Running in d2d4dea2f889
Step #4 - "tests": agones-website
Step #7 - "build-e2e": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #7 - "build-e2e":                          �[0m�[91m        Dload  Upload   Total   Spent    Left  Speed
Step #7 - "build-e2e": 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
  7 52.8M    7 4104k    0     0  7830k      0  0:00:06 --:--:--  0:00:06 7832k�[0m�[91m
100�[0m�[91m 52.8�[0m�[91mM�[0m�[91m  100 52.8M    0     0  74.0M      0 --:--:-- --:--:-- --:--:-- 74.0M
Step #6 - "build": docker build /workspace/cmd/controller/ --tag=gcr.io/agones-images/agones-controller:0.8.0-f3ebee6 
Step #7 - "build-e2e": �[0mRemoving intermediate container d2d4dea2f889
Step #7 - "build-e2e":  ---> c7280c8f3373
Step #7 - "build-e2e": Step 10/20 : ENV HELM_VER 2.11.0
Step #7 - "build-e2e":  ---> Running in 1e130e3b9da2
Step #4 - "tests": ok  	agones.dev/agones/pkg/apis/stable/v1alpha1	1.171s
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 #7 - "build-e2e": Removing intermediate container 1e130e3b9da2
Step #7 - "build-e2e":  ---> 3f6cf95b7556
Step #7 - "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": Sending build context to Docker daemon  38.27MB

Step #7 - "build-e2e":  ---> Running in 4ab2116de599
Step #6 - "build": Step 1/5 : FROM alpine:3.8
Step #6 - "build": 3.8: Pulling from library/alpine
Step #6 - "build": Digest: sha256:3d2e482b82608d153a374df3357c0291589a61cc194ec4a9ca2381073a17f58e
Step #6 - "build": Status: Downloaded newer image for alpine:3.8
Step #6 - "build":  ---> 3f53bb00af94
Step #6 - "build": Step 2/5 : RUN apk --update add ca-certificates &&     adduser -D agones
Step #7 - "build-e2e": Removing intermediate container 4ab2116de599
Step #7 - "build-e2e":  ---> 968dd860bdff
Step #7 - "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":  ---> Running in bea29348c60a
Step #7 - "build-e2e":  ---> Running in 3fae0b17f79a
Step #6 - "build": fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
Step #7 - "build-e2e": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #7 - "build-e2e":                                  Dload  Upload   Total   Spent    Left  Speed
Step #6 - "build": fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
Step #6 - "build": (1/1) Installing ca-certificates (20171114-r3)
Step #6 - "build": Executing busybox-1.28.4-r2.trigger
Step #6 - "build": Executing ca-certificates-20171114-r3.trigger
Step #6 - "build": OK: 5 MiB in 14 packages
Step #7 - "build-e2e": 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
100 18.2M  100 18.2M    0     0  34.5M      0 --:--:-- --:--:-- --:--:-- 34.5M
Step #7 - "build-e2e": �[0mlinux-amd64/
Step #7 - "build-e2e": linux-amd64/tiller
Step #7 - "build-e2e": linux-amd64/README.md
Step #7 - "build-e2e": linux-amd64/helm
Step #7 - "build-e2e": linux-amd64/LICENSE
Step #6 - "build": Removing intermediate container bea29348c60a
Step #6 - "build":  ---> c4ebbed448cc
Step #6 - "build": Step 3/5 : COPY  --chown=agones:root ./bin/controller /home/agones/controller
Step #7 - "build-e2e": Removing intermediate container 3fae0b17f79a
Step #7 - "build-e2e":  ---> 405f9b5fcb09
Step #7 - "build-e2e": Step 13/20 : ENV CONSUL_VERSION=1.2.1
Step #6 - "build":  ---> f81d6cf8b1db
Step #6 - "build": Step 4/5 : USER agones
Step #7 - "build-e2e":  ---> Running in a81affb177ab
Step #6 - "build":  ---> Running in c748428936c6
Step #7 - "build-e2e": Removing intermediate container a81affb177ab
Step #7 - "build-e2e":  ---> a0812021f4ef
Step #7 - "build-e2e": Step 14/20 : ENV HASHICORP_RELEASES=https://releases.hashicorp.com
Step #6 - "build": Removing intermediate container c748428936c6
Step #6 - "build":  ---> e148dff84cab
Step #6 - "build": Step 5/5 : ENTRYPOINT ["/home/agones/controller"]
Step #7 - "build-e2e":  ---> Running in c4917ced58a6
Step #6 - "build":  ---> Running in 478e75b0e4b0
Step #7 - "build-e2e": Removing intermediate container c4917ced58a6
Step #7 - "build-e2e":  ---> 751247e4b353
Step #7 - "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": Removing intermediate container 478e75b0e4b0
Step #6 - "build":  ---> 47dd7e61b47c
Step #6 - "build": Successfully built 47dd7e61b47c
Step #6 - "build": Successfully tagged gcr.io/agones-images/agones-controller:0.8.0-f3ebee6
Step #7 - "build-e2e":  ---> Running in 5b317b99550a
Step #6 - "build": docker run --rm -e "CGO_ENABLED=0" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:c2b924a221 go build \
Step #6 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.linux.amd64  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-f3ebee6" -installsuffix cgo agones.dev/agones/cmd/sdk-server
Step #7 - "build-e2e": �[91m--2019-01-18 16:40:14--  https://releases.hashicorp.com/consul/1.2.1/consul_1.2.1_linux_amd64.zip
Step #7 - "build-e2e": Resolving releases.hashicorp.com (releases.hashicorp.com)... �[0m�[91m151.101.1.183, 151.101.65.183, 151.101.129.183, ...
Step #7 - "build-e2e": Connecting to releases.hashicorp.com (releases.hashicorp.com)|151.101.1.183|:443... �[0m�[91mconnected.
Step #7 - "build-e2e": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m200 OK
Step #7 - "build-e2e": Length: 14529496 (14M) [application/zip]
Step #7 - "build-e2e": �[0m�[91mSaving to: '/tmp/build/consul_1.2.1_linux_amd64.zip'
Step #7 - "build-e2e": 
Step #7 - "build-e2e":      0K ..�[0m�[91m...�[0m�[91m.....�[0m�[91m .......... .�[0m�[91m......... ..�[0m�[91m........ ..........  0% 3.47M 4s
Step #7 - "build-e2e":     50K .......... .......... ..........�[0m�[91m .......... ......�[0m�[91m....  0% 6.85M 3s
Step #7 - "build-e2e":    100K .......... .......... ........�[0m�[91m.. .......... ....�[0m�[91m......  1%  218M 2s
Step #7 - "build-e2e":    150K ..........�[0m�[91m ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........  1%  250M 2s
Step #7 - "build-e2e":    200K ........�[0m�[91m.. .......... ....�[0m�[91m...... .......... ..........  1% 6.93M 2s
Step #7 - "build-e2e":    250K .......... .......... .......... .......... ..........  2%  227M 1s
Step #7 - "build-e2e":    300K .......... ..........�[0m�[91m .......... ......�[0m�[91m.... ..........  2%  259M 1s
Step #7 - "build-e2e":    350K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... ....�[0m�[91m...... ..........  2% 8.00M 1s�[0m�[91m
Step #7 - "build-e2e":    400K .......... .......... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m..  3%  185M 1s
Step #7 - "build-e2e":    450K ......�[0m�[91m.... ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. ..........  3%  222M 1s
Step #7 - "build-e2e":    500K ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m......  3%  187M 1s
Step #7 - "build-e2e":    550K ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m........  4%  250M 1s�[0m�[91m
Step #7 - "build-e2e":    600K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m..  4%  246M 1s
Step #7 - "build-e2e":    650K ......�[0m�[91m.... .......... ..�[0m�[91m........ .......... ..........  4% 7.99M 1s
Step #7 - "build-e2e":    700K .......... .......... .......... .......�[0m�[91m... ..........  5%  192M 1s
Step #7 - "build-e2e":    750K .......... .......... .......... .......... ..........  5%  188M 1s
Step #7 - "build-e2e":    800K .......... .......... .......... .......... ..........  5% 55.7M 1s
Step #7 - "build-e2e":    850K .......... .......... .......... .......... ..........  6%  241M 1s
Step #7 - "build-e2e":    900K .......... .......... .......... .......... ..........  6%  266M 1s
Step #7 - "build-e2e":    950K .......... .......... .......... .......... ..........  7%  284M 1s
Step #7 - "build-e2e":   1000K .......... .......... .......... .......... ..........  7%  229M 1s
Step #7 - "build-e2e":   1050K .......... .......... .......... .......... ..........  7%  256M 1s
Step #7 - "build-e2e":   1100K .......... .......... .......... .......... ..........  8%  240M 1s
Step #7 - "build-e2e":   1150K .......... .......... .......�[0m�[91m... .......... ..........  8% 10.6M 1s
Step #7 - "build-e2e":   1200K .......... .......... .......... .......... ..........  8%  158M 1s
Step #7 - "build-e2e":   1250K .......... .......... .......... .......... ..........  9%  183M 0s
Step #7 - "build-e2e":   1300K .......... .......... .......... .......... ..........  9%  195M 0s
Step #7 - "build-e2e":   1350K .......... .......... .......... .......... ....�[0m�[91m......  9%  187M 0s
Step #7 - "build-e2e":   1400K .......... .......... .......... .......... .......... 10% 71.9M 0s
Step #7 - "build-e2e":   1450K .......... .......... .......... .......... .......... 10%  243M 0s
Step #7 - "build-e2e":   1500K .......... .......... .......... .......... .......... 10%  243M 0s
Step #7 - "build-e2e":   1550K .......... .......... .......... .......... .......... 11%  227M 0s
Step #7 - "build-e2e":   1600K .......... .......... .......... .......... .......... 11%  228M 0s
Step #7 - "build-e2e":   1650K .......... .......... .......... .......... .......... 11%  143M 0s
Step #7 - "build-e2e":   1700K .......... .......... .......... .......... .......... 12%  139M 0s
Step #7 - "build-e2e":   1750K .......... .......... .......... .......... .......... 12%  140M 0s
Step #7 - "build-e2e":   1800K .......... .......... .......... .......... .......... 13%  135M 0s
Step #7 - "build-e2e":   1850K .......... .......... .......... .......... .......... 13%  262M 0s
Step #7 - "build-e2e":   1900K .......... .......... .......... .......... .......... 13%  221M 0s
Step #7 - "build-e2e":   1950K .......... .......... .......... .......... .......... 14%  244M 0s
Step #7 - "build-e2e":   2000K .......... .......... .......... .......... .......... 14%  193M 0s
Step #7 - "build-e2e":   2050K .......... .......... .......... .......... .......... 14%  250M 0s
Step #7 - "build-e2e":   2100K .......... .......... .......... .......... .......... 15%  244M 0s
Step #7 - "build-e2e":   2150K .......... .......... .......... .......... .......... 15%  227M 0s
Step #7 - "build-e2e":   2200K .......... .......... .......... .......... .......... 15% 28.0M 0s
Step #7 - "build-e2e":   2250K .......... .......... .......... .......... .......... 16%  181M 0s
Step #7 - "build-e2e":   2300K .......... .......... .......... .......... .......... 16%  194M 0s
Step #7 - "build-e2e":   2350K .......... .......... .......... .......... .......... 16%  197M 0s
Step #7 - "build-e2e":   2400K .......... .......... .......... .......... .......... 17%  151M 0s
Step #7 - "build-e2e":   2450K .......... .......... .......... .......... .......... 17%  206M 0s
Step #7 - "build-e2e":   2500K .......... .......... .......... .......... .......... 17%  171M 0s
Step #7 - "build-e2e":   2550K .......... .......... .......... .......... .......... 18%  168M 0s
Step #7 - "build-e2e":   2600K .......... .......... .......... ...�[0m�[91m....... .......... 18%  109M 0s
Step #7 - "build-e2e":   2650K .......... .......... .......... .......... .......... 19%  195M 0s
Step #7 - "build-e2e":   2700K .......... .......... .......... .......... .......... 19%  236M 0s
Step #7 - "build-e2e":   2750K .......... .......... .......... .......... .......... 19%  252M 0s
Step #7 - "build-e2e":   2800K .......... .......... .......... .......... .......... 20%  209M 0s
Step #7 - "build-e2e":   2850K .......... .......... .......... .......... .......... 20%  231M 0s
Step #7 - "build-e2e":   2900K .......... .......... .......... .......... .......... 20%  230M 0s
Step #7 - "build-e2e":   2950K .......... .......... .......... .......... .......... 21%  244M 0s
Step #7 - "build-e2e":   3000K .......... .......... .......... .......... .......... 21%  189M 0s
Step #7 - "build-e2e":   3050K .......... .......... .......... .......... .......... 21%  241M 0s
Step #7 - "build-e2e":   3100K .......... .......... .......... .......... .......... 22%  239M 0s
Step #7 - "build-e2e":   3150K .......... .......... .......... .......... .......... 22%  240M 0s
Step #7 - "build-e2e":   3200K .......... .......... .......... .......... .......... 22%  222M 0s
Step #7 - "build-e2e":   3250K .......... .......... .......... .......... .......... 23%  235M 0s
Step #7 - "build-e2e":   3300K .......... .......... .......... .......... .......... 23%  248M 0s
Step #7 - "build-e2e":   3350K .......... .......... .......... .......... .......... 23%  255M 0s
Step #7 - "build-e2e":   3400K .......... .......... .......... .......... .......... 24%  195M 0s
Step #7 - "build-e2e":   3450K .......... .......... .......... .......... .......... 24%  240M 0s
Step #7 - "build-e2e":   3500K .......... .......... ..�[0m�[91m........ .......... .......... 25%  164M 0s
Step #7 - "build-e2e":   3550K .......... .......... .......... .......... .......... 25%  130M 0s
Step #7 - "build-e2e":   3600K .......... .......... .......... .......... .......... 25%  118M 0s
Step #7 - "build-e2e":   3650K .......... .......... .......... .......... .......... 26%  185M 0s
Step #7 - "build-e2e":   3700K .......... .......... .......... .......... .......... 26% 37.7M 0s
Step #7 - "build-e2e":   3750K .......... .......... .......... .......... .......... 26%  150M 0s
Step #7 - "build-e2e":   3800K .......... .......... .......... .......... .......... 27%  197M 0s
Step #7 - "build-e2e":   3850K .......... .......... .......... ......�[0m�[91m.... .......... 27% 26.8M 0s
Step #7 - "build-e2e":   3900K ..........�[0m�[91m ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........ 27%  205M 0s�[0m�[91m
Step #7 - "build-e2e":   3950K .......... ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m .......... 28%  191M 0s
Step #7 - "build-e2e":   4000K .......... .......... .......... .......... .......... 28%  236M 0s
Step #7 - "build-e2e":   4050K .......... .......... .......... .......... .......... 28%  240M 0s
Step #7 - "build-e2e":   4100K .......... .......... .......... .......... .......... 29%  223M 0s
Step #7 - "build-e2e":   4150K .......... .......... .......... .......... .......... 29%  222M 0s
Step #7 - "build-e2e":   4200K .......... .......... .......... .......... .......... 29%  250M 0s
Step #7 - "build-e2e":   4250K .......... .......... .......... .......... .......... 30%  241M 0s
Step #7 - "build-e2e":   4300K .......... .......... .......... .......... .......... 30%  230M 0s
Step #7 - "build-e2e":   4350K .......... .......... .......... .......... .......... 31%  181M 0s
Step #7 - "build-e2e":   4400K .......... .......... .......... .......... .......... 31%  225M 0s
Step #7 - "build-e2e":   4450K .......... .......... .......... .......... .......... 31%  216M 0s
Step #7 - "build-e2e":   4500K .......... .......... .......... .......... .......... 32%  190M 0s
Step #7 - "build-e2e":   4550K .......... .......... .......... .......... .......... 32%  161M 0s
Step #7 - "build-e2e":   4600K .......... .......... .......... .......... .......... 32%  174M 0s
Step #7 - "build-e2e":   4650K .......... .......... .......... .......... .......... 33%  183M 0s
Step #7 - "build-e2e":   4700K .......... .......... .......... .......... .......... 33%  206M 0s
Step #7 - "build-e2e":   4750K .......... .......... .......... .......... .......... 33%  182M 0s
Step #7 - "build-e2e":   4800K .......... .......... .......... .......... .......... 34%  239M 0s
Step #7 - "build-e2e":   4850K .......... .......... .......... .......... .......... 34%  209M 0s
Step #7 - "build-e2e":   4900K .......... .......... .......... .......... .......... 34%  206M 0s
Step #7 - "build-e2e":   4950K .......... .......... .......... .......... .......... 35%  166M 0s
Step #7 - "build-e2e":   5000K .......... .......... .......... .......... .......... 35%  242M 0s
Step #7 - "build-e2e":   5050K .......... .......... .......... .......... .......... 35%  225M 0s
Step #7 - "build-e2e":   5100K .......... .......... .......... .......... .......... 36%  249M 0s
Step #7 - "build-e2e":   5150K .......... .......... .......... .......... .......... 36%  197M 0s
Step #7 - "build-e2e":   5200K .......... .......... .......... .......... .......... 37% 85.4M 0s
Step #7 - "build-e2e":   5250K .......... .......... .......... .......... .......... 37%  200M 0s
Step #7 - "build-e2e":   5300K .......... .......... ......�[0m�[91m.... .......... .......... 37% 11.3M 0s
Step #7 - "build-e2e":   5350K .......... .......... .......... .......... .......... 38%  157M 0s
Step #7 - "build-e2e":   5400K .......... .......... .......... .......... .......... 38%  207M 0s
Step #7 - "build-e2e":   5450K .......... .......... .......... .......... .......... 38%  167M 0s
Step #7 - "build-e2e":   5500K .......... .......... .......... .......... .......... 39%  210M 0s
Step #7 - "build-e2e":   5550K .......... .......... .......... .......... .......... 39%  178M 0s
Step #7 - "build-e2e":   5600K .......... .......... .......... .......... .......... 39%  225M 0s
Step #7 - "build-e2e":   5650K .......... .......... .......... .......... .......... 40%  234M 0s
Step #7 - "build-e2e":   5700K .......... .......... .......... .......... .......... 40%  241M 0s
Step #7 - "build-e2e":   5750K .......... .......... .......... .......... .......... 40%  200M 0s
Step #7 - "build-e2e":   5800K .......... .......... .......... .......... .......... 41%  200M 0s
Step #7 - "build-e2e":   5850K .......... .......... .......... .......... .......... 41%  206M 0s
Step #7 - "build-e2e":   5900K .......... .......... .......... .......... .......... 41%  198M 0s
Step #7 - "build-e2e":   5950K .......... .......... .......... .......... .......... 42%  170M 0s
Step #7 - "build-e2e":   6000K .......... .......... .......... .......... .......... 42%  204M 0s
Step #7 - "build-e2e":   6050K .......... .......... .......... .......... .......... 42%  229M 0s
Step #7 - "build-e2e":   6100K .......... .......... ......�[0m�[91m.... .......... .......... 43%  171M 0s
Step #7 - "build-e2e":   6150K .......... .......... .......... .......... .......... 43%  209M 0s
Step #7 - "build-e2e":   6200K .......... .......... .......... .......... .......... 44%  222M 0s
Step #7 - "build-e2e":   6250K .......... .......... .......... .......... .......... 44%  250M 0s
Step #7 - "build-e2e":   6300K .......... .......... .......... .......... .......... 44%  238M 0s
Step #7 - "build-e2e":   6350K .......... .......... .......... .......... .......... 45%  212M 0s
Step #7 - "build-e2e":   6400K .......... .......... .......... .......... .......... 45%  249M 0s
Step #7 - "build-e2e":   6450K .......... .......... .......... .......... .......... 45%  233M 0s
Step #7 - "build-e2e":   6500K .......... .......... .......... .......... .......... 46%  255M 0s
Step #7 - "build-e2e":   6550K .......... .......... .......... .......... .......... 46%  205M 0s
Step #7 - "build-e2e":   6600K .......... .......... .......... .......... .......... 46%  202M 0s
Step #7 - "build-e2e":   6650K .......... .......... .......... .......... .......... 47%  211M 0s
Step #7 - "build-e2e":   6700K .......... .......... .......... .......... .......... 47%  244M 0s
Step #7 - "build-e2e":   6750K .......... .......... .......... .......... .......... 47%  229M 0s
Step #7 - "build-e2e":   6800K .......... .......... .......... .......... .......... 48%  248M 0s
Step #7 - "build-e2e":   6850K .......... .......... .......... .......... .......... 48%  159M 0s
Step #7 - "build-e2e":   6900K .......... .......... .......... .......... .......... 48%  198M 0s
Step #7 - "build-e2e":   6950K .......... .......... .......... .......... .......... 49%  173M 0s
Step #7 - "build-e2e":   7000K .......... .......... .......... .......... .......... 49%  195M 0s
Step #7 - "build-e2e":   7050K .......... .......... .......... .......... .......... 50%  190M 0s
Step #7 - "build-e2e":   7100K .......... .......... .......... .......... .......... 50%  258M 0s
Step #7 - "build-e2e":   7150K .......... .......... .......... .......... .......... 50%  237M 0s
Step #7 - "build-e2e":   7200K .......... .......... .......... .......... .......... 51%  236M 0s
Step #7 - "build-e2e":   7250K .......... .......... .......... .......... .......... 51%  193M 0s
Step #7 - "build-e2e":   7300K .......... .......... .......... .......... .......... 51%  244M 0s
Step #7 - "build-e2e":   7350K .......... .......... .......... .......... .......... 52%  196M 0s
Step #7 - "build-e2e":   7400K .......... .......... .......... .......... .......... 52%  180M 0s
Step #7 - "build-e2e":   7450K .......... .......... .......... .......... .......... 52%  175M 0s
Step #7 - "build-e2e":   7500K .......... .......... .......... .......... .......... 53%  191M 0s
Step #7 - "build-e2e":   7550K .......... .......... .......... .......... .......... 53%  235M 0s
Step #7 - "build-e2e":   7600K .......... .......... .......... .......... .......... 53%  224M 0s
Step #7 - "build-e2e":   7650K .......... .......... .......... .......... .......... 54%  218M 0s
Step #7 - "build-e2e":   7700K .......... .......... .......... .......... .......... 54%  223M 0s
Step #7 - "build-e2e":   7750K .......... .......... .......... .......... .......... 54%  231M 0s
Step #7 - "build-e2e":   7800K .......... .......... .......... .......... .......... 55%  249M 0s
Step #7 - "build-e2e":   7850K .......... ........�[0m�[91m.. .......... .......... .......... 55%  146M 0s
Step #7 - "build-e2e":   7900K .......... .......... .......... .......... .......... 56%  231M 0s
Step #7 - "build-e2e":   7950K .......... .......... .......... .......... .......... 56%  240M 0s
Step #7 - "build-e2e":   8000K .......... .......... .......... .......... .......... 56%  247M 0s
Step #7 - "build-e2e":   8050K .......... .......... .......... .......... .......... 57%  196M 0s
Step #7 - "build-e2e":   8100K .......... .......... .......... .......... .......... 57%  238M 0s
Step #7 - "build-e2e":   8150K .......... .......... .......... .......... .......... 57%  229M 0s
Step #7 - "build-e2e":   8200K .......... .......... .......... .......... .......... 58%  238M 0s
Step #7 - "build-e2e":   8250K .......... .......... .......... .......... .......... 58%  203M 0s
Step #7 - "build-e2e":   8300K .......... .......... .......... .......... .......... 58%  241M 0s
Step #7 - "build-e2e":   8350K .......... .......... .......... .......... .......... 59%  156M 0s
Step #7 - "build-e2e":   8400K .......... .......... .......... .......... .......... 59%  196M 0s
Step #7 - "build-e2e":   8450K .......... .......... .......... .......... .......... 59%  154M 0s
Step #7 - "build-e2e":   8500K .......... .......... .......... .......... .......... 60%  199M 0s
Step #7 - "build-e2e":   8550K .......... .......... .......... .......... .......... 60%  187M 0s
Step #7 - "build-e2e":   8600K .......... .......... .......... .......... .......... 60%  191M 0s
Step #7 - "build-e2e":   8650K .......... .......... .......... .......... .......... 61%  153M 0s
Step #7 - "build-e2e":   8700K .......... .......... .......... .......... .......... 61%  241M 0s
Step #7 - "build-e2e":   8750K .......... .......... .......... .......... .......... 62%  231M 0s
Step #7 - "build-e2e":   8800K .......... .......... .......... .......... .......... 62%  176M 0s
Step #7 - "build-e2e":   8850K .......... .......... .......... .......... .......... 62%  161M 0s
Step #7 - "build-e2e":   8900K .......... .......... .......... .......... .......... 63%  201M 0s
Step #7 - "build-e2e":   8950K .......... .......... .......... .......... .......... 63%  205M 0s
Step #7 - "build-e2e":   9000K .......... .......... .......... .......... .......... 63%  209M 0s
Step #7 - "build-e2e":   9050K .......... .......... .......... .......... .......... 64%  196M 0s
Step #7 - "build-e2e":   9100K .......... .......... .......... .......... .......... 64%  226M 0s
Step #7 - "build-e2e":   9150K .......... .......... .......... .......... .......... 64%  244M 0s
Step #7 - "build-e2e":   9200K .......... .......... .......... .......... .......... 65%  235M 0s
Step #7 - "build-e2e":   9250K .......... .......... .......... .......... .......... 65%  203M 0s
Step #7 - "build-e2e":   9300K .......... .......... .......... .......... .......... 65%  238M 0s
Step #7 - "build-e2e":   9350K .......... .......... .......... .......... .......... 66%  249M 0s
Step #7 - "build-e2e":   9400K .......... .......... .......... .......... .......... 66%  238M 0s
Step #7 - "build-e2e":   9450K .......... .......... .......... .......... .......... 66%  246M 0s
Step #7 - "build-e2e":   9500K .......... .......... .......... .......... .......... 67%  212M 0s
Step #7 - "build-e2e":   9550K .......... .......... .......... .......... .......�[0m�[91m... 67% 26.0M 0s
Step #7 - "build-e2e":   9600K .......... .......... .......... .......... .......... 68%  190M 0s
Step #7 - "build-e2e":   9650K .......... .......... .......... .......... .......... 68%  229M 0s
Step #7 - "build-e2e":   9700K .......... .......... .......... .......... .......... 68%  174M 0s
Step #7 - "build-e2e":   9750K .......... .......... .......... .......... .......... 69%  230M 0s
Step #7 - "build-e2e":   9800K .......... .......... .......... .......... .......... 69%  209M 0s
Step #7 - "build-e2e":   9850K .......... .......... .......... .......... .......... 69%  253M 0s
Step #7 - "build-e2e":   9900K .......... .......... .......... .......... .......... 70%  213M 0s
Step #7 - "build-e2e":   9950K .......... .......... .......... .......... .......... 70%  261M 0s
Step #7 - "build-e2e":  10000K .......... .......... .......... .......... .......... 70%  237M 0s
Step #7 - "build-e2e":  10050K .......... .......... .......... .......... .......... 71%  183M 0s
Step #7 - "build-e2e":  10100K .......... .......... .......... .......... .......... 71%  187M 0s
Step #7 - "build-e2e":  10150K .......... .......... .......... .�[0m�[91m......... .......... 71%  215M 0s
Step #7 - "build-e2e":  10200K .......... .......... .......... .......... .......... 72%  221M 0s
Step #7 - "build-e2e":  10250K .......... .......... .......... .......... .......... 72%  207M 0s
Step #7 - "build-e2e":  10300K .......... .......... .......... .......... .......... 72%  216M 0s
Step #7 - "build-e2e":  10350K .......... .......... .......... .......... .......... 73%  247M 0s
Step #7 - "build-e2e":  10400K .......... .......... .......... .......... .......... 73%  246M 0s
Step #7 - "build-e2e":  10450K .......... .......... .......... .......... .......... 74%  237M 0s
Step #7 - "build-e2e":  10500K .......... .......... .......... .......... .......... 74%  185M 0s
Step #7 - "build-e2e":  10550K .......... .......... .......... .......... .......... 74%  249M 0s
Step #7 - "build-e2e":  10600K .......... .......... .......... .......... .......... 75%  255M 0s
Step #7 - "build-e2e":  10650K .......... .......... .......... .......... .......... 75%  255M 0s
Step #7 - "build-e2e":  10700K .......... .......... .......... .......... .......... 75%  217M 0s
Step #7 - "build-e2e":  10750K .......... .......... .......... .......... .......... 76%  242M 0s
Step #7 - "build-e2e":  10800K .......... .......... .......... .......... .......... 76%  253M 0s
Step #7 - "build-e2e":  10850K .......... .......... .......... .......... .......... 76%  251M 0s
Step #7 - "build-e2e":  10900K .......... .......... .......... .......... .......... 77%  209M 0s
Step #7 - "build-e2e":  10950K .......... .......... .......... .......... .......... 77%  228M 0s
Step #7 - "build-e2e":  11000K .......... .......... .......... .......... .......... 77%  192M 0s
Step #7 - "build-e2e":  11050K .......... .......... .......... .......... .......... 78%  249M 0s
Step #7 - "build-e2e":  11100K .......... .......... .......... .......... .......... 78%  201M 0s
Step #7 - "build-e2e":  11150K .......... .......... .......... .......... .......... 78%  202M 0s
Step #7 - "build-e2e":  11200K .......... .......... .......... .......... .......... 79%  224M 0s
Step #7 - "build-e2e":  11250K .......... .......... .......... .......... .......... 79%  224M 0s
Step #7 - "build-e2e":  11300K .......... .......... .......... .......... .......... 79%  194M 0s
Step #7 - "build-e2e":  11350K .......... .......... .......... .......... .......... 80%  230M 0s
Step #7 - "build-e2e":  11400K .......... .......... .......... .......... .......... 80%  223M 0s
Step #7 - "build-e2e":  11450K .......... .......... .......... .......... .......... 81%  235M 0s
Step #7 - "build-e2e":  11500K .�[0m�[91m......... .......... .......... .......... .......... 81%  198M 0s
Step #7 - "build-e2e":  11550K .......... .......... .......... .......... .......... 81%  214M 0s
Step #7 - "build-e2e":  11600K .......... .......... .......... .......... .......... 82%  224M 0s
Step #7 - "build-e2e":  11650K .......... .......... .......... .......... .......... 82%  231M 0s
Step #7 - "build-e2e":  11700K .......... .......... .......... .......... .......... 82%  210M 0s
Step #7 - "build-e2e":  11750K .......... .......... .......... .......... .......... 83%  251M 0s
Step #7 - "build-e2e":  11800K .......... .......... .......... .......... .......... 83%  251M 0s
Step #7 - "build-e2e":  11850K .......... .......... .......... .......... .......... 83%  222M 0s
Step #7 - "build-e2e":  11900K .......... .......... .......... .......... .......... 84%  177M 0s
Step #7 - "build-e2e":  11950K .......... .......... .......... .......... .......... 84%  250M 0s
Step #7 - "build-e2e":  12000K .......... .......... .......... .......... .......... 84%  255M 0s
Step #7 - "build-e2e":  12050K .......... .......... .......... .......... .......... 85%  242M 0s
Step #7 - "build-e2e":  12100K .......... .......... .......... .......... .......... 85%  141M 0s
Step #7 - "build-e2e":  12150K .......... .......... .......... .......... .......... 85%  245M 0s
Step #7 - "build-e2e":  12200K .......... .......... .......... .......... .......... 86%  255M 0s
Step #7 - "build-e2e":  12250K .......... .......... .......... .......... .......... 86%  245M 0s
Step #7 - "build-e2e":  12300K .......... .......... .......... .......... .......... 87%  189M 0s
Step #7 - "build-e2e":  12350K .......... .......... .......... .......... .......... 87%  239M 0s
Step #7 - "build-e2e":  12400K .......... .......... .......... .......... .......... 87%  247M 0s
Step #7 - "build-e2e":  12450K .......... .......... .......... .......... .......... 88%  242M 0s
Step #7 - "build-e2e":  12500K .......... .......... .......... .......... .......... 88%  192M 0s
Step #7 - "build-e2e":  12550K .......... .......... .......... .......... .......... 88%  234M 0s
Step #7 - "build-e2e":  12600K .......... .......... .......... .......... .......... 89%  227M 0s
Step #7 - "build-e2e":  12650K .......... .......... .......... .......... .......... 89%  237M 0s
Step #7 - "build-e2e":  12700K .......... .......... .......... .......... .......... 89%  211M 0s
Step #7 - "build-e2e":  12750K .......... .......... .......... .......... .......... 90%  196M 0s
Step #7 - "build-e2e":  12800K .....�[0m�[91m..... .......... .......... .......... .......... 90%  245M 0s
Step #7 - "build-e2e":  12850K .......... .......... .......... .......... .......... 90%  257M 0s
Step #7 - "build-e2e":  12900K .......... .......... .......... .......... .......... 91%  219M 0s
Step #7 - "build-e2e":  12950K .......... .......... .......... .......... .......... 91%  255M 0s
Step #7 - "build-e2e":  13000K .......... .......... .......... .......... .......... 91%  213M 0s
Step #7 - "build-e2e":  13050K .......... .......... .......... .......... .......... 92%  258M 0s
Step #7 - "build-e2e":  13100K .......... .......... .......... .......... .......... 92%  231M 0s
Step #7 - "build-e2e":  13150K .......... .......... .......... .......... .......... 93%  247M 0s
Step #7 - "build-e2e":  13200K .......... .......... .......... .......... .......... 93%  259M 0s
Step #7 - "build-e2e":  13250K .......... .......... .......... .......... .......... 93%  226M 0s
Step #7 - "build-e2e":  13300K .......... .......... .......... .......... .......... 94%  212M 0s
Step #7 - "build-e2e":  13350K .......... .......... .......... .......... .......... 94%  239M 0s
Step #7 - "build-e2e":  13400K .......... .......... .......... .......... .......... 94%  256M 0s
Step #7 - "build-e2e":  13450K .......... .......... .......... .......... .......... 95%  257M 0s
Step #7 - "build-e2e":  13500K .......... .......... .......... .......... .......... 95%  206M 0s
Step #7 - "build-e2e":  13550K .......... .......... .......... .......... .......... 95%  247M 0s
Step #7 - "build-e2e":  13600K .......... .......... .......... .......... .......... 96%  257M 0s
Step #7 - "build-e2e":  13650K .......... .......... .......... .......... .......... 96%  213M 0s
Step #7 - "build-e2e":  13700K .......... .......... .......... .......... .......... 96%  181M 0s
Step #7 - "build-e2e":  13750K .......�[0m�[91m... .......... .......... .......... .......... 97%  184M 0s
Step #7 - "build-e2e":  13800K .......... .......... .......... .......... .......... 97%  255M 0s
Step #7 - "build-e2e":  13850K .......... .......... .......... .......... .......... 97%  252M 0s
Step #7 - "build-e2e":  13900K .......... .......... .......... .......... .......... 98%  220M 0s
Step #7 - "build-e2e":  13950K .......... .......... .......... .......... .......... 98%  228M 0s
Step #7 - "build-e2e":  14000K .......... .......... .......... .......... .......... 99%  249M 0s
Step #7 - "build-e2e":  14050K .......... .......... .......... .......... .......... 99%  254M 0s
Step #7 - "build-e2e":  14100K .......... .......... .......... .......... .......... 99%  213M 0s
Step #7 - "build-e2e":  14150K .......... .......... .......... ........             100%  296M=0.1s
Step #7 - "build-e2e": 
Step #7 - "build-e2e": 2019-01-18 16:40:14 (115 MB/s) - '/tmp/build/consul_1.2.1_linux_amd64.zip' saved [14529496/14529496]
Step #7 - "build-e2e": 
Step #7 - "build-e2e": �[0mArchive:  /tmp/build/consul_1.2.1_linux_amd64.zip
Step #7 - "build-e2e":   inflating: /usr/local/bin/consul   
Step #7 - "build-e2e": Consul v1.2.1
Step #7 - "build-e2e": Protocol 2 spoken by default, understands 2 to 3 (agent will automatically use protocol >2 when speaking to compatible agents)
Step #7 - "build-e2e": Removing intermediate container 5b317b99550a
Step #7 - "build-e2e":  ---> 922a17feca60
Step #7 - "build-e2e": Step 16/20 : RUN echo "export PATH=/usr/local/go/bin:/go/bin/:\$PATH" >> /root/.bashrc
Step #7 - "build-e2e":  ---> Running in a704a4ea8117
Step #7 - "build-e2e": Removing intermediate container a704a4ea8117
Step #7 - "build-e2e":  ---> bd42b1b716d9
Step #7 - "build-e2e": Step 17/20 : COPY *.sh /root/
Step #7 - "build-e2e":  ---> ca34393c4220
Step #7 - "build-e2e": Step 18/20 : RUN chmod +x /root/*.sh
Step #7 - "build-e2e":  ---> Running in 24dfa07fd6a4
Step #7 - "build-e2e": Removing intermediate container 24dfa07fd6a4
Step #7 - "build-e2e":  ---> 692471252233
Step #7 - "build-e2e": Step 19/20 : WORKDIR /go
Step #7 - "build-e2e":  ---> Running in b8494073c382
Step #7 - "build-e2e": Removing intermediate container b8494073c382
Step #7 - "build-e2e":  ---> 6b9313b1e335
Step #7 - "build-e2e": Step 20/20 : ENTRYPOINT [ "/root/entrypoint.sh" ]
Step #7 - "build-e2e":  ---> Running in 7ec40baf2c8f
Step #7 - "build-e2e": Removing intermediate container 7ec40baf2c8f
Step #7 - "build-e2e":  ---> 54cdc926358d
Step #7 - "build-e2e": Successfully built 54cdc926358d
Step #7 - "build-e2e": Successfully tagged e2e-runner:latest
Finished Step #7 - "build-e2e"
Step #6 - "build": docker run --rm -e "GOOS=windows" -e "GOARCH=amd64" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:c2b924a221 go build \
Step #6 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.windows.amd64.exe  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-f3ebee6" agones.dev/agones/cmd/sdk-server
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleetallocation	11.486s
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleetautoscalers	3.665s
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleets	2.830s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameserverallocations	15.146s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameservers	2.982s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameserversets	3.143s
Step #4 - "tests": ok  	agones.dev/agones/pkg/metrics	3.037s
Step #4 - "tests": ?   	agones.dev/agones/pkg/sdk	[no test files]
Step #4 - "tests": ok  	agones.dev/agones/pkg/sdkserver	10.783s
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.043s
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.258s
Step #4 - "tests": ok  	agones.dev/agones/pkg/util/workerqueue	2.115s
Step #4 - "tests": ok  	agones.dev/agones/sdks/go	1.040s
Step #4 - "tests": ?   	agones.dev/agones/cmd/controller	[no test files]
Step #4 - "tests": ok  	agones.dev/agones/cmd/ping	2.100s
Step #4 - "tests": ?   	agones.dev/agones/cmd/sdk-server	[no test files]
Finished Step #4 - "tests"
Starting Step #5 - "site"
Step #5 - "site": Already have image: make-docker
Step #5 - "site": /usr/bin/make site-deploy ARGS="-F" ENV=RELEASE_VERSION=0.8.0 SERVICE=preview
Step #5 - "site": make[1]: Entering directory '/workspace/build'
Step #5 - "site": mkdir -p ~/.kube/
Step #5 - "site": mkdir -p /workspace/build//.config/gcloud
Step #5 - "site": mkdir -p ~/.helm
Step #5 - "site": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:c2b924a221 rm -r ./public
Step #5 - "site": rm: cannot remove './public': No such file or directory
Step #5 - "site": includes/website.mk:35: recipe for target 'site-static' failed
Step #5 - "site": mkdir /workspace/site/public
Step #5 - "site": make[1]: [site-static] Error 1 (ignored)
Step #5 - "site": # for some reason, this only work locally
Step #5 - "site": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:c2b924a221 \
Step #5 - "site": 	bash -c "npm list postcss-cli || npm install postcss-cli"
Step #5 - "site": /go/src/agones.dev/agones/site
Step #5 - "site": `-- (empty)
Step #5 - "site": 
Step #6 - "build": docker run --rm -e "GOOS=darwin" -e "GOARCH=amd64" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:c2b924a221 go build \
Step #6 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.darwin.amd64  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-f3ebee6" agones.dev/agones/cmd/sdk-server
Step #5 - "site": npm WARN saveError ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site": npm notice created a lockfile as package-lock.json. You should commit this file.
Step #5 - "site": npm WARN enoent ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site": npm WARN site No description
Step #5 - "site": npm WARN site No repository field.
Step #5 - "site": npm WARN site No README data
Step #5 - "site": npm WARN site No license field.
Step #5 - "site": npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
Step #5 - "site": npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
Step #5 - "site": 
Step #5 - "site": + postcss-cli@6.1.1
Step #5 - "site": added 248 packages from 148 contributors and audited 3191 packages in 9.464s
Step #5 - "site": found 0 vulnerabilities
Step #5 - "site": 
Step #5 - "site": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:c2b924a221 \
Step #5 - "site": 	bash -c "npm list autoprefixer || npm install autoprefixer"
Step #5 - "site": /go/src/agones.dev/agones/site
Step #5 - "site": `-- (empty)
Step #5 - "site": 
Step #5 - "site": npm WARN saveError ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site": npm WARN enoent ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site": npm WARN site No description
Step #5 - "site": npm WARN site No repository field.
Step #5 - "site": npm WARN site No README data
Step #5 - "site": npm WARN site No license field.
Step #5 - "site": npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
Step #5 - "site": npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
Step #5 - "site": 
Step #5 - "site": + autoprefixer@9.4.5
Step #5 - "site": added 8 packages from 7 contributors and audited 11802 packages in 4.211s
Step #5 - "site": found 0 vulnerabilities
Step #5 - "site": 
Step #5 - "site": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:c2b924a221 bash -c \
Step #5 - "site": 	"RELEASE_VERSION=0.8.0 hugo --config=config.toml -F"
Step #5 - "site": Building sites … 
Step #5 - "site":                    | EN  
Step #5 - "site": +------------------+----+
Step #5 - "site":   Pages            | 59  
Step #5 - "site":   Paginator pages  |  0  
Step #5 - "site":   Non-page files   |  2  
Step #5 - "site":   Static files     | 39  
Step #5 - "site":   Processed images |  2  
Step #5 - "site":   Aliases          | 10  
Step #5 - "site":   Sitemaps         |  1  
Step #5 - "site":   Cleaned          |  0  
Step #5 - "site": 
Step #5 - "site": Total in 2423 ms
Step #5 - "site": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:c2b924a221 bash -c \
Step #5 - "site":     		"SERVICE=preview envsubst < app.yaml > .app.yaml"
Step #5 - "site": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:c2b924a221 \
Step #5 - "site": 	gcloud app deploy .app.yaml --no-promote --version=f3ebee6
Step #5 - "site": ERROR: (gcloud.app.deploy) You do not currently have an active account selected.
Step #5 - "site": Please run:
Step #5 - "site": 
Step #5 - "site":   $ gcloud auth login
Step #5 - "site": 
Step #5 - "site": to obtain new credentials, or if you have already logged in with a
Step #5 - "site": different account:
Step #5 - "site": 
Step #5 - "site":   $ gcloud config set account ACCOUNT
Step #5 - "site": 
Step #5 - "site": to select an already authenticated account to use.
Step #5 - "site": make[1]: *** [site-deploy] Error 1
Step #5 - "site": make: *** [site-deploy-preview] Error 2
Step #5 - "site": includes/website.mk:47: recipe for target 'site-deploy' failed
Step #5 - "site": make[1]: Leaving directory '/workspace/build'
Step #5 - "site": includes/website.mk:53: recipe for target 'site-deploy-preview' failed
Finished Step #5 - "site"
Finished Step #6 - "build"
ERROR
ERROR: build step 5 "make-docker" failed: exit status 2

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 8167615f-d74f-40bb-8cb2-dec769d5e971

Build Logs
starting build "8167615f-d74f-40bb-8cb2-dec769d5e971"

FETCHSOURCE
Initialized empty Git repository in /workspace/.git/
fatal: remote error: want b2de02f0de4fdedf08ea7d2e4fc7547473e9960c not valid
fatal: the remote end hung up unexpectedly
Reinitialized existing Git repository in /workspace/.git/
fatal: remote origin already exists.
fatal: remote error: want b2de02f0de4fdedf08ea7d2e4fc7547473e9960c not valid
fatal: the remote end hung up unexpectedly
Reinitialized existing Git repository in /workspace/.git/
fatal: remote origin already exists.
fatal: remote error: want b2de02f0de4fdedf08ea7d2e4fc7547473e9960c not valid
fatal: the remote end hung up unexpectedly
ERROR
ERROR: fetching git source: Failure fetching git repo: exit status 128

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 635e5125-be33-4b84-95f3-70f360a4bb76

Build Logs
starting build "635e5125-be33-4b84-95f3-70f360a4bb76"

FETCHSOURCE
Initialized empty Git repository in /workspace/.git/
fatal: remote error: want b2de02f0de4fdedf08ea7d2e4fc7547473e9960c not valid
fatal: the remote end hung up unexpectedly
Reinitialized existing Git repository in /workspace/.git/
fatal: remote origin already exists.
fatal: remote error: want b2de02f0de4fdedf08ea7d2e4fc7547473e9960c not valid
fatal: the remote end hung up unexpectedly
Reinitialized existing Git repository in /workspace/.git/
fatal: remote origin already exists.
fatal: remote error: want b2de02f0de4fdedf08ea7d2e4fc7547473e9960c not valid
fatal: the remote end hung up unexpectedly
ERROR
ERROR: fetching git source: Failure fetching git repo: exit status 128

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 435e7ed2-c6d1-4ae2-a854-f4cb3b2c065a

Build Logs
starting build "435e7ed2-c6d1-4ae2-a854-f4cb3b2c065a"

FETCHSOURCE
Initialized empty Git repository in /workspace/.git/
From https://source.developers.google.com/p/agones-images/r/agones
 * branch              f3ebee63a144ce9729ff2eead05609701d17187b -> FETCH_HEAD
Checking out files:  84% (13586/16087)   
Checking out files:  85% (13674/16087)   
Checking out files:  86% (13835/16087)   
Checking out files:  87% (13996/16087)   
Checking out files:  88% (14157/16087)   
Checking out files:  89% (14318/16087)   
Checking out files:  90% (14479/16087)   
Checking out files:  91% (14640/16087)   
Checking out files:  92% (14801/16087)   
Checking out files:  93% (14961/16087)   
Checking out files:  94% (15122/16087)   
Checking out files:  95% (15283/16087)   
Checking out files:  96% (15444/16087)   
Checking out files:  97% (15605/16087)   
Checking out files:  98% (15766/16087)   
Checking out files:  99% (15927/16087)   
Checking out files: 100% (16087/16087)   
Checking out files: 100% (16087/16087), done.
HEAD is now at f3ebee63 Website for Agones
BUILD
Starting Step #0
Step #0: Pulling image: ubuntu
Step #0: Using default tag: latest
Step #0: latest: Pulling from library/ubuntu
Step #0: Digest: sha256:cef0c2cde57a973ed80513a7d3614bc654d9d6becad2c068c9328b41bb3f6713
Step #0: Status: Downloaded newer image for ubuntu:latest
Finished Step #0
Starting Step #1
Step #1: Already have image (with digest): gcr.io/cloud-builders/docker
Step #1: Sending build context to Docker daemon  173.6MB

Step #1: Step 1/3 : FROM gcr.io/cloud-builders/docker
Step #1:  ---> 1992f5155e11
Step #1: Step 2/3 : RUN apt-get install make
Step #1:  ---> Running in e123ad628001
Step #1: Reading package lists...
Step #1: Building dependency tree...
Step #1: Reading state information...
Step #1: make is already the newest version (4.1-6).
Step #1: 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
Step #1: Removing intermediate container e123ad628001
Step #1:  ---> 8f6fcf2d1300
Step #1: Step 3/3 : ENTRYPOINT ["/usr/bin/make"]
Step #1:  ---> Running in 05686405f328
Step #1: Removing intermediate container 05686405f328
Step #1:  ---> 44acc87d1068
Step #1: Successfully built 44acc87d1068
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:c2b924a221 && docker tag gcr.io/agones-images/agones-build:c2b924a221 agones-build:c2b924a221
Step #2: Error response from daemon: manifest for gcr.io/agones-images/agones-build:c2b924a221 not found
Step #2: make: [pull-build-image] Error 1 (ignored)
Step #2: Makefile:358: recipe for target 'pull-build-image' failed
Finished Step #2
Starting Step #3 - "lint"
Step #3 - "lint": Already have image: make-docker
Step #3 - "lint": mkdir -p ~/.kube/
Step #3 - "lint": mkdir -p /workspace/build//.config/gcloud
Step #3 - "lint": mkdir -p ~/.helm
Step #3 - "lint": Could not find agones-build:c2b924a221 image. Building...
Step #3 - "lint": make[1]: Entering directory '/workspace/build'
Step #3 - "lint": docker build --tag=agones-build:c2b924a221 /workspace/build//build-image 
Step #3 - "lint": Sending build context to Docker daemon  17.92kB

Step #3 - "lint": Step 1/33 : FROM gcr.io/agones-images/grpc-cxx:1.16.1
Step #3 - "lint": 1.16.1: Pulling from agones-images/grpc-cxx
Step #3 - "lint": 54f7e8ac135a: Pulling fs layer
Step #3 - "lint": d6b856b25aeb: Pulling fs layer
Step #3 - "lint": b4d69f3225dc: Pulling fs layer
Step #3 - "lint": 54f7e8ac135a: Verifying Checksum
Step #3 - "lint": 54f7e8ac135a: Download complete
Step #3 - "lint": 54f7e8ac135a: Pull complete
Step #3 - "lint": d6b856b25aeb: Download complete
Step #3 - "lint": b4d69f3225dc: Verifying Checksum
Step #3 - "lint": b4d69f3225dc: Download complete
Step #3 - "lint": d6b856b25aeb: Pull complete
Step #3 - "lint": b4d69f3225dc: Pull complete
Step #3 - "lint": Digest: sha256:ac598e5d35a7d253f8c93f0a11dbeb2df17d0dab83693fa5cb55b119beb01d01
Step #3 - "lint": Status: Downloaded newer image for gcr.io/agones-images/grpc-cxx:1.16.1
Step #3 - "lint":  ---> 8b1e772a99a1
Step #3 - "lint": Step 2/33 : RUN apt-get update &&     apt-get install -y wget psmisc rsync make python bash-completion zip nano jq graphviz linkchecker gettext-base &&     apt-get clean
Step #3 - "lint":  ---> Running in abe4d7ef91fc
Step #3 - "lint": Get:1 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
Step #3 - "lint": Ign:2 http://deb.debian.org/debian stretch InRelease
Step #3 - "lint": Get:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
Step #3 - "lint": Hit:4 http://deb.debian.org/debian stretch Release
Step #3 - "lint": Get:5 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [467 kB]
Step #3 - "lint": Get:6 http://deb.debian.org/debian stretch-updates/main amd64 Packages.diff/Index [6640 B]
Step #3 - "lint": Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages 2019-01-02-2012.38.pdiff [332 B]
Step #3 - "lint": Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages 2019-01-02-2012.38.pdiff [332 B]
Step #3 - "lint": Fetched 660 kB in 0s (1784 kB/s)
Step #3 - "lint": Reading package lists...
Step #3 - "lint": Reading package lists...
Step #3 - "lint": Building dependency tree...
Step #3 - "lint": Reading state information...
Step #3 - "lint": make is already the newest version (4.1-9.1).
Step #3 - "lint": rsync is already the newest version (3.1.2-1+deb9u1).
Step #3 - "lint": rsync set to manually installed.
Step #3 - "lint": The following additional packages will be installed:
Step #3 - "lint":   fontconfig fontconfig-config fonts-dejavu-core fonts-liberation libann0
Step #3 - "lint":   libcairo2 libcdt5 libcgraph6 libdatrie1 libfontconfig1 libfreetype6 libgd3
Step #3 - "lint":   libgraphite2-3 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz0b
Step #3 - "lint":   libice6 libjbig0 libjpeg62-turbo libjq1 libonig4 libpango-1.0-0
Step #3 - "lint":   libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpixman-1-0 libpng16-16
Step #3 - "lint":   libpython-stdlib libpython2.7-minimal libpython2.7-stdlib libsm6
Step #3 - "lint":   libthai-data libthai0 libtiff5 libwebp6 libxaw7 libxcb-render0 libxcb-shm0
Step #3 - "lint":   libxdot4 libxmu6 libxpm4 libxrender1 libxt6 mime-support python-cffi-backend
Step #3 - "lint":   python-chardet python-cryptography python-enum34 python-idna
Step #3 - "lint":   python-ipaddress python-minimal python-openssl python-pkg-resources
Step #3 - "lint":   python-pyasn1 python-requests python-setuptools python-six python-urllib3
Step #3 - "lint":   python2.7 python2.7-minimal ucf x11-common
Step #3 - "lint": Suggested packages:
Step #3 - "lint":   gsfonts graphviz-doc libgd-tools clamav-daemon linkchecker-gui
Step #3 - "lint":   linkchecker-web python-argcomplete python-cssutils python-gconf python-geoip
Step #3 - "lint":   python-meliae python-twill spell python-doc python-tk
Step #3 - "lint":   python-cryptography-doc python-cryptography-vectors python-enum34-doc
Step #3 - "lint":   python-openssl-doc python-openssl-dbg doc-base python-socks
Step #3 - "lint":   python-setuptools-doc python-ntlm python2.7-doc binfmt-support
Step #3 - "lint": The following NEW packages will be installed:
Step #3 - "lint":   bash-completion fontconfig fontconfig-config fonts-dejavu-core
Step #3 - "lint":   fonts-liberation gettext-base graphviz jq libann0 libcairo2 libcdt5
Step #3 - "lint":   libcgraph6 libdatrie1 libfontconfig1 libfreetype6 libgd3 libgraphite2-3
Step #3 - "lint":   libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz0b libice6 libjbig0
Step #3 - "lint":   libjpeg62-turbo libjq1 libonig4 libpango-1.0-0 libpangocairo-1.0-0
Step #3 - "lint":   libpangoft2-1.0-0 libpathplan4 libpixman-1-0 libpng16-16 libpython-stdlib
Step #3 - "lint":   libpython2.7-minimal libpython2.7-stdlib libsm6 libthai-data libthai0
Step #3 - "lint":   libtiff5 libwebp6 libxaw7 libxcb-render0 libxcb-shm0 libxdot4 libxmu6
Step #3 - "lint":   libxpm4 libxrender1 libxt6 linkchecker mime-support nano psmisc python
Step #3 - "lint":   python-cffi-backend python-chardet python-cryptography python-enum34
Step #3 - "lint":   python-idna python-ipaddress python-minimal python-openssl
Step #3 - "lint":   python-pkg-resources python-pyasn1 python-requests python-setuptools
Step #3 - "lint":   python-six python-urllib3 python2.7 python2.7-minimal ucf wget x11-common
Step #3 - "lint":   zip
Step #3 - "lint": 0 upgraded, 74 newly installed, 0 to remove and 4 not upgraded.
Step #3 - "lint": Need to get 18.7 MB of archives.
Step #3 - "lint": After this operation, 65.5 MB of additional disk space will be used.
Step #3 - "lint": Get:1 http://deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB]
Step #3 - "lint": Get:2 http://security.debian.org/debian-security stretch/updates/main amd64 libtiff5 amd64 4.0.8-2+deb9u4 [238 kB]
Step #3 - "lint": Get:3 http://deb.debian.org/debian stretch/main amd64 libpython2.7-minimal amd64 2.7.13-2+deb9u3 [389 kB]
Step #3 - "lint": Get:4 http://deb.debian.org/debian stretch/main amd64 python2.7-minimal amd64 2.7.13-2+deb9u3 [1382 kB]
Step #3 - "lint": Get:5 http://deb.debian.org/debian stretch/main amd64 python-minimal amd64 2.7.13-2 [40.5 kB]
Step #3 - "lint": Get:6 http://deb.debian.org/debian stretch/main amd64 mime-support all 3.60 [36.7 kB]
Step #3 - "lint": Get:7 http://deb.debian.org/debian stretch/main amd64 libpython2.7-stdlib amd64 2.7.13-2+deb9u3 [1897 kB]
Step #3 - "lint": Get:8 http://deb.debian.org/debian stretch/main amd64 python2.7 amd64 2.7.13-2+deb9u3 [285 kB]
Step #3 - "lint": Get:9 http://deb.debian.org/debian stretch/main amd64 libpython-stdlib amd64 2.7.13-2 [20.0 kB]
Step #3 - "lint": Get:10 http://deb.debian.org/debian stretch/main amd64 python amd64 2.7.13-2 [154 kB]
Step #3 - "lint": Get:11 http://deb.debian.org/debian stretch/main amd64 libpng16-16 amd64 1.6.28-1 [280 kB]
Step #3 - "lint": Get:12 http://deb.debian.org/debian stretch/main amd64 libfreetype6 amd64 2.6.3-3.2 [438 kB]
Step #3 - "lint": Get:13 http://deb.debian.org/debian stretch/main amd64 ucf all 3.0036 [70.2 kB]
Step #3 - "lint": Get:14 http://deb.debian.org/debian stretch/main amd64 fonts-dejavu-core all 2.37-1 [1068 kB]
Step #3 - "lint": Get:15 http://deb.debian.org/debian stretch/main amd64 fonts-liberation all 1:1.07.4-2 [827 kB]
Step #3 - "lint": Get:16 http://deb.debian.org/debian stretch/main amd64 fontconfig-config all 2.11.0-6.7 [271 kB]
Step #3 - "lint": Get:17 http://deb.debian.org/debian stretch/main amd64 libfontconfig1 amd64 2.11.0-6.7+b1 [331 kB]
Step #3 - "lint": Get:18 http://deb.debian.org/debian stretch/main amd64 fontconfig amd64 2.11.0-6.7+b1 [404 kB]
Step #3 - "lint": Get:19 http://deb.debian.org/debian stretch/main amd64 nano amd64 2.7.4-1 [485 kB]
Step #3 - "lint": Get:20 http://deb.debian.org/debian stretch/main amd64 wget amd64 1.18-5+deb9u2 [799 kB]
Step #3 - "lint": Get:21 http://deb.debian.org/debian stretch/main amd64 gettext-base amd64 0.19.8.1-2 [121 kB]
Step #3 - "lint": Get:22 http://deb.debian.org/debian stretch/main amd64 libann0 amd64 1.1.2+doc-6 [24.9 kB]
Step #3 - "lint": Get:23 http://deb.debian.org/debian stretch/main amd64 libcdt5 amd64 2.38.0-17 [59.6 kB]
Step #3 - "lint": Get:24 http://deb.debian.org/debian stretch/main amd64 libcgraph6 amd64 2.38.0-17 [82.2 kB]
Step #3 - "lint": Get:25 http://deb.debian.org/debian stretch/main amd64 libjpeg62-turbo amd64 1:1.5.1-2 [134 kB]
Step #3 - "lint": Get:26 http://deb.debian.org/debian stretch/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB]
Step #3 - "lint": Get:27 http://deb.debian.org/debian stretch/main amd64 libwebp6 amd64 0.5.2-1 [235 kB]
Step #3 - "lint": Get:28 http://deb.debian.org/debian stretch/main amd64 libxpm4 amd64 1:3.5.12-1 [49.1 kB]
Step #3 - "lint": Get:29 http://deb.debian.org/debian stretch/main amd64 libgd3 amd64 2.2.4-2+deb9u3 [132 kB]
Step #3 - "lint": Get:30 http://deb.debian.org/debian stretch/main amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [158 kB]
Step #3 - "lint": Get:31 http://deb.debian.org/debian stretch/main amd64 libpixman-1-0 amd64 0.34.0-1 [530 kB]
Step #3 - "lint": Get:32 http://deb.debian.org/debian stretch/main amd64 libxcb-render0 amd64 1.12-1 [105 kB]
Step #3 - "lint": Get:33 http://deb.debian.org/debian stretch/main amd64 libxcb-shm0 amd64 1.12-1 [95.9 kB]
Step #3 - "lint": Get:34 http://deb.debian.org/debian stretch/main amd64 libxrender1 amd64 1:0.9.10-1 [33.0 kB]
Step #3 - "lint": Get:35 http://deb.debian.org/debian stretch/main amd64 libcairo2 amd64 1.14.8-1 [771 kB]
Step #3 - "lint": Get:36 http://deb.debian.org/debian stretch/main amd64 libthai-data all 0.1.26-1 [166 kB]
Step #3 - "lint": Get:37 http://deb.debian.org/debian stretch/main amd64 libdatrie1 amd64 0.2.10-4+b1 [36.4 kB]
Step #3 - "lint": Get:38 http://deb.debian.org/debian stretch/main amd64 libthai0 amd64 0.1.26-1 [52.1 kB]
Step #3 - "lint": Get:39 http://deb.debian.org/debian stretch/main amd64 libpango-1.0-0 amd64 1.40.5-1 [320 kB]
Step #3 - "lint": Get:40 http://deb.debian.org/debian stretch/main amd64 libgraphite2-3 amd64 1.3.10-1 [84.2 kB]
Step #3 - "lint": Get:41 http://deb.debian.org/debian stretch/main amd64 libharfbuzz0b amd64 1.4.2-1 [671 kB]
Step #3 - "lint": Get:42 http://deb.debian.org/debian stretch/main amd64 libpangoft2-1.0-0 amd64 1.40.5-1 [205 kB]
Step #3 - "lint": Get:43 http://deb.debian.org/debian stretch/main amd64 libpangocairo-1.0-0 amd64 1.40.5-1 [193 kB]
Step #3 - "lint": Get:44 http://deb.debian.org/debian stretch/main amd64 libpathplan4 amd64 2.38.0-17 [62.8 kB]
Step #3 - "lint": Get:45 http://deb.debian.org/debian stretch/main amd64 libxdot4 amd64 2.38.0-17 [55.6 kB]
Step #3 - "lint": Get:46 http://deb.debian.org/debian stretch/main amd64 libgvc6 amd64 2.38.0-17 [639 kB]
Step #3 - "lint": Get:47 http://deb.debian.org/debian stretch/main amd64 libgvpr2 amd64 2.38.0-17 [211 kB]
Step #3 - "lint": Get:48 http://deb.debian.org/debian stretch/main amd64 x11-common all 1:7.7+19 [251 kB]
Step #3 - "lint": Get:49 http://deb.debian.org/debian stretch/main amd64 libice6 amd64 2:1.0.9-2 [58.7 kB]
Step #3 - "lint": Get:50 http://deb.debian.org/debian stretch/main amd64 libsm6 amd64 2:1.2.2-1+b3 [33.3 kB]
Step #3 - "lint": Get:51 http://deb.debian.org/debian stretch/main amd64 libxt6 amd64 1:1.1.5-1 [188 kB]
Step #3 - "lint": Get:52 http://deb.debian.org/debian stretch/main amd64 libxmu6 amd64 2:1.1.2-2 [60.3 kB]
Step #3 - "lint": Get:53 http://deb.debian.org/debian stretch/main amd64 libxaw7 amd64 2:1.0.13-1+b2 [201 kB]
Step #3 - "lint": Get:54 http://deb.debian.org/debian stretch/main amd64 graphviz amd64 2.38.0-17 [802 kB]
Step #3 - "lint": Get:55 http://deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB]
Step #3 - "lint": Get:56 http://deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB]
Step #3 - "lint": Get:57 http://deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB]
Step #3 - "lint": Get:58 http://deb.debian.org/debian stretch/main amd64 libgts-bin amd64 0.7.6+darcs121130-4 [50.8 kB]
Step #3 - "lint": Get:59 http://deb.debian.org/debian stretch/main amd64 python-six all 1.10.0-3 [14.4 kB]
Step #3 - "lint": Get:60 http://deb.debian.org/debian stretch/main amd64 python-urllib3 all 1.19.1-1 [77.5 kB]
Step #3 - "lint": Get:61 http://deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB]
Step #3 - "lint": Get:62 http://deb.debian.org/debian stretch/main amd64 python-chardet all 2.3.0-2 [96.0 kB]
Step #3 - "lint": Get:63 http://deb.debian.org/debian stretch/main amd64 python-requests all 2.12.4-1 [101 kB]
Step #3 - "lint": Get:64 http://deb.debian.org/debian stretch/main amd64 linkchecker amd64 9.3-4 [312 kB]
Step #3 - "lint": Get:65 http://deb.debian.org/debian stretch/main amd64 psmisc amd64 22.21-2.1+b2 [123 kB]
Step #3 - "lint": Get:66 http://deb.debian.org/debian stretch/main amd64 python-cffi-backend amd64 1.9.1-2 [69.0 kB]
Step #3 - "lint": Get:67 http://deb.debian.org/debian stretch/main amd64 python-enum34 all 1.1.6-1 [35.0 kB]
Step #3 - "lint": Get:68 http://deb.debian.org/debian stretch/main amd64 python-idna all 2.2-1 [32.6 kB]
Step #3 - "lint": Get:69 http://deb.debian.org/debian stretch/main amd64 python-ipaddress all 1.0.17-1 [18.1 kB]
Step #3 - "lint": Get:70 http://deb.debian.org/debian stretch/main amd64 python-pyasn1 all 0.1.9-2 [51.8 kB]
Step #3 - "lint": Get:71 http://deb.debian.org/debian stretch/main amd64 python-setuptools all 33.1.1-1 [297 kB]
Step #3 - "lint": Get:72 http://deb.debian.org/debian stretch/main amd64 python-cryptography amd64 1.7.1-3 [211 kB]
Step #3 - "lint": Get:73 http://deb.debian.org/debian stretch/main amd64 python-openssl all 16.2.0-1 [43.7 kB]
Step #3 - "lint": Get:74 http://deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB]
Step #3 - "lint": �[91mdebconf: delaying package configuration, since apt-utils is not installed
Step #3 - "lint": �[0mFetched 18.7 MB in 0s (68.5 MB/s)
Step #3 - "lint": Selecting previously unselected package bash-completion.
Step #3 - "lint": (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 ... 17197 files and directories currently installed.)
Step #3 - "lint": Preparing to unpack .../0-bash-completion_1%3a2.1-4.3_all.deb ...
Step #3 - "lint": Unpacking bash-completion (1:2.1-4.3) ...
Step #3 - "lint": Selecting previously unselected package libpython2.7-minimal:amd64.
Step #3 - "lint": Preparing to unpack .../1-libpython2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package python2.7-minimal.
Step #3 - "lint": Preparing to unpack .../2-python2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking python2.7-minimal (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package python-minimal.
Step #3 - "lint": Preparing to unpack .../3-python-minimal_2.7.13-2_amd64.deb ...
Step #3 - "lint": Unpacking python-minimal (2.7.13-2) ...
Step #3 - "lint": Selecting previously unselected package mime-support.
Step #3 - "lint": Preparing to unpack .../4-mime-support_3.60_all.deb ...
Step #3 - "lint": Unpacking mime-support (3.60) ...
Step #3 - "lint": Selecting previously unselected package libpython2.7-stdlib:amd64.
Step #3 - "lint": Preparing to unpack .../5-libpython2.7-stdlib_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package python2.7.
Step #3 - "lint": Preparing to unpack .../6-python2.7_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking python2.7 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package libpython-stdlib:amd64.
Step #3 - "lint": Preparing to unpack .../7-libpython-stdlib_2.7.13-2_amd64.deb ...
Step #3 - "lint": Unpacking libpython-stdlib:amd64 (2.7.13-2) ...
Step #3 - "lint": Setting up libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Setting up python2.7-minimal (2.7.13-2+deb9u3) ...
Step #3 - "lint": Linking and byte-compiling packages for runtime python2.7...
Step #3 - "lint": Setting up python-minimal (2.7.13-2) ...
Step #3 - "lint": Selecting previously unselected package python.
Step #3 - "lint": (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 ... 18545 files and directories currently installed.)
Step #3 - "lint": Preparing to unpack .../00-python_2.7.13-2_amd64.deb ...
Step #3 - "lint": Unpacking python (2.7.13-2) ...
Step #3 - "lint": Selecting previously unselected package libpng16-16:amd64.
Step #3 - "lint": Preparing to unpack .../01-libpng16-16_1.6.28-1_amd64.deb ...
Step #3 - "lint": Unpacking libpng16-16:amd64 (1.6.28-1) ...
Step #3 - "lint": Selecting previously unselected package libfreetype6:amd64.
Step #3 - "lint": Preparing to unpack .../02-libfreetype6_2.6.3-3.2_amd64.deb ...
Step #3 - "lint": Unpacking libfreetype6:amd64 (2.6.3-3.2) ...
Step #3 - "lint": Selecting previously unselected package ucf.
Step #3 - "lint": Preparing to unpack .../03-ucf_3.0036_all.deb ...
Step #3 - "lint": Moving old data out of the way
Step #3 - "lint": Unpacking ucf (3.0036) ...
Step #3 - "lint": Selecting previously unselected package fonts-dejavu-core.
Step #3 - "lint": Preparing to unpack .../04-fonts-dejavu-core_2.37-1_all.deb ...
Step #3 - "lint": Unpacking fonts-dejavu-core (2.37-1) ...
Step #3 - "lint": Selecting previously unselected package fonts-liberation.
Step #3 - "lint": Preparing to unpack .../05-fonts-liberation_1%3a1.07.4-2_all.deb ...
Step #3 - "lint": Unpacking fonts-liberation (1:1.07.4-2) ...
Step #3 - "lint": Selecting previously unselected package fontconfig-config.
Step #3 - "lint": Preparing to unpack .../06-fontconfig-config_2.11.0-6.7_all.deb ...
Step #3 - "lint": Unpacking fontconfig-config (2.11.0-6.7) ...
Step #3 - "lint": Selecting previously unselected package libfontconfig1:amd64.
Step #3 - "lint": Preparing to unpack .../07-libfontconfig1_2.11.0-6.7+b1_amd64.deb ...
Step #3 - "lint": Unpacking libfontconfig1:amd64 (2.11.0-6.7+b1) ...
Step #3 - "lint": Selecting previously unselected package fontconfig.
Step #3 - "lint": Preparing to unpack .../08-fontconfig_2.11.0-6.7+b1_amd64.deb ...
Step #3 - "lint": Unpacking fontconfig (2.11.0-6.7+b1) ...
Step #3 - "lint": Selecting previously unselected package nano.
Step #3 - "lint": Preparing to unpack .../09-nano_2.7.4-1_amd64.deb ...
Step #3 - "lint": Unpacking nano (2.7.4-1) ...
Step #3 - "lint": Selecting previously unselected package wget.
Step #3 - "lint": Preparing to unpack .../10-wget_1.18-5+deb9u2_amd64.deb ...
Step #3 - "lint": Unpacking wget (1.18-5+deb9u2) ...
Step #3 - "lint": Selecting previously unselected package gettext-base.
Step #3 - "lint": Preparing to unpack .../11-gettext-base_0.19.8.1-2_amd64.deb ...
Step #3 - "lint": Unpacking gettext-base (0.19.8.1-2) ...
Step #3 - "lint": Selecting previously unselected package libann0.
Step #3 - "lint": Preparing to unpack .../12-libann0_1.1.2+doc-6_amd64.deb ...
Step #3 - "lint": Unpacking libann0 (1.1.2+doc-6) ...
Step #3 - "lint": Selecting previously unselected package libcdt5.
Step #3 - "lint": Preparing to unpack .../13-libcdt5_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libcdt5 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libcgraph6.
Step #3 - "lint": Preparing to unpack .../14-libcgraph6_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libcgraph6 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libjpeg62-turbo:amd64.
Step #3 - "lint": Preparing to unpack .../15-libjpeg62-turbo_1%3a1.5.1-2_amd64.deb ...
Step #3 - "lint": Unpacking libjpeg62-turbo:amd64 (1:1.5.1-2) ...
Step #3 - "lint": Selecting previously unselected package libjbig0:amd64.
Step #3 - "lint": Preparing to unpack .../16-libjbig0_2.1-3.1+b2_amd64.deb ...
Step #3 - "lint": Unpacking libjbig0:amd64 (2.1-3.1+b2) ...
Step #3 - "lint": Selecting previously unselected package libtiff5:amd64.
Step #3 - "lint": Preparing to unpack .../17-libtiff5_4.0.8-2+deb9u4_amd64.deb ...
Step #3 - "lint": Unpacking libtiff5:amd64 (4.0.8-2+deb9u4) ...
Step #3 - "lint": Selecting previously unselected package libwebp6:amd64.
Step #3 - "lint": Preparing to unpack .../18-libwebp6_0.5.2-1_amd64.deb ...
Step #3 - "lint": Unpacking libwebp6:amd64 (0.5.2-1) ...
Step #3 - "lint": Selecting previously unselected package libxpm4:amd64.
Step #3 - "lint": Preparing to unpack .../19-libxpm4_1%3a3.5.12-1_amd64.deb ...
Step #3 - "lint": Unpacking libxpm4:amd64 (1:3.5.12-1) ...
Step #3 - "lint": Selecting previously unselected package libgd3:amd64.
Step #3 - "lint": Preparing to unpack .../20-libgd3_2.2.4-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking libgd3:amd64 (2.2.4-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package libgts-0.7-5:amd64.
Step #3 - "lint": Preparing to unpack .../21-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ...
Step #3 - "lint": Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
Step #3 - "lint": Selecting previously unselected package libpixman-1-0:amd64.
Step #3 - "lint": Preparing to unpack .../22-libpixman-1-0_0.34.0-1_amd64.deb ...
Step #3 - "lint": Unpacking libpixman-1-0:amd64 (0.34.0-1) ...
Step #3 - "lint": Selecting previously unselected package libxcb-render0:amd64.
Step #3 - "lint": Preparing to unpack .../23-libxcb-render0_1.12-1_amd64.deb ...
Step #3 - "lint": Unpacking libxcb-render0:amd64 (1.12-1) ...
Step #3 - "lint": Selecting previously unselected package libxcb-shm0:amd64.
Step #3 - "lint": Preparing to unpack .../24-libxcb-shm0_1.12-1_amd64.deb ...
Step #3 - "lint": Unpacking libxcb-shm0:amd64 (1.12-1) ...
Step #3 - "lint": Selecting previously unselected package libxrender1:amd64.
Step #3 - "lint": Preparing to unpack .../25-libxrender1_1%3a0.9.10-1_amd64.deb ...
Step #3 - "lint": Unpacking libxrender1:amd64 (1:0.9.10-1) ...
Step #3 - "lint": Selecting previously unselected package libcairo2:amd64.
Step #3 - "lint": Preparing to unpack .../26-libcairo2_1.14.8-1_amd64.deb ...
Step #3 - "lint": Unpacking libcairo2:amd64 (1.14.8-1) ...
Step #3 - "lint": Selecting previously unselected package libthai-data.
Step #3 - "lint": Preparing to unpack .../27-libthai-data_0.1.26-1_all.deb ...
Step #3 - "lint": Unpacking libthai-data (0.1.26-1) ...
Step #3 - "lint": Selecting previously unselected package libdatrie1:amd64.
Step #3 - "lint": Preparing to unpack .../28-libdatrie1_0.2.10-4+b1_amd64.deb ...
Step #3 - "lint": Unpacking libdatrie1:amd64 (0.2.10-4+b1) ...
Step #3 - "lint": Selecting previously unselected package libthai0:amd64.
Step #3 - "lint": Preparing to unpack .../29-libthai0_0.1.26-1_amd64.deb ...
Step #3 - "lint": Unpacking libthai0:amd64 (0.1.26-1) ...
Step #3 - "lint": Selecting previously unselected package libpango-1.0-0:amd64.
Step #3 - "lint": Preparing to unpack .../30-libpango-1.0-0_1.40.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libpango-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Selecting previously unselected package libgraphite2-3:amd64.
Step #3 - "lint": Preparing to unpack .../31-libgraphite2-3_1.3.10-1_amd64.deb ...
Step #3 - "lint": Unpacking libgraphite2-3:amd64 (1.3.10-1) ...
Step #3 - "lint": Selecting previously unselected package libharfbuzz0b:amd64.
Step #3 - "lint": Preparing to unpack .../32-libharfbuzz0b_1.4.2-1_amd64.deb ...
Step #3 - "lint": Unpacking libharfbuzz0b:amd64 (1.4.2-1) ...
Step #3 - "lint": Selecting previously unselected package libpangoft2-1.0-0:amd64.
Step #3 - "lint": Preparing to unpack .../33-libpangoft2-1.0-0_1.40.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libpangoft2-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Selecting previously unselected package libpangocairo-1.0-0:amd64.
Step #3 - "lint": Preparing to unpack .../34-libpangocairo-1.0-0_1.40.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libpangocairo-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Selecting previously unselected package libpathplan4.
Step #3 - "lint": Preparing to unpack .../35-libpathplan4_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libpathplan4 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libxdot4.
Step #3 - "lint": Preparing to unpack .../36-libxdot4_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libxdot4 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libgvc6.
Step #3 - "lint": Preparing to unpack .../37-libgvc6_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libgvc6 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libgvpr2.
Step #3 - "lint": Preparing to unpack .../38-libgvpr2_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libgvpr2 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package x11-common.
Step #3 - "lint": Preparing to unpack .../39-x11-common_1%3a7.7+19_all.deb ...
Step #3 - "lint": Unpacking x11-common (1:7.7+19) ...
Step #3 - "lint": Selecting previously unselected package libice6:amd64.
Step #3 - "lint": Preparing to unpack .../40-libice6_2%3a1.0.9-2_amd64.deb ...
Step #3 - "lint": Unpacking libice6:amd64 (2:1.0.9-2) ...
Step #3 - "lint": Selecting previously unselected package libsm6:amd64.
Step #3 - "lint": Preparing to unpack .../41-libsm6_2%3a1.2.2-1+b3_amd64.deb ...
Step #3 - "lint": Unpacking libsm6:amd64 (2:1.2.2-1+b3) ...
Step #3 - "lint": Selecting previously unselected package libxt6:amd64.
Step #3 - "lint": Preparing to unpack .../42-libxt6_1%3a1.1.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libxt6:amd64 (1:1.1.5-1) ...
Step #3 - "lint": Selecting previously unselected package libxmu6:amd64.
Step #3 - "lint": Preparing to unpack .../43-libxmu6_2%3a1.1.2-2_amd64.deb ...
Step #3 - "lint": Unpacking libxmu6:amd64 (2:1.1.2-2) ...
Step #3 - "lint": Selecting previously unselected package libxaw7:amd64.
Step #3 - "lint": Preparing to unpack .../44-libxaw7_2%3a1.0.13-1+b2_amd64.deb ...
Step #3 - "lint": Unpacking libxaw7:amd64 (2:1.0.13-1+b2) ...
Step #3 - "lint": Selecting previously unselected package graphviz.
Step #3 - "lint": Preparing to unpack .../45-graphviz_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking graphviz (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libonig4:amd64.
Step #3 - "lint": Preparing to unpack .../46-libonig4_6.1.3-2_amd64.deb ...
Step #3 - "lint": Unpacking libonig4:amd64 (6.1.3-2) ...
Step #3 - "lint": Selecting previously unselected package libjq1:amd64.
Step #3 - "lint": Preparing to unpack .../47-libjq1_1.5+dfsg-1.3_amd64.deb ...
Step #3 - "lint": Unpacking libjq1:amd64 (1.5+dfsg-1.3) ...
Step #3 - "lint": Selecting previously unselected package jq.
Step #3 - "lint": Preparing to unpack .../48-jq_1.5+dfsg-1.3_amd64.deb ...
Step #3 - "lint": Unpacking jq (1.5+dfsg-1.3) ...
Step #3 - "lint": Selecting previously unselected package libgts-bin.
Step #3 - "lint": Preparing to unpack .../49-libgts-bin_0.7.6+darcs121130-4_amd64.deb ...
Step #3 - "lint": Unpacking libgts-bin (0.7.6+darcs121130-4) ...
Step #3 - "lint": Selecting previously unselected package python-six.
Step #3 - "lint": Preparing to unpack .../50-python-six_1.10.0-3_all.deb ...
Step #3 - "lint": Unpacking python-six (1.10.0-3) ...
Step #3 - "lint": Selecting previously unselected package python-urllib3.
Step #3 - "lint": Preparing to unpack .../51-python-urllib3_1.19.1-1_all.deb ...
Step #3 - "lint": Unpacking python-urllib3 (1.19.1-1) ...
Step #3 - "lint": Selecting previously unselected package python-pkg-resources.
Step #3 - "lint": Preparing to unpack .../52-python-pkg-resources_33.1.1-1_all.deb ...
Step #3 - "lint": Unpacking python-pkg-resources (33.1.1-1) ...
Step #3 - "lint": Selecting previously unselected package python-chardet.
Step #3 - "lint": Preparing to unpack .../53-python-chardet_2.3.0-2_all.deb ...
Step #3 - "lint": Unpacking python-chardet (2.3.0-2) ...
Step #3 - "lint": Selecting previously unselected package python-requests.
Step #3 - "lint": Preparing to unpack .../54-python-requests_2.12.4-1_all.deb ...
Step #3 - "lint": Unpacking python-requests (2.12.4-1) ...
Step #3 - "lint": Selecting previously unselected package linkchecker.
Step #3 - "lint": Preparing to unpack .../55-linkchecker_9.3-4_amd64.deb ...
Step #3 - "lint": Unpacking linkchecker (9.3-4) ...
Step #3 - "lint": Selecting previously unselected package psmisc.
Step #3 - "lint": Preparing to unpack .../56-psmisc_22.21-2.1+b2_amd64.deb ...
Step #3 - "lint": Unpacking psmisc (22.21-2.1+b2) ...
Step #3 - "lint": Selecting previously unselected package python-cffi-backend.
Step #3 - "lint": Preparing to unpack .../57-python-cffi-backend_1.9.1-2_amd64.deb ...
Step #3 - "lint": Unpacking python-cffi-backend (1.9.1-2) ...
Step #3 - "lint": Selecting previously unselected package python-enum34.
Step #3 - "lint": Preparing to unpack .../58-python-enum34_1.1.6-1_all.deb ...
Step #3 - "lint": Unpacking python-enum34 (1.1.6-1) ...
Step #3 - "lint": Selecting previously unselected package python-idna.
Step #3 - "lint": Preparing to unpack .../59-python-idna_2.2-1_all.deb ...
Step #3 - "lint": Unpacking python-idna (2.2-1) ...
Step #3 - "lint": Selecting previously unselected package python-ipaddress.
Step #3 - "lint": Preparing to unpack .../60-python-ipaddress_1.0.17-1_all.deb ...
Step #3 - "lint": Unpacking python-ipaddress (1.0.17-1) ...
Step #3 - "lint": Selecting previously unselected package python-pyasn1.
Step #3 - "lint": Preparing to unpack .../61-python-pyasn1_0.1.9-2_all.deb ...
Step #3 - "lint": Unpacking python-pyasn1 (0.1.9-2) ...
Step #3 - "lint": Selecting previously unselected package python-setuptools.
Step #3 - "lint": Preparing to unpack .../62-python-setuptools_33.1.1-1_all.deb ...
Step #3 - "lint": Unpacking python-setuptools (33.1.1-1) ...
Step #3 - "lint": Selecting previously unselected package python-cryptography.
Step #3 - "lint": Preparing to unpack .../63-python-cryptography_1.7.1-3_amd64.deb ...
Step #3 - "lint": Unpacking python-cryptography (1.7.1-3) ...
Step #3 - "lint": Selecting previously unselected package python-openssl.
Step #3 - "lint": Preparing to unpack .../64-python-openssl_16.2.0-1_all.deb ...
Step #3 - "lint": Unpacking python-openssl (16.2.0-1) ...
Step #3 - "lint": Selecting previously unselected package zip.
Step #3 - "lint": Preparing to unpack .../65-zip_3.0-11+b1_amd64.deb ...
Step #3 - "lint": Unpacking zip (3.0-11+b1) ...
Step #3 - "lint": Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
Step #3 - "lint": Setting up libpathplan4 (2.38.0-17) ...
Step #3 - "lint": Setting up libxcb-render0:amd64 (1.12-1) ...
Step #3 - "lint": Setting up libxdot4 (2.38.0-17) ...
Step #3 - "lint": Setting up libjpeg62-turbo:amd64 (1:1.5.1-2) ...
Step #3 - "lint": Setting up psmisc (22.21-2.1+b2) ...
Step #3 - "lint": Setting up mime-support (3.60) ...
Step #3 - "lint": Setting up libpng16-16:amd64 (1.6.28-1) ...
Step #3 - "lint": Setting up libjbig0:amd64 (2.1-3.1+b2) ...
Step #3 - "lint": Setting up fonts-dejavu-core (2.37-1) ...
Step #3 - "lint": Setting up bash-completion (1:2.1-4.3) ...
Step #3 - "lint": Setting up libonig4:amd64 (6.1.3-2) ...
Step #3 - "lint": Setting up libdatrie1:amd64 (0.2.10-4+b1) ...
Step #3 - "lint": Setting up libtiff5:amd64 (4.0.8-2+deb9u4) ...
Step #3 - "lint": Setting up gettext-base (0.19.8.1-2) ...
Step #3 - "lint": Processing triggers for sgml-base (1.29) ...
Step #3 - "lint": Setting up fonts-liberation (1:1.07.4-2) ...
Step #3 - "lint": Setting up ucf (3.0036) ...
Step #3 - "lint": debconf: unable to initialize frontend: Dialog
Step #3 - "lint": debconf: (TERM is not set, so the dialog frontend is not usable.)
Step #3 - "lint": debconf: falling back to frontend: Readline
Step #3 - "lint": Setting up zip (3.0-11+b1) ...
Step #3 - "lint": Setting up libfreetype6:amd64 (2.6.3-3.2) ...
Step #3 - "lint": Setting up libgraphite2-3:amd64 (1.3.10-1) ...
Step #3 - "lint": Setting up libjq1:amd64 (1.5+dfsg-1.3) ...
Step #3 - "lint": Setting up nano (2.7.4-1) ...
Step #3 - "lint": update-alternatives: using /bin/nano to provide /usr/bin/editor (editor) in auto mode
Step #3 - "lint": update-alternatives: using /bin/nano to provide /usr/bin/pico (pico) in auto mode
Step #3 - "lint": Setting up libpixman-1-0:amd64 (0.34.0-1) ...
Step #3 - "lint": Processing triggers for libc-bin (2.24-11+deb9u3) ...
Step #3 - "lint": Setting up wget (1.18-5+deb9u2) ...
Step #3 - "lint": Setting up libann0 (1.1.2+doc-6) ...
Step #3 - "lint": Setting up libxcb-shm0:amd64 (1.12-1) ...
Step #3 - "lint": Setting up libxpm4:amd64 (1:3.5.12-1) ...
Step #3 - "lint": Setting up libxrender1:amd64 (1:0.9.10-1) ...
Step #3 - "lint": Setting up libgts-bin (0.7.6+darcs121130-4) ...
Step #3 - "lint": Setting up libthai-data (0.1.26-1) ...
Step #3 - "lint": Setting up x11-common (1:7.7+19) ...
Step #3 - "lint": debconf: unable to initialize frontend: Dialog
Step #3 - "lint": debconf: (TERM is not set, so the dialog frontend is not usable.)
Step #3 - "lint": debconf: falling back to frontend: Readline
Step #3 - "lint": update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Step #3 - "lint": invoke-rc.d: could not determine current runlevel
Step #3 - "lint": invoke-rc.d: policy-rc.d denied execution of start.
Step #3 - "lint": Setting up libcdt5 (2.38.0-17) ...
Step #3 - "lint": Setting up libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Setting up libcgraph6 (2.38.0-17) ...
Step #3 - "lint": Setting up libwebp6:amd64 (0.5.2-1) ...
Step #3 - "lint": Setting up jq (1.5+dfsg-1.3) ...
Step #3 - "lint": Setting up fontconfig-config (2.11.0-6.7) ...
Step #3 - "lint": debconf: unable to initialize frontend: Dialog
Step #3 - "lint": debconf: (TERM is not set, so the dialog frontend is not usable.)
Step #3 - "lint": debconf: falling back to frontend: Readline
Step #3 - "lint": Setting up libgvpr2 (2.38.0-17) ...
Step #3 - "lint": Setting up python2.7 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Setting up libharfbuzz0b:amd64 (1.4.2-1) ...
Step #3 - "lint": Setting up libthai0:amd64 (0.1.26-1) ...
Step #3 - "lint": Setting up libpython-stdlib:amd64 (2.7.13-2) ...
Step #3 - "lint": Setting up libice6:amd64 (2:1.0.9-2) ...
Step #3 - "lint": Setting up python (2.7.13-2) ...
Step #3 - "lint": Setting up python-idna (2.2-1) ...
Step #3 - "lint": Setting up libfontconfig1:amd64 (2.11.0-6.7+b1) ...
Step #3 - "lint": Setting up libsm6:amd64 (2:1.2.2-1+b3) ...
Step #3 - "lint": Setting up python-pyasn1 (0.1.9-2) ...
Step #3 - "lint": Setting up libgd3:amd64 (2.2.4-2+deb9u3) ...
Step #3 - "lint": Setting up python-pkg-resources (33.1.1-1) ...
Step #3 - "lint": Setting up python-cffi-backend (1.9.1-2) ...
Step #3 - "lint": Setting up python-six (1.10.0-3) ...
Step #3 - "lint": Setting up python-enum34 (1.1.6-1) ...
Step #3 - "lint": Setting up libxt6:amd64 (1:1.1.5-1) ...
Step #3 - "lint": Setting up python-ipaddress (1.0.17-1) ...
Step #3 - "lint": Setting up fontconfig (2.11.0-6.7+b1) ...
Step #3 - "lint": Regenerating fonts cache... done.
Step #3 - "lint": Setting up libcairo2:amd64 (1.14.8-1) ...
Step #3 - "lint": Setting up python-setuptools (33.1.1-1) ...
Step #3 - "lint": Setting up python-urllib3 (1.19.1-1) ...
Step #3 - "lint": Setting up python-chardet (2.3.0-2) ...
Step #3 - "lint": Setting up libxmu6:amd64 (2:1.1.2-2) ...
Step #3 - "lint": Setting up libpango-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Setting up python-cryptography (1.7.1-3) ...
Step #3 - "lint": Setting up python-requests (2.12.4-1) ...
Step #3 - "lint": Setting up linkchecker (9.3-4) ...
Step #3 - "lint": Setting up libxaw7:amd64 (2:1.0.13-1+b2) ...
Step #3 - "lint": Setting up python-openssl (16.2.0-1) ...
Step #3 - "lint": Setting up libpangoft2-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Setting up libpangocairo-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Setting up libgvc6 (2.38.0-17) ...
Step #3 - "lint": Setting up graphviz (2.38.0-17) ...
Step #3 - "lint": Processing triggers for libc-bin (2.24-11+deb9u3) ...
Step #3 - "lint": Removing intermediate container abe4d7ef91fc
Step #3 - "lint":  ---> fdfd5df3d215
Step #3 - "lint": Step 3/33 : ENV RUSTUP_HOME=/usr/local/rustup     CARGO_HOME=/usr/local/cargo     PATH=/usr/local/cargo/bin:$PATH     RUST_VERSION=1.26.1
Step #3 - "lint":  ---> Running in e7ac1557b7d6
Step #3 - "lint": Removing intermediate container e7ac1557b7d6
Step #3 - "lint":  ---> da2f10d5a511
Step #3 - "lint": Step 4/33 : ENV RUST_ARCH=x86_64-unknown-linux-gnu     RUSTUP_SHA256=c9837990bce0faab4f6f52604311a19bb8d2cde989bea6a7b605c8e526db6f02
Step #3 - "lint":  ---> Running in 9fe1f0d2e601
Step #3 - "lint": Removing intermediate container 9fe1f0d2e601
Step #3 - "lint":  ---> 00ea6afb30a4
Step #3 - "lint": Step 5/33 : RUN wget -q https://static.rust-lang.org/rustup/archive/1.11.0/${RUST_ARCH}/rustup-init &&     echo "${RUSTUP_SHA256} *rustup-init" | sha256sum -c - &&     chmod +x rustup-init &&     ./rustup-init -y --no-modify-path --default-toolchain $RUST_VERSION &&     rm rustup-init &&     rustup --version;     cargo --version;     rustc --version;
Step #3 - "lint":  ---> Running in 3809ff503e6c
Step #3 - "lint": rustup-init: OK
Step #3 - "lint": �[91minfo: syncing channel updates for '1.26.1-x86_64-unknown-linux-gnu'
Step #3 - "lint": �[0m�[91minfo: latest update on 2018-05-29, rust version 1.26.1 (827013a31 2018-05-25)
Step #3 - "lint": info: downloading component 'rustc'
Step #3 - "lint": �[0m�[91minfo: downloading component 'rust-std'
Step #3 - "lint": �[0m�[91minfo: downloading component 'cargo'
Step #3 - "lint": �[0m�[91minfo: downloading component 'rust-docs'
Step #3 - "lint": �[0m�[91minfo: installing component 'rustc'
Step #3 - "lint": �[0m�[91minfo: installing component 'rust-std'
Step #3 - "lint": �[0m�[91minfo: installing component 'cargo'
Step #3 - "lint": �[0m�[91minfo: installing component 'rust-docs'
Step #3 - "lint": �[0m�[91minfo: default toolchain set to '1.26.1'
Step #3 - "lint": �[0m
Step #3 - "lint":   1.26.1 installed - rustc 1.26.1 (827013a31 2018-05-25)
Step #3 - "lint": 
Step #3 - "lint": rustup 1.11.0 (e751ff9f8 2018-02-13)
Step #3 - "lint": cargo 1.26.0 (0e7c5a931 2018-04-06)
Step #3 - "lint": rustc 1.26.1 (827013a31 2018-05-25)
Step #3 - "lint": Removing intermediate container 3809ff503e6c
Step #3 - "lint":  ---> 15d927f2b177
Step #3 - "lint": Step 6/33 : WORKDIR /usr/local
Step #3 - "lint":  ---> Running in 5c12a5d96ec9
Step #3 - "lint": Removing intermediate container 5c12a5d96ec9
Step #3 - "lint":  ---> 69a9cbf2c236
Step #3 - "lint": Step 7/33 : ENV GO_VERSION=1.11.4
Step #3 - "lint":  ---> Running in dcea41c1d27b
Step #3 - "lint": Removing intermediate container dcea41c1d27b
Step #3 - "lint":  ---> 6b4a2ce0ab84
Step #3 - "lint": Step 8/33 : ENV GOPATH /go
Step #3 - "lint":  ---> Running in 6927a984b7af
Step #3 - "lint": Removing intermediate container 6927a984b7af
Step #3 - "lint":  ---> 09dc100de5bd
Step #3 - "lint": Step 9/33 : 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 #3 - "lint":  ---> Running in 4a60b7ea591c
Step #3 - "lint": Removing intermediate container 4a60b7ea591c
Step #3 - "lint":  ---> afe3f80fba9c
Step #3 - "lint": Step 10/33 : WORKDIR /opt
Step #3 - "lint":  ---> Running in c71a56251cc1
Step #3 - "lint": Removing intermediate container c71a56251cc1
Step #3 - "lint":  ---> 6986a59f2a5d
Step #3 - "lint": Step 11/33 : RUN wget -q https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.zip && unzip -q google-cloud-sdk.zip &&     rm google-cloud-sdk.zip &&     /opt/google-cloud-sdk/install.sh --usage-reporting=true --path-update=true --bash-completion=true --rc-path=/root/.bashrc
Step #3 - "lint":  ---> Running in 6ddac9c07b46
Step #3 - "lint": Welcome to the Google Cloud SDK!
Step #3 - "lint": WARNING: You appear to be running this script as root. This may cause 
Step #3 - "lint": the installation to be inaccessible to users other than the root user.
Step #3 - "lint": �[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Your current Cloud SDK version is: 230.0.0
Step #3 - "lint": �[0m�[91mInstalling components from version: 230.0.0
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91m+----------------------------------------------------------------------------+
Step #3 - "lint": �[0m�[91m|                    These components will be installed.                     |�[0m�[91m
Step #3 - "lint": �[0m�[91m+-----------------------------------------------------+------------+---------+�[0m�[91m
Step #3 - "lint": �[0m�[91m|                         Name                        |  Version   |   Size  |�[0m�[91m
Step #3 - "lint": �[0m�[91m+-----------------------------------------------------+------------+---------+�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mBigQuery Command Line Tool                         �[0m�[91m �[0m�[91m| �[0m�[91m    2.0.39�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mBigQuery Command Line Tool (Platform Specific)     �[0m�[91m �[0m�[91m| �[0m�[91m    2.0.34�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud SDK Core Libraries (Platform Specific)       �[0m�[91m �[0m�[91m| �[0m�[91m2018.09.24�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud Storage Command Line Tool                    �[0m�[91m �[0m�[91m| �[0m�[91m      4.35�[0m�[91m �[0m�[91m| �[0m�[91m3.6 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud Storage Command Line Tool (Platform Specific)�[0m�[91m �[0m�[91m| �[0m�[91m      4.34�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mDefault set of gcloud commands                     �[0m�[91m �[0m�[91m| �[0m�[91m          �[0m�[91m �[0m�[91m| �[0m�[91m       �[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgcloud cli dependencies                            �[0m�[91m �[0m�[91m| �[0m�[91m2018.08.03�[0m�[91m �[0m�[91m| �[0m�[91m8.6 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m+-----------------------------------------------------+------------+---------+�[0m�[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mFor the latest full release notes, please visit:
Step #3 - "lint":   https://cloud.google.com/sdk/release_notes
Step #3 - "lint": 
Step #3 - "lint": �[0m�[91m#============================================================#
Step #3 - "lint": �[0m�[91m#= Creating update staging area                             =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: BigQuery Command Line Tool                   =#
Step #3 - "lint": #�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m===�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: BigQuery Command Line Tool (Platform Spec... =#
Step #3 - "lint": #�[0m�[91m==============================�[0m�[91m===============�[0m�[91m===============�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud SDK Core Libraries (Platform Specific) =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m==============================�[0m�[91m==========�[0m�[91m=========�[0m�[91m===========�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud Storage Command Line Tool              =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m==�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud Storage Command Line Tool (Platform... =#
Step #3 - "lint": #�[0m�[91m==============================�[0m�[91m===============�[0m�[91m===============�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: Default set of gcloud commands               =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m============================================================�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: gcloud cli dependencies                      =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Creating backup and activating new installation          =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m==============================�[0m�[91m==============================�[0m�[91m#
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mPerforming post processing steps...
Step #3 - "lint": �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91mdone.
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Update done!
Step #3 - "lint": 
Step #3 - "lint": �[0m
Step #3 - "lint": This will install all the core command line tools necessary for working with
Step #3 - "lint": the Google Cloud Platform.
Step #3 - "lint": 
Step #3 - "lint": Backing up [/root/.bashrc] to [/root/.bashrc.backup].
Step #3 - "lint": [/root/.bashrc] has been updated.
Step #3 - "lint": 
Step #3 - "lint": ==> Start a new shell for the changes to take effect.
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": For more information on how to get started, please visit:
Step #3 - "lint":   https://cloud.google.com/sdk/docs/quickstarts
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": Removing intermediate container 6ddac9c07b46
Step #3 - "lint":  ---> 011a174f7b86
Step #3 - "lint": Step 12/33 : ENV PATH /usr/local/go/bin:/go/bin:/opt/google-cloud-sdk/bin:$PATH
Step #3 - "lint":  ---> Running in f02beb35d668
Step #3 - "lint": Removing intermediate container f02beb35d668
Step #3 - "lint":  ---> c02ff159fe65
Step #3 - "lint": Step 13/33 : RUN gcloud components update && gcloud components install app-engine-go
Step #3 - "lint":  ---> Running in 7967234ff388
Step #3 - "lint": �[91m
Step #3 - "lint": All components are up to date.
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Your current Cloud SDK version is: 230.0.0
Step #3 - "lint": �[0m�[91mInstalling components from version: 230.0.0
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91m+---------------------------------------------------+�[0m�[91m
Step #3 - "lint": �[0m�[91m|        These components will be installed.        |�[0m�[91m
Step #3 - "lint": �[0m�[91m+------------------------------+---------+----------+�[0m�[91m
Step #3 - "lint": �[0m�[91m|             Name             | Version |   Size   |�[0m�[91m
Step #3 - "lint": �[0m�[91m+------------------------------+---------+----------+�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mApp Engine Go Extensions    �[0m�[91m �[0m�[91m| �[0m�[91m       �[0m�[91m �[0m�[91m| �[0m�[91m        �[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mApp Engine Go Extensions    �[0m�[91m �[0m�[91m| �[0m�[91m 1.9.70�[0m�[91m �[0m�[91m| �[0m�[91m56.6 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud Datastore Emulator    �[0m�[91m �[0m�[91m| �[0m�[91m  2.0.3�[0m�[91m �[0m�[91m| �[0m�[91m18.3 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgRPC python library         �[0m�[91m �[0m�[91m| �[0m�[91m  1.9.1�[0m�[91m �[0m�[91m| �[0m�[91m12.1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgRPC python library         �[0m�[91m �[0m�[91m| �[0m�[91m       �[0m�[91m �[0m�[91m| �[0m�[91m        �[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgcloud app Python Extensions�[0m�[91m �[0m�[91m| �[0m�[91m 1.9.81�[0m�[91m �[0m�[91m| �[0m�[91m 6.2 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m+------------------------------+---------+----------+�[0m�[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mFor the latest full release notes, please visit:
Step #3 - "lint":   https://cloud.google.com/sdk/release_notes
Step #3 - "lint": 
Step #3 - "lint": �[0m�[91mDo you want to continue (Y/n)?  
Step #3 - "lint": �[0m�[91m#============================================================#
Step #3 - "lint": �[0m�[91m#= Creating update staging area                             =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: App Engine Go Extensions                     =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m============================================================�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: App Engine Go Extensions                     =#
Step #3 - "lint": #�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud Datastore Emulator                     =#
Step #3 - "lint": #�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m======#
Step #3 - "lint": �[0m�[91m#= Installing: gRPC python library                          =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: gRPC python library                          =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m============================================================�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: gcloud app Python Extensions                 =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Creating backup and activating new installation          =#
Step #3 - "lint": #�[0m�[91m==============================�[0m�[91m==============================#
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mPerforming post processing steps...
Step #3 - "lint": �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91mdone.
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Update done!
Step #3 - "lint": 
Step #3 - "lint": �[0mRemoving intermediate container 7967234ff388
Step #3 - "lint":  ---> ff71d5dedf99
Step #3 - "lint": Step 14/33 : ENV KUBECTL_VER 1.11.5
Step #3 - "lint":  ---> Running in 5bb86a2f2de0
Step #3 - "lint": Removing intermediate container 5bb86a2f2de0
Step #3 - "lint":  ---> fba39105c792
Step #3 - "lint": Step 15/33 : 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 #3 - "lint":  ---> Running in e65e7958b5de
Step #3 - "lint": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #3 - "lint":                                  Dl�[0m�[91moad  Upload   Total   Spent    Left  Speed
Step #3 - "lint": 
�[0m�[91m  0     0  �[0m�[91m  0     �[0m�[91m0  �[0m�[91m  0   �[0m�[91m  �[0m�[91m0  �[0m�[91m    0 �[0m�[91m     0 --�[0m�[91m:-�[0m�[91m-:-- --�[0m�[91m:--:-- --:--:--     0�[0m�[91m
 50 52.8M   50 26.9M    0     0  60.5M      0 --:--:-- --:--:-- --:--:-- 60.3M�[0m�[91m
100 52.8M  100 52.8M    0     0  91.5M      0 --:--:-- --:--:-- --:--:-- 91.4M
Step #3 - "lint": �[0mRemoving intermediate container e65e7958b5de
Step #3 - "lint":  ---> 2cb9e5f7a988
Step #3 - "lint": Step 16/33 : RUN echo "source <(kubectl completion bash)" >> /root/.bashrc
Step #3 - "lint":  ---> Running in ecd7e3b6569d
Step #3 - "lint": Removing intermediate container ecd7e3b6569d
Step #3 - "lint":  ---> 367fb3713988
Step #3 - "lint": Step 17/33 : ENV HELM_VER 2.11.0
Step #3 - "lint":  ---> Running in ea60f5b240a1
Step #3 - "lint": Removing intermediate container ea60f5b240a1
Step #3 - "lint":  ---> 5d330f743cf8
Step #3 - "lint": Step 18/33 : ENV HELM_URL https://storage.googleapis.com/kubernetes-helm/helm-v${HELM_VER}-linux-amd64.tar.gz
Step #3 - "lint":  ---> Running in d09c25e4cbab
Step #3 - "lint": Removing intermediate container d09c25e4cbab
Step #3 - "lint":  ---> 7a67f2f40e7d
Step #3 - "lint": Step 19/33 : 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 #3 - "lint":  ---> Running in 690feb36d0d2
Step #3 - "lint": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #3 - "lint":                                  Dload�[0m�[91m  Upload   Total   Spent    Left  Speed
Step #3 - "lint": �[0m�[91m
  0     0    0     0    0     0      0      0 --:--:-- --:�[0m�[91m--:-- --:--:--     �[0m�[91m0�[0m�[91m
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
100 18.2M  100 18.2M    0     0  42.9M      0 --:--:-- --:--:-- --:--:-- 42.9M
Step #3 - "lint": �[0mlinux-amd64/
Step #3 - "lint": linux-amd64/tiller
Step #3 - "lint": linux-amd64/README.md
Step #3 - "lint": linux-amd64/helm
Step #3 - "lint": linux-amd64/LICENSE
Step #3 - "lint": Removing intermediate container 690feb36d0d2
Step #3 - "lint":  ---> 8e5bc623bbce
Step #3 - "lint": Step 20/33 : RUN echo "source <(helm completion bash)" >> /root/.bashrc
Step #3 - "lint":  ---> Running in 1fc831828c81
Step #3 - "lint": Removing intermediate container 1fc831828c81
Step #3 - "lint":  ---> 7ca4a5238873
Step #3 - "lint": Step 21/33 : RUN mkdir -p /go/src/github.com/golang && cd /go/src/github.com/golang &&     git clone https://github.com/golang/protobuf.git &&      cd protobuf && git checkout v1.2.0 &&     go install github.com/golang/protobuf/protoc-gen-go
Step #3 - "lint":  ---> Running in 035df9242aed
Step #3 - "lint": �[91mCloning into 'protobuf'...
Step #3 - "lint": �[0m�[91mNote: checking out 'v1.2.0'.
Step #3 - "lint": 
Step #3 - "lint": You are in 'detached HEAD' state. You can look around, make experimental
Step #3 - "lint": changes and commit them, and you can discard any commits you make in this
Step #3 - "lint": state without impacting any branches by performing another checkout.
Step #3 - "lint": 
Step #3 - "lint": If you want to create a new branch to retain commits you create, you may
Step #3 - "lint": do so (now or later) by using -b with the checkout command again. Example:
Step #3 - "lint": 
Step #3 - "lint":   git checkout -b <new-branch-name>
Step #3 - "lint": 
Step #3 - "lint": HEAD is now at aa810b6... proto: fix handling of required fields after multiple violations (#679)
Step #3 - "lint": �[0mRemoving intermediate container 035df9242aed
Step #3 - "lint":  ---> 43d3110522a8
Step #3 - "lint": Step 22/33 : RUN cargo install protobuf-codegen --vers 2.0.2
Step #3 - "lint":  ---> Running in dbf240aa6786
Step #3 - "lint": �[91m    Updating registry `https://github.com/rust-lang/crates.io-index`
Step #3 - "lint": �[0m�[91m Downloading protobuf-codegen v2.0.2
Step #3 - "lint": �[0m�[91m  Installing protobuf-codegen v2.0.2
Step #3 - "lint": �[0m�[91m Downloading protobuf v2.0.2
Step #3 - "lint": �[0m�[91m   Compiling protobuf v2.0.2
Step #3 - "lint": �[0m�[91m   Compiling protobuf-codegen v2.0.2
Step #3 - "lint": �[0m�[91m    Finished release [optimized] target(s) in 32.2 secs
Step #3 - "lint": �[0m�[91m  Installing /usr/local/cargo/bin/protoc-gen-rust
Step #3 - "lint":   Installing /usr/local/cargo/bin/protobuf-bin-gen-rust-do-not-use
Step #3 - "lint": �[0mRemoving intermediate container dbf240aa6786
Step #3 - "lint":  ---> 0948431f44cf
Step #3 - "lint": Step 23/33 : RUN cargo install grpcio-compiler --vers 0.3.0
Step #3 - "lint":  ---> Running in ac7545a2f586
Step #3 - "lint": �[91m    Updating registry `https://github.com/rust-lang/crates.io-index`
Step #3 - "lint": �[0m�[91m Downloading grpcio-compiler v0.3.0
Step #3 - "lint": �[0m�[91m  Installing grpcio-compiler v0.3.0
Step #3 - "lint": �[0m�[91m Downloading protobuf-codegen v2.0.6
Step #3 - "lint": �[0m�[91m Downloading protobuf v2.0.6
Step #3 - "lint": �[0m�[91m   Compiling protobuf v2.0.6
Step #3 - "lint": �[0m�[91m   Compiling protobuf-codegen v2.0.6
Step #3 - "lint": �[0m�[91m   Compiling grpcio-compiler v0.3.0
Step #3 - "lint": �[0m�[91m    Finished release [optimized] target(s) in 33.57 secs
Step #3 - "lint": �[0m�[91m  Installing /usr/local/cargo/bin/grpc_rust_plugin
Step #3 - "lint": �[0mRemoving intermediate container ac7545a2f586
Step #3 - "lint":  ---> f59083baf637
Step #3 - "lint": Step 24/33 : RUN go get -u github.com/golang/dep/cmd/dep &&     go get -u golang.org/x/tools/cmd/goimports
Step #3 - "lint":  ---> Running in dce46e3e520a
Step #3 - "lint": Removing intermediate container dce46e3e520a
Step #3 - "lint":  ---> 827ba1cce177
Step #3 - "lint": Step 25/33 : RUN curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin v1.12.2
Step #3 - "lint":  ---> Running in 85996e5697ef
Step #3 - "lint": �[91mgolangci/golangci-lint info checking GitHub for tag 'v1.12.2'
Step #3 - "lint": �[0m�[91mgolangci/golangci-lint info found version: 1.12.2 for v1.12.2/linux/amd64
Step #3 - "lint": �[0m�[91mgolangci/golangci-lint info installed /go/bin/golangci-lint
Step #3 - "lint": �[0mRemoving intermediate container 85996e5697ef
Step #3 - "lint":  ---> cc27b8b9f51b
Step #3 - "lint": Step 26/33 : RUN mkdir -p /go/src && cd /go/src && mkdir -p k8s.io && cd k8s.io &&     git clone -b kubernetes-1.11.5 --depth=3 https://github.com/kubernetes/code-generator.git
Step #3 - "lint":  ---> Running in a8f90217f41b
Step #3 - "lint": �[91mCloning into 'code-generator'...
Step #3 - "lint": �[0m�[91mNote: checking out '8c97d6ab64da020f8b151e9d3ed8af3172f5c390'.
Step #3 - "lint": 
Step #3 - "lint": You are in 'detached HEAD' state. You can look around, make experimental
Step #3 - "lint": changes and commit them, and you can discard any commits you make in this
Step #3 - "lint": state without impacting any branches by performing another checkout.
Step #3 - "lint": 
Step #3 - "lint": If you want to create a new branch to retain commits you create, you may
Step #3 - "lint": do so (now or later) by using -b with the checkout command again. Example:
Step #3 - "lint": 
Step #3 - "lint":   git checkout -b <new-branch-name>
Step #3 - "lint": 
Step #3 - "lint": �[0mRemoving intermediate container a8f90217f41b
Step #3 - "lint":  ---> 8d4e28ecea37
Step #3 - "lint": Step 27/33 : RUN mkdir /tmp/hugo &&     wget -O /tmp/hugo/hugo.tar.gz https://github.com/gohugoio/hugo/releases/download/v0.53/hugo_extended_0.53_Linux-64bit.tar.gz &&     tar -zxvf /tmp/hugo/hugo.tar.gz -C /tmp/hugo/ &&     mv /tmp/hugo/hugo /usr/local/bin/ &&     rm -r /tmp/hugo
Step #3 - "lint":  ---> Running in 47730cc2b5e9
Step #3 - "lint": �[91m--2019-01-18 16:53:33--  https://github.com/gohugoio/hugo/releases/download/v0.53/hugo_extended_0.53_Linux-64bit.tar.gz
Step #3 - "lint": �[0m�[91mResolving github.com (github.com)... �[0m�[91m192.30.255.112, 192.30.255.113
Step #3 - "lint": Connecting to github.com (github.com)|192.30.255.112|:443... �[0m�[91mconnected.
Step #3 - "lint": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m302 Found
Step #3 - "lint": Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/11180687/68eb0b80-0760-11e9-8761-329b77cc0aeb?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190118%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190118T165334Z&X-Amz-Expires=300&X-Amz-Signature=d676d07f35df2c118e89dcbe90b14de448ec0be986cf81d43854ed57a19f86fa&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dhugo_extended_0.53_Linux-64bit.tar.gz&response-content-type=application%2Foctet-stream [following]
Step #3 - "lint": --2019-01-18 16:53:34--  https://github-production-release-asset-2e65be.s3.amazonaws.com/11180687/68eb0b80-0760-11e9-8761-329b77cc0aeb?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190118%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190118T165334Z&X-Amz-Expires=300&X-Amz-Signature=d676d07f35df2c118e89dcbe90b14de448ec0be986cf81d43854ed57a19f86fa&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dhugo_extended_0.53_Linux-64bit.tar.gz&response-content-type=application%2Foctet-stream
Step #3 - "lint": Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... �[0m�[91m52.216.130.27
Step #3 - "lint": Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.130.27|:443... �[0m�[91mconnected.
Step #3 - "lint": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m200 OK
Step #3 - "lint": Length: 8698428 (8.3M) [application/octet-stream]
Step #3 - "lint": �[0m�[91mSaving to: '/tmp/hugo/hugo.tar.gz'
Step #3 - "lint": �[0m�[91m
Step #3 - "lint":      0K .......... ......�[0m�[91m.... .......... .......... ..........  0%  750K 11s�[0m�[91m
Step #3 - "lint":     50K .......... .......�[0m�[91m... .......... ....�[0m�[91m...... ..�[0m�[91m........  1%�[0m�[91m  756K 11s
Step #3 - "lint":    100K .�[0m�[91m......... ........�[0m�[91m.. .......... .......... ..........  1%  764K 11s
Step #3 - "lint":    150K ..�[0m�[91m........ ........�[0m�[91m.�[0m�[91m. .......... ......�[0m�[91m.... ..........  2% 75.8M 8s
Step #3 - "lint":    200K ..�[0m�[91m.�[0m�[91m....... .........�[0m�[91m.�[0m�[91m .......... ......�[0m�[91m.�[0m�[91m... ..........  2% 57.8M 7s
Step #3 - "lint":    250K ...�[0m�[91m.�[0m�[91m...... .......... .......... .......�[0m�[91m.�[0m�[91m.. ..........  3%  773K 7s
Step #3 - "lint":    300K .......... ...�[0m�[91m....... .�[0m�[91m.�[0m�[91m........ ....�[0m�[91m.....�[0m�[91m. ..........  4%  133M 6s
Step #3 - "lint":    350K�[0m�[91m .....�[0m�[91m..... .......... .......... ..........�[0m�[91m ..........  4% 48.4M 5s
Step #3 - "lint":    400K ......�[0m�[91m.... .......... ...�[0m�[91m....... ..........�[0m�[91m .�[0m�[91m........�[0m�[91m.  5%  130M 5s
Step #3 - "lint":    450K ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m.�[0m�[91m..... .......... ..�[0m�[91m........  5% 91.2M 4s
Step #3 - "lint":    500K ........�[0m�[91m.�[0m�[91m. .......... ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m.�[0m�[91m.......  6%  789K 5s
Step #3 - "lint":    550K .......... .......... ......�[0m�[91m.�[0m�[91m... .......... .........�[0m�[91m.  7%  114M 4s
Step #3 - "lint":    600K ..�[0m�[91m........�[0m�[91m .......... .......�[0m�[91m.�[0m�[91m.. .......... �[0m�[91m....�[0m�[91m......  7%  148M 4s
Step #3 - "lint":    650K ...�[0m�[91m....... .�[0m�[91m.�[0m�[91m........ .......... .......... ..........  8%  125M 4s
Step #3 - "lint":    700K .......... .......... .......... .......... ..........  8%  238M 3s
Step #3 - "lint":    750K .......... .......... .......... .......... ..........  9%  244M 3s
Step #3 - "lint":    800K .......... .......... .......... .......... .........�[0m�[91m. 10%  125M 3s
Step #3 - "lint":    850K .......... ......�[0m�[91m.... ....�[0m�[91m...... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. 10%  164M 3s�[0m�[91m
Step #3 - "lint":    900K .......... .�[0m�[91m.....�[0m�[91m.... .....�[0m�[91m..... ...�[0m�[91m....... .......... 11%�[0m�[91m  112M 3s
Step #3 - "lint":    950K .�[0m�[91m......... .......�[0m�[91m... ......�[0m�[91m.... ....�[0m�[91m.�[0m�[91m..... .......... 11%  142M 2s
Step #3 - "lint":   1000K ..�[0m�[91m........�[0m�[91m .........�[0m�[91m. .......�[0m�[91m... ......�[0m�[91m.... ....�[0m�[91m...... 12%  139M 2s
Step #3 - "lint":   1050K .......... .�[0m�[91m........�[0m�[91m. ........�[0m�[91m.. .......�[0m�[91m... .......... 12%  167M 2s
Step #3 - "lint":   1100K .......... ..........�[0m�[91m .�[0m�[91m......... .......�[0m�[91m... .......... 13%  800K 3s
Step #3 - "lint":   1150K .......... ...�[0m�[91m....... ..�[0m�[91m........ .........�[0m�[91m. .......... 14%  116M 2s
Step #3 - "lint":   1200K .....�[0m�[91m..... .......... ..�[0m�[91m.�[0m�[91m....�[0m�[91m... .�[0m�[91m........�[0m�[91m.�[0m�[91m .......�[0m�[91m.�[0m�[91m.�[0m�[91m. 14%  127M 2s�[0m�[91m
Step #3 - "lint":   1250K .......... .....�[0m�[91m..... ...�[0m�[91m.�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... 15%�[0m�[91m  101M 2s
Step #3 - "lint":   1300K .......�[0m�[91m.�[0m�[91m.. .......�[0m�[91m... ....�[0m�[91m.�[0m�[91m..... .......... .......... 15%  148M 2s�[0m�[91m
Step #3 - "lint":   1350K ........�[0m�[91m.. .....�[0m�[91m..�[0m�[91m... .......... ....�[0m�[91m...... ..�[0m�[91m.�[0m�[91m.......�[0m�[91m 16%  118M 2s
Step #3 - "lint":   1400K .�[0m�[91m........�[0m�[91m. .......... ......�[0m�[91m.�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m.�[0m�[91m...... 17%  134M 2s
Step #3 - "lint":   1450K�[0m�[91m ..�[0m�[91m........ .�[0m�[91m........�[0m�[91m. .......�[0m�[91m.�[0m�[91m.. .......... .......... 17%  140M 2s
Step #3 - "lint":   1500K ...�[0m�[91m....... .�[0m�[91m.�[0m�[91m..�[0m�[91m......�[0m�[91m .........�[0m�[91m. .......... .....�[0m�[91m..... 18%  131M 2s
Step #3 - "lint":   1550K ....�[0m�[91m...... ..�[0m�[91m.�[0m�[91m....... .....�[0m�[91m....�[0m�[91m.�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.�[0m�[91m... 18%  134M 2s
Step #3 - "lint":   1600K .......�[0m�[91m... ...�[0m�[91m.�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .�[0m�[91m........�[0m�[91m. .......�[0m�[91m.�[0m�[91m.. 19% 96.1M 2s
Step #3 - "lint":   1650K ......�[0m�[91m.... ....�[0m�[91m.�[0m�[91m..... .......... .�[0m�[91m.�[0m�[91m........�[0m�[91m ........�[0m�[91m.�[0m�[91m. 20%  111M 2s
Step #3 - "lint":   1700K .......�[0m�[91m... .....�[0m�[91m.�[0m�[91m.... ......�[0m�[91m.... ..�[0m�[91m.�[0m�[91m....... .�[0m�[91m......... 20%  145M 2s�[0m�[91m
Step #3 - "lint":   1750K .......... ......�[0m�[91m.�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. 21%  146M 1s
Step #3 - "lint":   1800K�[0m�[91m .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m.......�[0m�[91m.�[0m�[91m. .......�[0m�[91m... 21%  137M 1s
Step #3 - "lint":   1850K .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m.....�[0m�[91m 22%  140M 1s
Step #3 - "lint":   1900K ...�[0m�[91m....... .�[0m�[91m......... ...�[0m�[91m....�[0m�[91m... ........�[0m�[91m.. ...�[0m�[91m....... 22%  105M 1s
Step #3 - "lint":   1950K ....�[0m�[91m.....�[0m�[91m. .......... .....�[0m�[91m..... .......... .�[0m�[91m......... 23%  120M 1s
Step #3 - "lint":   2000K .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. .......... 24%  156M 1s
Step #3 - "lint":   2050K .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... 24%  187M 1s
Step #3 - "lint":   2100K ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... .......... 25%  180M 1s
Step #3 - "lint":   2150K .�[0m�[91m......... .......�[0m�[91m... .......... .......... .�[0m�[91m........�[0m�[91m. 25%  166M 1s
Step #3 - "lint":   2200K .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... 26%  181M 1s
Step #3 - "lint":   2250K .....�[0m�[91m..... ...�[0m�[91m....... .......... .......�[0m�[91m... .....�[0m�[91m..... 27%  860K 1s
Step #3 - "lint":   2300K .......... .�[0m�[91m......... ......�[0m�[91m.�[0m�[91m... .......... .�[0m�[91m..�[0m�[91m....... 27%  146M 1s
Step #3 - "lint":   2350K .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... .......... .........�[0m�[91m. 28%  119M 1s
Step #3 - "lint":   2400K .......�[0m�[91m... .......... .�[0m�[91m..�[0m�[91m....... .�[0m�[91m........�[0m�[91m.�[0m�[91m .......�[0m�[91m... 28%  167M 1s
Step #3 - "lint":   2450K .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... 29%  152M 1s
Step #3 - "lint":   2500K .......�[0m�[91m... .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... .......... 30%  154M 1s�[0m�[91m
Step #3 - "lint":   2550K .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. 30%  118M 1s
Step #3 - "lint":   2600K .......�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... 31%  128M 1s
Step #3 - "lint":   2650K .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... 31%  148M 1s
Step #3 - "lint":   2700K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... .......... 32%�[0m�[91m  141M 1s
Step #3 - "lint":   2750K .........�[0m�[91m. .......... ....�[0m�[91m.�[0m�[91m..... .......... .�[0m�[91m......... 32%�[0m�[91m  107M 1s
Step #3 - "lint":   2800K .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. .......... 33%�[0m�[91m  122M 1s
Step #3 - "lint":   2850K .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. .....�[0m�[91m..... .......... 34%  159M 1s
Step #3 - "lint":   2900K ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .......... ...�[0m�[91m....... 34%  135M 1s�[0m�[91m
Step #3 - "lint":   2950K .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m....�[0m�[91m....�[0m�[91m. 35%  117M 1s
Step #3 - "lint":   3000K .......... .....�[0m�[91m....�[0m�[91m. .......... .�[0m�[91m......... .......�[0m�[91m... 35%�[0m�[91m  151M 1s
Step #3 - "lint":   3050K .......... �[0m�[91m...�[0m�[91m.�[0m�[91m...... .........�[0m�[91m. .......... .....�[0m�[91m..... 36% 71.4M 1s
Step #3 - "lint":   3100K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... ...�[0m�[91m....... 37%  149M 1s
Step #3 - "lint":   3150K�[0m�[91m .........�[0m�[91m. .......... .....�[0m�[91m..... .......... .�[0m�[91m......... 37%  136M 1s
Step #3 - "lint":   3200K .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... 38%  152M 1s
Step #3 - "lint":   3250K ...�[0m�[91m..�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... .......... 38%  155M 1s
Step #3 - "lint":   3300K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... ...�[0m�[91m..�[0m�[91m..... ...�[0m�[91m....... 39%  152M 1s
Step #3 - "lint":   3350K .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m......... 40%  148M 1s
Step #3 - "lint":   3400K .......... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... 40%  163M 1s
Step #3 - "lint":   3450K .......... ...�[0m�[91m.�[0m�[91m...... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m...�[0m�[91m .....�[0m�[91m..... 41% 91.9M 1s
Step #3 - "lint":   3500K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... 41%  120M 1s
Step #3 - "lint":   3550K .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m......... 42%  118M 1s
Step #3 - "lint":   3600K .......... .....�[0m�[91m..... ...�[0m�[91m....... �[0m�[91m.........�[0m�[91m. .......... 42%  208M 1s
Step #3 - "lint":   3650K .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... 43%  194M 1s
Step #3 - "lint":   3700K .�[0m�[91m..�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... .......... 44%  210M 1s
Step #3 - "lint":   3750K .......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. 44%  180M 1s
Step #3 - "lint":   3800K .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .......�[0m�[91m... .......�[0m�[91m... 45%  196M 1s
Step #3 - "lint":   3850K .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... 45%  218M 1s
Step #3 - "lint":   3900K .......... .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... 46%  197M 1s
Step #3 - "lint":   3950K .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... ........�[0m�[91m.. .�[0m�[91m......... 47%  186M 1s
Step #3 - "lint":   4000K .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. .......... 47%  222M 1s
Step #3 - "lint":   4050K .......... ...�[0m�[91m....... .�[0m�[91m......... .......... .....�[0m�[91m..... 48%  206M 1s
Step #3 - "lint":   4100K ...�[0m�[91m....... .......... .......... .......... .......... 48%  930K 1s
Step #3 - "lint":   4150K .�[0m�[91m......... .......... .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. 49%  132M 1s
Step #3 - "lint":   4200K .......�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m......... .......... 50%  150M 1s
Step #3 - "lint":   4250K ....�[0m�[91m.�[0m�[91m.�[0m�[91m.... ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... 50%  163M 1s
Step #3 - "lint":   4300K .......... .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... .......... 51%  156M 1s
Step #3 - "lint":   4350K .......... .......... .....�[0m�[91m..... .......... .......... 51%  161M 0s
Step #3 - "lint":   4400K .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .......... .......... 52%  206M 0s
Step #3 - "lint":   4450K .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .......... 52%  150M 0s
Step #3 - "lint":   4500K .......... .�[0m�[91m........�[0m�[91m. .......... .......... .......... 53%�[0m�[91m  177M 0s
Step #3 - "lint":   4550K .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. 54%  125M 0s
Step #3 - "lint":   4600K .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... 54%  158M 0s
Step #3 - "lint":   4650K .......... ...�[0m�[91m....... .......... ...�[0m�[91m....�[0m�[91m... .....�[0m�[91m..... 55%  172M 0s
Step #3 - "lint":   4700K ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... 55%  171M 0s
Step #3 - "lint":   4750K .........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... 56%  125M 0s
Step #3 - "lint":   4800K .....�[0m�[91m..�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. ......�[0m�[91m.... 57%  134M 0s
Step #3 - "lint":   4850K .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... .......... 57%�[0m�[91m  168M 0s
Step #3 - "lint":   4900K ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .......... .......... 58%  157M 0s
Step #3 - "lint":   4950K .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m.�[0m�[91m 58%  120M 0s
Step #3 - "lint":   5000K .......... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... 59%  146M 0s
Step #3 - "lint":   5050K .......... ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... 60%  131M 0s
Step #3 - "lint":   5100K .......... .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... 60%  149M 0s
Step #3 - "lint":   5150K .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. 61%  149M 0s
Step #3 - "lint":   5200K ......�[0m�[91m.�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... 61%  121M 0s
Step #3 - "lint":   5250K .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... 62%  172M 0s
Step #3 - "lint":   5300K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... .......... 62%  151M 0s�[0m�[91m
Step #3 - "lint":   5350K .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. 63%  119M 0s
Step #3 - "lint":   5400K ...�[0m�[91m....�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m...�[0m�[91m...... .......�[0m�[91m... 64%  163M 0s
Step #3 - "lint":   5450K .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... 64%  163M 0s
Step #3 - "lint":   5500K .......... .�[0m�[91m......... ....�[0m�[91m...�[0m�[91m... .......... ...�[0m�[91m....... 65%  150M 0s
Step #3 - "lint":   5550K .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... 65%  126M 0s
Step #3 - "lint":   5600K ......�[0m�[91m.�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... 66%  138M 0s
Step #3 - "lint":   5650K .....�[0m�[91m..... .........�[0m�[91m. �[0m�[91m.�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m....�[0m�[91m. 67%  141M 0s
Step #3 - "lint":   5700K ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... 67%  141M 0s
Step #3 - "lint":   5750K .........�[0m�[91m. .........�[0m�[91m. .......... ...�[0m�[91m....... .........�[0m�[91m. 68%  121M 0s
Step #3 - "lint":   5800K .....�[0m�[91m..�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... .�[0m�[91m......�[0m�[91m... 68%  137M 0s
Step #3 - "lint":   5850K .......... ...�[0m�[91m....... .�[0m�[91m.........�[0m�[91m .......... .....�[0m�[91m..... 69%  126M 0s
Step #3 - "lint":   5900K ..........�[0m�[91m .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... 70%  152M 0s
Step #3 - "lint":   5950K .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... 70%  167M 0s
Step #3 - "lint":   6000K .......�[0m�[91m... .....�[0m�[91m..... .......... �[0m�[91m.........�[0m�[91m. .......... 71%  205M 0s
Step #3 - "lint":   6050K .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m....�[0m�[91m. 71%�[0m�[91m  209M�[0m�[91m 0s
Step #3 - "lint":   6100K .�[0m�[91m..�[0m�[91m....... .........�[0m�[91m. .......... .......... ...�[0m�[91m....... 72%  192M 0s
Step #3 - "lint":   6150K .�[0m�[91m......... .......... .....�[0m�[91m..... ...�[0m�[91m....... .......... 72%  177M 0s
Step #3 - "lint":   6200K .......... .....�[0m�[91m..... .......... .�[0m�[91m......... .......... 73%  201M 0s
Step #3 - "lint":   6250K .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... 74%  209M 0s
Step #3 - "lint":   6300K ..�[0m�[91m........ .�[0m�[91m......... .�[0m�[91m......�[0m�[91m... .......... ...�[0m�[91m....... 74%  197M 0s
Step #3 - "lint":   6350K .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. 75%  191M 0s
Step #3 - "lint":   6400K .......�[0m�[91m... .�[0m�[91m....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... .......... 75%�[0m�[91m  202M 0s
Step #3 - "lint":   6450K .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. .......... .......... 76%  223M 0s
Step #3 - "lint":   6500K ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... 77%  212M 0s
Step #3 - "lint":   6550K .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. 77%  168M 0s
Step #3 - "lint":   6600K .......�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... 78%  186M 0s
Step #3 - "lint":   6650K .......... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... 78%  210M 0s
Step #3 - "lint":   6700K .........�[0m�[91m. .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... 79%  213M 0s
Step #3 - "lint":   6750K .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m......... 80% 1002K 0s
Step #3 - "lint":   6800K .......... .......... ...�[0m�[91m....... .......... .......... 80%  190M 0s
Step #3 - "lint":   6850K .......... .......... .�[0m�[91m......... .......�[0m�[91m... .......... 81%  154M 0s
Step #3 - "lint":   6900K ...�[0m�[91m....... .�[0m�[91m......... ..�[0m�[91m........ ........�[0m�[91m.. ...�[0m�[91m....... 81%  202M 0s
Step #3 - "lint":   6950K .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. 82%  148M 0s
Step #3 - "lint":   7000K .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... 82%  168M 0s
Step #3 - "lint":   7050K .......... ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... 83%  147M 0s
Step #3 - "lint":   7100K ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .......... .�[0m�[91m..�[0m�[91m....... 84%  140M 0s
Step #3 - "lint":   7150K .........�[0m�[91m. .......... .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. 84%  124M 0s
Step #3 - "lint":   7200K .......... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... 85%  169M 0s
Step #3 - "lint":   7250K ..�[0m�[91m...�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .......... 85%  168M 0s
Step #3 - "lint":   7300K ...�[0m�[91m....... .......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... 86%  163M 0s
Step #3 - "lint":   7350K .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. 87%  123M 0s
Step #3 - "lint":   7400K .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m.�[0m�[91m...... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... 87%  138M 0s
Step #3 - "lint":   7450K .....�[0m�[91m..... ...�[0m�[91m....... .......... .�[0m�[91m......... .....�[0m�[91m..... 88%  184M 0s
Step #3 - "lint":   7500K .......... .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... .......... 88%  165M 0s
Step #3 - "lint":   7550K .........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... 89%  156M 0s
Step #3 - "lint":   7600K .......�[0m�[91m... ....�[0m�[91m.�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. .......... 90%  176M 0s
Step #3 - "lint":   7650K .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... 90%  149M 0s
Step #3 - "lint":   7700K .......... .........�[0m�[91m. ..........�[0m�[91m .......... ...�[0m�[91m....... 91%  163M 0s
Step #3 - "lint":   7750K .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. 91%  131M 0s
Step #3 - "lint":   7800K .......�[0m�[91m... .....�[0m�[91m....�[0m�[91m. .......... .�[0m�[91m......... .......�[0m�[91m... 92%  163M 0s
Step #3 - "lint":   7850K .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... ......�[0m�[91m.... 93%  165M 0s
Step #3 - "lint":   7900K ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .......... .......... 93%  154M 0s
Step #3 - "lint":   7950K .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m......... 94%  151M 0s
Step #3 - "lint":   8000K .......... .....�[0m�[91m..... ...�[0m�[91m....... ....�[0m�[91m...... .......�[0m�[91m... 94%  219M 0s
Step #3 - "lint":   8050K .......... .�[0m�[91m..�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... 95%  214M 0s
Step #3 - "lint":   8100K ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... .......... 95%  201M 0s
Step #3 - "lint":   8150K .......... .......�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. 96%  143M 0s
Step #3 - "lint":   8200K .......... .....�[0m�[91m..... ...�[0m�[91m....... .......... .......�[0m�[91m... 97%  213M 0s
Step #3 - "lint":   8250K .....�[0m�[91m..... .......... .........�[0m�[91m. .......... .....�[0m�[91m..... 97%  215M 0s
Step #3 - "lint":   8300K .......... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... 98%  219M 0s
Step #3 - "lint":   8350K .......... .......... .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. 98%  187M 0s
Step #3 - "lint":   8400K .......�[0m�[91m... .........�[0m�[91m. .�[0m�[91m..�[0m�[91m....... .......... .......�[0m�[91m... 99%  209M 0s
Step #3 - "lint":   8450K .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... ....      100%  197M=0.6s
Step #3 - "lint": 
Step #3 - "lint": �[0m�[91m2019-01-18 16:53:35 (13.7 MB/s) - '/tmp/hugo/hugo.tar.gz' saved [8698428/8698428]
Step #3 - "lint": 
Step #3 - "lint": �[0mLICENSE
Step #3 - "lint": README.md
Step #3 - "lint": hugo
Step #3 - "lint": Removing intermediate container 47730cc2b5e9
Step #3 - "lint":  ---> 6e484f84ab37
Step #3 - "lint": Step 28/33 : RUN curl -sL https://deb.nodesource.com/setup_11.x | bash - &&     apt-get install -y nodejs
Step #3 - "lint":  ---> Running in c242b6c1821c
Step #3 - "lint": 
Step #3 - "lint": ## Installing the NodeSource Node.js 11.x repo...
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": ## Populating apt-get cache...
Step #3 - "lint": 
Step #3 - "lint": + apt-get update
Step #3 - "lint": Ign:1 http://deb.debian.org/debian stretch InRelease
Step #3 - "lint": Hit:2 http://security.debian.org/debian-security stretch/updates InRelease
Step #3 - "lint": Hit:3 http://deb.debian.org/debian stretch-updates InRelease
Step #3 - "lint": Hit:4 http://deb.debian.org/debian stretch Release
Step #3 - "lint": Reading package lists...
Step #3 - "lint": 
Step #3 - "lint": ## Installing packages required for setup: apt-transport-https lsb-release...
Step #3 - "lint": 
Step #3 - "lint": + apt-get install -y apt-transport-https lsb-release > /dev/null 2>&1
Step #3 - "lint": 
Step #3 - "lint": ## Confirming "stretch" is supported...
Step #3 - "lint": 
Step #3 - "lint": + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_11.x/dists/stretch/Release'
Step #3 - "lint": 
Step #3 - "lint": ## Adding the NodeSource signing key to your keyring...
Step #3 - "lint": 
Step #3 - "lint": + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
Step #3 - "lint": �[91mWarning: apt-key output should not be parsed (stdout is not a terminal)
Step #3 - "lint": �[0mOK
Step #3 - "lint": 
Step #3 - "lint": ## Creating apt sources list file for the NodeSource Node.js 11.x repo...
Step #3 - "lint": 
Step #3 - "lint": + echo 'deb https://deb.nodesource.com/node_11.x stretch main' > /etc/apt/sources.list.d/nodesource.list
Step #3 - "lint": + echo 'deb-src https://deb.nodesource.com/node_11.x stretch main' >> /etc/apt/sources.list.d/nodesource.list
Step #3 - "lint": 
Step #3 - "lint": ## Running `apt-get update` for you...
Step #3 - "lint": 
Step #3 - "lint": + apt-get update
Step #3 - "lint": Ign:1 http://deb.debian.org/debian stretch InRelease
Step #3 - "lint": Hit:2 http://deb.debian.org/debian stretch-updates InRelease
Step #3 - "lint": Hit:3 http://security.debian.org/debian-security stretch/updates InRelease
Step #3 - "lint": Hit:4 http://deb.debian.org/debian stretch Release
Step #3 - "lint": Get:5 https://deb.nodesource.com/node_11.x stretch InRelease [4612 B]
Step #3 - "lint": Get:7 https://deb.nodesource.com/node_11.x stretch/main amd64 Packages [766 B]
Step #3 - "lint": Fetched 5378 B in 0s (9869 B/s)
Step #3 - "lint": Reading package lists...
Step #3 - "lint": 
Step #3 - "lint": ## Run `sudo apt-get install -y nodejs` to install Node.js 11.x and npm
Step #3 - "lint": ## You may also need development tools to build native addons:
Step #3 - "lint":      sudo apt-get install gcc g++ make
Step #3 - "lint": ## To install the Yarn package manager, run:
Step #3 - "lint":      curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
Step #3 - "lint":      echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
Step #3 - "lint":      sudo apt-get update && sudo apt-get install yarn
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": Reading package lists...
Step #3 - "lint": Building dependency tree...
Step #3 - "lint": Reading state information...
Step #3 - "lint": The following NEW packages will be installed:
Step #3 - "lint":   nodejs
Step #3 - "lint": 0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
Step #3 - "lint": Need to get 15.4 MB of archives.
Step #3 - "lint": After this operation, 73.1 MB of additional disk space will be used.
Step #3 - "lint": Get:1 https://deb.nodesource.com/node_11.x stretch/main amd64 nodejs amd64 11.6.0-1nodesource1 [15.4 MB]
Step #3 - "lint": �[91mdebconf: delaying package configuration, since apt-utils is not installed
Step #3 - "lint": �[0mFetched 15.4 MB in 0s (25.6 MB/s)
Step #3 - "lint": Selecting previously unselected package nodejs.
Step #3 - "lint": (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 ... 21148 files and directories currently installed.)
Step #3 - "lint": Preparing to unpack .../nodejs_11.6.0-1nodesource1_amd64.deb ...
Step #3 - "lint": Unpacking nodejs (11.6.0-1nodesource1) ...
Step #3 - "lint": Setting up nodejs (11.6.0-1nodesource1) ...
Step #3 - "lint": Removing intermediate container c242b6c1821c
Step #3 - "lint":  ---> aa0fd7e72b81
Step #3 - "lint": Step 29/33 : RUN echo "export PATH=/usr/local/go/bin:/go/bin/:\$PATH" >> /root/.bashrc
Step #3 - "lint":  ---> Running in 16e040de04f2
Step #3 - "lint": Removing intermediate container 16e040de04f2
Step #3 - "lint":  ---> 46fb8e2d954d
Step #3 - "lint": Step 30/33 : RUN echo "export EDITOR=nano" >> /root/.bashrc
Step #3 - "lint":  ---> Running in 902cd7464da6
Step #3 - "lint": Removing intermediate container 902cd7464da6
Step #3 - "lint":  ---> fff444b9aace
Step #3 - "lint": Step 31/33 : COPY *.sh /root/
Step #3 - "lint":  ---> a7b4f4212b2e
Step #3 - "lint": Step 32/33 : RUN chmod +x /root/*.sh
Step #3 - "lint":  ---> Running in ea342eaeb3e7
Step #3 - "lint": Removing intermediate container ea342eaeb3e7
Step #3 - "lint":  ---> df3d8a233153
Step #3 - "lint": Step 33/33 : WORKDIR /go
Step #3 - "lint":  ---> Running in 90862120cd3b
Step #3 - "lint": Removing intermediate container 90862120cd3b
Step #3 - "lint":  ---> b76ef96e3340
Step #3 - "lint": Successfully built b76ef96e3340
Step #3 - "lint": Successfully tagged agones-build:c2b924a221
Step #3 - "lint": make[1]: Leaving directory '/workspace/build'
Step #3 - "lint": docker run -t -e "TERM=xterm-256color" --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build -w /go/src/agones.dev/agones  agones-build:c2b924a221 bash -c \
Step #3 - "lint": 	"golangci-lint run ./examples/... && golangci-lint run --deadline 15m ./..."
Finished Step #3 - "lint"
Starting Step #7 - "build-e2e"
Starting Step #4 - "tests"
Starting Step #6 - "build"
Step #7 - "build-e2e": Already have image (with digest): gcr.io/cloud-builders/docker
Step #4 - "tests": Already have image: make-docker
Step #6 - "build": Already have image: make-docker
Step #7 - "build-e2e": Sending build context to Docker daemon  7.168kB

Step #7 - "build-e2e": Step 1/20 : FROM gcr.io/cloud-builders/gcloud-slim
Step #7 - "build-e2e":  ---> c328dc31a68c
Step #7 - "build-e2e": Step 2/20 : RUN apt-get update &&     apt-get install -y wget psmisc make gcc python jq zip &&     apt-get clean
Step #7 - "build-e2e":  ---> Running in 524034df27cf
Step #7 - "build-e2e": Get:1 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial InRelease [23.8 kB]
Step #7 - "build-e2e": Get:2 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB]
Step #7 - "build-e2e": Get:3 http://archive.ubuntu.com/ubuntu xenial InRelease [247 kB]
Step #4 - "tests": mkdir -p ~/.kube/
Step #4 - "tests": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:c2b924a221 go test -race agones.dev/agones/pkg/... \
Step #4 - "tests": agones.dev/agones/sdks/... agones.dev/agones/cmd/...
Step #4 - "tests": mkdir -p /tmp/agones-install
Step #4 - "tests": mkdir -p /workspace/build//.config/gcloud
Step #4 - "tests": mkdir -p ~/.helm
Step #4 - "tests": cp /workspace/install/yaml/install.yaml /tmp/agones-install/install.yaml
Step #4 - "tests": docker run --rm --name=agones-website -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:c2b924a221 \
Step #4 - "tests":     	hugo server --watch --baseURL="http://localhost:1313/site/" &
Step #4 - "tests": until docker exec agones-website curl -o /dev/null --silent http://localhost:1313/site/; \
Step #4 - "tests": 		do \
Step #4 - "tests": 			echo "Waiting for server to start..."; \
Step #4 - "tests": 			sleep 1; \
Step #4 - "tests": 		done
Step #4 - "tests": sort /tmp/agones-install/install.yaml > /tmp/agones-install/install.yaml.sorted
Step #4 - "tests": /usr/bin/make gen-install
Step #4 - "tests": make[1]: Entering directory '/workspace/build'
Step #4 - "tests": mkdir -p ~/.kube/
Step #4 - "tests": mkdir -p /workspace/build//.config/gcloud
Step #4 - "tests": mkdir -p ~/.helm
Step #4 - "tests": Error: No such container: agones-website
Step #4 - "tests": Waiting for server to start...
Step #4 - "tests": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build  agones-build:c2b924a221 bash -c \
Step #4 - "tests": 	'helm template --name=agones-manual --namespace agones-system /go/src/agones.dev/agones/install/helm/agones \
Step #4 - "tests": 	--set agones.controller.generateTLS=false \
Step #4 - "tests": 	--set agones.crds.cleanupOnDelete=false \
Step #4 - "tests": 	> /go/src/agones.dev/agones/install/yaml/install.yaml'
Step #7 - "build-e2e": Get:4 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial/main amd64 Packages [3356 B]
Step #7 - "build-e2e": Get:5 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [600 kB]
Step #7 - "build-e2e": Get:6 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
Step #7 - "build-e2e": Get:7 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial/main Translation-en [2380 B]
Step #7 - "build-e2e": Get:8 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
Step #7 - "build-e2e": Get:9 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages [1201 kB]
Step #6 - "build": mkdir -p ~/.kube/
Step #6 - "build": mkdir -p /workspace/build//.config/gcloud
Step #6 - "build": mkdir -p ~/.helm
Step #7 - "build-e2e": Get:10 http://security.ubuntu.com/ubuntu xenial-security/main Translation-en [249 kB]
Step #7 - "build-e2e": Get:11 http://security.ubuntu.com/ubuntu xenial-security/restricted amd64 Packages [7204 B]
Step #7 - "build-e2e": Get:12 http://security.ubuntu.com/ubuntu xenial-security/restricted Translation-en [2152 B]
Step #7 - "build-e2e": Get:13 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [414 kB]
Step #6 - "build": docker run --rm -e "CGO_ENABLED=0" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:c2b924a221 go build \
Step #6 - "build": -tags none -o /go/src/agones.dev/agones/cmd/controller/bin/controller \
Step #6 - "build":  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-f3ebee6" -installsuffix cgo agones.dev/agones/cmd/controller
Step #7 - "build-e2e": Get:14 http://archive.ubuntu.com/ubuntu xenial/main Translation-en [568 kB]
Step #7 - "build-e2e": Get:15 http://security.ubuntu.com/ubuntu xenial-security/universe Translation-en [163 kB]
Step #7 - "build-e2e": Get:16 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [3724 B]
Step #7 - "build-e2e": Get:17 http://security.ubuntu.com/ubuntu xenial-security/multiverse Translation-en [1844 B]
Step #7 - "build-e2e": Get:18 http://archive.ubuntu.com/ubuntu xenial/restricted amd64 Packages [8344 B]
Step #7 - "build-e2e": Get:19 http://archive.ubuntu.com/ubuntu xenial/restricted Translation-en [2908 B]
Step #7 - "build-e2e": Get:20 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages [7532 kB]
Step #4 - "tests": Building sites … Waiting for server to start...
Step #4 - "tests": ?   	agones.dev/agones/pkg	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/apis	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/apis/stable	[no test files]
Step #7 - "build-e2e": Get:21 http://archive.ubuntu.com/ubuntu xenial/universe Translation-en [4354 kB]
Step #7 - "build-e2e": Get:22 http://archive.ubuntu.com/ubuntu xenial/multiverse amd64 Packages [144 kB]
Step #7 - "build-e2e": Get:23 http://archive.ubuntu.com/ubuntu xenial/multiverse Translation-en [106 kB]
Step #7 - "build-e2e": Get:24 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [902 kB]
Step #7 - "build-e2e": Get:25 http://archive.ubuntu.com/ubuntu xenial-updates/main Translation-en [365 kB]
Step #7 - "build-e2e": Get:26 http://archive.ubuntu.com/ubuntu xenial-updates/restricted amd64 Packages [7556 B]
Step #7 - "build-e2e": Get:27 http://archive.ubuntu.com/ubuntu xenial-updates/restricted Translation-en [2272 B]
Step #7 - "build-e2e": Get:28 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [719 kB]
Step #7 - "build-e2e": Get:29 http://archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [295 kB]
Step #7 - "build-e2e": Get:30 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [16.6 kB]
Step #7 - "build-e2e": Get:31 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse Translation-en [8440 B]
Step #7 - "build-e2e": Get:32 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [7280 B]
Step #7 - "build-e2e": Get:33 http://archive.ubuntu.com/ubuntu xenial-backports/main Translation-en [4456 B]
Step #7 - "build-e2e": Get:34 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [7804 B]
Step #7 - "build-e2e": Get:35 http://archive.ubuntu.com/ubuntu xenial-backports/universe Translation-en [4184 B]
Step #4 - "tests": make[1]: Leaving directory '/workspace/build'
Step #4 - "tests": sort /workspace/install/yaml/install.yaml > /tmp/agones-install/install.current.yaml.sorted
Step #4 - "tests": diff /tmp/agones-install/install.yaml.sorted /tmp/agones-install/install.current.yaml.sorted
Step #4 - "tests": 
Step #4 - "tests":                    | EN  
Step #4 - "tests": +------------------+----+
Step #4 - "tests":   Pages            | 59  
Step #4 - "tests":   Paginator pages  |  0  
Step #4 - "tests":   Non-page files   |  2  
Step #4 - "tests":   Static files     | 39  
Step #4 - "tests":   Processed images |  2  
Step #4 - "tests":   Aliases          | 10  
Step #4 - "tests":   Sitemaps         |  1  
Step #4 - "tests":   Cleaned          |  0  
Step #4 - "tests": 
Step #4 - "tests": Total in 1954 ms
Step #4 - "tests": Waiting for server to start...
Step #4 - "tests": Watching for changes in /go/src/agones.dev/agones/site/{assets,content,layouts,static,themes}
Step #4 - "tests": Watching for config changes in /go/src/agones.dev/agones/site/config.toml, /go/src/agones.dev/agones/site/themes/docsy/config.toml
Step #4 - "tests": Environment: "development"
Step #4 - "tests": Serving pages from memory
Step #4 - "tests": Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
Step #4 - "tests": Web Server is available at http://localhost:1313/site/ (bind address 127.0.0.1)
Step #4 - "tests": Press Ctrl+C to stop
Step #4 - "tests": ( trap 'docker stop agones-website' EXIT; docker exec agones-website linkchecker --anchors http://localhost:1313/site/ )
Step #4 - "tests": WARNING 2019-01-18 16:54:33,328 MainThread Running as root user; dropping privileges by changing user to nobody.
Step #4 - "tests": INFO 2019-01-18 16:54:33,329 MainThread Checking intern URLs only; use --check-extern to check extern URLs.
Step #7 - "build-e2e": Fetched 18.3 MB in 6s (3025 kB/s)
Step #4 - "tests": LinkChecker 9.3              Copyright (C) 2000-2014 Bastian Kleineidam
Step #4 - "tests": LinkChecker comes with ABSOLUTELY NO WARRANTY!
Step #4 - "tests": This is free software, and you are welcome to redistribute it
Step #4 - "tests": under certain conditions. Look at the file `LICENSE' within this
Step #4 - "tests": distribution.
Step #4 - "tests": Get the newest version at http://wummel.github.io/linkchecker/
Step #4 - "tests": Write comments and bugs to https://github.com/wummel/linkchecker/issues
Step #4 - "tests": Support this project at http://wummel.github.io/linkchecker/donations.html
Step #4 - "tests": 
Step #4 - "tests": Start checking at 2019-01-18 16:54:33+000
Step #4 - "tests": 10 threads active,     4 links queued,   22 links in   4 URLs checked, runtime 1 seconds
Step #7 - "build-e2e": Reading package lists...
Step #7 - "build-e2e": Reading package lists...
Step #7 - "build-e2e": Building dependency tree...
Step #7 - "build-e2e": Reading state information...
Step #7 - "build-e2e": python is already the newest version (2.7.12-1~16.04).
Step #7 - "build-e2e": python set to manually installed.
Step #7 - "build-e2e": The following packages were automatically installed and are no longer required:
Step #7 - "build-e2e":   libexpat1-dev libpython-dev libpython2.7 libpython2.7-dev
Step #7 - "build-e2e":   python-pkg-resources python2.7-dev
Step #7 - "build-e2e": Use 'apt autoremove' to remove them.
Step #7 - "build-e2e": The following additional packages will be installed:
Step #7 - "build-e2e":   libonig2 unzip
Step #7 - "build-e2e": Suggested packages:
Step #7 - "build-e2e":   gcc-multilib autoconf automake libtool flex bison gdb gcc-doc make-doc
Step #7 - "build-e2e": The following NEW packages will be installed:
Step #7 - "build-e2e":   gcc jq libonig2 make psmisc unzip wget zip
Step #7 - "build-e2e": 0 upgraded, 8 newly installed, 0 to remove and 10 not upgraded.
Step #7 - "build-e2e": Need to get 746 kB/1051 kB of archives.
Step #7 - "build-e2e": After this operation, 3466 kB of additional disk space will be used.
Step #7 - "build-e2e": Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 psmisc amd64 22.21-2.1build1 [48.0 kB]
Step #7 - "build-e2e": Get:2 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libonig2 amd64 5.9.6-1ubuntu0.1 [86.7 kB]
Step #7 - "build-e2e": Get:3 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 jq amd64 1.5+dfsg-1ubuntu0.1 [144 kB]
Step #7 - "build-e2e": Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 make amd64 4.1-6 [151 kB]
Step #7 - "build-e2e": Get:5 http://archive.ubuntu.com/ubuntu xenial/main amd64 unzip amd64 6.0-20ubuntu1 [158 kB]
Step #7 - "build-e2e": Get:6 http://archive.ubuntu.com/ubuntu xenial/main amd64 zip amd64 3.0-11 [158 kB]
Step #7 - "build-e2e": Fetched 746 kB in 1s (585 kB/s)
Step #7 - "build-e2e": Selecting previously unselected package psmisc.
Step #7 - "build-e2e": (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15833 files and directories currently installed.)
Step #7 - "build-e2e": Preparing to unpack .../psmisc_22.21-2.1build1_amd64.deb ...
Step #7 - "build-e2e": Unpacking psmisc (22.21-2.1build1) ...
Step #7 - "build-e2e": Selecting previously unselected package wget.
Step #7 - "build-e2e": Preparing to unpack .../wget_1.17.1-1ubuntu1.4_amd64.deb ...
Step #7 - "build-e2e": Unpacking wget (1.17.1-1ubuntu1.4) ...
Step #7 - "build-e2e": Selecting previously unselected package gcc.
Step #7 - "build-e2e": Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ...
Step #7 - "build-e2e": Unpacking gcc (4:5.3.1-1ubuntu1) ...
Step #7 - "build-e2e": Selecting previously unselected package libonig2:amd64.
Step #7 - "build-e2e": Preparing to unpack .../libonig2_5.9.6-1ubuntu0.1_amd64.deb ...
Step #7 - "build-e2e": Unpacking libonig2:amd64 (5.9.6-1ubuntu0.1) ...
Step #7 - "build-e2e": Selecting previously unselected package jq.
Step #7 - "build-e2e": Preparing to unpack .../jq_1.5+dfsg-1ubuntu0.1_amd64.deb ...
Step #7 - "build-e2e": Unpacking jq (1.5+dfsg-1ubuntu0.1) ...
Step #7 - "build-e2e": Selecting previously unselected package make.
Step #7 - "build-e2e": Preparing to unpack .../archives/make_4.1-6_amd64.deb ...
Step #7 - "build-e2e": Unpacking make (4.1-6) ...
Step #7 - "build-e2e": Selecting previously unselected package unzip.
Step #7 - "build-e2e": Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ...
Step #7 - "build-e2e": Unpacking unzip (6.0-20ubuntu1) ...
Step #7 - "build-e2e": Selecting previously unselected package zip.
Step #7 - "build-e2e": Preparing to unpack .../archives/zip_3.0-11_amd64.deb ...
Step #7 - "build-e2e": Unpacking zip (3.0-11) ...
Step #7 - "build-e2e": Processing triggers for libc-bin (2.23-0ubuntu10) ...
Step #7 - "build-e2e": Processing triggers for mime-support (3.59ubuntu1) ...
Step #7 - "build-e2e": Setting up psmisc (22.21-2.1build1) ...
Step #7 - "build-e2e": Setting up wget (1.17.1-1ubuntu1.4) ...
Step #7 - "build-e2e": Setting up gcc (4:5.3.1-1ubuntu1) ...
Step #7 - "build-e2e": Setting up libonig2:amd64 (5.9.6-1ubuntu0.1) ...
Step #7 - "build-e2e": Setting up jq (1.5+dfsg-1ubuntu0.1) ...
Step #7 - "build-e2e": Setting up make (4.1-6) ...
Step #7 - "build-e2e": Setting up unzip (6.0-20ubuntu1) ...
Step #7 - "build-e2e": Setting up zip (3.0-11) ...
Step #7 - "build-e2e": Processing triggers for libc-bin (2.23-0ubuntu10) ...
Step #4 - "tests": 10 threads active,   218 links queued,  344 links in  16 URLs checked, runtime 6 seconds
Step #7 - "build-e2e": Removing intermediate container 524034df27cf
Step #7 - "build-e2e":  ---> 961e6c7f5889
Step #7 - "build-e2e": Step 3/20 : WORKDIR /usr/local
Step #7 - "build-e2e":  ---> Running in f14c42601cec
Step #7 - "build-e2e": Removing intermediate container f14c42601cec
Step #7 - "build-e2e":  ---> 655d210898c6
Step #7 - "build-e2e": Step 4/20 : ENV GO_VERSION=1.11.1
Step #7 - "build-e2e":  ---> Running in b3c1b5377b31
Step #7 - "build-e2e": Removing intermediate container b3c1b5377b31
Step #7 - "build-e2e":  ---> 523a68bcbd6d
Step #7 - "build-e2e": Step 5/20 : ENV GOPATH /go
Step #7 - "build-e2e":  ---> Running in 69222b743c31
Step #7 - "build-e2e": Removing intermediate container 69222b743c31
Step #7 - "build-e2e":  ---> b5825c9a4513
Step #7 - "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 #7 - "build-e2e":  ---> Running in e1451e889cad
Step #4 - "tests": 10 threads active,   208 links queued,  420 links in  29 URLs checked, runtime 11 seconds
Step #7 - "build-e2e": The command '/bin/sh -c 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}' returned a non-zero code: 8
Finished Step #7 - "build-e2e"
Finished Step #6 - "build"
Finished Step #4 - "tests"
ERROR
ERROR: build step 7 "gcr.io/cloud-builders/docker" failed: exit status 8

@markmandel
Copy link
Member Author

This was being flaky because of #494 - once that goes through, I'll run this test again. But the code can be reviewed, along with the website.

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: b7ec6a6c-4908-4f98-be68-7ca337fa8050

Build Logs
starting build "b7ec6a6c-4908-4f98-be68-7ca337fa8050"

FETCHSOURCE
Initialized empty Git repository in /workspace/.git/
From https://source.developers.google.com/p/agones-images/r/agones
 * branch              710e6a2104f4695833e808893eaba347f1abbc7b -> FETCH_HEAD
Checking out files:  84% (13586/16087)   
Checking out files:  85% (13674/16087)   
Checking out files:  86% (13835/16087)   
Checking out files:  87% (13996/16087)   
Checking out files:  88% (14157/16087)   
Checking out files:  89% (14318/16087)   
Checking out files:  90% (14479/16087)   
Checking out files:  91% (14640/16087)   
Checking out files:  92% (14801/16087)   
Checking out files:  93% (14961/16087)   
Checking out files:  94% (15122/16087)   
Checking out files:  95% (15283/16087)   
Checking out files:  96% (15444/16087)   
Checking out files:  97% (15605/16087)   
Checking out files:  98% (15766/16087)   
Checking out files:  99% (15927/16087)   
Checking out files: 100% (16087/16087)   
Checking out files: 100% (16087/16087), done.
HEAD is now at 710e6a21 Merge branch 'master' into feature/website
BUILD
Starting Step #0
Step #0: Pulling image: ubuntu
Step #0: Using default tag: latest
Step #0: latest: Pulling from library/ubuntu
Step #0: Digest: sha256:cef0c2cde57a973ed80513a7d3614bc654d9d6becad2c068c9328b41bb3f6713
Step #0: Status: Downloaded newer image for ubuntu:latest
Finished Step #0
Starting Step #1
Step #1: Already have image (with digest): gcr.io/cloud-builders/docker
Step #1: Sending build context to Docker daemon  173.6MB

Step #1: Step 1/3 : FROM gcr.io/cloud-builders/docker
Step #1:  ---> 1992f5155e11
Step #1: Step 2/3 : RUN apt-get install make
Step #1:  ---> Running in 170815170fd7
Step #1: Reading package lists...
Step #1: Building dependency tree...
Step #1: Reading state information...
Step #1: make is already the newest version (4.1-6).
Step #1: 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
Step #1: Removing intermediate container 170815170fd7
Step #1:  ---> 7c4601de2c4a
Step #1: Step 3/3 : ENTRYPOINT ["/usr/bin/make"]
Step #1:  ---> Running in a06aa381f146
Step #1: Removing intermediate container a06aa381f146
Step #1:  ---> 07498073880c
Step #1: Successfully built 07498073880c
Step #1: Successfully tagged make-docker:latest
Finished Step #1
Starting Step #2
Step #2: Already have image: make-docker
Step #2: docker pull gcr.io/agones-images/agones-build:db76ca0bfb && docker tag gcr.io/agones-images/agones-build:db76ca0bfb agones-build:db76ca0bfb
Step #2: Error response from daemon: manifest for gcr.io/agones-images/agones-build:db76ca0bfb not found
Step #2: Makefile:358: recipe for target 'pull-build-image' failed
Step #2: make: [pull-build-image] Error 1 (ignored)
Finished Step #2
Starting Step #3 - "lint"
Step #3 - "lint": Already have image: make-docker
Step #3 - "lint": mkdir -p ~/.kube/
Step #3 - "lint": mkdir -p /workspace/build//.config/gcloud
Step #3 - "lint": mkdir -p ~/.helm
Step #3 - "lint": Could not find agones-build:db76ca0bfb image. Building...
Step #3 - "lint": make[1]: Entering directory '/workspace/build'
Step #3 - "lint": docker build --tag=agones-build:db76ca0bfb /workspace/build//build-image 
Step #3 - "lint": Sending build context to Docker daemon  17.92kB

Step #3 - "lint": Step 1/33 : FROM gcr.io/agones-images/grpc-cxx:1.16.1
Step #3 - "lint": 1.16.1: Pulling from agones-images/grpc-cxx
Step #3 - "lint": 54f7e8ac135a: Pulling fs layer
Step #3 - "lint": d6b856b25aeb: Pulling fs layer
Step #3 - "lint": b4d69f3225dc: Pulling fs layer
Step #3 - "lint": 54f7e8ac135a: Verifying Checksum
Step #3 - "lint": 54f7e8ac135a: Download complete
Step #3 - "lint": d6b856b25aeb: Verifying Checksum
Step #3 - "lint": d6b856b25aeb: Download complete
Step #3 - "lint": 54f7e8ac135a: Pull complete
Step #3 - "lint": b4d69f3225dc: Verifying Checksum
Step #3 - "lint": b4d69f3225dc: Download complete
Step #3 - "lint": d6b856b25aeb: Pull complete
Step #3 - "lint": b4d69f3225dc: Pull complete
Step #3 - "lint": Digest: sha256:ac598e5d35a7d253f8c93f0a11dbeb2df17d0dab83693fa5cb55b119beb01d01
Step #3 - "lint": Status: Downloaded newer image for gcr.io/agones-images/grpc-cxx:1.16.1
Step #3 - "lint":  ---> 8b1e772a99a1
Step #3 - "lint": Step 2/33 : RUN apt-get update &&     apt-get install -y wget psmisc rsync make python bash-completion zip nano jq graphviz linkchecker gettext-base &&     apt-get clean
Step #3 - "lint":  ---> Running in 2384dfd3e4c3
Step #3 - "lint": Ign:1 http://deb.debian.org/debian stretch InRelease
Step #3 - "lint": Get:2 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
Step #3 - "lint": Get:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
Step #3 - "lint": Hit:4 http://deb.debian.org/debian stretch Release
Step #3 - "lint": Get:5 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [467 kB]
Step #3 - "lint": Get:6 http://deb.debian.org/debian stretch-updates/main amd64 Packages.diff/Index [6640 B]
Step #3 - "lint": Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages 2019-01-02-2012.38.pdiff [332 B]
Step #3 - "lint": Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages 2019-01-02-2012.38.pdiff [332 B]
Step #3 - "lint": Fetched 660 kB in 0s (1920 kB/s)
Step #3 - "lint": Reading package lists...
Step #3 - "lint": Reading package lists...
Step #3 - "lint": Building dependency tree...
Step #3 - "lint": Reading state information...
Step #3 - "lint": make is already the newest version (4.1-9.1).
Step #3 - "lint": rsync is already the newest version (3.1.2-1+deb9u1).
Step #3 - "lint": rsync set to manually installed.
Step #3 - "lint": The following additional packages will be installed:
Step #3 - "lint":   fontconfig fontconfig-config fonts-dejavu-core fonts-liberation libann0
Step #3 - "lint":   libcairo2 libcdt5 libcgraph6 libdatrie1 libfontconfig1 libfreetype6 libgd3
Step #3 - "lint":   libgraphite2-3 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz0b
Step #3 - "lint":   libice6 libjbig0 libjpeg62-turbo libjq1 libonig4 libpango-1.0-0
Step #3 - "lint":   libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpixman-1-0 libpng16-16
Step #3 - "lint":   libpython-stdlib libpython2.7-minimal libpython2.7-stdlib libsm6
Step #3 - "lint":   libthai-data libthai0 libtiff5 libwebp6 libxaw7 libxcb-render0 libxcb-shm0
Step #3 - "lint":   libxdot4 libxmu6 libxpm4 libxrender1 libxt6 mime-support python-cffi-backend
Step #3 - "lint":   python-chardet python-cryptography python-enum34 python-idna
Step #3 - "lint":   python-ipaddress python-minimal python-openssl python-pkg-resources
Step #3 - "lint":   python-pyasn1 python-requests python-setuptools python-six python-urllib3
Step #3 - "lint":   python2.7 python2.7-minimal ucf x11-common
Step #3 - "lint": Suggested packages:
Step #3 - "lint":   gsfonts graphviz-doc libgd-tools clamav-daemon linkchecker-gui
Step #3 - "lint":   linkchecker-web python-argcomplete python-cssutils python-gconf python-geoip
Step #3 - "lint":   python-meliae python-twill spell python-doc python-tk
Step #3 - "lint":   python-cryptography-doc python-cryptography-vectors python-enum34-doc
Step #3 - "lint":   python-openssl-doc python-openssl-dbg doc-base python-socks
Step #3 - "lint":   python-setuptools-doc python-ntlm python2.7-doc binfmt-support
Step #3 - "lint": The following NEW packages will be installed:
Step #3 - "lint":   bash-completion fontconfig fontconfig-config fonts-dejavu-core
Step #3 - "lint":   fonts-liberation gettext-base graphviz jq libann0 libcairo2 libcdt5
Step #3 - "lint":   libcgraph6 libdatrie1 libfontconfig1 libfreetype6 libgd3 libgraphite2-3
Step #3 - "lint":   libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz0b libice6 libjbig0
Step #3 - "lint":   libjpeg62-turbo libjq1 libonig4 libpango-1.0-0 libpangocairo-1.0-0
Step #3 - "lint":   libpangoft2-1.0-0 libpathplan4 libpixman-1-0 libpng16-16 libpython-stdlib
Step #3 - "lint":   libpython2.7-minimal libpython2.7-stdlib libsm6 libthai-data libthai0
Step #3 - "lint":   libtiff5 libwebp6 libxaw7 libxcb-render0 libxcb-shm0 libxdot4 libxmu6
Step #3 - "lint":   libxpm4 libxrender1 libxt6 linkchecker mime-support nano psmisc python
Step #3 - "lint":   python-cffi-backend python-chardet python-cryptography python-enum34
Step #3 - "lint":   python-idna python-ipaddress python-minimal python-openssl
Step #3 - "lint":   python-pkg-resources python-pyasn1 python-requests python-setuptools
Step #3 - "lint":   python-six python-urllib3 python2.7 python2.7-minimal ucf wget x11-common
Step #3 - "lint":   zip
Step #3 - "lint": 0 upgraded, 74 newly installed, 0 to remove and 4 not upgraded.
Step #3 - "lint": Need to get 18.7 MB of archives.
Step #3 - "lint": After this operation, 65.5 MB of additional disk space will be used.
Step #3 - "lint": Get:1 http://deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB]
Step #3 - "lint": Get:2 http://security.debian.org/debian-security stretch/updates/main amd64 libtiff5 amd64 4.0.8-2+deb9u4 [238 kB]
Step #3 - "lint": Get:3 http://deb.debian.org/debian stretch/main amd64 libpython2.7-minimal amd64 2.7.13-2+deb9u3 [389 kB]
Step #3 - "lint": Get:4 http://deb.debian.org/debian stretch/main amd64 python2.7-minimal amd64 2.7.13-2+deb9u3 [1382 kB]
Step #3 - "lint": Get:5 http://deb.debian.org/debian stretch/main amd64 python-minimal amd64 2.7.13-2 [40.5 kB]
Step #3 - "lint": Get:6 http://deb.debian.org/debian stretch/main amd64 mime-support all 3.60 [36.7 kB]
Step #3 - "lint": Get:7 http://deb.debian.org/debian stretch/main amd64 libpython2.7-stdlib amd64 2.7.13-2+deb9u3 [1897 kB]
Step #3 - "lint": Get:8 http://deb.debian.org/debian stretch/main amd64 python2.7 amd64 2.7.13-2+deb9u3 [285 kB]
Step #3 - "lint": Get:9 http://deb.debian.org/debian stretch/main amd64 libpython-stdlib amd64 2.7.13-2 [20.0 kB]
Step #3 - "lint": Get:10 http://deb.debian.org/debian stretch/main amd64 python amd64 2.7.13-2 [154 kB]
Step #3 - "lint": Get:11 http://deb.debian.org/debian stretch/main amd64 libpng16-16 amd64 1.6.28-1 [280 kB]
Step #3 - "lint": Get:12 http://deb.debian.org/debian stretch/main amd64 libfreetype6 amd64 2.6.3-3.2 [438 kB]
Step #3 - "lint": Get:13 http://deb.debian.org/debian stretch/main amd64 ucf all 3.0036 [70.2 kB]
Step #3 - "lint": Get:14 http://deb.debian.org/debian stretch/main amd64 fonts-dejavu-core all 2.37-1 [1068 kB]
Step #3 - "lint": Get:15 http://deb.debian.org/debian stretch/main amd64 fonts-liberation all 1:1.07.4-2 [827 kB]
Step #3 - "lint": Get:16 http://deb.debian.org/debian stretch/main amd64 fontconfig-config all 2.11.0-6.7 [271 kB]
Step #3 - "lint": Get:17 http://deb.debian.org/debian stretch/main amd64 libfontconfig1 amd64 2.11.0-6.7+b1 [331 kB]
Step #3 - "lint": Get:18 http://deb.debian.org/debian stretch/main amd64 fontconfig amd64 2.11.0-6.7+b1 [404 kB]
Step #3 - "lint": Get:19 http://deb.debian.org/debian stretch/main amd64 nano amd64 2.7.4-1 [485 kB]
Step #3 - "lint": Get:20 http://deb.debian.org/debian stretch/main amd64 wget amd64 1.18-5+deb9u2 [799 kB]
Step #3 - "lint": Get:21 http://deb.debian.org/debian stretch/main amd64 gettext-base amd64 0.19.8.1-2 [121 kB]
Step #3 - "lint": Get:22 http://deb.debian.org/debian stretch/main amd64 libann0 amd64 1.1.2+doc-6 [24.9 kB]
Step #3 - "lint": Get:23 http://deb.debian.org/debian stretch/main amd64 libcdt5 amd64 2.38.0-17 [59.6 kB]
Step #3 - "lint": Get:24 http://deb.debian.org/debian stretch/main amd64 libcgraph6 amd64 2.38.0-17 [82.2 kB]
Step #3 - "lint": Get:25 http://deb.debian.org/debian stretch/main amd64 libjpeg62-turbo amd64 1:1.5.1-2 [134 kB]
Step #3 - "lint": Get:26 http://deb.debian.org/debian stretch/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB]
Step #3 - "lint": Get:27 http://deb.debian.org/debian stretch/main amd64 libwebp6 amd64 0.5.2-1 [235 kB]
Step #3 - "lint": Get:28 http://deb.debian.org/debian stretch/main amd64 libxpm4 amd64 1:3.5.12-1 [49.1 kB]
Step #3 - "lint": Get:29 http://deb.debian.org/debian stretch/main amd64 libgd3 amd64 2.2.4-2+deb9u3 [132 kB]
Step #3 - "lint": Get:30 http://deb.debian.org/debian stretch/main amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [158 kB]
Step #3 - "lint": Get:31 http://deb.debian.org/debian stretch/main amd64 libpixman-1-0 amd64 0.34.0-1 [530 kB]
Step #3 - "lint": Get:32 http://deb.debian.org/debian stretch/main amd64 libxcb-render0 amd64 1.12-1 [105 kB]
Step #3 - "lint": Get:33 http://deb.debian.org/debian stretch/main amd64 libxcb-shm0 amd64 1.12-1 [95.9 kB]
Step #3 - "lint": Get:34 http://deb.debian.org/debian stretch/main amd64 libxrender1 amd64 1:0.9.10-1 [33.0 kB]
Step #3 - "lint": Get:35 http://deb.debian.org/debian stretch/main amd64 libcairo2 amd64 1.14.8-1 [771 kB]
Step #3 - "lint": Get:36 http://deb.debian.org/debian stretch/main amd64 libthai-data all 0.1.26-1 [166 kB]
Step #3 - "lint": Get:37 http://deb.debian.org/debian stretch/main amd64 libdatrie1 amd64 0.2.10-4+b1 [36.4 kB]
Step #3 - "lint": Get:38 http://deb.debian.org/debian stretch/main amd64 libthai0 amd64 0.1.26-1 [52.1 kB]
Step #3 - "lint": Get:39 http://deb.debian.org/debian stretch/main amd64 libpango-1.0-0 amd64 1.40.5-1 [320 kB]
Step #3 - "lint": Get:40 http://deb.debian.org/debian stretch/main amd64 libgraphite2-3 amd64 1.3.10-1 [84.2 kB]
Step #3 - "lint": Get:41 http://deb.debian.org/debian stretch/main amd64 libharfbuzz0b amd64 1.4.2-1 [671 kB]
Step #3 - "lint": Get:42 http://deb.debian.org/debian stretch/main amd64 libpangoft2-1.0-0 amd64 1.40.5-1 [205 kB]
Step #3 - "lint": Get:43 http://deb.debian.org/debian stretch/main amd64 libpangocairo-1.0-0 amd64 1.40.5-1 [193 kB]
Step #3 - "lint": Get:44 http://deb.debian.org/debian stretch/main amd64 libpathplan4 amd64 2.38.0-17 [62.8 kB]
Step #3 - "lint": Get:45 http://deb.debian.org/debian stretch/main amd64 libxdot4 amd64 2.38.0-17 [55.6 kB]
Step #3 - "lint": Get:46 http://deb.debian.org/debian stretch/main amd64 libgvc6 amd64 2.38.0-17 [639 kB]
Step #3 - "lint": Get:47 http://deb.debian.org/debian stretch/main amd64 libgvpr2 amd64 2.38.0-17 [211 kB]
Step #3 - "lint": Get:48 http://deb.debian.org/debian stretch/main amd64 x11-common all 1:7.7+19 [251 kB]
Step #3 - "lint": Get:49 http://deb.debian.org/debian stretch/main amd64 libice6 amd64 2:1.0.9-2 [58.7 kB]
Step #3 - "lint": Get:50 http://deb.debian.org/debian stretch/main amd64 libsm6 amd64 2:1.2.2-1+b3 [33.3 kB]
Step #3 - "lint": Get:51 http://deb.debian.org/debian stretch/main amd64 libxt6 amd64 1:1.1.5-1 [188 kB]
Step #3 - "lint": Get:52 http://deb.debian.org/debian stretch/main amd64 libxmu6 amd64 2:1.1.2-2 [60.3 kB]
Step #3 - "lint": Get:53 http://deb.debian.org/debian stretch/main amd64 libxaw7 amd64 2:1.0.13-1+b2 [201 kB]
Step #3 - "lint": Get:54 http://deb.debian.org/debian stretch/main amd64 graphviz amd64 2.38.0-17 [802 kB]
Step #3 - "lint": Get:55 http://deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB]
Step #3 - "lint": Get:56 http://deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB]
Step #3 - "lint": Get:57 http://deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB]
Step #3 - "lint": Get:58 http://deb.debian.org/debian stretch/main amd64 libgts-bin amd64 0.7.6+darcs121130-4 [50.8 kB]
Step #3 - "lint": Get:59 http://deb.debian.org/debian stretch/main amd64 python-six all 1.10.0-3 [14.4 kB]
Step #3 - "lint": Get:60 http://deb.debian.org/debian stretch/main amd64 python-urllib3 all 1.19.1-1 [77.5 kB]
Step #3 - "lint": Get:61 http://deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB]
Step #3 - "lint": Get:62 http://deb.debian.org/debian stretch/main amd64 python-chardet all 2.3.0-2 [96.0 kB]
Step #3 - "lint": Get:63 http://deb.debian.org/debian stretch/main amd64 python-requests all 2.12.4-1 [101 kB]
Step #3 - "lint": Get:64 http://deb.debian.org/debian stretch/main amd64 linkchecker amd64 9.3-4 [312 kB]
Step #3 - "lint": Get:65 http://deb.debian.org/debian stretch/main amd64 psmisc amd64 22.21-2.1+b2 [123 kB]
Step #3 - "lint": Get:66 http://deb.debian.org/debian stretch/main amd64 python-cffi-backend amd64 1.9.1-2 [69.0 kB]
Step #3 - "lint": Get:67 http://deb.debian.org/debian stretch/main amd64 python-enum34 all 1.1.6-1 [35.0 kB]
Step #3 - "lint": Get:68 http://deb.debian.org/debian stretch/main amd64 python-idna all 2.2-1 [32.6 kB]
Step #3 - "lint": Get:69 http://deb.debian.org/debian stretch/main amd64 python-ipaddress all 1.0.17-1 [18.1 kB]
Step #3 - "lint": Get:70 http://deb.debian.org/debian stretch/main amd64 python-pyasn1 all 0.1.9-2 [51.8 kB]
Step #3 - "lint": Get:71 http://deb.debian.org/debian stretch/main amd64 python-setuptools all 33.1.1-1 [297 kB]
Step #3 - "lint": Get:72 http://deb.debian.org/debian stretch/main amd64 python-cryptography amd64 1.7.1-3 [211 kB]
Step #3 - "lint": Get:73 http://deb.debian.org/debian stretch/main amd64 python-openssl all 16.2.0-1 [43.7 kB]
Step #3 - "lint": Get:74 http://deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB]
Step #3 - "lint": �[91mdebconf: delaying package configuration, since apt-utils is not installed
Step #3 - "lint": �[0mFetched 18.7 MB in 0s (68.1 MB/s)
Step #3 - "lint": Selecting previously unselected package bash-completion.
Step #3 - "lint": (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 ... 17197 files and directories currently installed.)
Step #3 - "lint": Preparing to unpack .../0-bash-completion_1%3a2.1-4.3_all.deb ...
Step #3 - "lint": Unpacking bash-completion (1:2.1-4.3) ...
Step #3 - "lint": Selecting previously unselected package libpython2.7-minimal:amd64.
Step #3 - "lint": Preparing to unpack .../1-libpython2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package python2.7-minimal.
Step #3 - "lint": Preparing to unpack .../2-python2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking python2.7-minimal (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package python-minimal.
Step #3 - "lint": Preparing to unpack .../3-python-minimal_2.7.13-2_amd64.deb ...
Step #3 - "lint": Unpacking python-minimal (2.7.13-2) ...
Step #3 - "lint": Selecting previously unselected package mime-support.
Step #3 - "lint": Preparing to unpack .../4-mime-support_3.60_all.deb ...
Step #3 - "lint": Unpacking mime-support (3.60) ...
Step #3 - "lint": Selecting previously unselected package libpython2.7-stdlib:amd64.
Step #3 - "lint": Preparing to unpack .../5-libpython2.7-stdlib_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package python2.7.
Step #3 - "lint": Preparing to unpack .../6-python2.7_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking python2.7 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package libpython-stdlib:amd64.
Step #3 - "lint": Preparing to unpack .../7-libpython-stdlib_2.7.13-2_amd64.deb ...
Step #3 - "lint": Unpacking libpython-stdlib:amd64 (2.7.13-2) ...
Step #3 - "lint": Setting up libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Setting up python2.7-minimal (2.7.13-2+deb9u3) ...
Step #3 - "lint": Linking and byte-compiling packages for runtime python2.7...
Step #3 - "lint": Setting up python-minimal (2.7.13-2) ...
Step #3 - "lint": Selecting previously unselected package python.
Step #3 - "lint": (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 ... 18545 files and directories currently installed.)
Step #3 - "lint": Preparing to unpack .../00-python_2.7.13-2_amd64.deb ...
Step #3 - "lint": Unpacking python (2.7.13-2) ...
Step #3 - "lint": Selecting previously unselected package libpng16-16:amd64.
Step #3 - "lint": Preparing to unpack .../01-libpng16-16_1.6.28-1_amd64.deb ...
Step #3 - "lint": Unpacking libpng16-16:amd64 (1.6.28-1) ...
Step #3 - "lint": Selecting previously unselected package libfreetype6:amd64.
Step #3 - "lint": Preparing to unpack .../02-libfreetype6_2.6.3-3.2_amd64.deb ...
Step #3 - "lint": Unpacking libfreetype6:amd64 (2.6.3-3.2) ...
Step #3 - "lint": Selecting previously unselected package ucf.
Step #3 - "lint": Preparing to unpack .../03-ucf_3.0036_all.deb ...
Step #3 - "lint": Moving old data out of the way
Step #3 - "lint": Unpacking ucf (3.0036) ...
Step #3 - "lint": Selecting previously unselected package fonts-dejavu-core.
Step #3 - "lint": Preparing to unpack .../04-fonts-dejavu-core_2.37-1_all.deb ...
Step #3 - "lint": Unpacking fonts-dejavu-core (2.37-1) ...
Step #3 - "lint": Selecting previously unselected package fonts-liberation.
Step #3 - "lint": Preparing to unpack .../05-fonts-liberation_1%3a1.07.4-2_all.deb ...
Step #3 - "lint": Unpacking fonts-liberation (1:1.07.4-2) ...
Step #3 - "lint": Selecting previously unselected package fontconfig-config.
Step #3 - "lint": Preparing to unpack .../06-fontconfig-config_2.11.0-6.7_all.deb ...
Step #3 - "lint": Unpacking fontconfig-config (2.11.0-6.7) ...
Step #3 - "lint": Selecting previously unselected package libfontconfig1:amd64.
Step #3 - "lint": Preparing to unpack .../07-libfontconfig1_2.11.0-6.7+b1_amd64.deb ...
Step #3 - "lint": Unpacking libfontconfig1:amd64 (2.11.0-6.7+b1) ...
Step #3 - "lint": Selecting previously unselected package fontconfig.
Step #3 - "lint": Preparing to unpack .../08-fontconfig_2.11.0-6.7+b1_amd64.deb ...
Step #3 - "lint": Unpacking fontconfig (2.11.0-6.7+b1) ...
Step #3 - "lint": Selecting previously unselected package nano.
Step #3 - "lint": Preparing to unpack .../09-nano_2.7.4-1_amd64.deb ...
Step #3 - "lint": Unpacking nano (2.7.4-1) ...
Step #3 - "lint": Selecting previously unselected package wget.
Step #3 - "lint": Preparing to unpack .../10-wget_1.18-5+deb9u2_amd64.deb ...
Step #3 - "lint": Unpacking wget (1.18-5+deb9u2) ...
Step #3 - "lint": Selecting previously unselected package gettext-base.
Step #3 - "lint": Preparing to unpack .../11-gettext-base_0.19.8.1-2_amd64.deb ...
Step #3 - "lint": Unpacking gettext-base (0.19.8.1-2) ...
Step #3 - "lint": Selecting previously unselected package libann0.
Step #3 - "lint": Preparing to unpack .../12-libann0_1.1.2+doc-6_amd64.deb ...
Step #3 - "lint": Unpacking libann0 (1.1.2+doc-6) ...
Step #3 - "lint": Selecting previously unselected package libcdt5.
Step #3 - "lint": Preparing to unpack .../13-libcdt5_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libcdt5 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libcgraph6.
Step #3 - "lint": Preparing to unpack .../14-libcgraph6_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libcgraph6 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libjpeg62-turbo:amd64.
Step #3 - "lint": Preparing to unpack .../15-libjpeg62-turbo_1%3a1.5.1-2_amd64.deb ...
Step #3 - "lint": Unpacking libjpeg62-turbo:amd64 (1:1.5.1-2) ...
Step #3 - "lint": Selecting previously unselected package libjbig0:amd64.
Step #3 - "lint": Preparing to unpack .../16-libjbig0_2.1-3.1+b2_amd64.deb ...
Step #3 - "lint": Unpacking libjbig0:amd64 (2.1-3.1+b2) ...
Step #3 - "lint": Selecting previously unselected package libtiff5:amd64.
Step #3 - "lint": Preparing to unpack .../17-libtiff5_4.0.8-2+deb9u4_amd64.deb ...
Step #3 - "lint": Unpacking libtiff5:amd64 (4.0.8-2+deb9u4) ...
Step #3 - "lint": Selecting previously unselected package libwebp6:amd64.
Step #3 - "lint": Preparing to unpack .../18-libwebp6_0.5.2-1_amd64.deb ...
Step #3 - "lint": Unpacking libwebp6:amd64 (0.5.2-1) ...
Step #3 - "lint": Selecting previously unselected package libxpm4:amd64.
Step #3 - "lint": Preparing to unpack .../19-libxpm4_1%3a3.5.12-1_amd64.deb ...
Step #3 - "lint": Unpacking libxpm4:amd64 (1:3.5.12-1) ...
Step #3 - "lint": Selecting previously unselected package libgd3:amd64.
Step #3 - "lint": Preparing to unpack .../20-libgd3_2.2.4-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking libgd3:amd64 (2.2.4-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package libgts-0.7-5:amd64.
Step #3 - "lint": Preparing to unpack .../21-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ...
Step #3 - "lint": Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
Step #3 - "lint": Selecting previously unselected package libpixman-1-0:amd64.
Step #3 - "lint": Preparing to unpack .../22-libpixman-1-0_0.34.0-1_amd64.deb ...
Step #3 - "lint": Unpacking libpixman-1-0:amd64 (0.34.0-1) ...
Step #3 - "lint": Selecting previously unselected package libxcb-render0:amd64.
Step #3 - "lint": Preparing to unpack .../23-libxcb-render0_1.12-1_amd64.deb ...
Step #3 - "lint": Unpacking libxcb-render0:amd64 (1.12-1) ...
Step #3 - "lint": Selecting previously unselected package libxcb-shm0:amd64.
Step #3 - "lint": Preparing to unpack .../24-libxcb-shm0_1.12-1_amd64.deb ...
Step #3 - "lint": Unpacking libxcb-shm0:amd64 (1.12-1) ...
Step #3 - "lint": Selecting previously unselected package libxrender1:amd64.
Step #3 - "lint": Preparing to unpack .../25-libxrender1_1%3a0.9.10-1_amd64.deb ...
Step #3 - "lint": Unpacking libxrender1:amd64 (1:0.9.10-1) ...
Step #3 - "lint": Selecting previously unselected package libcairo2:amd64.
Step #3 - "lint": Preparing to unpack .../26-libcairo2_1.14.8-1_amd64.deb ...
Step #3 - "lint": Unpacking libcairo2:amd64 (1.14.8-1) ...
Step #3 - "lint": Selecting previously unselected package libthai-data.
Step #3 - "lint": Preparing to unpack .../27-libthai-data_0.1.26-1_all.deb ...
Step #3 - "lint": Unpacking libthai-data (0.1.26-1) ...
Step #3 - "lint": Selecting previously unselected package libdatrie1:amd64.
Step #3 - "lint": Preparing to unpack .../28-libdatrie1_0.2.10-4+b1_amd64.deb ...
Step #3 - "lint": Unpacking libdatrie1:amd64 (0.2.10-4+b1) ...
Step #3 - "lint": Selecting previously unselected package libthai0:amd64.
Step #3 - "lint": Preparing to unpack .../29-libthai0_0.1.26-1_amd64.deb ...
Step #3 - "lint": Unpacking libthai0:amd64 (0.1.26-1) ...
Step #3 - "lint": Selecting previously unselected package libpango-1.0-0:amd64.
Step #3 - "lint": Preparing to unpack .../30-libpango-1.0-0_1.40.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libpango-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Selecting previously unselected package libgraphite2-3:amd64.
Step #3 - "lint": Preparing to unpack .../31-libgraphite2-3_1.3.10-1_amd64.deb ...
Step #3 - "lint": Unpacking libgraphite2-3:amd64 (1.3.10-1) ...
Step #3 - "lint": Selecting previously unselected package libharfbuzz0b:amd64.
Step #3 - "lint": Preparing to unpack .../32-libharfbuzz0b_1.4.2-1_amd64.deb ...
Step #3 - "lint": Unpacking libharfbuzz0b:amd64 (1.4.2-1) ...
Step #3 - "lint": Selecting previously unselected package libpangoft2-1.0-0:amd64.
Step #3 - "lint": Preparing to unpack .../33-libpangoft2-1.0-0_1.40.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libpangoft2-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Selecting previously unselected package libpangocairo-1.0-0:amd64.
Step #3 - "lint": Preparing to unpack .../34-libpangocairo-1.0-0_1.40.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libpangocairo-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Selecting previously unselected package libpathplan4.
Step #3 - "lint": Preparing to unpack .../35-libpathplan4_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libpathplan4 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libxdot4.
Step #3 - "lint": Preparing to unpack .../36-libxdot4_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libxdot4 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libgvc6.
Step #3 - "lint": Preparing to unpack .../37-libgvc6_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libgvc6 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libgvpr2.
Step #3 - "lint": Preparing to unpack .../38-libgvpr2_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libgvpr2 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package x11-common.
Step #3 - "lint": Preparing to unpack .../39-x11-common_1%3a7.7+19_all.deb ...
Step #3 - "lint": Unpacking x11-common (1:7.7+19) ...
Step #3 - "lint": Selecting previously unselected package libice6:amd64.
Step #3 - "lint": Preparing to unpack .../40-libice6_2%3a1.0.9-2_amd64.deb ...
Step #3 - "lint": Unpacking libice6:amd64 (2:1.0.9-2) ...
Step #3 - "lint": Selecting previously unselected package libsm6:amd64.
Step #3 - "lint": Preparing to unpack .../41-libsm6_2%3a1.2.2-1+b3_amd64.deb ...
Step #3 - "lint": Unpacking libsm6:amd64 (2:1.2.2-1+b3) ...
Step #3 - "lint": Selecting previously unselected package libxt6:amd64.
Step #3 - "lint": Preparing to unpack .../42-libxt6_1%3a1.1.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libxt6:amd64 (1:1.1.5-1) ...
Step #3 - "lint": Selecting previously unselected package libxmu6:amd64.
Step #3 - "lint": Preparing to unpack .../43-libxmu6_2%3a1.1.2-2_amd64.deb ...
Step #3 - "lint": Unpacking libxmu6:amd64 (2:1.1.2-2) ...
Step #3 - "lint": Selecting previously unselected package libxaw7:amd64.
Step #3 - "lint": Preparing to unpack .../44-libxaw7_2%3a1.0.13-1+b2_amd64.deb ...
Step #3 - "lint": Unpacking libxaw7:amd64 (2:1.0.13-1+b2) ...
Step #3 - "lint": Selecting previously unselected package graphviz.
Step #3 - "lint": Preparing to unpack .../45-graphviz_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking graphviz (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libonig4:amd64.
Step #3 - "lint": Preparing to unpack .../46-libonig4_6.1.3-2_amd64.deb ...
Step #3 - "lint": Unpacking libonig4:amd64 (6.1.3-2) ...
Step #3 - "lint": Selecting previously unselected package libjq1:amd64.
Step #3 - "lint": Preparing to unpack .../47-libjq1_1.5+dfsg-1.3_amd64.deb ...
Step #3 - "lint": Unpacking libjq1:amd64 (1.5+dfsg-1.3) ...
Step #3 - "lint": Selecting previously unselected package jq.
Step #3 - "lint": Preparing to unpack .../48-jq_1.5+dfsg-1.3_amd64.deb ...
Step #3 - "lint": Unpacking jq (1.5+dfsg-1.3) ...
Step #3 - "lint": Selecting previously unselected package libgts-bin.
Step #3 - "lint": Preparing to unpack .../49-libgts-bin_0.7.6+darcs121130-4_amd64.deb ...
Step #3 - "lint": Unpacking libgts-bin (0.7.6+darcs121130-4) ...
Step #3 - "lint": Selecting previously unselected package python-six.
Step #3 - "lint": Preparing to unpack .../50-python-six_1.10.0-3_all.deb ...
Step #3 - "lint": Unpacking python-six (1.10.0-3) ...
Step #3 - "lint": Selecting previously unselected package python-urllib3.
Step #3 - "lint": Preparing to unpack .../51-python-urllib3_1.19.1-1_all.deb ...
Step #3 - "lint": Unpacking python-urllib3 (1.19.1-1) ...
Step #3 - "lint": Selecting previously unselected package python-pkg-resources.
Step #3 - "lint": Preparing to unpack .../52-python-pkg-resources_33.1.1-1_all.deb ...
Step #3 - "lint": Unpacking python-pkg-resources (33.1.1-1) ...
Step #3 - "lint": Selecting previously unselected package python-chardet.
Step #3 - "lint": Preparing to unpack .../53-python-chardet_2.3.0-2_all.deb ...
Step #3 - "lint": Unpacking python-chardet (2.3.0-2) ...
Step #3 - "lint": Selecting previously unselected package python-requests.
Step #3 - "lint": Preparing to unpack .../54-python-requests_2.12.4-1_all.deb ...
Step #3 - "lint": Unpacking python-requests (2.12.4-1) ...
Step #3 - "lint": Selecting previously unselected package linkchecker.
Step #3 - "lint": Preparing to unpack .../55-linkchecker_9.3-4_amd64.deb ...
Step #3 - "lint": Unpacking linkchecker (9.3-4) ...
Step #3 - "lint": Selecting previously unselected package psmisc.
Step #3 - "lint": Preparing to unpack .../56-psmisc_22.21-2.1+b2_amd64.deb ...
Step #3 - "lint": Unpacking psmisc (22.21-2.1+b2) ...
Step #3 - "lint": Selecting previously unselected package python-cffi-backend.
Step #3 - "lint": Preparing to unpack .../57-python-cffi-backend_1.9.1-2_amd64.deb ...
Step #3 - "lint": Unpacking python-cffi-backend (1.9.1-2) ...
Step #3 - "lint": Selecting previously unselected package python-enum34.
Step #3 - "lint": Preparing to unpack .../58-python-enum34_1.1.6-1_all.deb ...
Step #3 - "lint": Unpacking python-enum34 (1.1.6-1) ...
Step #3 - "lint": Selecting previously unselected package python-idna.
Step #3 - "lint": Preparing to unpack .../59-python-idna_2.2-1_all.deb ...
Step #3 - "lint": Unpacking python-idna (2.2-1) ...
Step #3 - "lint": Selecting previously unselected package python-ipaddress.
Step #3 - "lint": Preparing to unpack .../60-python-ipaddress_1.0.17-1_all.deb ...
Step #3 - "lint": Unpacking python-ipaddress (1.0.17-1) ...
Step #3 - "lint": Selecting previously unselected package python-pyasn1.
Step #3 - "lint": Preparing to unpack .../61-python-pyasn1_0.1.9-2_all.deb ...
Step #3 - "lint": Unpacking python-pyasn1 (0.1.9-2) ...
Step #3 - "lint": Selecting previously unselected package python-setuptools.
Step #3 - "lint": Preparing to unpack .../62-python-setuptools_33.1.1-1_all.deb ...
Step #3 - "lint": Unpacking python-setuptools (33.1.1-1) ...
Step #3 - "lint": Selecting previously unselected package python-cryptography.
Step #3 - "lint": Preparing to unpack .../63-python-cryptography_1.7.1-3_amd64.deb ...
Step #3 - "lint": Unpacking python-cryptography (1.7.1-3) ...
Step #3 - "lint": Selecting previously unselected package python-openssl.
Step #3 - "lint": Preparing to unpack .../64-python-openssl_16.2.0-1_all.deb ...
Step #3 - "lint": Unpacking python-openssl (16.2.0-1) ...
Step #3 - "lint": Selecting previously unselected package zip.
Step #3 - "lint": Preparing to unpack .../65-zip_3.0-11+b1_amd64.deb ...
Step #3 - "lint": Unpacking zip (3.0-11+b1) ...
Step #3 - "lint": Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
Step #3 - "lint": Setting up libpathplan4 (2.38.0-17) ...
Step #3 - "lint": Setting up libxcb-render0:amd64 (1.12-1) ...
Step #3 - "lint": Setting up libxdot4 (2.38.0-17) ...
Step #3 - "lint": Setting up libjpeg62-turbo:amd64 (1:1.5.1-2) ...
Step #3 - "lint": Setting up psmisc (22.21-2.1+b2) ...
Step #3 - "lint": Setting up mime-support (3.60) ...
Step #3 - "lint": Setting up libpng16-16:amd64 (1.6.28-1) ...
Step #3 - "lint": Setting up libjbig0:amd64 (2.1-3.1+b2) ...
Step #3 - "lint": Setting up fonts-dejavu-core (2.37-1) ...
Step #3 - "lint": Setting up bash-completion (1:2.1-4.3) ...
Step #3 - "lint": Setting up libonig4:amd64 (6.1.3-2) ...
Step #3 - "lint": Setting up libdatrie1:amd64 (0.2.10-4+b1) ...
Step #3 - "lint": Setting up libtiff5:amd64 (4.0.8-2+deb9u4) ...
Step #3 - "lint": Setting up gettext-base (0.19.8.1-2) ...
Step #3 - "lint": Processing triggers for sgml-base (1.29) ...
Step #3 - "lint": Setting up fonts-liberation (1:1.07.4-2) ...
Step #3 - "lint": Setting up ucf (3.0036) ...
Step #3 - "lint": debconf: unable to initialize frontend: Dialog
Step #3 - "lint": debconf: (TERM is not set, so the dialog frontend is not usable.)
Step #3 - "lint": debconf: falling back to frontend: Readline
Step #3 - "lint": Setting up zip (3.0-11+b1) ...
Step #3 - "lint": Setting up libfreetype6:amd64 (2.6.3-3.2) ...
Step #3 - "lint": Setting up libgraphite2-3:amd64 (1.3.10-1) ...
Step #3 - "lint": Setting up libjq1:amd64 (1.5+dfsg-1.3) ...
Step #3 - "lint": Setting up nano (2.7.4-1) ...
Step #3 - "lint": update-alternatives: using /bin/nano to provide /usr/bin/editor (editor) in auto mode
Step #3 - "lint": update-alternatives: using /bin/nano to provide /usr/bin/pico (pico) in auto mode
Step #3 - "lint": Setting up libpixman-1-0:amd64 (0.34.0-1) ...
Step #3 - "lint": Processing triggers for libc-bin (2.24-11+deb9u3) ...
Step #3 - "lint": Setting up wget (1.18-5+deb9u2) ...
Step #3 - "lint": Setting up libann0 (1.1.2+doc-6) ...
Step #3 - "lint": Setting up libxcb-shm0:amd64 (1.12-1) ...
Step #3 - "lint": Setting up libxpm4:amd64 (1:3.5.12-1) ...
Step #3 - "lint": Setting up libxrender1:amd64 (1:0.9.10-1) ...
Step #3 - "lint": Setting up libgts-bin (0.7.6+darcs121130-4) ...
Step #3 - "lint": Setting up libthai-data (0.1.26-1) ...
Step #3 - "lint": Setting up x11-common (1:7.7+19) ...
Step #3 - "lint": debconf: unable to initialize frontend: Dialog
Step #3 - "lint": debconf: (TERM is not set, so the dialog frontend is not usable.)
Step #3 - "lint": debconf: falling back to frontend: Readline
Step #3 - "lint": update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Step #3 - "lint": invoke-rc.d: could not determine current runlevel
Step #3 - "lint": invoke-rc.d: policy-rc.d denied execution of start.
Step #3 - "lint": Setting up libcdt5 (2.38.0-17) ...
Step #3 - "lint": Setting up libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Setting up libcgraph6 (2.38.0-17) ...
Step #3 - "lint": Setting up libwebp6:amd64 (0.5.2-1) ...
Step #3 - "lint": Setting up jq (1.5+dfsg-1.3) ...
Step #3 - "lint": Setting up fontconfig-config (2.11.0-6.7) ...
Step #3 - "lint": debconf: unable to initialize frontend: Dialog
Step #3 - "lint": debconf: (TERM is not set, so the dialog frontend is not usable.)
Step #3 - "lint": debconf: falling back to frontend: Readline
Step #3 - "lint": Setting up libgvpr2 (2.38.0-17) ...
Step #3 - "lint": Setting up python2.7 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Setting up libharfbuzz0b:amd64 (1.4.2-1) ...
Step #3 - "lint": Setting up libthai0:amd64 (0.1.26-1) ...
Step #3 - "lint": Setting up libpython-stdlib:amd64 (2.7.13-2) ...
Step #3 - "lint": Setting up libice6:amd64 (2:1.0.9-2) ...
Step #3 - "lint": Setting up python (2.7.13-2) ...
Step #3 - "lint": Setting up python-idna (2.2-1) ...
Step #3 - "lint": Setting up libfontconfig1:amd64 (2.11.0-6.7+b1) ...
Step #3 - "lint": Setting up libsm6:amd64 (2:1.2.2-1+b3) ...
Step #3 - "lint": Setting up python-pyasn1 (0.1.9-2) ...
Step #3 - "lint": Setting up libgd3:amd64 (2.2.4-2+deb9u3) ...
Step #3 - "lint": Setting up python-pkg-resources (33.1.1-1) ...
Step #3 - "lint": Setting up python-cffi-backend (1.9.1-2) ...
Step #3 - "lint": Setting up python-six (1.10.0-3) ...
Step #3 - "lint": Setting up python-enum34 (1.1.6-1) ...
Step #3 - "lint": Setting up libxt6:amd64 (1:1.1.5-1) ...
Step #3 - "lint": Setting up python-ipaddress (1.0.17-1) ...
Step #3 - "lint": Setting up fontconfig (2.11.0-6.7+b1) ...
Step #3 - "lint": Regenerating fonts cache... done.
Step #3 - "lint": Setting up libcairo2:amd64 (1.14.8-1) ...
Step #3 - "lint": Setting up python-setuptools (33.1.1-1) ...
Step #3 - "lint": Setting up python-urllib3 (1.19.1-1) ...
Step #3 - "lint": Setting up python-chardet (2.3.0-2) ...
Step #3 - "lint": Setting up libxmu6:amd64 (2:1.1.2-2) ...
Step #3 - "lint": Setting up libpango-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Setting up python-cryptography (1.7.1-3) ...
Step #3 - "lint": Setting up python-requests (2.12.4-1) ...
Step #3 - "lint": Setting up linkchecker (9.3-4) ...
Step #3 - "lint": Setting up libxaw7:amd64 (2:1.0.13-1+b2) ...
Step #3 - "lint": Setting up python-openssl (16.2.0-1) ...
Step #3 - "lint": Setting up libpangoft2-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Setting up libpangocairo-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Setting up libgvc6 (2.38.0-17) ...
Step #3 - "lint": Setting up graphviz (2.38.0-17) ...
Step #3 - "lint": Processing triggers for libc-bin (2.24-11+deb9u3) ...
Step #3 - "lint": Removing intermediate container 2384dfd3e4c3
Step #3 - "lint":  ---> 90d26474ca09
Step #3 - "lint": Step 3/33 : ENV RUSTUP_HOME=/usr/local/rustup     CARGO_HOME=/usr/local/cargo     PATH=/usr/local/cargo/bin:$PATH     RUST_VERSION=1.26.1
Step #3 - "lint":  ---> Running in 5ba01053e8d0
Step #3 - "lint": Removing intermediate container 5ba01053e8d0
Step #3 - "lint":  ---> 9068c2984954
Step #3 - "lint": Step 4/33 : ENV RUST_ARCH=x86_64-unknown-linux-gnu     RUSTUP_SHA256=c9837990bce0faab4f6f52604311a19bb8d2cde989bea6a7b605c8e526db6f02
Step #3 - "lint":  ---> Running in 9e85c46072f3
Step #3 - "lint": Removing intermediate container 9e85c46072f3
Step #3 - "lint":  ---> 8846bcacef7a
Step #3 - "lint": Step 5/33 : RUN wget -q https://static.rust-lang.org/rustup/archive/1.11.0/${RUST_ARCH}/rustup-init &&     echo "${RUSTUP_SHA256} *rustup-init" | sha256sum -c - &&     chmod +x rustup-init &&     ./rustup-init -y --no-modify-path --default-toolchain $RUST_VERSION &&     rm rustup-init &&     rustup --version;     cargo --version;     rustc --version;
Step #3 - "lint":  ---> Running in 898175137b88
Step #3 - "lint": rustup-init: OK
Step #3 - "lint": �[91minfo: syncing channel updates for '1.26.1-x86_64-unknown-linux-gnu'
Step #3 - "lint": �[0m�[91minfo: latest update on 2018-05-29, rust version 1.26.1 (827013a31 2018-05-25)
Step #3 - "lint": info: downloading component 'rustc'
Step #3 - "lint": �[0m�[91minfo: downloading component 'rust-std'
Step #3 - "lint": �[0m�[91minfo: downloading component 'cargo'
Step #3 - "lint": �[0m�[91minfo: downloading component 'rust-docs'
Step #3 - "lint": �[0m�[91minfo: installing component 'rustc'
Step #3 - "lint": �[0m�[91minfo: installing component 'rust-std'
Step #3 - "lint": �[0m�[91minfo: installing component 'cargo'
Step #3 - "lint": �[0m�[91minfo: installing component 'rust-docs'
Step #3 - "lint": �[0m
Step #3 - "lint": �[91minfo: default toolchain set to '1.26.1'
Step #3 - "lint": �[0m  1.26.1 installed - rustc 1.26.1 (827013a31 2018-05-25)
Step #3 - "lint": 
Step #3 - "lint": rustup 1.11.0 (e751ff9f8 2018-02-13)
Step #3 - "lint": cargo 1.26.0 (0e7c5a931 2018-04-06)
Step #3 - "lint": rustc 1.26.1 (827013a31 2018-05-25)
Step #3 - "lint": Removing intermediate container 898175137b88
Step #3 - "lint":  ---> 3edc9fec9902
Step #3 - "lint": Step 6/33 : WORKDIR /usr/local
Step #3 - "lint":  ---> Running in 1ca1e39bd77d
Step #3 - "lint": Removing intermediate container 1ca1e39bd77d
Step #3 - "lint":  ---> 1ffa985ecfc3
Step #3 - "lint": Step 7/33 : ENV GO_VERSION=1.11.4
Step #3 - "lint":  ---> Running in 20717cb3c972
Step #3 - "lint": Removing intermediate container 20717cb3c972
Step #3 - "lint":  ---> b90ad55e5e3c
Step #3 - "lint": Step 8/33 : ENV GOPATH /go
Step #3 - "lint":  ---> Running in 3a1fba188076
Step #3 - "lint": Removing intermediate container 3a1fba188076
Step #3 - "lint":  ---> 4fac59e18940
Step #3 - "lint": Step 9/33 : RUN wget -q https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz &&     tar -xzf go${GO_VERSION}.linux-amd64.tar.gz && rm go${GO_VERSION}.linux-amd64.tar.gz && mkdir ${GOPATH}
Step #3 - "lint":  ---> Running in 09b9770132dc
Step #3 - "lint": Removing intermediate container 09b9770132dc
Step #3 - "lint":  ---> 8510eda75981
Step #3 - "lint": Step 10/33 : WORKDIR /opt
Step #3 - "lint":  ---> Running in fec4893a5ca0
Step #3 - "lint": Removing intermediate container fec4893a5ca0
Step #3 - "lint":  ---> 82ea23143866
Step #3 - "lint": Step 11/33 : RUN wget -q https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.zip && unzip -q google-cloud-sdk.zip &&     rm google-cloud-sdk.zip &&     /opt/google-cloud-sdk/install.sh --usage-reporting=true --path-update=true --bash-completion=true --rc-path=/root/.bashrc
Step #3 - "lint":  ---> Running in 35160f5d70a7
Step #3 - "lint": Welcome to the Google Cloud SDK!
Step #3 - "lint": WARNING: You appear to be running this script as root. This may cause 
Step #3 - "lint": the installation to be inaccessible to users other than the root user.
Step #3 - "lint": �[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Your current Cloud SDK version is: 230.0.0
Step #3 - "lint": �[0m�[91mInstalling components from version: 230.0.0
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91m+----------------------------------------------------------------------------+�[0m�[91m
Step #3 - "lint": �[0m�[91m|                    These components will be installed.                     |�[0m�[91m
Step #3 - "lint": �[0m�[91m+-----------------------------------------------------+------------+---------+�[0m�[91m
Step #3 - "lint": �[0m�[91m|                         Name                        |  Version   |   Size  |�[0m�[91m
Step #3 - "lint": �[0m�[91m+-----------------------------------------------------+------------+---------+�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mBigQuery Command Line Tool                         �[0m�[91m �[0m�[91m| �[0m�[91m    2.0.39�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mBigQuery Command Line Tool (Platform Specific)     �[0m�[91m �[0m�[91m| �[0m�[91m    2.0.34�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud SDK Core Libraries (Platform Specific)       �[0m�[91m �[0m�[91m| �[0m�[91m2018.09.24�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud Storage Command Line Tool                    �[0m�[91m �[0m�[91m| �[0m�[91m      4.35�[0m�[91m �[0m�[91m| �[0m�[91m3.6 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud Storage Command Line Tool (Platform Specific)�[0m�[91m �[0m�[91m| �[0m�[91m      4.34�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mDefault set of gcloud commands                     �[0m�[91m �[0m�[91m| �[0m�[91m          �[0m�[91m �[0m�[91m| �[0m�[91m       �[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgcloud cli dependencies                            �[0m�[91m �[0m�[91m| �[0m�[91m2018.08.03�[0m�[91m �[0m�[91m| �[0m�[91m8.6 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m+-----------------------------------------------------+------------+---------+�[0m�[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mFor the latest full release notes, please visit:
Step #3 - "lint":   https://cloud.google.com/sdk/release_notes
Step #3 - "lint": 
Step #3 - "lint": �[0m�[91m#============================================================#
Step #3 - "lint": �[0m�[91m#= Creating update staging area                             =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: BigQuery Command Line Tool                   =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: BigQuery Command Line Tool (Platform Spec... =#
Step #3 - "lint": #�[0m�[91m==============================�[0m�[91m===============�[0m�[91m===============�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud SDK Core Libraries (Platform Specific) =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m==============================�[0m�[91m==========�[0m�[91m=========�[0m�[91m===========�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud Storage Command Line Tool              =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud Storage Command Line Tool (Platform... =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m==============================�[0m�[91m===============�[0m�[91m===============�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: Default set of gcloud commands               =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m============================================================�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: gcloud cli dependencies                      =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Creating backup and activating new installation          =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m==============================�[0m�[91m==============================�[0m�[91m#
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mPerforming post processing steps...
Step #3 - "lint": �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91mdone.
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Update done!
Step #3 - "lint": 
Step #3 - "lint": �[0m
Step #3 - "lint": This will install all the core command line tools necessary for working with
Step #3 - "lint": the Google Cloud Platform.
Step #3 - "lint": 
Step #3 - "lint": Backing up [/root/.bashrc] to [/root/.bashrc.backup].
Step #3 - "lint": [/root/.bashrc] has been updated.
Step #3 - "lint": 
Step #3 - "lint": ==> Start a new shell for the changes to take effect.
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": For more information on how to get started, please visit:
Step #3 - "lint":   https://cloud.google.com/sdk/docs/quickstarts
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": Removing intermediate container 35160f5d70a7
Step #3 - "lint":  ---> 390de963a110
Step #3 - "lint": Step 12/33 : ENV PATH /usr/local/go/bin:/go/bin:/opt/google-cloud-sdk/bin:$PATH
Step #3 - "lint":  ---> Running in b82ef03fbe3d
Step #3 - "lint": Removing intermediate container b82ef03fbe3d
Step #3 - "lint":  ---> 578a5fc515e5
Step #3 - "lint": Step 13/33 : RUN gcloud components update && gcloud components install app-engine-go
Step #3 - "lint":  ---> Running in 9f18660dfca4
Step #3 - "lint": �[91m
Step #3 - "lint": �[0m�[91mAll components are up to date.
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Your current Cloud SDK version is: 230.0.0
Step #3 - "lint": �[0m�[91mInstalling components from version: 230.0.0
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91m+---------------------------------------------------+�[0m�[91m
Step #3 - "lint": �[0m�[91m|        These components will be installed.        |�[0m�[91m
Step #3 - "lint": �[0m�[91m+------------------------------+---------+----------+�[0m�[91m
Step #3 - "lint": �[0m�[91m|             Name             | Version |   Size   |�[0m�[91m
Step #3 - "lint": �[0m�[91m+------------------------------+---------+----------+�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mApp Engine Go Extensions    �[0m�[91m �[0m�[91m| �[0m�[91m       �[0m�[91m �[0m�[91m| �[0m�[91m        �[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mApp Engine Go Extensions    �[0m�[91m �[0m�[91m| �[0m�[91m 1.9.70�[0m�[91m �[0m�[91m| �[0m�[91m56.6 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud Datastore Emulator    �[0m�[91m �[0m�[91m| �[0m�[91m  2.0.3�[0m�[91m �[0m�[91m| �[0m�[91m18.3 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgRPC python library         �[0m�[91m �[0m�[91m| �[0m�[91m  1.9.1�[0m�[91m �[0m�[91m| �[0m�[91m12.1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgRPC python library         �[0m�[91m �[0m�[91m| �[0m�[91m       �[0m�[91m �[0m�[91m| �[0m�[91m        �[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgcloud app Python Extensions�[0m�[91m �[0m�[91m| �[0m�[91m 1.9.81�[0m�[91m �[0m�[91m| �[0m�[91m 6.2 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m+------------------------------+---------+----------+�[0m�[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mFor the latest full release notes, please visit:
Step #3 - "lint":   https://cloud.google.com/sdk/release_notes
Step #3 - "lint": 
Step #3 - "lint": �[0m�[91mDo you want to continue (Y/n)?  �[0m�[91m
Step #3 - "lint": �[0m�[91m#============================================================#
Step #3 - "lint": �[0m�[91m#= Creating update staging area                             =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m======�[0m�[91m============�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: App Engine Go Extensions                     =#
Step #3 - "lint": #�[0m�[91m============================================================�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: App Engine Go Extensions                     =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud Datastore Emulator                     =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: gRPC python library                          =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m==�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: gRPC python library                          =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m============================================================#
Step #3 - "lint": �[0m�[91m#= Installing: gcloud app Python Extensions                 =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Creating backup and activating new installation          =#
Step #3 - "lint": #�[0m�[91m==============================�[0m�[91m==============================�[0m�[91m#
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mPerforming post processing steps...
Step #3 - "lint": �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91mdone.
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Update done!
Step #3 - "lint": 
Step #3 - "lint": �[0mRemoving intermediate container 9f18660dfca4
Step #3 - "lint":  ---> 49bee9db4a77
Step #3 - "lint": Step 14/33 : ENV KUBECTL_VER 1.11.5
Step #3 - "lint":  ---> Running in 7498ffdde518
Step #3 - "lint": Removing intermediate container 7498ffdde518
Step #3 - "lint":  ---> d23f2edbcdbd
Step #3 - "lint": Step 15/33 : 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 #3 - "lint":  ---> Running in 1c413d9b34e4
Step #3 - "lint": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #3 - "lint":                       �[0m�[91m           Dload  Upload   Total   �[0m�[91mSpent    Left  Spe�[0m�[91med
Step #3 - "lint": 
  0 �[0m�[91m    0�[0m�[91m    0     0    0   �[0m�[91m  0  �[0m�[91m    0    �[0m�[91m  0 -�[0m�[91m-:-�[0m�[91m-:-- --:�[0m�[91m--:-- --:--:�[0m�[91m-- �[0m�[91m    0�[0m�[91m
100 52.8M  100 52.8M    0     0   141M      0 --:--:-- --:--:-- --:--:--  141M
Step #3 - "lint": �[0mRemoving intermediate container 1c413d9b34e4
Step #3 - "lint":  ---> 269e287697ea
Step #3 - "lint": Step 16/33 : RUN echo "source <(kubectl completion bash)" >> /root/.bashrc
Step #3 - "lint":  ---> Running in 4f362f3db19e
Step #3 - "lint": Removing intermediate container 4f362f3db19e
Step #3 - "lint":  ---> 7b4c8e5ac9e7
Step #3 - "lint": Step 17/33 : ENV HELM_VER 2.11.0
Step #3 - "lint":  ---> Running in 08959a3dc1d2
Step #3 - "lint": Removing intermediate container 08959a3dc1d2
Step #3 - "lint":  ---> af7bdd2f6791
Step #3 - "lint": Step 18/33 : ENV HELM_URL https://storage.googleapis.com/kubernetes-helm/helm-v${HELM_VER}-linux-amd64.tar.gz
Step #3 - "lint":  ---> Running in 32234ad3b2a2
Step #3 - "lint": Removing intermediate container 32234ad3b2a2
Step #3 - "lint":  ---> 7fc06c611d69
Step #3 - "lint": Step 19/33 : 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 #3 - "lint":  ---> Running in 3a88eed96590
Step #3 - "lint": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #3 - "lint":                       �[0m�[91m           Dload  Upload   Total   Spent    Left  Speed
Step #3 - "lint": �[0m�[91m
  0     0    0     0 �[0m�[91m   0     0      0 �[0m�[91m     0�[0m�[91m --:-�[0m�[91m-:-- -�[0m�[91m-:--:�[0m�[91m-- �[0m�[91m--:�[0m�[91m--:--     0�[0m�[91m
100 18.2M  100 18.2M    0     0  54.1M      0 --:--:-- --:--:-- --:--:-- 54.1M
Step #3 - "lint": �[0mlinux-amd64/
Step #3 - "lint": linux-amd64/tiller
Step #3 - "lint": linux-amd64/README.md
Step #3 - "lint": linux-amd64/helm
Step #3 - "lint": linux-amd64/LICENSE
Step #3 - "lint": Removing intermediate container 3a88eed96590
Step #3 - "lint":  ---> 26bf6b5c9e34
Step #3 - "lint": Step 20/33 : RUN echo "source <(helm completion bash)" >> /root/.bashrc
Step #3 - "lint":  ---> Running in 6b9874dd23d9
Step #3 - "lint": Removing intermediate container 6b9874dd23d9
Step #3 - "lint":  ---> a133fdf2ef09
Step #3 - "lint": Step 21/33 : RUN mkdir -p /go/src/github.com/golang && cd /go/src/github.com/golang &&     git clone https://github.com/golang/protobuf.git &&      cd protobuf && git checkout v1.2.0 &&     go install github.com/golang/protobuf/protoc-gen-go
Step #3 - "lint":  ---> Running in b4e570de05c6
Step #3 - "lint": �[91mCloning into 'protobuf'...
Step #3 - "lint": �[0m�[91mNote: checking out 'v1.2.0'.
Step #3 - "lint": 
Step #3 - "lint": You are in 'detached HEAD' state. You can look around, make experimental
Step #3 - "lint": changes and commit them, and you can discard any commits you make in this
Step #3 - "lint": state without impacting any branches by performing another checkout.
Step #3 - "lint": 
Step #3 - "lint": If you want to create a new branch to retain commits you create, you may
Step #3 - "lint": do so (now or later) by using -b with the checkout command again. Example:
Step #3 - "lint": 
Step #3 - "lint":   git checkout -b <new-branch-name>
Step #3 - "lint": 
Step #3 - "lint": HEAD is now at aa810b6... proto: fix handling of required fields after multiple violations (#679)
Step #3 - "lint": �[0mRemoving intermediate container b4e570de05c6
Step #3 - "lint":  ---> 1d8ed543b189
Step #3 - "lint": Step 22/33 : RUN cargo install protobuf-codegen --vers 2.0.2
Step #3 - "lint":  ---> Running in 0577abb72abc
Step #3 - "lint": �[91m    Updating registry `https://github.com/rust-lang/crates.io-index`
Step #3 - "lint": �[0m�[91m Downloading protobuf-codegen v2.0.2
Step #3 - "lint": �[0m�[91m  Installing protobuf-codegen v2.0.2
Step #3 - "lint": �[0m�[91m Downloading protobuf v2.0.2
Step #3 - "lint": �[0m�[91m   Compiling protobuf v2.0.2
Step #3 - "lint": �[0m�[91m   Compiling protobuf-codegen v2.0.2
Step #3 - "lint": �[0m�[91m    Finished release [optimized] target(s) in 32.28 secs
Step #3 - "lint": �[0m�[91m  Installing /usr/local/cargo/bin/protoc-gen-rust
Step #3 - "lint":   Installing /usr/local/cargo/bin/protobuf-bin-gen-rust-do-not-use
Step #3 - "lint": �[0mRemoving intermediate container 0577abb72abc
Step #3 - "lint":  ---> 4ac23616c25a
Step #3 - "lint": Step 23/33 : RUN cargo install grpcio-compiler --vers 0.3.0
Step #3 - "lint":  ---> Running in 87a2707393e4
Step #3 - "lint": �[91m    Updating registry `https://github.com/rust-lang/crates.io-index`
Step #3 - "lint": �[0m�[91m Downloading grpcio-compiler v0.3.0
Step #3 - "lint": �[0m�[91m  Installing grpcio-compiler v0.3.0
Step #3 - "lint": �[0m�[91m Downloading protobuf v2.0.6
Step #3 - "lint": �[0m�[91m Downloading protobuf-codegen v2.0.6
Step #3 - "lint": �[0m�[91m   Compiling protobuf v2.0.6
Step #3 - "lint": �[0m�[91m   Compiling protobuf-codegen v2.0.6
Step #3 - "lint": �[0m�[91m   Compiling grpcio-compiler v0.3.0
Step #3 - "lint": �[0m�[91m    Finished release [optimized] target(s) in 33.49 secs
Step #3 - "lint": �[0m�[91m  Installing /usr/local/cargo/bin/grpc_rust_plugin
Step #3 - "lint": �[0mRemoving intermediate container 87a2707393e4
Step #3 - "lint":  ---> e2dc58b3b635
Step #3 - "lint": Step 24/33 : RUN go get -u github.com/golang/dep/cmd/dep &&     go get -u golang.org/x/tools/cmd/goimports
Step #3 - "lint":  ---> Running in 7f1a0b0aed37
Step #3 - "lint": Removing intermediate container 7f1a0b0aed37
Step #3 - "lint":  ---> 0be75250ef03
Step #3 - "lint": Step 25/33 : RUN curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin v1.12.2
Step #3 - "lint":  ---> Running in 8285236eb261
Step #3 - "lint": �[91mgolangci/golangci-lint info checking GitHub for tag 'v1.12.2'
Step #3 - "lint": �[0m�[91mgolangci/golangci-lint info found version: 1.12.2 for v1.12.2/linux/amd64
Step #3 - "lint": �[0m�[91mgolangci/golangci-lint info installed /go/bin/golangci-lint
Step #3 - "lint": �[0mRemoving intermediate container 8285236eb261
Step #3 - "lint":  ---> 2633c348c57b
Step #3 - "lint": Step 26/33 : RUN mkdir -p /go/src && cd /go/src && mkdir -p k8s.io && cd k8s.io &&     git clone -b kubernetes-1.11.5 --depth=3 https://github.com/kubernetes/code-generator.git
Step #3 - "lint":  ---> Running in b22ae15e0a13
Step #3 - "lint": �[91mCloning into 'code-generator'...
Step #3 - "lint": �[0m�[91mNote: checking out '8c97d6ab64da020f8b151e9d3ed8af3172f5c390'.
Step #3 - "lint": 
Step #3 - "lint": You are in 'detached HEAD' state. You can look around, make experimental
Step #3 - "lint": changes and commit them, and you can discard any commits you make in this
Step #3 - "lint": state without impacting any branches by performing another checkout.
Step #3 - "lint": 
Step #3 - "lint": If you want to create a new branch to retain commits you create, you may
Step #3 - "lint": do so (now or later) by using -b with the checkout command again. Example:
Step #3 - "lint": 
Step #3 - "lint":   git checkout -b <new-branch-name>
Step #3 - "lint": 
Step #3 - "lint": �[0mRemoving intermediate container b22ae15e0a13
Step #3 - "lint":  ---> 647b0fd2d0fe
Step #3 - "lint": Step 27/33 : RUN mkdir /tmp/hugo &&     wget -O /tmp/hugo/hugo.tar.gz https://github.com/gohugoio/hugo/releases/download/v0.53/hugo_extended_0.53_Linux-64bit.tar.gz &&     tar -zxvf /tmp/hugo/hugo.tar.gz -C /tmp/hugo/ &&     mv /tmp/hugo/hugo /usr/local/bin/ &&     rm -r /tmp/hugo
Step #3 - "lint":  ---> Running in eda0ac5b8f14
Step #3 - "lint": �[91m--2019-01-20 22:42:24--  https://github.com/gohugoio/hugo/releases/download/v0.53/hugo_extended_0.53_Linux-64bit.tar.gz
Step #3 - "lint": �[0m�[91mResolving github.com (github.com)... �[0m�[91m192.30.255.113, 192.30.255.112
Step #3 - "lint": Connecting to github.com (github.com)|192.30.255.113|:443... �[0m�[91mconnected.
Step #3 - "lint": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m302 Found
Step #3 - "lint": Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/11180687/68eb0b80-0760-11e9-8761-329b77cc0aeb?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190120%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190120T224225Z&X-Amz-Expires=300&X-Amz-Signature=8d515cca3f9bbf9fd973e6537701afb5335937966069e5157c7609305efb1529&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dhugo_extended_0.53_Linux-64bit.tar.gz&response-content-type=application%2Foctet-stream [following]
Step #3 - "lint": --2019-01-20 22:42:25--  https://github-production-release-asset-2e65be.s3.amazonaws.com/11180687/68eb0b80-0760-11e9-8761-329b77cc0aeb?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190120%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190120T224225Z&X-Amz-Expires=300&X-Amz-Signature=8d515cca3f9bbf9fd973e6537701afb5335937966069e5157c7609305efb1529&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dhugo_extended_0.53_Linux-64bit.tar.gz&response-content-type=application%2Foctet-stream
Step #3 - "lint": Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... �[0m�[91m52.216.228.152
Step #3 - "lint": Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.228.152|:443... �[0m�[91mconnected.
Step #3 - "lint": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m200 OK
Step #3 - "lint": Length: 8698428 (8.3M) [application/octet-stream]
Step #3 - "lint": Saving to: '/tmp/hugo/hugo.tar.gz'
Step #3 - "lint": �[0m�[91m
Step #3 - "lint":      0K .......... ......�[0m�[91m.... .......... .......... .........�[0m�[91m.  0%  748K 11s�[0m�[91m
Step #3 - "lint":     50K .......... .......... .......... ...�[0m�[91m.�[0m�[91m...... ..........  1%  753K 11s
Step #3 - "lint":    100K .........�[0m�[91m. .......�[0m�[91m.�[0m�[91m.. .......... .......... ..........  1%  759K 11s
Step #3 - "lint":    150K .......... ........�[0m�[91m.. .......�[0m�[91m... .....�[0m�[91m.�[0m�[91m.... ..........  2%  104M 8s
Step #3 - "lint":    200K ...�[0m�[91m....... ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.�[0m�[91m... ..........  2%  138M 7s
Step #3 - "lint":    250K ...�[0m�[91m.�[0m�[91m...... .......... .......... .......... ..........  3%  762K 7s
Step #3 - "lint":    300K ....�[0m�[91m.�[0m�[91m..... .......... ..�[0m�[91m........ .......... ..........  4% 86.5M 6s
Step #3 - "lint":    350K ......�[0m�[91m.... ....�[0m�[91m...... ...�[0m�[91m....... .......... ........�[0m�[91m..  4%  113M 5s
Step #3 - "lint":    400K ......�[0m�[91m.�[0m�[91m... .......... .......... ..�[0m�[91m........�[0m�[91m .�[0m�[91m.........  5% 76.3M 5s
Step #3 - "lint":    450K ........�[0m�[91m.. .......... .....�[0m�[91m..... .......... ..�[0m�[91m........  5%  108M 4s�[0m�[91m
Step #3 - "lint":    500K ........�[0m�[91m.�[0m�[91m. .......�[0m�[91m... ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m.�[0m�[91m.......  6%  102M 4s
Step #3 - "lint":    550K .........�[0m�[91m. .......... .......... .......... ....�[0m�[91m......  7%  785K 4s
Step #3 - "lint":    600K .......... .........�[0m�[91m. ........�[0m�[91m.. .......... .....�[0m�[91m.....  7% 88.6M 4s
Step #3 - "lint":    650K .......... ..�[0m�[91m........�[0m�[91m .........�[0m�[91m. .......... .....�[0m�[91m.....  8% 93.9M 4s
Step #3 - "lint":    700K ....�[0m�[91m...... ...�[0m�[91m....... .........�[0m�[91m. ........�[0m�[91m.. ......�[0m�[91m.�[0m�[91m...  8%  132M 3s
Step #3 - "lint":    750K .......... ...�[0m�[91m.�[0m�[91m...... ..........�[0m�[91m .�[0m�[91m......... .......�[0m�[91m...  9%  150M 3s
Step #3 - "lint":    800K ......�[0m�[91m.... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... .........�[0m�[91m. 10%  154M 3s
Step #3 - "lint":    850K .......... .....�[0m�[91m.�[0m�[91m.... .......... .......... .�[0m�[91m........�[0m�[91m. 10%  138M 3s�[0m�[91m
Step #3 - "lint":    900K .......... ......�[0m�[91m.�[0m�[91m... .......... ...�[0m�[91m.�[0m�[91m...... .......... 11%�[0m�[91m  172M 3s�[0m�[91m
Step #3 - "lint":    950K .�[0m�[91m......... .......�[0m�[91m.�[0m�[91m.. .......... .....�[0m�[91m..... .......... 11%  114M 3s
Step #3 - "lint":   1000K .�[0m�[91m.�[0m�[91m........�[0m�[91m .........�[0m�[91m. .......... ......�[0m�[91m.... .......... 12%  189M 2s
Step #3 - "lint":   1050K ..�[0m�[91m.�[0m�[91m....... ........�[0m�[91m..�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... .....�[0m�[91m..... 12%  155M 2s
Step #3 - "lint":   1100K ....�[0m�[91m...... ..�[0m�[91m........ .�[0m�[91m......... ........�[0m�[91m.. .......... 13%  800K 3s
Step #3 - "lint":   1150K .......... .......... .......... .......... .......�[0m�[91m... 14%  165M 2s
Step #3 - "lint":   1200K ......�[0m�[91m.... .......... .......... .......... ........�[0m�[91m.. 14%  187M 2s
Step #3 - "lint":   1250K ......�[0m�[91m.�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m.�[0m�[91m...... .......... .�[0m�[91m......... 15% 91.8M 2s
Step #3 - "lint":   1300K ........�[0m�[91m.. .......... .....�[0m�[91m..... .......... ..�[0m�[91m........ 15%  212M 2s
Step #3 - "lint":   1350K .....�[0m�[91m....�[0m�[91m. .......�[0m�[91m... ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ 16%  181M 2s
Step #3 - "lint":   1400K .�[0m�[91m........�[0m�[91m.�[0m�[91m .......... .......�[0m�[91m... .........�[0m�[91m. .......... 17%  183M 2s
Step #3 - "lint":   1450K ..�[0m�[91m........ .�[0m�[91m........�[0m�[91m. .......... .......... .......... 17%  206M 2s
Step #3 - "lint":   1500K .......... .�[0m�[91m.�[0m�[91m........�[0m�[91m ........�[0m�[91m.�[0m�[91m. .......�[0m�[91m... .......... 18%  196M 2s
Step #3 - "lint":   1550K .......... .......... .........�[0m�[91m. .......... ......�[0m�[91m.... 18%  170M 2s
Step #3 - "lint":   1600K�[0m�[91m .......... ...�[0m�[91m.�[0m�[91m...... .......... .......... �[0m�[91m........�[0m�[91m.. 19%  186M 2s
Step #3 - "lint":   1650K .....�[0m�[91m..... ....�[0m�[91m.�[0m�[91m..... .......... ..�[0m�[91m........ .........�[0m�[91m. 20%  103M 2s
Step #3 - "lint":   1700K .......... ..�[0m�[91m...�[0m�[91m.�[0m�[91m.... .......... .......... .........�[0m�[91m. 20%  208M 2s�[0m�[91m
Step #3 - "lint":   1750K .......... ......�[0m�[91m.�[0m�[91m... .......... ...�[0m�[91m.�[0m�[91m...... .......... 21%  218M 1s�[0m�[91m
Step #3 - "lint":   1800K .�[0m�[91m........�[0m�[91m. .......... .......... .........�[0m�[91m. .......... 21%  210M 1s
Step #3 - "lint":   1850K .�[0m�[91m.�[0m�[91m........�[0m�[91m .......... ....�[0m�[91m...�[0m�[91m... ....�[0m�[91m..�[0m�[91m.... .......... 22%  178M 1s
Step #3 - "lint":   1900K ..�[0m�[91m.�[0m�[91m....... .........�[0m�[91m. ....�[0m�[91m....�[0m�[91m.. .......... .....�[0m�[91m..... 22%  207M 1s
Step #3 - "lint":   1950K ....�[0m�[91m...... .......... .�[0m�[91m......... .......�[0m�[91m... .......... 23%  184M 1s
Step #3 - "lint":   2000K ....�[0m�[91m.�[0m�[91m..... .......... ..�[0m�[91m........�[0m�[91m .........�[0m�[91m. .......... 24%  186M 1s
Step #3 - "lint":   2050K .....�[0m�[91m..... ....�[0m�[91m...... ...�[0m�[91m....... ..........�[0m�[91m .......... 24%  175M 1s
Step #3 - "lint":   2100K ..�[0m�[91m.....�[0m�[91m... .......... ....�[0m�[91m...... ..........�[0m�[91m .�[0m�[91m......... 25%  214M 1s
Step #3 - "lint":   2150K ........�[0m�[91m.. .......... ....�[0m�[91m...... .......... .�[0m�[91m......... 25%�[0m�[91m  266M 1s�[0m�[91m
Step #3 - "lint":   2200K .......... ......�[0m�[91m.�[0m�[91m... .....�[0m�[91m..... .......... ..�[0m�[91m........ 26%  232M 1s
Step #3 - "lint":   2250K ..�[0m�[91m...�[0m�[91m...�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... 27%  827K 1s
Step #3 - "lint":   2300K .......... .......... ..�[0m�[91m........ ........�[0m�[91m.. .......... 27%  117M 1s
Step #3 - "lint":   2350K ....�[0m�[91m...... ..�[0m�[91m........ .......... .......... ....�[0m�[91m...... 28%  244M 1s
Step #3 - "lint":   2400K ..�[0m�[91m........ .......... .......... .......... ..�[0m�[91m........ 28%  207M 1s
Step #3 - "lint":   2450K ........�[0m�[91m.. .......... .......... ..�[0m�[91m........�[0m�[91m .......... 29%  177M 1s
Step #3 - "lint":   2500K .......... ....�[0m�[91m...... .....�[0m�[91m.....�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... 30%  192M 1s
Step #3 - "lint":   2550K .......... ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... .......... 30%  209M 1s
Step #3 - "lint":   2600K .......... .......... ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ 31%  222M 1s
Step #3 - "lint":   2650K .......... ......�[0m�[91m.... ....�[0m�[91m...... ..........�[0m�[91m .......... 31%  224M 1s
Step #3 - "lint":   2700K ......�[0m�[91m.... .......... ..�[0m�[91m........ ........�[0m�[91m.. .......�[0m�[91m... 32%  209M 1s
Step #3 - "lint":   2750K .......... ..�[0m�[91m........ ........�[0m�[91m.. .......... .......... 32%  268M 1s
Step #3 - "lint":   2800K ..........�[0m�[91m .......... .......... ....�[0m�[91m...... .......... 33%  120M 1s�[0m�[91m
Step #3 - "lint":   2850K .......... ......�[0m�[91m.... .......... .......... ........�[0m�[91m.. 34%  150M 1s
Step #3 - "lint":   2900K .......... .......... .......... ........�[0m�[91m.. ......�[0m�[91m.... 34%  142M 1s
Step #3 - "lint":   2950K ........�[0m�[91m.. ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... 35%  146M 1s
Step #3 - "lint":   3000K ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... .......... .�[0m�[91m.�[0m�[91m........ 35%  132M 1s
Step #3 - "lint":   3050K .......... ....�[0m�[91m..�[0m�[91m.... ....�[0m�[91m...... ..........�[0m�[91m .......... 36%  183M�[0m�[91m 1s
Step #3 - "lint":   3100K .....�[0m�[91m.�[0m�[91m.... .......... ..�[0m�[91m........ .......... .......... 37% 90.0M 1s
Step #3 - "lint":   3150K ....�[0m�[91m...... ..�[0m�[91m........ .......... ......�[0m�[91m.... ....�[0m�[91m....�[0m�[91m.. 37%  167M 1s
Step #3 - "lint":   3200K ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... .......... 38%  171M�[0m�[91m 1s�[0m�[91m
Step #3 - "lint":   3250K .......... ......�[0m�[91m.... .......... ..........�[0m�[91m .......... 38% 80.6M�[0m�[91m 1s
Step #3 - "lint":   3300K ....�[0m�[91m..�[0m�[91m.... .......... ..�[0m�[91m........ .......... .......... 39%  136M 1s
Step #3 - "lint":   3350K .......... .......... .......... .......... ....�[0m�[91m...... 40%  177M 1s
Step #3 - "lint":   3400K ..�[0m�[91m........ .......... .......... .......... ..�[0m�[91m........ 40%  192M 1s
Step #3 - "lint":   3450K �[0m�[91m........�[0m�[91m.. .......... .......... ..�[0m�[91m........�[0m�[91m .......... 41%  159M 1s
Step #3 - "lint":   3500K ......�[0m�[91m.... .......... ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... 41%  100M 1s
Step #3 - "lint":   3550K ....�[0m�[91m...... .......... .......... .....�[0m�[91m.�[0m�[91m.... ..........�[0m�[91m 42%  164M 1s
Step #3 - "lint":   3600K .......... ........�[0m�[91m.. .......... ....�[0m�[91m...... .......... 42%  168M 1s�[0m�[91m
Step #3 - "lint":   3650K .......... .......... .......... .......... .......... 43%  154M 1s
Step #3 - "lint":   3700K .......... .......... .......... .......... .......... 44%  301M 1s
Step #3 - "lint":   3750K .......... ......�[0m�[91m....�[0m�[91m ........�[0m�[91m.. .......... .......... 44%  145M 1s
Step #3 - "lint":   3800K ..........�[0m�[91m ........�[0m�[91m.. .......... ..�[0m�[91m........ ..�[0m�[91m........ 45%  179M 1s�[0m�[91m
Step #3 - "lint":   3850K ........�[0m�[91m.. .......... .......... ..�[0m�[91m........�[0m�[91m .......... 45%  175M 1s
Step #3 - "lint":   3900K ......�[0m�[91m.... .......... ..�[0m�[91m........ ........�[0m�[91m.. .......... 46%  248M 1s
Step #3 - "lint":   3950K ....�[0m�[91m...... ..........�[0m�[91m .......... ..�[0m�[91m........ .......... 47%  120M 1s
Step #3 - "lint":   4000K ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... .......�[0m�[91m... 47%  166M 1s
Step #3 - "lint":   4050K ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 48%  155M 1s
Step #3 - "lint":   4100K ......�[0m�[91m.... ....�[0m�[91m...... .......... ........�[0m�[91m.. ......�[0m�[91m.... 48%  139M 0s
Step #3 - "lint":   4150K .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... .......... 49%  157M 0s
Step #3 - "lint":   4200K�[0m�[91m ..........�[0m�[91m ........�[0m�[91m.. .......... �[0m�[91m....�[0m�[91m...... ..�[0m�[91m........ 50%  128M 0s
Step #3 - "lint":   4250K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. 50%  143M 0s
Step #3 - "lint":   4300K ......�[0m�[91m.... ....�[0m�[91m...... .......... ........�[0m�[91m.. ......�[0m�[91m.... 51%  192M 0s
Step #3 - "lint":   4350K ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... ....�[0m�[91m...... 51%  178M 0s
Step #3 - "lint":   4400K ..�[0m�[91m........ ........�[0m�[91m.. .......... �[0m�[91m....�[0m�[91m...... .......... 52%  166M 0s�[0m�[91m
Step #3 - "lint":   4450K .......... ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... 52%  169M 0s
Step #3 - "lint":   4500K .......... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... 53%  949K 0s
Step #3 - "lint":   4550K .......... .......... ........�[0m�[91m.. .......... .......... 54%  157M 0s
Step #3 - "lint":   4600K ..........�[0m�[91m .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ 54%  246M 0s
Step #3 - "lint":   4650K ........�[0m�[91m.. .......... .......... .......... ........�[0m�[91m.. 55%  179M 0s
Step #3 - "lint":   4700K ......�[0m�[91m.... .......... ..........�[0m�[91m ........�[0m�[91m.. .......... 55%  172M 0s
Step #3 - "lint":   4750K .......... ..�[0m�[91m........ .......... ......�[0m�[91m.... .......... 56%  245M 0s
Step #3 - "lint":   4800K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ 57%  231M 0s
Step #3 - "lint":   4850K .......... ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 57%  174M 0s
Step #3 - "lint":   4900K .......... ....�[0m�[91m...... .......... .......... .......... 58%  181M�[0m�[91m 0s
Step #3 - "lint":   4950K ....�[0m�[91m...... ..�[0m�[91m........ .......... .......... ....�[0m�[91m...... 58%  217M 0s
Step #3 - "lint":   5000K ..........�[0m�[91m .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ 59%  197M 0s
Step #3 - "lint":   5050K ........�[0m�[91m.. ......�[0m�[91m.... .......... ..........�[0m�[91m .......... 60%  218M 0s
Step #3 - "lint":   5100K ......�[0m�[91m.... .......... �[0m�[91m........�[0m�[91m..�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... 60%  184M�[0m�[91m 0s
Step #3 - "lint":   5150K ...�[0m�[91m....... ..........�[0m�[91m .......... ......�[0m�[91m.... .......... 61%�[0m�[91m  200M 0s
Step #3 - "lint":   5200K �[0m�[91m..........�[0m�[91m ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........ 61%  235M 0s�[0m�[91m
Step #3 - "lint":   5250K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. 62%  173M 0s
Step #3 - "lint":   5300K ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... 62%  204M 0s
Step #3 - "lint":   5350K .......... ..�[0m�[91m........ .......... .......... .......... 63%  184M 0s
Step #3 - "lint":   5400K ..�[0m�[91m........ ........�[0m�[91m.. ..�[0m�[91m....�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ 64%  236M 0s�[0m�[91m
Step #3 - "lint":   5450K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........ ...�[0m�[91m.....�[0m�[91m.. 64%  181M 0s
Step #3 - "lint":   5500K ......�[0m�[91m.... .......... .....�[0m�[91m.....�[0m�[91m ........�[0m�[91m.. .......... 65%  236M 0s
Step #3 - "lint":   5550K ....�[0m�[91m......�[0m�[91m ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... ..........�[0m�[91m 65%  189M 0s
Step #3 - "lint":   5600K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... .......... .......... 66%  211M 0s�[0m�[91m
Step #3 - "lint":   5650K ........�[0m�[91m.. .....�[0m�[91m.�[0m�[91m.... .......... ..�[0m�[91m........ ........�[0m�[91m.. 67%  159M 0s
Step #3 - "lint":   5700K ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... 67%  185M 0s
Step #3 - "lint":   5750K .......... �[0m�[91m..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... ....�[0m�[91m...... 68%  216M 0s
Step #3 - "lint":   5800K ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ 68%  195M 0s�[0m�[91m
Step #3 - "lint":   5850K ....�[0m�[91m....�[0m�[91m.. .......... ....�[0m�[91m.....�[0m�[91m. ..........�[0m�[91m ........�[0m�[91m.. 69%  186M 0s
Step #3 - "lint":   5900K ......�[0m�[91m.... .......... ..�[0m�[91m........ ........�[0m�[91m.. .......... 70%  192M 0s
Step #3 - "lint":   5950K ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... .......... 70%�[0m�[91m  217M 0s
Step #3 - "lint":   6000K ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... .......... 71% 79.9M 0s�[0m�[91m
Step #3 - "lint":   6050K ........�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m........ ........�[0m�[91m.. 71%  147M 0s
Step #3 - "lint":   6100K .......... ....�[0m�[91m...... ..........�[0m�[91m .......... .......... 72%  223M 0s
Step #3 - "lint":   6150K ...�[0m�[91m....... ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... 72%  247M 0s
Step #3 - "lint":   6200K ..........�[0m�[91m .......... .......... .......... .......... 73%  224M 0s�[0m�[91m
Step #3 - "lint":   6250K ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..........�[0m�[91m .......... 74%  130M 0s
Step #3 - "lint":   6300K ......�[0m�[91m.... .......... ..�[0m�[91m........ ........�[0m�[91m.. .......... 74%  120M 0s
Step #3 - "lint":   6350K ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... .......... 75% 96.7M 0s
Step #3 - "lint":   6400K �[0m�[91m..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... .......... .......... 75%  190M 0s�[0m�[91m
Step #3 - "lint":   6450K .......... ......�[0m�[91m.... ....�[0m�[91m...... .......... ........�[0m�[91m.. 76%  182M 0s
Step #3 - "lint":   6500K .......... .......... ...�[0m�[91m....... .......... ......�[0m�[91m.... 77%  212M 0s
Step #3 - "lint":   6550K .......... ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... 77%  105M 0s
Step #3 - "lint":   6600K ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... .......... 78%  216M 0s�[0m�[91m
Step #3 - "lint":   6650K ........�[0m�[91m.. .......... ....�[0m�[91m...... .......... .......... 78%  192M 0s
Step #3 - "lint":   6700K .......... .......... ..�[0m�[91m........ .......... .......... 79%  213M 0s
Step #3 - "lint":   6750K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... ....�[0m�[91m...... 80%  240M 0s
Step #3 - "lint":   6800K ..�[0m�[91m........�[0m�[91m .......... .......... ....�[0m�[91m...... .......... 80%  147M 0s
Step #3 - "lint":   6850K ........�[0m�[91m.. .......... ....�[0m�[91m...... .......�[0m�[91m... ........�[0m�[91m.. 81%  170M 0s
Step #3 - "lint":   6900K .......... ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... 81%  149M 0s
Step #3 - "lint":   6950K ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... 82%  137M 0s
Step #3 - "lint":   7000K .......... ..�[0m�[91m......�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m........ 82%  210M 0s�[0m�[91m
Step #3 - "lint":   7050K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..........�[0m�[91m .......... 83%  147M 0s
Step #3 - "lint":   7100K ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... 84%  223M 0s
Step #3 - "lint":   7150K .......... ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... .......... 84%  209M 0s
Step #3 - "lint":   7200K .......... ...�[0m�[91m.....�[0m�[91m.. .......... ....�[0m�[91m...... .......... 85%  228M 0s
Step #3 - "lint":   7250K ........�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 85%  163M 0s
Step #3 - "lint":   7300K .......... ....�[0m�[91m...�[0m�[91m... ..........�[0m�[91m .......... .......... 86%  214M 0s
Step #3 - "lint":   7350K ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. ....�[0m�[91m...... .......... 87%  248M 0s
Step #3 - "lint":   7400K�[0m�[91m ..�[0m�[91m........ .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ 87%  225M 0s�[0m�[91m
Step #3 - "lint":   7450K .......... ......�[0m�[91m.... ....�[0m�[91m......�[0m�[91m .......... ........�[0m�[91m.. 88%  177M 0s
Step #3 - "lint":   7500K ......�[0m�[91m.... .......... ..�[0m�[91m........ .......... .......... 88%  990K 0s
Step #3 - "lint":   7550K .......... ..........�[0m�[91m .......... .......... ....�[0m�[91m...... 89%  206M 0s
Step #3 - "lint":   7600K ..�[0m�[91m........ ....�[0m�[91m....�[0m�[91m.. .......... ....�[0m�[91m...... .......... 90%  224M 0s
Step #3 - "lint":   7650K .......... ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 90%  165M 0s
Step #3 - "lint":   7700K ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... 91%  240M 0s
Step #3 - "lint":   7750K .......... .......... ........�[0m�[91m.. .......... ....�[0m�[91m...... 91%  239M 0s
Step #3 - "lint":   7800K ..........�[0m�[91m .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ 92%  231M 0s�[0m�[91m
Step #3 - "lint":   7850K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. 93%  189M 0s
Step #3 - "lint":   7900K ......�[0m�[91m.... .......... ......�[0m�[91m.... .......... ......�[0m�[91m.... 93%  240M 0s
Step #3 - "lint":   7950K ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ..........�[0m�[91m 94%  253M 0s
Step #3 - "lint":   8000K �[0m�[91m..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........ 94%  239M 0s
Step #3 - "lint":   8050K .......... ......�[0m�[91m.... ....�[0m�[91m...... .......... ......�[0m�[91m..�[0m�[91m.. 95%  207M 0s
Step #3 - "lint":   8100K .......... ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... 95%  208M 0s
Step #3 - "lint":   8150K .......... ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... 96%  225M 0s
Step #3 - "lint":   8200K�[0m�[91m .......... ......�[0m�[91m.... ......�[0m�[91m.... .......... .......... 97%  244M 0s�[0m�[91m
Step #3 - "lint":   8250K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..........�[0m�[91m .......... 97%  205M 0s
Step #3 - "lint":   8300K ......�[0m�[91m.... .......... ..�[0m�[91m........ .......... ......�[0m�[91m.... 98%�[0m�[91m 91.0M 0s
Step #3 - "lint":   8350K ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... .......... 98%  162M 0s
Step #3 - "lint":   8400K .......... ..�[0m�[91m......�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... .......... 99%  194M 0s
Step #3 - "lint":   8450K ........�[0m�[91m.. ..........�[0m�[91m .......... ..�[0m�[91m........ ....      100%  158M=0.6s
Step #3 - "lint": 
Step #3 - "lint": �[0m�[91m2019-01-20 22:42:26 (13.8 MB/s) - '/tmp/hugo/hugo.tar.gz' saved [8698428/8698428]
Step #3 - "lint": 
Step #3 - "lint": �[0mLICENSE
Step #3 - "lint": README.md
Step #3 - "lint": hugo
Step #3 - "lint": Removing intermediate container eda0ac5b8f14
Step #3 - "lint":  ---> b1d3bada282a
Step #3 - "lint": Step 28/33 : RUN curl -sL https://deb.nodesource.com/setup_11.x | bash - &&     apt-get install -y nodejs
Step #3 - "lint":  ---> Running in 6c5de01c4b76
Step #3 - "lint": 
Step #3 - "lint": ## Installing the NodeSource Node.js 11.x repo...
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": ## Populating apt-get cache...
Step #3 - "lint": 
Step #3 - "lint": + apt-get update
Step #3 - "lint": Ign:1 http://deb.debian.org/debian stretch InRelease
Step #3 - "lint": Hit:2 http://security.debian.org/debian-security stretch/updates InRelease
Step #3 - "lint": Hit:3 http://deb.debian.org/debian stretch-updates InRelease
Step #3 - "lint": Hit:4 http://deb.debian.org/debian stretch Release
Step #3 - "lint": Reading package lists...
Step #3 - "lint": 
Step #3 - "lint": ## Installing packages required for setup: apt-transport-https lsb-release...
Step #3 - "lint": 
Step #3 - "lint": + apt-get install -y apt-transport-https lsb-release > /dev/null 2>&1
Step #3 - "lint": 
Step #3 - "lint": ## Confirming "stretch" is supported...
Step #3 - "lint": 
Step #3 - "lint": + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_11.x/dists/stretch/Release'
Step #3 - "lint": 
Step #3 - "lint": ## Adding the NodeSource signing key to your keyring...
Step #3 - "lint": 
Step #3 - "lint": + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
Step #3 - "lint": �[91mWarning: apt-key output should not be parsed (stdout is not a terminal)
Step #3 - "lint": �[0mOK
Step #3 - "lint": 
Step #3 - "lint": ## Creating apt sources list file for the NodeSource Node.js 11.x repo...
Step #3 - "lint": 
Step #3 - "lint": + echo 'deb https://deb.nodesource.com/node_11.x stretch main' > /etc/apt/sources.list.d/nodesource.list
Step #3 - "lint": + echo 'deb-src https://deb.nodesource.com/node_11.x stretch main' >> /etc/apt/sources.list.d/nodesource.list
Step #3 - "lint": 
Step #3 - "lint": ## Running `apt-get update` for you...
Step #3 - "lint": 
Step #3 - "lint": + apt-get update
Step #3 - "lint": Ign:1 http://deb.debian.org/debian stretch InRelease
Step #3 - "lint": Hit:2 http://security.debian.org/debian-security stretch/updates InRelease
Step #3 - "lint": Hit:3 http://deb.debian.org/debian stretch-updates InRelease
Step #3 - "lint": Hit:4 http://deb.debian.org/debian stretch Release
Step #3 - "lint": Get:5 https://deb.nodesource.com/node_11.x stretch InRelease [4612 B]
Step #3 - "lint": Get:7 https://deb.nodesource.com/node_11.x stretch/main amd64 Packages [767 B]
Step #3 - "lint": Fetched 5379 B in 0s (11.5 kB/s)
Step #3 - "lint": Reading package lists...
Step #3 - "lint": 
Step #3 - "lint": ## Run `sudo apt-get install -y nodejs` to install Node.js 11.x and npm
Step #3 - "lint": ## You may also need development tools to build native addons:
Step #3 - "lint":      sudo apt-get install gcc g++ make
Step #3 - "lint": ## To install the Yarn package manager, run:
Step #3 - "lint":      curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
Step #3 - "lint":      echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
Step #3 - "lint":      sudo apt-get update && sudo apt-get install yarn
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": Reading package lists...
Step #3 - "lint": Building dependency tree...
Step #3 - "lint": Reading state information...
Step #3 - "lint": The following NEW packages will be installed:
Step #3 - "lint":   nodejs
Step #3 - "lint": 0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
Step #3 - "lint": Need to get 15.7 MB of archives.
Step #3 - "lint": After this operation, 74.1 MB of additional disk space will be used.
Step #3 - "lint": Get:1 https://deb.nodesource.com/node_11.x stretch/main amd64 nodejs amd64 11.7.0-1nodesource1 [15.7 MB]
Step #3 - "lint": �[91mdebconf: delaying package configuration, since apt-utils is not installed
Step #3 - "lint": �[0mFetched 15.7 MB in 1s (15.5 MB/s)
Step #3 - "lint": Selecting previously unselected package nodejs.
Step #3 - "lint": (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 ... 21148 files and directories currently installed.)
Step #3 - "lint": Preparing to unpack .../nodejs_11.7.0-1nodesource1_amd64.deb ...
Step #3 - "lint": Unpacking nodejs (11.7.0-1nodesource1) ...
Step #3 - "lint": Setting up nodejs (11.7.0-1nodesource1) ...
Step #3 - "lint": Removing intermediate container 6c5de01c4b76
Step #3 - "lint":  ---> 04446b40625c
Step #3 - "lint": Step 29/33 : RUN echo "export PATH=/usr/local/go/bin:/go/bin/:\$PATH" >> /root/.bashrc
Step #3 - "lint":  ---> Running in 516f565b66da
Step #3 - "lint": Removing intermediate container 516f565b66da
Step #3 - "lint":  ---> 76e8a86b2b49
Step #3 - "lint": Step 30/33 : RUN echo "export EDITOR=nano" >> /root/.bashrc
Step #3 - "lint":  ---> Running in a2d392ad823e
Step #3 - "lint": Removing intermediate container a2d392ad823e
Step #3 - "lint":  ---> 12843a5f54d3
Step #3 - "lint": Step 31/33 : COPY *.sh /root/
Step #3 - "lint":  ---> 88eb5e40b2de
Step #3 - "lint": Step 32/33 : RUN chmod +x /root/*.sh
Step #3 - "lint":  ---> Running in c556e37214d6
Step #3 - "lint": Removing intermediate container c556e37214d6
Step #3 - "lint":  ---> 7258477a0d35
Step #3 - "lint": Step 33/33 : WORKDIR /go
Step #3 - "lint":  ---> Running in 5013c9c753dd
Step #3 - "lint": Removing intermediate container 5013c9c753dd
Step #3 - "lint":  ---> c84fe775e543
Step #3 - "lint": Successfully built c84fe775e543
Step #3 - "lint": Successfully tagged agones-build:db76ca0bfb
Step #3 - "lint": make[1]: Leaving directory '/workspace/build'
Step #3 - "lint": docker run -t -e "TERM=xterm-256color" --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build -w /go/src/agones.dev/agones  agones-build:db76ca0bfb bash -c \
Step #3 - "lint": 	"golangci-lint run ./examples/... && golangci-lint run --deadline 15m ./..."
Finished Step #3 - "lint"
Starting Step #7 - "build-e2e"
Starting Step #4 - "tests"
Starting Step #6 - "build"
Step #4 - "tests": Already have image: make-docker
Step #7 - "build-e2e": Already have image (with digest): gcr.io/cloud-builders/docker
Step #6 - "build": Already have image: make-docker
Step #6 - "build": mkdir -p ~/.kube/
Step #6 - "build": mkdir -p /workspace/build//.config/gcloud
Step #6 - "build": mkdir -p ~/.helm
Step #6 - "build": docker run --rm -e "CGO_ENABLED=0" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #6 - "build": -tags none -o /go/src/agones.dev/agones/cmd/controller/bin/controller \
Step #6 - "build":  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-710e6a2" -installsuffix cgo agones.dev/agones/cmd/controller
Step #4 - "tests": mkdir -p ~/.kube/
Step #4 - "tests": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go test -race agones.dev/agones/pkg/... \
Step #4 - "tests": agones.dev/agones/sdks/... agones.dev/agones/cmd/...
Step #4 - "tests": mkdir -p /tmp/agones-install
Step #4 - "tests": mkdir -p /workspace/build//.config/gcloud
Step #4 - "tests": mkdir -p ~/.helm
Step #4 - "tests": docker run --rm --name=agones-website -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb \
Step #4 - "tests":     	hugo server --watch --baseURL="http://localhost:1313/site/" &
Step #4 - "tests": until docker exec agones-website curl -o /dev/null --silent http://localhost:1313/site/; \
Step #4 - "tests": 		do \
Step #4 - "tests": 			echo "Waiting for server to start..."; \
Step #4 - "tests": 			sleep 1; \
Step #4 - "tests": 		done
Step #4 - "tests": 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 #4 - "tests": Error: No such container: agones-website
Step #4 - "tests": Waiting for server to start...
Step #4 - "tests": mkdir -p ~/.kube/
Step #4 - "tests": mkdir -p /workspace/build//.config/gcloud
Step #4 - "tests": mkdir -p ~/.helm
Step #4 - "tests": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build  agones-build:db76ca0bfb bash -c \
Step #4 - "tests": 	'helm template --name=agones-manual --namespace agones-system /go/src/agones.dev/agones/install/helm/agones \
Step #4 - "tests": 	--set agones.controller.generateTLS=false \
Step #4 - "tests": 	--set agones.crds.cleanupOnDelete=false \
Step #4 - "tests": 	> /go/src/agones.dev/agones/install/yaml/install.yaml'
Step #7 - "build-e2e": Sending build context to Docker daemon  7.168kB

Step #7 - "build-e2e": Step 1/20 : FROM gcr.io/cloud-builders/gcloud-slim
Step #7 - "build-e2e":  ---> c328dc31a68c
Step #7 - "build-e2e": Step 2/20 : RUN apt-get update &&     apt-get install -y wget psmisc make gcc python jq zip &&     apt-get clean
Step #7 - "build-e2e":  ---> Running in 2497146fc932
Step #4 - "tests": Building sites … Waiting for server to start...
Step #4 - "tests": ?   	agones.dev/agones/pkg	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/apis	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/apis/stable	[no test files]
Step #7 - "build-e2e": Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB]
Step #7 - "build-e2e": Get:2 http://archive.ubuntu.com/ubuntu xenial InRelease [247 kB]
Step #7 - "build-e2e": Get:3 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial InRelease [23.8 kB]
Step #7 - "build-e2e": Get:4 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial/main amd64 Packages [3356 B]
Step #7 - "build-e2e": Get:5 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
Step #7 - "build-e2e": Get:6 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [600 kB]
Step #4 - "tests": Waiting for server to start...
Step #7 - "build-e2e": Get:7 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
Step #7 - "build-e2e": Get:8 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial/main Translation-en [2380 B]
Step #4 - "tests": 
Step #4 - "tests":                    | EN  
Step #4 - "tests": +------------------+----+
Step #4 - "tests":   Pages            | 59  
Step #4 - "tests":   Paginator pages  |  0  
Step #4 - "tests":   Non-page files   |  2  
Step #4 - "tests":   Static files     | 39  
Step #4 - "tests":   Processed images |  2  
Step #4 - "tests":   Aliases          | 10  
Step #4 - "tests":   Sitemaps         |  1  
Step #4 - "tests":   Cleaned          |  0  
Step #4 - "tests": 
Step #4 - "tests": Total in 2281 ms
Step #7 - "build-e2e": Get:9 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages [1201 kB]
Step #4 - "tests": Watching for changes in /go/src/agones.dev/agones/site/{assets,content,layouts,static,themes}
Step #4 - "tests": Watching for config changes in /go/src/agones.dev/agones/site/config.toml, /go/src/agones.dev/agones/site/themes/docsy/config.toml
Step #4 - "tests": Environment: "development"
Step #4 - "tests": Serving pages from memory
Step #4 - "tests": Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
Step #4 - "tests": Web Server is available at http://localhost:1313/site/ (bind address 127.0.0.1)
Step #4 - "tests": Press Ctrl+C to stop
Step #4 - "tests": make[1]: Leaving directory '/workspace/build'
Step #4 - "tests": sort /workspace/install/yaml/install.yaml > /tmp/agones-install/install.current.yaml.sorted
Step #4 - "tests": diff /tmp/agones-install/install.yaml.sorted /tmp/agones-install/install.current.yaml.sorted
Step #7 - "build-e2e": Get:10 http://security.ubuntu.com/ubuntu xenial-security/main Translation-en [249 kB]
Step #7 - "build-e2e": Get:11 http://security.ubuntu.com/ubuntu xenial-security/restricted amd64 Packages [7204 B]
Step #7 - "build-e2e": Get:12 http://security.ubuntu.com/ubuntu xenial-security/restricted Translation-en [2152 B]
Step #7 - "build-e2e": Get:13 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [414 kB]
Step #7 - "build-e2e": Get:14 http://security.ubuntu.com/ubuntu xenial-security/universe Translation-en [163 kB]
Step #7 - "build-e2e": Get:15 http://archive.ubuntu.com/ubuntu xenial/main Translation-en [568 kB]
Step #7 - "build-e2e": Get:16 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [3724 B]
Step #7 - "build-e2e": Get:17 http://security.ubuntu.com/ubuntu xenial-security/multiverse Translation-en [1844 B]
Step #7 - "build-e2e": Get:18 http://archive.ubuntu.com/ubuntu xenial/restricted amd64 Packages [8344 B]
Step #7 - "build-e2e": Get:19 http://archive.ubuntu.com/ubuntu xenial/restricted Translation-en [2908 B]
Step #7 - "build-e2e": Get:20 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages [7532 kB]
Step #7 - "build-e2e": Get:21 http://archive.ubuntu.com/ubuntu xenial/universe Translation-en [4354 kB]
Step #7 - "build-e2e": Get:22 http://archive.ubuntu.com/ubuntu xenial/multiverse amd64 Packages [144 kB]
Step #7 - "build-e2e": Get:23 http://archive.ubuntu.com/ubuntu xenial/multiverse Translation-en [106 kB]
Step #7 - "build-e2e": Get:24 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [902 kB]
Step #4 - "tests": ( trap 'docker stop agones-website' EXIT; docker exec agones-website linkchecker --anchors http://localhost:1313/site/ )
Step #7 - "build-e2e": Get:25 http://archive.ubuntu.com/ubuntu xenial-updates/main Translation-en [365 kB]
Step #7 - "build-e2e": Get:26 http://archive.ubuntu.com/ubuntu xenial-updates/restricted amd64 Packages [7556 B]
Step #7 - "build-e2e": Get:27 http://archive.ubuntu.com/ubuntu xenial-updates/restricted Translation-en [2272 B]
Step #7 - "build-e2e": Get:28 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [719 kB]
Step #7 - "build-e2e": Get:29 http://archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [295 kB]
Step #7 - "build-e2e": Get:30 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [16.6 kB]
Step #7 - "build-e2e": Get:31 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse Translation-en [8440 B]
Step #7 - "build-e2e": Get:32 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [7280 B]
Step #7 - "build-e2e": Get:33 http://archive.ubuntu.com/ubuntu xenial-backports/main Translation-en [4456 B]
Step #7 - "build-e2e": Get:34 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [7804 B]
Step #7 - "build-e2e": Get:35 http://archive.ubuntu.com/ubuntu xenial-backports/universe Translation-en [4184 B]
Step #4 - "tests": WARNING 2019-01-20 22:43:24,162 MainThread Running as root user; dropping privileges by changing user to nobody.
Step #4 - "tests": INFO 2019-01-20 22:43:24,162 MainThread Checking intern URLs only; use --check-extern to check extern URLs.
Step #4 - "tests": LinkChecker 9.3              Copyright (C) 2000-2014 Bastian Kleineidam
Step #4 - "tests": LinkChecker comes with ABSOLUTELY NO WARRANTY!
Step #4 - "tests": This is free software, and you are welcome to redistribute it
Step #4 - "tests": under certain conditions. Look at the file `LICENSE' within this
Step #4 - "tests": distribution.
Step #4 - "tests": Get the newest version at http://wummel.github.io/linkchecker/
Step #4 - "tests": Write comments and bugs to https://github.com/wummel/linkchecker/issues
Step #4 - "tests": Support this project at http://wummel.github.io/linkchecker/donations.html
Step #4 - "tests": 
Step #4 - "tests": Start checking at 2019-01-20 22:43:24+000
Step #4 - "tests": 10 threads active,     4 links queued,   22 links in   4 URLs checked, runtime 1 seconds
Step #7 - "build-e2e": Fetched 18.3 MB in 6s (2895 kB/s)
Step #7 - "build-e2e": Reading package lists...
Step #7 - "build-e2e": Reading package lists...
Step #7 - "build-e2e": Building dependency tree...
Step #7 - "build-e2e": Reading state information...
Step #7 - "build-e2e": python is already the newest version (2.7.12-1~16.04).
Step #7 - "build-e2e": python set to manually installed.
Step #7 - "build-e2e": The following packages were automatically installed and are no longer required:
Step #7 - "build-e2e":   libexpat1-dev libpython-dev libpython2.7 libpython2.7-dev
Step #7 - "build-e2e":   python-pkg-resources python2.7-dev
Step #7 - "build-e2e": Use 'apt autoremove' to remove them.
Step #7 - "build-e2e": The following additional packages will be installed:
Step #7 - "build-e2e":   libonig2 unzip
Step #7 - "build-e2e": Suggested packages:
Step #7 - "build-e2e":   gcc-multilib autoconf automake libtool flex bison gdb gcc-doc make-doc
Step #7 - "build-e2e": The following NEW packages will be installed:
Step #7 - "build-e2e":   gcc jq libonig2 make psmisc unzip wget zip
Step #7 - "build-e2e": 0 upgraded, 8 newly installed, 0 to remove and 10 not upgraded.
Step #7 - "build-e2e": Need to get 746 kB/1051 kB of archives.
Step #7 - "build-e2e": After this operation, 3466 kB of additional disk space will be used.
Step #7 - "build-e2e": Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 psmisc amd64 22.21-2.1build1 [48.0 kB]
Step #7 - "build-e2e": Get:2 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libonig2 amd64 5.9.6-1ubuntu0.1 [86.7 kB]
Step #7 - "build-e2e": Get:3 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 jq amd64 1.5+dfsg-1ubuntu0.1 [144 kB]
Step #7 - "build-e2e": Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 make amd64 4.1-6 [151 kB]
Step #7 - "build-e2e": Get:5 http://archive.ubuntu.com/ubuntu xenial/main amd64 unzip amd64 6.0-20ubuntu1 [158 kB]
Step #7 - "build-e2e": Get:6 http://archive.ubuntu.com/ubuntu xenial/main amd64 zip amd64 3.0-11 [158 kB]
Step #4 - "tests": 10 threads active,   215 links queued,  347 links in  17 URLs checked, runtime 6 seconds
Step #7 - "build-e2e": Fetched 746 kB in 1s (584 kB/s)
Step #7 - "build-e2e": Selecting previously unselected package psmisc.
Step #7 - "build-e2e": (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15833 files and directories currently installed.)
Step #7 - "build-e2e": Preparing to unpack .../psmisc_22.21-2.1build1_amd64.deb ...
Step #7 - "build-e2e": Unpacking psmisc (22.21-2.1build1) ...
Step #7 - "build-e2e": Selecting previously unselected package wget.
Step #7 - "build-e2e": Preparing to unpack .../wget_1.17.1-1ubuntu1.4_amd64.deb ...
Step #7 - "build-e2e": Unpacking wget (1.17.1-1ubuntu1.4) ...
Step #7 - "build-e2e": Selecting previously unselected package gcc.
Step #7 - "build-e2e": Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ...
Step #7 - "build-e2e": Unpacking gcc (4:5.3.1-1ubuntu1) ...
Step #7 - "build-e2e": Selecting previously unselected package libonig2:amd64.
Step #7 - "build-e2e": Preparing to unpack .../libonig2_5.9.6-1ubuntu0.1_amd64.deb ...
Step #7 - "build-e2e": Unpacking libonig2:amd64 (5.9.6-1ubuntu0.1) ...
Step #7 - "build-e2e": Selecting previously unselected package jq.
Step #7 - "build-e2e": Preparing to unpack .../jq_1.5+dfsg-1ubuntu0.1_amd64.deb ...
Step #7 - "build-e2e": Unpacking jq (1.5+dfsg-1ubuntu0.1) ...
Step #7 - "build-e2e": Selecting previously unselected package make.
Step #7 - "build-e2e": Preparing to unpack .../archives/make_4.1-6_amd64.deb ...
Step #7 - "build-e2e": Unpacking make (4.1-6) ...
Step #7 - "build-e2e": Selecting previously unselected package unzip.
Step #7 - "build-e2e": Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ...
Step #7 - "build-e2e": Unpacking unzip (6.0-20ubuntu1) ...
Step #7 - "build-e2e": Selecting previously unselected package zip.
Step #7 - "build-e2e": Preparing to unpack .../archives/zip_3.0-11_amd64.deb ...
Step #7 - "build-e2e": Unpacking zip (3.0-11) ...
Step #7 - "build-e2e": Processing triggers for libc-bin (2.23-0ubuntu10) ...
Step #7 - "build-e2e": Processing triggers for mime-support (3.59ubuntu1) ...
Step #7 - "build-e2e": Setting up psmisc (22.21-2.1build1) ...
Step #7 - "build-e2e": Setting up wget (1.17.1-1ubuntu1.4) ...
Step #7 - "build-e2e": Setting up gcc (4:5.3.1-1ubuntu1) ...
Step #7 - "build-e2e": Setting up libonig2:amd64 (5.9.6-1ubuntu0.1) ...
Step #7 - "build-e2e": Setting up jq (1.5+dfsg-1ubuntu0.1) ...
Step #7 - "build-e2e": Setting up make (4.1-6) ...
Step #7 - "build-e2e": Setting up unzip (6.0-20ubuntu1) ...
Step #7 - "build-e2e": Setting up zip (3.0-11) ...
Step #7 - "build-e2e": Processing triggers for libc-bin (2.23-0ubuntu10) ...
Step #4 - "tests": 10 threads active,   541 links queued,  954 links in  29 URLs checked, runtime 11 seconds
Step #7 - "build-e2e": Removing intermediate container 2497146fc932
Step #7 - "build-e2e":  ---> 93fef924947b
Step #7 - "build-e2e": Step 3/20 : WORKDIR /usr/local
Step #7 - "build-e2e":  ---> Running in f4850a51d701
Step #7 - "build-e2e": Removing intermediate container f4850a51d701
Step #7 - "build-e2e":  ---> 317ed99c9bdb
Step #7 - "build-e2e": Step 4/20 : ENV GO_VERSION=1.11.1
Step #7 - "build-e2e":  ---> Running in 6db19705e31d
Step #7 - "build-e2e": Removing intermediate container 6db19705e31d
Step #7 - "build-e2e":  ---> efe8645edca6
Step #7 - "build-e2e": Step 5/20 : ENV GOPATH /go
Step #7 - "build-e2e":  ---> Running in ce8e415b1a2e
Step #7 - "build-e2e": Removing intermediate container ce8e415b1a2e
Step #7 - "build-e2e":  ---> 3cc27c75cfac
Step #7 - "build-e2e": Step 6/20 : RUN wget -q https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz &&     tar -xzf go${GO_VERSION}.linux-amd64.tar.gz && rm go${GO_VERSION}.linux-amd64.tar.gz && mkdir ${GOPATH}
Step #7 - "build-e2e":  ---> Running in 7f765aec468d
Step #4 - "tests": 10 threads active,   615 links queued, 1829 links in  42 URLs checked, runtime 16 seconds
Step #4 - "tests": 10 threads active,   634 links queued, 2516 links in  52 URLs checked, runtime 21 seconds
Step #4 - "tests": 10 threads active,   469 links queued, 2871 links in  58 URLs checked, runtime 26 seconds
Step #7 - "build-e2e": Removing intermediate container 7f765aec468d
Step #7 - "build-e2e":  ---> bd9deee16268
Step #7 - "build-e2e": Step 7/20 : ENV PATH /usr/local/go/bin:/go/bin:$PATH
Step #7 - "build-e2e":  ---> Running in b390489e84cb
Step #7 - "build-e2e": Removing intermediate container b390489e84cb
Step #7 - "build-e2e":  ---> e3d9f7eb897a
Step #7 - "build-e2e": Step 8/20 : ENV KUBECTL_VER 1.11.5
Step #7 - "build-e2e":  ---> Running in df68d7df60dd
Step #7 - "build-e2e": Removing intermediate container df68d7df60dd
Step #7 - "build-e2e":  ---> 23162e63d505
Step #7 - "build-e2e": Step 9/20 : RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VER}/bin/linux/amd64/kubectl &&     chmod go+rx ./kubectl &&     mv ./kubectl /usr/local/bin/kubectl
Step #4 - "tests": 10 threads active,    22 links queued, 3318 links in  65 URLs checked, runtime 31 seconds
Step #7 - "build-e2e":  ---> Running in a2d6a9c06c2a
Step #7 - "build-e2e": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #7 - "build-e2e":                                  Dload  Upload   Total   Spent    Left  Speed
Step #7 - "build-e2e": 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
 15 52.8M   15 8184k    0     0  16.5M      0  0:00:03 --:--:--  0:00:03 16.5M�[0m�[91m
100 52.8M  100 52.8M    0     0  83.4M      0 --:--:-- --:--:-- --:--:-- 83.3M
Step #7 - "build-e2e": �[0mRemoving intermediate container a2d6a9c06c2a
Step #7 - "build-e2e":  ---> 56e9544f03e7
Step #7 - "build-e2e": Step 10/20 : ENV HELM_VER 2.11.0
Step #7 - "build-e2e":  ---> Running in 467d4dcb6701
Step #7 - "build-e2e": Removing intermediate container 467d4dcb6701
Step #7 - "build-e2e":  ---> c4dab8fefbb9
Step #7 - "build-e2e": Step 11/20 : ENV HELM_URL https://storage.googleapis.com/kubernetes-helm/helm-v${HELM_VER}-linux-amd64.tar.gz
Step #7 - "build-e2e":  ---> Running in 5485952d126a
Step #6 - "build": docker build /workspace/cmd/controller/ --tag=gcr.io/agones-images/agones-controller:0.8.0-710e6a2 
Step #7 - "build-e2e": Removing intermediate container 5485952d126a
Step #7 - "build-e2e":  ---> d0450c8bbc04
Step #7 - "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 #7 - "build-e2e":  ---> Running in 6d68e52dc3a6
Step #4 - "tests":  8 threads active,     0 links queued, 3342 links in  75 URLs checked, runtime 36 seconds
Step #6 - "build": Sending build context to Docker daemon  38.27MB

Step #6 - "build": Step 1/5 : FROM alpine:3.8
Step #4 - "tests": ok  	agones.dev/agones/pkg/apis/stable/v1alpha1	1.115s
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 #7 - "build-e2e": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #7 - "build-e2e":                                  Dload  Upload   Total   Spent    Left  Speed
Step #7 - "build-e2e": 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
100 18.2M  100 18.2M    0     0  35.6M      0 --:--:-- --:--:-- --:--:-- 35.7M
Step #7 - "build-e2e": �[0mlinux-amd64/
Step #7 - "build-e2e": linux-amd64/tiller
Step #6 - "build": 3.8: Pulling from library/alpine
Step #7 - "build-e2e": linux-amd64/README.md
Step #7 - "build-e2e": linux-amd64/helm
Step #6 - "build": Digest: sha256:46e71df1e5191ab8b8034c5189e325258ec44ea739bba1e5645cff83c9048ff1
Step #6 - "build": Status: Downloaded newer image for alpine:3.8
Step #6 - "build":  ---> 3f53bb00af94
Step #6 - "build": Step 2/5 : RUN apk --update add ca-certificates &&     adduser -D agones
Step #7 - "build-e2e": linux-amd64/LICENSE
Step #6 - "build":  ---> Running in bb99bf72f333
Step #4 - "tests": 
Step #4 - "tests": Statistics:
Step #4 - "tests": Downloaded: 2.50MB.
Step #4 - "tests": Content types: 247 image, 1976 text, 0 video, 0 audio, 94 application, 0 mail and 1033 other.
Step #4 - "tests": URL lengths: min=15, max=373, avg=59.
Step #4 - "tests": 
Step #4 - "tests": That's it. 3350 links in 76 URLs checked. 0 warnings found. 0 errors found.
Step #4 - "tests": Stopped checking at 2019-01-20 22:44:02+000 (38 seconds)
Step #6 - "build": fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
Step #7 - "build-e2e": Removing intermediate container 6d68e52dc3a6
Step #7 - "build-e2e":  ---> 4778a4e008ea
Step #7 - "build-e2e": Step 13/20 : ENV CONSUL_VERSION=1.2.1
Step #7 - "build-e2e":  ---> Running in 6ae7e5f0b4e4
Step #6 - "build": fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
Step #7 - "build-e2e": Removing intermediate container 6ae7e5f0b4e4
Step #7 - "build-e2e":  ---> 593506c86e5f
Step #7 - "build-e2e": Step 14/20 : ENV HASHICORP_RELEASES=https://releases.hashicorp.com
Step #6 - "build": (1/1) Installing ca-certificates (20171114-r3)
Step #6 - "build": Executing busybox-1.28.4-r2.trigger
Step #6 - "build": Executing ca-certificates-20171114-r3.trigger
Step #7 - "build-e2e":  ---> Running in bcb0429cd7db
Step #6 - "build": OK: 5 MiB in 14 packages
Step #7 - "build-e2e": Removing intermediate container bcb0429cd7db
Step #7 - "build-e2e":  ---> ad11c9b00fe7
Step #7 - "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 #7 - "build-e2e":  ---> Running in 62724a07c33a
Step #4 - "tests": agones-website
Step #6 - "build": Removing intermediate container bb99bf72f333
Step #6 - "build":  ---> 898f70ec5274
Step #6 - "build": Step 3/5 : COPY  --chown=agones:root ./bin/controller /home/agones/controller
Step #7 - "build-e2e": �[91m--2019-01-20 22:44:05--  https://releases.hashicorp.com/consul/1.2.1/consul_1.2.1_linux_amd64.zip
Step #7 - "build-e2e": �[0m�[91mResolving releases.hashicorp.com (releases.hashicorp.com)... �[0m�[91m151.101.1.183, 151.101.65.183, 151.101.129.183, ...
Step #7 - "build-e2e": �[0m�[91mConnecting to releases.hashicorp.com (releases.hashicorp.com)|151.101.1.183|:443... �[0m�[91mconnected.
Step #7 - "build-e2e": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m200 OK
Step #7 - "build-e2e": Length: 14529496 (14M) [application/zip]
Step #7 - "build-e2e": Saving to: '/tmp/build/consul_1.2.1_linux_amd64.zip'
Step #7 - "build-e2e": 
Step #7 - "build-e2e":      0K ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ..�[0m�[91m........ ..........  0% 3.38M 4s
Step #7 - "build-e2e":     50K .......... .......... .......... .......... ..�[0m�[91m........  0% 6.93M 3s
Step #7 - "build-e2e":    100K .......... .......... .......... .......... ..........  1%  188M 2s
Step #7 - "build-e2e":    150K .......... .......... .......... .......... ..........  1%  240M 2s
Step #7 - "build-e2e":    200K ....�[0m�[91m...... .......... .......... .......... ..........  1% 7.03M 2s
Step #7 - "build-e2e":    250K ..�[0m�[91m........ .......... .......... .......... ..........  2% 39.4M 1s
Step #7 - "build-e2e":    300K .......... .......... .......... .......... ..........  2%  220M 1s
Step #7 - "build-e2e":    350K .......... .......... .......... .......... ..........  2% 8.75M 1s
Step #7 - "build-e2e":    400K ....�[0m�[91m...... .......... .......... .......... ..........  3%  205M 1s
Step #7 - "build-e2e":    450K .......... .......... .......... .......... ..........  3%  257M 1s
Step #7 - "build-e2e":    500K .......... .......... .......... .......... ..........  3% 48.5M 1s
Step #7 - "build-e2e":    550K .......... .......... .......... .......... ..........  4%  187M 1s
Step #7 - "build-e2e":    600K .......... .......... .......... .......... ..........  4%  254M 1s
Step #7 - "build-e2e":    650K .......... .......... .......... .......... ..........  4%  213M 1s
Step #7 - "build-e2e":    700K .......... .......... .......... ..�[0m�[91m........ ..........  5% 9.77M 1s
Step #7 - "build-e2e":    750K .......... .......... .......... .......... ..........  5%  143M 1s
Step #7 - "build-e2e":    800K .......... .......... .......... .......... ..........  5% 41.8M 1s
Step #7 - "build-e2e":    850K .......... .......... .......... .......... ..........  6%  206M 1s
Step #7 - "build-e2e":    900K .......... .......... .......... .......... ..........  6%  191M 1s
Step #7 - "build-e2e":    950K .......... .......... .......... .......... ..........  7%  240M 1s
Step #7 - "build-e2e":   1000K .......... .......... .......... .......... ..........  7%  202M 1s
Step #7 - "build-e2e":   1050K .......... .......... .......... .......... ..........  7%  201M 1s
Step #7 - "build-e2e":   1100K .......... .......... ....�[0m�[91m...... .......... ..........  8%  198M 1s
Step #7 - "build-e2e":   1150K .......... .......... .......... .......... ..........  8%  232M 0s
Step #7 - "build-e2e":   1200K .......... .......... ..�[0m�[91m........ .......... ..........  8% 12.0M 1s
Step #7 - "build-e2e":   1250K .......... .......... .......... .......... ..........  9% 78.5M 1s
Step #7 - "build-e2e":   1300K .......... .......... .......... .......... ..........  9%  226M 0s
Step #7 - "build-e2e":   1350K .......... .......... .......... .......... ..........  9%  224M 0s
Step #7 - "build-e2e":   1400K .......... .......... .......... .......... .......... 10%  207M 0s
Step #7 - "build-e2e":   1450K .......... .......... .......... .......... .......... 10%  181M 0s
Step #7 - "build-e2e":   1500K .......... .......... .......... .......... .......... 10%  142M 0s
Step #7 - "build-e2e":   1550K .......... .......... .......... .......... .......... 11%  149M 0s
Step #7 - "build-e2e":   1600K .......... .......... .......... .......... .......... 11%  150M 0s
Step #7 - "build-e2e":   1650K .......... .......... .......... .......... .......... 11%  161M 0s
Step #7 - "build-e2e":   1700K .......... .......... .......... .......... .......... 12%  243M 0s
Step #7 - "build-e2e":   1750K .......... .......... .......... .......... .......... 12%  228M 0s
Step #7 - "build-e2e":   1800K .......... .......... .......... .......... .......... 13%  247M 0s
Step #7 - "build-e2e":   1850K .......... .......... .....�[0m�[91m..... .......... .......... 13%  188M 0s
Step #7 - "build-e2e":   1900K .......... .......... .......... .......... .......... 13%  237M 0s
Step #7 - "build-e2e":   1950K .......... .......... .......... .......... .......... 14%  240M 0s
Step #7 - "build-e2e":   2000K .......... .......... .......... .......... .......... 14%  252M 0s
Step #7 - "build-e2e":   2050K .......... .......... .......... .......... .......... 14%  219M 0s
Step #7 - "build-e2e":   2100K .......... .......... .......... .......... .......... 15%  235M 0s
Step #7 - "build-e2e":   2150K .......... .......... .......... .......... .......... 15%  255M 0s
Step #7 - "build-e2e":   2200K .......... .......... .......... .......... .......... 15%  199M 0s
Step #7 - "build-e2e":   2250K .......... .......... .......... .......... .......... 16%  226M 0s
Step #7 - "build-e2e":   2300K .......... .......... .......... .......... .......... 16%  185M 0s
Step #7 - "build-e2e":   2350K .......... .......... .......... .......... .......... 16%  240M 0s
Step #7 - "build-e2e":   2400K .......... .......... .......... .......... .......... 17% 35.5M 0s
Step #7 - "build-e2e":   2450K .......... .......... .......... .......... .......... 17%  101M 0s
Step #7 - "build-e2e":   2500K .......... .......... .......... .......... .......... 17%  214M 0s
Step #7 - "build-e2e":   2550K .......... .......... .......... .......... .......... 18%  210M 0s
Step #7 - "build-e2e":   2600K .......... .......... .......... .......... .......... 18% 76.2M 0s
Step #7 - "build-e2e":   2650K .......... .......... .......... .......... .......... 19%  198M 0s
Step #7 - "build-e2e":   2700K .......... .......... .......... .......... .......... 19%  190M 0s
Step #7 - "build-e2e":   2750K .......... .......... .......... .......... .......... 19%  188M 0s
Step #7 - "build-e2e":   2800K .......... .......... .......... .......... .......... 20%  193M 0s�[0m�[91m
Step #7 - "build-e2e":   2850K .......... .......... .......... .......... .......... 20%  164M 0s
Step #7 - "build-e2e":   2900K .......... .......... .......... .......... .......... 20%  189M 0s
Step #7 - "build-e2e":   2950K .......... .......... .......... .......... .......... 21%  170M 0s
Step #7 - "build-e2e":   3000K .......... .......... .......... .......... .......... 21%  208M 0s
Step #7 - "build-e2e":   3050K .......... .......... .......... .......... .......... 21%  163M 0s
Step #7 - "build-e2e":   3100K .......... .......... .......... .......... .......... 22%  220M 0s
Step #7 - "build-e2e":   3150K .......... .......... .......... .......... .......... 22%  201M 0s
Step #7 - "build-e2e":   3200K .......... .......... .......... .......... .......... 22%  246M 0s
Step #7 - "build-e2e":   3250K .......... .......... .......... .......... .......... 23%  202M 0s
Step #7 - "build-e2e":   3300K .......... .......... .......... .......... .......... 23%  241M 0s
Step #7 - "build-e2e":   3350K .......... .......... .......... .......... .......... 23%  242M 0s
Step #7 - "build-e2e":   3400K .......... .......... .......... .......... .......... 24%  238M 0s
Step #7 - "build-e2e":   3450K .......... .......... .......... .......... .......... 24%  252M 0s
Step #7 - "build-e2e":   3500K .......... .......... .......... .......... .......... 25%  201M 0s
Step #7 - "build-e2e":   3550K .......... .......... .......... .......... .......... 25%  253M 0s
Step #7 - "build-e2e":   3600K .......... .......... .......... .......... .......... 25%  261M 0s
Step #7 - "build-e2e":   3650K .......... .......... .......... .......... .......... 26%  214M 0s
Step #7 - "build-e2e":   3700K .......... .......... .......... .......... .......... 26%  245M 0s
Step #7 - "build-e2e":   3750K .......... .......... .......... .......... .......... 26%  190M 0s
Step #7 - "build-e2e":   3800K .......... .......... .......... .......... .......... 27%  183M 0s
Step #7 - "build-e2e":   3850K .......... .......... .......... .......... .......... 27%  191M 0s
Step #7 - "build-e2e":   3900K .......... .......... .......... .......... .......... 27%  198M 0s
Step #7 - "build-e2e":   3950K .......... .......... .......... .......... .......... 28%  182M 0s
Step #7 - "build-e2e":   4000K .......... .......... .......... .......... .......... 28%  221M 0s
Step #7 - "build-e2e":   4050K ........�[0m�[91m.. .......... .......... .......... .......... 28%  190M 0s
Step #7 - "build-e2e":   4100K .......... .......... .......... .......... .......... 29%  205M 0s
Step #7 - "build-e2e":   4150K .......... .......... .......... .......... .......... 29%  188M 0s
Step #7 - "build-e2e":   4200K .......... .......... .......... .......... ..........�[0m�[91m 29%  214M 0s
Step #7 - "build-e2e":   4250K .......... .......... .......... .......... .......... 30% 10.9M 0s
Step #7 - "build-e2e":   4300K .......... .......... .......... .......... .......... 30%  235M 0s
Step #7 - "build-e2e":   4350K .......... .......... .......... .......... .......... 31%  208M 0s
Step #7 - "build-e2e":   4400K .......... .......... .......... .......... .......... 31%  129M 0s
Step #7 - "build-e2e":   4450K .......... .......... .......... .......... .......... 31%  174M 0s
Step #7 - "build-e2e":   4500K .......... .......... .......... .......... .......... 32%  184M 0s
Step #7 - "build-e2e":   4550K .......... .......... .......... .......... .......... 32%  199M 0s
Step #7 - "build-e2e":   4600K .......... .......... .......... .......... .......... 32%  184M 0s
Step #7 - "build-e2e":   4650K .......... .......... .......... .......... .......... 33%  214M 0s
Step #7 - "build-e2e":   4700K .......... .......... .......... .......... .......... 33%  193M 0s
Step #7 - "build-e2e":   4750K .......... .......... .......... .......... ..........�[0m�[91m 33%  181M 0s
Step #7 - "build-e2e":   4800K .�[0m�[91m......... .......... .......... .......... .......... 34%  112M 0s
Step #7 - "build-e2e":   4850K .......... .......... .......... .......... .......... 34%  229M 0s
Step #7 - "build-e2e":   4900K .......... .......... .......... .......... .......... 34%  220M 0s
Step #7 - "build-e2e":   4950K .......... .......... .......... .......... .......... 35%  176M 0s
Step #7 - "build-e2e":   5000K .......... .......... .......... .......... .......... 35%  195M 0s
Step #7 - "build-e2e":   5050K .......... .......... .......... .......... .......... 35%  242M 0s
Step #7 - "build-e2e":   5100K .......... .......... .......... .......... .......... 36%  241M 0s
Step #7 - "build-e2e":   5150K .......... .......... .......... .......... .......... 36%  206M 0s
Step #7 - "build-e2e":   5200K .......... .......... .......... .......... .......... 37%  201M 0s
Step #7 - "build-e2e":   5250K .......... .......... .......... .......... .......... 37%  253M 0s
Step #7 - "build-e2e":   5300K .......... .......... .......... .......... .......... 37%  209M 0s
Step #7 - "build-e2e":   5350K .......... .......... .......... .......... .......... 38%  232M 0s
Step #7 - "build-e2e":   5400K .......... .......... .......... .......... .......... 38%  191M 0s
Step #7 - "build-e2e":   5450K .......... .......... .......... .......... .......... 38%  226M 0s
Step #7 - "build-e2e":   5500K .......... .......... .......... .......... .......... 39%  230M 0s
Step #7 - "build-e2e":   5550K .......... .......... .......... .......... .......... 39%  235M 0s
Step #7 - "build-e2e":   5600K .......... .......... .......... ...�[0m�[91m....... .......... 39%  165M 0s
Step #7 - "build-e2e":   5650K .......... .......... .......... .......... .......... 40%  186M 0s
Step #7 - "build-e2e":   5700K .......... .......... .......... .......... .......... 40%  159M 0s
Step #7 - "build-e2e":   5750K .......... .......... .......... .......... .......... 40%  226M 0s
Step #7 - "build-e2e":   5800K .......... .......... .......... .......... .......... 41%  171M 0s
Step #7 - "build-e2e":   5850K .......... .......... .......... .......... .......... 41%  197M 0s
Step #7 - "build-e2e":   5900K .......... .......... .......... .......... .......... 41%  215M 0s
Step #7 - "build-e2e":   5950K .......... .......... .......... .......... .......... 42%  220M 0s
Step #7 - "build-e2e":   6000K .......... .......... .......... .......... .......... 42%  191M 0s
Step #7 - "build-e2e":   6050K .......... .......... .......... .......... .......... 42% 88.6M 0s
Step #7 - "build-e2e":   6100K .......... .......... .......... .......... .......... 43%  181M 0s
Step #7 - "build-e2e":   6150K .......... .......... .......... .......... .......... 43%  179M 0s
Step #7 - "build-e2e":   6200K .......... .......... .......... .......... .......... 44%  150M 0s
Step #7 - "build-e2e":   6250K .......... .......... .......... .......... .......... 44%  228M 0s
Step #7 - "build-e2e":   6300K .......... .......... .......... .......... .......... 44%  205M 0s
Step #7 - "build-e2e":   6350K .......... .......... .......... .......... .......... 45%  243M 0s
Step #7 - "build-e2e":   6400K .......... .......�[0m�[91m... .......... .......... .......... 45%  198M 0s
Step #7 - "build-e2e":   6450K .......... .......... .......... .......... .......... 45%  232M 0s
Step #7 - "build-e2e":   6500K .......... .......... .......... .......... .......... 46%  238M 0s
Step #7 - "build-e2e":   6550K .......... .......... .......... .......... .......... 46%  216M 0s
Step #7 - "build-e2e":   6600K .......... .......... .......... .......... .......... 46%  215M 0s
Step #7 - "build-e2e":   6650K .......... .......... .......... .......... .......... 47%  247M 0s
Step #7 - "build-e2e":   6700K .......... .......... .......... .......... .......... 47%  208M 0s
Step #7 - "build-e2e":   6750K .......... .......... .......... .......... .......... 47%  256M 0s
Step #7 - "build-e2e":   6800K .......... .......... .......... .......... .......... 48%  193M 0s
Step #7 - "build-e2e":   6850K .......... .......... .......... .......... .......... 48%  246M 0s
Step #7 - "build-e2e":   6900K .......... .......... .......... .......... .......... 48%  226M 0s
Step #7 - "build-e2e":   6950K .......... .......... .......... .......... .......... 49%  235M 0s
Step #7 - "build-e2e":   7000K .......... .......... .......... .......... .......... 49%  206M 0s
Step #7 - "build-e2e":   7050K .......... .......... .......... .......... .......... 50%  248M 0s
Step #7 - "build-e2e":   7100K .......... .......... .......... .......... .......... 50%  249M 0s
Step #7 - "build-e2e":   7150K .......... .......... .......... .......... .......... 50%  227M 0s
Step #7 - "build-e2e":   7200K .......... .......... .......... .......... .........�[0m�[91m. 51%  119M 0s
Step #7 - "build-e2e":   7250K .......... .......... .......... .......... .......... 51%  185M 0s
Step #7 - "build-e2e":   7300K .......... .......... .......... .......... .......... 51%  194M 0s
Step #7 - "build-e2e":   7350K .......... .......... .......... .......... .......... 52%  186M 0s
Step #7 - "build-e2e":   7400K .......... .......... .......... .......... .......... 52%  169M 0s
Step #7 - "build-e2e":   7450K .......... .......... .......... .......... .......... 52%  216M 0s
Step #7 - "build-e2e":   7500K .......... .......... .......... .......... .......... 53%  172M 0s
Step #7 - "build-e2e":   7550K .......... .......... .......... .......... .......... 53%  208M 0s
Step #7 - "build-e2e":   7600K .......... .......... .......... .......... .......... 53%  155M 0s
Step #7 - "build-e2e":   7650K .......... .......... .......... .......... .......... 54%  193M 0s
Step #7 - "build-e2e":   7700K .......... .......... .......... .......... .......... 54%  225M 0s
Step #7 - "build-e2e":   7750K .......... .......... .......... .......... .......... 54%  209M 0s
Step #7 - "build-e2e":   7800K .......... .......... .......... .......... .......... 55%  185M 0s
Step #7 - "build-e2e":   7850K .......... .......... .......... .......... .......... 55%  259M 0s
Step #7 - "build-e2e":   7900K .......... .......... .......... .......... .......... 56%  236M 0s
Step #7 - "build-e2e":   7950K .......... .......... .......... .......... .......... 56%  245M 0s
Step #7 - "build-e2e":   8000K .......... .......... .......... .......... .......... 56%  184M 0s
Step #7 - "build-e2e":   8050K .......... .......... .......... .�[0m�[91m......... .......... 57%  229M 0s
Step #7 - "build-e2e":   8100K .......... .......... .......... .......... .......... 57%  244M 0s
Step #7 - "build-e2e":   8150K .......... .......... .......... .....�[0m�[91m..... .......... 57%  238M 0s
Step #7 - "build-e2e":   8200K .......... .......... .......... .......... .......... 58%  225M 0s
Step #7 - "build-e2e":   8250K .......... .......... .......... .......... .......... 58%  229M 0s
Step #7 - "build-e2e":   8300K .......... .......... .......... .......... .......... 58%  258M 0s
Step #7 - "build-e2e":   8350K .......... .......... .......... .......... .......... 59%  260M 0s
Step #7 - "build-e2e":   8400K .......... .......... .......... .......... .......... 59%  206M 0s
Step #7 - "build-e2e":   8450K .......... .......... .......... .......... .......... 59%  255M 0s
Step #7 - "build-e2e":   8500K .......... .......... .......... .......... .......... 60%  240M 0s
Step #7 - "build-e2e":   8550K .......... .......... .......... .......... .......... 60%  257M 0s
Step #7 - "build-e2e":   8600K .......... .......... .......... .......... .......... 60%  231M 0s
Step #7 - "build-e2e":   8650K .......... .......... .......... .......... .......... 61%  243M 0s
Step #7 - "build-e2e":   8700K .......... .......... .......... .......... .......... 61%  195M 0s
Step #7 - "build-e2e":   8750K .......... .......... .......... .......... .......... 62%  236M 0s
Step #7 - "build-e2e":   8800K .......... .......... .......... .......... .......... 62%  149M 0s
Step #7 - "build-e2e":   8850K .......... .......... .......... .......... .......... 62%  156M 0s
Step #7 - "build-e2e":   8900K .......... .......... ........�[0m�[91m.. .......... .......... 63%  112M 0s
Step #7 - "build-e2e":   8950K .......... .......... .......�[0m�[91m... .......... .......... 63%  174M 0s
Step #7 - "build-e2e":   9000K .......... .......... .......... ...�[0m�[91m....... .......... 63%  155M 0s
Step #7 - "build-e2e":   9050K .......... .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... 64%  179M 0s
Step #7 - "build-e2e":   9100K .......... .......... .......... .......... .......... 64%  232M 0s
Step #7 - "build-e2e":   9150K .......... .......... .......... .......... .......... 64%  181M 0s
Step #7 - "build-e2e":   9200K .......... .......... .......... .......... .......... 65%  179M 0s
Step #7 - "build-e2e":   9250K .......... .......... .......... .......... .......... 65%  213M 0s
Step #7 - "build-e2e":   9300K .......... .......... .......... .......... .......... 65%  189M 0s
Step #7 - "build-e2e":   9350K .......... .......... .......... .......... .......... 66%  206M 0s
Step #7 - "build-e2e":   9400K .......... .......... .......... .......... .......... 66%  220M 0s
Step #7 - "build-e2e":   9450K .......... .......... .......... .......... .......... 66%  226M 0s
Step #7 - "build-e2e":   9500K .......... .......... .......... .......... .......... 67%  256M 0s
Step #7 - "build-e2e":   9550K .......... .......... .......... .......... .......... 67%  258M 0s
Step #7 - "build-e2e":   9600K .......... .......... .......... .......... .......... 68%  203M 0s
Step #7 - "build-e2e":   9650K .......... .......... .......... .......... .......... 68%  251M 0s
Step #7 - "build-e2e":   9700K .......... .......... .........�[0m�[91m. .......... .......... 68% 9.57M 0s
Step #7 - "build-e2e":   9750K .......... .......... .......... .......... .......... 69%  179M 0s
Step #7 - "build-e2e":   9800K .......... ..�[0m�[91m........ .....�[0m�[91m..... .......... .�[0m�[91m......... 69%  174M 0s
Step #7 - "build-e2e":   9850K .......... .......... ...�[0m�[91m....... .........�[0m�[91m. .......... 69%  178M 0s
Step #7 - "build-e2e":   9900K .......... .......... .......... .......... .......... 70%  216M 0s
Step #7 - "build-e2e":   9950K .......... .......... .......... .......... .......... 70%  210M 0s
Step #7 - "build-e2e":  10000K .......... .......... .......... .......... .......... 70%  207M 0s
Step #7 - "build-e2e":  10050K .......... .......... .......... .......... .......... 71%  246M 0s
Step #7 - "build-e2e":  10100K .......... .......... .......... .......... .......... 71%  249M 0s
Step #7 - "build-e2e":  10150K .......... .......... .......... .......... .......... 71%  223M 0s
Step #7 - "build-e2e":  10200K .......... .......... .......... .......... .......... 72%  228M 0s
Step #7 - "build-e2e":  10250K .......... .......... .......... .......... .......... 72%  257M 0s
Step #7 - "build-e2e":  10300K .......... .......... .......... .......... .......... 72%  244M 0s
Step #7 - "build-e2e":  10350K .......... .......... .......... .......... .......... 73%  246M 0s
Step #7 - "build-e2e":  10400K .......... .......... .......... .......... .......... 73%  185M 0s
Step #7 - "build-e2e":  10450K .......... .......... .......... .......... .......... 74%  232M 0s
Step #7 - "build-e2e":  10500K .......... .......... .......... .......... .......... 74%  256M 0s
Step #7 - "build-e2e":  10550K .......... .......... .......... .......... .......... 74%  240M 0s
Step #7 - "build-e2e":  10600K .......... .......... .......... .......... .......... 75%  227M 0s
Step #7 - "build-e2e":  10650K .......... .......... .......... .......... .......... 75%  234M 0s
Step #7 - "build-e2e":  10700K .......... .......... .......... .......... .......... 75%  254M 0s
Step #7 - "build-e2e":  10750K .......... .......... .......... .......... .......... 76%  180M 0s
Step #7 - "build-e2e":  10800K .......... .......... .......... .......... .......... 76%  170M 0s
Step #7 - "build-e2e":  10850K .......... .......... .......... .......... .......... 76%  210M 0s
Step #7 - "build-e2e":  10900K .......... .......... .......... .......... .......... 77%  245M 0s
Step #7 - "build-e2e":  10950K .......... .......... .......... .......... .......... 77%  254M 0s
Step #7 - "build-e2e":  11000K .......... .......... .......... .......... .......... 77%  217M 0s
Step #7 - "build-e2e":  11050K .......... .......... .......... .......... .......... 78%  259M 0s
Step #7 - "build-e2e":  11100K .......... .......... .......... .......... .......... 78%  226M 0s
Step #7 - "build-e2e":  11150K .......... .......... .......... .......... .......... 78%  251M 0s
Step #7 - "build-e2e":  11200K .......... .......... .......... .......... .......... 79%  205M 0s
Step #7 - "build-e2e":  11250K .......... .......... .......... .......... .......... 79%  259M 0s
Step #7 - "build-e2e":  11300K .......... .......... .......... .......... .......... 79%  220M 0s
Step #7 - "build-e2e":  11350K .......... .......... .......�[0m�[91m... .......... .......... 80%�[0m�[91m  178M 0s
Step #7 - "build-e2e":  11400K .......... .......... .......... ...�[0m�[91m....... .........�[0m�[91m. 80%  162M 0s
Step #7 - "build-e2e":  11450K .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .......... .......... 81%  238M 0s
Step #7 - "build-e2e":  11500K .......... .......... .......... .......... .......... 81%  251M 0s
Step #7 - "build-e2e":  11550K .......... .......... .......... .......... .......... 81%  219M 0s
Step #7 - "build-e2e":  11600K .......... .......... .......... .......... .......... 82%  210M 0s
Step #7 - "build-e2e":  11650K .......... .......... .......... .......... .......... 82%  234M 0s
Step #7 - "build-e2e":  11700K .......... .......... .......... .......... .......... 82%  248M 0s
Step #7 - "build-e2e":  11750K .......... .......... .......... .......... .......... 83%  235M 0s
Step #7 - "build-e2e":  11800K .......... .......... .......... .......... .......... 83%  216M 0s
Step #7 - "build-e2e":  11850K .......... .......... .......... .......... .......... 83%  257M 0s
Step #7 - "build-e2e":  11900K .......... .......... .......... .......... .......... 84%  238M 0s
Step #7 - "build-e2e":  11950K .......... .......... .......... .......... .......... 84%  253M 0s
Step #7 - "build-e2e":  12000K .......... .......... .......... .......... .......... 84%  199M 0s
Step #7 - "build-e2e":  12050K .......... .......... .......... .......... .......... 85%  252M 0s
Step #7 - "build-e2e":  12100K .......... .......... .......... .......... .......... 85%  251M 0s
Step #7 - "build-e2e":  12150K .......... .......... .......... .......... .......... 85%  188M 0s
Step #7 - "build-e2e":  12200K .......... .......... .......... .......... .......... 86%  191M 0s
Step #7 - "build-e2e":  12250K .......�[0m�[91m... .......... .......... .......... .......... 86%  255M 0s
Step #7 - "build-e2e":  12300K .......... .......... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... 87%  236M 0s
Step #7 - "build-e2e":  12350K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... .......... 87%  234M 0s
Step #7 - "build-e2e":  12400K .......... .......... .......... .......... .......... 87%  214M 0s
Step #7 - "build-e2e":  12450K .......... .......... .......... .......... .......... 88%  230M 0s
Step #7 - "build-e2e":  12500K .......... .......... .......... .......... .......... 88%  254M 0s
Step #7 - "build-e2e":  12550K .......... .......... .......... .......... .......... 88%  255M 0s
Step #7 - "build-e2e":  12600K .......... .......... .......... .......... .......... 89%  217M 0s
Step #7 - "build-e2e":  12650K .......... .......... .......... .......... .......... 89%  248M 0s
Step #7 - "build-e2e":  12700K .......... .......... .......... .......... .......... 89%  222M 0s
Step #7 - "build-e2e":  12750K .......... .......... .......... .......... .......... 90%  253M 0s
Step #7 - "build-e2e":  12800K .......... .......... .......... .......... .......... 90%  209M 0s
Step #7 - "build-e2e":  12850K .......... .......... .......... .......... .......... 90%  251M 0s
Step #7 - "build-e2e":  12900K .......... .......... .......... .......... .......... 91%  257M 0s
Step #7 - "build-e2e":  12950K .......... .......... .......... .......... .......... 91%  236M 0s
Step #7 - "build-e2e":  13000K .......... .......... .......... .......... .......... 91%  232M 0s
Step #7 - "build-e2e":  13050K .......... .......... .......... .......... .......... 92%  250M 0s
Step #7 - "build-e2e":  13100K .......... .......... .......... .......... .......... 92%  255M 0s
Step #7 - "build-e2e":  13150K .......... .......... .......... .......... .......... 93%  258M 0s
Step #7 - "build-e2e":  13200K .........�[0m�[91m. .......... .......... .......... .......... 93%  166M 0s
Step #7 - "build-e2e":  13250K .......... .......... .......... .......... .......... 93%  260M 0s
Step #7 - "build-e2e":  13300K .......... .......... .......... .......... .......... 94%  237M 0s
Step #7 - "build-e2e":  13350K .......... .......... .......... .......... .......... 94%  251M 0s
Step #7 - "build-e2e":  13400K .......... .......... .......... .......... .......... 94%  230M 0s
Step #7 - "build-e2e":  13450K .......... .......... .......... .......... .......... 95%  237M 0s
Step #7 - "build-e2e":  13500K .......... .......... .......... .......... .......... 95%  255M 0s
Step #7 - "build-e2e":  13550K .......... .......... .......... .......... .......... 95%  248M 0s
Step #7 - "build-e2e":  13600K .......... .......... .......... .......... .......... 96%  216M 0s
Step #7 - "build-e2e":  13650K .......... .......... .......... .......... .......... 96%  241M 0s
Step #7 - "build-e2e":  13700K .......... .......... .......... .......... .......... 96%  237M 0s
Step #7 - "build-e2e":  13750K .......... .......... .......... .......... .......... 97%  256M 0s
Step #7 - "build-e2e":  13800K .......... .......... .......... .......... .......... 97%  215M 0s
Step #7 - "build-e2e":  13850K .......... .......... .......... .......... .......... 97%  252M 0s
Step #7 - "build-e2e":  13900K .......... .......... .......... .......... .......... 98%  231M 0s
Step #7 - "build-e2e":  13950K .......... .......... .......... .......... .......... 98%  243M 0s
Step #7 - "build-e2e":  14000K .......... .......... .......... .......... .......... 99%  214M 0s
Step #7 - "build-e2e":  14050K .......... .......... .......... .......... .......... 99%  239M 0s
Step #7 - "build-e2e":  14100K .......... .......... .......... .......... .......... 99%  256M 0s
Step #7 - "build-e2e":  14150K .......... .........�[0m�[91m. .......... ........             100%  166M=0.1s
Step #7 - "build-e2e": 
Step #7 - "build-e2e": 2019-01-20 22:44:05 (114 MB/s) - '/tmp/build/consul_1.2.1_linux_amd64.zip' saved [14529496/14529496]
Step #7 - "build-e2e": 
Step #7 - "build-e2e": �[0mArchive:  /tmp/build/consul_1.2.1_linux_amd64.zip
Step #7 - "build-e2e":   inflating: /usr/local/bin/consul   
Step #7 - "build-e2e": Consul v1.2.1
Step #7 - "build-e2e": Protocol 2 spoken by default, understands 2 to 3 (agent will automatically use protocol >2 when speaking to compatible agents)
Step #6 - "build":  ---> 943b37991ee9
Step #6 - "build": Step 4/5 : USER agones
Step #6 - "build":  ---> Running in c9f7f2e45969
Step #6 - "build": Removing intermediate container c9f7f2e45969
Step #6 - "build":  ---> aab84a30a735
Step #6 - "build": Step 5/5 : ENTRYPOINT ["/home/agones/controller"]
Step #6 - "build":  ---> Running in af5fd18f9453
Step #6 - "build": Removing intermediate container af5fd18f9453
Step #6 - "build":  ---> 5d5bbaf5e699
Step #6 - "build": Successfully built 5d5bbaf5e699
Step #6 - "build": Successfully tagged gcr.io/agones-images/agones-controller:0.8.0-710e6a2
Step #6 - "build": docker run --rm -e "CGO_ENABLED=0" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #6 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.linux.amd64  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-710e6a2" -installsuffix cgo agones.dev/agones/cmd/sdk-server
Step #7 - "build-e2e": Removing intermediate container 62724a07c33a
Step #7 - "build-e2e":  ---> 659cf1ef8246
Step #7 - "build-e2e": Step 16/20 : RUN echo "export PATH=/usr/local/go/bin:/go/bin/:\$PATH" >> /root/.bashrc
Step #7 - "build-e2e":  ---> Running in 67070886eac3
Step #7 - "build-e2e": Removing intermediate container 67070886eac3
Step #7 - "build-e2e":  ---> 17a25d95c923
Step #7 - "build-e2e": Step 17/20 : COPY *.sh /root/
Step #7 - "build-e2e":  ---> f259bf9313e5
Step #7 - "build-e2e": Step 18/20 : RUN chmod +x /root/*.sh
Step #7 - "build-e2e":  ---> Running in 089bcdfb931e
Step #7 - "build-e2e": Removing intermediate container 089bcdfb931e
Step #7 - "build-e2e":  ---> ed74090bcb20
Step #7 - "build-e2e": Step 19/20 : WORKDIR /go
Step #7 - "build-e2e":  ---> Running in 68ac1557574d
Step #7 - "build-e2e": Removing intermediate container 68ac1557574d
Step #7 - "build-e2e":  ---> ae87b9fc39c7
Step #7 - "build-e2e": Step 20/20 : ENTRYPOINT [ "/root/entrypoint.sh" ]
Step #7 - "build-e2e":  ---> Running in b28bb2bd9ea7
Step #7 - "build-e2e": Removing intermediate container b28bb2bd9ea7
Step #7 - "build-e2e":  ---> da9878ffead1
Step #7 - "build-e2e": Successfully built da9878ffead1
Step #7 - "build-e2e": Successfully tagged e2e-runner:latest
Finished Step #7 - "build-e2e"
Step #6 - "build": docker run --rm -e "GOOS=windows" -e "GOARCH=amd64" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #6 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.windows.amd64.exe  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-710e6a2" agones.dev/agones/cmd/sdk-server
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleetallocation	11.394s
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleetautoscalers	3.392s
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleets	2.569s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameserverallocations	14.863s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameservers	3.345s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameserversets	3.132s
Step #4 - "tests": ok  	agones.dev/agones/pkg/metrics	3.151s
Step #4 - "tests": ?   	agones.dev/agones/pkg/sdk	[no test files]
Step #4 - "tests": ok  	agones.dev/agones/pkg/sdkserver	10.744s
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.042s
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.145s
Step #4 - "tests": ok  	agones.dev/agones/pkg/util/workerqueue	2.076s
Step #4 - "tests": ok  	agones.dev/agones/sdks/go	1.070s
Step #4 - "tests": ?   	agones.dev/agones/cmd/controller	[no test files]
Step #4 - "tests": ok  	agones.dev/agones/cmd/ping	2.055s
Step #4 - "tests": ?   	agones.dev/agones/cmd/sdk-server	[no test files]
Finished Step #4 - "tests"
Starting Step #5 - "site"
Step #5 - "site": Already have image: make-docker
Step #5 - "site": /usr/bin/make site-deploy ARGS="-F" ENV=RELEASE_VERSION=0.8.0 SERVICE=preview
Step #5 - "site": make[1]: Entering directory '/workspace/build'
Step #5 - "site": mkdir -p ~/.kube/
Step #5 - "site": mkdir -p /workspace/build//.config/gcloud
Step #5 - "site": mkdir -p ~/.helm
Step #5 - "site": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb rm -r ./public
Step #5 - "site": rm: cannot remove './public': No such file or directory
Step #5 - "site": includes/website.mk:35: recipe for target 'site-static' failed
Step #5 - "site": mkdir /workspace/site/public
Step #5 - "site": make[1]: [site-static] Error 1 (ignored)
Step #5 - "site": # for some reason, this only work locally
Step #5 - "site": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb \
Step #5 - "site": 	bash -c "npm list postcss-cli || npm install postcss-cli"
Step #5 - "site": /go/src/agones.dev/agones/site
Step #5 - "site": `-- (empty)
Step #5 - "site": 
Step #6 - "build": docker run --rm -e "GOOS=darwin" -e "GOARCH=amd64" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #6 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.darwin.amd64  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-710e6a2" agones.dev/agones/cmd/sdk-server
Step #5 - "site": npm WARN saveError ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site": npm notice created a lockfile as package-lock.json. You should commit this file.
Step #5 - "site": npm WARN enoent ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site": npm WARN site No description
Step #5 - "site": npm WARN site No repository field.
Step #5 - "site": npm WARN site No README data
Step #5 - "site": npm WARN site No license field.
Step #5 - "site": npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
Step #5 - "site": npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
Step #5 - "site": 
Step #5 - "site": + postcss-cli@6.1.1
Step #5 - "site": added 248 packages from 148 contributors and audited 3191 packages in 8.541s
Step #5 - "site": found 0 vulnerabilities
Step #5 - "site": 
Step #5 - "site": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb \
Step #5 - "site": 	bash -c "npm list autoprefixer || npm install autoprefixer"
Step #5 - "site": /go/src/agones.dev/agones/site
Step #5 - "site": `-- (empty)
Step #5 - "site": 
Step #5 - "site": npm WARN saveError ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site": npm WARN enoent ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site": npm WARN site No description
Step #5 - "site": npm WARN site No repository field.
Step #5 - "site": npm WARN site No README data
Step #5 - "site": npm WARN site No license field.
Step #5 - "site": npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
Step #5 - "site": npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
Step #5 - "site": 
Step #5 - "site": + autoprefixer@9.4.5
Step #5 - "site": added 8 packages from 7 contributors and audited 11802 packages in 4.188s
Step #5 - "site": found 0 vulnerabilities
Step #5 - "site": 
Step #5 - "site": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb bash -c \
Step #5 - "site": 	"RELEASE_VERSION=0.8.0 hugo --config=config.toml -F"
Step #5 - "site": Building sites … 
Step #5 - "site":                    | EN  
Step #5 - "site": +------------------+----+
Step #5 - "site":   Pages            | 59  
Step #5 - "site":   Paginator pages  |  0  
Step #5 - "site":   Non-page files   |  2  
Step #5 - "site":   Static files     | 39  
Step #5 - "site":   Processed images |  2  
Step #5 - "site":   Aliases          | 10  
Step #5 - "site":   Sitemaps         |  1  
Step #5 - "site":   Cleaned          |  0  
Step #5 - "site": 
Step #5 - "site": Total in 2501 ms
Step #5 - "site": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb bash -c \
Step #5 - "site":     		"SERVICE=preview envsubst < app.yaml > .app.yaml"
Step #5 - "site": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb \
Step #5 - "site": 	gcloud app deploy .app.yaml --no-promote --version=710e6a2
Step #5 - "site": ERROR: (gcloud.app.deploy) You do not currently have an active account selected.
Step #5 - "site": Please run:
Step #5 - "site": 
Step #5 - "site":   $ gcloud auth login
Step #5 - "site": 
Step #5 - "site": to obtain new credentials, or if you have already logged in with a
Step #5 - "site": different account:
Step #5 - "site": 
Step #5 - "site":   $ gcloud config set account ACCOUNT
Step #5 - "site": 
Step #5 - "site": to select an already authenticated account to use.
Step #5 - "site": make[1]: *** [site-deploy] Error 1
Step #5 - "site": includes/website.mk:47: recipe for target 'site-deploy' failed
Step #5 - "site": make[1]: Leaving directory '/workspace/build'
Step #5 - "site": make: *** [site-deploy-preview] Error 2
Step #5 - "site": includes/website.mk:53: recipe for target 'site-deploy-preview' failed
Finished Step #5 - "site"
Finished Step #6 - "build"
ERROR
ERROR: build step 5 "make-docker" failed: exit status 2

Copy link
Collaborator

@cyriltovena cyriltovena left a comment

Choose a reason for hiding this comment

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

Overall it looks very good, I think we will need to work on the theme at some point as it looks not enough light and flat.(I'll give a go once it's merged)

It seems that all images are broken, see https://agones-mark.appspot.com/site/docs/reference/gameserver/ and https://agones-mark.appspot.com/site/docs/guides/metrics/.

The community section has a layout issue (not well centered) https://agones-mark.appspot.com/site/community/

cloudbuild.yaml Outdated Show resolved Hide resolved
@markmandel
Copy link
Member Author

Broken images should now be fixed. Working on making CloudBuild pass now.
https://agones-mark.appspot.com/site/docs/guides/metrics/

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 7b02ddf1-176a-4ed5-961e-ece220e7b4c5

Build Logs
starting build "7b02ddf1-176a-4ed5-961e-ece220e7b4c5"

FETCHSOURCE
Initialized empty Git repository in /workspace/.git/
From https://source.developers.google.com/p/agones-images/r/agones
 * branch              110a51fdd23da990bc42d1cf88b71afeee977603 -> FETCH_HEAD
Checking out files:  84% (13586/16087)   
Checking out files:  85% (13674/16087)   
Checking out files:  86% (13835/16087)   
Checking out files:  87% (13996/16087)   
Checking out files:  88% (14157/16087)   
Checking out files:  89% (14318/16087)   
Checking out files:  90% (14479/16087)   
Checking out files:  91% (14640/16087)   
Checking out files:  92% (14801/16087)   
Checking out files:  93% (14961/16087)   
Checking out files:  94% (15122/16087)   
Checking out files:  95% (15283/16087)   
Checking out files:  96% (15444/16087)   
Checking out files:  97% (15605/16087)   
Checking out files:  98% (15766/16087)   
Checking out files:  99% (15927/16087)   
Checking out files: 100% (16087/16087)   
Checking out files: 100% (16087/16087), done.
HEAD is now at 110a51fd Website for Agones
BUILD
Starting Step #0
Step #0: Pulling image: ubuntu
Step #0: Using default tag: latest
Step #0: latest: Pulling from library/ubuntu
Step #0: Digest: sha256:cef0c2cde57a973ed80513a7d3614bc654d9d6becad2c068c9328b41bb3f6713
Step #0: Status: Downloaded newer image for ubuntu:latest
Finished Step #0
Starting Step #1
Step #1: Already have image (with digest): gcr.io/cloud-builders/docker
Step #1: Sending build context to Docker daemon  173.6MB

Step #1: Step 1/3 : FROM gcr.io/cloud-builders/docker
Step #1:  ---> 1992f5155e11
Step #1: Step 2/3 : RUN apt-get install make
Step #1:  ---> Running in 84277f8b2d32
Step #1: Reading package lists...
Step #1: Building dependency tree...
Step #1: Reading state information...
Step #1: make is already the newest version (4.1-6).
Step #1: 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
Step #1: Removing intermediate container 84277f8b2d32
Step #1:  ---> a43c3d4c6d6f
Step #1: Step 3/3 : ENTRYPOINT ["/usr/bin/make"]
Step #1:  ---> Running in 2b8ea5b4720c
Step #1: Removing intermediate container 2b8ea5b4720c
Step #1:  ---> 045c8c97b569
Step #1: Successfully built 045c8c97b569
Step #1: Successfully tagged make-docker:latest
Finished Step #1
Starting Step #2
Step #2: Already have image: make-docker
Step #2: docker pull gcr.io/agones-images/agones-build:db76ca0bfb && docker tag gcr.io/agones-images/agones-build:db76ca0bfb agones-build:db76ca0bfb
Step #2: Error response from daemon: manifest for gcr.io/agones-images/agones-build:db76ca0bfb not found
Step #2: Makefile:358: recipe for target 'pull-build-image' failed
Step #2: make: [pull-build-image] Error 1 (ignored)
Finished Step #2
Starting Step #3 - "lint"
Step #3 - "lint": Already have image: make-docker
Step #3 - "lint": mkdir -p ~/.kube/
Step #3 - "lint": mkdir -p /workspace/build//.config/gcloud
Step #3 - "lint": mkdir -p ~/.helm
Step #3 - "lint": Could not find agones-build:db76ca0bfb image. Building...
Step #3 - "lint": make[1]: Entering directory '/workspace/build'
Step #3 - "lint": docker build --tag=agones-build:db76ca0bfb /workspace/build//build-image 
Step #3 - "lint": Sending build context to Docker daemon  17.92kB

Step #3 - "lint": Step 1/33 : FROM gcr.io/agones-images/grpc-cxx:1.16.1
Step #3 - "lint": 1.16.1: Pulling from agones-images/grpc-cxx
Step #3 - "lint": 54f7e8ac135a: Pulling fs layer
Step #3 - "lint": d6b856b25aeb: Pulling fs layer
Step #3 - "lint": b4d69f3225dc: Pulling fs layer
Step #3 - "lint": 54f7e8ac135a: Download complete
Step #3 - "lint": d6b856b25aeb: Verifying Checksum
Step #3 - "lint": d6b856b25aeb: Download complete
Step #3 - "lint": 54f7e8ac135a: Pull complete
Step #3 - "lint": b4d69f3225dc: Verifying Checksum
Step #3 - "lint": b4d69f3225dc: Download complete
Step #3 - "lint": d6b856b25aeb: Pull complete
Step #3 - "lint": b4d69f3225dc: Pull complete
Step #3 - "lint": Digest: sha256:ac598e5d35a7d253f8c93f0a11dbeb2df17d0dab83693fa5cb55b119beb01d01
Step #3 - "lint": Status: Downloaded newer image for gcr.io/agones-images/grpc-cxx:1.16.1
Step #3 - "lint":  ---> 8b1e772a99a1
Step #3 - "lint": Step 2/33 : RUN apt-get update &&     apt-get install -y wget psmisc rsync make python bash-completion zip nano jq graphviz linkchecker gettext-base &&     apt-get clean
Step #3 - "lint":  ---> Running in c24fdc07a09a
Step #3 - "lint": Ign:1 http://deb.debian.org/debian stretch InRelease
Step #3 - "lint": Get:2 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
Step #3 - "lint": Get:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
Step #3 - "lint": Hit:4 http://deb.debian.org/debian stretch Release
Step #3 - "lint": Get:5 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [469 kB]
Step #3 - "lint": Get:6 http://deb.debian.org/debian stretch-updates/main amd64 Packages.diff/Index [6640 B]
Step #3 - "lint": Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages 2019-01-02-2012.38.pdiff [332 B]
Step #3 - "lint": Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages 2019-01-02-2012.38.pdiff [332 B]
Step #3 - "lint": Fetched 661 kB in 0s (1923 kB/s)
Step #3 - "lint": Reading package lists...
Step #3 - "lint": Reading package lists...
Step #3 - "lint": Building dependency tree...
Step #3 - "lint": Reading state information...
Step #3 - "lint": make is already the newest version (4.1-9.1).
Step #3 - "lint": rsync is already the newest version (3.1.2-1+deb9u1).
Step #3 - "lint": rsync set to manually installed.
Step #3 - "lint": The following additional packages will be installed:
Step #3 - "lint":   fontconfig fontconfig-config fonts-dejavu-core fonts-liberation libann0
Step #3 - "lint":   libcairo2 libcdt5 libcgraph6 libdatrie1 libfontconfig1 libfreetype6 libgd3
Step #3 - "lint":   libgraphite2-3 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz0b
Step #3 - "lint":   libice6 libjbig0 libjpeg62-turbo libjq1 libonig4 libpango-1.0-0
Step #3 - "lint":   libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpixman-1-0 libpng16-16
Step #3 - "lint":   libpython-stdlib libpython2.7-minimal libpython2.7-stdlib libsm6
Step #3 - "lint":   libthai-data libthai0 libtiff5 libwebp6 libxaw7 libxcb-render0 libxcb-shm0
Step #3 - "lint":   libxdot4 libxmu6 libxpm4 libxrender1 libxt6 mime-support python-cffi-backend
Step #3 - "lint":   python-chardet python-cryptography python-enum34 python-idna
Step #3 - "lint":   python-ipaddress python-minimal python-openssl python-pkg-resources
Step #3 - "lint":   python-pyasn1 python-requests python-setuptools python-six python-urllib3
Step #3 - "lint":   python2.7 python2.7-minimal ucf x11-common
Step #3 - "lint": Suggested packages:
Step #3 - "lint":   gsfonts graphviz-doc libgd-tools clamav-daemon linkchecker-gui
Step #3 - "lint":   linkchecker-web python-argcomplete python-cssutils python-gconf python-geoip
Step #3 - "lint":   python-meliae python-twill spell python-doc python-tk
Step #3 - "lint":   python-cryptography-doc python-cryptography-vectors python-enum34-doc
Step #3 - "lint":   python-openssl-doc python-openssl-dbg doc-base python-socks
Step #3 - "lint":   python-setuptools-doc python-ntlm python2.7-doc binfmt-support
Step #3 - "lint": The following NEW packages will be installed:
Step #3 - "lint":   bash-completion fontconfig fontconfig-config fonts-dejavu-core
Step #3 - "lint":   fonts-liberation gettext-base graphviz jq libann0 libcairo2 libcdt5
Step #3 - "lint":   libcgraph6 libdatrie1 libfontconfig1 libfreetype6 libgd3 libgraphite2-3
Step #3 - "lint":   libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz0b libice6 libjbig0
Step #3 - "lint":   libjpeg62-turbo libjq1 libonig4 libpango-1.0-0 libpangocairo-1.0-0
Step #3 - "lint":   libpangoft2-1.0-0 libpathplan4 libpixman-1-0 libpng16-16 libpython-stdlib
Step #3 - "lint":   libpython2.7-minimal libpython2.7-stdlib libsm6 libthai-data libthai0
Step #3 - "lint":   libtiff5 libwebp6 libxaw7 libxcb-render0 libxcb-shm0 libxdot4 libxmu6
Step #3 - "lint":   libxpm4 libxrender1 libxt6 linkchecker mime-support nano psmisc python
Step #3 - "lint":   python-cffi-backend python-chardet python-cryptography python-enum34
Step #3 - "lint":   python-idna python-ipaddress python-minimal python-openssl
Step #3 - "lint":   python-pkg-resources python-pyasn1 python-requests python-setuptools
Step #3 - "lint":   python-six python-urllib3 python2.7 python2.7-minimal ucf wget x11-common
Step #3 - "lint":   zip
Step #3 - "lint": 0 upgraded, 74 newly installed, 0 to remove and 6 not upgraded.
Step #3 - "lint": Need to get 18.7 MB of archives.
Step #3 - "lint": After this operation, 65.5 MB of additional disk space will be used.
Step #3 - "lint": Get:1 http://security.debian.org/debian-security stretch/updates/main amd64 libtiff5 amd64 4.0.8-2+deb9u4 [238 kB]
Step #3 - "lint": Get:2 http://deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB]
Step #3 - "lint": Get:3 http://deb.debian.org/debian stretch/main amd64 libpython2.7-minimal amd64 2.7.13-2+deb9u3 [389 kB]
Step #3 - "lint": Get:4 http://deb.debian.org/debian stretch/main amd64 python2.7-minimal amd64 2.7.13-2+deb9u3 [1382 kB]
Step #3 - "lint": Get:5 http://deb.debian.org/debian stretch/main amd64 python-minimal amd64 2.7.13-2 [40.5 kB]
Step #3 - "lint": Get:6 http://deb.debian.org/debian stretch/main amd64 mime-support all 3.60 [36.7 kB]
Step #3 - "lint": Get:7 http://deb.debian.org/debian stretch/main amd64 libpython2.7-stdlib amd64 2.7.13-2+deb9u3 [1897 kB]
Step #3 - "lint": Get:8 http://deb.debian.org/debian stretch/main amd64 python2.7 amd64 2.7.13-2+deb9u3 [285 kB]
Step #3 - "lint": Get:9 http://deb.debian.org/debian stretch/main amd64 libpython-stdlib amd64 2.7.13-2 [20.0 kB]
Step #3 - "lint": Get:10 http://deb.debian.org/debian stretch/main amd64 python amd64 2.7.13-2 [154 kB]
Step #3 - "lint": Get:11 http://deb.debian.org/debian stretch/main amd64 libpng16-16 amd64 1.6.28-1 [280 kB]
Step #3 - "lint": Get:12 http://deb.debian.org/debian stretch/main amd64 libfreetype6 amd64 2.6.3-3.2 [438 kB]
Step #3 - "lint": Get:13 http://deb.debian.org/debian stretch/main amd64 ucf all 3.0036 [70.2 kB]
Step #3 - "lint": Get:14 http://deb.debian.org/debian stretch/main amd64 fonts-dejavu-core all 2.37-1 [1068 kB]
Step #3 - "lint": Get:15 http://deb.debian.org/debian stretch/main amd64 fonts-liberation all 1:1.07.4-2 [827 kB]
Step #3 - "lint": Get:16 http://deb.debian.org/debian stretch/main amd64 fontconfig-config all 2.11.0-6.7 [271 kB]
Step #3 - "lint": Get:17 http://deb.debian.org/debian stretch/main amd64 libfontconfig1 amd64 2.11.0-6.7+b1 [331 kB]
Step #3 - "lint": Get:18 http://deb.debian.org/debian stretch/main amd64 fontconfig amd64 2.11.0-6.7+b1 [404 kB]
Step #3 - "lint": Get:19 http://deb.debian.org/debian stretch/main amd64 nano amd64 2.7.4-1 [485 kB]
Step #3 - "lint": Get:20 http://deb.debian.org/debian stretch/main amd64 wget amd64 1.18-5+deb9u2 [799 kB]
Step #3 - "lint": Get:21 http://deb.debian.org/debian stretch/main amd64 gettext-base amd64 0.19.8.1-2 [121 kB]
Step #3 - "lint": Get:22 http://deb.debian.org/debian stretch/main amd64 libann0 amd64 1.1.2+doc-6 [24.9 kB]
Step #3 - "lint": Get:23 http://deb.debian.org/debian stretch/main amd64 libcdt5 amd64 2.38.0-17 [59.6 kB]
Step #3 - "lint": Get:24 http://deb.debian.org/debian stretch/main amd64 libcgraph6 amd64 2.38.0-17 [82.2 kB]
Step #3 - "lint": Get:25 http://deb.debian.org/debian stretch/main amd64 libjpeg62-turbo amd64 1:1.5.1-2 [134 kB]
Step #3 - "lint": Get:26 http://deb.debian.org/debian stretch/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB]
Step #3 - "lint": Get:27 http://deb.debian.org/debian stretch/main amd64 libwebp6 amd64 0.5.2-1 [235 kB]
Step #3 - "lint": Get:28 http://deb.debian.org/debian stretch/main amd64 libxpm4 amd64 1:3.5.12-1 [49.1 kB]
Step #3 - "lint": Get:29 http://deb.debian.org/debian stretch/main amd64 libgd3 amd64 2.2.4-2+deb9u3 [132 kB]
Step #3 - "lint": Get:30 http://deb.debian.org/debian stretch/main amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [158 kB]
Step #3 - "lint": Get:31 http://deb.debian.org/debian stretch/main amd64 libpixman-1-0 amd64 0.34.0-1 [530 kB]
Step #3 - "lint": Get:32 http://deb.debian.org/debian stretch/main amd64 libxcb-render0 amd64 1.12-1 [105 kB]
Step #3 - "lint": Get:33 http://deb.debian.org/debian stretch/main amd64 libxcb-shm0 amd64 1.12-1 [95.9 kB]
Step #3 - "lint": Get:34 http://deb.debian.org/debian stretch/main amd64 libxrender1 amd64 1:0.9.10-1 [33.0 kB]
Step #3 - "lint": Get:35 http://deb.debian.org/debian stretch/main amd64 libcairo2 amd64 1.14.8-1 [771 kB]
Step #3 - "lint": Get:36 http://deb.debian.org/debian stretch/main amd64 libthai-data all 0.1.26-1 [166 kB]
Step #3 - "lint": Get:37 http://deb.debian.org/debian stretch/main amd64 libdatrie1 amd64 0.2.10-4+b1 [36.4 kB]
Step #3 - "lint": Get:38 http://deb.debian.org/debian stretch/main amd64 libthai0 amd64 0.1.26-1 [52.1 kB]
Step #3 - "lint": Get:39 http://deb.debian.org/debian stretch/main amd64 libpango-1.0-0 amd64 1.40.5-1 [320 kB]
Step #3 - "lint": Get:40 http://deb.debian.org/debian stretch/main amd64 libgraphite2-3 amd64 1.3.10-1 [84.2 kB]
Step #3 - "lint": Get:41 http://deb.debian.org/debian stretch/main amd64 libharfbuzz0b amd64 1.4.2-1 [671 kB]
Step #3 - "lint": Get:42 http://deb.debian.org/debian stretch/main amd64 libpangoft2-1.0-0 amd64 1.40.5-1 [205 kB]
Step #3 - "lint": Get:43 http://deb.debian.org/debian stretch/main amd64 libpangocairo-1.0-0 amd64 1.40.5-1 [193 kB]
Step #3 - "lint": Get:44 http://deb.debian.org/debian stretch/main amd64 libpathplan4 amd64 2.38.0-17 [62.8 kB]
Step #3 - "lint": Get:45 http://deb.debian.org/debian stretch/main amd64 libxdot4 amd64 2.38.0-17 [55.6 kB]
Step #3 - "lint": Get:46 http://deb.debian.org/debian stretch/main amd64 libgvc6 amd64 2.38.0-17 [639 kB]
Step #3 - "lint": Get:47 http://deb.debian.org/debian stretch/main amd64 libgvpr2 amd64 2.38.0-17 [211 kB]
Step #3 - "lint": Get:48 http://deb.debian.org/debian stretch/main amd64 x11-common all 1:7.7+19 [251 kB]
Step #3 - "lint": Get:49 http://deb.debian.org/debian stretch/main amd64 libice6 amd64 2:1.0.9-2 [58.7 kB]
Step #3 - "lint": Get:50 http://deb.debian.org/debian stretch/main amd64 libsm6 amd64 2:1.2.2-1+b3 [33.3 kB]
Step #3 - "lint": Get:51 http://deb.debian.org/debian stretch/main amd64 libxt6 amd64 1:1.1.5-1 [188 kB]
Step #3 - "lint": Get:52 http://deb.debian.org/debian stretch/main amd64 libxmu6 amd64 2:1.1.2-2 [60.3 kB]
Step #3 - "lint": Get:53 http://deb.debian.org/debian stretch/main amd64 libxaw7 amd64 2:1.0.13-1+b2 [201 kB]
Step #3 - "lint": Get:54 http://deb.debian.org/debian stretch/main amd64 graphviz amd64 2.38.0-17 [802 kB]
Step #3 - "lint": Get:55 http://deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB]
Step #3 - "lint": Get:56 http://deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB]
Step #3 - "lint": Get:57 http://deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB]
Step #3 - "lint": Get:58 http://deb.debian.org/debian stretch/main amd64 libgts-bin amd64 0.7.6+darcs121130-4 [50.8 kB]
Step #3 - "lint": Get:59 http://deb.debian.org/debian stretch/main amd64 python-six all 1.10.0-3 [14.4 kB]
Step #3 - "lint": Get:60 http://deb.debian.org/debian stretch/main amd64 python-urllib3 all 1.19.1-1 [77.5 kB]
Step #3 - "lint": Get:61 http://deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB]
Step #3 - "lint": Get:62 http://deb.debian.org/debian stretch/main amd64 python-chardet all 2.3.0-2 [96.0 kB]
Step #3 - "lint": Get:63 http://deb.debian.org/debian stretch/main amd64 python-requests all 2.12.4-1 [101 kB]
Step #3 - "lint": Get:64 http://deb.debian.org/debian stretch/main amd64 linkchecker amd64 9.3-4 [312 kB]
Step #3 - "lint": Get:65 http://deb.debian.org/debian stretch/main amd64 psmisc amd64 22.21-2.1+b2 [123 kB]
Step #3 - "lint": Get:66 http://deb.debian.org/debian stretch/main amd64 python-cffi-backend amd64 1.9.1-2 [69.0 kB]
Step #3 - "lint": Get:67 http://deb.debian.org/debian stretch/main amd64 python-enum34 all 1.1.6-1 [35.0 kB]
Step #3 - "lint": Get:68 http://deb.debian.org/debian stretch/main amd64 python-idna all 2.2-1 [32.6 kB]
Step #3 - "lint": Get:69 http://deb.debian.org/debian stretch/main amd64 python-ipaddress all 1.0.17-1 [18.1 kB]
Step #3 - "lint": Get:70 http://deb.debian.org/debian stretch/main amd64 python-pyasn1 all 0.1.9-2 [51.8 kB]
Step #3 - "lint": Get:71 http://deb.debian.org/debian stretch/main amd64 python-setuptools all 33.1.1-1 [297 kB]
Step #3 - "lint": Get:72 http://deb.debian.org/debian stretch/main amd64 python-cryptography amd64 1.7.1-3 [211 kB]
Step #3 - "lint": Get:73 http://deb.debian.org/debian stretch/main amd64 python-openssl all 16.2.0-1 [43.7 kB]
Step #3 - "lint": Get:74 http://deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB]
Step #3 - "lint": �[91mdebconf: delaying package configuration, since apt-utils is not installed
Step #3 - "lint": �[0mFetched 18.7 MB in 0s (30.4 MB/s)
Step #3 - "lint": Selecting previously unselected package bash-completion.
Step #3 - "lint": (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 ... 17197 files and directories currently installed.)
Step #3 - "lint": Preparing to unpack .../0-bash-completion_1%3a2.1-4.3_all.deb ...
Step #3 - "lint": Unpacking bash-completion (1:2.1-4.3) ...
Step #3 - "lint": Selecting previously unselected package libpython2.7-minimal:amd64.
Step #3 - "lint": Preparing to unpack .../1-libpython2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package python2.7-minimal.
Step #3 - "lint": Preparing to unpack .../2-python2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking python2.7-minimal (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package python-minimal.
Step #3 - "lint": Preparing to unpack .../3-python-minimal_2.7.13-2_amd64.deb ...
Step #3 - "lint": Unpacking python-minimal (2.7.13-2) ...
Step #3 - "lint": Selecting previously unselected package mime-support.
Step #3 - "lint": Preparing to unpack .../4-mime-support_3.60_all.deb ...
Step #3 - "lint": Unpacking mime-support (3.60) ...
Step #3 - "lint": Selecting previously unselected package libpython2.7-stdlib:amd64.
Step #3 - "lint": Preparing to unpack .../5-libpython2.7-stdlib_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package python2.7.
Step #3 - "lint": Preparing to unpack .../6-python2.7_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking python2.7 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package libpython-stdlib:amd64.
Step #3 - "lint": Preparing to unpack .../7-libpython-stdlib_2.7.13-2_amd64.deb ...
Step #3 - "lint": Unpacking libpython-stdlib:amd64 (2.7.13-2) ...
Step #3 - "lint": Setting up libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Setting up python2.7-minimal (2.7.13-2+deb9u3) ...
Step #3 - "lint": Linking and byte-compiling packages for runtime python2.7...
Step #3 - "lint": Setting up python-minimal (2.7.13-2) ...
Step #3 - "lint": Selecting previously unselected package python.
Step #3 - "lint": (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 ... 18545 files and directories currently installed.)
Step #3 - "lint": Preparing to unpack .../00-python_2.7.13-2_amd64.deb ...
Step #3 - "lint": Unpacking python (2.7.13-2) ...
Step #3 - "lint": Selecting previously unselected package libpng16-16:amd64.
Step #3 - "lint": Preparing to unpack .../01-libpng16-16_1.6.28-1_amd64.deb ...
Step #3 - "lint": Unpacking libpng16-16:amd64 (1.6.28-1) ...
Step #3 - "lint": Selecting previously unselected package libfreetype6:amd64.
Step #3 - "lint": Preparing to unpack .../02-libfreetype6_2.6.3-3.2_amd64.deb ...
Step #3 - "lint": Unpacking libfreetype6:amd64 (2.6.3-3.2) ...
Step #3 - "lint": Selecting previously unselected package ucf.
Step #3 - "lint": Preparing to unpack .../03-ucf_3.0036_all.deb ...
Step #3 - "lint": Moving old data out of the way
Step #3 - "lint": Unpacking ucf (3.0036) ...
Step #3 - "lint": Selecting previously unselected package fonts-dejavu-core.
Step #3 - "lint": Preparing to unpack .../04-fonts-dejavu-core_2.37-1_all.deb ...
Step #3 - "lint": Unpacking fonts-dejavu-core (2.37-1) ...
Step #3 - "lint": Selecting previously unselected package fonts-liberation.
Step #3 - "lint": Preparing to unpack .../05-fonts-liberation_1%3a1.07.4-2_all.deb ...
Step #3 - "lint": Unpacking fonts-liberation (1:1.07.4-2) ...
Step #3 - "lint": Selecting previously unselected package fontconfig-config.
Step #3 - "lint": Preparing to unpack .../06-fontconfig-config_2.11.0-6.7_all.deb ...
Step #3 - "lint": Unpacking fontconfig-config (2.11.0-6.7) ...
Step #3 - "lint": Selecting previously unselected package libfontconfig1:amd64.
Step #3 - "lint": Preparing to unpack .../07-libfontconfig1_2.11.0-6.7+b1_amd64.deb ...
Step #3 - "lint": Unpacking libfontconfig1:amd64 (2.11.0-6.7+b1) ...
Step #3 - "lint": Selecting previously unselected package fontconfig.
Step #3 - "lint": Preparing to unpack .../08-fontconfig_2.11.0-6.7+b1_amd64.deb ...
Step #3 - "lint": Unpacking fontconfig (2.11.0-6.7+b1) ...
Step #3 - "lint": Selecting previously unselected package nano.
Step #3 - "lint": Preparing to unpack .../09-nano_2.7.4-1_amd64.deb ...
Step #3 - "lint": Unpacking nano (2.7.4-1) ...
Step #3 - "lint": Selecting previously unselected package wget.
Step #3 - "lint": Preparing to unpack .../10-wget_1.18-5+deb9u2_amd64.deb ...
Step #3 - "lint": Unpacking wget (1.18-5+deb9u2) ...
Step #3 - "lint": Selecting previously unselected package gettext-base.
Step #3 - "lint": Preparing to unpack .../11-gettext-base_0.19.8.1-2_amd64.deb ...
Step #3 - "lint": Unpacking gettext-base (0.19.8.1-2) ...
Step #3 - "lint": Selecting previously unselected package libann0.
Step #3 - "lint": Preparing to unpack .../12-libann0_1.1.2+doc-6_amd64.deb ...
Step #3 - "lint": Unpacking libann0 (1.1.2+doc-6) ...
Step #3 - "lint": Selecting previously unselected package libcdt5.
Step #3 - "lint": Preparing to unpack .../13-libcdt5_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libcdt5 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libcgraph6.
Step #3 - "lint": Preparing to unpack .../14-libcgraph6_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libcgraph6 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libjpeg62-turbo:amd64.
Step #3 - "lint": Preparing to unpack .../15-libjpeg62-turbo_1%3a1.5.1-2_amd64.deb ...
Step #3 - "lint": Unpacking libjpeg62-turbo:amd64 (1:1.5.1-2) ...
Step #3 - "lint": Selecting previously unselected package libjbig0:amd64.
Step #3 - "lint": Preparing to unpack .../16-libjbig0_2.1-3.1+b2_amd64.deb ...
Step #3 - "lint": Unpacking libjbig0:amd64 (2.1-3.1+b2) ...
Step #3 - "lint": Selecting previously unselected package libtiff5:amd64.
Step #3 - "lint": Preparing to unpack .../17-libtiff5_4.0.8-2+deb9u4_amd64.deb ...
Step #3 - "lint": Unpacking libtiff5:amd64 (4.0.8-2+deb9u4) ...
Step #3 - "lint": Selecting previously unselected package libwebp6:amd64.
Step #3 - "lint": Preparing to unpack .../18-libwebp6_0.5.2-1_amd64.deb ...
Step #3 - "lint": Unpacking libwebp6:amd64 (0.5.2-1) ...
Step #3 - "lint": Selecting previously unselected package libxpm4:amd64.
Step #3 - "lint": Preparing to unpack .../19-libxpm4_1%3a3.5.12-1_amd64.deb ...
Step #3 - "lint": Unpacking libxpm4:amd64 (1:3.5.12-1) ...
Step #3 - "lint": Selecting previously unselected package libgd3:amd64.
Step #3 - "lint": Preparing to unpack .../20-libgd3_2.2.4-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking libgd3:amd64 (2.2.4-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package libgts-0.7-5:amd64.
Step #3 - "lint": Preparing to unpack .../21-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ...
Step #3 - "lint": Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
Step #3 - "lint": Selecting previously unselected package libpixman-1-0:amd64.
Step #3 - "lint": Preparing to unpack .../22-libpixman-1-0_0.34.0-1_amd64.deb ...
Step #3 - "lint": Unpacking libpixman-1-0:amd64 (0.34.0-1) ...
Step #3 - "lint": Selecting previously unselected package libxcb-render0:amd64.
Step #3 - "lint": Preparing to unpack .../23-libxcb-render0_1.12-1_amd64.deb ...
Step #3 - "lint": Unpacking libxcb-render0:amd64 (1.12-1) ...
Step #3 - "lint": Selecting previously unselected package libxcb-shm0:amd64.
Step #3 - "lint": Preparing to unpack .../24-libxcb-shm0_1.12-1_amd64.deb ...
Step #3 - "lint": Unpacking libxcb-shm0:amd64 (1.12-1) ...
Step #3 - "lint": Selecting previously unselected package libxrender1:amd64.
Step #3 - "lint": Preparing to unpack .../25-libxrender1_1%3a0.9.10-1_amd64.deb ...
Step #3 - "lint": Unpacking libxrender1:amd64 (1:0.9.10-1) ...
Step #3 - "lint": Selecting previously unselected package libcairo2:amd64.
Step #3 - "lint": Preparing to unpack .../26-libcairo2_1.14.8-1_amd64.deb ...
Step #3 - "lint": Unpacking libcairo2:amd64 (1.14.8-1) ...
Step #3 - "lint": Selecting previously unselected package libthai-data.
Step #3 - "lint": Preparing to unpack .../27-libthai-data_0.1.26-1_all.deb ...
Step #3 - "lint": Unpacking libthai-data (0.1.26-1) ...
Step #3 - "lint": Selecting previously unselected package libdatrie1:amd64.
Step #3 - "lint": Preparing to unpack .../28-libdatrie1_0.2.10-4+b1_amd64.deb ...
Step #3 - "lint": Unpacking libdatrie1:amd64 (0.2.10-4+b1) ...
Step #3 - "lint": Selecting previously unselected package libthai0:amd64.
Step #3 - "lint": Preparing to unpack .../29-libthai0_0.1.26-1_amd64.deb ...
Step #3 - "lint": Unpacking libthai0:amd64 (0.1.26-1) ...
Step #3 - "lint": Selecting previously unselected package libpango-1.0-0:amd64.
Step #3 - "lint": Preparing to unpack .../30-libpango-1.0-0_1.40.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libpango-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Selecting previously unselected package libgraphite2-3:amd64.
Step #3 - "lint": Preparing to unpack .../31-libgraphite2-3_1.3.10-1_amd64.deb ...
Step #3 - "lint": Unpacking libgraphite2-3:amd64 (1.3.10-1) ...
Step #3 - "lint": Selecting previously unselected package libharfbuzz0b:amd64.
Step #3 - "lint": Preparing to unpack .../32-libharfbuzz0b_1.4.2-1_amd64.deb ...
Step #3 - "lint": Unpacking libharfbuzz0b:amd64 (1.4.2-1) ...
Step #3 - "lint": Selecting previously unselected package libpangoft2-1.0-0:amd64.
Step #3 - "lint": Preparing to unpack .../33-libpangoft2-1.0-0_1.40.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libpangoft2-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Selecting previously unselected package libpangocairo-1.0-0:amd64.
Step #3 - "lint": Preparing to unpack .../34-libpangocairo-1.0-0_1.40.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libpangocairo-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Selecting previously unselected package libpathplan4.
Step #3 - "lint": Preparing to unpack .../35-libpathplan4_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libpathplan4 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libxdot4.
Step #3 - "lint": Preparing to unpack .../36-libxdot4_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libxdot4 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libgvc6.
Step #3 - "lint": Preparing to unpack .../37-libgvc6_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libgvc6 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libgvpr2.
Step #3 - "lint": Preparing to unpack .../38-libgvpr2_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libgvpr2 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package x11-common.
Step #3 - "lint": Preparing to unpack .../39-x11-common_1%3a7.7+19_all.deb ...
Step #3 - "lint": Unpacking x11-common (1:7.7+19) ...
Step #3 - "lint": Selecting previously unselected package libice6:amd64.
Step #3 - "lint": Preparing to unpack .../40-libice6_2%3a1.0.9-2_amd64.deb ...
Step #3 - "lint": Unpacking libice6:amd64 (2:1.0.9-2) ...
Step #3 - "lint": Selecting previously unselected package libsm6:amd64.
Step #3 - "lint": Preparing to unpack .../41-libsm6_2%3a1.2.2-1+b3_amd64.deb ...
Step #3 - "lint": Unpacking libsm6:amd64 (2:1.2.2-1+b3) ...
Step #3 - "lint": Selecting previously unselected package libxt6:amd64.
Step #3 - "lint": Preparing to unpack .../42-libxt6_1%3a1.1.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libxt6:amd64 (1:1.1.5-1) ...
Step #3 - "lint": Selecting previously unselected package libxmu6:amd64.
Step #3 - "lint": Preparing to unpack .../43-libxmu6_2%3a1.1.2-2_amd64.deb ...
Step #3 - "lint": Unpacking libxmu6:amd64 (2:1.1.2-2) ...
Step #3 - "lint": Selecting previously unselected package libxaw7:amd64.
Step #3 - "lint": Preparing to unpack .../44-libxaw7_2%3a1.0.13-1+b2_amd64.deb ...
Step #3 - "lint": Unpacking libxaw7:amd64 (2:1.0.13-1+b2) ...
Step #3 - "lint": Selecting previously unselected package graphviz.
Step #3 - "lint": Preparing to unpack .../45-graphviz_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking graphviz (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libonig4:amd64.
Step #3 - "lint": Preparing to unpack .../46-libonig4_6.1.3-2_amd64.deb ...
Step #3 - "lint": Unpacking libonig4:amd64 (6.1.3-2) ...
Step #3 - "lint": Selecting previously unselected package libjq1:amd64.
Step #3 - "lint": Preparing to unpack .../47-libjq1_1.5+dfsg-1.3_amd64.deb ...
Step #3 - "lint": Unpacking libjq1:amd64 (1.5+dfsg-1.3) ...
Step #3 - "lint": Selecting previously unselected package jq.
Step #3 - "lint": Preparing to unpack .../48-jq_1.5+dfsg-1.3_amd64.deb ...
Step #3 - "lint": Unpacking jq (1.5+dfsg-1.3) ...
Step #3 - "lint": Selecting previously unselected package libgts-bin.
Step #3 - "lint": Preparing to unpack .../49-libgts-bin_0.7.6+darcs121130-4_amd64.deb ...
Step #3 - "lint": Unpacking libgts-bin (0.7.6+darcs121130-4) ...
Step #3 - "lint": Selecting previously unselected package python-six.
Step #3 - "lint": Preparing to unpack .../50-python-six_1.10.0-3_all.deb ...
Step #3 - "lint": Unpacking python-six (1.10.0-3) ...
Step #3 - "lint": Selecting previously unselected package python-urllib3.
Step #3 - "lint": Preparing to unpack .../51-python-urllib3_1.19.1-1_all.deb ...
Step #3 - "lint": Unpacking python-urllib3 (1.19.1-1) ...
Step #3 - "lint": Selecting previously unselected package python-pkg-resources.
Step #3 - "lint": Preparing to unpack .../52-python-pkg-resources_33.1.1-1_all.deb ...
Step #3 - "lint": Unpacking python-pkg-resources (33.1.1-1) ...
Step #3 - "lint": Selecting previously unselected package python-chardet.
Step #3 - "lint": Preparing to unpack .../53-python-chardet_2.3.0-2_all.deb ...
Step #3 - "lint": Unpacking python-chardet (2.3.0-2) ...
Step #3 - "lint": Selecting previously unselected package python-requests.
Step #3 - "lint": Preparing to unpack .../54-python-requests_2.12.4-1_all.deb ...
Step #3 - "lint": Unpacking python-requests (2.12.4-1) ...
Step #3 - "lint": Selecting previously unselected package linkchecker.
Step #3 - "lint": Preparing to unpack .../55-linkchecker_9.3-4_amd64.deb ...
Step #3 - "lint": Unpacking linkchecker (9.3-4) ...
Step #3 - "lint": Selecting previously unselected package psmisc.
Step #3 - "lint": Preparing to unpack .../56-psmisc_22.21-2.1+b2_amd64.deb ...
Step #3 - "lint": Unpacking psmisc (22.21-2.1+b2) ...
Step #3 - "lint": Selecting previously unselected package python-cffi-backend.
Step #3 - "lint": Preparing to unpack .../57-python-cffi-backend_1.9.1-2_amd64.deb ...
Step #3 - "lint": Unpacking python-cffi-backend (1.9.1-2) ...
Step #3 - "lint": Selecting previously unselected package python-enum34.
Step #3 - "lint": Preparing to unpack .../58-python-enum34_1.1.6-1_all.deb ...
Step #3 - "lint": Unpacking python-enum34 (1.1.6-1) ...
Step #3 - "lint": Selecting previously unselected package python-idna.
Step #3 - "lint": Preparing to unpack .../59-python-idna_2.2-1_all.deb ...
Step #3 - "lint": Unpacking python-idna (2.2-1) ...
Step #3 - "lint": Selecting previously unselected package python-ipaddress.
Step #3 - "lint": Preparing to unpack .../60-python-ipaddress_1.0.17-1_all.deb ...
Step #3 - "lint": Unpacking python-ipaddress (1.0.17-1) ...
Step #3 - "lint": Selecting previously unselected package python-pyasn1.
Step #3 - "lint": Preparing to unpack .../61-python-pyasn1_0.1.9-2_all.deb ...
Step #3 - "lint": Unpacking python-pyasn1 (0.1.9-2) ...
Step #3 - "lint": Selecting previously unselected package python-setuptools.
Step #3 - "lint": Preparing to unpack .../62-python-setuptools_33.1.1-1_all.deb ...
Step #3 - "lint": Unpacking python-setuptools (33.1.1-1) ...
Step #3 - "lint": Selecting previously unselected package python-cryptography.
Step #3 - "lint": Preparing to unpack .../63-python-cryptography_1.7.1-3_amd64.deb ...
Step #3 - "lint": Unpacking python-cryptography (1.7.1-3) ...
Step #3 - "lint": Selecting previously unselected package python-openssl.
Step #3 - "lint": Preparing to unpack .../64-python-openssl_16.2.0-1_all.deb ...
Step #3 - "lint": Unpacking python-openssl (16.2.0-1) ...
Step #3 - "lint": Selecting previously unselected package zip.
Step #3 - "lint": Preparing to unpack .../65-zip_3.0-11+b1_amd64.deb ...
Step #3 - "lint": Unpacking zip (3.0-11+b1) ...
Step #3 - "lint": Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
Step #3 - "lint": Setting up libpathplan4 (2.38.0-17) ...
Step #3 - "lint": Setting up libxcb-render0:amd64 (1.12-1) ...
Step #3 - "lint": Setting up libxdot4 (2.38.0-17) ...
Step #3 - "lint": Setting up libjpeg62-turbo:amd64 (1:1.5.1-2) ...
Step #3 - "lint": Setting up psmisc (22.21-2.1+b2) ...
Step #3 - "lint": Setting up mime-support (3.60) ...
Step #3 - "lint": Setting up libpng16-16:amd64 (1.6.28-1) ...
Step #3 - "lint": Setting up libjbig0:amd64 (2.1-3.1+b2) ...
Step #3 - "lint": Setting up fonts-dejavu-core (2.37-1) ...
Step #3 - "lint": Setting up bash-completion (1:2.1-4.3) ...
Step #3 - "lint": Setting up libonig4:amd64 (6.1.3-2) ...
Step #3 - "lint": Setting up libdatrie1:amd64 (0.2.10-4+b1) ...
Step #3 - "lint": Setting up libtiff5:amd64 (4.0.8-2+deb9u4) ...
Step #3 - "lint": Setting up gettext-base (0.19.8.1-2) ...
Step #3 - "lint": Processing triggers for sgml-base (1.29) ...
Step #3 - "lint": Setting up fonts-liberation (1:1.07.4-2) ...
Step #3 - "lint": Setting up ucf (3.0036) ...
Step #3 - "lint": debconf: unable to initialize frontend: Dialog
Step #3 - "lint": debconf: (TERM is not set, so the dialog frontend is not usable.)
Step #3 - "lint": debconf: falling back to frontend: Readline
Step #3 - "lint": Setting up zip (3.0-11+b1) ...
Step #3 - "lint": Setting up libfreetype6:amd64 (2.6.3-3.2) ...
Step #3 - "lint": Setting up libgraphite2-3:amd64 (1.3.10-1) ...
Step #3 - "lint": Setting up libjq1:amd64 (1.5+dfsg-1.3) ...
Step #3 - "lint": Setting up nano (2.7.4-1) ...
Step #3 - "lint": update-alternatives: using /bin/nano to provide /usr/bin/editor (editor) in auto mode
Step #3 - "lint": update-alternatives: using /bin/nano to provide /usr/bin/pico (pico) in auto mode
Step #3 - "lint": Setting up libpixman-1-0:amd64 (0.34.0-1) ...
Step #3 - "lint": Processing triggers for libc-bin (2.24-11+deb9u3) ...
Step #3 - "lint": Setting up wget (1.18-5+deb9u2) ...
Step #3 - "lint": Setting up libann0 (1.1.2+doc-6) ...
Step #3 - "lint": Setting up libxcb-shm0:amd64 (1.12-1) ...
Step #3 - "lint": Setting up libxpm4:amd64 (1:3.5.12-1) ...
Step #3 - "lint": Setting up libxrender1:amd64 (1:0.9.10-1) ...
Step #3 - "lint": Setting up libgts-bin (0.7.6+darcs121130-4) ...
Step #3 - "lint": Setting up libthai-data (0.1.26-1) ...
Step #3 - "lint": Setting up x11-common (1:7.7+19) ...
Step #3 - "lint": debconf: unable to initialize frontend: Dialog
Step #3 - "lint": debconf: (TERM is not set, so the dialog frontend is not usable.)
Step #3 - "lint": debconf: falling back to frontend: Readline
Step #3 - "lint": update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Step #3 - "lint": invoke-rc.d: could not determine current runlevel
Step #3 - "lint": invoke-rc.d: policy-rc.d denied execution of start.
Step #3 - "lint": Setting up libcdt5 (2.38.0-17) ...
Step #3 - "lint": Setting up libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Setting up libcgraph6 (2.38.0-17) ...
Step #3 - "lint": Setting up libwebp6:amd64 (0.5.2-1) ...
Step #3 - "lint": Setting up jq (1.5+dfsg-1.3) ...
Step #3 - "lint": Setting up fontconfig-config (2.11.0-6.7) ...
Step #3 - "lint": debconf: unable to initialize frontend: Dialog
Step #3 - "lint": debconf: (TERM is not set, so the dialog frontend is not usable.)
Step #3 - "lint": debconf: falling back to frontend: Readline
Step #3 - "lint": Setting up libgvpr2 (2.38.0-17) ...
Step #3 - "lint": Setting up python2.7 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Setting up libharfbuzz0b:amd64 (1.4.2-1) ...
Step #3 - "lint": Setting up libthai0:amd64 (0.1.26-1) ...
Step #3 - "lint": Setting up libpython-stdlib:amd64 (2.7.13-2) ...
Step #3 - "lint": Setting up libice6:amd64 (2:1.0.9-2) ...
Step #3 - "lint": Setting up python (2.7.13-2) ...
Step #3 - "lint": Setting up python-idna (2.2-1) ...
Step #3 - "lint": Setting up libfontconfig1:amd64 (2.11.0-6.7+b1) ...
Step #3 - "lint": Setting up libsm6:amd64 (2:1.2.2-1+b3) ...
Step #3 - "lint": Setting up python-pyasn1 (0.1.9-2) ...
Step #3 - "lint": Setting up libgd3:amd64 (2.2.4-2+deb9u3) ...
Step #3 - "lint": Setting up python-pkg-resources (33.1.1-1) ...
Step #3 - "lint": Setting up python-cffi-backend (1.9.1-2) ...
Step #3 - "lint": Setting up python-six (1.10.0-3) ...
Step #3 - "lint": Setting up python-enum34 (1.1.6-1) ...
Step #3 - "lint": Setting up libxt6:amd64 (1:1.1.5-1) ...
Step #3 - "lint": Setting up python-ipaddress (1.0.17-1) ...
Step #3 - "lint": Setting up fontconfig (2.11.0-6.7+b1) ...
Step #3 - "lint": Regenerating fonts cache... done.
Step #3 - "lint": Setting up libcairo2:amd64 (1.14.8-1) ...
Step #3 - "lint": Setting up python-setuptools (33.1.1-1) ...
Step #3 - "lint": Setting up python-urllib3 (1.19.1-1) ...
Step #3 - "lint": Setting up python-chardet (2.3.0-2) ...
Step #3 - "lint": Setting up libxmu6:amd64 (2:1.1.2-2) ...
Step #3 - "lint": Setting up libpango-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Setting up python-cryptography (1.7.1-3) ...
Step #3 - "lint": Setting up python-requests (2.12.4-1) ...
Step #3 - "lint": Setting up linkchecker (9.3-4) ...
Step #3 - "lint": Setting up libxaw7:amd64 (2:1.0.13-1+b2) ...
Step #3 - "lint": Setting up python-openssl (16.2.0-1) ...
Step #3 - "lint": Setting up libpangoft2-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Setting up libpangocairo-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Setting up libgvc6 (2.38.0-17) ...
Step #3 - "lint": Setting up graphviz (2.38.0-17) ...
Step #3 - "lint": Processing triggers for libc-bin (2.24-11+deb9u3) ...
Step #3 - "lint": Removing intermediate container c24fdc07a09a
Step #3 - "lint":  ---> fd8356c30d4e
Step #3 - "lint": Step 3/33 : ENV RUSTUP_HOME=/usr/local/rustup     CARGO_HOME=/usr/local/cargo     PATH=/usr/local/cargo/bin:$PATH     RUST_VERSION=1.26.1
Step #3 - "lint":  ---> Running in 7a382e51c1bd
Step #3 - "lint": Removing intermediate container 7a382e51c1bd
Step #3 - "lint":  ---> d9c08a587cc3
Step #3 - "lint": Step 4/33 : ENV RUST_ARCH=x86_64-unknown-linux-gnu     RUSTUP_SHA256=c9837990bce0faab4f6f52604311a19bb8d2cde989bea6a7b605c8e526db6f02
Step #3 - "lint":  ---> Running in bc247e5997f4
Step #3 - "lint": Removing intermediate container bc247e5997f4
Step #3 - "lint":  ---> 35939abfa9d4
Step #3 - "lint": Step 5/33 : RUN wget -q https://static.rust-lang.org/rustup/archive/1.11.0/${RUST_ARCH}/rustup-init &&     echo "${RUSTUP_SHA256} *rustup-init" | sha256sum -c - &&     chmod +x rustup-init &&     ./rustup-init -y --no-modify-path --default-toolchain $RUST_VERSION &&     rm rustup-init &&     rustup --version;     cargo --version;     rustc --version;
Step #3 - "lint":  ---> Running in 6ef6b9a0bc2b
Step #3 - "lint": rustup-init: OK
Step #3 - "lint": �[91minfo: syncing channel updates for '1.26.1-x86_64-unknown-linux-gnu'
Step #3 - "lint": �[0m�[91minfo: latest update on 2018-05-29, rust version 1.26.1 (827013a31 2018-05-25)
Step #3 - "lint": info: downloading component 'rustc'
Step #3 - "lint": �[0m�[91minfo: downloading component 'rust-std'
Step #3 - "lint": �[0m�[91minfo: downloading component 'cargo'
Step #3 - "lint": �[0m�[91minfo: downloading component 'rust-docs'
Step #3 - "lint": �[0m�[91minfo: installing component 'rustc'
Step #3 - "lint": �[0m�[91minfo: installing component 'rust-std'
Step #3 - "lint": �[0m�[91minfo: installing component 'cargo'
Step #3 - "lint": �[0m�[91minfo: installing component 'rust-docs'
Step #3 - "lint": �[0m�[91minfo: default toolchain set to '1.26.1'
Step #3 - "lint": �[0m
Step #3 - "lint":   1.26.1 installed - rustc 1.26.1 (827013a31 2018-05-25)
Step #3 - "lint": 
Step #3 - "lint": rustup 1.11.0 (e751ff9f8 2018-02-13)
Step #3 - "lint": cargo 1.26.0 (0e7c5a931 2018-04-06)
Step #3 - "lint": rustc 1.26.1 (827013a31 2018-05-25)
Step #3 - "lint": Removing intermediate container 6ef6b9a0bc2b
Step #3 - "lint":  ---> d5bb1690323a
Step #3 - "lint": Step 6/33 : WORKDIR /usr/local
Step #3 - "lint":  ---> Running in 2379c02af095
Step #3 - "lint": Removing intermediate container 2379c02af095
Step #3 - "lint":  ---> 9a10f1760077
Step #3 - "lint": Step 7/33 : ENV GO_VERSION=1.11.4
Step #3 - "lint":  ---> Running in 3a28c8fe96f0
Step #3 - "lint": Removing intermediate container 3a28c8fe96f0
Step #3 - "lint":  ---> 865c476ae43b
Step #3 - "lint": Step 8/33 : ENV GOPATH /go
Step #3 - "lint":  ---> Running in f7f01da2b71d
Step #3 - "lint": Removing intermediate container f7f01da2b71d
Step #3 - "lint":  ---> 19027078cd67
Step #3 - "lint": Step 9/33 : RUN wget -q https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz &&     tar -xzf go${GO_VERSION}.linux-amd64.tar.gz && rm go${GO_VERSION}.linux-amd64.tar.gz && mkdir ${GOPATH}
Step #3 - "lint":  ---> Running in b3e68657b90e
Step #3 - "lint": Removing intermediate container b3e68657b90e
Step #3 - "lint":  ---> a348de41ead1
Step #3 - "lint": Step 10/33 : WORKDIR /opt
Step #3 - "lint":  ---> Running in 705094a0cfc0
Step #3 - "lint": Removing intermediate container 705094a0cfc0
Step #3 - "lint":  ---> 54c65b0f9bc5
Step #3 - "lint": Step 11/33 : RUN wget -q https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.zip && unzip -q google-cloud-sdk.zip &&     rm google-cloud-sdk.zip &&     /opt/google-cloud-sdk/install.sh --usage-reporting=true --path-update=true --bash-completion=true --rc-path=/root/.bashrc
Step #3 - "lint":  ---> Running in 84740677c21b
Step #3 - "lint": Welcome to the Google Cloud SDK!
Step #3 - "lint": WARNING: You appear to be running this script as root. This may cause 
Step #3 - "lint": the installation to be inaccessible to users other than the root user.
Step #3 - "lint": �[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Your current Cloud SDK version is: 230.0.0
Step #3 - "lint": �[0m�[91mInstalling components from version: 230.0.0
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91m+----------------------------------------------------------------------------+�[0m�[91m
Step #3 - "lint": �[0m�[91m|                    These components will be installed.                     |�[0m�[91m
Step #3 - "lint": �[0m�[91m+-----------------------------------------------------+------------+---------+�[0m�[91m
Step #3 - "lint": �[0m�[91m|                         Name                        |  Version   |   Size  |�[0m�[91m
Step #3 - "lint": �[0m�[91m+-----------------------------------------------------+------------+---------+�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mBigQuery Command Line Tool                         �[0m�[91m �[0m�[91m| �[0m�[91m    2.0.39�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mBigQuery Command Line Tool (Platform Specific)     �[0m�[91m �[0m�[91m| �[0m�[91m    2.0.34�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud SDK Core Libraries (Platform Specific)       �[0m�[91m �[0m�[91m| �[0m�[91m2018.09.24�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud Storage Command Line Tool                    �[0m�[91m �[0m�[91m| �[0m�[91m      4.35�[0m�[91m �[0m�[91m| �[0m�[91m3.6 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud Storage Command Line Tool (Platform Specific)�[0m�[91m �[0m�[91m| �[0m�[91m      4.34�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mDefault set of gcloud commands                     �[0m�[91m �[0m�[91m| �[0m�[91m          �[0m�[91m �[0m�[91m| �[0m�[91m       �[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgcloud cli dependencies                            �[0m�[91m �[0m�[91m| �[0m�[91m2018.08.03�[0m�[91m �[0m�[91m| �[0m�[91m8.6 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m+-----------------------------------------------------+------------+---------+�[0m�[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mFor the latest full release notes, please visit:
Step #3 - "lint":   https://cloud.google.com/sdk/release_notes
Step #3 - "lint": 
Step #3 - "lint": �[0m�[91m#============================================================#
Step #3 - "lint": �[0m�[91m#= Creating update staging area                             =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: BigQuery Command Line Tool                   =#
Step #3 - "lint": #�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: BigQuery Command Line Tool (Platform Spec... =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m==============================�[0m�[91m===============�[0m�[91m===============�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud SDK Core Libraries (Platform Specific) =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m==============================�[0m�[91m==========�[0m�[91m=========�[0m�[91m===========�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud Storage Command Line Tool              =#
Step #3 - "lint": #�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud Storage Command Line Tool (Platform... =#
Step #3 - "lint": #�[0m�[91m==============================�[0m�[91m===============�[0m�[91m===============�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: Default set of gcloud commands               =#
Step #3 - "lint": #�[0m�[91m============================================================�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: gcloud cli dependencies                      =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Creating backup and activating new installation          =#
Step #3 - "lint": #�[0m�[91m==============================�[0m�[91m==============================�[0m�[91m#
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mPerforming post processing steps...
Step #3 - "lint": �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91mdone.
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Update done!
Step #3 - "lint": 
Step #3 - "lint": �[0m
Step #3 - "lint": This will install all the core command line tools necessary for working with
Step #3 - "lint": the Google Cloud Platform.
Step #3 - "lint": 
Step #3 - "lint": Backing up [/root/.bashrc] to [/root/.bashrc.backup].
Step #3 - "lint": [/root/.bashrc] has been updated.
Step #3 - "lint": 
Step #3 - "lint": ==> Start a new shell for the changes to take effect.
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": For more information on how to get started, please visit:
Step #3 - "lint":   https://cloud.google.com/sdk/docs/quickstarts
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": Removing intermediate container 84740677c21b
Step #3 - "lint":  ---> 0fbf8fce4b7d
Step #3 - "lint": Step 12/33 : ENV PATH /usr/local/go/bin:/go/bin:/opt/google-cloud-sdk/bin:$PATH
Step #3 - "lint":  ---> Running in cfb2d90ff6cd
Step #3 - "lint": Removing intermediate container cfb2d90ff6cd
Step #3 - "lint":  ---> e8d52a985d6b
Step #3 - "lint": Step 13/33 : RUN gcloud components update && gcloud components install app-engine-go
Step #3 - "lint":  ---> Running in 415fe4e57d68
Step #3 - "lint": �[91m
Step #3 - "lint": All components are up to date.
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Your current Cloud SDK version is: 230.0.0
Step #3 - "lint": �[0m�[91mInstalling components from version: 230.0.0
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91m+---------------------------------------------------+
Step #3 - "lint": �[0m�[91m|        These components will be installed.        |�[0m�[91m
Step #3 - "lint": �[0m�[91m+------------------------------+---------+----------+�[0m�[91m
Step #3 - "lint": �[0m�[91m|             Name             | Version |   Size   |�[0m�[91m
Step #3 - "lint": �[0m�[91m+------------------------------+---------+----------+�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mApp Engine Go Extensions    �[0m�[91m �[0m�[91m| �[0m�[91m       �[0m�[91m �[0m�[91m| �[0m�[91m        �[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mApp Engine Go Extensions    �[0m�[91m �[0m�[91m| �[0m�[91m 1.9.70�[0m�[91m �[0m�[91m| �[0m�[91m56.6 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud Datastore Emulator    �[0m�[91m �[0m�[91m| �[0m�[91m  2.0.3�[0m�[91m �[0m�[91m| �[0m�[91m18.3 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgRPC python library         �[0m�[91m �[0m�[91m| �[0m�[91m  1.9.1�[0m�[91m �[0m�[91m| �[0m�[91m12.1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgRPC python library         �[0m�[91m �[0m�[91m| �[0m�[91m       �[0m�[91m �[0m�[91m| �[0m�[91m        �[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgcloud app Python Extensions�[0m�[91m �[0m�[91m| �[0m�[91m 1.9.81�[0m�[91m �[0m�[91m| �[0m�[91m 6.2 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m+------------------------------+---------+----------+�[0m�[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mFor the latest full release notes, please visit:
Step #3 - "lint":   https://cloud.google.com/sdk/release_notes
Step #3 - "lint": 
Step #3 - "lint": �[0m�[91mDo you want to continue (Y/n)?  
Step #3 - "lint": �[0m�[91m#============================================================#
Step #3 - "lint": �[0m�[91m#= Creating update staging area                             =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m======�[0m�[91m============�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: App Engine Go Extensions                     =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m============================================================#
Step #3 - "lint": �[0m�[91m#= Installing: App Engine Go Extensions                     =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud Datastore Emulator                     =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m======#
Step #3 - "lint": �[0m�[91m#= Installing: gRPC python library                          =#
Step #3 - "lint": #�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: gRPC python library                          =#
Step #3 - "lint": #�[0m�[91m============================================================�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: gcloud app Python Extensions                 =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Creating backup and activating new installation          =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m==============================�[0m�[91m==============================�[0m�[91m#
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mPerforming post processing steps...
Step #3 - "lint": �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91mdone.
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Update done!
Step #3 - "lint": 
Step #3 - "lint": �[0mRemoving intermediate container 415fe4e57d68
Step #3 - "lint":  ---> 62f10f7b4ca6
Step #3 - "lint": Step 14/33 : ENV KUBECTL_VER 1.11.5
Step #3 - "lint":  ---> Running in 26dd32b219bb
Step #3 - "lint": Removing intermediate container 26dd32b219bb
Step #3 - "lint":  ---> 058e1e740ac8
Step #3 - "lint": Step 15/33 : 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 #3 - "lint":  ---> Running in 7b60e402cb93
Step #3 - "lint": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #3 - "lint":                                  Dload  Upload   Total�[0m�[91m   Spent    Left  Speed
Step #3 - "lint": 
  0    �[0m�[91m 0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
  9 52.8M    9 4904k    0     0  12.5M      0  0:00:04 --:--:--  0:00:04 12.5M�[0m�[91m
100 52.8M  100 52.8M    0     0  94.3M      0 --:--:-- --:--:-- --:--:-- 94.3M
Step #3 - "lint": �[0mRemoving intermediate container 7b60e402cb93
Step #3 - "lint":  ---> 1428908b1a99
Step #3 - "lint": Step 16/33 : RUN echo "source <(kubectl completion bash)" >> /root/.bashrc
Step #3 - "lint":  ---> Running in af518dc16f18
Step #3 - "lint": Removing intermediate container af518dc16f18
Step #3 - "lint":  ---> fd7582492574
Step #3 - "lint": Step 17/33 : ENV HELM_VER 2.11.0
Step #3 - "lint":  ---> Running in 2daf34a746f9
Step #3 - "lint": Removing intermediate container 2daf34a746f9
Step #3 - "lint":  ---> 80cab5351f84
Step #3 - "lint": Step 18/33 : ENV HELM_URL https://storage.googleapis.com/kubernetes-helm/helm-v${HELM_VER}-linux-amd64.tar.gz
Step #3 - "lint":  ---> Running in a0721c3f7ffb
Step #3 - "lint": Removing intermediate container a0721c3f7ffb
Step #3 - "lint":  ---> a73a33a3c09f
Step #3 - "lint": Step 19/33 : 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 #3 - "lint":  ---> Running in 46b336aabb13
Step #3 - "lint": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #3 - "lint":                                  Dload  Upload   Total   Spent    �[0m�[91mLeft  Speed
Step #3 - "lint": 
  0     0    0     0    0    �[0m�[91m 0      0      0 --:�[0m�[91m--:-- --:--:-- --:--:--     0�[0m�[91m
  0 18.2M    0  130k    0     0   667k      0  0:00:28 --:--:--  0:00:28  664k�[0m�[91m
100 18.2M  100 18.2M    0     0  34.9M      0 --:--:-- --:--:-- --:--:-- 34.9M
Step #3 - "lint": �[0mlinux-amd64/
Step #3 - "lint": linux-amd64/tiller
Step #3 - "lint": linux-amd64/README.md
Step #3 - "lint": linux-amd64/helm
Step #3 - "lint": linux-amd64/LICENSE
Step #3 - "lint": Removing intermediate container 46b336aabb13
Step #3 - "lint":  ---> d472d9c8f652
Step #3 - "lint": Step 20/33 : RUN echo "source <(helm completion bash)" >> /root/.bashrc
Step #3 - "lint":  ---> Running in 25f661ab6348
Step #3 - "lint": Removing intermediate container 25f661ab6348
Step #3 - "lint":  ---> 97ddb6db0c24
Step #3 - "lint": Step 21/33 : RUN mkdir -p /go/src/github.com/golang && cd /go/src/github.com/golang &&     git clone https://github.com/golang/protobuf.git &&      cd protobuf && git checkout v1.2.0 &&     go install github.com/golang/protobuf/protoc-gen-go
Step #3 - "lint":  ---> Running in 9cc95a8cb7e9
Step #3 - "lint": �[91mCloning into 'protobuf'...
Step #3 - "lint": �[0m�[91mNote: checking out 'v1.2.0'.
Step #3 - "lint": 
Step #3 - "lint": You are in 'detached HEAD' state. You can look around, make experimental
Step #3 - "lint": changes and commit them, and you can discard any commits you make in this
Step #3 - "lint": state without impacting any branches by performing another checkout.
Step #3 - "lint": 
Step #3 - "lint": If you want to create a new branch to retain commits you create, you may
Step #3 - "lint": do so (now or later) by using -b with the checkout command again. Example:
Step #3 - "lint": 
Step #3 - "lint":   git checkout -b <new-branch-name>
Step #3 - "lint": 
Step #3 - "lint": HEAD is now at aa810b6... proto: fix handling of required fields after multiple violations (#679)
Step #3 - "lint": �[0mRemoving intermediate container 9cc95a8cb7e9
Step #3 - "lint":  ---> a2e473a1ca24
Step #3 - "lint": Step 22/33 : RUN cargo install protobuf-codegen --vers 2.0.2
Step #3 - "lint":  ---> Running in 6cc9edb242b1
Step #3 - "lint": �[91m    Updating registry `https://github.com/rust-lang/crates.io-index`
Step #3 - "lint": �[0m�[91m Downloading protobuf-codegen v2.0.2
Step #3 - "lint": �[0m�[91m  Installing protobuf-codegen v2.0.2
Step #3 - "lint": �[0m�[91m Downloading protobuf v2.0.2
Step #3 - "lint": �[0m�[91m   Compiling protobuf v2.0.2
Step #3 - "lint": �[0m�[91m   Compiling protobuf-codegen v2.0.2
Step #3 - "lint": �[0m�[91m    Finished release [optimized] target(s) in 32.49 secs
Step #3 - "lint": �[0m�[91m  Installing /usr/local/cargo/bin/protoc-gen-rust
Step #3 - "lint":   Installing /usr/local/cargo/bin/protobuf-bin-gen-rust-do-not-use
Step #3 - "lint": �[0mRemoving intermediate container 6cc9edb242b1
Step #3 - "lint":  ---> 40dc060a6aeb
Step #3 - "lint": Step 23/33 : RUN cargo install grpcio-compiler --vers 0.3.0
Step #3 - "lint":  ---> Running in e367b1c56661
Step #3 - "lint": �[91m    Updating registry `https://github.com/rust-lang/crates.io-index`
Step #3 - "lint": �[0m�[91m Downloading grpcio-compiler v0.3.0
Step #3 - "lint": �[0m�[91m  Installing grpcio-compiler v0.3.0
Step #3 - "lint": �[0m�[91m Downloading protobuf-codegen v2.0.6
Step #3 - "lint": �[0m�[91m Downloading protobuf v2.0.6
Step #3 - "lint": �[0m�[91m   Compiling protobuf v2.0.6
Step #3 - "lint": �[0m�[91m   Compiling protobuf-codegen v2.0.6
Step #3 - "lint": �[0m�[91m   Compiling grpcio-compiler v0.3.0
Step #3 - "lint": �[0m�[91m    Finished release [optimized] target(s) in 32.72 secs
Step #3 - "lint": �[0m�[91m  Installing /usr/local/cargo/bin/grpc_rust_plugin
Step #3 - "lint": �[0mRemoving intermediate container e367b1c56661
Step #3 - "lint":  ---> 3a3a1239673a
Step #3 - "lint": Step 24/33 : RUN go get -u github.com/golang/dep/cmd/dep &&     go get -u golang.org/x/tools/cmd/goimports
Step #3 - "lint":  ---> Running in 7fd7fdbfbc47
Step #3 - "lint": Removing intermediate container 7fd7fdbfbc47
Step #3 - "lint":  ---> 7a9a0c1a3d52
Step #3 - "lint": Step 25/33 : RUN curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin v1.12.2
Step #3 - "lint":  ---> Running in 4719fa012037
Step #3 - "lint": �[91mgolangci/golangci-lint info checking GitHub for tag 'v1.12.2'
Step #3 - "lint": �[0m�[91mgolangci/golangci-lint info found version: 1.12.2 for v1.12.2/linux/amd64
Step #3 - "lint": �[0m�[91mgolangci/golangci-lint info installed /go/bin/golangci-lint
Step #3 - "lint": �[0mRemoving intermediate container 4719fa012037
Step #3 - "lint":  ---> 3f8ec31cd2e5
Step #3 - "lint": Step 26/33 : RUN mkdir -p /go/src && cd /go/src && mkdir -p k8s.io && cd k8s.io &&     git clone -b kubernetes-1.11.5 --depth=3 https://github.com/kubernetes/code-generator.git
Step #3 - "lint":  ---> Running in e2a08e8c2af1
Step #3 - "lint": �[91mCloning into 'code-generator'...
Step #3 - "lint": �[0m�[91mNote: checking out '8c97d6ab64da020f8b151e9d3ed8af3172f5c390'.
Step #3 - "lint": 
Step #3 - "lint": You are in 'detached HEAD' state. You can look around, make experimental
Step #3 - "lint": changes and commit them, and you can discard any commits you make in this
Step #3 - "lint": state without impacting any branches by performing another checkout.
Step #3 - "lint": 
Step #3 - "lint": If you want to create a new branch to retain commits you create, you may
Step #3 - "lint": do so (now or later) by using -b with the checkout command again. Example:
Step #3 - "lint": 
Step #3 - "lint":   git checkout -b <new-branch-name>
Step #3 - "lint": 
Step #3 - "lint": �[0mRemoving intermediate container e2a08e8c2af1
Step #3 - "lint":  ---> 96dcb106eb33
Step #3 - "lint": Step 27/33 : RUN mkdir /tmp/hugo &&     wget -O /tmp/hugo/hugo.tar.gz https://github.com/gohugoio/hugo/releases/download/v0.53/hugo_extended_0.53_Linux-64bit.tar.gz &&     tar -zxvf /tmp/hugo/hugo.tar.gz -C /tmp/hugo/ &&     mv /tmp/hugo/hugo /usr/local/bin/ &&     rm -r /tmp/hugo
Step #3 - "lint":  ---> Running in 9a9224dd652a
Step #3 - "lint": �[91m--2019-01-22 23:39:39--  https://github.com/gohugoio/hugo/releases/download/v0.53/hugo_extended_0.53_Linux-64bit.tar.gz
Step #3 - "lint": �[0m�[91mResolving github.com (github.com)... �[0m�[91m192.30.255.112, 192.30.255.113
Step #3 - "lint": Connecting to github.com (github.com)|192.30.255.112|:443... �[0m�[91mconnected.
Step #3 - "lint": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m302 Found
Step #3 - "lint": Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/11180687/68eb0b80-0760-11e9-8761-329b77cc0aeb?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190122%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190122T233939Z&X-Amz-Expires=300&X-Amz-Signature=a50cc0f72bdc4680693e157183398402a00d75b0e2fc59ff1722fe25979bbd5d&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dhugo_extended_0.53_Linux-64bit.tar.gz&response-content-type=application%2Foctet-stream [following]
Step #3 - "lint": --2019-01-22 23:39:39--  https://github-production-release-asset-2e65be.s3.amazonaws.com/11180687/68eb0b80-0760-11e9-8761-329b77cc0aeb?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190122%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190122T233939Z&X-Amz-Expires=300&X-Amz-Signature=a50cc0f72bdc4680693e157183398402a00d75b0e2fc59ff1722fe25979bbd5d&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dhugo_extended_0.53_Linux-64bit.tar.gz&response-content-type=application%2Foctet-stream
Step #3 - "lint": Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... �[0m�[91m52.216.96.195
Step #3 - "lint": Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.96.195|:443... �[0m�[91mconnected.
Step #3 - "lint": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m200 OK
Step #3 - "lint": Length: 8698428 (8.3M) [application/octet-stream]
Step #3 - "lint": Saving to: '/tmp/hugo/hugo.tar.gz'
Step #3 - "lint": �[0m�[91m
Step #3 - "lint":      0K .......... .......... .......... ...�[0m�[91m....... ..........  0%  386K 22s�[0m�[91m
Step #3 - "lint":     50K .......... ......�[0m�[91m.�[0m�[91m... .......... ....�[0m�[91m...... ..........  1% 37.3M 11s�[0m�[91m
Step #3 - "lint":    100K .�[0m�[91m......... ........�[0m�[91m.. .......... ....�[0m�[91m.�[0m�[91m..... ..........  1%  777K 11s
Step #3 - "lint":    150K .�[0m�[91m.�[0m�[91m........ .........�[0m�[91m. .......... ......�[0m�[91m.... ....�[0m�[91m......  2% 47.2M 8s
Step #3 - "lint":    200K ...�[0m�[91m....... .........�[0m�[91m.�[0m�[91m .......... .......�[0m�[91m... ..........  2%  782K 9s
Step #3 - "lint":    250K ....�[0m�[91m...... ..........�[0m�[91m .�[0m�[91m......... ........�[0m�[91m.. ..........  3% 29.6M 7s
Step #3 - "lint":    300K ....�[0m�[91m.�[0m�[91m..... .......... ..�[0m�[91m........ ........�[0m�[91m.�[0m�[91m. ..........  4% 39.8M 6s
Step #3 - "lint":    350K .....�[0m�[91m.�[0m�[91m.... .......... ..�[0m�[91m.�[0m�[91m....... ..........�[0m�[91m ..........  4% 36.8M 5s
Step #3 - "lint":    400K .......�[0m�[91m... .......... ....�[0m�[91m...... .......... .�[0m�[91m.........  5% 56.9M 5s
Step #3 - "lint":    450K .......�[0m�[91m.�[0m�[91m.. .......... ....�[0m�[91m.�[0m�[91m..... .......... .�[0m�[91m.�[0m�[91m........  5% 42.4M 4s
Step #3 - "lint":    500K ........�[0m�[91m.�[0m�[91m. .......... .......... .......... ...�[0m�[91m.......  6%  839K 5s
Step #3 - "lint":    550K ..........�[0m�[91m .......... .......�[0m�[91m... .......... ..........  7% 56.0M 4s
Step #3 - "lint":    600K ..........�[0m�[91m .�[0m�[91m......... .......... ......�[0m�[91m.... ....�[0m�[91m......  7%�[0m�[91m 53.6M 4s
Step #3 - "lint":    650K ...�[0m�[91m....... ......�[0m�[91m.... .........�[0m�[91m. ......�[0m�[91m.... ......�[0m�[91m....  8% 79.2M 4s
Step #3 - "lint":    700K .......... .......... ........�[0m�[91m.�[0m�[91m.�[0m�[91m .......... .......�[0m�[91m...  8% 73.8M 3s
Step #3 - "lint":    750K .......... ....�[0m�[91m...... .......... .�[0m�[91m......... ..........  9% 71.0M 3s
Step #3 - "lint":    800K �[0m�[91m......�[0m�[91m.... .....�[0m�[91m..... .......... ..�[0m�[91m........ ........�[0m�[91m.. 10% 57.5M 3s
Step #3 - "lint":    850K �[0m�[91m.........�[0m�[91m. .....�[0m�[91m.�[0m�[91m.... .......... ..�[0m�[91m........ .......... 10%  144M 3s
Step #3 - "lint":    900K .......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m.�[0m�[91m...... .......... 11% 52.4M 3s
Step #3 - "lint":    950K .�[0m�[91m......... .......�[0m�[91m.�[0m�[91m.. .......... .....�[0m�[91m..... .......... 11%  834K 3s
Step #3 - "lint":   1000K .......... .........�[0m�[91m. .......... .....�[0m�[91m..... ....�[0m�[91m...... 12% 77.8M 3s
Step #3 - "lint":   1050K ...�[0m�[91m....... .........�[0m�[91m.�[0m�[91m .......... ......�[0m�[91m.�[0m�[91m... .....�[0m�[91m..... 12%  182M 3s
Step #3 - "lint":   1100K ...�[0m�[91m....... .......... .......... .......�[0m�[91m.�[0m�[91m.. .......... 13%�[0m�[91m  125M 3s
Step #3 - "lint":   1150K ....�[0m�[91m...... ...�[0m�[91m....... .�[0m�[91m.�[0m�[91m........ .........�[0m�[91m. .......... 14%  122M 2s
Step #3 - "lint":   1200K .....�[0m�[91m.�[0m�[91m.... ....�[0m�[91m...... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. ........�[0m�[91m.. 14%  142M 2s
Step #3 - "lint":   1250K ......�[0m�[91m.�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m.�[0m�[91m...... .......... .�[0m�[91m......... 15%  127M 2s
Step #3 - "lint":   1300K .......�[0m�[91m... .......... �[0m�[91m....�[0m�[91m.�[0m�[91m..... .......... .�[0m�[91m.�[0m�[91m........ 15% 88.9M 2s
Step #3 - "lint":   1350K .........�[0m�[91m. .......... .....�[0m�[91m.�[0m�[91m.... .......... ...�[0m�[91m....... 16% 41.5M 2s
Step #3 - "lint":   1400K ..........�[0m�[91m .......... .......�[0m�[91m... .....�[0m�[91m..... ....�[0m�[91m...... 17% 88.1M 2s
Step #3 - "lint":   1450K ..........�[0m�[91m .�[0m�[91m......... ........�[0m�[91m.. .......... .....�[0m�[91m..... 17% 66.6M 2s
Step #3 - "lint":   1500K ...�[0m�[91m....... .�[0m�[91m......... .....�[0m�[91m...�[0m�[91m.�[0m�[91m. ..�[0m�[91m.......�[0m�[91m. ......�[0m�[91m.... 18%  118M 2s
Step #3 - "lint":   1550K .......... ..�[0m�[91m.�[0m�[91m....... ..........�[0m�[91m .......... ......�[0m�[91m.�[0m�[91m... 18% 86.9M 2s
Step #3 - "lint":   1600K .....�[0m�[91m..... ...�[0m�[91m.�[0m�[91m...... ..�[0m�[91m........ .........�[0m�[91m. ........�[0m�[91m.. 19%  149M 2s
Step #3 - "lint":   1650K ......�[0m�[91m.... ...�[0m�[91m..�[0m�[91m..... .......... .�[0m�[91m......... ........�[0m�[91m.�[0m�[91m. 20%  128M 2s
Step #3 - "lint":   1700K .......... ......�[0m�[91m.... .......... ...�[0m�[91m....... .......... 20%  168M 2s�[0m�[91m
Step #3 - "lint":   1750K ..........�[0m�[91m ......�[0m�[91m.�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m......... 21%  157M 1s
Step #3 - "lint":   1800K .�[0m�[91m......... .......�[0m�[91m.�[0m�[91m.. .......... ....�[0m�[91m...... .......... 21%  130M 1s
Step #3 - "lint":   1850K .�[0m�[91m.........�[0m�[91m .........�[0m�[91m. .......... ...�[0m�[91m..�[0m�[91m..... .......... 22%  150M 1s
Step #3 - "lint":   1900K ..�[0m�[91m........ ..........�[0m�[91m .......... .......�[0m�[91m... .......... 22%  166M 1s
Step #3 - "lint":   1950K ...�[0m�[91m.�[0m�[91m...... .......... .......... .......�[0m�[91m... ......�[0m�[91m.... 23%  893K 1s
Step #3 - "lint":   2000K .......... .......... ..........�[0m�[91m ........�[0m�[91m.. .......... 24%  131M 1s
Step #3 - "lint":   2050K ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... ....�[0m�[91m...... 24%  183M 1s
Step #3 - "lint":   2100K .......... .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ 25%  186M 1s�[0m�[91m
Step #3 - "lint":   2150K .......... .....�[0m�[91m.�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 25%  106M 1s
Step #3 - "lint":   2200K .......... ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. .......... 26%  221M 1s
Step #3 - "lint":   2250K ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... 27%  240M 1s
Step #3 - "lint":   2300K ..�[0m�[91m........�[0m�[91m .......... .......... .......... .......... 27%  261M 1s�[0m�[91m
Step #3 - "lint":   2350K ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..........�[0m�[91m .......... 28%  203M 1s
Step #3 - "lint":   2400K ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... 28%  206M 1s
Step #3 - "lint":   2450K ....�[0m�[91m...... ..........�[0m�[91m .......... .......... ........�[0m�[91m.. 29%  273M 1s
Step #3 - "lint":   2500K ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... .......... 30% 10.7M 1s�[0m�[91m
Step #3 - "lint":   2550K .......... .......... .......... .......... ........�[0m�[91m.. 30% 8.18M 1s
Step #3 - "lint":   2600K .......... ....�[0m�[91m...... .......... ........�[0m�[91m.. .......... 31%  183M 1s
Step #3 - "lint":   2650K .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... .......... 31%  173M 1s
Step #3 - "lint":   2700K ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........ 32%  155M 1s�[0m�[91m
Step #3 - "lint":   2750K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... 32%  127M 1s�[0m�[91m
Step #3 - "lint":   2800K .......... .....�[0m�[91m..... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... 33%  166M 1s
Step #3 - "lint":   2850K .......... ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... ....�[0m�[91m...... 34%  164M 1s
Step #3 - "lint":   2900K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ...�[0m�[91m.�[0m�[91m...... ..�[0m�[91m........ 34%  161M 1s�[0m�[91m
Step #3 - "lint":   2950K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. 35%  153M 1s
Step #3 - "lint":   3000K ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... 35% 79.1M 1s
Step #3 - "lint":   3050K .......... .......... ........�[0m�[91m.. ......�[0m�[91m.... .......... 36%  204M 1s�[0m�[91m
Step #3 - "lint":   3100K ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ 37%  167M 1s�[0m�[91m
Step #3 - "lint":   3150K ........�[0m�[91m.. .......... ..�[0m�[91m..�[0m�[91m...... ..........�[0m�[91m .......... 37%�[0m�[91m  154M 1s
Step #3 - "lint":   3200K ......�[0m�[91m.... .......... ..�[0m�[91m........ .......... ......�[0m�[91m.... 38%  165M 1s
Step #3 - "lint":   3250K ....�[0m�[91m...... ..........�[0m�[91m .......... ..�[0m�[91m....�[0m�[91m.... .......... 38%  171M 1s
Step #3 - "lint":   3300K ..�[0m�[91m........ ....�[0m�[91m....�[0m�[91m.. .......... ....�[0m�[91m...... .......... 39%  191M 1s�[0m�[91m
Step #3 - "lint":   3350K .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ ........�[0m�[91m.. 40%  182M 1s
Step #3 - "lint":   3400K .......... ....�[0m�[91m...... ..�[0m�[91m........ .......... ......�[0m�[91m.... 40%  201M 1s
Step #3 - "lint":   3450K ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... 41%  231M 1s
Step #3 - "lint":   3500K .......... .......... ......�[0m�[91m.... ....�[0m�[91m...... .......... 41%  191M 1s�[0m�[91m
Step #3 - "lint":   3550K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. 42%  172M 1s
Step #3 - "lint":   3600K ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ .......... ......�[0m�[91m.... 42%  223M 1s
Step #3 - "lint":   3650K ....�[0m�[91m...... ..�[0m�[91m........ .......... .......... ....�[0m�[91m...... 43%  219M 1s
Step #3 - "lint":   3700K ..........�[0m�[91m .......... ......�[0m�[91m.... ....�[0m�[91m...... .......... 44%  199M 1s�[0m�[91m
Step #3 - "lint":   3750K .......... ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 44%  174M 1s
Step #3 - "lint":   3800K .......... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... 45%  206M 1s
Step #3 - "lint":   3850K .......... .......... ........�[0m�[91m.. .......... ....�[0m�[91m...... 45%  226M 1s
Step #3 - "lint":   3900K ..........�[0m�[91m ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........ 46% 1.11M 1s
Step #3 - "lint":   3950K ........�[0m�[91m.. .......... ....�[0m�[91m...... .......... .......... 47%  109M 1s
Step #3 - "lint":   4000K ......�[0m�[91m.... .......... .......... ........�[0m�[91m.. ......�[0m�[91m.... 47%  163M 1s
Step #3 - "lint":   4050K ....�[0m�[91m...... ..........�[0m�[91m .......... .......... ....�[0m�[91m...... 48%  150M 1s
Step #3 - "lint":   4100K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........ 48%  134M 1s
Step #3 - "lint":   4150K .......... .......... .......... ..�[0m�[91m........ ........�[0m�[91m.. 49%  130M 1s
Step #3 - "lint":   4200K ......�[0m�[91m.... ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... 50%  164M 1s
Step #3 - "lint":   4250K ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... 50%  138M 1s
Step #3 - "lint":   4300K ....�[0m�[91m......�[0m�[91m .......... ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ 51%  134M 0s
Step #3 - "lint":   4350K �[0m�[91m........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..........�[0m�[91m .......... 51%  130M 0s
Step #3 - "lint":   4400K ......�[0m�[91m.... .......... ..�[0m�[91m........ ........�[0m�[91m.. ..........�[0m�[91m 52% 82.1M 0s
Step #3 - "lint":   4450K ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... .......... 52%�[0m�[91m  168M 0s
Step #3 - "lint":   4500K ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........ 53%  175M 0s
Step #3 - "lint":   4550K .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ ........�[0m�[91m.. 54%  104M 0s
Step #3 - "lint":   4600K ......�[0m�[91m.... ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... 54%  103M 0s
Step #3 - "lint":   4650K ....�[0m�[91m...... .......... ........�[0m�[91m.. .......... ....�[0m�[91m...... 55%  174M 0s
Step #3 - "lint":   4700K ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... .......... .......... 55%  178M 0s�[0m�[91m
Step #3 - "lint":   4750K ........�[0m�[91m.. .......... .......... ..........�[0m�[91m .......... 56% 6.68M 0s
Step #3 - "lint":   4800K .......... .......... ..�[0m�[91m........ .......... ......�[0m�[91m.... 57%  173M 0s
Step #3 - "lint":   4850K ....�[0m�[91m...... .......... ........�[0m�[91m.. .......... .......... 57%  237M 0s
Step #3 - "lint":   4900K .......... .......... ......�[0m�[91m.... ....�[0m�[91m...... .......... 58%  243M 0s
Step #3 - "lint":   4950K ........�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m........ ........�[0m�[91m.. 58%  213M 0s
Step #3 - "lint":   5000K .......... .......... ..�[0m�[91m........ ...�[0m�[91m....... ......�[0m�[91m.... 59%  225M 0s
Step #3 - "lint":   5050K .......... ..�[0m�[91m.....�[0m�[91m... ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... 60%  225M 0s
Step #3 - "lint":   5100K .......... .......... ......�[0m�[91m.... ........�[0m�[91m.. .......... 60%  210M 0s
Step #3 - "lint":   5150K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 61%  218M 0s
Step #3 - "lint":   5200K .......... .......... ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... 61%  280M 0s
Step #3 - "lint":   5250K ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... .......... 62%  196M 0s
Step #3 - "lint":   5300K ..........�[0m�[91m ........�[0m�[91m.. .......... .......... ..�[0m�[91m........ 62%  285M 0s�[0m�[91m
Step #3 - "lint":   5350K ........�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m........ ........�[0m�[91m.. 63%  205M 0s
Step #3 - "lint":   5400K ......�[0m�[91m.... ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... 64%  260M 0s
Step #3 - "lint":   5450K .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... .......... 64%  231M 0s
Step #3 - "lint":   5500K ..�[0m�[91m........�[0m�[91m .......... .....�[0m�[91m..... .......... ..�[0m�[91m........ 65%  243M 0s�[0m�[91m
Step #3 - "lint":   5550K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..........�[0m�[91m .......... 65%  242M 0s
Step #3 - "lint":   5600K ......�[0m�[91m.... .......... .......... ........�[0m�[91m.. ......�[0m�[91m.... 66%  237M 0s
Step #3 - "lint":   5650K ....�[0m�[91m...... ..........�[0m�[91m .......... .......... .......... 67%  234M 0s
Step #3 - "lint":   5700K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... ..........�[0m�[91m ..�[0m�[91m........ 67%  243M 0s�[0m�[91m
Step #3 - "lint":   5750K .......... ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ .......... 68%  225M 0s
Step #3 - "lint":   5800K ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... .......... 68%  224M 0s
Step #3 - "lint":   5850K ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... 69%  222M 0s
Step #3 - "lint":   5900K .......... .......... ......�[0m�[91m.... .......... .......... 70%  277M 0s
Step #3 - "lint":   5950K .......... ......�[0m�[91m.... ....�[0m�[91m...... .......... .......... 70%  221M 0s
Step #3 - "lint":   6000K ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ .......... ....�[0m�[91m...... 71%  264M 0s
Step #3 - "lint":   6050K ....�[0m�[91m...... ..�[0m�[91m........ .......... ......�[0m�[91m.... .......... 71%�[0m�[91m  266M 0s
Step #3 - "lint":   6100K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... .......... 72%  207M 0s�[0m�[91m
Step #3 - "lint":   6150K .......... ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 72%  233M 0s
Step #3 - "lint":   6200K ..�[0m�[91m....�[0m�[91m.... ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... 73%  229M 0s
Step #3 - "lint":   6250K .......... ..�[0m�[91m........ .......... ....�[0m�[91m...... ....�[0m�[91m...... 74%  268M 0s
Step #3 - "lint":   6300K ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m........ 74%  295M 0s�[0m�[91m
Step #3 - "lint":   6350K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........ .......... 75%  237M 0s
Step #3 - "lint":   6400K ......�[0m�[91m.... .......... .......... ........�[0m�[91m.. .......... 75%  310M 0s
Step #3 - "lint":   6450K ....�[0m�[91m...... .......... .......... .......... ....�[0m�[91m...... 76%  290M 0s
Step #3 - "lint":   6500K ..�[0m�[91m........ ........�[0m�[91m.. .......... .......... .......... 77%  321M 0s�[0m�[91m
Step #3 - "lint":   6550K .......... ......�[0m�[91m.... .......... .......... .......... 77% 1.10M 0s
Step #3 - "lint":   6600K ..........�[0m�[91m .......... ..........�[0m�[91m .......... .......... 78%  164M 0s
Step #3 - "lint":   6650K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... .......... .......... 78%  164M 0s
Step #3 - "lint":   6700K ..�[0m�[91m........�[0m�[91m .......... .......... .......... .......... 79%  147M 0s
Step #3 - "lint":   6750K .......... .......... .......... .......... .......... 80%  169M 0s
Step #3 - "lint":   6800K .......... .......... .......... .......... .......... 80%  187M 0s
Step #3 - "lint":   6850K .......... .......... .......... .......... .......... 81%  187M 0s
Step #3 - "lint":   6900K .......... .......... .......... .......... .......... 81%  168M 0s
Step #3 - "lint":   6950K .......... .......... .......... .......... .......... 82%  168M 0s
Step #3 - "lint":   7000K .......... .......... .......... .......... .......... 82%  197M 0s
Step #3 - "lint":   7050K .......... .......... .......... .......... .......... 83%  196M 0s
Step #3 - "lint":   7100K .......... .......... .......... .......... .......... 84%  192M 0s
Step #3 - "lint":   7150K .......... .......... .......... .......... .......... 84%  171M 0s
Step #3 - "lint":   7200K .......... .......... .......... .......... .......... 85%  192M 0s
Step #3 - "lint":   7250K .......... .......... .......... .......... .......... 85%  200M 0s
Step #3 - "lint":   7300K .......... .......... .......... .......... .......... 86%  190M 0s
Step #3 - "lint":   7350K .......... .......... .......... .......... .......... 87%  147M 0s
Step #3 - "lint":   7400K .......... .......... .......... .......... ......�[0m�[91m.... 87%  180M 0s
Step #3 - "lint":   7450K .......... ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... 88%  211M 0s
Step #3 - "lint":   7500K .�[0m�[91m.........�[0m�[91m .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ 88%  182M 0s�[0m�[91m
Step #3 - "lint":   7550K .......... .......... ....�[0m�[91m...... .......... .......... 89%  163M 0s
Step #3 - "lint":   7600K .......... ....�[0m�[91m...... ..�[0m�[91m........ .......... .......... 90%  188M 0s
Step #3 - "lint":   7650K ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... .......... 90%  177M 0s
Step #3 - "lint":   7700K .......... ......�[0m�[91m..�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m........ 91%  223M 0s�[0m�[91m
Step #3 - "lint":   7750K .....�[0m�[91m...�[0m�[91m.. .......... .......... ..�[0m�[91m........ ........�[0m�[91m.. 91%  187M 0s
Step #3 - "lint":   7800K .......... ....�[0m�[91m...... ..........�[0m�[91m .......... .......... 92% 7.57M 0s
Step #3 - "lint":   7850K�[0m�[91m .......... ....�[0m�[91m...... ........�[0m�[91m.. .......... .......... 93%  126M�[0m�[91m 0s
Step #3 - "lint":   7900K ..........�[0m�[91m .......... .......... .......... .......... 93%  137M 0s�[0m�[91m
Step #3 - "lint":   7950K .......... ......�[0m�[91m.... ....�[0m�[91m...... ..........�[0m�[91m .......... 94% 86.8M 0s
Step #3 - "lint":   8000K ......�[0m�[91m.... .......... ..�[0m�[91m........ ....�[0m�[91m....�[0m�[91m.. ......�[0m�[91m.... 94%  158M 0s
Step #3 - "lint":   8050K�[0m�[91m ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... .......... 95%  177M 0s
Step #3 - "lint":   8100K ..�[0m�[91m........�[0m�[91m .......�[0m�[91m.�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... .......... 95%  204M 0s�[0m�[91m
Step #3 - "lint":   8150K .......... ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 96%  127M 0s
Step #3 - "lint":   8200K ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... 97%  154M 0s
Step #3 - "lint":   8250K .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... 97%  196M 0s
Step #3 - "lint":   8300K ..........�[0m�[91m .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ 98%  175M 0s
Step #3 - "lint":   8350K ........�[0m�[91m.. ......�[0m�[91m.... .......... ..........�[0m�[91m ........�[0m�[91m.. 98%  170M 0s
Step #3 - "lint":   8400K .......... ....�[0m�[91m...... ..�[0m�[91m........ .......... ..�[0m�[91m....�[0m�[91m.... 99%  161M 0s
Step #3 - "lint":   8450K ....�[0m�[91m...... ..�[0m�[91m........ .......... ......�[0m�[91m.... ....      100%  175M=0.6s
Step #3 - "lint": 
Step #3 - "lint": �[0m�[91m2019-01-22 23:39:40 (13.8 MB/s) - '/tmp/hugo/hugo.tar.gz' saved [8698428/8698428]
Step #3 - "lint": 
Step #3 - "lint": �[0mLICENSE
Step #3 - "lint": README.md
Step #3 - "lint": hugo
Step #3 - "lint": Removing intermediate container 9a9224dd652a
Step #3 - "lint":  ---> 10dc935a1aa7
Step #3 - "lint": Step 28/33 : RUN curl -sL https://deb.nodesource.com/setup_11.x | bash - &&     apt-get install -y nodejs
Step #3 - "lint":  ---> Running in 5e4c4b7580bf
Step #3 - "lint": 
Step #3 - "lint": ## Installing the NodeSource Node.js 11.x repo...
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": ## Populating apt-get cache...
Step #3 - "lint": 
Step #3 - "lint": + apt-get update
Step #3 - "lint": Ign:1 http://deb.debian.org/debian stretch InRelease
Step #3 - "lint": Hit:2 http://security.debian.org/debian-security stretch/updates InRelease
Step #3 - "lint": Hit:3 http://deb.debian.org/debian stretch-updates InRelease
Step #3 - "lint": Hit:4 http://deb.debian.org/debian stretch Release
Step #3 - "lint": Reading package lists...
Step #3 - "lint": 
Step #3 - "lint": ## Installing packages required for setup: apt-transport-https lsb-release...
Step #3 - "lint": 
Step #3 - "lint": + apt-get install -y apt-transport-https lsb-release > /dev/null 2>&1
Step #3 - "lint": 
Step #3 - "lint": ## Confirming "stretch" is supported...
Step #3 - "lint": 
Step #3 - "lint": + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_11.x/dists/stretch/Release'
Step #3 - "lint": 
Step #3 - "lint": ## Adding the NodeSource signing key to your keyring...
Step #3 - "lint": 
Step #3 - "lint": + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
Step #3 - "lint": �[91mWarning: apt-key output should not be parsed (stdout is not a terminal)
Step #3 - "lint": �[0mOK
Step #3 - "lint": 
Step #3 - "lint": ## Creating apt sources list file for the NodeSource Node.js 11.x repo...
Step #3 - "lint": 
Step #3 - "lint": + echo 'deb https://deb.nodesource.com/node_11.x stretch main' > /etc/apt/sources.list.d/nodesource.list
Step #3 - "lint": + echo 'deb-src https://deb.nodesource.com/node_11.x stretch main' >> /etc/apt/sources.list.d/nodesource.list
Step #3 - "lint": 
Step #3 - "lint": ## Running `apt-get update` for you...
Step #3 - "lint": 
Step #3 - "lint": + apt-get update
Step #3 - "lint": Ign:1 http://deb.debian.org/debian stretch InRelease
Step #3 - "lint": Hit:2 http://security.debian.org/debian-security stretch/updates InRelease
Step #3 - "lint": Hit:3 http://deb.debian.org/debian stretch-updates InRelease
Step #3 - "lint": Hit:4 http://deb.debian.org/debian stretch Release
Step #3 - "lint": Get:5 https://deb.nodesource.com/node_11.x stretch InRelease [4612 B]
Step #3 - "lint": Get:7 https://deb.nodesource.com/node_11.x stretch/main amd64 Packages [767 B]
Step #3 - "lint": Fetched 5379 B in 0s (8385 B/s)
Step #3 - "lint": Reading package lists...
Step #3 - "lint": 
Step #3 - "lint": ## Run `sudo apt-get install -y nodejs` to install Node.js 11.x and npm
Step #3 - "lint": ## You may also need development tools to build native addons:
Step #3 - "lint":      sudo apt-get install gcc g++ make
Step #3 - "lint": ## To install the Yarn package manager, run:
Step #3 - "lint":      curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
Step #3 - "lint":      echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
Step #3 - "lint":      sudo apt-get update && sudo apt-get install yarn
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": Reading package lists...
Step #3 - "lint": Building dependency tree...
Step #3 - "lint": Reading state information...
Step #3 - "lint": The following NEW packages will be installed:
Step #3 - "lint":   nodejs
Step #3 - "lint": 0 upgraded, 1 newly installed, 0 to remove and 6 not upgraded.
Step #3 - "lint": Need to get 15.7 MB of archives.
Step #3 - "lint": After this operation, 74.1 MB of additional disk space will be used.
Step #3 - "lint": Get:1 https://deb.nodesource.com/node_11.x stretch/main amd64 nodejs amd64 11.7.0-1nodesource1 [15.7 MB]
Step #3 - "lint": �[91mdebconf: delaying package configuration, since apt-utils is not installed
Step #3 - "lint": �[0mFetched 15.7 MB in 0s (34.1 MB/s)
Step #3 - "lint": Selecting previously unselected package nodejs.
Step #3 - "lint": (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 ... 21148 files and directories currently installed.)
Step #3 - "lint": Preparing to unpack .../nodejs_11.7.0-1nodesource1_amd64.deb ...
Step #3 - "lint": Unpacking nodejs (11.7.0-1nodesource1) ...
Step #3 - "lint": Setting up nodejs (11.7.0-1nodesource1) ...
Step #3 - "lint": Removing intermediate container 5e4c4b7580bf
Step #3 - "lint":  ---> a1559927e59e
Step #3 - "lint": Step 29/33 : RUN echo "export PATH=/usr/local/go/bin:/go/bin/:\$PATH" >> /root/.bashrc
Step #3 - "lint":  ---> Running in 25275f485edf
Step #3 - "lint": Removing intermediate container 25275f485edf
Step #3 - "lint":  ---> 910c83afe081
Step #3 - "lint": Step 30/33 : RUN echo "export EDITOR=nano" >> /root/.bashrc
Step #3 - "lint":  ---> Running in 4a54049fbaee
Step #3 - "lint": Removing intermediate container 4a54049fbaee
Step #3 - "lint":  ---> 3948a6b25fa9
Step #3 - "lint": Step 31/33 : COPY *.sh /root/
Step #3 - "lint":  ---> 786bf9ee47fd
Step #3 - "lint": Step 32/33 : RUN chmod +x /root/*.sh
Step #3 - "lint":  ---> Running in ce141b61274b
Step #3 - "lint": Removing intermediate container ce141b61274b
Step #3 - "lint":  ---> dc293f114b06
Step #3 - "lint": Step 33/33 : WORKDIR /go
Step #3 - "lint":  ---> Running in 9c6aab5569ec
Step #3 - "lint": Removing intermediate container 9c6aab5569ec
Step #3 - "lint":  ---> 809c1712795c
Step #3 - "lint": Successfully built 809c1712795c
Step #3 - "lint": Successfully tagged agones-build:db76ca0bfb
Step #3 - "lint": make[1]: Leaving directory '/workspace/build'
Step #3 - "lint": docker run -t -e "TERM=xterm-256color" --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build -w /go/src/agones.dev/agones  agones-build:db76ca0bfb bash -c \
Step #3 - "lint": 	"golangci-lint run ./examples/... && golangci-lint run --deadline 15m ./..."
Finished Step #3 - "lint"
Starting Step #4 - "tests"
Starting Step #8 - "build-e2e"
Starting Step #7 - "build"
Step #8 - "build-e2e": Already have image (with digest): gcr.io/cloud-builders/docker
Step #4 - "tests": Already have image: make-docker
Step #7 - "build": Already have image: make-docker
Step #7 - "build": mkdir -p ~/.kube/
Step #7 - "build": mkdir -p /workspace/build//.config/gcloud
Step #7 - "build": mkdir -p ~/.helm
Step #7 - "build": docker run --rm -e "CGO_ENABLED=0" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #7 - "build": -tags none -o /go/src/agones.dev/agones/cmd/controller/bin/controller \
Step #7 - "build":  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-110a51f" -installsuffix cgo agones.dev/agones/cmd/controller
Step #8 - "build-e2e": Sending build context to Docker daemon  7.168kB

Step #8 - "build-e2e": Step 1/20 : FROM gcr.io/cloud-builders/gcloud-slim
Step #8 - "build-e2e":  ---> c328dc31a68c
Step #8 - "build-e2e": Step 2/20 : RUN apt-get update &&     apt-get install -y wget psmisc make gcc python jq zip &&     apt-get clean
Step #8 - "build-e2e":  ---> Running in f8a70abe7dfe
Step #8 - "build-e2e": Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB]
Step #8 - "build-e2e": Get:2 http://archive.ubuntu.com/ubuntu xenial InRelease [247 kB]
Step #8 - "build-e2e": Get:3 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial InRelease [23.8 kB]
Step #4 - "tests": mkdir -p ~/.kube/
Step #4 - "tests": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go test -race agones.dev/agones/pkg/... \
Step #4 - "tests": agones.dev/agones/sdks/... agones.dev/agones/cmd/...
Step #4 - "tests": mkdir -p /tmp/agones-install
Step #4 - "tests": mkdir -p /workspace/build//.config/gcloud
Step #4 - "tests": mkdir -p ~/.helm
Step #4 - "tests": cp /workspace/install/yaml/install.yaml /tmp/agones-install/install.yaml
Step #4 - "tests": docker run --rm --name=agones-website -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb \
Step #4 - "tests":     	hugo server --watch --baseURL="http://localhost:1313/site/" &
Step #4 - "tests": until docker exec agones-website curl -o /dev/null --silent http://localhost:1313/site/; \
Step #4 - "tests": 		do \
Step #4 - "tests": 			echo "Waiting for server to start..."; \
Step #4 - "tests": 			sleep 1; \
Step #4 - "tests": 		done
Step #4 - "tests": sort /tmp/agones-install/install.yaml > /tmp/agones-install/install.yaml.sorted
Step #4 - "tests": /usr/bin/make gen-install
Step #4 - "tests": make[1]: Entering directory '/workspace/build'
Step #4 - "tests": mkdir -p ~/.kube/
Step #4 - "tests": mkdir -p /workspace/build//.config/gcloud
Step #4 - "tests": mkdir -p ~/.helm
Step #4 - "tests": Error: No such container: agones-website
Step #4 - "tests": Waiting for server to start...
Step #4 - "tests": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build  agones-build:db76ca0bfb bash -c \
Step #4 - "tests": 	'helm template --name=agones-manual --namespace agones-system /go/src/agones.dev/agones/install/helm/agones \
Step #4 - "tests": 	--set agones.controller.generateTLS=false \
Step #4 - "tests": 	--set agones.crds.cleanupOnDelete=false \
Step #4 - "tests": 	> /go/src/agones.dev/agones/install/yaml/install.yaml'
Step #8 - "build-e2e": Get:4 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [600 kB]
Step #8 - "build-e2e": Get:5 http://security.ubuntu.com/ubuntu xenial-security/main Translation-en [249 kB]
Step #8 - "build-e2e": Get:6 http://security.ubuntu.com/ubuntu xenial-security/restricted amd64 Packages [7204 B]
Step #8 - "build-e2e": Get:7 http://security.ubuntu.com/ubuntu xenial-security/restricted Translation-en [2152 B]
Step #8 - "build-e2e": Get:8 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [415 kB]
Step #8 - "build-e2e": Get:9 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
Step #8 - "build-e2e": Get:10 http://security.ubuntu.com/ubuntu xenial-security/universe Translation-en [163 kB]
Step #8 - "build-e2e": Get:11 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial/main amd64 Packages [3356 B]
Step #8 - "build-e2e": Get:12 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [5600 B]
Step #8 - "build-e2e": Get:13 http://security.ubuntu.com/ubuntu xenial-security/multiverse Translation-en [2676 B]
Step #8 - "build-e2e": Get:14 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
Step #8 - "build-e2e": Get:15 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial/main Translation-en [2380 B]
Step #8 - "build-e2e": Get:16 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages [1201 kB]
Step #8 - "build-e2e": Get:17 http://archive.ubuntu.com/ubuntu xenial/main Translation-en [568 kB]
Step #8 - "build-e2e": Get:18 http://archive.ubuntu.com/ubuntu xenial/restricted amd64 Packages [8344 B]
Step #8 - "build-e2e": Get:19 http://archive.ubuntu.com/ubuntu xenial/restricted Translation-en [2908 B]
Step #8 - "build-e2e": Get:20 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages [7532 kB]
Step #4 - "tests": Building sites … Waiting for server to start...
Step #8 - "build-e2e": Get:21 http://archive.ubuntu.com/ubuntu xenial/universe Translation-en [4354 kB]
Step #8 - "build-e2e": Get:22 http://archive.ubuntu.com/ubuntu xenial/multiverse amd64 Packages [144 kB]
Step #8 - "build-e2e": Get:23 http://archive.ubuntu.com/ubuntu xenial/multiverse Translation-en [106 kB]
Step #8 - "build-e2e": Get:24 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [902 kB]
Step #8 - "build-e2e": Get:25 http://archive.ubuntu.com/ubuntu xenial-updates/main Translation-en [365 kB]
Step #8 - "build-e2e": Get:26 http://archive.ubuntu.com/ubuntu xenial-updates/restricted amd64 Packages [7556 B]
Step #8 - "build-e2e": Get:27 http://archive.ubuntu.com/ubuntu xenial-updates/restricted Translation-en [2272 B]
Step #8 - "build-e2e": Get:28 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [720 kB]
Step #8 - "build-e2e": Get:29 http://archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [295 kB]
Step #8 - "build-e2e": Get:30 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [16.6 kB]
Step #8 - "build-e2e": Get:31 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse Translation-en [8440 B]
Step #8 - "build-e2e": Get:32 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [7280 B]
Step #8 - "build-e2e": Get:33 http://archive.ubuntu.com/ubuntu xenial-backports/main Translation-en [4456 B]
Step #8 - "build-e2e": Get:34 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [7804 B]
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 #8 - "build-e2e": Get:35 http://archive.ubuntu.com/ubuntu xenial-backports/universe Translation-en [4184 B]
Step #4 - "tests": Waiting for server to start...
Step #4 - "tests": make[1]: Leaving directory '/workspace/build'
Step #4 - "tests": sort /workspace/install/yaml/install.yaml > /tmp/agones-install/install.current.yaml.sorted
Step #4 - "tests": diff /tmp/agones-install/install.yaml.sorted /tmp/agones-install/install.current.yaml.sorted
Step #4 - "tests": 
Step #4 - "tests":                    | EN  
Step #4 - "tests": +------------------+----+
Step #4 - "tests":   Pages            | 59  
Step #4 - "tests":   Paginator pages  |  0  
Step #4 - "tests":   Non-page files   |  2  
Step #4 - "tests":   Static files     | 39  
Step #4 - "tests":   Processed images |  2  
Step #4 - "tests":   Aliases          | 10  
Step #4 - "tests":   Sitemaps         |  1  
Step #4 - "tests":   Cleaned          |  0  
Step #4 - "tests": 
Step #4 - "tests": Total in 2259 ms
Step #4 - "tests": Watching for changes in /go/src/agones.dev/agones/site/{assets,content,layouts,static,themes}
Step #4 - "tests": Watching for config changes in /go/src/agones.dev/agones/site/config.toml, /go/src/agones.dev/agones/site/themes/docsy/config.toml
Step #4 - "tests": Environment: "development"
Step #4 - "tests": Serving pages from memory
Step #4 - "tests": Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
Step #4 - "tests": Web Server is available at http://localhost:1313/site/ (bind address 127.0.0.1)
Step #4 - "tests": Press Ctrl+C to stop
Step #4 - "tests": ( trap 'docker stop agones-website' EXIT; docker exec agones-website linkchecker --anchors http://localhost:1313/site/ )
Step #8 - "build-e2e": Fetched 18.3 MB in 5s (3099 kB/s)
Step #4 - "tests": WARNING 2019-01-22 23:40:39,848 MainThread Running as root user; dropping privileges by changing user to nobody.
Step #4 - "tests": INFO 2019-01-22 23:40:39,849 MainThread Checking intern URLs only; use --check-extern to check extern URLs.
Step #4 - "tests": LinkChecker 9.3              Copyright (C) 2000-2014 Bastian Kleineidam
Step #4 - "tests": LinkChecker comes with ABSOLUTELY NO WARRANTY!
Step #4 - "tests": This is free software, and you are welcome to redistribute it
Step #4 - "tests": under certain conditions. Look at the file `LICENSE' within this
Step #4 - "tests": distribution.
Step #4 - "tests": Get the newest version at http://wummel.github.io/linkchecker/
Step #4 - "tests": Write comments and bugs to https://github.com/wummel/linkchecker/issues
Step #4 - "tests": Support this project at http://wummel.github.io/linkchecker/donations.html
Step #4 - "tests": 
Step #4 - "tests": Start checking at 2019-01-22 23:40:39+000
Step #4 - "tests": 10 threads active,     5 links queued,   21 links in   3 URLs checked, runtime 1 seconds
Step #8 - "build-e2e": Reading package lists...
Step #8 - "build-e2e": Reading package lists...
Step #8 - "build-e2e": Building dependency tree...
Step #8 - "build-e2e": Reading state information...
Step #8 - "build-e2e": python is already the newest version (2.7.12-1~16.04).
Step #8 - "build-e2e": python set to manually installed.
Step #8 - "build-e2e": The following packages were automatically installed and are no longer required:
Step #8 - "build-e2e":   libexpat1-dev libpython-dev libpython2.7 libpython2.7-dev
Step #8 - "build-e2e":   python-pkg-resources python2.7-dev
Step #8 - "build-e2e": Use 'apt autoremove' to remove them.
Step #8 - "build-e2e": The following additional packages will be installed:
Step #8 - "build-e2e":   libonig2 unzip
Step #8 - "build-e2e": Suggested packages:
Step #8 - "build-e2e":   gcc-multilib autoconf automake libtool flex bison gdb gcc-doc make-doc
Step #8 - "build-e2e": The following NEW packages will be installed:
Step #8 - "build-e2e":   gcc jq libonig2 make psmisc unzip wget zip
Step #8 - "build-e2e": 0 upgraded, 8 newly installed, 0 to remove and 15 not upgraded.
Step #8 - "build-e2e": Need to get 746 kB/1051 kB of archives.
Step #8 - "build-e2e": After this operation, 3466 kB of additional disk space will be used.
Step #8 - "build-e2e": Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 psmisc amd64 22.21-2.1build1 [48.0 kB]
Step #8 - "build-e2e": Get:2 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libonig2 amd64 5.9.6-1ubuntu0.1 [86.7 kB]
Step #8 - "build-e2e": Get:3 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 jq amd64 1.5+dfsg-1ubuntu0.1 [144 kB]
Step #8 - "build-e2e": Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 make amd64 4.1-6 [151 kB]
Step #8 - "build-e2e": Get:5 http://archive.ubuntu.com/ubuntu xenial/main amd64 unzip amd64 6.0-20ubuntu1 [158 kB]
Step #8 - "build-e2e": Get:6 http://archive.ubuntu.com/ubuntu xenial/main amd64 zip amd64 3.0-11 [158 kB]
Step #8 - "build-e2e": Fetched 746 kB in 1s (595 kB/s)
Step #8 - "build-e2e": Selecting previously unselected package psmisc.
Step #8 - "build-e2e": (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15833 files and directories currently installed.)
Step #8 - "build-e2e": Preparing to unpack .../psmisc_22.21-2.1build1_amd64.deb ...
Step #8 - "build-e2e": Unpacking psmisc (22.21-2.1build1) ...
Step #8 - "build-e2e": Selecting previously unselected package wget.
Step #8 - "build-e2e": Preparing to unpack .../wget_1.17.1-1ubuntu1.4_amd64.deb ...
Step #8 - "build-e2e": Unpacking wget (1.17.1-1ubuntu1.4) ...
Step #8 - "build-e2e": Selecting previously unselected package gcc.
Step #8 - "build-e2e": Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ...
Step #8 - "build-e2e": Unpacking gcc (4:5.3.1-1ubuntu1) ...
Step #8 - "build-e2e": Selecting previously unselected package libonig2:amd64.
Step #8 - "build-e2e": Preparing to unpack .../libonig2_5.9.6-1ubuntu0.1_amd64.deb ...
Step #8 - "build-e2e": Unpacking libonig2:amd64 (5.9.6-1ubuntu0.1) ...
Step #8 - "build-e2e": Selecting previously unselected package jq.
Step #8 - "build-e2e": Preparing to unpack .../jq_1.5+dfsg-1ubuntu0.1_amd64.deb ...
Step #8 - "build-e2e": Unpacking jq (1.5+dfsg-1ubuntu0.1) ...
Step #8 - "build-e2e": Selecting previously unselected package make.
Step #8 - "build-e2e": Preparing to unpack .../archives/make_4.1-6_amd64.deb ...
Step #8 - "build-e2e": Unpacking make (4.1-6) ...
Step #8 - "build-e2e": Selecting previously unselected package unzip.
Step #8 - "build-e2e": Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ...
Step #8 - "build-e2e": Unpacking unzip (6.0-20ubuntu1) ...
Step #8 - "build-e2e": Selecting previously unselected package zip.
Step #8 - "build-e2e": Preparing to unpack .../archives/zip_3.0-11_amd64.deb ...
Step #8 - "build-e2e": Unpacking zip (3.0-11) ...
Step #8 - "build-e2e": Processing triggers for libc-bin (2.23-0ubuntu10) ...
Step #8 - "build-e2e": Processing triggers for mime-support (3.59ubuntu1) ...
Step #8 - "build-e2e": Setting up psmisc (22.21-2.1build1) ...
Step #8 - "build-e2e": Setting up wget (1.17.1-1ubuntu1.4) ...
Step #8 - "build-e2e": Setting up gcc (4:5.3.1-1ubuntu1) ...
Step #8 - "build-e2e": Setting up libonig2:amd64 (5.9.6-1ubuntu0.1) ...
Step #8 - "build-e2e": Setting up jq (1.5+dfsg-1ubuntu0.1) ...
Step #8 - "build-e2e": Setting up make (4.1-6) ...
Step #8 - "build-e2e": Setting up unzip (6.0-20ubuntu1) ...
Step #8 - "build-e2e": Setting up zip (3.0-11) ...
Step #8 - "build-e2e": Processing triggers for libc-bin (2.23-0ubuntu10) ...
Step #4 - "tests": 10 threads active,   152 links queued,  171 links in  13 URLs checked, runtime 6 seconds
Step #8 - "build-e2e": Removing intermediate container f8a70abe7dfe
Step #8 - "build-e2e":  ---> 77564b8f109f
Step #8 - "build-e2e": Step 3/20 : WORKDIR /usr/local
Step #8 - "build-e2e":  ---> Running in ab6a4a058298
Step #8 - "build-e2e": Removing intermediate container ab6a4a058298
Step #8 - "build-e2e":  ---> 224b22ab7ba2
Step #8 - "build-e2e": Step 4/20 : ENV GO_VERSION=1.11.1
Step #8 - "build-e2e":  ---> Running in c5efcd4abff7
Step #8 - "build-e2e": Removing intermediate container c5efcd4abff7
Step #8 - "build-e2e":  ---> a6f8c121dcdf
Step #8 - "build-e2e": Step 5/20 : ENV GOPATH /go
Step #8 - "build-e2e":  ---> Running in 79e42c3163e6
Step #8 - "build-e2e": Removing intermediate container 79e42c3163e6
Step #8 - "build-e2e":  ---> 587b5f4c101a
Step #8 - "build-e2e": Step 6/20 : RUN wget -q https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz &&     tar -xzf go${GO_VERSION}.linux-amd64.tar.gz && rm go${GO_VERSION}.linux-amd64.tar.gz && mkdir ${GOPATH}
Step #8 - "build-e2e":  ---> Running in 64a0de962a07
Step #4 - "tests": 10 threads active,   237 links queued,  399 links in  25 URLs checked, runtime 11 seconds
Step #4 - "tests": 10 threads active,   481 links queued, 1063 links in  39 URLs checked, runtime 16 seconds
Step #4 - "tests": 10 threads active,   610 links queued, 2014 links in  54 URLs checked, runtime 21 seconds
Step #4 - "tests": 10 threads active,   257 links queued, 3066 links in  61 URLs checked, runtime 26 seconds
Step #8 - "build-e2e": Removing intermediate container 64a0de962a07
Step #8 - "build-e2e":  ---> f7944fcdaae6
Step #8 - "build-e2e": Step 7/20 : ENV PATH /usr/local/go/bin:/go/bin:$PATH
Step #8 - "build-e2e":  ---> Running in a279acbe1129
Step #8 - "build-e2e": Removing intermediate container a279acbe1129
Step #8 - "build-e2e":  ---> 028b33348d80
Step #8 - "build-e2e": Step 8/20 : ENV KUBECTL_VER 1.11.5
Step #8 - "build-e2e":  ---> Running in e9f4c103bf45
Step #8 - "build-e2e": Removing intermediate container e9f4c103bf45
Step #8 - "build-e2e":  ---> d2aec93a2dc2
Step #8 - "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 #8 - "build-e2e":  ---> Running in 8a7611ed9b62
Step #8 - "build-e2e": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #8 - "build-e2e":                                  Dload  Upload   Total   Spent    Left  Speed
Step #8 - "build-e2e": 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
100 52.8M  100 52.8M    0     0  84.8M      0 --:--:-- --:--:-- --:--:-- 84.9M
Step #4 - "tests": 10 threads active,    10 links queued, 3373 links in  73 URLs checked, runtime 31 seconds
Step #8 - "build-e2e": �[0mRemoving intermediate container 8a7611ed9b62
Step #8 - "build-e2e":  ---> c8e17bc65684
Step #8 - "build-e2e": Step 10/20 : ENV HELM_VER 2.11.0
Step #8 - "build-e2e":  ---> Running in 5a347fde239c
Step #8 - "build-e2e": Removing intermediate container 5a347fde239c
Step #8 - "build-e2e":  ---> 701018bc88d1
Step #8 - "build-e2e": Step 11/20 : ENV HELM_URL https://storage.googleapis.com/kubernetes-helm/helm-v${HELM_VER}-linux-amd64.tar.gz
Step #8 - "build-e2e":  ---> Running in de3ff345f018
Step #8 - "build-e2e": Removing intermediate container de3ff345f018
Step #8 - "build-e2e":  ---> 0cb2c8786815
Step #8 - "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 #8 - "build-e2e":  ---> Running in 3d7b371ccc92
Step #8 - "build-e2e": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #8 - "build-e2e":                                  Dload  Upload   Total   Spent    Left  Speed
Step #8 - "build-e2e": �[0m�[91m
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
100 18.2M  100 18.2M    0     0  38.1M      0 --:--:-- --:--:-- --:--:-- 38.2M
Step #8 - "build-e2e": �[0mlinux-amd64/
Step #8 - "build-e2e": linux-amd64/tiller
Step #7 - "build": docker build /workspace/cmd/controller/ --tag=gcr.io/agones-images/agones-controller:0.8.0-110a51f 
Step #8 - "build-e2e": linux-amd64/README.md
Step #8 - "build-e2e": linux-amd64/helm
Step #8 - "build-e2e": linux-amd64/LICENSE
Step #7 - "build": Sending build context to Docker daemon  38.27MB

Step #7 - "build": Step 1/5 : FROM alpine:3.8
Step #7 - "build": 3.8: Pulling from library/alpine
Step #7 - "build": Digest: sha256:3d2e482b82608d153a374df3357c0291589a61cc194ec4a9ca2381073a17f58e
Step #7 - "build": Status: Downloaded newer image for alpine:3.8
Step #7 - "build":  ---> 3f53bb00af94
Step #7 - "build": Step 2/5 : RUN apk --update add ca-certificates &&     adduser -D agones
Step #7 - "build":  ---> Running in 3338c6177857
Step #4 - "tests": ok  	agones.dev/agones/pkg/apis/stable/v1alpha1	1.154s
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 #7 - "build": fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
Step #8 - "build-e2e": Removing intermediate container 3d7b371ccc92
Step #8 - "build-e2e":  ---> 24a857b36913
Step #8 - "build-e2e": Step 13/20 : ENV CONSUL_VERSION=1.2.1
Step #7 - "build": fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
Step #8 - "build-e2e":  ---> Running in 0e8c26d39e98
Step #7 - "build": (1/1) Installing ca-certificates (20171114-r3)
Step #7 - "build": Executing busybox-1.28.4-r2.trigger
Step #7 - "build": Executing ca-certificates-20171114-r3.trigger
Step #8 - "build-e2e": Removing intermediate container 0e8c26d39e98
Step #8 - "build-e2e":  ---> 1dca4135fa9c
Step #8 - "build-e2e": Step 14/20 : ENV HASHICORP_RELEASES=https://releases.hashicorp.com
Step #7 - "build": OK: 5 MiB in 14 packages
Step #4 - "tests":  4 threads active,     0 links queued, 3389 links in  79 URLs checked, runtime 36 seconds
Step #8 - "build-e2e":  ---> Running in 43f0b0d97a3a
Step #8 - "build-e2e": Removing intermediate container 43f0b0d97a3a
Step #8 - "build-e2e":  ---> a76dc7e79ea3
Step #8 - "build-e2e": Step 15/20 : RUN mkdir -p /tmp/build &&     wget ${HASHICORP_RELEASES}/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_linux_amd64.zip     -P /tmp/build/  &&     unzip -d /usr/local/bin/ /tmp/build/consul_${CONSUL_VERSION}_linux_amd64.zip &&     cd /tmp &&     rm -rf /tmp/build &&     chmod go+rx /usr/local/bin/consul &&     consul version
Step #8 - "build-e2e":  ---> Running in c02b8a66f367
Step #7 - "build": Removing intermediate container 3338c6177857
Step #7 - "build":  ---> fc11ab5feb10
Step #7 - "build": Step 3/5 : COPY  --chown=agones:root ./bin/controller /home/agones/controller
Step #8 - "build-e2e": �[91m--2019-01-22 23:41:17--  https://releases.hashicorp.com/consul/1.2.1/consul_1.2.1_linux_amd64.zip
Step #8 - "build-e2e": �[0m�[91mResolving releases.hashicorp.com (releases.hashicorp.com)... �[0m�[91m151.101.1.183, 151.101.65.183, 151.101.129.183, ...
Step #8 - "build-e2e": Connecting to releases.hashicorp.com (releases.hashicorp.com)|151.101.1.183|:443... �[0m�[91mconnected.
Step #8 - "build-e2e": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m200 OK
Step #8 - "build-e2e": Length: 14529496 (14M) [application/zip]
Step #8 - "build-e2e": Saving to: '/tmp/build/consul_1.2.1_linux_amd64.zip'
Step #8 - "build-e2e": 
Step #8 - "build-e2e":      0K ..........�[0m�[91m .......... .......... ..�[0m�[91m........ ..........  0% 3.60M 4s
Step #8 - "build-e2e":     50K .......... .......... .......... .......... ......�[0m�[91m....  0% 7.19M 3s
Step #8 - "build-e2e":    100K .......... .......... .......... .......... ..........  1%  174M 2s
Step #8 - "build-e2e":    150K .......... .......... .......... .......... ..�[0m�[91m........  1% 7.34M 2s
Step #8 - "build-e2e":    200K .......... .......... .......... .......... ..........  1%  195M 2s
Step #8 - "build-e2e":    250K .......... .......... .......... .......... ..........  2%  274M 1s
Step #8 - "build-e2e":    300K .......... .......... .......... .......... ..........  2%  219M 1s
Step #8 - "build-e2e":    350K .......... .......... .......... ....�[0m�[91m...... ..........  2% 6.57M 1s
Step #8 - "build-e2e":    400K .......... .......... .......... .......... ..........  3%  216M 1s
Step #8 - "build-e2e":    450K .......... .......... .......... .......... ..........  3%  291M 1s
Step #8 - "build-e2e":    500K .......... .......... .......... .......... ..........  3%  298M 1s
Step #8 - "build-e2e":    550K .......... .......... .......... .......... ..........  4%  273M 1s
Step #8 - "build-e2e":    600K .......... .......... .......... .......... ..........  4%  247M 1s
Step #8 - "build-e2e":    650K .......... .......... .......... .......... ..........  4%  209M 1s
Step #8 - "build-e2e":    700K ....�[0m�[91m...... .......... .......... ......�[0m�[91m.... ..........  5% 11.0M 1s
Step #8 - "build-e2e":    750K .......... .......... .......... .......... ..........  5%  211M 1s
Step #8 - "build-e2e":    800K .......... .......... .......... .......... ..........  5%  265M 1s
Step #8 - "build-e2e":    850K .......... .......... .......... .......... ..........  6%  246M 1s
Step #8 - "build-e2e":    900K .......... .......... .......... .......... ..........  6%  381M 1s
Step #8 - "build-e2e":    950K ..........�[0m�[91m .......... ......�[0m�[91m.... .......... ..........  7% 74.2M 1s
Step #8 - "build-e2e":   1000K .......... .......... .......... .......... ..........  7%  196M 1s
Step #8 - "build-e2e":   1050K ......�[0m�[91m.... .......... ..........�[0m�[91m ........�[0m�[91m.. ..........  7%  265M 1s
Step #8 - "build-e2e":   1100K .......... ..........�[0m�[91m .......... .......... ..........  8% 9.29M 1s
Step #8 - "build-e2e":   1150K .......... .......... .......... .......... ..........  8%  190M 1s
Step #8 - "build-e2e":   1200K .......... .......... .......... .......... ..........  8%  161M 1s
Step #8 - "build-e2e":   1250K .......... .......... .......... .......... ..........  9%  195M 0s
Step #8 - "build-e2e":   1300K .......... .......... .......... .......... ..........  9%  238M 0s
Step #8 - "build-e2e":   1350K .......... .......... .......... .......... ..........  9%  212M 0s
Step #8 - "build-e2e":   1400K .......... .......... .......... .......... .......... 10%  194M 0s
Step #8 - "build-e2e":   1450K .......... .......... ..�[0m�[91m........ ........�[0m�[91m.. .......... 10% 99.5M 0s
Step #8 - "build-e2e":   1500K ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... ....�[0m�[91m...... 10%  217M 0s
Step #8 - "build-e2e":   1550K ..�[0m�[91m........ .......... .......... .......... .......... 11%  244M 0s
Step #8 - "build-e2e":   1600K .......... .......... .......... .......... .......... 11%  187M 0s
Step #8 - "build-e2e":   1650K .......... .......... ..........�[0m�[91m .......... .......... 11% 9.79M 0s
Step #8 - "build-e2e":   1700K .......... .......... .......... .......... .......... 12%  266M 0s
Step #8 - "build-e2e":   1750K .......... .......... .......... .......... .......... 12%  253M 0s
Step #8 - "build-e2e":   1800K .......... .......... .......... .......... .......... 13%  233M 0s
Step #8 - "build-e2e":   1850K .......... .......... .......... .......... .......... 13%  226M 0s
Step #8 - "build-e2e":   1900K .......... .......... .......... .......... .......... 13%  227M 0s
Step #8 - "build-e2e":   1950K .......... .......... .......... .......... .......... 14%  272M 0s
Step #8 - "build-e2e":   2000K .......... .......... .......... .......... .......... 14%  187M 0s
Step #8 - "build-e2e":   2050K .......... .......... .......... .......... .......... 14%  249M 0s
Step #8 - "build-e2e":   2100K .......... .......... .......... .......... .......... 15%  228M 0s
Step #8 - "build-e2e":   2150K .......... .......... .......... .......... .......... 15%  256M 0s
Step #8 - "build-e2e":   2200K .......... .......... .......... .......... .......... 15%  227M 0s
Step #8 - "build-e2e":   2250K .......... .......... .......... .......... .......... 16%  175M 0s
Step #8 - "build-e2e":   2300K .......... .......... .......... .......... .......... 16%  241M 0s
Step #8 - "build-e2e":   2350K .......... .......... .......... .......... .......... 16%  250M 0s
Step #8 - "build-e2e":   2400K .......... .......... .......... .......... .......... 17%  142M 0s
Step #8 - "build-e2e":   2450K .......... .......... .......... .......... .......... 17%  257M 0s
Step #8 - "build-e2e":   2500K .......... .......... .......... .......... .......... 17%  262M 0s
Step #8 - "build-e2e":   2550K .......... .......... .......... .......... .......... 18%  242M 0s
Step #8 - "build-e2e":   2600K .......... .......... .......... .......... .......... 18%  240M 0s
Step #8 - "build-e2e":   2650K .......... .......... .......... .......... .......... 19%  261M 0s
Step #8 - "build-e2e":   2700K .......... .......... .......... .......... .......... 19%  251M 0s
Step #8 - "build-e2e":   2750K .......... .......... .......... .......... .......... 19%  269M 0s
Step #8 - "build-e2e":   2800K .......... .......... .......... .......... .......... 20%  195M 0s
Step #8 - "build-e2e":   2850K .......... .......... .......... .......... .......... 20%  270M 0s
Step #8 - "build-e2e":   2900K .......... .......... .......... .......... .......... 20%  240M 0s
Step #8 - "build-e2e":   2950K .......... .......... .......... .......... .......... 21%  248M 0s
Step #8 - "build-e2e":   3000K .......... .......... .......... .......... .......... 21%  248M 0s
Step #8 - "build-e2e":   3050K .......... .......... .......... .......... .......... 21%  242M 0s
Step #8 - "build-e2e":   3100K .......... .......... .......... .......... .......... 22%  279M 0s
Step #8 - "build-e2e":   3150K .......... .......... .......... .......... .......... 22%  226M 0s
Step #8 - "build-e2e":   3200K .......... .......... .......... .......... .......... 22%  212M 0s
Step #8 - "build-e2e":   3250K .......... .......... .......... .......... .......... 23%  268M 0s
Step #8 - "build-e2e":   3300K .......... .......... .......... .......... .......... 23%  224M 0s
Step #8 - "build-e2e":   3350K .......... .......... .......... .......... .......... 23%  266M 0s
Step #8 - "build-e2e":   3400K .......... .......... .......... .......... .......... 24%  235M 0s
Step #8 - "build-e2e":   3450K .......... .......... .......... .......... .......... 24%  231M 0s
Step #8 - "build-e2e":   3500K .......... .......... .......... .......... .......... 25%  240M 0s
Step #8 - "build-e2e":   3550K .......... .......... .......... .......... .......... 25%  225M 0s
Step #8 - "build-e2e":   3600K .......... .......... .......... .......... .......... 25%  214M 0s
Step #8 - "build-e2e":   3650K .......... .......... .......... .......... .......... 26%  227M 0s
Step #8 - "build-e2e":   3700K .......... .......... .......... .......... .......... 26%  241M 0s
Step #8 - "build-e2e":   3750K .......... .......... ..........�[0m�[91m .......... ..�[0m�[91m........ 26% 26.9M 0s
Step #8 - "build-e2e":   3800K ........�[0m�[91m.. .......... ....�[0m�[91m...... ........�[0m�[91m.�[0m�[91m.�[0m�[91m .......... 27% 37.4M 0s
Step #8 - "build-e2e":   3850K ......�[0m�[91m.... .......... ..�[0m�[91m........ ........�[0m�[91m.. .......... 27%  203M 0s
Step #8 - "build-e2e":   3900K ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... .......... 27%  212M 0s
Step #8 - "build-e2e":   3950K ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... .......... 28%  240M 0s�[0m�[91m
Step #8 - "build-e2e":   4000K .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ ........�[0m�[91m.. 28%  207M 0s
Step #8 - "build-e2e":   4050K ......�[0m�[91m.... ....�[0m�[91m...... ......�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m..... ......�[0m�[91m.... 28% 42.0M 0s
Step #8 - "build-e2e":   4100K ....�[0m�[91m.�[0m�[91m.....�[0m�[91m ..�[0m�[91m..�[0m�[91m.�[0m�[91m.....�[0m�[91m ..�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m...�[0m�[91m..�[0m�[91m .�[0m�[91m...�[0m�[91m..�[0m�[91m...�[0m�[91m. .�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.....�[0m�[91m.�[0m�[91m 29%�[0m�[91m 46.7M 0s
Step #8 - "build-e2e":   4150K�[0m�[91m �[0m�[91m.�[0m�[91m.�[0m�[91m...�[0m�[91m..�[0m�[91m..�[0m�[91m.�[0m�[91m .�[0m�[91m..�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.... .......... .......... .......... 29% 54.9M 0s
Step #8 - "build-e2e":   4200K .......... .......... .......... .......... .......... 29%  221M 0s
Step #8 - "build-e2e":   4250K .......... .......... .......... .......... .......... 30%  259M 0s
Step #8 - "build-e2e":   4300K .......... .......... .......... .......... .......... 30%  275M 0s
Step #8 - "build-e2e":   4350K .......... .......... .......... .......... .......... 31%  250M 0s
Step #8 - "build-e2e":   4400K .......... .......... .......... .......... ........�[0m�[91m.. 31%  167M 0s
Step #8 - "build-e2e":   4450K .......... .......... .......... .......... .......... 31%  230M 0s
Step #8 - "build-e2e":   4500K .......... .......... .......... .......... .......... 32%  251M 0s
Step #8 - "build-e2e":   4550K .......... .......... .......... .......... .......... 32%  245M 0s
Step #8 - "build-e2e":   4600K .......... .......... .......... .......... .......... 32%  238M 0s
Step #8 - "build-e2e":   4650K .......... .......... .......... .......... .......... 33%  276M 0s
Step #8 - "build-e2e":   4700K .......... .......... .......... .......... .......... 33%  243M 0s
Step #8 - "build-e2e":   4750K .......... .......... .......... .......... .......... 33%  269M 0s
Step #8 - "build-e2e":   4800K .......... .......... .......... .......... .......... 34%  210M 0s
Step #8 - "build-e2e":   4850K .......... .......... .......... .......... .......... 34%  258M 0s
Step #8 - "build-e2e":   4900K .......... .......... .......... .......... .......... 34%  274M 0s
Step #8 - "build-e2e":   4950K .......... .......... .......... .......... .......... 35%  230M 0s
Step #8 - "build-e2e":   5000K .......... .......... .......... .......... .......... 35%  244M 0s
Step #8 - "build-e2e":   5050K .......... .......... .......... .......... .......... 35%  234M 0s
Step #8 - "build-e2e":   5100K .......... .......... .......... .......... .......... 36%  261M 0s
Step #8 - "build-e2e":   5150K .......... .......... .......... .......... .......... 36%  276M 0s
Step #8 - "build-e2e":   5200K .......... .......... .......... .......... .......... 37%  212M 0s
Step #8 - "build-e2e":   5250K .......... .......... .......... .......... .......... 37%  255M 0s
Step #8 - "build-e2e":   5300K .......... .......... .......... .......... .......... 37%  274M 0s
Step #8 - "build-e2e":   5350K .......... .......... .......... .......... .......... 38%  241M 0s
Step #8 - "build-e2e":   5400K .......... .......... .......... .......... ........�[0m�[91m.. 38%  174M 0s
Step #8 - "build-e2e":   5450K .......... ...�[0m�[91m....... .......... .......... .......... 38%  140M 0s
Step #8 - "build-e2e":   5500K .......... .......... .......... .......... .......... 39%  231M 0s
Step #8 - "build-e2e":   5550K .......... .......... .......... .......... .......... 39%  243M 0s
Step #8 - "build-e2e":   5600K .......... .......... .......... .......... .......... 39%  189M 0s
Step #8 - "build-e2e":   5650K .......... .......... .......... .......... .......... 40%  234M 0s
Step #8 - "build-e2e":   5700K .......... .......... .......... .......... .......... 40%  260M 0s
Step #8 - "build-e2e":   5750K .......... .......... .......... .......... .......... 40%  236M 0s
Step #8 - "build-e2e":   5800K .......... .......... .......... .......... .......... 41%  220M 0s
Step #8 - "build-e2e":   5850K .......... .......... .......... .......... .......... 41%  219M 0s
Step #8 - "build-e2e":   5900K .......... .......... .......... .......... .......... 41%  238M 0s
Step #8 - "build-e2e":   5950K .......... .......... .......... .......... .......... 42%  240M 0s
Step #8 - "build-e2e":   6000K .......... .......... .......... .......... .......... 42%  169M 0s
Step #8 - "build-e2e":   6050K .......... .......... .......... .......... .......... 42%  209M 0s
Step #8 - "build-e2e":   6100K .......... .......... .......... .......... .......... 43%  205M 0s
Step #8 - "build-e2e":   6150K .......... .......... .......... .......... .......... 43%  262M 0s
Step #8 - "build-e2e":   6200K .......... .......... .......... .......... .......... 44%  217M 0s
Step #8 - "build-e2e":   6250K .......... .......... .......... .......... .......... 44%  258M 0s
Step #8 - "build-e2e":   6300K .......... ..�[0m�[91m........ .......... .......... .......... 44%  170M 0s
Step #8 - "build-e2e":   6350K .......... .......... .......... .......... .......... 45%  266M 0s
Step #8 - "build-e2e":   6400K .......... .......... .......... .......... .......... 45%  210M 0s
Step #8 - "build-e2e":   6450K .......... .......... .......... .......... .......... 45%  273M 0s
Step #8 - "build-e2e":   6500K .......... .......... .......... .......... .......... 46%  261M 0s
Step #8 - "build-e2e":   6550K .......... .......... .......... .......... .......... 46%  260M 0s
Step #8 - "build-e2e":   6600K .......... .......... .......... .......... .......... 46%  246M 0s
Step #8 - "build-e2e":   6650K .......... .......... .......... .......... .......... 47%  282M 0s
Step #8 - "build-e2e":   6700K .......... .......... .......... .......... .......... 47%  227M 0s
Step #8 - "build-e2e":   6750K .......... .......... .......... .......... .......... 47%  224M 0s
Step #8 - "build-e2e":   6800K .......... .......... .......... .......... .......... 48%  188M 0s
Step #8 - "build-e2e":   6850K .......... .......... .......... .......... .......... 48%  261M 0s
Step #8 - "build-e2e":   6900K .......... .......... .......... .......... .......... 48%  244M 0s
Step #8 - "build-e2e":   6950K .......... .......... .......... .......... .......... 49%  259M 0s
Step #8 - "build-e2e":   7000K .......... .......... .......... .......... .......... 49%  229M 0s
Step #8 - "build-e2e":   7050K .......... .......... .......... .......... .......... 50%  236M 0s
Step #8 - "build-e2e":   7100K .......... .......... .......... .......... .......... 50%  248M 0s
Step #8 - "build-e2e":   7150K .......... .......... .......... .......... .......... 50%  230M 0s
Step #8 - "build-e2e":   7200K .......... .......... .......... .......... .......... 51%  190M 0s
Step #8 - "build-e2e":   7250K .......... ....�[0m�[91m...... .......... .......... .......... 51%  161M 0s
Step #8 - "build-e2e":   7300K .......... .......... .......... .......... .......... 51%  231M 0s
Step #8 - "build-e2e":   7350K .......... .......... .......... .......... .......... 52%  257M 0s
Step #8 - "build-e2e":   7400K .......... .......... .......... .......... .......... 52%  220M 0s
Step #8 - "build-e2e":   7450K .......... .......... .......... .......... .......... 52%  249M 0s
Step #8 - "build-e2e":   7500K .......... .......... .......... .......... .......... 53%  240M 0s
Step #8 - "build-e2e":   7550K .......... .......... .......... .......... .......... 53%  278M 0s
Step #8 - "build-e2e":   7600K .......... .......... .......... .......... .......... 53%  184M 0s
Step #8 - "build-e2e":   7650K .......... .......... .......... .......... .......... 54%  243M 0s
Step #8 - "build-e2e":   7700K .......... .......... .......... .......... .......... 54%  256M 0s
Step #8 - "build-e2e":   7750K .......... .......... .......... .......... .......... 54%  231M 0s
Step #8 - "build-e2e":   7800K .......... .......... .......... .......... .......... 55%  236M 0s
Step #8 - "build-e2e":   7850K .......... .......... .......... .......... .......... 55%  238M 0s
Step #8 - "build-e2e":   7900K .......... .......... .......... .......... .......... 56%  261M 0s
Step #8 - "build-e2e":   7950K .......... .......... .......... .......... .......... 56%  270M 0s
Step #8 - "build-e2e":   8000K .......... .......... .......... .......... .......... 56%  209M 0s
Step #8 - "build-e2e":   8050K .......... .......... .......... .......... .......... 57%  261M 0s
Step #8 - "build-e2e":   8100K .......... .......... .......... .......... .......... 57%  247M 0s
Step #8 - "build-e2e":   8150K .......... .......... .......... .......... .......... 57%  265M 0s
Step #8 - "build-e2e":   8200K .......... .......... .......... .......... .......... 58%  152M 0s
Step #8 - "build-e2e":   8250K .......... .......... .......... .......... .......... 58%  209M 0s
Step #8 - "build-e2e":   8300K .......... .......... .......... .......... .......... 58%  222M 0s
Step #8 - "build-e2e":   8350K .......... .......... .......... .......... .......... 59%  199M 0s
Step #8 - "build-e2e":   8400K .......... .......... .......... .......... .......... 59%  195M 0s
Step #8 - "build-e2e":   8450K .......... .......... .......... .......... .......... 59%  238M 0s
Step #8 - "build-e2e":   8500K .......... .......... .......... .......... .......... 60%  262M 0s
Step #8 - "build-e2e":   8550K .......... .......... .......... .......... .......... 60%  270M 0s
Step #8 - "build-e2e":   8600K .......... .......... .......... .......... .......... 60%  243M 0s
Step #8 - "build-e2e":   8650K .......... .......... .......... .......... .......... 61%  213M 0s
Step #8 - "build-e2e":   8700K .......... ..........�[0m�[91m .......... .......... .......... 61%  258M 0s
Step #8 - "build-e2e":   8750K .......... .......... .......... .......... .......... 62%  280M 0s
Step #8 - "build-e2e":   8800K .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ ........�[0m�[91m.. 62%  215M 0s
Step #8 - "build-e2e":   8850K .......... .......... ..........�[0m�[91m .......... .......... 62%  265M 0s
Step #8 - "build-e2e":   8900K .......... .......... ........�[0m�[91m.. .......... .......... 63%  288M 0s
Step #8 - "build-e2e":   8950K ..........�[0m�[91m .......... .......... ....�[0m�[91m...... .......... 63%  232M 0s
Step #8 - "build-e2e":   9000K .......... .......... ....�[0m�[91m...... .......... .......... 63%  262M 0s
Step #8 - "build-e2e":   9050K .......... .......... .......... .......... .......... 64%  254M 0s
Step #8 - "build-e2e":   9100K .......... .......... .......... .......... .......... 64%  273M 0s
Step #8 - "build-e2e":   9150K .......... .......... .......... .......... .......... 64%  256M 0s
Step #8 - "build-e2e":   9200K .......... .......... .......... .......... .......... 65%  229M 0s
Step #8 - "build-e2e":   9250K .......... .......... .......... .......... .......... 65%  283M 0s
Step #8 - "build-e2e":   9300K .......... .......... .......... .......... .......... 65%  281M 0s
Step #8 - "build-e2e":   9350K .......... .......... .......... .......... .......... 66%  254M 0s
Step #8 - "build-e2e":   9400K .......... .......... .......... .......... .......... 66%  247M 0s
Step #8 - "build-e2e":   9450K .......... .......... .......... .......... .......... 66%  282M 0s
Step #8 - "build-e2e":   9500K .......... .......... .......... .......... .......... 67%  297M 0s
Step #8 - "build-e2e":   9550K .......... .......... .......... .......... .......... 67%  294M 0s
Step #8 - "build-e2e":   9600K .......... .......... .......... .......... .......... 68%  249M 0s
Step #8 - "build-e2e":   9650K .......... .......... .......... .......... .......... 68%  289M 0s
Step #8 - "build-e2e":   9700K .......... .......... .......... .......... .......... 68%  313M 0s
Step #8 - "build-e2e":   9750K .......... .......... .......... .......... .......... 69%  301M 0s
Step #8 - "build-e2e":   9800K .......... .......... .......... .......... .......... 69%  285M 0s
Step #8 - "build-e2e":   9850K .......... .......... .......... .......... .......... 69%  314M 0s
Step #8 - "build-e2e":   9900K .......... .......... .......... .......... .......... 70%  310M 0s
Step #8 - "build-e2e":   9950K .......... .......... .......... .......... .......... 70%  323M 0s
Step #8 - "build-e2e":  10000K .......... .......... .......... .......... .......... 70%  271M 0s
Step #8 - "build-e2e":  10050K .......... .......... .......... .......... .......... 71%  292M 0s
Step #8 - "build-e2e":  10100K .......... .......... .......... .......... .......... 71%  318M 0s
Step #8 - "build-e2e":  10150K .......... .......... .......... .......... .......... 71%  287M 0s
Step #8 - "build-e2e":  10200K .......... .......... .......... .......... .......... 72%  180M 0s
Step #8 - "build-e2e":  10250K .......... .......... .......... .......... .......... 72%  261M 0s
Step #8 - "build-e2e":  10300K ....�[0m�[91m...... .......... .......... .......... .......... 72%  161M 0s
Step #8 - "build-e2e":  10350K .......... .......... .......... .......... .......... 73%  258M 0s
Step #8 - "build-e2e":  10400K .......... .......... .......... .......... .......... 73%  246M 0s
Step #8 - "build-e2e":  10450K .......... .......... .......... .......... .......... 74%  303M 0s
Step #8 - "build-e2e":  10500K .......... .......... .......... .......... .......... 74%  279M 0s
Step #8 - "build-e2e":  10550K .......... .......... .......... .......... .......... 74%  274M 0s
Step #8 - "build-e2e":  10600K .......... .......... .......... .......... .......... 75%  286M 0s
Step #8 - "build-e2e":  10650K .......... .......... .......... .......... .......... 75%  321M 0s
Step #8 - "build-e2e":  10700K .......... .......... .......... .......... .......... 75%  299M 0s
Step #8 - "build-e2e":  10750K .......... .......... .......... .......... .......... 76%  274M 0s
Step #8 - "build-e2e":  10800K .......... .......... .......... .......... .......... 76%  204M 0s
Step #8 - "build-e2e":  10850K .......... .......... .......... .......... .......... 76%  229M 0s
Step #8 - "build-e2e":  10900K .......... .......... .......... .......... .......... 77%  259M 0s
Step #8 - "build-e2e":  10950K .......... .......... .......... .......... .......... 77%  232M 0s
Step #8 - "build-e2e":  11000K .......... .......... .......... .......... .......... 77%  236M 0s
Step #8 - "build-e2e":  11050K .......... .......... .......... .......... .......... 78%  268M 0s
Step #8 - "build-e2e":  11100K .......... .......... .......... .......... .......... 78%  269M 0s
Step #8 - "build-e2e":  11150K .......... .......... .......... .......... .......... 78%  270M 0s
Step #8 - "build-e2e":  11200K .......... .......... .......... .......... .......... 79%  219M 0s
Step #8 - "build-e2e":  11250K .......... .......... .......... .......... .......... 79%  301M 0s
Step #8 - "build-e2e":  11300K .......... .......... .......... .......... .......... 79%  293M 0s
Step #8 - "build-e2e":  11350K ..�[0m�[91m........ .......... .......... .......... .......... 80%  190M 0s
Step #8 - "build-e2e":  11400K .......... .......... .......... .......... .......... 80%  226M 0s
Step #8 - "build-e2e":  11450K .......... .......... .......... .......... .......... 81%  250M 0s
Step #8 - "build-e2e":  11500K .......... .......... .......... .......... .......... 81%  260M 0s
Step #8 - "build-e2e":  11550K .......... .......... .......... .......... .......... 81%  275M 0s
Step #8 - "build-e2e":  11600K .......... .......... .......... .......... .......... 82%  215M 0s
Step #8 - "build-e2e":  11650K .......... .......... .......... .......... .......... 82%  271M 0s
Step #8 - "build-e2e":  11700K .......... .......... .......... .......... .......... 82%  262M 0s
Step #8 - "build-e2e":  11750K .......... .......... .......... .......... .......... 83%  217M 0s
Step #8 - "build-e2e":  11800K .......... .......... .......... .......... .......... 83%  240M 0s
Step #8 - "build-e2e":  11850K .......... .......... .......... .......... .......... 83%  238M 0s
Step #8 - "build-e2e":  11900K .......... .......... .......... .......... .......... 84%  254M 0s
Step #8 - "build-e2e":  11950K .......... .......... .......... .......... .......... 84%  221M 0s
Step #8 - "build-e2e":  12000K .......... .......... .......... .......... .......... 84%  202M 0s
Step #8 - "build-e2e":  12050K .......... .......... .......... .......... .......... 85%  237M 0s
Step #8 - "build-e2e":  12100K .......... .......... .......... .......... .......... 85%  235M 0s
Step #8 - "build-e2e":  12150K .......... .......... .......... .......... .......... 85%  265M 0s
Step #8 - "build-e2e":  12200K .......... .......... .......... .......... .......... 86%  228M 0s
Step #8 - "build-e2e":  12250K .......... .......... .......... .......... .......... 86%  266M 0s
Step #8 - "build-e2e":  12300K .......... .......... ....�[0m�[91m...... .......... .......... 87%  182M 0s
Step #8 - "build-e2e":  12350K .......... .......... .......... .......... .......... 87%  264M 0s
Step #8 - "build-e2e":  12400K .......... .......... .......... .......... .......... 87%  226M 0s
Step #8 - "build-e2e":  12450K .......... .......... .......... .......... .......... 88%  255M 0s
Step #8 - "build-e2e":  12500K .......... .......... .......... .......... .......... 88%  277M 0s
Step #8 - "build-e2e":  12550K .......... .......... .......... .......... .......... 88%  253M 0s
Step #8 - "build-e2e":  12600K .......... .......... .......... .......... .......... 89%  236M 0s
Step #8 - "build-e2e":  12650K .......... .......... .......... .......... .......... 89%  278M 0s
Step #8 - "build-e2e":  12700K .......... .......... .......... .......... .......... 89%  271M 0s
Step #8 - "build-e2e":  12750K .......... .......... .......... .......... .......... 90%  282M 0s
Step #8 - "build-e2e":  12800K .......... .......... .......... .......... .......... 90%  227M 0s
Step #8 - "build-e2e":  12850K .......... .......... .......... .......... .......... 90%  257M 0s
Step #8 - "build-e2e":  12900K .......... .......... .......... .......... .......... 91%  278M 0s
Step #8 - "build-e2e":  12950K .......... .......... .......... .......... .......... 91%  270M 0s
Step #8 - "build-e2e":  13000K .......... .......... .......... .......... .......... 91%  234M 0s
Step #8 - "build-e2e":  13050K .......... .......... .......... .......... .......... 92%  271M 0s
Step #8 - "build-e2e":  13100K .......... .......... .......... .......... .......... 92%  261M 0s
Step #8 - "build-e2e":  13150K .......... .......... .......... .......... .......... 93%  288M 0s
Step #8 - "build-e2e":  13200K .......... .......... .......... .......... .......... 93%  228M 0s
Step #8 - "build-e2e":  13250K .......... .......... .......... .......... .......... 93%  260M 0s
Step #8 - "build-e2e":  13300K .......... .......... .......... .......... .......... 94%  252M 0s
Step #8 - "build-e2e":  13350K ..........�[0m�[91m .......... .......... .......... .......... 94%  186M 0s
Step #8 - "build-e2e":  13400K .......... .......... .......... .......... .......... 94%  239M 0s
Step #8 - "build-e2e":  13450K .......... .......... .......... .......... .......... 95%  272M 0s
Step #8 - "build-e2e":  13500K .......... .......... .......... .......... .......... 95%  256M 0s
Step #8 - "build-e2e":  13550K .......... .......... .......... .......... .......... 95%  265M 0s
Step #8 - "build-e2e":  13600K .......... .......... .......... .......... .......... 96%  217M 0s
Step #8 - "build-e2e":  13650K .......... .......... .......... .......... .......... 96%  276M 0s
Step #8 - "build-e2e":  13700K .......... .......... .......... .......... .......... 96%  281M 0s
Step #8 - "build-e2e":  13750K .......... .......... .......... .......... .......... 97%  248M 0s
Step #8 - "build-e2e":  13800K .......... .......... .......... .......... .......... 97%  241M 0s
Step #8 - "build-e2e":  13850K .......... .......... .......... .......... .......... 97%  255M 0s
Step #8 - "build-e2e":  13900K .......... .......... .......... .......... .......... 98%  264M 0s
Step #8 - "build-e2e":  13950K .......... .......... .......... .......... .......... 98%  281M 0s
Step #8 - "build-e2e":  14000K .......... .......... .......... .......... .......... 99%  216M 0s
Step #8 - "build-e2e":  14050K .......... .......... .......... .......... .......... 99%  268M 0s
Step #8 - "build-e2e":  14100K .......... .......... .......... .......... .......... 99%  277M 0s
Step #8 - "build-e2e":  14150K .......... .......... .......... ........             100%  236M=0.1s
Step #8 - "build-e2e": 
Step #8 - "build-e2e": 2019-01-22 23:41:17 (124 MB/s) - '/tmp/build/consul_1.2.1_linux_amd64.zip' saved [14529496/14529496]
Step #8 - "build-e2e": 
Step #8 - "build-e2e": �[0mArchive:  /tmp/build/consul_1.2.1_linux_amd64.zip
Step #8 - "build-e2e":   inflating: /usr/local/bin/consul   
Step #4 - "tests": 
Step #4 - "tests": Statistics:
Step #4 - "tests": Downloaded: 2.25MB.
Step #4 - "tests": Content types: 253 image, 2023 text, 0 video, 0 audio, 88 application, 0 mail and 1029 other.
Step #4 - "tests": URL lengths: min=15, max=373, avg=58.
Step #4 - "tests": 
Step #4 - "tests": That's it. 3393 links in 79 URLs checked. 0 warnings found. 0 errors found.
Step #4 - "tests": Stopped checking at 2019-01-22 23:41:17+000 (37 seconds)
Step #8 - "build-e2e": Consul v1.2.1
Step #8 - "build-e2e": Protocol 2 spoken by default, understands 2 to 3 (agent will automatically use protocol >2 when speaking to compatible agents)
Step #7 - "build":  ---> 966d8483f266
Step #7 - "build": Step 4/5 : USER agones
Step #7 - "build":  ---> Running in 9fa782b9dde2
Step #7 - "build": Removing intermediate container 9fa782b9dde2
Step #7 - "build":  ---> 5e92e209c81a
Step #7 - "build": Step 5/5 : ENTRYPOINT ["/home/agones/controller"]
Step #7 - "build":  ---> Running in a47bb3ae7161
Step #7 - "build": Removing intermediate container a47bb3ae7161
Step #7 - "build":  ---> 0d661b5e0953
Step #7 - "build": Successfully built 0d661b5e0953
Step #7 - "build": Successfully tagged gcr.io/agones-images/agones-controller:0.8.0-110a51f
Step #7 - "build": docker run --rm -e "CGO_ENABLED=0" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #7 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.linux.amd64  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-110a51f" -installsuffix cgo agones.dev/agones/cmd/sdk-server
Step #8 - "build-e2e": Removing intermediate container c02b8a66f367
Step #8 - "build-e2e":  ---> 3765a9b92061
Step #8 - "build-e2e": Step 16/20 : RUN echo "export PATH=/usr/local/go/bin:/go/bin/:\$PATH" >> /root/.bashrc
Step #4 - "tests": agones-website
Step #8 - "build-e2e":  ---> Running in 837b7302b813
Step #8 - "build-e2e": Removing intermediate container 837b7302b813
Step #8 - "build-e2e":  ---> 7bde4cf4f7a0
Step #8 - "build-e2e": Step 17/20 : COPY *.sh /root/
Step #8 - "build-e2e":  ---> a684142c4299
Step #8 - "build-e2e": Step 18/20 : RUN chmod +x /root/*.sh
Step #8 - "build-e2e":  ---> Running in 9fa0856060a7
Step #8 - "build-e2e": Removing intermediate container 9fa0856060a7
Step #8 - "build-e2e":  ---> 3b34378259ee
Step #8 - "build-e2e": Step 19/20 : WORKDIR /go
Step #8 - "build-e2e":  ---> Running in 54994d4110f1
Step #8 - "build-e2e": Removing intermediate container 54994d4110f1
Step #8 - "build-e2e":  ---> 14b99ad7e632
Step #8 - "build-e2e": Step 20/20 : ENTRYPOINT [ "/root/entrypoint.sh" ]
Step #8 - "build-e2e":  ---> Running in d6ed884e9b02
Step #8 - "build-e2e": Removing intermediate container d6ed884e9b02
Step #8 - "build-e2e":  ---> 4ead7735471f
Step #8 - "build-e2e": Successfully built 4ead7735471f
Step #8 - "build-e2e": Successfully tagged e2e-runner:latest
Finished Step #8 - "build-e2e"
Step #7 - "build": docker run --rm -e "GOOS=windows" -e "GOARCH=amd64" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #7 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.windows.amd64.exe  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-110a51f" agones.dev/agones/cmd/sdk-server
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleetallocation	11.473s
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleetautoscalers	3.347s
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleets	2.650s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameserverallocations	15.091s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameservers	3.059s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameserversets	3.175s
Step #4 - "tests": ok  	agones.dev/agones/pkg/metrics	2.990s
Step #4 - "tests": ?   	agones.dev/agones/pkg/sdk	[no test files]
Step #4 - "tests": ok  	agones.dev/agones/pkg/sdkserver	10.712s
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.064s
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.168s
Step #4 - "tests": ok  	agones.dev/agones/pkg/util/workerqueue	2.085s
Step #4 - "tests": ok  	agones.dev/agones/sdks/go	1.035s
Step #4 - "tests": ?   	agones.dev/agones/cmd/controller	[no test files]
Step #4 - "tests": ok  	agones.dev/agones/cmd/ping	2.061s
Step #4 - "tests": ?   	agones.dev/agones/cmd/sdk-server	[no test files]
Finished Step #4 - "tests"
Starting Step #5 - "site-static"
Step #5 - "site-static": Already have image: make-docker
Step #5 - "site-static": /usr/bin/make site-static ARGS="-F" ENV=RELEASE_VERSION=0.8.0
Step #5 - "site-static": make[1]: Entering directory '/workspace/build'
Step #5 - "site-static": mkdir -p ~/.kube/
Step #5 - "site-static": mkdir -p /workspace/build//.config/gcloud
Step #5 - "site-static": mkdir -p ~/.helm
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb rm -r ./public
Step #5 - "site-static": rm: cannot remove './public': No such file or directory
Step #5 - "site-static": make[1]: [site-static] Error 1 (ignored)
Step #5 - "site-static": includes/website.mk:35: recipe for target 'site-static' failed
Step #5 - "site-static": mkdir /workspace/site/public
Step #5 - "site-static": # for some reason, this only work locally
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb \
Step #5 - "site-static": 	bash -c "npm list postcss-cli || npm install postcss-cli"
Step #5 - "site-static": /go/src/agones.dev/agones/site
Step #5 - "site-static": `-- (empty)
Step #5 - "site-static": 
Step #7 - "build": docker run --rm -e "GOOS=darwin" -e "GOARCH=amd64" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #7 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.darwin.amd64  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-110a51f" agones.dev/agones/cmd/sdk-server
Step #5 - "site-static": npm WARN saveError ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site-static": npm notice created a lockfile as package-lock.json. You should commit this file.
Step #5 - "site-static": npm WARN enoent ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site-static": npm WARN site No description
Step #5 - "site-static": npm WARN site No repository field.
Step #5 - "site-static": npm WARN site No README data
Step #5 - "site-static": npm WARN site No license field.
Step #5 - "site-static": npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
Step #5 - "site-static": npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
Step #5 - "site-static": 
Step #5 - "site-static": + postcss-cli@6.1.1
Step #5 - "site-static": added 248 packages from 148 contributors and audited 3191 packages in 9.285s
Step #5 - "site-static": found 0 vulnerabilities
Step #5 - "site-static": 
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb \
Step #5 - "site-static": 	bash -c "npm list autoprefixer || npm install autoprefixer"
Step #5 - "site-static": /go/src/agones.dev/agones/site
Step #5 - "site-static": `-- (empty)
Step #5 - "site-static": 
Step #5 - "site-static": npm WARN saveError ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site-static": npm WARN enoent ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site-static": npm WARN site No description
Step #5 - "site-static": npm WARN site No repository field.
Step #5 - "site-static": npm WARN site No README data
Step #5 - "site-static": npm WARN site No license field.
Step #5 - "site-static": npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
Step #5 - "site-static": npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
Step #5 - "site-static": 
Step #5 - "site-static": + autoprefixer@9.4.6
Step #5 - "site-static": added 8 packages from 7 contributors and audited 11802 packages in 3.835s
Step #5 - "site-static": found 0 vulnerabilities
Step #5 - "site-static": 
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb bash -c \
Step #5 - "site-static": 	"RELEASE_VERSION=0.8.0 hugo --config=config.toml -F"
Step #5 - "site-static": Building sites … 
Step #5 - "site-static":                    | EN  
Step #5 - "site-static": +------------------+----+
Step #5 - "site-static":   Pages            | 59  
Step #5 - "site-static":   Paginator pages  |  0  
Step #5 - "site-static":   Non-page files   |  2  
Step #5 - "site-static":   Static files     | 39  
Step #5 - "site-static":   Processed images |  2  
Step #5 - "site-static":   Aliases          | 10  
Step #5 - "site-static":   Sitemaps         |  1  
Step #5 - "site-static":   Cleaned          |  0  
Step #5 - "site-static": 
Step #5 - "site-static": Total in 2375 ms
Step #5 - "site-static": make[1]: Leaving directory '/workspace/build'
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb bash -c \
Step #5 - "site-static": 		"SERVICE=preview envsubst < app.yaml > .app.yaml"
Finished Step #5 - "site-static"
Starting Step #6 - "deploy-site-static"
Step #6 - "deploy-site-static": Already have image (with digest): gcr.io/cloud-builders/gcloud
Step #6 - "deploy-site-static": ERROR: (gcloud) Invalid choice: 'gcloud'.
Step #6 - "deploy-site-static": Maybe you meant:
Step #6 - "deploy-site-static":   gcloud app deploy
Step #6 - "deploy-site-static":   gcloud deployment-manager deployments cancel-preview
Step #6 - "deploy-site-static":   gcloud deployment-manager deployments create
Step #6 - "deploy-site-static":   gcloud deployment-manager deployments delete
Step #6 - "deploy-site-static":   gcloud deployment-manager deployments describe
Step #6 - "deploy-site-static":   gcloud deployment-manager deployments list
Step #6 - "deploy-site-static":   gcloud deployment-manager deployments stop
Step #6 - "deploy-site-static":   gcloud deployment-manager deployments update
Step #6 - "deploy-site-static": 
Step #6 - "deploy-site-static": Showing 8 out of 69 suggestions.
Step #6 - "deploy-site-static": 
Step #6 - "deploy-site-static": To search the help text of gcloud commands, run:
Step #6 - "deploy-site-static":   gcloud help -- SEARCH_TERMS
Finished Step #6 - "deploy-site-static"
Finished Step #7 - "build"
ERROR
ERROR: build step 6 "gcr.io/cloud-builders/gcloud" failed: exit status 2

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: a94928ea-120e-46fd-8bfd-6672c3b9a6ab

Build Logs
starting build "a94928ea-120e-46fd-8bfd-6672c3b9a6ab"

FETCHSOURCE
Initialized empty Git repository in /workspace/.git/
From https://source.developers.google.com/p/agones-images/r/agones
 * branch              c2e777a7603b759a0d0d205f7487048fecd69899 -> FETCH_HEAD
Checking out files:  83% (13477/16087)   
Checking out files:  84% (13514/16087)   
Checking out files:  85% (13674/16087)   
Checking out files:  86% (13835/16087)   
Checking out files:  87% (13996/16087)   
Checking out files:  88% (14157/16087)   
Checking out files:  89% (14318/16087)   
Checking out files:  90% (14479/16087)   
Checking out files:  91% (14640/16087)   
Checking out files:  92% (14801/16087)   
Checking out files:  93% (14961/16087)   
Checking out files:  94% (15122/16087)   
Checking out files:  95% (15283/16087)   
Checking out files:  96% (15444/16087)   
Checking out files:  97% (15605/16087)   
Checking out files:  98% (15766/16087)   
Checking out files:  99% (15927/16087)   
Checking out files: 100% (16087/16087)   
Checking out files: 100% (16087/16087), done.
HEAD is now at c2e777a7 Website for Agones
BUILD
Starting Step #0
Step #0: Pulling image: ubuntu
Step #0: Using default tag: latest
Step #0: latest: Pulling from library/ubuntu
Step #0: Digest: sha256:cef0c2cde57a973ed80513a7d3614bc654d9d6becad2c068c9328b41bb3f6713
Step #0: Status: Downloaded newer image for ubuntu:latest
Finished Step #0
Starting Step #1
Step #1: Already have image (with digest): gcr.io/cloud-builders/docker
Step #1: Sending build context to Docker daemon  173.6MB

Step #1: Step 1/3 : FROM gcr.io/cloud-builders/docker
Step #1:  ---> 1992f5155e11
Step #1: Step 2/3 : RUN apt-get install make
Step #1:  ---> Running in 4e0de8a45c71
Step #1: Reading package lists...
Step #1: Building dependency tree...
Step #1: Reading state information...
Step #1: make is already the newest version (4.1-6).
Step #1: 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
Step #1: Removing intermediate container 4e0de8a45c71
Step #1:  ---> a6171a54bdd1
Step #1: Step 3/3 : ENTRYPOINT ["/usr/bin/make"]
Step #1:  ---> Running in 5ba4dd6060bf
Step #1: Removing intermediate container 5ba4dd6060bf
Step #1:  ---> a73a16761a8a
Step #1: Successfully built a73a16761a8a
Step #1: Successfully tagged make-docker:latest
Finished Step #1
Starting Step #2
Step #2: Already have image: make-docker
Step #2: docker pull gcr.io/agones-images/agones-build:db76ca0bfb && docker tag gcr.io/agones-images/agones-build:db76ca0bfb agones-build:db76ca0bfb
Step #2: Error response from daemon: manifest for gcr.io/agones-images/agones-build:db76ca0bfb not found
Step #2: make: [pull-build-image] Error 1 (ignored)
Step #2: Makefile:358: recipe for target 'pull-build-image' failed
Finished Step #2
Starting Step #3 - "lint"
Step #3 - "lint": Already have image: make-docker
Step #3 - "lint": mkdir -p ~/.kube/
Step #3 - "lint": mkdir -p /workspace/build//.config/gcloud
Step #3 - "lint": mkdir -p ~/.helm
Step #3 - "lint": Could not find agones-build:db76ca0bfb image. Building...
Step #3 - "lint": make[1]: Entering directory '/workspace/build'
Step #3 - "lint": docker build --tag=agones-build:db76ca0bfb /workspace/build//build-image 
Step #3 - "lint": Sending build context to Docker daemon  17.92kB

Step #3 - "lint": Step 1/33 : FROM gcr.io/agones-images/grpc-cxx:1.16.1
Step #3 - "lint": 1.16.1: Pulling from agones-images/grpc-cxx
Step #3 - "lint": 54f7e8ac135a: Pulling fs layer
Step #3 - "lint": d6b856b25aeb: Pulling fs layer
Step #3 - "lint": b4d69f3225dc: Pulling fs layer
Step #3 - "lint": 54f7e8ac135a: Verifying Checksum
Step #3 - "lint": 54f7e8ac135a: Download complete
Step #3 - "lint": 54f7e8ac135a: Pull complete
Step #3 - "lint": d6b856b25aeb: Verifying Checksum
Step #3 - "lint": d6b856b25aeb: Download complete
Step #3 - "lint": b4d69f3225dc: Verifying Checksum
Step #3 - "lint": b4d69f3225dc: Download complete
Step #3 - "lint": d6b856b25aeb: Pull complete
Step #3 - "lint": b4d69f3225dc: Pull complete
Step #3 - "lint": Digest: sha256:ac598e5d35a7d253f8c93f0a11dbeb2df17d0dab83693fa5cb55b119beb01d01
Step #3 - "lint": Status: Downloaded newer image for gcr.io/agones-images/grpc-cxx:1.16.1
Step #3 - "lint":  ---> 8b1e772a99a1
Step #3 - "lint": Step 2/33 : RUN apt-get update &&     apt-get install -y wget psmisc rsync make python bash-completion zip nano jq graphviz linkchecker gettext-base &&     apt-get clean
Step #3 - "lint":  ---> Running in c9cf509babab
Step #3 - "lint": Ign:1 http://deb.debian.org/debian stretch InRelease
Step #3 - "lint": Get:2 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
Step #3 - "lint": Get:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
Step #3 - "lint": Hit:4 http://deb.debian.org/debian stretch Release
Step #3 - "lint": Get:5 http://deb.debian.org/debian stretch-updates/main amd64 Packages.diff/Index [6640 B]
Step #3 - "lint": Get:6 http://deb.debian.org/debian stretch-updates/main amd64 Packages 2019-01-02-2012.38.pdiff [332 B]
Step #3 - "lint": Get:6 http://deb.debian.org/debian stretch-updates/main amd64 Packages 2019-01-02-2012.38.pdiff [332 B]
Step #3 - "lint": Get:7 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [469 kB]
Step #3 - "lint": Fetched 661 kB in 0s (1680 kB/s)
Step #3 - "lint": Reading package lists...
Step #3 - "lint": Reading package lists...
Step #3 - "lint": Building dependency tree...
Step #3 - "lint": Reading state information...
Step #3 - "lint": make is already the newest version (4.1-9.1).
Step #3 - "lint": rsync is already the newest version (3.1.2-1+deb9u1).
Step #3 - "lint": rsync set to manually installed.
Step #3 - "lint": The following additional packages will be installed:
Step #3 - "lint":   fontconfig fontconfig-config fonts-dejavu-core fonts-liberation libann0
Step #3 - "lint":   libcairo2 libcdt5 libcgraph6 libdatrie1 libfontconfig1 libfreetype6 libgd3
Step #3 - "lint":   libgraphite2-3 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz0b
Step #3 - "lint":   libice6 libjbig0 libjpeg62-turbo libjq1 libonig4 libpango-1.0-0
Step #3 - "lint":   libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpixman-1-0 libpng16-16
Step #3 - "lint":   libpython-stdlib libpython2.7-minimal libpython2.7-stdlib libsm6
Step #3 - "lint":   libthai-data libthai0 libtiff5 libwebp6 libxaw7 libxcb-render0 libxcb-shm0
Step #3 - "lint":   libxdot4 libxmu6 libxpm4 libxrender1 libxt6 mime-support python-cffi-backend
Step #3 - "lint":   python-chardet python-cryptography python-enum34 python-idna
Step #3 - "lint":   python-ipaddress python-minimal python-openssl python-pkg-resources
Step #3 - "lint":   python-pyasn1 python-requests python-setuptools python-six python-urllib3
Step #3 - "lint":   python2.7 python2.7-minimal ucf x11-common
Step #3 - "lint": Suggested packages:
Step #3 - "lint":   gsfonts graphviz-doc libgd-tools clamav-daemon linkchecker-gui
Step #3 - "lint":   linkchecker-web python-argcomplete python-cssutils python-gconf python-geoip
Step #3 - "lint":   python-meliae python-twill spell python-doc python-tk
Step #3 - "lint":   python-cryptography-doc python-cryptography-vectors python-enum34-doc
Step #3 - "lint":   python-openssl-doc python-openssl-dbg doc-base python-socks
Step #3 - "lint":   python-setuptools-doc python-ntlm python2.7-doc binfmt-support
Step #3 - "lint": The following NEW packages will be installed:
Step #3 - "lint":   bash-completion fontconfig fontconfig-config fonts-dejavu-core
Step #3 - "lint":   fonts-liberation gettext-base graphviz jq libann0 libcairo2 libcdt5
Step #3 - "lint":   libcgraph6 libdatrie1 libfontconfig1 libfreetype6 libgd3 libgraphite2-3
Step #3 - "lint":   libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz0b libice6 libjbig0
Step #3 - "lint":   libjpeg62-turbo libjq1 libonig4 libpango-1.0-0 libpangocairo-1.0-0
Step #3 - "lint":   libpangoft2-1.0-0 libpathplan4 libpixman-1-0 libpng16-16 libpython-stdlib
Step #3 - "lint":   libpython2.7-minimal libpython2.7-stdlib libsm6 libthai-data libthai0
Step #3 - "lint":   libtiff5 libwebp6 libxaw7 libxcb-render0 libxcb-shm0 libxdot4 libxmu6
Step #3 - "lint":   libxpm4 libxrender1 libxt6 linkchecker mime-support nano psmisc python
Step #3 - "lint":   python-cffi-backend python-chardet python-cryptography python-enum34
Step #3 - "lint":   python-idna python-ipaddress python-minimal python-openssl
Step #3 - "lint":   python-pkg-resources python-pyasn1 python-requests python-setuptools
Step #3 - "lint":   python-six python-urllib3 python2.7 python2.7-minimal ucf wget x11-common
Step #3 - "lint":   zip
Step #3 - "lint": 0 upgraded, 74 newly installed, 0 to remove and 6 not upgraded.
Step #3 - "lint": Need to get 18.7 MB of archives.
Step #3 - "lint": After this operation, 65.5 MB of additional disk space will be used.
Step #3 - "lint": Get:1 http://security.debian.org/debian-security stretch/updates/main amd64 libtiff5 amd64 4.0.8-2+deb9u4 [238 kB]
Step #3 - "lint": Get:2 http://deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB]
Step #3 - "lint": Get:3 http://deb.debian.org/debian stretch/main amd64 libpython2.7-minimal amd64 2.7.13-2+deb9u3 [389 kB]
Step #3 - "lint": Get:4 http://deb.debian.org/debian stretch/main amd64 python2.7-minimal amd64 2.7.13-2+deb9u3 [1382 kB]
Step #3 - "lint": Get:5 http://deb.debian.org/debian stretch/main amd64 python-minimal amd64 2.7.13-2 [40.5 kB]
Step #3 - "lint": Get:6 http://deb.debian.org/debian stretch/main amd64 mime-support all 3.60 [36.7 kB]
Step #3 - "lint": Get:7 http://deb.debian.org/debian stretch/main amd64 libpython2.7-stdlib amd64 2.7.13-2+deb9u3 [1897 kB]
Step #3 - "lint": Get:8 http://deb.debian.org/debian stretch/main amd64 python2.7 amd64 2.7.13-2+deb9u3 [285 kB]
Step #3 - "lint": Get:9 http://deb.debian.org/debian stretch/main amd64 libpython-stdlib amd64 2.7.13-2 [20.0 kB]
Step #3 - "lint": Get:10 http://deb.debian.org/debian stretch/main amd64 python amd64 2.7.13-2 [154 kB]
Step #3 - "lint": Get:11 http://deb.debian.org/debian stretch/main amd64 libpng16-16 amd64 1.6.28-1 [280 kB]
Step #3 - "lint": Get:12 http://deb.debian.org/debian stretch/main amd64 libfreetype6 amd64 2.6.3-3.2 [438 kB]
Step #3 - "lint": Get:13 http://deb.debian.org/debian stretch/main amd64 ucf all 3.0036 [70.2 kB]
Step #3 - "lint": Get:14 http://deb.debian.org/debian stretch/main amd64 fonts-dejavu-core all 2.37-1 [1068 kB]
Step #3 - "lint": Get:15 http://deb.debian.org/debian stretch/main amd64 fonts-liberation all 1:1.07.4-2 [827 kB]
Step #3 - "lint": Get:16 http://deb.debian.org/debian stretch/main amd64 fontconfig-config all 2.11.0-6.7 [271 kB]
Step #3 - "lint": Get:17 http://deb.debian.org/debian stretch/main amd64 libfontconfig1 amd64 2.11.0-6.7+b1 [331 kB]
Step #3 - "lint": Get:18 http://deb.debian.org/debian stretch/main amd64 fontconfig amd64 2.11.0-6.7+b1 [404 kB]
Step #3 - "lint": Get:19 http://deb.debian.org/debian stretch/main amd64 nano amd64 2.7.4-1 [485 kB]
Step #3 - "lint": Get:20 http://deb.debian.org/debian stretch/main amd64 wget amd64 1.18-5+deb9u2 [799 kB]
Step #3 - "lint": Get:21 http://deb.debian.org/debian stretch/main amd64 gettext-base amd64 0.19.8.1-2 [121 kB]
Step #3 - "lint": Get:22 http://deb.debian.org/debian stretch/main amd64 libann0 amd64 1.1.2+doc-6 [24.9 kB]
Step #3 - "lint": Get:23 http://deb.debian.org/debian stretch/main amd64 libcdt5 amd64 2.38.0-17 [59.6 kB]
Step #3 - "lint": Get:24 http://deb.debian.org/debian stretch/main amd64 libcgraph6 amd64 2.38.0-17 [82.2 kB]
Step #3 - "lint": Get:25 http://deb.debian.org/debian stretch/main amd64 libjpeg62-turbo amd64 1:1.5.1-2 [134 kB]
Step #3 - "lint": Get:26 http://deb.debian.org/debian stretch/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB]
Step #3 - "lint": Get:27 http://deb.debian.org/debian stretch/main amd64 libwebp6 amd64 0.5.2-1 [235 kB]
Step #3 - "lint": Get:28 http://deb.debian.org/debian stretch/main amd64 libxpm4 amd64 1:3.5.12-1 [49.1 kB]
Step #3 - "lint": Get:29 http://deb.debian.org/debian stretch/main amd64 libgd3 amd64 2.2.4-2+deb9u3 [132 kB]
Step #3 - "lint": Get:30 http://deb.debian.org/debian stretch/main amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [158 kB]
Step #3 - "lint": Get:31 http://deb.debian.org/debian stretch/main amd64 libpixman-1-0 amd64 0.34.0-1 [530 kB]
Step #3 - "lint": Get:32 http://deb.debian.org/debian stretch/main amd64 libxcb-render0 amd64 1.12-1 [105 kB]
Step #3 - "lint": Get:33 http://deb.debian.org/debian stretch/main amd64 libxcb-shm0 amd64 1.12-1 [95.9 kB]
Step #3 - "lint": Get:34 http://deb.debian.org/debian stretch/main amd64 libxrender1 amd64 1:0.9.10-1 [33.0 kB]
Step #3 - "lint": Get:35 http://deb.debian.org/debian stretch/main amd64 libcairo2 amd64 1.14.8-1 [771 kB]
Step #3 - "lint": Get:36 http://deb.debian.org/debian stretch/main amd64 libthai-data all 0.1.26-1 [166 kB]
Step #3 - "lint": Get:37 http://deb.debian.org/debian stretch/main amd64 libdatrie1 amd64 0.2.10-4+b1 [36.4 kB]
Step #3 - "lint": Get:38 http://deb.debian.org/debian stretch/main amd64 libthai0 amd64 0.1.26-1 [52.1 kB]
Step #3 - "lint": Get:39 http://deb.debian.org/debian stretch/main amd64 libpango-1.0-0 amd64 1.40.5-1 [320 kB]
Step #3 - "lint": Get:40 http://deb.debian.org/debian stretch/main amd64 libgraphite2-3 amd64 1.3.10-1 [84.2 kB]
Step #3 - "lint": Get:41 http://deb.debian.org/debian stretch/main amd64 libharfbuzz0b amd64 1.4.2-1 [671 kB]
Step #3 - "lint": Get:42 http://deb.debian.org/debian stretch/main amd64 libpangoft2-1.0-0 amd64 1.40.5-1 [205 kB]
Step #3 - "lint": Get:43 http://deb.debian.org/debian stretch/main amd64 libpangocairo-1.0-0 amd64 1.40.5-1 [193 kB]
Step #3 - "lint": Get:44 http://deb.debian.org/debian stretch/main amd64 libpathplan4 amd64 2.38.0-17 [62.8 kB]
Step #3 - "lint": Get:45 http://deb.debian.org/debian stretch/main amd64 libxdot4 amd64 2.38.0-17 [55.6 kB]
Step #3 - "lint": Get:46 http://deb.debian.org/debian stretch/main amd64 libgvc6 amd64 2.38.0-17 [639 kB]
Step #3 - "lint": Get:47 http://deb.debian.org/debian stretch/main amd64 libgvpr2 amd64 2.38.0-17 [211 kB]
Step #3 - "lint": Get:48 http://deb.debian.org/debian stretch/main amd64 x11-common all 1:7.7+19 [251 kB]
Step #3 - "lint": Get:49 http://deb.debian.org/debian stretch/main amd64 libice6 amd64 2:1.0.9-2 [58.7 kB]
Step #3 - "lint": Get:50 http://deb.debian.org/debian stretch/main amd64 libsm6 amd64 2:1.2.2-1+b3 [33.3 kB]
Step #3 - "lint": Get:51 http://deb.debian.org/debian stretch/main amd64 libxt6 amd64 1:1.1.5-1 [188 kB]
Step #3 - "lint": Get:52 http://deb.debian.org/debian stretch/main amd64 libxmu6 amd64 2:1.1.2-2 [60.3 kB]
Step #3 - "lint": Get:53 http://deb.debian.org/debian stretch/main amd64 libxaw7 amd64 2:1.0.13-1+b2 [201 kB]
Step #3 - "lint": Get:54 http://deb.debian.org/debian stretch/main amd64 graphviz amd64 2.38.0-17 [802 kB]
Step #3 - "lint": Get:55 http://deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB]
Step #3 - "lint": Get:56 http://deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB]
Step #3 - "lint": Get:57 http://deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB]
Step #3 - "lint": Get:58 http://deb.debian.org/debian stretch/main amd64 libgts-bin amd64 0.7.6+darcs121130-4 [50.8 kB]
Step #3 - "lint": Get:59 http://deb.debian.org/debian stretch/main amd64 python-six all 1.10.0-3 [14.4 kB]
Step #3 - "lint": Get:60 http://deb.debian.org/debian stretch/main amd64 python-urllib3 all 1.19.1-1 [77.5 kB]
Step #3 - "lint": Get:61 http://deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB]
Step #3 - "lint": Get:62 http://deb.debian.org/debian stretch/main amd64 python-chardet all 2.3.0-2 [96.0 kB]
Step #3 - "lint": Get:63 http://deb.debian.org/debian stretch/main amd64 python-requests all 2.12.4-1 [101 kB]
Step #3 - "lint": Get:64 http://deb.debian.org/debian stretch/main amd64 linkchecker amd64 9.3-4 [312 kB]
Step #3 - "lint": Get:65 http://deb.debian.org/debian stretch/main amd64 psmisc amd64 22.21-2.1+b2 [123 kB]
Step #3 - "lint": Get:66 http://deb.debian.org/debian stretch/main amd64 python-cffi-backend amd64 1.9.1-2 [69.0 kB]
Step #3 - "lint": Get:67 http://deb.debian.org/debian stretch/main amd64 python-enum34 all 1.1.6-1 [35.0 kB]
Step #3 - "lint": Get:68 http://deb.debian.org/debian stretch/main amd64 python-idna all 2.2-1 [32.6 kB]
Step #3 - "lint": Get:69 http://deb.debian.org/debian stretch/main amd64 python-ipaddress all 1.0.17-1 [18.1 kB]
Step #3 - "lint": Get:70 http://deb.debian.org/debian stretch/main amd64 python-pyasn1 all 0.1.9-2 [51.8 kB]
Step #3 - "lint": Get:71 http://deb.debian.org/debian stretch/main amd64 python-setuptools all 33.1.1-1 [297 kB]
Step #3 - "lint": Get:72 http://deb.debian.org/debian stretch/main amd64 python-cryptography amd64 1.7.1-3 [211 kB]
Step #3 - "lint": Get:73 http://deb.debian.org/debian stretch/main amd64 python-openssl all 16.2.0-1 [43.7 kB]
Step #3 - "lint": Get:74 http://deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB]
Step #3 - "lint": �[91mdebconf: delaying package configuration, since apt-utils is not installed
Step #3 - "lint": �[0mFetched 18.7 MB in 0s (65.8 MB/s)
Step #3 - "lint": Selecting previously unselected package bash-completion.
Step #3 - "lint": (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 ... 17197 files and directories currently installed.)
Step #3 - "lint": Preparing to unpack .../0-bash-completion_1%3a2.1-4.3_all.deb ...
Step #3 - "lint": Unpacking bash-completion (1:2.1-4.3) ...
Step #3 - "lint": Selecting previously unselected package libpython2.7-minimal:amd64.
Step #3 - "lint": Preparing to unpack .../1-libpython2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package python2.7-minimal.
Step #3 - "lint": Preparing to unpack .../2-python2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking python2.7-minimal (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package python-minimal.
Step #3 - "lint": Preparing to unpack .../3-python-minimal_2.7.13-2_amd64.deb ...
Step #3 - "lint": Unpacking python-minimal (2.7.13-2) ...
Step #3 - "lint": Selecting previously unselected package mime-support.
Step #3 - "lint": Preparing to unpack .../4-mime-support_3.60_all.deb ...
Step #3 - "lint": Unpacking mime-support (3.60) ...
Step #3 - "lint": Selecting previously unselected package libpython2.7-stdlib:amd64.
Step #3 - "lint": Preparing to unpack .../5-libpython2.7-stdlib_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package python2.7.
Step #3 - "lint": Preparing to unpack .../6-python2.7_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking python2.7 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package libpython-stdlib:amd64.
Step #3 - "lint": Preparing to unpack .../7-libpython-stdlib_2.7.13-2_amd64.deb ...
Step #3 - "lint": Unpacking libpython-stdlib:amd64 (2.7.13-2) ...
Step #3 - "lint": Setting up libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Setting up python2.7-minimal (2.7.13-2+deb9u3) ...
Step #3 - "lint": Linking and byte-compiling packages for runtime python2.7...
Step #3 - "lint": Setting up python-minimal (2.7.13-2) ...
Step #3 - "lint": Selecting previously unselected package python.
Step #3 - "lint": (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 ... 18545 files and directories currently installed.)
Step #3 - "lint": Preparing to unpack .../00-python_2.7.13-2_amd64.deb ...
Step #3 - "lint": Unpacking python (2.7.13-2) ...
Step #3 - "lint": Selecting previously unselected package libpng16-16:amd64.
Step #3 - "lint": Preparing to unpack .../01-libpng16-16_1.6.28-1_amd64.deb ...
Step #3 - "lint": Unpacking libpng16-16:amd64 (1.6.28-1) ...
Step #3 - "lint": Selecting previously unselected package libfreetype6:amd64.
Step #3 - "lint": Preparing to unpack .../02-libfreetype6_2.6.3-3.2_amd64.deb ...
Step #3 - "lint": Unpacking libfreetype6:amd64 (2.6.3-3.2) ...
Step #3 - "lint": Selecting previously unselected package ucf.
Step #3 - "lint": Preparing to unpack .../03-ucf_3.0036_all.deb ...
Step #3 - "lint": Moving old data out of the way
Step #3 - "lint": Unpacking ucf (3.0036) ...
Step #3 - "lint": Selecting previously unselected package fonts-dejavu-core.
Step #3 - "lint": Preparing to unpack .../04-fonts-dejavu-core_2.37-1_all.deb ...
Step #3 - "lint": Unpacking fonts-dejavu-core (2.37-1) ...
Step #3 - "lint": Selecting previously unselected package fonts-liberation.
Step #3 - "lint": Preparing to unpack .../05-fonts-liberation_1%3a1.07.4-2_all.deb ...
Step #3 - "lint": Unpacking fonts-liberation (1:1.07.4-2) ...
Step #3 - "lint": Selecting previously unselected package fontconfig-config.
Step #3 - "lint": Preparing to unpack .../06-fontconfig-config_2.11.0-6.7_all.deb ...
Step #3 - "lint": Unpacking fontconfig-config (2.11.0-6.7) ...
Step #3 - "lint": Selecting previously unselected package libfontconfig1:amd64.
Step #3 - "lint": Preparing to unpack .../07-libfontconfig1_2.11.0-6.7+b1_amd64.deb ...
Step #3 - "lint": Unpacking libfontconfig1:amd64 (2.11.0-6.7+b1) ...
Step #3 - "lint": Selecting previously unselected package fontconfig.
Step #3 - "lint": Preparing to unpack .../08-fontconfig_2.11.0-6.7+b1_amd64.deb ...
Step #3 - "lint": Unpacking fontconfig (2.11.0-6.7+b1) ...
Step #3 - "lint": Selecting previously unselected package nano.
Step #3 - "lint": Preparing to unpack .../09-nano_2.7.4-1_amd64.deb ...
Step #3 - "lint": Unpacking nano (2.7.4-1) ...
Step #3 - "lint": Selecting previously unselected package wget.
Step #3 - "lint": Preparing to unpack .../10-wget_1.18-5+deb9u2_amd64.deb ...
Step #3 - "lint": Unpacking wget (1.18-5+deb9u2) ...
Step #3 - "lint": Selecting previously unselected package gettext-base.
Step #3 - "lint": Preparing to unpack .../11-gettext-base_0.19.8.1-2_amd64.deb ...
Step #3 - "lint": Unpacking gettext-base (0.19.8.1-2) ...
Step #3 - "lint": Selecting previously unselected package libann0.
Step #3 - "lint": Preparing to unpack .../12-libann0_1.1.2+doc-6_amd64.deb ...
Step #3 - "lint": Unpacking libann0 (1.1.2+doc-6) ...
Step #3 - "lint": Selecting previously unselected package libcdt5.
Step #3 - "lint": Preparing to unpack .../13-libcdt5_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libcdt5 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libcgraph6.
Step #3 - "lint": Preparing to unpack .../14-libcgraph6_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libcgraph6 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libjpeg62-turbo:amd64.
Step #3 - "lint": Preparing to unpack .../15-libjpeg62-turbo_1%3a1.5.1-2_amd64.deb ...
Step #3 - "lint": Unpacking libjpeg62-turbo:amd64 (1:1.5.1-2) ...
Step #3 - "lint": Selecting previously unselected package libjbig0:amd64.
Step #3 - "lint": Preparing to unpack .../16-libjbig0_2.1-3.1+b2_amd64.deb ...
Step #3 - "lint": Unpacking libjbig0:amd64 (2.1-3.1+b2) ...
Step #3 - "lint": Selecting previously unselected package libtiff5:amd64.
Step #3 - "lint": Preparing to unpack .../17-libtiff5_4.0.8-2+deb9u4_amd64.deb ...
Step #3 - "lint": Unpacking libtiff5:amd64 (4.0.8-2+deb9u4) ...
Step #3 - "lint": Selecting previously unselected package libwebp6:amd64.
Step #3 - "lint": Preparing to unpack .../18-libwebp6_0.5.2-1_amd64.deb ...
Step #3 - "lint": Unpacking libwebp6:amd64 (0.5.2-1) ...
Step #3 - "lint": Selecting previously unselected package libxpm4:amd64.
Step #3 - "lint": Preparing to unpack .../19-libxpm4_1%3a3.5.12-1_amd64.deb ...
Step #3 - "lint": Unpacking libxpm4:amd64 (1:3.5.12-1) ...
Step #3 - "lint": Selecting previously unselected package libgd3:amd64.
Step #3 - "lint": Preparing to unpack .../20-libgd3_2.2.4-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking libgd3:amd64 (2.2.4-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package libgts-0.7-5:amd64.
Step #3 - "lint": Preparing to unpack .../21-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ...
Step #3 - "lint": Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
Step #3 - "lint": Selecting previously unselected package libpixman-1-0:amd64.
Step #3 - "lint": Preparing to unpack .../22-libpixman-1-0_0.34.0-1_amd64.deb ...
Step #3 - "lint": Unpacking libpixman-1-0:amd64 (0.34.0-1) ...
Step #3 - "lint": Selecting previously unselected package libxcb-render0:amd64.
Step #3 - "lint": Preparing to unpack .../23-libxcb-render0_1.12-1_amd64.deb ...
Step #3 - "lint": Unpacking libxcb-render0:amd64 (1.12-1) ...
Step #3 - "lint": Selecting previously unselected package libxcb-shm0:amd64.
Step #3 - "lint": Preparing to unpack .../24-libxcb-shm0_1.12-1_amd64.deb ...
Step #3 - "lint": Unpacking libxcb-shm0:amd64 (1.12-1) ...
Step #3 - "lint": Selecting previously unselected package libxrender1:amd64.
Step #3 - "lint": Preparing to unpack .../25-libxrender1_1%3a0.9.10-1_amd64.deb ...
Step #3 - "lint": Unpacking libxrender1:amd64 (1:0.9.10-1) ...
Step #3 - "lint": Selecting previously unselected package libcairo2:amd64.
Step #3 - "lint": Preparing to unpack .../26-libcairo2_1.14.8-1_amd64.deb ...
Step #3 - "lint": Unpacking libcairo2:amd64 (1.14.8-1) ...
Step #3 - "lint": Selecting previously unselected package libthai-data.
Step #3 - "lint": Preparing to unpack .../27-libthai-data_0.1.26-1_all.deb ...
Step #3 - "lint": Unpacking libthai-data (0.1.26-1) ...
Step #3 - "lint": Selecting previously unselected package libdatrie1:amd64.
Step #3 - "lint": Preparing to unpack .../28-libdatrie1_0.2.10-4+b1_amd64.deb ...
Step #3 - "lint": Unpacking libdatrie1:amd64 (0.2.10-4+b1) ...
Step #3 - "lint": Selecting previously unselected package libthai0:amd64.
Step #3 - "lint": Preparing to unpack .../29-libthai0_0.1.26-1_amd64.deb ...
Step #3 - "lint": Unpacking libthai0:amd64 (0.1.26-1) ...
Step #3 - "lint": Selecting previously unselected package libpango-1.0-0:amd64.
Step #3 - "lint": Preparing to unpack .../30-libpango-1.0-0_1.40.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libpango-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Selecting previously unselected package libgraphite2-3:amd64.
Step #3 - "lint": Preparing to unpack .../31-libgraphite2-3_1.3.10-1_amd64.deb ...
Step #3 - "lint": Unpacking libgraphite2-3:amd64 (1.3.10-1) ...
Step #3 - "lint": Selecting previously unselected package libharfbuzz0b:amd64.
Step #3 - "lint": Preparing to unpack .../32-libharfbuzz0b_1.4.2-1_amd64.deb ...
Step #3 - "lint": Unpacking libharfbuzz0b:amd64 (1.4.2-1) ...
Step #3 - "lint": Selecting previously unselected package libpangoft2-1.0-0:amd64.
Step #3 - "lint": Preparing to unpack .../33-libpangoft2-1.0-0_1.40.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libpangoft2-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Selecting previously unselected package libpangocairo-1.0-0:amd64.
Step #3 - "lint": Preparing to unpack .../34-libpangocairo-1.0-0_1.40.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libpangocairo-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Selecting previously unselected package libpathplan4.
Step #3 - "lint": Preparing to unpack .../35-libpathplan4_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libpathplan4 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libxdot4.
Step #3 - "lint": Preparing to unpack .../36-libxdot4_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libxdot4 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libgvc6.
Step #3 - "lint": Preparing to unpack .../37-libgvc6_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libgvc6 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libgvpr2.
Step #3 - "lint": Preparing to unpack .../38-libgvpr2_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libgvpr2 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package x11-common.
Step #3 - "lint": Preparing to unpack .../39-x11-common_1%3a7.7+19_all.deb ...
Step #3 - "lint": Unpacking x11-common (1:7.7+19) ...
Step #3 - "lint": Selecting previously unselected package libice6:amd64.
Step #3 - "lint": Preparing to unpack .../40-libice6_2%3a1.0.9-2_amd64.deb ...
Step #3 - "lint": Unpacking libice6:amd64 (2:1.0.9-2) ...
Step #3 - "lint": Selecting previously unselected package libsm6:amd64.
Step #3 - "lint": Preparing to unpack .../41-libsm6_2%3a1.2.2-1+b3_amd64.deb ...
Step #3 - "lint": Unpacking libsm6:amd64 (2:1.2.2-1+b3) ...
Step #3 - "lint": Selecting previously unselected package libxt6:amd64.
Step #3 - "lint": Preparing to unpack .../42-libxt6_1%3a1.1.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libxt6:amd64 (1:1.1.5-1) ...
Step #3 - "lint": Selecting previously unselected package libxmu6:amd64.
Step #3 - "lint": Preparing to unpack .../43-libxmu6_2%3a1.1.2-2_amd64.deb ...
Step #3 - "lint": Unpacking libxmu6:amd64 (2:1.1.2-2) ...
Step #3 - "lint": Selecting previously unselected package libxaw7:amd64.
Step #3 - "lint": Preparing to unpack .../44-libxaw7_2%3a1.0.13-1+b2_amd64.deb ...
Step #3 - "lint": Unpacking libxaw7:amd64 (2:1.0.13-1+b2) ...
Step #3 - "lint": Selecting previously unselected package graphviz.
Step #3 - "lint": Preparing to unpack .../45-graphviz_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking graphviz (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libonig4:amd64.
Step #3 - "lint": Preparing to unpack .../46-libonig4_6.1.3-2_amd64.deb ...
Step #3 - "lint": Unpacking libonig4:amd64 (6.1.3-2) ...
Step #3 - "lint": Selecting previously unselected package libjq1:amd64.
Step #3 - "lint": Preparing to unpack .../47-libjq1_1.5+dfsg-1.3_amd64.deb ...
Step #3 - "lint": Unpacking libjq1:amd64 (1.5+dfsg-1.3) ...
Step #3 - "lint": Selecting previously unselected package jq.
Step #3 - "lint": Preparing to unpack .../48-jq_1.5+dfsg-1.3_amd64.deb ...
Step #3 - "lint": Unpacking jq (1.5+dfsg-1.3) ...
Step #3 - "lint": Selecting previously unselected package libgts-bin.
Step #3 - "lint": Preparing to unpack .../49-libgts-bin_0.7.6+darcs121130-4_amd64.deb ...
Step #3 - "lint": Unpacking libgts-bin (0.7.6+darcs121130-4) ...
Step #3 - "lint": Selecting previously unselected package python-six.
Step #3 - "lint": Preparing to unpack .../50-python-six_1.10.0-3_all.deb ...
Step #3 - "lint": Unpacking python-six (1.10.0-3) ...
Step #3 - "lint": Selecting previously unselected package python-urllib3.
Step #3 - "lint": Preparing to unpack .../51-python-urllib3_1.19.1-1_all.deb ...
Step #3 - "lint": Unpacking python-urllib3 (1.19.1-1) ...
Step #3 - "lint": Selecting previously unselected package python-pkg-resources.
Step #3 - "lint": Preparing to unpack .../52-python-pkg-resources_33.1.1-1_all.deb ...
Step #3 - "lint": Unpacking python-pkg-resources (33.1.1-1) ...
Step #3 - "lint": Selecting previously unselected package python-chardet.
Step #3 - "lint": Preparing to unpack .../53-python-chardet_2.3.0-2_all.deb ...
Step #3 - "lint": Unpacking python-chardet (2.3.0-2) ...
Step #3 - "lint": Selecting previously unselected package python-requests.
Step #3 - "lint": Preparing to unpack .../54-python-requests_2.12.4-1_all.deb ...
Step #3 - "lint": Unpacking python-requests (2.12.4-1) ...
Step #3 - "lint": Selecting previously unselected package linkchecker.
Step #3 - "lint": Preparing to unpack .../55-linkchecker_9.3-4_amd64.deb ...
Step #3 - "lint": Unpacking linkchecker (9.3-4) ...
Step #3 - "lint": Selecting previously unselected package psmisc.
Step #3 - "lint": Preparing to unpack .../56-psmisc_22.21-2.1+b2_amd64.deb ...
Step #3 - "lint": Unpacking psmisc (22.21-2.1+b2) ...
Step #3 - "lint": Selecting previously unselected package python-cffi-backend.
Step #3 - "lint": Preparing to unpack .../57-python-cffi-backend_1.9.1-2_amd64.deb ...
Step #3 - "lint": Unpacking python-cffi-backend (1.9.1-2) ...
Step #3 - "lint": Selecting previously unselected package python-enum34.
Step #3 - "lint": Preparing to unpack .../58-python-enum34_1.1.6-1_all.deb ...
Step #3 - "lint": Unpacking python-enum34 (1.1.6-1) ...
Step #3 - "lint": Selecting previously unselected package python-idna.
Step #3 - "lint": Preparing to unpack .../59-python-idna_2.2-1_all.deb ...
Step #3 - "lint": Unpacking python-idna (2.2-1) ...
Step #3 - "lint": Selecting previously unselected package python-ipaddress.
Step #3 - "lint": Preparing to unpack .../60-python-ipaddress_1.0.17-1_all.deb ...
Step #3 - "lint": Unpacking python-ipaddress (1.0.17-1) ...
Step #3 - "lint": Selecting previously unselected package python-pyasn1.
Step #3 - "lint": Preparing to unpack .../61-python-pyasn1_0.1.9-2_all.deb ...
Step #3 - "lint": Unpacking python-pyasn1 (0.1.9-2) ...
Step #3 - "lint": Selecting previously unselected package python-setuptools.
Step #3 - "lint": Preparing to unpack .../62-python-setuptools_33.1.1-1_all.deb ...
Step #3 - "lint": Unpacking python-setuptools (33.1.1-1) ...
Step #3 - "lint": Selecting previously unselected package python-cryptography.
Step #3 - "lint": Preparing to unpack .../63-python-cryptography_1.7.1-3_amd64.deb ...
Step #3 - "lint": Unpacking python-cryptography (1.7.1-3) ...
Step #3 - "lint": Selecting previously unselected package python-openssl.
Step #3 - "lint": Preparing to unpack .../64-python-openssl_16.2.0-1_all.deb ...
Step #3 - "lint": Unpacking python-openssl (16.2.0-1) ...
Step #3 - "lint": Selecting previously unselected package zip.
Step #3 - "lint": Preparing to unpack .../65-zip_3.0-11+b1_amd64.deb ...
Step #3 - "lint": Unpacking zip (3.0-11+b1) ...
Step #3 - "lint": Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
Step #3 - "lint": Setting up libpathplan4 (2.38.0-17) ...
Step #3 - "lint": Setting up libxcb-render0:amd64 (1.12-1) ...
Step #3 - "lint": Setting up libxdot4 (2.38.0-17) ...
Step #3 - "lint": Setting up libjpeg62-turbo:amd64 (1:1.5.1-2) ...
Step #3 - "lint": Setting up psmisc (22.21-2.1+b2) ...
Step #3 - "lint": Setting up mime-support (3.60) ...
Step #3 - "lint": Setting up libpng16-16:amd64 (1.6.28-1) ...
Step #3 - "lint": Setting up libjbig0:amd64 (2.1-3.1+b2) ...
Step #3 - "lint": Setting up fonts-dejavu-core (2.37-1) ...
Step #3 - "lint": Setting up bash-completion (1:2.1-4.3) ...
Step #3 - "lint": Setting up libonig4:amd64 (6.1.3-2) ...
Step #3 - "lint": Setting up libdatrie1:amd64 (0.2.10-4+b1) ...
Step #3 - "lint": Setting up libtiff5:amd64 (4.0.8-2+deb9u4) ...
Step #3 - "lint": Setting up gettext-base (0.19.8.1-2) ...
Step #3 - "lint": Processing triggers for sgml-base (1.29) ...
Step #3 - "lint": Setting up fonts-liberation (1:1.07.4-2) ...
Step #3 - "lint": Setting up ucf (3.0036) ...
Step #3 - "lint": debconf: unable to initialize frontend: Dialog
Step #3 - "lint": debconf: (TERM is not set, so the dialog frontend is not usable.)
Step #3 - "lint": debconf: falling back to frontend: Readline
Step #3 - "lint": Setting up zip (3.0-11+b1) ...
Step #3 - "lint": Setting up libfreetype6:amd64 (2.6.3-3.2) ...
Step #3 - "lint": Setting up libgraphite2-3:amd64 (1.3.10-1) ...
Step #3 - "lint": Setting up libjq1:amd64 (1.5+dfsg-1.3) ...
Step #3 - "lint": Setting up nano (2.7.4-1) ...
Step #3 - "lint": update-alternatives: using /bin/nano to provide /usr/bin/editor (editor) in auto mode
Step #3 - "lint": update-alternatives: using /bin/nano to provide /usr/bin/pico (pico) in auto mode
Step #3 - "lint": Setting up libpixman-1-0:amd64 (0.34.0-1) ...
Step #3 - "lint": Processing triggers for libc-bin (2.24-11+deb9u3) ...
Step #3 - "lint": Setting up wget (1.18-5+deb9u2) ...
Step #3 - "lint": Setting up libann0 (1.1.2+doc-6) ...
Step #3 - "lint": Setting up libxcb-shm0:amd64 (1.12-1) ...
Step #3 - "lint": Setting up libxpm4:amd64 (1:3.5.12-1) ...
Step #3 - "lint": Setting up libxrender1:amd64 (1:0.9.10-1) ...
Step #3 - "lint": Setting up libgts-bin (0.7.6+darcs121130-4) ...
Step #3 - "lint": Setting up libthai-data (0.1.26-1) ...
Step #3 - "lint": Setting up x11-common (1:7.7+19) ...
Step #3 - "lint": debconf: unable to initialize frontend: Dialog
Step #3 - "lint": debconf: (TERM is not set, so the dialog frontend is not usable.)
Step #3 - "lint": debconf: falling back to frontend: Readline
Step #3 - "lint": update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Step #3 - "lint": invoke-rc.d: could not determine current runlevel
Step #3 - "lint": invoke-rc.d: policy-rc.d denied execution of start.
Step #3 - "lint": Setting up libcdt5 (2.38.0-17) ...
Step #3 - "lint": Setting up libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Setting up libcgraph6 (2.38.0-17) ...
Step #3 - "lint": Setting up libwebp6:amd64 (0.5.2-1) ...
Step #3 - "lint": Setting up jq (1.5+dfsg-1.3) ...
Step #3 - "lint": Setting up fontconfig-config (2.11.0-6.7) ...
Step #3 - "lint": debconf: unable to initialize frontend: Dialog
Step #3 - "lint": debconf: (TERM is not set, so the dialog frontend is not usable.)
Step #3 - "lint": debconf: falling back to frontend: Readline
Step #3 - "lint": Setting up libgvpr2 (2.38.0-17) ...
Step #3 - "lint": Setting up python2.7 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Setting up libharfbuzz0b:amd64 (1.4.2-1) ...
Step #3 - "lint": Setting up libthai0:amd64 (0.1.26-1) ...
Step #3 - "lint": Setting up libpython-stdlib:amd64 (2.7.13-2) ...
Step #3 - "lint": Setting up libice6:amd64 (2:1.0.9-2) ...
Step #3 - "lint": Setting up python (2.7.13-2) ...
Step #3 - "lint": Setting up python-idna (2.2-1) ...
Step #3 - "lint": Setting up libfontconfig1:amd64 (2.11.0-6.7+b1) ...
Step #3 - "lint": Setting up libsm6:amd64 (2:1.2.2-1+b3) ...
Step #3 - "lint": Setting up python-pyasn1 (0.1.9-2) ...
Step #3 - "lint": Setting up libgd3:amd64 (2.2.4-2+deb9u3) ...
Step #3 - "lint": Setting up python-pkg-resources (33.1.1-1) ...
Step #3 - "lint": Setting up python-cffi-backend (1.9.1-2) ...
Step #3 - "lint": Setting up python-six (1.10.0-3) ...
Step #3 - "lint": Setting up python-enum34 (1.1.6-1) ...
Step #3 - "lint": Setting up libxt6:amd64 (1:1.1.5-1) ...
Step #3 - "lint": Setting up python-ipaddress (1.0.17-1) ...
Step #3 - "lint": Setting up fontconfig (2.11.0-6.7+b1) ...
Step #3 - "lint": Regenerating fonts cache... done.
Step #3 - "lint": Setting up libcairo2:amd64 (1.14.8-1) ...
Step #3 - "lint": Setting up python-setuptools (33.1.1-1) ...
Step #3 - "lint": Setting up python-urllib3 (1.19.1-1) ...
Step #3 - "lint": Setting up python-chardet (2.3.0-2) ...
Step #3 - "lint": Setting up libxmu6:amd64 (2:1.1.2-2) ...
Step #3 - "lint": Setting up libpango-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Setting up python-cryptography (1.7.1-3) ...
Step #3 - "lint": Setting up python-requests (2.12.4-1) ...
Step #3 - "lint": Setting up linkchecker (9.3-4) ...
Step #3 - "lint": Setting up libxaw7:amd64 (2:1.0.13-1+b2) ...
Step #3 - "lint": Setting up python-openssl (16.2.0-1) ...
Step #3 - "lint": Setting up libpangoft2-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Setting up libpangocairo-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Setting up libgvc6 (2.38.0-17) ...
Step #3 - "lint": Setting up graphviz (2.38.0-17) ...
Step #3 - "lint": Processing triggers for libc-bin (2.24-11+deb9u3) ...
Step #3 - "lint": Removing intermediate container c9cf509babab
Step #3 - "lint":  ---> e7cf51d2c988
Step #3 - "lint": Step 3/33 : ENV RUSTUP_HOME=/usr/local/rustup     CARGO_HOME=/usr/local/cargo     PATH=/usr/local/cargo/bin:$PATH     RUST_VERSION=1.26.1
Step #3 - "lint":  ---> Running in 5983e75d4a87
Step #3 - "lint": Removing intermediate container 5983e75d4a87
Step #3 - "lint":  ---> 5b9eb307a6d5
Step #3 - "lint": Step 4/33 : ENV RUST_ARCH=x86_64-unknown-linux-gnu     RUSTUP_SHA256=c9837990bce0faab4f6f52604311a19bb8d2cde989bea6a7b605c8e526db6f02
Step #3 - "lint":  ---> Running in 4b0f32e64cd2
Step #3 - "lint": Removing intermediate container 4b0f32e64cd2
Step #3 - "lint":  ---> 973f52185b79
Step #3 - "lint": Step 5/33 : RUN wget -q https://static.rust-lang.org/rustup/archive/1.11.0/${RUST_ARCH}/rustup-init &&     echo "${RUSTUP_SHA256} *rustup-init" | sha256sum -c - &&     chmod +x rustup-init &&     ./rustup-init -y --no-modify-path --default-toolchain $RUST_VERSION &&     rm rustup-init &&     rustup --version;     cargo --version;     rustc --version;
Step #3 - "lint":  ---> Running in eb666086ef5a
Step #3 - "lint": rustup-init: OK
Step #3 - "lint": �[91minfo: syncing channel updates for '1.26.1-x86_64-unknown-linux-gnu'
Step #3 - "lint": �[0m�[91minfo: latest update on 2018-05-29, rust version 1.26.1 (827013a31 2018-05-25)
Step #3 - "lint": info: downloading component 'rustc'
Step #3 - "lint": �[0m�[91minfo: downloading component 'rust-std'
Step #3 - "lint": �[0m�[91minfo: downloading component 'cargo'
Step #3 - "lint": �[0m�[91minfo: downloading component 'rust-docs'
Step #3 - "lint": �[0m�[91minfo: installing component 'rustc'
Step #3 - "lint": �[0m�[91minfo: installing component 'rust-std'
Step #3 - "lint": �[0m�[91minfo: installing component 'cargo'
Step #3 - "lint": �[0m�[91minfo: installing component 'rust-docs'
Step #3 - "lint": �[0m�[91minfo: default toolchain set to '1.26.1'
Step #3 - "lint": �[0m
Step #3 - "lint":   1.26.1 installed - rustc 1.26.1 (827013a31 2018-05-25)
Step #3 - "lint": 
Step #3 - "lint": rustup 1.11.0 (e751ff9f8 2018-02-13)
Step #3 - "lint": cargo 1.26.0 (0e7c5a931 2018-04-06)
Step #3 - "lint": rustc 1.26.1 (827013a31 2018-05-25)
Step #3 - "lint": Removing intermediate container eb666086ef5a
Step #3 - "lint":  ---> 299671f0d779
Step #3 - "lint": Step 6/33 : WORKDIR /usr/local
Step #3 - "lint":  ---> Running in 3a4f8a8ac8a8
Step #3 - "lint": Removing intermediate container 3a4f8a8ac8a8
Step #3 - "lint":  ---> eb2b0c056c2c
Step #3 - "lint": Step 7/33 : ENV GO_VERSION=1.11.4
Step #3 - "lint":  ---> Running in 27a0a1f9e27e
Step #3 - "lint": Removing intermediate container 27a0a1f9e27e
Step #3 - "lint":  ---> c8bde6b7016e
Step #3 - "lint": Step 8/33 : ENV GOPATH /go
Step #3 - "lint":  ---> Running in 102ff6a36e78
Step #3 - "lint": Removing intermediate container 102ff6a36e78
Step #3 - "lint":  ---> a939aa3736f0
Step #3 - "lint": Step 9/33 : RUN wget -q https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz &&     tar -xzf go${GO_VERSION}.linux-amd64.tar.gz && rm go${GO_VERSION}.linux-amd64.tar.gz && mkdir ${GOPATH}
Step #3 - "lint":  ---> Running in 317ccf892518
Step #3 - "lint": Removing intermediate container 317ccf892518
Step #3 - "lint":  ---> 417b41bfbd22
Step #3 - "lint": Step 10/33 : WORKDIR /opt
Step #3 - "lint":  ---> Running in 3429c11b7126
Step #3 - "lint": Removing intermediate container 3429c11b7126
Step #3 - "lint":  ---> 8b3e15266202
Step #3 - "lint": Step 11/33 : RUN wget -q https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.zip && unzip -q google-cloud-sdk.zip &&     rm google-cloud-sdk.zip &&     /opt/google-cloud-sdk/install.sh --usage-reporting=true --path-update=true --bash-completion=true --rc-path=/root/.bashrc
Step #3 - "lint":  ---> Running in da14d812b545
Step #3 - "lint": Welcome to the Google Cloud SDK!
Step #3 - "lint": WARNING: You appear to be running this script as root. This may cause 
Step #3 - "lint": the installation to be inaccessible to users other than the root user.
Step #3 - "lint": �[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Your current Cloud SDK version is: 230.0.0
Step #3 - "lint": Installing components from version: 230.0.0
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91m+----------------------------------------------------------------------------+
Step #3 - "lint": �[0m�[91m|                    These components will be installed.                     |�[0m�[91m
Step #3 - "lint": +-----------------------------------------------------+------------+---------+�[0m�[91m
Step #3 - "lint": �[0m�[91m|                         Name                        |  Version   |   Size  |
Step #3 - "lint": �[0m�[91m+-----------------------------------------------------+------------+---------+�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mBigQuery Command Line Tool                         �[0m�[91m �[0m�[91m| �[0m�[91m    2.0.39�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m |�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mBigQuery Command Line Tool (Platform Specific)     �[0m�[91m �[0m�[91m| �[0m�[91m    2.0.34�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud SDK Core Libraries (Platform Specific)       �[0m�[91m �[0m�[91m| �[0m�[91m2018.09.24�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": | �[0m�[91mCloud Storage Command Line Tool                    �[0m�[91m �[0m�[91m| �[0m�[91m      4.35�[0m�[91m �[0m�[91m| 3.6 MiB�[0m�[91m �[0m�[91m|
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud Storage Command Line Tool (Platform Specific)�[0m�[91m �[0m�[91m| �[0m�[91m      4.34�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mDefault set of gcloud commands                     �[0m�[91m �[0m�[91m| �[0m�[91m          �[0m�[91m �[0m�[91m| �[0m�[91m       �[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgcloud cli dependencies                            �[0m�[91m �[0m�[91m| �[0m�[91m2018.08.03�[0m�[91m �[0m�[91m| �[0m�[91m8.6 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m+-----------------------------------------------------+------------+---------+�[0m�[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mFor the latest full release notes, please visit:
Step #3 - "lint":   https://cloud.google.com/sdk/release_notes
Step #3 - "lint": 
Step #3 - "lint": �[0m�[91m#============================================================#
Step #3 - "lint": #= Creating update staging area                             =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: BigQuery Command Line Tool                   =#
Step #3 - "lint": #�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m==�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: BigQuery Command Line Tool (Platform Spec... =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m==============================�[0m�[91m===============�[0m�[91m===============�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud SDK Core Libraries (Platform Specific) =#
Step #3 - "lint": #�[0m�[91m==============================�[0m�[91m==========�[0m�[91m=========�[0m�[91m===========�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud Storage Command Line Tool              =#
Step #3 - "lint": #�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud Storage Command Line Tool (Platform... =#
Step #3 - "lint": #�[0m�[91m==============================�[0m�[91m===============�[0m�[91m===============�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: Default set of gcloud commands               =#
Step #3 - "lint": #�[0m�[91m============================================================�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: gcloud cli dependencies                      =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Creating backup and activating new installation          =#
Step #3 - "lint": #�[0m�[91m==============================�[0m�[91m==============================�[0m�[91m#
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mPerforming post processing steps...
Step #3 - "lint": �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91mdone.
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Update done!
Step #3 - "lint": 
Step #3 - "lint": �[0m
Step #3 - "lint": This will install all the core command line tools necessary for working with
Step #3 - "lint": the Google Cloud Platform.
Step #3 - "lint": 
Step #3 - "lint": Backing up [/root/.bashrc] to [/root/.bashrc.backup].
Step #3 - "lint": [/root/.bashrc] has been updated.
Step #3 - "lint": 
Step #3 - "lint": ==> Start a new shell for the changes to take effect.
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": For more information on how to get started, please visit:
Step #3 - "lint":   https://cloud.google.com/sdk/docs/quickstarts
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": Removing intermediate container da14d812b545
Step #3 - "lint":  ---> 50a7672d931a
Step #3 - "lint": Step 12/33 : ENV PATH /usr/local/go/bin:/go/bin:/opt/google-cloud-sdk/bin:$PATH
Step #3 - "lint":  ---> Running in 95250f9a61b3
Step #3 - "lint": Removing intermediate container 95250f9a61b3
Step #3 - "lint":  ---> ea00c83aed12
Step #3 - "lint": Step 13/33 : RUN gcloud components update && gcloud components install app-engine-go
Step #3 - "lint":  ---> Running in 817bcadd8bf1
Step #3 - "lint": �[91m
Step #3 - "lint": All components are up to date.
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Your current Cloud SDK version is: 230.0.0
Step #3 - "lint": �[0m�[91mInstalling components from version: 230.0.0
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91m+---------------------------------------------------+
Step #3 - "lint": |        These components will be installed.        |�[0m�[91m
Step #3 - "lint": +------------------------------+---------+----------+�[0m�[91m
Step #3 - "lint": �[0m�[91m|             Name             | Version |   Size   |
Step #3 - "lint": +------------------------------+---------+----------+
Step #3 - "lint": �[0m�[91m| �[0m�[91mApp Engine Go Extensions    �[0m�[91m | �[0m�[91m        �[0m�[91m| �[0m�[91m        �[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mApp Engine Go Extensions     |  1.9.70 | 56.6 MiB |
Step #3 - "lint": | Cloud Datastore Emulator     |   2.0.3 | 18.3 MiB |
Step #3 - "lint": | gRPC python library          |   1.9.1 | 12.1 MiB |
Step #3 - "lint": | gRPC python library          |         |          |
Step #3 - "lint": | gcloud app Python Extensions�[0m�[91m �[0m�[91m| �[0m�[91m 1.9.81�[0m�[91m �[0m�[91m| �[0m�[91m 6.2 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m+------------------------------+---------+----------+�[0m�[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mFor the latest full release notes, please visit:
Step #3 - "lint":   https://cloud.google.com/sdk/release_notes
Step #3 - "lint": 
Step #3 - "lint": �[0m�[91mDo you want to continue (Y/n)?  
Step #3 - "lint": �[0m�[91m#============================================================#
Step #3 - "lint": #= Creating update staging area                             =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m======�[0m�[91m============�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: App Engine Go Extensions                     =#
Step #3 - "lint": #�[0m�[91m============================================================#
Step #3 - "lint": �[0m�[91m#= Installing: App Engine Go Extensions                     =#
Step #3 - "lint": #�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud Datastore Emulator                     =#
Step #3 - "lint": #�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m======#
Step #3 - "lint": �[0m�[91m#= Installing: gRPC python library                          =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: gRPC python library                          =#
Step #3 - "lint": #�[0m�[91m============================================================�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: gcloud app Python Extensions                 =#
Step #3 - "lint": #�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Creating backup and activating new installation          =#
Step #3 - "lint": #�[0m�[91m==============================�[0m�[91m==============================#
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mPerforming post processing steps...
Step #3 - "lint": �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91mdone.
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Update done!
Step #3 - "lint": 
Step #3 - "lint": �[0mRemoving intermediate container 817bcadd8bf1
Step #3 - "lint":  ---> 9d0d196972b7
Step #3 - "lint": Step 14/33 : ENV KUBECTL_VER 1.11.5
Step #3 - "lint":  ---> Running in 8720ae745efc
Step #3 - "lint": Removing intermediate container 8720ae745efc
Step #3 - "lint":  ---> fb4dbc8ec447
Step #3 - "lint": Step 15/33 : 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 #3 - "lint":  ---> Running in fd8a8093fec7
Step #3 - "lint": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #3 - "lint":                                  Dload  Upload   Total   Spent    Left  Speed
Step #3 - "lint": 
  0     0  �[0m�[91m  0     0    0     0      0      0 --:--:-- --:--:--�[0m�[91m --:--:--     0�[0m�[91m
100 52.8M  100 52.8M    0     0   106M      0 --:--:-- --:--:-- --:--:--  107M
Step #3 - "lint": �[0mRemoving intermediate container fd8a8093fec7
Step #3 - "lint":  ---> 0d42e6756564
Step #3 - "lint": Step 16/33 : RUN echo "source <(kubectl completion bash)" >> /root/.bashrc
Step #3 - "lint":  ---> Running in baff4db330cc
Step #3 - "lint": Removing intermediate container baff4db330cc
Step #3 - "lint":  ---> 8b8d836d2555
Step #3 - "lint": Step 17/33 : ENV HELM_VER 2.11.0
Step #3 - "lint":  ---> Running in a99becf81ba0
Step #3 - "lint": Removing intermediate container a99becf81ba0
Step #3 - "lint":  ---> a8a5ee735ad8
Step #3 - "lint": Step 18/33 : ENV HELM_URL https://storage.googleapis.com/kubernetes-helm/helm-v${HELM_VER}-linux-amd64.tar.gz
Step #3 - "lint":  ---> Running in 56341be8a563
Step #3 - "lint": Removing intermediate container 56341be8a563
Step #3 - "lint":  ---> 159578c92477
Step #3 - "lint": Step 19/33 : 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 #3 - "lint":  ---> Running in d4ccd5ba6312
Step #3 - "lint": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #3 - "lint":                                  Dload  Upload   Total   Spent    Left  Speed
Step #3 - "lint": 
  0     0    0     0�[0m�[91m    0     0      0      0 --:--:-- --:--:--�[0m�[91m --:--:-- �[0m�[91m    0�[0m�[91m
 26 18.2M   26 4904k    0     0  10.3M      0  0:00:01 --:--:--  0:00:01 10.3M�[0m�[91m
100 18.2M  100 18.2M    0     0  35.6M      0 --:--:-- --:--:-- --:--:-- 35.6M
Step #3 - "lint": �[0mlinux-amd64/
Step #3 - "lint": linux-amd64/tiller
Step #3 - "lint": linux-amd64/README.md
Step #3 - "lint": linux-amd64/helm
Step #3 - "lint": linux-amd64/LICENSE
Step #3 - "lint": Removing intermediate container d4ccd5ba6312
Step #3 - "lint":  ---> f8ee257eec4c
Step #3 - "lint": Step 20/33 : RUN echo "source <(helm completion bash)" >> /root/.bashrc
Step #3 - "lint":  ---> Running in 39287513ee58
Step #3 - "lint": Removing intermediate container 39287513ee58
Step #3 - "lint":  ---> be619cd8b8ee
Step #3 - "lint": Step 21/33 : RUN mkdir -p /go/src/github.com/golang && cd /go/src/github.com/golang &&     git clone https://github.com/golang/protobuf.git &&      cd protobuf && git checkout v1.2.0 &&     go install github.com/golang/protobuf/protoc-gen-go
Step #3 - "lint":  ---> Running in 5c17adb128bd
Step #3 - "lint": �[91mCloning into 'protobuf'...
Step #3 - "lint": �[0m�[91mNote: checking out 'v1.2.0'.
Step #3 - "lint": 
Step #3 - "lint": You are in 'detached HEAD' state. You can look around, make experimental
Step #3 - "lint": changes and commit them, and you can discard any commits you make in this
Step #3 - "lint": state without impacting any branches by performing another checkout.
Step #3 - "lint": 
Step #3 - "lint": If you want to create a new branch to retain commits you create, you may
Step #3 - "lint": do so (now or later) by using -b with the checkout command again. Example:
Step #3 - "lint": 
Step #3 - "lint":   git checkout -b <new-branch-name>
Step #3 - "lint": 
Step #3 - "lint": HEAD is now at aa810b6... proto: fix handling of required fields after multiple violations (#679)
Step #3 - "lint": �[0mRemoving intermediate container 5c17adb128bd
Step #3 - "lint":  ---> 6d18c7788020
Step #3 - "lint": Step 22/33 : RUN cargo install protobuf-codegen --vers 2.0.2
Step #3 - "lint":  ---> Running in eb73355e1ce4
Step #3 - "lint": �[91m    Updating registry `https://github.com/rust-lang/crates.io-index`
Step #3 - "lint": �[0m�[91m Downloading protobuf-codegen v2.0.2
Step #3 - "lint": �[0m�[91m  Installing protobuf-codegen v2.0.2
Step #3 - "lint": �[0m�[91m Downloading protobuf v2.0.2
Step #3 - "lint": �[0m�[91m   Compiling protobuf v2.0.2
Step #3 - "lint": �[0m�[91m   Compiling protobuf-codegen v2.0.2
Step #3 - "lint": �[0m�[91m    Finished release [optimized] target(s) in 35.27 secs
Step #3 - "lint": �[0m�[91m  Installing /usr/local/cargo/bin/protoc-gen-rust
Step #3 - "lint":   Installing /usr/local/cargo/bin/protobuf-bin-gen-rust-do-not-use
Step #3 - "lint": �[0mRemoving intermediate container eb73355e1ce4
Step #3 - "lint":  ---> 8abfe2165d0e
Step #3 - "lint": Step 23/33 : RUN cargo install grpcio-compiler --vers 0.3.0
Step #3 - "lint":  ---> Running in f08e1e762b4e
Step #3 - "lint": �[91m    Updating registry `https://github.com/rust-lang/crates.io-index`
Step #3 - "lint": �[0m�[91m Downloading grpcio-compiler v0.3.0
Step #3 - "lint": �[0m�[91m  Installing grpcio-compiler v0.3.0
Step #3 - "lint": �[0m�[91m Downloading protobuf-codegen v2.0.6
Step #3 - "lint": �[0m�[91m Downloading protobuf v2.0.6
Step #3 - "lint": �[0m�[91m   Compiling protobuf v2.0.6
Step #3 - "lint": �[0m�[91m   Compiling protobuf-codegen v2.0.6
Step #3 - "lint": �[0m�[91m   Compiling grpcio-compiler v0.3.0
Step #3 - "lint": �[0m�[91m    Finished release [optimized] target(s) in 36.6 secs
Step #3 - "lint": �[0m�[91m  Installing /usr/local/cargo/bin/grpc_rust_plugin
Step #3 - "lint": �[0mRemoving intermediate container f08e1e762b4e
Step #3 - "lint":  ---> d306c7d33ffa
Step #3 - "lint": Step 24/33 : RUN go get -u github.com/golang/dep/cmd/dep &&     go get -u golang.org/x/tools/cmd/goimports
Step #3 - "lint":  ---> Running in 27dd099ff3ac
Step #3 - "lint": Removing intermediate container 27dd099ff3ac
Step #3 - "lint":  ---> 8170557a6ba2
Step #3 - "lint": Step 25/33 : RUN curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin v1.12.2
Step #3 - "lint":  ---> Running in 22d33595cddf
Step #3 - "lint": �[91mgolangci/golangci-lint info checking GitHub for tag 'v1.12.2'
Step #3 - "lint": �[0m�[91mgolangci/golangci-lint info found version: 1.12.2 for v1.12.2/linux/amd64
Step #3 - "lint": �[0m�[91mgolangci/golangci-lint info installed /go/bin/golangci-lint
Step #3 - "lint": �[0mRemoving intermediate container 22d33595cddf
Step #3 - "lint":  ---> e28ceb303eb0
Step #3 - "lint": Step 26/33 : RUN mkdir -p /go/src && cd /go/src && mkdir -p k8s.io && cd k8s.io &&     git clone -b kubernetes-1.11.5 --depth=3 https://github.com/kubernetes/code-generator.git
Step #3 - "lint":  ---> Running in 27bcfc7487cc
Step #3 - "lint": �[91mCloning into 'code-generator'...
Step #3 - "lint": �[0m�[91mNote: checking out '8c97d6ab64da020f8b151e9d3ed8af3172f5c390'.
Step #3 - "lint": 
Step #3 - "lint": You are in 'detached HEAD' state. You can look around, make experimental
Step #3 - "lint": changes and commit them, and you can discard any commits you make in this
Step #3 - "lint": state without impacting any branches by performing another checkout.
Step #3 - "lint": 
Step #3 - "lint": If you want to create a new branch to retain commits you create, you may
Step #3 - "lint": do so (now or later) by using -b with the checkout command again. Example:
Step #3 - "lint": 
Step #3 - "lint":   git checkout -b <new-branch-name>
Step #3 - "lint": 
Step #3 - "lint": �[0mRemoving intermediate container 27bcfc7487cc
Step #3 - "lint":  ---> 634fdc0d9f83
Step #3 - "lint": Step 27/33 : RUN mkdir /tmp/hugo &&     wget -O /tmp/hugo/hugo.tar.gz https://github.com/gohugoio/hugo/releases/download/v0.53/hugo_extended_0.53_Linux-64bit.tar.gz &&     tar -zxvf /tmp/hugo/hugo.tar.gz -C /tmp/hugo/ &&     mv /tmp/hugo/hugo /usr/local/bin/ &&     rm -r /tmp/hugo
Step #3 - "lint":  ---> Running in 0e0a583658b4
Step #3 - "lint": �[91m--2019-01-22 23:51:23--  https://github.com/gohugoio/hugo/releases/download/v0.53/hugo_extended_0.53_Linux-64bit.tar.gz
Step #3 - "lint": �[0m�[91mResolving github.com (github.com)... �[0m�[91m192.30.253.112, 192.30.253.113
Step #3 - "lint": Connecting to github.com (github.com)|192.30.253.112|:443... �[0m�[91mconnected.
Step #3 - "lint": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m302 Found
Step #3 - "lint": Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/11180687/68eb0b80-0760-11e9-8761-329b77cc0aeb?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190122%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190122T235124Z&X-Amz-Expires=300&X-Amz-Signature=a7867a79d8965d61d6ba36ea19ce3e14393b80c5d4c1c95e3ea181dfcddb3727&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dhugo_extended_0.53_Linux-64bit.tar.gz&response-content-type=application%2Foctet-stream [following]
Step #3 - "lint": --2019-01-22 23:51:24--  https://github-production-release-asset-2e65be.s3.amazonaws.com/11180687/68eb0b80-0760-11e9-8761-329b77cc0aeb?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190122%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190122T235124Z&X-Amz-Expires=300&X-Amz-Signature=a7867a79d8965d61d6ba36ea19ce3e14393b80c5d4c1c95e3ea181dfcddb3727&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dhugo_extended_0.53_Linux-64bit.tar.gz&response-content-type=application%2Foctet-stream
Step #3 - "lint": Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... �[0m�[91m52.216.178.27
Step #3 - "lint": Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.178.27|:443... �[0m�[91mconnected.
Step #3 - "lint": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m200 OK
Step #3 - "lint": Length: 8698428 (8.3M) [application/octet-stream]
Step #3 - "lint": Saving to: '/tmp/hugo/hugo.tar.gz'
Step #3 - "lint": �[0m�[91m
Step #3 - "lint":      0K ........�[0m�[91m.. .......... .......... .......... .�[0m�[91m.�[0m�[91m........  0%  376K 22s
Step #3 - "lint":     50K .......... .......�[0m�[91m... .....�[0m�[91m..... .......... ..........  1% 84.1M 11s
Step #3 - "lint":    100K ..........�[0m�[91m .......... .......�[0m�[91m... .......... ..........  1%  757K 11s
Step #3 - "lint":    150K .......... .�[0m�[91m......... .......... .......... .....�[0m�[91m.....  2% 49.6M 8s
Step #3 - "lint":    200K ...�[0m�[91m....... .......... .......... .......�[0m�[91m... ......�[0m�[91m....  2% 73.2M 7s
Step #3 - "lint":    250K .......... .......... ..........�[0m�[91m .......... .......�[0m�[91m...  3%  762K 7s
Step #3 - "lint":    300K .......... .......... .........�[0m�[91m. .�[0m�[91m......... ..........  4% 81.9M 6s
Step #3 - "lint":    350K .......... ....�[0m�[91m.�[0m�[91m..... .......... ..........�[0m�[91m ........�[0m�[91m..  4% 53.7M 5s
Step #3 - "lint":    400K .......�[0m�[91m... .....�[0m�[91m..... ....�[0m�[91m...... ...�[0m�[91m....... ..........  5%  121M 5s�[0m�[91m
Step #3 - "lint":    450K .......... .......�[0m�[91m... .......... ....�[0m�[91m...... ..........  5% 95.3M 4s
Step #3 - "lint":    500K .......... ........�[0m�[91m.. .......... .......... ...�[0m�[91m.......  6%  116M 4s
Step #3 - "lint":    550K .�[0m�[91m.�[0m�[91m........ .........�[0m�[91m. .......... ......�[0m�[91m.... ..........  7% 87.2M 4s
Step #3 - "lint":    600K ..�[0m�[91m........ ..........�[0m�[91m .......... .......... ..........  7%  790K 4s�[0m�[91m
Step #3 - "lint":    650K ...�[0m�[91m....... .......... .�[0m�[91m......... .......... ..........  8%  169M 4s
Step #3 - "lint":    700K .....�[0m�[91m..... .......... ..........�[0m�[91m .......... .......�[0m�[91m...  8%  154M 3s
Step #3 - "lint":    750K .......... ....�[0m�[91m...... ...�[0m�[91m....... .......... ........�[0m�[91m..  9% 53.1M 3s
Step #3 - "lint":    800K .......... .......... ....�[0m�[91m...... ..�[0m�[91m........ .......... 10%  200M 3s
Step #3 - "lint":    850K .......�[0m�[91m.�[0m�[91m.. .......... .....�[0m�[91m..... .......... .......... 10%  187M 3s
Step #3 - "lint":    900K .........�[0m�[91m. ........�[0m�[91m.. .......... .......... ...�[0m�[91m....... 11%  125M 3s
Step #3 - "lint":    950K .......... .......... .......�[0m�[91m... .......... ...�[0m�[91m....... 11% 83.6M 3s
Step #3 - "lint":   1000K ..�[0m�[91m...�[0m�[91m..... .......... .......... .......... .......... 12%  140M 2s
Step #3 - "lint":   1050K ...�[0m�[91m....... .�[0m�[91m......... .........�[0m�[91m. .......�[0m�[91m... ......�[0m�[91m.... 12%  136M 2s
Step #3 - "lint":   1100K .......... ..�[0m�[91m.�[0m�[91m....... .........�[0m�[91m. ........�[0m�[91m.. .......�[0m�[91m... 13%  145M 2s
Step #3 - "lint":   1150K .....�[0m�[91m..... ...�[0m�[91m.�[0m�[91m...... ..�[0m�[91m........ .�[0m�[91m........�[0m�[91m. ........�[0m�[91m.. 14%  771K 2s
Step #3 - "lint":   1200K .......... .......... .......... ..�[0m�[91m........ .......... 14% 94.4M 2s
Step #3 - "lint":   1250K .......... .......... ....�[0m�[91m...... .......... .......... 15%�[0m�[91m  222M 2s�[0m�[91m
Step #3 - "lint":   1300K .......... .......... .......... ...�[0m�[91m.�[0m�[91m...... .......... 15%  168M 2s�[0m�[91m
Step #3 - "lint":   1350K .�[0m�[91m......... .......�[0m�[91m... ......�[0m�[91m.... .......... .......... 16%  134M 2s
Step #3 - "lint":   1400K .�[0m�[91m......�[0m�[91m...�[0m�[91m .......... .......�[0m�[91m... .....�[0m�[91m.�[0m�[91m.... .......... 17%  149M 2s
Step #3 - "lint":   1450K .......... �[0m�[91m.�[0m�[91m.........�[0m�[91m .......... .......�[0m�[91m... .....�[0m�[91m..... 17%  205M 2s
Step #3 - "lint":   1500K ....�[0m�[91m...... .......... .�[0m�[91m........�[0m�[91m. ........�[0m�[91m.. .......... 18%  178M 2s
Step #3 - "lint":   1550K ....�[0m�[91m...... .......... .�[0m�[91m......... �[0m�[91m.......... .......... 18%  141M 2s
Step #3 - "lint":   1600K .......... .......... ..�[0m�[91m.�[0m�[91m....... ..........�[0m�[91m .......... 19%  174M 2s
Step #3 - "lint":   1650K�[0m�[91m ......�[0m�[91m.... .....�[0m�[91m..... ....�[0m�[91m...... ..�[0m�[91m........ .......... 20%  160M 2s
Step #3 - "lint":   1700K .......�[0m�[91m... .......... .....�[0m�[91m..... .......... .......... 20%  191M 2s
Step #3 - "lint":   1750K .........�[0m�[91m. .......... .....�[0m�[91m..... .......... ...�[0m�[91m....... 21%  190M 2s
Step #3 - "lint":   1800K .�[0m�[91m.........�[0m�[91m ........�[0m�[91m.. .......�[0m�[91m... .......... ...�[0m�[91m.�[0m�[91m...... 21%  196M 1s
Step #3 - "lint":   1850K .......... .�[0m�[91m........�[0m�[91m. ........�[0m�[91m.. ......�[0m�[91m.... .....�[0m�[91m..... 22%  183M 1s
Step #3 - "lint":   1900K ...�[0m�[91m....... ..........�[0m�[91m .......... .......�[0m�[91m... ......�[0m�[91m.... 22%  206M 1s
Step #3 - "lint":   1950K .......... ...�[0m�[91m....... .........�[0m�[91m.�[0m�[91m .......... .......�[0m�[91m... 23%  230M 1s
Step #3 - "lint":   2000K .....�[0m�[91m..... ...�[0m�[91m....... ..�[0m�[91m........ .�[0m�[91m......... ........�[0m�[91m.. 24%  224M 1s
Step #3 - "lint":   2050K ......�[0m�[91m.... .......... .......... ..........�[0m�[91m .�[0m�[91m......... 24%  239M 1s
Step #3 - "lint":   2100K .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... 25%  244M 1s
Step #3 - "lint":   2150K .......... .......... .�[0m�[91m......... .......... .......... 25%  247M 1s
Step #3 - "lint":   2200K .�[0m�[91m..�[0m�[91m....... .......... .......�[0m�[91m... .......... .......... 26%  241M 1s
Step #3 - "lint":   2250K .........�[0m�[91m. .......... .....�[0m�[91m..... .......... .�[0m�[91m......... 27%  227M 1s
Step #3 - "lint":   2300K .....�[0m�[91m..�[0m�[91m... .......... ...�[0m�[91m....... ........�[0m�[91m.. .......... 27%  825K 1s
Step #3 - "lint":   2350K .......... .......... .......... .......�[0m�[91m... .......... 28%  177M 1s
Step #3 - "lint":   2400K .......... .......... .......... .....�[0m�[91m..... .......... 28%  207M 1s
Step #3 - "lint":   2450K .......... .......... .......... ...�[0m�[91m....... .........�[0m�[91m. 29%  152M 1s
Step #3 - "lint":   2500K .......�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m......... .......... 30%  139M 1s
Step #3 - "lint":   2550K�[0m�[91m .......... ....�[0m�[91m...... .........�[0m�[91m. .......... .......... 30%  170M 1s
Step #3 - "lint":   2600K ..........�[0m�[91m .�[0m�[91m......... .......�[0m�[91m... .......... ..�[0m�[91m.�[0m�[91m.......�[0m�[91m 31%  162M 1s
Step #3 - "lint":   2650K�[0m�[91m .�[0m�[91m......... .......... .......... ...�[0m�[91m....... .�[0m�[91m......... 31%  157M 1s
Step #3 - "lint":   2700K .......�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m......... .......... 32%  222M 1s
Step #3 - "lint":   2750K .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... 32%  211M�[0m�[91m 1s
Step #3 - "lint":   2800K ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... .......... 33%  203M 1s�[0m�[91m
Step #3 - "lint":   2850K .......... .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. 34%  175M 1s
Step #3 - "lint":   2900K .......... .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... 34%  255M 1s
Step #3 - "lint":   2950K .......... ...�[0m�[91m....... .......... .......�[0m�[91m... .....�[0m�[91m..... 35%  212M 1s
Step #3 - "lint":   3000K .......... ......�[0m�[91m...�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... 35%  244M 1s
Step #3 - "lint":   3050K .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m......... 36%  174M 1s
Step #3 - "lint":   3100K ......�[0m�[91m.... .......... ..�[0m�[91m.�[0m�[91m....... ..�[0m�[91m.......�[0m�[91m. .......�[0m�[91m... 37%  141M 1s
Step #3 - "lint":   3150K .....�[0m�[91m..... .......... .�[0m�[91m......... .......... .....�[0m�[91m..... 37%  195M 1s
Step #3 - "lint":   3200K ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... .......... 38%  203M 1s
Step #3 - "lint":   3250K .�[0m�[91m......... .......... .......... ...�[0m�[91m....... .�[0m�[91m......... 38%  188M 1s
Step #3 - "lint":   3300K .......... .......... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... 39%  222M 1s
Step #3 - "lint":   3350K .......... ..�[0m�[91m........ .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... 40%  197M 1s
Step #3 - "lint":   3400K ...�[0m�[91m....... .......... .......�[0m�[91m... .......... ...�[0m�[91m....... 40%  194M 1s
Step #3 - "lint":   3450K .........�[0m�[91m. .......... .....�[0m�[91m..... ....�[0m�[91m...... .�[0m�[91m......... 41%  199M 1s
Step #3 - "lint":   3500K .......... .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. .......... 41%  213M 1s
Step #3 - "lint":   3550K .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .......... 42%  251M 1s
Step #3 - "lint":   3600K .......... .�[0m�[91m......... ......�[0m�[91m.... .....�[0m�[91m..... .......... 42%  236M 1s
Step #3 - "lint":   3650K .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m......... 43%  201M 1s
Step #3 - "lint":   3700K .......... .......... ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... 44%  269M 1s
Step #3 - "lint":   3750K .......... ...�[0m�[91m....... .......... .......�[0m�[91m... .....�[0m�[91m..... 44%  259M 1s
Step #3 - "lint":   3800K .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... .......... 45%�[0m�[91m  268M 1s
Step #3 - "lint":   3850K .�[0m�[91m......... .......�[0m�[91m... .......... .......... .�[0m�[91m........�[0m�[91m. 45%  248M 1s
Step #3 - "lint":   3900K .......... .......... .......... .�[0m�[91m......... .......�[0m�[91m... 46%  266M 1s
Step #3 - "lint":   3950K .......... .......... .�[0m�[91m......... .......... .....�[0m�[91m..... 47%  238M 1s
Step #3 - "lint":   4000K ...�[0m�[91m....... .........�[0m�[91m. .......... .......... .......... 47%  855K 1s
Step #3 - "lint":   4050K .�[0m�[91m......... .......�[0m�[91m... .......... .......... .......... 48%  146M 1s
Step #3 - "lint":   4100K .......... .....�[0m�[91m..... .......... .......... ......�[0m�[91m.�[0m�[91m... 48%  211M 1s
Step #3 - "lint":   4150K .....�[0m�[91m..... .......... .........�[0m�[91m. .......�[0m�[91m... .......... 49%  247M 1s
Step #3 - "lint":   4200K .......... .......... .......�[0m�[91m... .......... ...�[0m�[91m....... 50%  280M 1s
Step #3 - "lint":   4250K .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... .......... .......... 50%  226M 1s
Step #3 - "lint":   4300K .......�[0m�[91m... .......... .......... .........�[0m�[91m. .......�[0m�[91m... 51%  221M 1s
Step #3 - "lint":   4350K .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. ......�[0m�[91m.... .......... 51%  149M 0s
Step #3 - "lint":   4400K ..�[0m�[91m.�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .......... ...�[0m�[91m....... 52%  248M 0s
Step #3 - "lint":   4450K .�[0m�[91m......... .......�[0m�[91m... .......... .......... .......... 52%  203M 0s
Step #3 - "lint":   4500K .......... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... 53%  224M 0s
Step #3 - "lint":   4550K .....�[0m�[91m..... ...�[0m�[91m....... .......... .......... .....�[0m�[91m..... 54%  243M 0s
Step #3 - "lint":   4600K .......... .�[0m�[91m......... .......�[0m�[91m... .......... ..�[0m�[91m........ 54%  210M 0s
Step #3 - "lint":   4650K ........�[0m�[91m.. .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. 55%  167M 0s
Step #3 - "lint":   4700K .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. .......... 55%  181M 0s
Step #3 - "lint":   4750K .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... 56%  220M 0s
Step #3 - "lint":   4800K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... .......... ...�[0m�[91m....... 57%  254M 0s
Step #3 - "lint":   4850K .�[0m�[91m........�[0m�[91m. �[0m�[91m.......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m.......�[0m�[91m.. 57%  152M 0s
Step #3 - "lint":   4900K ......�[0m�[91m.... .......... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... 58%  188M 0s
Step #3 - "lint":   4950K .......... ...�[0m�[91m....... .........�[0m�[91m. .......... .......... 58%  209M 0s
Step #3 - "lint":   5000K .......... .�[0m�[91m......... .......... .......... ...�[0m�[91m....... 59%  226M 0s
Step #3 - "lint":   5050K .........�[0m�[91m. .......... .....�[0m�[91m..... .......... .........�[0m�[91m. 60%  214M 0s
Step #3 - "lint":   5100K .......�[0m�[91m... .......... .......... .�[0m�[91m......... .......�[0m�[91m... 60%  240M 0s
Step #3 - "lint":   5150K ....�[0m�[91m...... .......... ..�[0m�[91m........ .......�[0m�[91m... .....�[0m�[91m..... 61%  182M 0s
Step #3 - "lint":   5200K .�[0m�[91m..�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .......... .......... 61%  233M 0s
Step #3 - "lint":   5250K .........�[0m�[91m. .......�[0m�[91m... .......... .......... .�[0m�[91m......�[0m�[91m... 62%  172M 0s
Step #3 - "lint":   5300K .....�[0m�[91m..�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... 62%  206M 0s
Step #3 - "lint":   5350K .......... ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... 63%  233M 0s
Step #3 - "lint":   5400K ...�[0m�[91m.......�[0m�[91m .......... .......... .....�[0m�[91m..... ...�[0m�[91m....... 64% 81.3M 0s
Step #3 - "lint":   5450K .......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. 64%  128M 0s
Step #3 - "lint":   5500K .......�[0m�[91m... .......... ...�[0m�[91m....... .......... .......... 65%  185M 0s
Step #3 - "lint":   5550K .....�[0m�[91m..... .......... .�[0m�[91m......... .......... .......... 65%  164M 0s
Step #3 - "lint":   5600K ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... .......... 66%  171M 0s
Step #3 - "lint":   5650K .......... ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m.�[0m�[91m....... .�[0m�[91m......... 67%  151M 0s
Step #3 - "lint":   5700K .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... 67%  182M 0s
Step #3 - "lint":   5750K .......... ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... 68%  178M 0s
Step #3 - "lint":   5800K .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... ...�[0m�[91m....... 68%  177M 0s
Step #3 - "lint":   5850K ..�[0m�[91m.......�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m......... 69%  148M 0s
Step #3 - "lint":   5900K .......�[0m�[91m... .......... ..�[0m�[91m........ ........�[0m�[91m.�[0m�[91m. .......... 70% 83.1M 0s
Step #3 - "lint":   5950K .....�[0m�[91m..... .......... .�[0m�[91m......... .......... .......... 70%  213M 0s
Step #3 - "lint":   6000K ...�[0m�[91m....... .......... .......... .......... .......... 71%  220M 0s
Step #3 - "lint":   6050K .�[0m�[91m........�[0m�[91m. .......... .......... .......... .........�[0m�[91m. 71%  188M 0s
Step #3 - "lint":   6100K .......... .....�[0m�[91m..... .......... �[0m�[91m.......... .......�[0m�[91m... 72%  262M 0s
Step #3 - "lint":   6150K .......... .......... .......... ......�[0m�[91m.... .....�[0m�[91m..... 72% 20.4M 0s
Step #3 - "lint":   6200K .......... .......... .......�[0m�[91m... .......... ...�[0m�[91m....... 73%  162M 0s
Step #3 - "lint":   6250K .......... .......... .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. 74%  185M 0s
Step #3 - "lint":   6300K .......�[0m�[91m... .....�[0m�[91m..... .......�[0m�[91m... .........�[0m�[91m.�[0m�[91m .......... 74%  158M 0s
Step #3 - "lint":   6350K .......... .......... .�[0m�[91m......... .......�[0m�[91m... .......... 75%  211M 0s
Step #3 - "lint":   6400K ...�[0m�[91m....... .�[0m�[91m......... .......... ....�[0m�[91m...... .......... 75%  232M 0s�[0m�[91m
Step #3 - "lint":   6450K .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. 76% 78.6M 0s
Step #3 - "lint":   6500K .......�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m......... .......... 77%  191M 0s
Step #3 - "lint":   6550K .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .......... 77%  199M 0s
Step #3 - "lint":   6600K ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... 78%  257M 0s
Step #3 - "lint":   6650K .........�[0m�[91m. .......... .....�[0m�[91m..... ......�[0m�[91m....�[0m�[91m .......... 78%  173M 0s
Step #3 - "lint":   6700K .......�[0m�[91m... .......... .......... .........�[0m�[91m. .......... 79% 1000K 0s
Step #3 - "lint":   6750K .......... .......... .......... .......�[0m�[91m... .......... 80%  207M 0s
Step #3 - "lint":   6800K ...�[0m�[91m....... .......... .......... .....�[0m�[91m..... .......... 80%  193M 0s
Step #3 - "lint":   6850K .......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. 81%  220M 0s
Step #3 - "lint":   6900K .......... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... .......... 81%  164M 0s
Step #3 - "lint":   6950K .......... ..�[0m�[91m.�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... 82%  202M 0s
Step #3 - "lint":   7000K .......... .........�[0m�[91m. .......... .......... ...�[0m�[91m....... 82%  249M 0s
Step #3 - "lint":   7050K .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. 83%  144M 0s
Step #3 - "lint":   7100K ....�[0m�[91m..�[0m�[91m.... .......... .......... .......... .......... 84%  238M 0s
Step #3 - "lint":   7150K ....�[0m�[91m.�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... ........�[0m�[91m.. .......... 84%  104M 0s
Step #3 - "lint":   7200K ..........�[0m�[91m .......... .......�[0m�[91m... .....�[0m�[91m..... .......... 85%  221M 0s
Step #3 - "lint":   7250K .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... .......... .......... 85%  199M 0s
Step #3 - "lint":   7300K .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... 86%  236M 0s
Step #3 - "lint":   7350K .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .�[0m�[91m......... .....�[0m�[91m..... 87%  227M 0s
Step #3 - "lint":   7400K ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... 87%  230M 0s
Step #3 - "lint":   7450K ........�[0m�[91m.. .......... ....�[0m�[91m.�[0m�[91m..... .......... .......... 88%  213M 0s
Step #3 - "lint":   7500K .......�[0m�[91m... .......... .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... 88%  250M 0s
Step #3 - "lint":   7550K .......... ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .......... 89%  235M 0s
Step #3 - "lint":   7600K ...�[0m�[91m....... .......... .......�[0m�[91m... .......... ...�[0m�[91m....... 90%  275M 0s
Step #3 - "lint":   7650K .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... .......... .........�[0m�[91m. 90%  224M 0s
Step #3 - "lint":   7700K .......... .......... ..�[0m�[91m........�[0m�[91m .......... .......... 91%  229M 0s
Step #3 - "lint":   7750K .....�[0m�[91m..... ...�[0m�[91m....... .......... ........�[0m�[91m.. .....�[0m�[91m..... 91%  258M 0s
Step #3 - "lint":   7800K .......... .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... 92%  232M 0s
Step #3 - "lint":   7850K .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... .......... .........�[0m�[91m. 93%  214M 0s
Step #3 - "lint":   7900K .......�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... 93%  238M 0s
Step #3 - "lint":   7950K .......... ..........�[0m�[91m .......... .......... .....�[0m�[91m..... 94%  208M 0s
Step #3 - "lint":   8000K .......... .........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... 94%  261M 0s
Step #3 - "lint":   8050K .�[0m�[91m.........�[0m�[91m ......�[0m�[91m.�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. 95%  176M 0s
Step #3 - "lint":   8100K .......... .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... 95%  244M 0s
Step #3 - "lint":   8150K .......... .......... .......... .......�[0m�[91m... .......... 96%  250M 0s
Step #3 - "lint":   8200K ...�[0m�[91m....... .........�[0m�[91m. .......... ....�[0m�[91m...... .......... 97%�[0m�[91m  190M 0s
Step #3 - "lint":   8250K .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... .......... .........�[0m�[91m. 97%  237M 0s
Step #3 - "lint":   8300K .......... .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. .......... 98%  279M 0s
Step #3 - "lint":   8350K .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .......... 98%  281M 0s
Step #3 - "lint":   8400K .......... .........�[0m�[91m. .......... ..�[0m�[91m...�[0m�[91m..... .......... 99%  279M 0s
Step #3 - "lint":   8450K .�[0m�[91m......... .......�[0m�[91m... .......... ..�[0m�[91m........ �[0m�[91m....      100%  210M=0.6s
Step #3 - "lint": 
Step #3 - "lint": �[0m�[91m2019-01-22 23:51:25 (13.6 MB/s) - '/tmp/hugo/hugo.tar.gz' saved [8698428/8698428]
Step #3 - "lint": 
Step #3 - "lint": �[0mLICENSE
Step #3 - "lint": README.md
Step #3 - "lint": hugo
Step #3 - "lint": Removing intermediate container 0e0a583658b4
Step #3 - "lint":  ---> 9ce7a5c6ff66
Step #3 - "lint": Step 28/33 : RUN curl -sL https://deb.nodesource.com/setup_11.x | bash - &&     apt-get install -y nodejs
Step #3 - "lint":  ---> Running in e141e40737e2
Step #3 - "lint": 
Step #3 - "lint": ## Installing the NodeSource Node.js 11.x repo...
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": ## Populating apt-get cache...
Step #3 - "lint": 
Step #3 - "lint": + apt-get update
Step #3 - "lint": Hit:1 http://security.debian.org/debian-security stretch/updates InRelease
Step #3 - "lint": Ign:2 http://deb.debian.org/debian stretch InRelease
Step #3 - "lint": Hit:3 http://deb.debian.org/debian stretch-updates InRelease
Step #3 - "lint": Hit:4 http://deb.debian.org/debian stretch Release
Step #3 - "lint": Reading package lists...
Step #3 - "lint": 
Step #3 - "lint": ## Installing packages required for setup: apt-transport-https lsb-release...
Step #3 - "lint": 
Step #3 - "lint": + apt-get install -y apt-transport-https lsb-release > /dev/null 2>&1
Step #3 - "lint": 
Step #3 - "lint": ## Confirming "stretch" is supported...
Step #3 - "lint": 
Step #3 - "lint": + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_11.x/dists/stretch/Release'
Step #3 - "lint": 
Step #3 - "lint": ## Adding the NodeSource signing key to your keyring...
Step #3 - "lint": 
Step #3 - "lint": + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
Step #3 - "lint": �[91mWarning: apt-key output should not be parsed (stdout is not a terminal)
Step #3 - "lint": �[0mOK
Step #3 - "lint": 
Step #3 - "lint": ## Creating apt sources list file for the NodeSource Node.js 11.x repo...
Step #3 - "lint": 
Step #3 - "lint": + echo 'deb https://deb.nodesource.com/node_11.x stretch main' > /etc/apt/sources.list.d/nodesource.list
Step #3 - "lint": + echo 'deb-src https://deb.nodesource.com/node_11.x stretch main' >> /etc/apt/sources.list.d/nodesource.list
Step #3 - "lint": 
Step #3 - "lint": ## Running `apt-get update` for you...
Step #3 - "lint": 
Step #3 - "lint": + apt-get update
Step #3 - "lint": Hit:1 http://security.debian.org/debian-security stretch/updates InRelease
Step #3 - "lint": Ign:2 http://deb.debian.org/debian stretch InRelease
Step #3 - "lint": Hit:3 http://deb.debian.org/debian stretch-updates InRelease
Step #3 - "lint": Hit:4 http://deb.debian.org/debian stretch Release
Step #3 - "lint": Get:5 https://deb.nodesource.com/node_11.x stretch InRelease [4612 B]
Step #3 - "lint": Get:7 https://deb.nodesource.com/node_11.x stretch/main amd64 Packages [767 B]
Step #3 - "lint": Fetched 5379 B in 0s (10.9 kB/s)
Step #3 - "lint": Reading package lists...
Step #3 - "lint": 
Step #3 - "lint": ## Run `sudo apt-get install -y nodejs` to install Node.js 11.x and npm
Step #3 - "lint": ## You may also need development tools to build native addons:
Step #3 - "lint":      sudo apt-get install gcc g++ make
Step #3 - "lint": ## To install the Yarn package manager, run:
Step #3 - "lint":      curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
Step #3 - "lint":      echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
Step #3 - "lint":      sudo apt-get update && sudo apt-get install yarn
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": Reading package lists...
Step #3 - "lint": Building dependency tree...
Step #3 - "lint": Reading state information...
Step #3 - "lint": The following NEW packages will be installed:
Step #3 - "lint":   nodejs
Step #3 - "lint": 0 upgraded, 1 newly installed, 0 to remove and 6 not upgraded.
Step #3 - "lint": Need to get 15.7 MB of archives.
Step #3 - "lint": After this operation, 74.1 MB of additional disk space will be used.
Step #3 - "lint": Get:1 https://deb.nodesource.com/node_11.x stretch/main amd64 nodejs amd64 11.7.0-1nodesource1 [15.7 MB]
Step #3 - "lint": �[91mdebconf: delaying package configuration, since apt-utils is not installed
Step #3 - "lint": �[0mFetched 15.7 MB in 0s (33.3 MB/s)
Step #3 - "lint": Selecting previously unselected package nodejs.
Step #3 - "lint": (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 ... 21148 files and directories currently installed.)
Step #3 - "lint": Preparing to unpack .../nodejs_11.7.0-1nodesource1_amd64.deb ...
Step #3 - "lint": Unpacking nodejs (11.7.0-1nodesource1) ...
Step #3 - "lint": Setting up nodejs (11.7.0-1nodesource1) ...
Step #3 - "lint": Removing intermediate container e141e40737e2
Step #3 - "lint":  ---> 7dd8ed16ec85
Step #3 - "lint": Step 29/33 : RUN echo "export PATH=/usr/local/go/bin:/go/bin/:\$PATH" >> /root/.bashrc
Step #3 - "lint":  ---> Running in c4abaf85e59c
Step #3 - "lint": Removing intermediate container c4abaf85e59c
Step #3 - "lint":  ---> a2feaec8c1e5
Step #3 - "lint": Step 30/33 : RUN echo "export EDITOR=nano" >> /root/.bashrc
Step #3 - "lint":  ---> Running in cb54d6d37fb3
Step #3 - "lint": Removing intermediate container cb54d6d37fb3
Step #3 - "lint":  ---> 2556e4250645
Step #3 - "lint": Step 31/33 : COPY *.sh /root/
Step #3 - "lint":  ---> d8a929ac035e
Step #3 - "lint": Step 32/33 : RUN chmod +x /root/*.sh
Step #3 - "lint":  ---> Running in a03648b800f3
Step #3 - "lint": Removing intermediate container a03648b800f3
Step #3 - "lint":  ---> 77342da0add5
Step #3 - "lint": Step 33/33 : WORKDIR /go
Step #3 - "lint":  ---> Running in 671179b844c1
Step #3 - "lint": Removing intermediate container 671179b844c1
Step #3 - "lint":  ---> 00e216b71254
Step #3 - "lint": Successfully built 00e216b71254
Step #3 - "lint": Successfully tagged agones-build:db76ca0bfb
Step #3 - "lint": make[1]: Leaving directory '/workspace/build'
Step #3 - "lint": docker run -t -e "TERM=xterm-256color" --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build -w /go/src/agones.dev/agones  agones-build:db76ca0bfb bash -c \
Step #3 - "lint": 	"golangci-lint run ./examples/... && golangci-lint run --deadline 15m ./..."
Finished Step #3 - "lint"
Starting Step #7 - "build"
Starting Step #4 - "tests"
Starting Step #8 - "build-e2e"
Step #7 - "build": Already have image: make-docker
Step #4 - "tests": Already have image: make-docker
Step #8 - "build-e2e": Already have image (with digest): gcr.io/cloud-builders/docker
Step #8 - "build-e2e": Sending build context to Docker daemon  7.168kB

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

Step #7 - "build": Step 1/5 : FROM alpine:3.8
Step #7 - "build": 3.8: Pulling from library/alpine
Step #7 - "build": Digest: sha256:3d2e482b82608d153a374df3357c0291589a61cc194ec4a9ca2381073a17f58e
Step #7 - "build": Status: Downloaded newer image for alpine:3.8
Step #7 - "build":  ---> 3f53bb00af94
Step #7 - "build": Step 2/5 : RUN apk --update add ca-certificates &&     adduser -D agones
Step #7 - "build":  ---> Running in 5ba5b2a07218
Step #8 - "build-e2e": Removing intermediate container 8a2a3374ca9d
Step #8 - "build-e2e":  ---> ffabfc73f317
Step #8 - "build-e2e": Step 16/20 : RUN echo "export PATH=/usr/local/go/bin:/go/bin/:\$PATH" >> /root/.bashrc
Step #8 - "build-e2e":  ---> Running in 03ec21495ccf
Step #7 - "build": fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
Step #7 - "build": fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
Step #7 - "build": (1/1) Installing ca-certificates (20171114-r3)
Step #7 - "build": Executing busybox-1.28.4-r2.trigger
Step #7 - "build": Executing ca-certificates-20171114-r3.trigger
Step #7 - "build": OK: 5 MiB in 14 packages
Step #8 - "build-e2e": Removing intermediate container 03ec21495ccf
Step #8 - "build-e2e":  ---> 3d0987a7bca9
Step #8 - "build-e2e": Step 17/20 : COPY *.sh /root/
Step #7 - "build": Removing intermediate container 5ba5b2a07218
Step #7 - "build":  ---> 1a7274ee49a9
Step #7 - "build": Step 3/5 : COPY  --chown=agones:root ./bin/controller /home/agones/controller
Step #8 - "build-e2e":  ---> 8c5600b59b90
Step #8 - "build-e2e": Step 18/20 : RUN chmod +x /root/*.sh
Step #7 - "build":  ---> 2e55d12e37b9
Step #7 - "build": Step 4/5 : USER agones
Step #8 - "build-e2e":  ---> Running in 7f5d6c044ef9
Step #7 - "build":  ---> Running in c6911c65a374
Step #7 - "build": Removing intermediate container c6911c65a374
Step #7 - "build":  ---> dd42245e66bd
Step #7 - "build": Step 5/5 : ENTRYPOINT ["/home/agones/controller"]
Step #7 - "build":  ---> Running in 6e17863aef61
Step #7 - "build": Removing intermediate container 6e17863aef61
Step #7 - "build":  ---> 0bb0aa3b806f
Step #7 - "build": Successfully built 0bb0aa3b806f
Step #7 - "build": Successfully tagged gcr.io/agones-images/agones-controller:0.8.0-c2e777a
Step #7 - "build": docker run --rm -e "CGO_ENABLED=0" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #7 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.linux.amd64  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-c2e777a" -installsuffix cgo agones.dev/agones/cmd/sdk-server
Step #8 - "build-e2e": Removing intermediate container 7f5d6c044ef9
Step #8 - "build-e2e":  ---> ab8f0143d2d6
Step #8 - "build-e2e": Step 19/20 : WORKDIR /go
Step #8 - "build-e2e":  ---> Running in 259ce58ce65e
Step #8 - "build-e2e": Removing intermediate container 259ce58ce65e
Step #8 - "build-e2e":  ---> 13ca8d198880
Step #8 - "build-e2e": Step 20/20 : ENTRYPOINT [ "/root/entrypoint.sh" ]
Step #8 - "build-e2e":  ---> Running in 51e468d66203
Step #8 - "build-e2e": Removing intermediate container 51e468d66203
Step #8 - "build-e2e":  ---> 1efb803d630c
Step #8 - "build-e2e": Successfully built 1efb803d630c
Step #8 - "build-e2e": Successfully tagged e2e-runner:latest
Finished Step #8 - "build-e2e"
Step #7 - "build": docker run --rm -e "GOOS=windows" -e "GOARCH=amd64" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #7 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.windows.amd64.exe  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-c2e777a" agones.dev/agones/cmd/sdk-server
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleetallocation	11.399s
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleetautoscalers	3.402s
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleets	2.740s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameserverallocations	15.282s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameservers	3.082s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameserversets	3.145s
Step #4 - "tests": ok  	agones.dev/agones/pkg/metrics	3.005s
Step #4 - "tests": ?   	agones.dev/agones/pkg/sdk	[no test files]
Step #4 - "tests": ok  	agones.dev/agones/pkg/sdkserver	10.749s
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.050s
Step #4 - "tests": ?   	agones.dev/agones/pkg/util/runtime	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/util/signals	[no test files]
Step #4 - "tests": ok  	agones.dev/agones/pkg/util/webhooks	1.245s
Step #4 - "tests": ok  	agones.dev/agones/pkg/util/workerqueue	2.135s
Step #4 - "tests": ok  	agones.dev/agones/sdks/go	1.097s
Step #4 - "tests": ?   	agones.dev/agones/cmd/controller	[no test files]
Step #4 - "tests": ok  	agones.dev/agones/cmd/ping	2.045s
Step #4 - "tests": ?   	agones.dev/agones/cmd/sdk-server	[no test files]
Finished Step #4 - "tests"
Starting Step #5 - "site-static"
Step #5 - "site-static": Already have image: make-docker
Step #5 - "site-static": /usr/bin/make site-static ARGS="-F" ENV=RELEASE_VERSION=0.8.0
Step #5 - "site-static": make[1]: Entering directory '/workspace/build'
Step #5 - "site-static": mkdir -p ~/.kube/
Step #5 - "site-static": mkdir -p /workspace/build//.config/gcloud
Step #5 - "site-static": mkdir -p ~/.helm
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb rm -r ./public
Step #5 - "site-static": rm: cannot remove './public': No such file or directory
Step #5 - "site-static": includes/website.mk:35: recipe for target 'site-static' failed
Step #5 - "site-static": make[1]: [site-static] Error 1 (ignored)
Step #5 - "site-static": mkdir /workspace/site/public
Step #5 - "site-static": # for some reason, this only work locally
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb \
Step #5 - "site-static": 	bash -c "npm list postcss-cli || npm install postcss-cli"
Step #5 - "site-static": /go/src/agones.dev/agones/site
Step #5 - "site-static": `-- (empty)
Step #5 - "site-static": 
Step #7 - "build": docker run --rm -e "GOOS=darwin" -e "GOARCH=amd64" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #7 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.darwin.amd64  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-c2e777a" agones.dev/agones/cmd/sdk-server
Step #5 - "site-static": npm WARN saveError ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site-static": npm notice created a lockfile as package-lock.json. You should commit this file.
Step #5 - "site-static": npm WARN enoent ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site-static": npm WARN site No description
Step #5 - "site-static": npm WARN site No repository field.
Step #5 - "site-static": npm WARN site No README data
Step #5 - "site-static": npm WARN site No license field.
Step #5 - "site-static": npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
Step #5 - "site-static": npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
Step #5 - "site-static": 
Step #5 - "site-static": + postcss-cli@6.1.1
Step #5 - "site-static": added 248 packages from 148 contributors and audited 3191 packages in 9.927s
Step #5 - "site-static": found 0 vulnerabilities
Step #5 - "site-static": 
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb \
Step #5 - "site-static": 	bash -c "npm list autoprefixer || npm install autoprefixer"
Step #5 - "site-static": /go/src/agones.dev/agones/site
Step #5 - "site-static": `-- (empty)
Step #5 - "site-static": 
Step #5 - "site-static": npm WARN saveError ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site-static": npm WARN enoent ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site-static": npm WARN site No description
Step #5 - "site-static": npm WARN site No repository field.
Step #5 - "site-static": npm WARN site No README data
Step #5 - "site-static": npm WARN site No license field.
Step #5 - "site-static": npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
Step #5 - "site-static": npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
Step #5 - "site-static": 
Step #5 - "site-static": + autoprefixer@9.4.6
Step #5 - "site-static": added 8 packages from 7 contributors and audited 11802 packages in 4.507s
Step #5 - "site-static": found 0 vulnerabilities
Step #5 - "site-static": 
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb bash -c \
Step #5 - "site-static": 	"RELEASE_VERSION=0.8.0 hugo --config=config.toml -F"
Step #5 - "site-static": Building sites … 
Step #5 - "site-static":                    | EN  
Step #5 - "site-static": +------------------+----+
Step #5 - "site-static":   Pages            | 59  
Step #5 - "site-static":   Paginator pages  |  0  
Step #5 - "site-static":   Non-page files   |  2  
Step #5 - "site-static":   Static files     | 39  
Step #5 - "site-static":   Processed images |  2  
Step #5 - "site-static":   Aliases          | 10  
Step #5 - "site-static":   Sitemaps         |  1  
Step #5 - "site-static":   Cleaned          |  0  
Step #5 - "site-static": 
Step #5 - "site-static": Total in 2662 ms
Step #5 - "site-static": make[1]: Leaving directory '/workspace/build'
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb bash -c \
Step #5 - "site-static": 		"SERVICE=preview envsubst < app.yaml > .app.yaml"
Finished Step #5 - "site-static"
Starting Step #6 - "deploy-site-static"
Step #6 - "deploy-site-static": Already have image (with digest): gcr.io/cloud-builders/gcloud
Step #6 - "deploy-site-static": ERROR: (gcloud.app.deploy) argument --version/-v: Bad value [$(git rev-parse --short=7 HEAD)]: May only contain lowercase letters, digits, and hyphens. Must begin and end with a letter or digit. Must not exceed 63 characters.
Step #6 - "deploy-site-static": Usage: gcloud app deploy [DEPLOYABLES ...] [optional flags]
Step #6 - "deploy-site-static":   optional flags may be  --bucket | --help | --image-url | --promote |
Step #6 - "deploy-site-static":                          --stop-previous-version | --version
Step #6 - "deploy-site-static": 
Step #6 - "deploy-site-static": For detailed information on this command and its flags, run:
Step #6 - "deploy-site-static":   gcloud app deploy --help
Finished Step #6 - "deploy-site-static"
Finished Step #7 - "build"
ERROR
ERROR: build step 6 "gcr.io/cloud-builders/gcloud" failed: exit status 2

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 04d70899-3c17-4567-a213-f2b7b6b61bc9

Build Logs
starting build "04d70899-3c17-4567-a213-f2b7b6b61bc9"

FETCHSOURCE
Initialized empty Git repository in /workspace/.git/
From https://source.developers.google.com/p/agones-images/r/agones
 * branch              d8bb7eae01c0f689b0caf95d4ce475167c714722 -> FETCH_HEAD
Checking out files:  74% (11978/16087)   
Checking out files:  75% (12066/16087)   
Checking out files:  76% (12227/16087)   
Checking out files:  77% (12387/16087)   
Checking out files:  78% (12548/16087)   
Checking out files:  79% (12709/16087)   
Checking out files:  80% (12870/16087)   
Checking out files:  81% (13031/16087)   
Checking out files:  82% (13192/16087)   
Checking out files:  83% (13353/16087)   
Checking out files:  84% (13514/16087)   
Checking out files:  85% (13674/16087)   
Checking out files:  86% (13835/16087)   
Checking out files:  87% (13996/16087)   
Checking out files:  88% (14157/16087)   
Checking out files:  89% (14318/16087)   
Checking out files:  90% (14479/16087)   
Checking out files:  91% (14640/16087)   
Checking out files:  92% (14801/16087)   
Checking out files:  93% (14961/16087)   
Checking out files:  94% (15122/16087)   
Checking out files:  95% (15283/16087)   
Checking out files:  96% (15444/16087)   
Checking out files:  97% (15605/16087)   
Checking out files:  98% (15766/16087)   
Checking out files:  99% (15927/16087)   
Checking out files: 100% (16087/16087)   
Checking out files: 100% (16087/16087), done.
HEAD is now at d8bb7eae Website for Agones
BUILD
Starting Step #0
Step #0: Pulling image: ubuntu
Step #0: Using default tag: latest
Step #0: latest: Pulling from library/ubuntu
Step #0: 38e2e6cd5626: Pulling fs layer
Step #0: 705054bc3f5b: Pulling fs layer
Step #0: c7051e069564: Pulling fs layer
Step #0: 7308e914506c: Pulling fs layer
Step #0: 7308e914506c: Waiting
Step #0: c7051e069564: Verifying Checksum
Step #0: c7051e069564: Download complete
Step #0: 705054bc3f5b: Verifying Checksum
Step #0: 705054bc3f5b: Download complete
Step #0: 7308e914506c: Verifying Checksum
Step #0: 7308e914506c: Download complete
Step #0: 38e2e6cd5626: Verifying Checksum
Step #0: 38e2e6cd5626: Download complete
Step #0: 38e2e6cd5626: Pull complete
Step #0: 705054bc3f5b: Pull complete
Step #0: c7051e069564: Pull complete
Step #0: 7308e914506c: Pull complete
Step #0: Digest: sha256:7a4bd65e1457b8a85d3efa2b3404c78e96f18978b8db3bbe0ce24b8d0e7dd629
Step #0: Status: Downloaded newer image for ubuntu:latest
Finished Step #0
Starting Step #1
Step #1: Already have image (with digest): gcr.io/cloud-builders/docker
Step #1: Sending build context to Docker daemon  173.6MB

Step #1: Step 1/3 : FROM gcr.io/cloud-builders/docker
Step #1:  ---> 1992f5155e11
Step #1: Step 2/3 : RUN apt-get install make
Step #1:  ---> Running in 0a986abec308
Step #1: Reading package lists...
Step #1: Building dependency tree...
Step #1: Reading state information...
Step #1: make is already the newest version (4.1-6).
Step #1: 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
Step #1: Removing intermediate container 0a986abec308
Step #1:  ---> 96fab750bab0
Step #1: Step 3/3 : ENTRYPOINT ["/usr/bin/make"]
Step #1:  ---> Running in 1e5829a8e740
Step #1: Removing intermediate container 1e5829a8e740
Step #1:  ---> 4258464a6fea
Step #1: Successfully built 4258464a6fea
Step #1: Successfully tagged make-docker:latest
Finished Step #1
Starting Step #2
Step #2: Already have image: make-docker
Step #2: docker pull gcr.io/agones-images/agones-build:db76ca0bfb && docker tag gcr.io/agones-images/agones-build:db76ca0bfb agones-build:db76ca0bfb
Step #2: Error response from daemon: manifest for gcr.io/agones-images/agones-build:db76ca0bfb not found
Step #2: make: [pull-build-image] Error 1 (ignored)
Step #2: Makefile:358: recipe for target 'pull-build-image' failed
Finished Step #2
Starting Step #3 - "lint"
Step #3 - "lint": Already have image: make-docker
Step #3 - "lint": mkdir -p ~/.kube/
Step #3 - "lint": mkdir -p /workspace/build//.config/gcloud
Step #3 - "lint": mkdir -p ~/.helm
Step #3 - "lint": Could not find agones-build:db76ca0bfb image. Building...
Step #3 - "lint": make[1]: Entering directory '/workspace/build'
Step #3 - "lint": docker build --tag=agones-build:db76ca0bfb /workspace/build//build-image 
Step #3 - "lint": Sending build context to Docker daemon  17.92kB

Step #3 - "lint": Step 1/33 : FROM gcr.io/agones-images/grpc-cxx:1.16.1
Step #3 - "lint": 1.16.1: Pulling from agones-images/grpc-cxx
Step #3 - "lint": 54f7e8ac135a: Pulling fs layer
Step #3 - "lint": d6b856b25aeb: Pulling fs layer
Step #3 - "lint": b4d69f3225dc: Pulling fs layer
Step #3 - "lint": 54f7e8ac135a: Verifying Checksum
Step #3 - "lint": 54f7e8ac135a: Download complete
Step #3 - "lint": d6b856b25aeb: Verifying Checksum
Step #3 - "lint": d6b856b25aeb: Download complete
Step #3 - "lint": 54f7e8ac135a: Pull complete
Step #3 - "lint": b4d69f3225dc: Verifying Checksum
Step #3 - "lint": b4d69f3225dc: Download complete
Step #3 - "lint": d6b856b25aeb: Pull complete
Step #3 - "lint": b4d69f3225dc: Pull complete
Step #3 - "lint": Digest: sha256:ac598e5d35a7d253f8c93f0a11dbeb2df17d0dab83693fa5cb55b119beb01d01
Step #3 - "lint": Status: Downloaded newer image for gcr.io/agones-images/grpc-cxx:1.16.1
Step #3 - "lint":  ---> 8b1e772a99a1
Step #3 - "lint": Step 2/33 : RUN apt-get update &&     apt-get install -y wget psmisc rsync make python bash-completion zip nano jq graphviz linkchecker gettext-base &&     apt-get clean
Step #3 - "lint":  ---> Running in c1b4f53857ba
Step #3 - "lint": Ign:1 http://deb.debian.org/debian stretch InRelease
Step #3 - "lint": Get:2 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
Step #3 - "lint": Get:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
Step #3 - "lint": Hit:4 http://deb.debian.org/debian stretch Release
Step #3 - "lint": Get:5 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [469 kB]
Step #3 - "lint": Get:6 http://deb.debian.org/debian stretch-updates/main amd64 Packages.diff/Index [6640 B]
Step #3 - "lint": Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages 2019-01-02-2012.38.pdiff [332 B]
Step #3 - "lint": Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages 2019-01-02-2012.38.pdiff [332 B]
Step #3 - "lint": Fetched 661 kB in 0s (1550 kB/s)
Step #3 - "lint": Reading package lists...
Step #3 - "lint": Reading package lists...
Step #3 - "lint": Building dependency tree...
Step #3 - "lint": Reading state information...
Step #3 - "lint": make is already the newest version (4.1-9.1).
Step #3 - "lint": rsync is already the newest version (3.1.2-1+deb9u1).
Step #3 - "lint": rsync set to manually installed.
Step #3 - "lint": The following additional packages will be installed:
Step #3 - "lint":   fontconfig fontconfig-config fonts-dejavu-core fonts-liberation libann0
Step #3 - "lint":   libcairo2 libcdt5 libcgraph6 libdatrie1 libfontconfig1 libfreetype6 libgd3
Step #3 - "lint":   libgraphite2-3 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz0b
Step #3 - "lint":   libice6 libjbig0 libjpeg62-turbo libjq1 libonig4 libpango-1.0-0
Step #3 - "lint":   libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpixman-1-0 libpng16-16
Step #3 - "lint":   libpython-stdlib libpython2.7-minimal libpython2.7-stdlib libsm6
Step #3 - "lint":   libthai-data libthai0 libtiff5 libwebp6 libxaw7 libxcb-render0 libxcb-shm0
Step #3 - "lint":   libxdot4 libxmu6 libxpm4 libxrender1 libxt6 mime-support python-cffi-backend
Step #3 - "lint":   python-chardet python-cryptography python-enum34 python-idna
Step #3 - "lint":   python-ipaddress python-minimal python-openssl python-pkg-resources
Step #3 - "lint":   python-pyasn1 python-requests python-setuptools python-six python-urllib3
Step #3 - "lint":   python2.7 python2.7-minimal ucf x11-common
Step #3 - "lint": Suggested packages:
Step #3 - "lint":   gsfonts graphviz-doc libgd-tools clamav-daemon linkchecker-gui
Step #3 - "lint":   linkchecker-web python-argcomplete python-cssutils python-gconf python-geoip
Step #3 - "lint":   python-meliae python-twill spell python-doc python-tk
Step #3 - "lint":   python-cryptography-doc python-cryptography-vectors python-enum34-doc
Step #3 - "lint":   python-openssl-doc python-openssl-dbg doc-base python-socks
Step #3 - "lint":   python-setuptools-doc python-ntlm python2.7-doc binfmt-support
Step #3 - "lint": The following NEW packages will be installed:
Step #3 - "lint":   bash-completion fontconfig fontconfig-config fonts-dejavu-core
Step #3 - "lint":   fonts-liberation gettext-base graphviz jq libann0 libcairo2 libcdt5
Step #3 - "lint":   libcgraph6 libdatrie1 libfontconfig1 libfreetype6 libgd3 libgraphite2-3
Step #3 - "lint":   libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz0b libice6 libjbig0
Step #3 - "lint":   libjpeg62-turbo libjq1 libonig4 libpango-1.0-0 libpangocairo-1.0-0
Step #3 - "lint":   libpangoft2-1.0-0 libpathplan4 libpixman-1-0 libpng16-16 libpython-stdlib
Step #3 - "lint":   libpython2.7-minimal libpython2.7-stdlib libsm6 libthai-data libthai0
Step #3 - "lint":   libtiff5 libwebp6 libxaw7 libxcb-render0 libxcb-shm0 libxdot4 libxmu6
Step #3 - "lint":   libxpm4 libxrender1 libxt6 linkchecker mime-support nano psmisc python
Step #3 - "lint":   python-cffi-backend python-chardet python-cryptography python-enum34
Step #3 - "lint":   python-idna python-ipaddress python-minimal python-openssl
Step #3 - "lint":   python-pkg-resources python-pyasn1 python-requests python-setuptools
Step #3 - "lint":   python-six python-urllib3 python2.7 python2.7-minimal ucf wget x11-common
Step #3 - "lint":   zip
Step #3 - "lint": 0 upgraded, 74 newly installed, 0 to remove and 6 not upgraded.
Step #3 - "lint": Need to get 18.7 MB of archives.
Step #3 - "lint": After this operation, 65.5 MB of additional disk space will be used.
Step #3 - "lint": Get:1 http://deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB]
Step #3 - "lint": Get:2 http://security.debian.org/debian-security stretch/updates/main amd64 libtiff5 amd64 4.0.8-2+deb9u4 [238 kB]
Step #3 - "lint": Get:3 http://deb.debian.org/debian stretch/main amd64 libpython2.7-minimal amd64 2.7.13-2+deb9u3 [389 kB]
Step #3 - "lint": Get:4 http://deb.debian.org/debian stretch/main amd64 python2.7-minimal amd64 2.7.13-2+deb9u3 [1382 kB]
Step #3 - "lint": Get:5 http://deb.debian.org/debian stretch/main amd64 python-minimal amd64 2.7.13-2 [40.5 kB]
Step #3 - "lint": Get:6 http://deb.debian.org/debian stretch/main amd64 mime-support all 3.60 [36.7 kB]
Step #3 - "lint": Get:7 http://deb.debian.org/debian stretch/main amd64 libpython2.7-stdlib amd64 2.7.13-2+deb9u3 [1897 kB]
Step #3 - "lint": Get:8 http://deb.debian.org/debian stretch/main amd64 python2.7 amd64 2.7.13-2+deb9u3 [285 kB]
Step #3 - "lint": Get:9 http://deb.debian.org/debian stretch/main amd64 libpython-stdlib amd64 2.7.13-2 [20.0 kB]
Step #3 - "lint": Get:10 http://deb.debian.org/debian stretch/main amd64 python amd64 2.7.13-2 [154 kB]
Step #3 - "lint": Get:11 http://deb.debian.org/debian stretch/main amd64 libpng16-16 amd64 1.6.28-1 [280 kB]
Step #3 - "lint": Get:12 http://deb.debian.org/debian stretch/main amd64 libfreetype6 amd64 2.6.3-3.2 [438 kB]
Step #3 - "lint": Get:13 http://deb.debian.org/debian stretch/main amd64 ucf all 3.0036 [70.2 kB]
Step #3 - "lint": Get:14 http://deb.debian.org/debian stretch/main amd64 fonts-dejavu-core all 2.37-1 [1068 kB]
Step #3 - "lint": Get:15 http://deb.debian.org/debian stretch/main amd64 fonts-liberation all 1:1.07.4-2 [827 kB]
Step #3 - "lint": Get:16 http://deb.debian.org/debian stretch/main amd64 fontconfig-config all 2.11.0-6.7 [271 kB]
Step #3 - "lint": Get:17 http://deb.debian.org/debian stretch/main amd64 libfontconfig1 amd64 2.11.0-6.7+b1 [331 kB]
Step #3 - "lint": Get:18 http://deb.debian.org/debian stretch/main amd64 fontconfig amd64 2.11.0-6.7+b1 [404 kB]
Step #3 - "lint": Get:19 http://deb.debian.org/debian stretch/main amd64 nano amd64 2.7.4-1 [485 kB]
Step #3 - "lint": Get:20 http://deb.debian.org/debian stretch/main amd64 wget amd64 1.18-5+deb9u2 [799 kB]
Step #3 - "lint": Get:21 http://deb.debian.org/debian stretch/main amd64 gettext-base amd64 0.19.8.1-2 [121 kB]
Step #3 - "lint": Get:22 http://deb.debian.org/debian stretch/main amd64 libann0 amd64 1.1.2+doc-6 [24.9 kB]
Step #3 - "lint": Get:23 http://deb.debian.org/debian stretch/main amd64 libcdt5 amd64 2.38.0-17 [59.6 kB]
Step #3 - "lint": Get:24 http://deb.debian.org/debian stretch/main amd64 libcgraph6 amd64 2.38.0-17 [82.2 kB]
Step #3 - "lint": Get:25 http://deb.debian.org/debian stretch/main amd64 libjpeg62-turbo amd64 1:1.5.1-2 [134 kB]
Step #3 - "lint": Get:26 http://deb.debian.org/debian stretch/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB]
Step #3 - "lint": Get:27 http://deb.debian.org/debian stretch/main amd64 libwebp6 amd64 0.5.2-1 [235 kB]
Step #3 - "lint": Get:28 http://deb.debian.org/debian stretch/main amd64 libxpm4 amd64 1:3.5.12-1 [49.1 kB]
Step #3 - "lint": Get:29 http://deb.debian.org/debian stretch/main amd64 libgd3 amd64 2.2.4-2+deb9u3 [132 kB]
Step #3 - "lint": Get:30 http://deb.debian.org/debian stretch/main amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [158 kB]
Step #3 - "lint": Get:31 http://deb.debian.org/debian stretch/main amd64 libpixman-1-0 amd64 0.34.0-1 [530 kB]
Step #3 - "lint": Get:32 http://deb.debian.org/debian stretch/main amd64 libxcb-render0 amd64 1.12-1 [105 kB]
Step #3 - "lint": Get:33 http://deb.debian.org/debian stretch/main amd64 libxcb-shm0 amd64 1.12-1 [95.9 kB]
Step #3 - "lint": Get:34 http://deb.debian.org/debian stretch/main amd64 libxrender1 amd64 1:0.9.10-1 [33.0 kB]
Step #3 - "lint": Get:35 http://deb.debian.org/debian stretch/main amd64 libcairo2 amd64 1.14.8-1 [771 kB]
Step #3 - "lint": Get:36 http://deb.debian.org/debian stretch/main amd64 libthai-data all 0.1.26-1 [166 kB]
Step #3 - "lint": Get:37 http://deb.debian.org/debian stretch/main amd64 libdatrie1 amd64 0.2.10-4+b1 [36.4 kB]
Step #3 - "lint": Get:38 http://deb.debian.org/debian stretch/main amd64 libthai0 amd64 0.1.26-1 [52.1 kB]
Step #3 - "lint": Get:39 http://deb.debian.org/debian stretch/main amd64 libpango-1.0-0 amd64 1.40.5-1 [320 kB]
Step #3 - "lint": Get:40 http://deb.debian.org/debian stretch/main amd64 libgraphite2-3 amd64 1.3.10-1 [84.2 kB]
Step #3 - "lint": Get:41 http://deb.debian.org/debian stretch/main amd64 libharfbuzz0b amd64 1.4.2-1 [671 kB]
Step #3 - "lint": Get:42 http://deb.debian.org/debian stretch/main amd64 libpangoft2-1.0-0 amd64 1.40.5-1 [205 kB]
Step #3 - "lint": Get:43 http://deb.debian.org/debian stretch/main amd64 libpangocairo-1.0-0 amd64 1.40.5-1 [193 kB]
Step #3 - "lint": Get:44 http://deb.debian.org/debian stretch/main amd64 libpathplan4 amd64 2.38.0-17 [62.8 kB]
Step #3 - "lint": Get:45 http://deb.debian.org/debian stretch/main amd64 libxdot4 amd64 2.38.0-17 [55.6 kB]
Step #3 - "lint": Get:46 http://deb.debian.org/debian stretch/main amd64 libgvc6 amd64 2.38.0-17 [639 kB]
Step #3 - "lint": Get:47 http://deb.debian.org/debian stretch/main amd64 libgvpr2 amd64 2.38.0-17 [211 kB]
Step #3 - "lint": Get:48 http://deb.debian.org/debian stretch/main amd64 x11-common all 1:7.7+19 [251 kB]
Step #3 - "lint": Get:49 http://deb.debian.org/debian stretch/main amd64 libice6 amd64 2:1.0.9-2 [58.7 kB]
Step #3 - "lint": Get:50 http://deb.debian.org/debian stretch/main amd64 libsm6 amd64 2:1.2.2-1+b3 [33.3 kB]
Step #3 - "lint": Get:51 http://deb.debian.org/debian stretch/main amd64 libxt6 amd64 1:1.1.5-1 [188 kB]
Step #3 - "lint": Get:52 http://deb.debian.org/debian stretch/main amd64 libxmu6 amd64 2:1.1.2-2 [60.3 kB]
Step #3 - "lint": Get:53 http://deb.debian.org/debian stretch/main amd64 libxaw7 amd64 2:1.0.13-1+b2 [201 kB]
Step #3 - "lint": Get:54 http://deb.debian.org/debian stretch/main amd64 graphviz amd64 2.38.0-17 [802 kB]
Step #3 - "lint": Get:55 http://deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB]
Step #3 - "lint": Get:56 http://deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB]
Step #3 - "lint": Get:57 http://deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB]
Step #3 - "lint": Get:58 http://deb.debian.org/debian stretch/main amd64 libgts-bin amd64 0.7.6+darcs121130-4 [50.8 kB]
Step #3 - "lint": Get:59 http://deb.debian.org/debian stretch/main amd64 python-six all 1.10.0-3 [14.4 kB]
Step #3 - "lint": Get:60 http://deb.debian.org/debian stretch/main amd64 python-urllib3 all 1.19.1-1 [77.5 kB]
Step #3 - "lint": Get:61 http://deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB]
Step #3 - "lint": Get:62 http://deb.debian.org/debian stretch/main amd64 python-chardet all 2.3.0-2 [96.0 kB]
Step #3 - "lint": Get:63 http://deb.debian.org/debian stretch/main amd64 python-requests all 2.12.4-1 [101 kB]
Step #3 - "lint": Get:64 http://deb.debian.org/debian stretch/main amd64 linkchecker amd64 9.3-4 [312 kB]
Step #3 - "lint": Get:65 http://deb.debian.org/debian stretch/main amd64 psmisc amd64 22.21-2.1+b2 [123 kB]
Step #3 - "lint": Get:66 http://deb.debian.org/debian stretch/main amd64 python-cffi-backend amd64 1.9.1-2 [69.0 kB]
Step #3 - "lint": Get:67 http://deb.debian.org/debian stretch/main amd64 python-enum34 all 1.1.6-1 [35.0 kB]
Step #3 - "lint": Get:68 http://deb.debian.org/debian stretch/main amd64 python-idna all 2.2-1 [32.6 kB]
Step #3 - "lint": Get:69 http://deb.debian.org/debian stretch/main amd64 python-ipaddress all 1.0.17-1 [18.1 kB]
Step #3 - "lint": Get:70 http://deb.debian.org/debian stretch/main amd64 python-pyasn1 all 0.1.9-2 [51.8 kB]
Step #3 - "lint": Get:71 http://deb.debian.org/debian stretch/main amd64 python-setuptools all 33.1.1-1 [297 kB]
Step #3 - "lint": Get:72 http://deb.debian.org/debian stretch/main amd64 python-cryptography amd64 1.7.1-3 [211 kB]
Step #3 - "lint": Get:73 http://deb.debian.org/debian stretch/main amd64 python-openssl all 16.2.0-1 [43.7 kB]
Step #3 - "lint": Get:74 http://deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB]
Step #3 - "lint": �[91mdebconf: delaying package configuration, since apt-utils is not installed
Step #3 - "lint": �[0mFetched 18.7 MB in 0s (43.0 MB/s)
Step #3 - "lint": Selecting previously unselected package bash-completion.
Step #3 - "lint": (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 ... 17197 files and directories currently installed.)
Step #3 - "lint": Preparing to unpack .../0-bash-completion_1%3a2.1-4.3_all.deb ...
Step #3 - "lint": Unpacking bash-completion (1:2.1-4.3) ...
Step #3 - "lint": Selecting previously unselected package libpython2.7-minimal:amd64.
Step #3 - "lint": Preparing to unpack .../1-libpython2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package python2.7-minimal.
Step #3 - "lint": Preparing to unpack .../2-python2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking python2.7-minimal (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package python-minimal.
Step #3 - "lint": Preparing to unpack .../3-python-minimal_2.7.13-2_amd64.deb ...
Step #3 - "lint": Unpacking python-minimal (2.7.13-2) ...
Step #3 - "lint": Selecting previously unselected package mime-support.
Step #3 - "lint": Preparing to unpack .../4-mime-support_3.60_all.deb ...
Step #3 - "lint": Unpacking mime-support (3.60) ...
Step #3 - "lint": Selecting previously unselected package libpython2.7-stdlib:amd64.
Step #3 - "lint": Preparing to unpack .../5-libpython2.7-stdlib_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package python2.7.
Step #3 - "lint": Preparing to unpack .../6-python2.7_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking python2.7 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package libpython-stdlib:amd64.
Step #3 - "lint": Preparing to unpack .../7-libpython-stdlib_2.7.13-2_amd64.deb ...
Step #3 - "lint": Unpacking libpython-stdlib:amd64 (2.7.13-2) ...
Step #3 - "lint": Setting up libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Setting up python2.7-minimal (2.7.13-2+deb9u3) ...
Step #3 - "lint": Linking and byte-compiling packages for runtime python2.7...
Step #3 - "lint": Setting up python-minimal (2.7.13-2) ...
Step #3 - "lint": Selecting previously unselected package python.
Step #3 - "lint": (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 ... 18545 files and directories currently installed.)
Step #3 - "lint": Preparing to unpack .../00-python_2.7.13-2_amd64.deb ...
Step #3 - "lint": Unpacking python (2.7.13-2) ...
Step #3 - "lint": Selecting previously unselected package libpng16-16:amd64.
Step #3 - "lint": Preparing to unpack .../01-libpng16-16_1.6.28-1_amd64.deb ...
Step #3 - "lint": Unpacking libpng16-16:amd64 (1.6.28-1) ...
Step #3 - "lint": Selecting previously unselected package libfreetype6:amd64.
Step #3 - "lint": Preparing to unpack .../02-libfreetype6_2.6.3-3.2_amd64.deb ...
Step #3 - "lint": Unpacking libfreetype6:amd64 (2.6.3-3.2) ...
Step #3 - "lint": Selecting previously unselected package ucf.
Step #3 - "lint": Preparing to unpack .../03-ucf_3.0036_all.deb ...
Step #3 - "lint": Moving old data out of the way
Step #3 - "lint": Unpacking ucf (3.0036) ...
Step #3 - "lint": Selecting previously unselected package fonts-dejavu-core.
Step #3 - "lint": Preparing to unpack .../04-fonts-dejavu-core_2.37-1_all.deb ...
Step #3 - "lint": Unpacking fonts-dejavu-core (2.37-1) ...
Step #3 - "lint": Selecting previously unselected package fonts-liberation.
Step #3 - "lint": Preparing to unpack .../05-fonts-liberation_1%3a1.07.4-2_all.deb ...
Step #3 - "lint": Unpacking fonts-liberation (1:1.07.4-2) ...
Step #3 - "lint": Selecting previously unselected package fontconfig-config.
Step #3 - "lint": Preparing to unpack .../06-fontconfig-config_2.11.0-6.7_all.deb ...
Step #3 - "lint": Unpacking fontconfig-config (2.11.0-6.7) ...
Step #3 - "lint": Selecting previously unselected package libfontconfig1:amd64.
Step #3 - "lint": Preparing to unpack .../07-libfontconfig1_2.11.0-6.7+b1_amd64.deb ...
Step #3 - "lint": Unpacking libfontconfig1:amd64 (2.11.0-6.7+b1) ...
Step #3 - "lint": Selecting previously unselected package fontconfig.
Step #3 - "lint": Preparing to unpack .../08-fontconfig_2.11.0-6.7+b1_amd64.deb ...
Step #3 - "lint": Unpacking fontconfig (2.11.0-6.7+b1) ...
Step #3 - "lint": Selecting previously unselected package nano.
Step #3 - "lint": Preparing to unpack .../09-nano_2.7.4-1_amd64.deb ...
Step #3 - "lint": Unpacking nano (2.7.4-1) ...
Step #3 - "lint": Selecting previously unselected package wget.
Step #3 - "lint": Preparing to unpack .../10-wget_1.18-5+deb9u2_amd64.deb ...
Step #3 - "lint": Unpacking wget (1.18-5+deb9u2) ...
Step #3 - "lint": Selecting previously unselected package gettext-base.
Step #3 - "lint": Preparing to unpack .../11-gettext-base_0.19.8.1-2_amd64.deb ...
Step #3 - "lint": Unpacking gettext-base (0.19.8.1-2) ...
Step #3 - "lint": Selecting previously unselected package libann0.
Step #3 - "lint": Preparing to unpack .../12-libann0_1.1.2+doc-6_amd64.deb ...
Step #3 - "lint": Unpacking libann0 (1.1.2+doc-6) ...
Step #3 - "lint": Selecting previously unselected package libcdt5.
Step #3 - "lint": Preparing to unpack .../13-libcdt5_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libcdt5 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libcgraph6.
Step #3 - "lint": Preparing to unpack .../14-libcgraph6_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libcgraph6 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libjpeg62-turbo:amd64.
Step #3 - "lint": Preparing to unpack .../15-libjpeg62-turbo_1%3a1.5.1-2_amd64.deb ...
Step #3 - "lint": Unpacking libjpeg62-turbo:amd64 (1:1.5.1-2) ...
Step #3 - "lint": Selecting previously unselected package libjbig0:amd64.
Step #3 - "lint": Preparing to unpack .../16-libjbig0_2.1-3.1+b2_amd64.deb ...
Step #3 - "lint": Unpacking libjbig0:amd64 (2.1-3.1+b2) ...
Step #3 - "lint": Selecting previously unselected package libtiff5:amd64.
Step #3 - "lint": Preparing to unpack .../17-libtiff5_4.0.8-2+deb9u4_amd64.deb ...
Step #3 - "lint": Unpacking libtiff5:amd64 (4.0.8-2+deb9u4) ...
Step #3 - "lint": Selecting previously unselected package libwebp6:amd64.
Step #3 - "lint": Preparing to unpack .../18-libwebp6_0.5.2-1_amd64.deb ...
Step #3 - "lint": Unpacking libwebp6:amd64 (0.5.2-1) ...
Step #3 - "lint": Selecting previously unselected package libxpm4:amd64.
Step #3 - "lint": Preparing to unpack .../19-libxpm4_1%3a3.5.12-1_amd64.deb ...
Step #3 - "lint": Unpacking libxpm4:amd64 (1:3.5.12-1) ...
Step #3 - "lint": Selecting previously unselected package libgd3:amd64.
Step #3 - "lint": Preparing to unpack .../20-libgd3_2.2.4-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking libgd3:amd64 (2.2.4-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package libgts-0.7-5:amd64.
Step #3 - "lint": Preparing to unpack .../21-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ...
Step #3 - "lint": Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
Step #3 - "lint": Selecting previously unselected package libpixman-1-0:amd64.
Step #3 - "lint": Preparing to unpack .../22-libpixman-1-0_0.34.0-1_amd64.deb ...
Step #3 - "lint": Unpacking libpixman-1-0:amd64 (0.34.0-1) ...
Step #3 - "lint": Selecting previously unselected package libxcb-render0:amd64.
Step #3 - "lint": Preparing to unpack .../23-libxcb-render0_1.12-1_amd64.deb ...
Step #3 - "lint": Unpacking libxcb-render0:amd64 (1.12-1) ...
Step #3 - "lint": Selecting previously unselected package libxcb-shm0:amd64.
Step #3 - "lint": Preparing to unpack .../24-libxcb-shm0_1.12-1_amd64.deb ...
Step #3 - "lint": Unpacking libxcb-shm0:amd64 (1.12-1) ...
Step #3 - "lint": Selecting previously unselected package libxrender1:amd64.
Step #3 - "lint": Preparing to unpack .../25-libxrender1_1%3a0.9.10-1_amd64.deb ...
Step #3 - "lint": Unpacking libxrender1:amd64 (1:0.9.10-1) ...
Step #3 - "lint": Selecting previously unselected package libcairo2:amd64.
Step #3 - "lint": Preparing to unpack .../26-libcairo2_1.14.8-1_amd64.deb ...
Step #3 - "lint": Unpacking libcairo2:amd64 (1.14.8-1) ...
Step #3 - "lint": Selecting previously unselected package libthai-data.
Step #3 - "lint": Preparing to unpack .../27-libthai-data_0.1.26-1_all.deb ...
Step #3 - "lint": Unpacking libthai-data (0.1.26-1) ...
Step #3 - "lint": Selecting previously unselected package libdatrie1:amd64.
Step #3 - "lint": Preparing to unpack .../28-libdatrie1_0.2.10-4+b1_amd64.deb ...
Step #3 - "lint": Unpacking libdatrie1:amd64 (0.2.10-4+b1) ...
Step #3 - "lint": Selecting previously unselected package libthai0:amd64.
Step #3 - "lint": Preparing to unpack .../29-libthai0_0.1.26-1_amd64.deb ...
Step #3 - "lint": Unpacking libthai0:amd64 (0.1.26-1) ...
Step #3 - "lint": Selecting previously unselected package libpango-1.0-0:amd64.
Step #3 - "lint": Preparing to unpack .../30-libpango-1.0-0_1.40.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libpango-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Selecting previously unselected package libgraphite2-3:amd64.
Step #3 - "lint": Preparing to unpack .../31-libgraphite2-3_1.3.10-1_amd64.deb ...
Step #3 - "lint": Unpacking libgraphite2-3:amd64 (1.3.10-1) ...
Step #3 - "lint": Selecting previously unselected package libharfbuzz0b:amd64.
Step #3 - "lint": Preparing to unpack .../32-libharfbuzz0b_1.4.2-1_amd64.deb ...
Step #3 - "lint": Unpacking libharfbuzz0b:amd64 (1.4.2-1) ...
Step #3 - "lint": Selecting previously unselected package libpangoft2-1.0-0:amd64.
Step #3 - "lint": Preparing to unpack .../33-libpangoft2-1.0-0_1.40.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libpangoft2-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Selecting previously unselected package libpangocairo-1.0-0:amd64.
Step #3 - "lint": Preparing to unpack .../34-libpangocairo-1.0-0_1.40.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libpangocairo-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Selecting previously unselected package libpathplan4.
Step #3 - "lint": Preparing to unpack .../35-libpathplan4_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libpathplan4 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libxdot4.
Step #3 - "lint": Preparing to unpack .../36-libxdot4_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libxdot4 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libgvc6.
Step #3 - "lint": Preparing to unpack .../37-libgvc6_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libgvc6 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libgvpr2.
Step #3 - "lint": Preparing to unpack .../38-libgvpr2_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libgvpr2 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package x11-common.
Step #3 - "lint": Preparing to unpack .../39-x11-common_1%3a7.7+19_all.deb ...
Step #3 - "lint": Unpacking x11-common (1:7.7+19) ...
Step #3 - "lint": Selecting previously unselected package libice6:amd64.
Step #3 - "lint": Preparing to unpack .../40-libice6_2%3a1.0.9-2_amd64.deb ...
Step #3 - "lint": Unpacking libice6:amd64 (2:1.0.9-2) ...
Step #3 - "lint": Selecting previously unselected package libsm6:amd64.
Step #3 - "lint": Preparing to unpack .../41-libsm6_2%3a1.2.2-1+b3_amd64.deb ...
Step #3 - "lint": Unpacking libsm6:amd64 (2:1.2.2-1+b3) ...
Step #3 - "lint": Selecting previously unselected package libxt6:amd64.
Step #3 - "lint": Preparing to unpack .../42-libxt6_1%3a1.1.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libxt6:amd64 (1:1.1.5-1) ...
Step #3 - "lint": Selecting previously unselected package libxmu6:amd64.
Step #3 - "lint": Preparing to unpack .../43-libxmu6_2%3a1.1.2-2_amd64.deb ...
Step #3 - "lint": Unpacking libxmu6:amd64 (2:1.1.2-2) ...
Step #3 - "lint": Selecting previously unselected package libxaw7:amd64.
Step #3 - "lint": Preparing to unpack .../44-libxaw7_2%3a1.0.13-1+b2_amd64.deb ...
Step #3 - "lint": Unpacking libxaw7:amd64 (2:1.0.13-1+b2) ...
Step #3 - "lint": Selecting previously unselected package graphviz.
Step #3 - "lint": Preparing to unpack .../45-graphviz_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking graphviz (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libonig4:amd64.
Step #3 - "lint": Preparing to unpack .../46-libonig4_6.1.3-2_amd64.deb ...
Step #3 - "lint": Unpacking libonig4:amd64 (6.1.3-2) ...
Step #3 - "lint": Selecting previously unselected package libjq1:amd64.
Step #3 - "lint": Preparing to unpack .../47-libjq1_1.5+dfsg-1.3_amd64.deb ...
Step #3 - "lint": Unpacking libjq1:amd64 (1.5+dfsg-1.3) ...
Step #3 - "lint": Selecting previously unselected package jq.
Step #3 - "lint": Preparing to unpack .../48-jq_1.5+dfsg-1.3_amd64.deb ...
Step #3 - "lint": Unpacking jq (1.5+dfsg-1.3) ...
Step #3 - "lint": Selecting previously unselected package libgts-bin.
Step #3 - "lint": Preparing to unpack .../49-libgts-bin_0.7.6+darcs121130-4_amd64.deb ...
Step #3 - "lint": Unpacking libgts-bin (0.7.6+darcs121130-4) ...
Step #3 - "lint": Selecting previously unselected package python-six.
Step #3 - "lint": Preparing to unpack .../50-python-six_1.10.0-3_all.deb ...
Step #3 - "lint": Unpacking python-six (1.10.0-3) ...
Step #3 - "lint": Selecting previously unselected package python-urllib3.
Step #3 - "lint": Preparing to unpack .../51-python-urllib3_1.19.1-1_all.deb ...
Step #3 - "lint": Unpacking python-urllib3 (1.19.1-1) ...
Step #3 - "lint": Selecting previously unselected package python-pkg-resources.
Step #3 - "lint": Preparing to unpack .../52-python-pkg-resources_33.1.1-1_all.deb ...
Step #3 - "lint": Unpacking python-pkg-resources (33.1.1-1) ...
Step #3 - "lint": Selecting previously unselected package python-chardet.
Step #3 - "lint": Preparing to unpack .../53-python-chardet_2.3.0-2_all.deb ...
Step #3 - "lint": Unpacking python-chardet (2.3.0-2) ...
Step #3 - "lint": Selecting previously unselected package python-requests.
Step #3 - "lint": Preparing to unpack .../54-python-requests_2.12.4-1_all.deb ...
Step #3 - "lint": Unpacking python-requests (2.12.4-1) ...
Step #3 - "lint": Selecting previously unselected package linkchecker.
Step #3 - "lint": Preparing to unpack .../55-linkchecker_9.3-4_amd64.deb ...
Step #3 - "lint": Unpacking linkchecker (9.3-4) ...
Step #3 - "lint": Selecting previously unselected package psmisc.
Step #3 - "lint": Preparing to unpack .../56-psmisc_22.21-2.1+b2_amd64.deb ...
Step #3 - "lint": Unpacking psmisc (22.21-2.1+b2) ...
Step #3 - "lint": Selecting previously unselected package python-cffi-backend.
Step #3 - "lint": Preparing to unpack .../57-python-cffi-backend_1.9.1-2_amd64.deb ...
Step #3 - "lint": Unpacking python-cffi-backend (1.9.1-2) ...
Step #3 - "lint": Selecting previously unselected package python-enum34.
Step #3 - "lint": Preparing to unpack .../58-python-enum34_1.1.6-1_all.deb ...
Step #3 - "lint": Unpacking python-enum34 (1.1.6-1) ...
Step #3 - "lint": Selecting previously unselected package python-idna.
Step #3 - "lint": Preparing to unpack .../59-python-idna_2.2-1_all.deb ...
Step #3 - "lint": Unpacking python-idna (2.2-1) ...
Step #3 - "lint": Selecting previously unselected package python-ipaddress.
Step #3 - "lint": Preparing to unpack .../60-python-ipaddress_1.0.17-1_all.deb ...
Step #3 - "lint": Unpacking python-ipaddress (1.0.17-1) ...
Step #3 - "lint": Selecting previously unselected package python-pyasn1.
Step #3 - "lint": Preparing to unpack .../61-python-pyasn1_0.1.9-2_all.deb ...
Step #3 - "lint": Unpacking python-pyasn1 (0.1.9-2) ...
Step #3 - "lint": Selecting previously unselected package python-setuptools.
Step #3 - "lint": Preparing to unpack .../62-python-setuptools_33.1.1-1_all.deb ...
Step #3 - "lint": Unpacking python-setuptools (33.1.1-1) ...
Step #3 - "lint": Selecting previously unselected package python-cryptography.
Step #3 - "lint": Preparing to unpack .../63-python-cryptography_1.7.1-3_amd64.deb ...
Step #3 - "lint": Unpacking python-cryptography (1.7.1-3) ...
Step #3 - "lint": Selecting previously unselected package python-openssl.
Step #3 - "lint": Preparing to unpack .../64-python-openssl_16.2.0-1_all.deb ...
Step #3 - "lint": Unpacking python-openssl (16.2.0-1) ...
Step #3 - "lint": Selecting previously unselected package zip.
Step #3 - "lint": Preparing to unpack .../65-zip_3.0-11+b1_amd64.deb ...
Step #3 - "lint": Unpacking zip (3.0-11+b1) ...
Step #3 - "lint": Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
Step #3 - "lint": Setting up libpathplan4 (2.38.0-17) ...
Step #3 - "lint": Setting up libxcb-render0:amd64 (1.12-1) ...
Step #3 - "lint": Setting up libxdot4 (2.38.0-17) ...
Step #3 - "lint": Setting up libjpeg62-turbo:amd64 (1:1.5.1-2) ...
Step #3 - "lint": Setting up psmisc (22.21-2.1+b2) ...
Step #3 - "lint": Setting up mime-support (3.60) ...
Step #3 - "lint": Setting up libpng16-16:amd64 (1.6.28-1) ...
Step #3 - "lint": Setting up libjbig0:amd64 (2.1-3.1+b2) ...
Step #3 - "lint": Setting up fonts-dejavu-core (2.37-1) ...
Step #3 - "lint": Setting up bash-completion (1:2.1-4.3) ...
Step #3 - "lint": Setting up libonig4:amd64 (6.1.3-2) ...
Step #3 - "lint": Setting up libdatrie1:amd64 (0.2.10-4+b1) ...
Step #3 - "lint": Setting up libtiff5:amd64 (4.0.8-2+deb9u4) ...
Step #3 - "lint": Setting up gettext-base (0.19.8.1-2) ...
Step #3 - "lint": Processing triggers for sgml-base (1.29) ...
Step #3 - "lint": Setting up fonts-liberation (1:1.07.4-2) ...
Step #3 - "lint": Setting up ucf (3.0036) ...
Step #3 - "lint": debconf: unable to initialize frontend: Dialog
Step #3 - "lint": debconf: (TERM is not set, so the dialog frontend is not usable.)
Step #3 - "lint": debconf: falling back to frontend: Readline
Step #3 - "lint": Setting up zip (3.0-11+b1) ...
Step #3 - "lint": Setting up libfreetype6:amd64 (2.6.3-3.2) ...
Step #3 - "lint": Setting up libgraphite2-3:amd64 (1.3.10-1) ...
Step #3 - "lint": Setting up libjq1:amd64 (1.5+dfsg-1.3) ...
Step #3 - "lint": Setting up nano (2.7.4-1) ...
Step #3 - "lint": update-alternatives: using /bin/nano to provide /usr/bin/editor (editor) in auto mode
Step #3 - "lint": update-alternatives: using /bin/nano to provide /usr/bin/pico (pico) in auto mode
Step #3 - "lint": Setting up libpixman-1-0:amd64 (0.34.0-1) ...
Step #3 - "lint": Processing triggers for libc-bin (2.24-11+deb9u3) ...
Step #3 - "lint": Setting up wget (1.18-5+deb9u2) ...
Step #3 - "lint": Setting up libann0 (1.1.2+doc-6) ...
Step #3 - "lint": Setting up libxcb-shm0:amd64 (1.12-1) ...
Step #3 - "lint": Setting up libxpm4:amd64 (1:3.5.12-1) ...
Step #3 - "lint": Setting up libxrender1:amd64 (1:0.9.10-1) ...
Step #3 - "lint": Setting up libgts-bin (0.7.6+darcs121130-4) ...
Step #3 - "lint": Setting up libthai-data (0.1.26-1) ...
Step #3 - "lint": Setting up x11-common (1:7.7+19) ...
Step #3 - "lint": debconf: unable to initialize frontend: Dialog
Step #3 - "lint": debconf: (TERM is not set, so the dialog frontend is not usable.)
Step #3 - "lint": debconf: falling back to frontend: Readline
Step #3 - "lint": update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Step #3 - "lint": invoke-rc.d: could not determine current runlevel
Step #3 - "lint": invoke-rc.d: policy-rc.d denied execution of start.
Step #3 - "lint": Setting up libcdt5 (2.38.0-17) ...
Step #3 - "lint": Setting up libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Setting up libcgraph6 (2.38.0-17) ...
Step #3 - "lint": Setting up libwebp6:amd64 (0.5.2-1) ...
Step #3 - "lint": Setting up jq (1.5+dfsg-1.3) ...
Step #3 - "lint": Setting up fontconfig-config (2.11.0-6.7) ...
Step #3 - "lint": debconf: unable to initialize frontend: Dialog
Step #3 - "lint": debconf: (TERM is not set, so the dialog frontend is not usable.)
Step #3 - "lint": debconf: falling back to frontend: Readline
Step #3 - "lint": Setting up libgvpr2 (2.38.0-17) ...
Step #3 - "lint": Setting up python2.7 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Setting up libharfbuzz0b:amd64 (1.4.2-1) ...
Step #3 - "lint": Setting up libthai0:amd64 (0.1.26-1) ...
Step #3 - "lint": Setting up libpython-stdlib:amd64 (2.7.13-2) ...
Step #3 - "lint": Setting up libice6:amd64 (2:1.0.9-2) ...
Step #3 - "lint": Setting up python (2.7.13-2) ...
Step #3 - "lint": Setting up python-idna (2.2-1) ...
Step #3 - "lint": Setting up libfontconfig1:amd64 (2.11.0-6.7+b1) ...
Step #3 - "lint": Setting up libsm6:amd64 (2:1.2.2-1+b3) ...
Step #3 - "lint": Setting up python-pyasn1 (0.1.9-2) ...
Step #3 - "lint": Setting up libgd3:amd64 (2.2.4-2+deb9u3) ...
Step #3 - "lint": Setting up python-pkg-resources (33.1.1-1) ...
Step #3 - "lint": Setting up python-cffi-backend (1.9.1-2) ...
Step #3 - "lint": Setting up python-six (1.10.0-3) ...
Step #3 - "lint": Setting up python-enum34 (1.1.6-1) ...
Step #3 - "lint": Setting up libxt6:amd64 (1:1.1.5-1) ...
Step #3 - "lint": Setting up python-ipaddress (1.0.17-1) ...
Step #3 - "lint": Setting up fontconfig (2.11.0-6.7+b1) ...
Step #3 - "lint": Regenerating fonts cache... done.
Step #3 - "lint": Setting up libcairo2:amd64 (1.14.8-1) ...
Step #3 - "lint": Setting up python-setuptools (33.1.1-1) ...
Step #3 - "lint": Setting up python-urllib3 (1.19.1-1) ...
Step #3 - "lint": Setting up python-chardet (2.3.0-2) ...
Step #3 - "lint": Setting up libxmu6:amd64 (2:1.1.2-2) ...
Step #3 - "lint": Setting up libpango-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Setting up python-cryptography (1.7.1-3) ...
Step #3 - "lint": Setting up python-requests (2.12.4-1) ...
Step #3 - "lint": Setting up linkchecker (9.3-4) ...
Step #3 - "lint": Setting up libxaw7:amd64 (2:1.0.13-1+b2) ...
Step #3 - "lint": Setting up python-openssl (16.2.0-1) ...
Step #3 - "lint": Setting up libpangoft2-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Setting up libpangocairo-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Setting up libgvc6 (2.38.0-17) ...
Step #3 - "lint": Setting up graphviz (2.38.0-17) ...
Step #3 - "lint": Processing triggers for libc-bin (2.24-11+deb9u3) ...
Step #3 - "lint": Removing intermediate container c1b4f53857ba
Step #3 - "lint":  ---> 892fee8e2d04
Step #3 - "lint": Step 3/33 : ENV RUSTUP_HOME=/usr/local/rustup     CARGO_HOME=/usr/local/cargo     PATH=/usr/local/cargo/bin:$PATH     RUST_VERSION=1.26.1
Step #3 - "lint":  ---> Running in d02adfcf5a9f
Step #3 - "lint": Removing intermediate container d02adfcf5a9f
Step #3 - "lint":  ---> ecc16f6538a5
Step #3 - "lint": Step 4/33 : ENV RUST_ARCH=x86_64-unknown-linux-gnu     RUSTUP_SHA256=c9837990bce0faab4f6f52604311a19bb8d2cde989bea6a7b605c8e526db6f02
Step #3 - "lint":  ---> Running in 3af8f02d5d3b
Step #3 - "lint": Removing intermediate container 3af8f02d5d3b
Step #3 - "lint":  ---> 5e7a78980232
Step #3 - "lint": Step 5/33 : RUN wget -q https://static.rust-lang.org/rustup/archive/1.11.0/${RUST_ARCH}/rustup-init &&     echo "${RUSTUP_SHA256} *rustup-init" | sha256sum -c - &&     chmod +x rustup-init &&     ./rustup-init -y --no-modify-path --default-toolchain $RUST_VERSION &&     rm rustup-init &&     rustup --version;     cargo --version;     rustc --version;
Step #3 - "lint":  ---> Running in 342cd5519ca9
Step #3 - "lint": rustup-init: OK
Step #3 - "lint": �[91minfo: syncing channel updates for '1.26.1-x86_64-unknown-linux-gnu'
Step #3 - "lint": �[0m�[91minfo: latest update on 2018-05-29, rust version 1.26.1 (827013a31 2018-05-25)
Step #3 - "lint": info: downloading component 'rustc'
Step #3 - "lint": �[0m�[91minfo: downloading component 'rust-std'
Step #3 - "lint": �[0m�[91minfo: downloading component 'cargo'
Step #3 - "lint": �[0m�[91minfo: downloading component 'rust-docs'
Step #3 - "lint": �[0m�[91minfo: installing component 'rustc'
Step #3 - "lint": �[0m�[91minfo: installing component 'rust-std'
Step #3 - "lint": �[0m�[91minfo: installing component 'cargo'
Step #3 - "lint": �[0m�[91minfo: installing component 'rust-docs'
Step #3 - "lint": �[0m
Step #3 - "lint": �[91minfo: default toolchain set to '1.26.1'
Step #3 - "lint": �[0m  1.26.1 installed - rustc 1.26.1 (827013a31 2018-05-25)
Step #3 - "lint": 
Step #3 - "lint": rustup 1.11.0 (e751ff9f8 2018-02-13)
Step #3 - "lint": cargo 1.26.0 (0e7c5a931 2018-04-06)
Step #3 - "lint": rustc 1.26.1 (827013a31 2018-05-25)
Step #3 - "lint": Removing intermediate container 342cd5519ca9
Step #3 - "lint":  ---> f9d2ca77e7f0
Step #3 - "lint": Step 6/33 : WORKDIR /usr/local
Step #3 - "lint":  ---> Running in adc53876bbee
Step #3 - "lint": Removing intermediate container adc53876bbee
Step #3 - "lint":  ---> 693724ce5fc7
Step #3 - "lint": Step 7/33 : ENV GO_VERSION=1.11.4
Step #3 - "lint":  ---> Running in 2cf40d6e3a49
Step #3 - "lint": Removing intermediate container 2cf40d6e3a49
Step #3 - "lint":  ---> 1b56e24488dd
Step #3 - "lint": Step 8/33 : ENV GOPATH /go
Step #3 - "lint":  ---> Running in c54c7cee6dc0
Step #3 - "lint": Removing intermediate container c54c7cee6dc0
Step #3 - "lint":  ---> 189c86b26970
Step #3 - "lint": Step 9/33 : RUN wget -q https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz &&     tar -xzf go${GO_VERSION}.linux-amd64.tar.gz && rm go${GO_VERSION}.linux-amd64.tar.gz && mkdir ${GOPATH}
Step #3 - "lint":  ---> Running in d5b75362e827
Step #3 - "lint": Removing intermediate container d5b75362e827
Step #3 - "lint":  ---> 8b57513649bf
Step #3 - "lint": Step 10/33 : WORKDIR /opt
Step #3 - "lint":  ---> Running in e1ec44faadd0
Step #3 - "lint": Removing intermediate container e1ec44faadd0
Step #3 - "lint":  ---> 2bc98823cacb
Step #3 - "lint": Step 11/33 : RUN wget -q https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.zip && unzip -q google-cloud-sdk.zip &&     rm google-cloud-sdk.zip &&     /opt/google-cloud-sdk/install.sh --usage-reporting=true --path-update=true --bash-completion=true --rc-path=/root/.bashrc
Step #3 - "lint":  ---> Running in 20b61bad3b61
Step #3 - "lint": Welcome to the Google Cloud SDK!
Step #3 - "lint": WARNING: You appear to be running this script as root. This may cause 
Step #3 - "lint": the installation to be inaccessible to users other than the root user.
Step #3 - "lint": �[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Your current Cloud SDK version is: 230.0.0
Step #3 - "lint": �[0m�[91mInstalling components from version: 230.0.0
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91m+----------------------------------------------------------------------------+
Step #3 - "lint": �[0m�[91m|                    These components will be installed.                     |�[0m�[91m
Step #3 - "lint": �[0m�[91m+-----------------------------------------------------+------------+---------+�[0m�[91m
Step #3 - "lint": �[0m�[91m|                         Name                        |  Version   |   Size  |�[0m�[91m
Step #3 - "lint": �[0m�[91m+-----------------------------------------------------+------------+---------+�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mBigQuery Command Line Tool                         �[0m�[91m �[0m�[91m| �[0m�[91m    2.0.39�[0m�[91m | �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mBigQuery Command Line Tool (Platform Specific)     �[0m�[91m �[0m�[91m| �[0m�[91m    2.0.34�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m |�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud SDK Core Libraries (Platform Specific)       �[0m�[91m �[0m�[91m| �[0m�[91m2018.09.24�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud Storage Command Line Tool                    �[0m�[91m �[0m�[91m| �[0m�[91m      4.35�[0m�[91m �[0m�[91m| �[0m�[91m3.6 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud Storage Command Line Tool (Platform Specific)�[0m�[91m �[0m�[91m| �[0m�[91m      4.34�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mDefault set of gcloud commands                     �[0m�[91m �[0m�[91m| �[0m�[91m          �[0m�[91m �[0m�[91m| �[0m�[91m       �[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgcloud cli dependencies                            �[0m�[91m �[0m�[91m| �[0m�[91m2018.08.03�[0m�[91m �[0m�[91m| �[0m�[91m8.6 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m+-----------------------------------------------------+------------+---------+�[0m�[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mFor the latest full release notes, please visit:
Step #3 - "lint":   https://cloud.google.com/sdk/release_notes
Step #3 - "lint": 
Step #3 - "lint": �[0m�[91m#============================================================#
Step #3 - "lint": #= Creating update staging area                             =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: BigQuery Command Line Tool                   =#
Step #3 - "lint": #�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: BigQuery Command Line Tool (Platform Spec... =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m==============================�[0m�[91m===============�[0m�[91m===============�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud SDK Core Libraries (Platform Specific) =#
Step #3 - "lint": #�[0m�[91m==============================�[0m�[91m==========�[0m�[91m=========�[0m�[91m===========�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud Storage Command Line Tool              =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud Storage Command Line Tool (Platform... =#
Step #3 - "lint": #�[0m�[91m==============================�[0m�[91m===============�[0m�[91m===============�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: Default set of gcloud commands               =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m============================================================#
Step #3 - "lint": �[0m�[91m#= Installing: gcloud cli dependencies                      =#
Step #3 - "lint": #�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Creating backup and activating new installation          =#
Step #3 - "lint": #�[0m�[91m==============================�[0m�[91m==============================�[0m�[91m#
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mPerforming post processing steps...
Step #3 - "lint": �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91mdone.
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Update done!
Step #3 - "lint": 
Step #3 - "lint": �[0m
Step #3 - "lint": This will install all the core command line tools necessary for working with
Step #3 - "lint": the Google Cloud Platform.
Step #3 - "lint": 
Step #3 - "lint": Backing up [/root/.bashrc] to [/root/.bashrc.backup].
Step #3 - "lint": [/root/.bashrc] has been updated.
Step #3 - "lint": 
Step #3 - "lint": ==> Start a new shell for the changes to take effect.
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": For more information on how to get started, please visit:
Step #3 - "lint":   https://cloud.google.com/sdk/docs/quickstarts
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": Removing intermediate container 20b61bad3b61
Step #3 - "lint":  ---> 3fc74039092f
Step #3 - "lint": Step 12/33 : ENV PATH /usr/local/go/bin:/go/bin:/opt/google-cloud-sdk/bin:$PATH
Step #3 - "lint":  ---> Running in 29e432144736
Step #3 - "lint": Removing intermediate container 29e432144736
Step #3 - "lint":  ---> 5f60c54b44cf
Step #3 - "lint": Step 13/33 : RUN gcloud components update && gcloud components install app-engine-go
Step #3 - "lint":  ---> Running in f7508b6086b3
Step #3 - "lint": �[91m
Step #3 - "lint": All components are up to date.
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Your current Cloud SDK version is: 230.0.0
Step #3 - "lint": �[0m�[91mInstalling components from version: 230.0.0
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91m+---------------------------------------------------+
Step #3 - "lint": �[0m�[91m|        These components will be installed.        |�[0m�[91m
Step #3 - "lint": �[0m�[91m+------------------------------+---------+----------+�[0m�[91m
Step #3 - "lint": |             Name             | Version |   Size   |�[0m�[91m
Step #3 - "lint": �[0m�[91m+------------------------------+---------+----------+�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mApp Engine Go Extensions    �[0m�[91m �[0m�[91m| �[0m�[91m       �[0m�[91m �[0m�[91m| �[0m�[91m        �[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mApp Engine Go Extensions    �[0m�[91m �[0m�[91m| �[0m�[91m 1.9.70�[0m�[91m �[0m�[91m| �[0m�[91m56.6 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud Datastore Emulator    �[0m�[91m �[0m�[91m| �[0m�[91m  2.0.3�[0m�[91m �[0m�[91m| �[0m�[91m18.3 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgRPC python library         �[0m�[91m �[0m�[91m| �[0m�[91m  1.9.1�[0m�[91m �[0m�[91m| �[0m�[91m12.1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgRPC python library         �[0m�[91m �[0m�[91m| �[0m�[91m       �[0m�[91m �[0m�[91m| �[0m�[91m        �[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgcloud app Python Extensions�[0m�[91m �[0m�[91m| �[0m�[91m 1.9.81�[0m�[91m �[0m�[91m| �[0m�[91m 6.2 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m+------------------------------+---------+----------+�[0m�[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mFor the latest full release notes, please visit:
Step #3 - "lint":   https://cloud.google.com/sdk/release_notes
Step #3 - "lint": 
Step #3 - "lint": �[0m�[91mDo you want to continue (Y/n)?  
Step #3 - "lint": �[0m�[91m#============================================================#
Step #3 - "lint": �[0m�[91m#= Creating update staging area                             =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m======�[0m�[91m============�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: App Engine Go Extensions                     =#
Step #3 - "lint": #�[0m�[91m============================================================�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: App Engine Go Extensions                     =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud Datastore Emulator                     =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m======#
Step #3 - "lint": �[0m�[91m#= Installing: gRPC python library                          =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: gRPC python library                          =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m============================================================#
Step #3 - "lint": �[0m�[91m#= Installing: gcloud app Python Extensions                 =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Creating backup and activating new installation          =#
Step #3 - "lint": #�[0m�[91m==============================�[0m�[91m==============================�[0m�[91m#
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mPerforming post processing steps...
Step #3 - "lint": �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91mdone.
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Update done!
Step #3 - "lint": 
Step #3 - "lint": �[0mRemoving intermediate container f7508b6086b3
Step #3 - "lint":  ---> 5a5ad71a3ef4
Step #3 - "lint": Step 14/33 : ENV KUBECTL_VER 1.11.5
Step #3 - "lint":  ---> Running in d32af2906071
Step #3 - "lint": Removing intermediate container d32af2906071
Step #3 - "lint":  ---> f6e0ed2d2e7b
Step #3 - "lint": Step 15/33 : 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 #3 - "lint":  ---> Running in e09e8589aeb3
Step #3 - "lint": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #3 - "lint":           �[0m�[91m                       Dload  Upl�[0m�[91moad   T�[0m�[91motal   Spent    Left  Speed
Step #3 - "lint": 
  0     0    0     �[0m�[91m0    0     0      �[0m�[91m0   �[0m�[91m   0 --:--:-- --:-�[0m�[91m-:-- --:--:--   �[0m�[91m  0�[0m�[91m
100 52.8M  100 52.8M    0     0   164M      0 --:--:-- --:--:-- --:--:--  164M
Step #3 - "lint": �[0mRemoving intermediate container e09e8589aeb3
Step #3 - "lint":  ---> c5f206e27fb5
Step #3 - "lint": Step 16/33 : RUN echo "source <(kubectl completion bash)" >> /root/.bashrc
Step #3 - "lint":  ---> Running in cbdd599cf0a9
Step #3 - "lint": Removing intermediate container cbdd599cf0a9
Step #3 - "lint":  ---> a24464656d64
Step #3 - "lint": Step 17/33 : ENV HELM_VER 2.11.0
Step #3 - "lint":  ---> Running in 1fc510850aed
Step #3 - "lint": Removing intermediate container 1fc510850aed
Step #3 - "lint":  ---> fd4756dfda09
Step #3 - "lint": Step 18/33 : ENV HELM_URL https://storage.googleapis.com/kubernetes-helm/helm-v${HELM_VER}-linux-amd64.tar.gz
Step #3 - "lint":  ---> Running in 71430d5f0278
Step #3 - "lint": Removing intermediate container 71430d5f0278
Step #3 - "lint":  ---> 72110ab00ece
Step #3 - "lint": Step 19/33 : 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 #3 - "lint":  ---> Running in ac0ff0cc0f62
Step #3 - "lint": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #3 - "lint":                        �[0m�[91m          Dload  Upload   Tot�[0m�[91mal   Spen�[0m�[91mt    Left  Speed
Step #3 - "lint": 
  0     0    0     0    0     0      0      0 --:--:-- -�[0m�[91m-:--:-- --:--:--     0�[0m�[91m
 48 18.2M   48 9000k    0     0  32.3M      0 --:--:-- --:--:-- --:--:-- 32.3M�[0m�[91m
100 18.2M  100 18.2M    0     0  59.0M      0 --:--:-- --:--:-- --:--:-- 58.9M
Step #3 - "lint": �[0mlinux-amd64/
Step #3 - "lint": linux-amd64/tiller
Step #3 - "lint": linux-amd64/README.md
Step #3 - "lint": linux-amd64/helm
Step #3 - "lint": linux-amd64/LICENSE
Step #3 - "lint": Removing intermediate container ac0ff0cc0f62
Step #3 - "lint":  ---> 4c5a3ac515a2
Step #3 - "lint": Step 20/33 : RUN echo "source <(helm completion bash)" >> /root/.bashrc
Step #3 - "lint":  ---> Running in fc0e12424008
Step #3 - "lint": Removing intermediate container fc0e12424008
Step #3 - "lint":  ---> feb77cbafe6b
Step #3 - "lint": Step 21/33 : RUN mkdir -p /go/src/github.com/golang && cd /go/src/github.com/golang &&     git clone https://github.com/golang/protobuf.git &&      cd protobuf && git checkout v1.2.0 &&     go install github.com/golang/protobuf/protoc-gen-go
Step #3 - "lint":  ---> Running in 3eb36ee930b1
Step #3 - "lint": �[91mCloning into 'protobuf'...
Step #3 - "lint": �[0m�[91mNote: checking out 'v1.2.0'.
Step #3 - "lint": 
Step #3 - "lint": You are in 'detached HEAD' state. You can look around, make experimental
Step #3 - "lint": changes and commit them, and you can discard any commits you make in this
Step #3 - "lint": state without impacting any branches by performing another checkout.
Step #3 - "lint": 
Step #3 - "lint": If you want to create a new branch to retain commits you create, you may
Step #3 - "lint": do so (now or later) by using -b with the checkout command again. Example:
Step #3 - "lint": 
Step #3 - "lint":   git checkout -b <new-branch-name>
Step #3 - "lint": 
Step #3 - "lint": HEAD is now at aa810b6... proto: fix handling of required fields after multiple violations (#679)
Step #3 - "lint": �[0mRemoving intermediate container 3eb36ee930b1
Step #3 - "lint":  ---> a41ac016effa
Step #3 - "lint": Step 22/33 : RUN cargo install protobuf-codegen --vers 2.0.2
Step #3 - "lint":  ---> Running in 031bcf98e0d8
Step #3 - "lint": �[91m    Updating registry `https://github.com/rust-lang/crates.io-index`
Step #3 - "lint": �[0m�[91m Downloading protobuf-codegen v2.0.2
Step #3 - "lint": �[0m�[91m  Installing protobuf-codegen v2.0.2
Step #3 - "lint": �[0m�[91m Downloading protobuf v2.0.2
Step #3 - "lint": �[0m�[91m   Compiling protobuf v2.0.2
Step #3 - "lint": �[0m�[91m   Compiling protobuf-codegen v2.0.2
Step #3 - "lint": �[0m�[91m    Finished release [optimized] target(s) in 34.95 secs
Step #3 - "lint": �[0m�[91m  Installing /usr/local/cargo/bin/protoc-gen-rust
Step #3 - "lint":   Installing /usr/local/cargo/bin/protobuf-bin-gen-rust-do-not-use
Step #3 - "lint": �[0mRemoving intermediate container 031bcf98e0d8
Step #3 - "lint":  ---> d41dda29844d
Step #3 - "lint": Step 23/33 : RUN cargo install grpcio-compiler --vers 0.3.0
Step #3 - "lint":  ---> Running in 6adc448bbfa1
Step #3 - "lint": �[91m    Updating registry `https://github.com/rust-lang/crates.io-index`
Step #3 - "lint": �[0m�[91m Downloading grpcio-compiler v0.3.0
Step #3 - "lint": �[0m�[91m  Installing grpcio-compiler v0.3.0
Step #3 - "lint": �[0m�[91m Downloading protobuf v2.0.6
Step #3 - "lint": �[0m�[91m Downloading protobuf-codegen v2.0.6
Step #3 - "lint": �[0m�[91m   Compiling protobuf v2.0.6
Step #3 - "lint": �[0m�[91m   Compiling protobuf-codegen v2.0.6
Step #3 - "lint": �[0m�[91m   Compiling grpcio-compiler v0.3.0
Step #3 - "lint": �[0m�[91m    Finished release [optimized] target(s) in 35.54 secs
Step #3 - "lint": �[0m�[91m  Installing /usr/local/cargo/bin/grpc_rust_plugin
Step #3 - "lint": �[0mRemoving intermediate container 6adc448bbfa1
Step #3 - "lint":  ---> 095d9fe18e52
Step #3 - "lint": Step 24/33 : RUN go get -u github.com/golang/dep/cmd/dep &&     go get -u golang.org/x/tools/cmd/goimports
Step #3 - "lint":  ---> Running in f5fa45a8d1a9
Step #3 - "lint": Removing intermediate container f5fa45a8d1a9
Step #3 - "lint":  ---> a0ba11e8e240
Step #3 - "lint": Step 25/33 : RUN curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin v1.12.2
Step #3 - "lint":  ---> Running in 34696d5619a7
Step #3 - "lint": �[91mgolangci/golangci-lint info checking GitHub for tag 'v1.12.2'
Step #3 - "lint": �[0m�[91mgolangci/golangci-lint info found version: 1.12.2 for v1.12.2/linux/amd64
Step #3 - "lint": �[0m�[91mgolangci/golangci-lint info installed /go/bin/golangci-lint
Step #3 - "lint": �[0mRemoving intermediate container 34696d5619a7
Step #3 - "lint":  ---> 4a0c8d677916
Step #3 - "lint": Step 26/33 : RUN mkdir -p /go/src && cd /go/src && mkdir -p k8s.io && cd k8s.io &&     git clone -b kubernetes-1.11.5 --depth=3 https://github.com/kubernetes/code-generator.git
Step #3 - "lint":  ---> Running in 2bbfe091d362
Step #3 - "lint": �[91mCloning into 'code-generator'...
Step #3 - "lint": �[0m�[91mNote: checking out '8c97d6ab64da020f8b151e9d3ed8af3172f5c390'.
Step #3 - "lint": 
Step #3 - "lint": You are in 'detached HEAD' state. You can look around, make experimental
Step #3 - "lint": changes and commit them, and you can discard any commits you make in this
Step #3 - "lint": state without impacting any branches by performing another checkout.
Step #3 - "lint": 
Step #3 - "lint": If you want to create a new branch to retain commits you create, you may
Step #3 - "lint": do so (now or later) by using -b with the checkout command again. Example:
Step #3 - "lint": 
Step #3 - "lint":   git checkout -b <new-branch-name>
Step #3 - "lint": 
Step #3 - "lint": �[0mRemoving intermediate container 2bbfe091d362
Step #3 - "lint":  ---> 705e2a90ea75
Step #3 - "lint": Step 27/33 : RUN mkdir /tmp/hugo &&     wget -O /tmp/hugo/hugo.tar.gz https://github.com/gohugoio/hugo/releases/download/v0.53/hugo_extended_0.53_Linux-64bit.tar.gz &&     tar -zxvf /tmp/hugo/hugo.tar.gz -C /tmp/hugo/ &&     mv /tmp/hugo/hugo /usr/local/bin/ &&     rm -r /tmp/hugo
Step #3 - "lint":  ---> Running in a34bad8ba1fd
Step #3 - "lint": �[91m--2019-01-23 00:05:12--  https://github.com/gohugoio/hugo/releases/download/v0.53/hugo_extended_0.53_Linux-64bit.tar.gz
Step #3 - "lint": �[0m�[91mResolving github.com (github.com)... �[0m�[91m192.30.253.113, 192.30.253.112
Step #3 - "lint": Connecting to github.com (github.com)|192.30.253.113|:443... �[0m�[91mconnected.
Step #3 - "lint": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m302 Found
Step #3 - "lint": Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/11180687/68eb0b80-0760-11e9-8761-329b77cc0aeb?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190123%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190123T000512Z&X-Amz-Expires=300&X-Amz-Signature=d0b58742b7bd2ba22f6053e3e25220eb6f218868fdbfac6e0c66d40cd2a8e55d&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dhugo_extended_0.53_Linux-64bit.tar.gz&response-content-type=application%2Foctet-stream [following]
Step #3 - "lint": --2019-01-23 00:05:12--  https://github-production-release-asset-2e65be.s3.amazonaws.com/11180687/68eb0b80-0760-11e9-8761-329b77cc0aeb?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190123%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190123T000512Z&X-Amz-Expires=300&X-Amz-Signature=d0b58742b7bd2ba22f6053e3e25220eb6f218868fdbfac6e0c66d40cd2a8e55d&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dhugo_extended_0.53_Linux-64bit.tar.gz&response-content-type=application%2Foctet-stream
Step #3 - "lint": Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... �[0m�[91m52.216.234.19
Step #3 - "lint": Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.234.19|:443... �[0m�[91mconnected.
Step #3 - "lint": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m200 OK
Step #3 - "lint": Length: 8698428 (8.3M) [application/octet-stream]
Step #3 - "lint": Saving to: '/tmp/hugo/hugo.tar.gz'
Step #3 - "lint": �[0m�[91m
Step #3 - "lint":      0K .......... ......�[0m�[91m.... .......... .......... .�[0m�[91m.........  0% 1.51M 5s�[0m�[91m
Step #3 - "lint":     50K .......... .......�[0m�[91m... .......... ...�[0m�[91m....... .......�[0m�[91m...  1% 1.51M 5s�[0m�[91m
Step #3 - "lint":    100K .�[0m�[91m......... .......�[0m�[91m.�[0m�[91m.. .......... ....�[0m�[91m...... ..........  1% 1.54M 5s
Step #3 - "lint":    150K .�[0m�[91m.........�[0m�[91m .......... .......�[0m�[91m... .......... ..........  2% 97.5M 4s
Step #3 - "lint":    200K ..�[0m�[91m.�[0m�[91m....... ..........�[0m�[91m .......... ......�[0m�[91m.�[0m�[91m...�[0m�[91m ..........  2% 67.3M 3s
Step #3 - "lint":    250K ...�[0m�[91m.�[0m�[91m...... ..........�[0m�[91m .�[0m�[91m......... .......�[0m�[91m.�[0m�[91m.. ..........  3% 1.58M 4s
Step #3 - "lint":    300K .......... ...�[0m�[91m....... ..........�[0m�[91m .......... ..........  4% 70.7M 3s
Step #3 - "lint":    350K .....�[0m�[91m..... ....�[0m�[91m...... ..�[0m�[91m.�[0m�[91m....... .�[0m�[91m........�[0m�[91m.�[0m�[91m ..........  4% 69.4M 3s
Step #3 - "lint":    400K ......�[0m�[91m.... .....�[0m�[91m..... ...�[0m�[91m....... ..�[0m�[91m........�[0m�[91m .�[0m�[91m........�[0m�[91m.  5% 98.4M 2s
Step #3 - "lint":    450K .......�[0m�[91m.�[0m�[91m.. .......... ....�[0m�[91m...... ...�[0m�[91m....... .�[0m�[91m.�[0m�[91m........  5%  101M 2s
Step #3 - "lint":    500K ........�[0m�[91m.. .......�[0m�[91m... ......�[0m�[91m.... ....�[0m�[91m...... ...�[0m�[91m.......  6% 1.64M 2s
Step #3 - "lint":    550K .........�[0m�[91m.�[0m�[91m .......... ...�[0m�[91m....�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m.�[0m�[91m......  7% 52.9M 2s�[0m�[91m
Step #3 - "lint":    600K ..�[0m�[91m........�[0m�[91m .�[0m�[91m......... .......... ......�[0m�[91m.... ....�[0m�[91m.�[0m�[91m.....  7% 70.2M 2s
Step #3 - "lint":    650K ...�[0m�[91m....... .�[0m�[91m.�[0m�[91m........�[0m�[91m .........�[0m�[91m. .......... .....�[0m�[91m.�[0m�[91m....  8% 80.7M 2s
Step #3 - "lint":    700K .......... ..�[0m�[91m....�[0m�[91m.... .........�[0m�[91m.�[0m�[91m ........�[0m�[91m.. ....�[0m�[91m..�[0m�[91m.�[0m�[91m...  8% 85.4M�[0m�[91m 2s
Step #3 - "lint":    750K .....�[0m�[91m..... ...�[0m�[91m.�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .�[0m�[91m........�[0m�[91m. .......�[0m�[91m.�[0m�[91m..  9% 84.4M 2s
Step #3 - "lint":    800K ......�[0m�[91m.... ....�[0m�[91m.�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m.........�[0m�[91m ........�[0m�[91m.�[0m�[91m. 10% 86.1M 1s
Step #3 - "lint":    850K .......�[0m�[91m... .....�[0m�[91m.�[0m�[91m.... ....�[0m�[91m...... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. 10% 93.8M 1s�[0m�[91m
Step #3 - "lint":    900K .......... ......�[0m�[91m.�[0m�[91m... .......... ....�[0m�[91m...... ..�[0m�[91m........ 11%�[0m�[91m  108M 1s�[0m�[91m
Step #3 - "lint":    950K .�[0m�[91m......�[0m�[91m..�[0m�[91m. .......�[0m�[91m.�[0m�[91m.. .......... ....�[0m�[91m.�[0m�[91m..... ...�[0m�[91m....... 11% 83.9M 1s
Step #3 - "lint":   1000K .�[0m�[91m.�[0m�[91m........ .......... .......... ......�[0m�[91m.... .......... 12% 1.80M 1s
Step #3 - "lint":   1050K ...�[0m�[91m....... .........�[0m�[91m.�[0m�[91m .......... .......... .......... 12% 72.7M 1s
Step #3 - "lint":   1100K .......... .......... .......... .......�[0m�[91m... ......�[0m�[91m.... 13% 88.3M 1s
Step #3 - "lint":   1150K .....�[0m�[91m..... .......... ..�[0m�[91m........�[0m�[91m ....�[0m�[91m....�[0m�[91m.. .......�[0m�[91m... 14% 85.7M 1s
Step #3 - "lint":   1200K .....�[0m�[91m.�[0m�[91m.... .......�[0m�[91m... ..�[0m�[91m.�[0m�[91m......�[0m�[91m. .�[0m�[91m........�[0m�[91m. .....�[0m�[91m...�[0m�[91m.. 14% 87.8M 1s
Step #3 - "lint":   1250K .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m.�[0m�[91m...... ..........�[0m�[91m .�[0m�[91m......... 15% 83.3M 1s
Step #3 - "lint":   1300K .....�[0m�[91m...�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ...�[0m�[91m....... .�[0m�[91m.�[0m�[91m........ 15% 89.6M 1s
Step #3 - "lint":   1350K .........�[0m�[91m. .....�[0m�[91m..... .........�[0m�[91m. ....�[0m�[91m...... ...�[0m�[91m....... 16%�[0m�[91m  103M 1s
Step #3 - "lint":   1400K .�[0m�[91m........�[0m�[91m. ........�[0m�[91m.. .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m.�[0m�[91m...... 17% 85.8M 1s
Step #3 - "lint":   1450K ..�[0m�[91m........ .�[0m�[91m........�[0m�[91m. .......�[0m�[91m.�[0m�[91m.. ......�[0m�[91m.... .�[0m�[91m....�[0m�[91m..... 17% 87.9M 1s
Step #3 - "lint":   1500K .....�[0m�[91m..... .�[0m�[91m.....�[0m�[91m....�[0m�[91m .........�[0m�[91m. .......�[0m�[91m... ......�[0m�[91m.... 18% 90.9M 1s
Step #3 - "lint":   1550K ....�[0m�[91m...... ..�[0m�[91m.�[0m�[91m....... ..........�[0m�[91m .......... ......�[0m�[91m.�[0m�[91m... 18% 1.85M 1s
Step #3 - "lint":   1600K .......... ...�[0m�[91m.�[0m�[91m...... ..........�[0m�[91m .......... ........�[0m�[91m.. 19% 60.5M 1s
Step #3 - "lint":   1650K ......�[0m�[91m.... .....�[0m�[91m..... ...�[0m�[91m....... ..�[0m�[91m........ ........�[0m�[91m.. 20% 68.6M 1s
Step #3 - "lint":   1700K ......�[0m�[91m.... .....�[0m�[91m.�[0m�[91m.... �[0m�[91m....�[0m�[91m...... ...�[0m�[91m....... .........�[0m�[91m. 20% 84.3M 1s�[0m�[91m
Step #3 - "lint":   1750K .......... ......�[0m�[91m.�[0m�[91m... .......... ...�[0m�[91m....... �[0m�[91m..�[0m�[91m........ 21% 80.9M 1s
Step #3 - "lint":   1800K .�[0m�[91m.........�[0m�[91m .......�[0m�[91m... ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m 21% 81.7M 1s�[0m�[91m
Step #3 - "lint":   1850K .......�[0m�[91m... ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ .....�[0m�[91m...�[0m�[91m.. 22% 85.1M 1s
Step #3 - "lint":   1900K .......... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... 22%  133M 1s
Step #3 - "lint":   1950K ....�[0m�[91m...... ..�[0m�[91m........ ...�[0m�[91m.....�[0m�[91m.. .......... ...�[0m�[91m.�[0m�[91m...... 23% 98.5M 1s
Step #3 - "lint":   2000K ..........�[0m�[91m .......... ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ 24%  127M 1s�[0m�[91m
Step #3 - "lint":   2050K ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..........�[0m�[91m .......... 24%  101M 1s
Step #3 - "lint":   2100K .....�[0m�[91m.�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... 25%  126M 1s
Step #3 - "lint":   2150K �[0m�[91m....�[0m�[91m...... ..........�[0m�[91m .......... ....�[0m�[91m..�[0m�[91m.... .......... 25%  124M�[0m�[91m 1s
Step #3 - "lint":   2200K ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ 26%  125M 1s�[0m�[91m
Step #3 - "lint":   2250K ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. 27%  109M 1s
Step #3 - "lint":   2300K ......�[0m�[91m.... ..�[0m�[91m........�[0m�[91m ..�[0m�[91m........�[0m�[91m .......... �[0m�[91m......�[0m�[91m.... 27%  121M 1s
Step #3 - "lint":   2350K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... 28%  121M 1s
Step #3 - "lint":   2400K ..........�[0m�[91m .......... .....�[0m�[91m.�[0m�[91m.... .......... .�[0m�[91m......... 28%�[0m�[91m  125M 1s�[0m�[91m
Step #3 - "lint":   2450K ......�[0m�[91m..�[0m�[91m.. ......�[0m�[91m.... .......... .......... ....�[0m�[91m....�[0m�[91m.. 29%  120M 1s
Step #3 - "lint":   2500K ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... 30%  130M 1s
Step #3 - "lint":   2550K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... ....�[0m�[91m..�[0m�[91m.... ....�[0m�[91m...... 30%  122M 1s
Step #3 - "lint":   2600K ........�[0m�[91m..�[0m�[91m .......... ......�[0m�[91m.... ....�[0m�[91m...... .......... 31%  128M 1s�[0m�[91m
Step #3 - "lint":   2650K ........�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 31%  106M 1s
Step #3 - "lint":   2700K ......�[0m�[91m.... ....�[0m�[91m...... .......�[0m�[91m...�[0m�[91m ........�[0m�[91m.. .......... 32%  127M 0s
Step #3 - "lint":   2750K ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... 32%  133M 0s
Step #3 - "lint":   2800K ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ 33%  120M 0s
Step #3 - "lint":   2850K ........�[0m�[91m.. .......... .......... ..�[0m�[91m........�[0m�[91m �[0m�[91m.......... 34% 2.34M 0s
Step #3 - "lint":   2900K ......�[0m�[91m.... .......... ..�[0m�[91m........ .......... ......�[0m�[91m.... 34%  105M 0s
Step #3 - "lint":   2950K ....�[0m�[91m...... .......... ........�[0m�[91m.. ......�[0m�[91m.... ........�[0m�[91m.. 35%  134M 0s
Step #3 - "lint":   3000K ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... .......... 35%  128M 0s�[0m�[91m
Step #3 - "lint":   3050K .......... .......... .......... ..........�[0m�[91m ........�[0m�[91m.. 36%  118M�[0m�[91m 0s
Step #3 - "lint":   3100K .......... .......... .......... .......... ......�[0m�[91m.... 37%  151M 0s
Step #3 - "lint":   3150K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... 37%  149M 0s
Step #3 - "lint":   3200K ..........�[0m�[91m .......... ......�[0m�[91m.... ...�[0m�[91m..�[0m�[91m..... ..........�[0m�[91m 38%  125M 0s
Step #3 - "lint":   3250K ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ .......... 38%�[0m�[91m  134M 0s
Step #3 - "lint":   3300K .�[0m�[91m....�[0m�[91m..... ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... 39%  146M 0s
Step #3 - "lint":   3350K ....�[0m�[91m...... .......... ..�[0m�[91m......�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... 40%  136M 0s
Step #3 - "lint":   3400K ..�[0m�[91m........ ...�[0m�[91m.....�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m........ 40%  137M 0s�[0m�[91m
Step #3 - "lint":   3450K ........�[0m�[91m.. .......... ..�[0m�[91m........ ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 41%  128M 0s
Step #3 - "lint":   3500K ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ .�[0m�[91m......�[0m�[91m.�[0m�[91m.. ..�[0m�[91m........ 41%  160M 0s
Step #3 - "lint":   3550K .......... .......... ........�[0m�[91m.. .......... ...�[0m�[91m.�[0m�[91m...... 42%  165M 0s
Step #3 - "lint":   3600K ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ 42%  160M 0s�[0m�[91m
Step #3 - "lint":   3650K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m.�[0m�[91m.......�[0m�[91m .......... 43%  144M 0s
Step #3 - "lint":   3700K ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... 44%  161M 0s
Step #3 - "lint":   3750K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... ....�[0m�[91m...... 44%  167M 0s
Step #3 - "lint":   3800K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........ 45%  169M 0s�[0m�[91m
Step #3 - "lint":   3850K .......... ....�[0m�[91m...... ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. 45%  134M 0s
Step #3 - "lint":   3900K .......... �[0m�[91m....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. .......... 46%  170M 0s
Step #3 - "lint":   3950K ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... 47%  173M 0s
Step #3 - "lint":   4000K ..�[0m�[91m........ ........�[0m�[91m.. .......... .......... ..�[0m�[91m........ 47%  179M 0s
Step #3 - "lint":   4050K ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... 48%  137M 0s
Step #3 - "lint":   4100K ......�[0m�[91m.... .......... �[0m�[91m..�[0m�[91m........ ........�[0m�[91m.. .......... 48%  168M 0s
Step #3 - "lint":   4150K ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... .......... 49%  175M 0s
Step #3 - "lint":   4200K ..�[0m�[91m........ .......... ......�[0m�[91m.... �[0m�[91m.........�[0m�[91m. ..�[0m�[91m........ 50%  117M 0s
Step #3 - "lint":   4250K .......... .....�[0m�[91m.�[0m�[91m.... .......... .......... ........�[0m�[91m.. 50%  141M 0s
Step #3 - "lint":   4300K .�[0m�[91m......... ....�[0m�[91m...... .......... ........�[0m�[91m.. ......�[0m�[91m.... 51% 2.24M 0s
Step #3 - "lint":   4350K .......... ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... 51% 57.8M 0s
Step #3 - "lint":   4400K ..........�[0m�[91m .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ 52%  144M 0s
Step #3 - "lint":   4450K ........�[0m�[91m.. .......... ....�[0m�[91m...... .......... .......... 52%  134M 0s
Step #3 - "lint":   4500K ......�[0m�[91m.... .......... ..........�[0m�[91m .......... ......�[0m�[91m.... 53%  127M 0s
Step #3 - "lint":   4550K ....�[0m�[91m...... .......... .......... ...�[0m�[91m...�[0m�[91m.... .......... 54%  148M 0s
Step #3 - "lint":   4600K ..�[0m�[91m........�[0m�[91m .......... ...�[0m�[91m.......�[0m�[91m ....�[0m�[91m...... ..�[0m�[91m........ 54%  135M 0s�[0m�[91m
Step #3 - "lint":   4650K .......... ...�[0m�[91m...�[0m�[91m.... .......... ..........�[0m�[91m ........�[0m�[91m.. 55%  136M 0s
Step #3 - "lint":   4700K ......�[0m�[91m.... ....�[0m�[91m...... .......... ........�[0m�[91m.. ......�[0m�[91m.... 55%  135M 0s
Step #3 - "lint":   4750K .......... ..�[0m�[91m..�[0m�[91m...�[0m�[91m... ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... 56%  149M 0s
Step #3 - "lint":   4800K ..........�[0m�[91m .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ 57%  149M 0s
Step #3 - "lint":   4850K .......... .......... ....�[0m�[91m....�[0m�[91m.. ..........�[0m�[91m .......... 57%  134M�[0m�[91m 0s
Step #3 - "lint":   4900K ......�[0m�[91m.... .......... ....�[0m�[91m...... ........�[0m�[91m.. ......�[0m�[91m.... 58%  135M�[0m�[91m 0s
Step #3 - "lint":   4950K ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... 58%  146M 0s
Step #3 - "lint":   5000K �[0m�[91m..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... .....�[0m�[91m..... .......... 59%  143M 0s�[0m�[91m
Step #3 - "lint":   5050K .......... .......... ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. 60%  122M 0s
Step #3 - "lint":   5100K .......... ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... 60%  122M 0s
Step #3 - "lint":   5150K ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... 61%  124M 0s
Step #3 - "lint":   5200K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ..........�[0m�[91m ..�[0m�[91m........ 61%  131M 0s
Step #3 - "lint":   5250K ........�[0m�[91m.. .......... ....�[0m�[91m...... .�[0m�[91m.......�[0m�[91m..�[0m�[91m ........�[0m�[91m.. 62%  119M 0s
Step #3 - "lint":   5300K .......... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... .......... 62%  139M 0s
Step #3 - "lint":   5350K ....�[0m�[91m...... ..........�[0m�[91m .......... .......... ....�[0m�[91m...... 63%  137M 0s�[0m�[91m
Step #3 - "lint":   5400K ..�[0m�[91m........ ........�[0m�[91m.�[0m�[91m. ....�[0m�[91m..�[0m�[91m.... .......... .......... 64%  146M�[0m�[91m 0s�[0m�[91m
Step #3 - "lint":   5450K .......... ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 64%  116M 0s
Step #3 - "lint":   5500K ......�[0m�[91m.... ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... 65%  162M 0s
Step #3 - "lint":   5550K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ..........�[0m�[91m ....�[0m�[91m...... 65%  149M 0s
Step #3 - "lint":   5600K ..�[0m�[91m........ .....�[0m�[91m...�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... .......... 66%  137M 0s
Step #3 - "lint":   5650K ........�[0m�[91m.. .......... .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 67%  139M 0s
Step #3 - "lint":   5700K ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m....�[0m�[91m 67%  169M 0s
Step #3 - "lint":   5750K ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... .......... 68%  162M�[0m�[91m 0s
Step #3 - "lint":   5800K ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ........�[0m�[91m.. 68%  174M 0s�[0m�[91m
Step #3 - "lint":   5850K .......... ..�[0m�[91m....�[0m�[91m.... .........�[0m�[91m. ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 69%  147M 0s
Step #3 - "lint":   5900K ......�[0m�[91m.... ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... 70%  160M 0s
Step #3 - "lint":   5950K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... 70%  166M 0s
Step #3 - "lint":   6000K ..�[0m�[91m........ .....�[0m�[91m..... ......�[0m�[91m.... ....�[0m�[91m...... .......... 71%  183M 0s�[0m�[91m
Step #3 - "lint":   6050K ........�[0m�[91m.. ......�[0m�[91m.... .......... .�[0m�[91m.�[0m�[91m........ ........�[0m�[91m.. 71%  149M 0s
Step #3 - "lint":   6100K ..........�[0m�[91m .......... ..�[0m�[91m........ .....�[0m�[91m...�[0m�[91m.. .......... 72%  151M 0s
Step #3 - "lint":   6150K ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. .......... ....�[0m�[91m...... 72%  163M 0s
Step #3 - "lint":   6200K ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........ 73%  181M 0s�[0m�[91m
Step #3 - "lint":   6250K .......... .�[0m�[91m.....�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 74%  143M 0s
Step #3 - "lint":   6300K .......... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... .......... 74%  173M 0s
Step #3 - "lint":   6350K .......... ..�[0m�[91m........�[0m�[91m .......... ..�[0m�[91m....�[0m�[91m.... ....�[0m�[91m...... 75%  174M 0s
Step #3 - "lint":   6400K ..........�[0m�[91m .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ 75%  166M 0s�[0m�[91m
Step #3 - "lint":   6450K ........�[0m�[91m.. ......�[0m�[91m.... ...�[0m�[91m.�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. 76%  148M 0s
Step #3 - "lint":   6500K ..�[0m�[91m....�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... 77%  174M 0s
Step #3 - "lint":   6550K ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... .......... 77%  169M 0s
Step #3 - "lint":   6600K ..�[0m�[91m........ ...�[0m�[91m.....�[0m�[91m.. ......�[0m�[91m.... �[0m�[91m....�[0m�[91m...... .......... 78%  146M 0s
Step #3 - "lint":   6650K ........�[0m�[91m.. .......... .......... ..�[0m�[91m........ .......... 78%�[0m�[91m  137M 0s
Step #3 - "lint":   6700K ......�[0m�[91m.... ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. .......... 79%  151M 0s
Step #3 - "lint":   6750K .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... 80%  143M 0s
Step #3 - "lint":   6800K ..�[0m�[91m........�[0m�[91m .......... ..�[0m�[91m....�[0m�[91m.... .......... ..�[0m�[91m........ 80%  166M 0s
Step #3 - "lint":   6850K ..�[0m�[91m......�[0m�[91m.. .......... ..........�[0m�[91m ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 81%  148M 0s
Step #3 - "lint":   6900K ......�[0m�[91m.... .......... ..�[0m�[91m........ .......... ......�[0m�[91m.... 81% 3.27M 0s
Step #3 - "lint":   6950K .......... ..�[0m�[91m........ .......... .......... .......... 82%  100M 0s
Step #3 - "lint":   7000K ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m...�[0m�[91m. ....�[0m�[91m......�[0m�[91m .......... 82%  130M 0s�[0m�[91m
Step #3 - "lint":   7050K .......... ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m .......... 83%  103M 0s
Step #3 - "lint":   7100K ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... 84%  143M 0s
Step #3 - "lint":   7150K ......�[0m�[91m.... �[0m�[91m..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... ....�[0m�[91m...... 84%  148M 0s
Step #3 - "lint":   7200K .....�[0m�[91m.....�[0m�[91m .......... .......... ....�[0m�[91m...... ..�[0m�[91m........ 85%  133M 0s
Step #3 - "lint":   7250K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..........�[0m�[91m .......... 85%  139M 0s
Step #3 - "lint":   7300K ......�[0m�[91m.... .......... ..�[0m�[91m........ ..�[0m�[91m......�[0m�[91m.. .......... 86%  135M 0s
Step #3 - "lint":   7350K ....�[0m�[91m...... ..........�[0m�[91m .......... .......... ....�[0m�[91m...... 87%  147M 0s
Step #3 - "lint":   7400K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ 87%  140M 0s�[0m�[91m
Step #3 - "lint":   7450K .......... ...�[0m�[91m...�[0m�[91m.... .......... ..�[0m�[91m........ ........�[0m�[91m.. 88%  107M 0s
Step #3 - "lint":   7500K ...�[0m�[91m....... ....�[0m�[91m...... ..�[0m�[91m......�[0m�[91m..�[0m�[91m .......... ......�[0m�[91m.... 88%  143M 0s
Step #3 - "lint":   7550K .......... �[0m�[91m..�[0m�[91m........ .......... ......�[0m�[91m..�[0m�[91m.. ..�[0m�[91m..�[0m�[91m...... 89%  145M 0s
Step #3 - "lint":   7600K ..�[0m�[91m.....�[0m�[91m...�[0m�[91m .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ 90%  153M 0s�[0m�[91m
Step #3 - "lint":   7650K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 90%  131M 0s
Step #3 - "lint":   7700K ......�[0m�[91m.... .......... .�[0m�[91m.�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... 91%  163M 0s
Step #3 - "lint":   7750K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... ....�[0m�[91m...... 91%  172M 0s
Step #3 - "lint":   7800K�[0m�[91m ..�[0m�[91m........ ........�[0m�[91m.. .......... .......... .......... 92%  168M 0s�[0m�[91m
Step #3 - "lint":   7850K ........�[0m�[91m.. .......... ....�[0m�[91m...... .......... .......... 93%  137M 0s
Step #3 - "lint":   7900K�[0m�[91m ......�[0m�[91m.... ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... 93%  155M 0s
Step #3 - "lint":   7950K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... .......... 94%  156M 0s
Step #3 - "lint":   8000K ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ 94%  174M 0s�[0m�[91m
Step #3 - "lint":   8050K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 95%  140M 0s
Step #3 - "lint":   8100K ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. .......... 95%  162M 0s
Step #3 - "lint":   8150K ..�[0m�[91m..�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... ....�[0m�[91m...... 96%  164M 0s
Step #3 - "lint":   8200K ..�[0m�[91m........ ........�[0m�[91m.. .......... .�[0m�[91m......... ..�[0m�[91m........ 97%  159M 0s�[0m�[91m
Step #3 - "lint":   8250K .......... ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 97%  136M 0s
Step #3 - "lint":   8300K .......... .�[0m�[91m...�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. �[0m�[91m......�[0m�[91m....�[0m�[91m 98%  175M 0s
Step #3 - "lint":   8350K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... 98%  179M 0s
Step #3 - "lint":   8400K ..�[0m�[91m........ .......... ...�[0m�[91m...�[0m�[91m.... .......... ..�[0m�[91m.......�[0m�[91m. 99%  166M 0s
Step #3 - "lint":   8450K ......�[0m�[91m..�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..........�[0m�[91m ....      100%  146M=0.3s
Step #3 - "lint": 
Step #3 - "lint": �[0m�[91m2019-01-23 00:05:13 (25.0 MB/s) - '/tmp/hugo/hugo.tar.gz' saved [8698428/8698428]
Step #3 - "lint": 
Step #3 - "lint": �[0mLICENSE
Step #3 - "lint": README.md
Step #3 - "lint": hugo
Step #3 - "lint": Removing intermediate container a34bad8ba1fd
Step #3 - "lint":  ---> b59261a4fd30
Step #3 - "lint": Step 28/33 : RUN curl -sL https://deb.nodesource.com/setup_11.x | bash - &&     apt-get install -y nodejs
Step #3 - "lint":  ---> Running in 1b4b97f5e9d2
Step #3 - "lint": 
Step #3 - "lint": ## Installing the NodeSource Node.js 11.x repo...
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": ## Populating apt-get cache...
Step #3 - "lint": 
Step #3 - "lint": + apt-get update
Step #3 - "lint": Ign:1 http://deb.debian.org/debian stretch InRelease
Step #3 - "lint": Hit:2 http://security.debian.org/debian-security stretch/updates InRelease
Step #3 - "lint": Hit:3 http://deb.debian.org/debian stretch-updates InRelease
Step #3 - "lint": Hit:4 http://deb.debian.org/debian stretch Release
Step #3 - "lint": Reading package lists...
Step #3 - "lint": 
Step #3 - "lint": ## Installing packages required for setup: apt-transport-https lsb-release...
Step #3 - "lint": 
Step #3 - "lint": + apt-get install -y apt-transport-https lsb-release > /dev/null 2>&1
Step #3 - "lint": 
Step #3 - "lint": ## Confirming "stretch" is supported...
Step #3 - "lint": 
Step #3 - "lint": + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_11.x/dists/stretch/Release'
Step #3 - "lint": 
Step #3 - "lint": ## Adding the NodeSource signing key to your keyring...
Step #3 - "lint": 
Step #3 - "lint": + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
Step #3 - "lint": �[91mWarning: apt-key output should not be parsed (stdout is not a terminal)
Step #3 - "lint": �[0mOK
Step #3 - "lint": 
Step #3 - "lint": ## Creating apt sources list file for the NodeSource Node.js 11.x repo...
Step #3 - "lint": 
Step #3 - "lint": + echo 'deb https://deb.nodesource.com/node_11.x stretch main' > /etc/apt/sources.list.d/nodesource.list
Step #3 - "lint": + echo 'deb-src https://deb.nodesource.com/node_11.x stretch main' >> /etc/apt/sources.list.d/nodesource.list
Step #3 - "lint": 
Step #3 - "lint": ## Running `apt-get update` for you...
Step #3 - "lint": 
Step #3 - "lint": + apt-get update
Step #3 - "lint": Hit:1 http://security.debian.org/debian-security stretch/updates InRelease
Step #3 - "lint": Ign:2 http://deb.debian.org/debian stretch InRelease
Step #3 - "lint": Hit:3 http://deb.debian.org/debian stretch-updates InRelease
Step #3 - "lint": Hit:4 http://deb.debian.org/debian stretch Release
Step #3 - "lint": Get:5 https://deb.nodesource.com/node_11.x stretch InRelease [4612 B]
Step #3 - "lint": Get:7 https://deb.nodesource.com/node_11.x stretch/main amd64 Packages [767 B]
Step #3 - "lint": Fetched 5379 B in 0s (10.2 kB/s)
Step #3 - "lint": Reading package lists...
Step #3 - "lint": 
Step #3 - "lint": ## Run `sudo apt-get install -y nodejs` to install Node.js 11.x and npm
Step #3 - "lint": ## You may also need development tools to build native addons:
Step #3 - "lint":      sudo apt-get install gcc g++ make
Step #3 - "lint": ## To install the Yarn package manager, run:
Step #3 - "lint":      curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
Step #3 - "lint":      echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
Step #3 - "lint":      sudo apt-get update && sudo apt-get install yarn
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": Reading package lists...
Step #3 - "lint": Building dependency tree...
Step #3 - "lint": Reading state information...
Step #3 - "lint": The following NEW packages will be installed:
Step #3 - "lint":   nodejs
Step #3 - "lint": 0 upgraded, 1 newly installed, 0 to remove and 6 not upgraded.
Step #3 - "lint": Need to get 15.7 MB of archives.
Step #3 - "lint": After this operation, 74.1 MB of additional disk space will be used.
Step #3 - "lint": Get:1 https://deb.nodesource.com/node_11.x stretch/main amd64 nodejs amd64 11.7.0-1nodesource1 [15.7 MB]
Step #3 - "lint": �[91mdebconf: delaying package configuration, since apt-utils is not installed
Step #3 - "lint": �[0mFetched 15.7 MB in 0s (30.1 MB/s)
Step #3 - "lint": Selecting previously unselected package nodejs.
Step #3 - "lint": (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 ... 21148 files and directories currently installed.)
Step #3 - "lint": Preparing to unpack .../nodejs_11.7.0-1nodesource1_amd64.deb ...
Step #3 - "lint": Unpacking nodejs (11.7.0-1nodesource1) ...
Step #3 - "lint": Setting up nodejs (11.7.0-1nodesource1) ...
Step #3 - "lint": Removing intermediate container 1b4b97f5e9d2
Step #3 - "lint":  ---> 3fe29b193a64
Step #3 - "lint": Step 29/33 : RUN echo "export PATH=/usr/local/go/bin:/go/bin/:\$PATH" >> /root/.bashrc
Step #3 - "lint":  ---> Running in 28d92fa6f7cc
Step #3 - "lint": Removing intermediate container 28d92fa6f7cc
Step #3 - "lint":  ---> 848e9a8a7237
Step #3 - "lint": Step 30/33 : RUN echo "export EDITOR=nano" >> /root/.bashrc
Step #3 - "lint":  ---> Running in 7c8f0624ab4e
Step #3 - "lint": Removing intermediate container 7c8f0624ab4e
Step #3 - "lint":  ---> 6873cd6abc62
Step #3 - "lint": Step 31/33 : COPY *.sh /root/
Step #3 - "lint":  ---> ffc6ecced394
Step #3 - "lint": Step 32/33 : RUN chmod +x /root/*.sh
Step #3 - "lint":  ---> Running in 1b1465220464
Step #3 - "lint": Removing intermediate container 1b1465220464
Step #3 - "lint":  ---> 158115ba3e27
Step #3 - "lint": Step 33/33 : WORKDIR /go
Step #3 - "lint":  ---> Running in d8183c941f03
Step #3 - "lint": Removing intermediate container d8183c941f03
Step #3 - "lint":  ---> 642b9d7c7d19
Step #3 - "lint": Successfully built 642b9d7c7d19
Step #3 - "lint": Successfully tagged agones-build:db76ca0bfb
Step #3 - "lint": make[1]: Leaving directory '/workspace/build'
Step #3 - "lint": docker run -t -e "TERM=xterm-256color" --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build -w /go/src/agones.dev/agones  agones-build:db76ca0bfb bash -c \
Step #3 - "lint": 	"golangci-lint run ./examples/... && golangci-lint run --deadline 15m ./..."
Finished Step #3 - "lint"
Starting Step #7 - "build"
Starting Step #4 - "tests"
Starting Step #8 - "build-e2e"
Step #8 - "build-e2e": Already have image (with digest): gcr.io/cloud-builders/docker
Step #4 - "tests": Already have image: make-docker
Step #7 - "build": Already have image: make-docker
Step #8 - "build-e2e": Sending build context to Docker daemon  7.168kB

Step #8 - "build-e2e": Step 1/20 : FROM gcr.io/cloud-builders/gcloud-slim
Step #8 - "build-e2e":  ---> c328dc31a68c
Step #8 - "build-e2e": Step 2/20 : RUN apt-get update &&     apt-get install -y wget psmisc make gcc python jq zip &&     apt-get clean
Step #8 - "build-e2e":  ---> Running in b5a61a1834a6
Step #8 - "build-e2e": Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB]
Step #8 - "build-e2e": Get:2 http://archive.ubuntu.com/ubuntu xenial InRelease [247 kB]
Step #8 - "build-e2e": Get:3 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial InRelease [23.8 kB]
Step #4 - "tests": mkdir -p ~/.kube/
Step #4 - "tests": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go test -race agones.dev/agones/pkg/... \
Step #4 - "tests": agones.dev/agones/sdks/... agones.dev/agones/cmd/...
Step #4 - "tests": mkdir -p /tmp/agones-install
Step #4 - "tests": mkdir -p /workspace/build//.config/gcloud
Step #4 - "tests": mkdir -p ~/.helm
Step #4 - "tests": cp /workspace/install/yaml/install.yaml /tmp/agones-install/install.yaml
Step #4 - "tests": docker run --rm --name=agones-website -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb \
Step #4 - "tests":     	hugo server --watch --baseURL="http://localhost:1313/site/" &
Step #4 - "tests": until docker exec agones-website curl -o /dev/null --silent http://localhost:1313/site/; \
Step #4 - "tests": 		do \
Step #4 - "tests": 			echo "Waiting for server to start..."; \
Step #4 - "tests": 			sleep 1; \
Step #4 - "tests": 		done
Step #4 - "tests": sort /tmp/agones-install/install.yaml > /tmp/agones-install/install.yaml.sorted
Step #4 - "tests": /usr/bin/make gen-install
Step #4 - "tests": make[1]: Entering directory '/workspace/build'
Step #4 - "tests": mkdir -p ~/.kube/
Step #4 - "tests": mkdir -p /workspace/build//.config/gcloud
Step #4 - "tests": mkdir -p ~/.helm
Step #4 - "tests": Error: No such container: agones-website
Step #4 - "tests": Waiting for server to start...
Step #4 - "tests": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build  agones-build:db76ca0bfb bash -c \
Step #4 - "tests": 	'helm template --name=agones-manual --namespace agones-system /go/src/agones.dev/agones/install/helm/agones \
Step #4 - "tests": 	--set agones.controller.generateTLS=false \
Step #4 - "tests": 	--set agones.crds.cleanupOnDelete=false \
Step #4 - "tests": 	> /go/src/agones.dev/agones/install/yaml/install.yaml'
Step #8 - "build-e2e": Get:4 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial/main amd64 Packages [3356 B]
Step #8 - "build-e2e": Get:5 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [600 kB]
Step #8 - "build-e2e": Get:6 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
Step #8 - "build-e2e": Get:7 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
Step #8 - "build-e2e": Get:8 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial/main Translation-en [2380 B]
Step #8 - "build-e2e": Get:9 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages [1201 kB]
Step #8 - "build-e2e": Get:10 http://security.ubuntu.com/ubuntu xenial-security/main Translation-en [249 kB]
Step #8 - "build-e2e": Get:11 http://security.ubuntu.com/ubuntu xenial-security/restricted amd64 Packages [7204 B]
Step #8 - "build-e2e": Get:12 http://security.ubuntu.com/ubuntu xenial-security/restricted Translation-en [2152 B]
Step #8 - "build-e2e": Get:13 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [415 kB]
Step #8 - "build-e2e": Get:14 http://security.ubuntu.com/ubuntu xenial-security/universe Translation-en [163 kB]
Step #8 - "build-e2e": Get:15 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [5600 B]
Step #8 - "build-e2e": Get:16 http://security.ubuntu.com/ubuntu xenial-security/multiverse Translation-en [2676 B]
Step #8 - "build-e2e": Get:17 http://archive.ubuntu.com/ubuntu xenial/main Translation-en [568 kB]
Step #8 - "build-e2e": Get:18 http://archive.ubuntu.com/ubuntu xenial/restricted amd64 Packages [8344 B]
Step #8 - "build-e2e": Get:19 http://archive.ubuntu.com/ubuntu xenial/restricted Translation-en [2908 B]
Step #8 - "build-e2e": Get:20 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages [7532 kB]
Step #7 - "build": mkdir -p ~/.kube/
Step #7 - "build": mkdir -p /workspace/build//.config/gcloud
Step #8 - "build-e2e": Get:21 http://archive.ubuntu.com/ubuntu xenial/universe Translation-en [4354 kB]
Step #7 - "build": mkdir -p ~/.helm
Step #8 - "build-e2e": Get:22 http://archive.ubuntu.com/ubuntu xenial/multiverse amd64 Packages [144 kB]
Step #8 - "build-e2e": Get:23 http://archive.ubuntu.com/ubuntu xenial/multiverse Translation-en [106 kB]
Step #8 - "build-e2e": Get:24 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [902 kB]
Step #8 - "build-e2e": Get:25 http://archive.ubuntu.com/ubuntu xenial-updates/main Translation-en [365 kB]
Step #4 - "tests": Building sites … Waiting for server to start...
Step #8 - "build-e2e": Get:26 http://archive.ubuntu.com/ubuntu xenial-updates/restricted amd64 Packages [7556 B]
Step #8 - "build-e2e": Get:27 http://archive.ubuntu.com/ubuntu xenial-updates/restricted Translation-en [2272 B]
Step #8 - "build-e2e": Get:28 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [720 kB]
Step #8 - "build-e2e": Get:29 http://archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [295 kB]
Step #7 - "build": docker run --rm -e "CGO_ENABLED=0" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #7 - "build": -tags none -o /go/src/agones.dev/agones/cmd/controller/bin/controller \
Step #7 - "build":  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-d8bb7ea" -installsuffix cgo agones.dev/agones/cmd/controller
Step #8 - "build-e2e": Get:30 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [16.6 kB]
Step #8 - "build-e2e": Get:31 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse Translation-en [8440 B]
Step #8 - "build-e2e": Get:32 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [7280 B]
Step #8 - "build-e2e": Get:33 http://archive.ubuntu.com/ubuntu xenial-backports/main Translation-en [4456 B]
Step #8 - "build-e2e": Get:34 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [7804 B]
Step #8 - "build-e2e": Get:35 http://archive.ubuntu.com/ubuntu xenial-backports/universe Translation-en [4184 B]
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 #4 - "tests": Waiting for server to start...
Step #4 - "tests": make[1]: Leaving directory '/workspace/build'
Step #4 - "tests": sort /workspace/install/yaml/install.yaml > /tmp/agones-install/install.current.yaml.sorted
Step #4 - "tests": diff /tmp/agones-install/install.yaml.sorted /tmp/agones-install/install.current.yaml.sorted
Step #4 - "tests": 
Step #4 - "tests":                    | EN  
Step #4 - "tests": +------------------+----+
Step #4 - "tests":   Pages            | 59  
Step #4 - "tests":   Paginator pages  |  0  
Step #4 - "tests":   Non-page files   |  2  
Step #4 - "tests":   Static files     | 39  
Step #4 - "tests":   Processed images |  2  
Step #4 - "tests":   Aliases          | 10  
Step #4 - "tests":   Sitemaps         |  1  
Step #4 - "tests":   Cleaned          |  0  
Step #4 - "tests": 
Step #4 - "tests": Total in 2007 ms
Step #4 - "tests": Watching for changes in /go/src/agones.dev/agones/site/{assets,content,layouts,static,themes}
Step #4 - "tests": Watching for config changes in /go/src/agones.dev/agones/site/config.toml, /go/src/agones.dev/agones/site/themes/docsy/config.toml
Step #4 - "tests": Environment: "development"
Step #4 - "tests": Serving pages from memory
Step #4 - "tests": Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
Step #4 - "tests": Web Server is available at http://localhost:1313/site/ (bind address 127.0.0.1)
Step #4 - "tests": Press Ctrl+C to stop
Step #4 - "tests": ( trap 'docker stop agones-website' EXIT; docker exec agones-website linkchecker --anchors http://localhost:1313/site/ )
Step #8 - "build-e2e": Fetched 18.3 MB in 5s (3059 kB/s)
Step #4 - "tests": WARNING 2019-01-23 00:06:19,207 MainThread Running as root user; dropping privileges by changing user to nobody.
Step #4 - "tests": INFO 2019-01-23 00:06:19,208 MainThread Checking intern URLs only; use --check-extern to check extern URLs.
Step #4 - "tests": LinkChecker 9.3              Copyright (C) 2000-2014 Bastian Kleineidam
Step #4 - "tests": LinkChecker comes with ABSOLUTELY NO WARRANTY!
Step #4 - "tests": This is free software, and you are welcome to redistribute it
Step #4 - "tests": under certain conditions. Look at the file `LICENSE' within this
Step #4 - "tests": distribution.
Step #4 - "tests": Get the newest version at http://wummel.github.io/linkchecker/
Step #4 - "tests": Write comments and bugs to https://github.com/wummel/linkchecker/issues
Step #4 - "tests": Support this project at http://wummel.github.io/linkchecker/donations.html
Step #4 - "tests": 
Step #4 - "tests": Start checking at 2019-01-23 00:06:19+000
Step #4 - "tests": 10 threads active,     5 links queued,   21 links in   3 URLs checked, runtime 1 seconds
Step #8 - "build-e2e": Reading package lists...
Step #8 - "build-e2e": Reading package lists...
Step #8 - "build-e2e": Building dependency tree...
Step #8 - "build-e2e": Reading state information...
Step #8 - "build-e2e": python is already the newest version (2.7.12-1~16.04).
Step #8 - "build-e2e": python set to manually installed.
Step #8 - "build-e2e": The following packages were automatically installed and are no longer required:
Step #8 - "build-e2e":   libexpat1-dev libpython-dev libpython2.7 libpython2.7-dev
Step #8 - "build-e2e":   python-pkg-resources python2.7-dev
Step #8 - "build-e2e": Use 'apt autoremove' to remove them.
Step #8 - "build-e2e": The following additional packages will be installed:
Step #8 - "build-e2e":   libonig2 unzip
Step #8 - "build-e2e": Suggested packages:
Step #8 - "build-e2e":   gcc-multilib autoconf automake libtool flex bison gdb gcc-doc make-doc
Step #8 - "build-e2e": The following NEW packages will be installed:
Step #8 - "build-e2e":   gcc jq libonig2 make psmisc unzip wget zip
Step #8 - "build-e2e": 0 upgraded, 8 newly installed, 0 to remove and 15 not upgraded.
Step #8 - "build-e2e": Need to get 746 kB/1051 kB of archives.
Step #8 - "build-e2e": After this operation, 3466 kB of additional disk space will be used.
Step #8 - "build-e2e": Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 psmisc amd64 22.21-2.1build1 [48.0 kB]
Step #8 - "build-e2e": Get:2 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libonig2 amd64 5.9.6-1ubuntu0.1 [86.7 kB]
Step #8 - "build-e2e": Get:3 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 jq amd64 1.5+dfsg-1ubuntu0.1 [144 kB]
Step #8 - "build-e2e": Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 make amd64 4.1-6 [151 kB]
Step #8 - "build-e2e": Get:5 http://archive.ubuntu.com/ubuntu xenial/main amd64 unzip amd64 6.0-20ubuntu1 [158 kB]
Step #8 - "build-e2e": Get:6 http://archive.ubuntu.com/ubuntu xenial/main amd64 zip amd64 3.0-11 [158 kB]
Step #8 - "build-e2e": Fetched 746 kB in 0s (832 kB/s)
Step #8 - "build-e2e": Selecting previously unselected package psmisc.
Step #8 - "build-e2e": (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15833 files and directories currently installed.)
Step #8 - "build-e2e": Preparing to unpack .../psmisc_22.21-2.1build1_amd64.deb ...
Step #8 - "build-e2e": Unpacking psmisc (22.21-2.1build1) ...
Step #8 - "build-e2e": Selecting previously unselected package wget.
Step #8 - "build-e2e": Preparing to unpack .../wget_1.17.1-1ubuntu1.4_amd64.deb ...
Step #8 - "build-e2e": Unpacking wget (1.17.1-1ubuntu1.4) ...
Step #8 - "build-e2e": Selecting previously unselected package gcc.
Step #8 - "build-e2e": Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ...
Step #8 - "build-e2e": Unpacking gcc (4:5.3.1-1ubuntu1) ...
Step #8 - "build-e2e": Selecting previously unselected package libonig2:amd64.
Step #8 - "build-e2e": Preparing to unpack .../libonig2_5.9.6-1ubuntu0.1_amd64.deb ...
Step #8 - "build-e2e": Unpacking libonig2:amd64 (5.9.6-1ubuntu0.1) ...
Step #8 - "build-e2e": Selecting previously unselected package jq.
Step #8 - "build-e2e": Preparing to unpack .../jq_1.5+dfsg-1ubuntu0.1_amd64.deb ...
Step #8 - "build-e2e": Unpacking jq (1.5+dfsg-1ubuntu0.1) ...
Step #8 - "build-e2e": Selecting previously unselected package make.
Step #8 - "build-e2e": Preparing to unpack .../archives/make_4.1-6_amd64.deb ...
Step #8 - "build-e2e": Unpacking make (4.1-6) ...
Step #8 - "build-e2e": Selecting previously unselected package unzip.
Step #8 - "build-e2e": Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ...
Step #8 - "build-e2e": Unpacking unzip (6.0-20ubuntu1) ...
Step #8 - "build-e2e": Selecting previously unselected package zip.
Step #8 - "build-e2e": Preparing to unpack .../archives/zip_3.0-11_amd64.deb ...
Step #8 - "build-e2e": Unpacking zip (3.0-11) ...
Step #8 - "build-e2e": Processing triggers for libc-bin (2.23-0ubuntu10) ...
Step #8 - "build-e2e": Processing triggers for mime-support (3.59ubuntu1) ...
Step #8 - "build-e2e": Setting up psmisc (22.21-2.1build1) ...
Step #8 - "build-e2e": Setting up wget (1.17.1-1ubuntu1.4) ...
Step #8 - "build-e2e": Setting up gcc (4:5.3.1-1ubuntu1) ...
Step #8 - "build-e2e": Setting up libonig2:amd64 (5.9.6-1ubuntu0.1) ...
Step #8 - "build-e2e": Setting up jq (1.5+dfsg-1ubuntu0.1) ...
Step #8 - "build-e2e": Setting up make (4.1-6) ...
Step #8 - "build-e2e": Setting up unzip (6.0-20ubuntu1) ...
Step #8 - "build-e2e": Setting up zip (3.0-11) ...
Step #8 - "build-e2e": Processing triggers for libc-bin (2.23-0ubuntu10) ...
Step #4 - "tests": 10 threads active,   219 links queued,  341 links in  17 URLs checked, runtime 6 seconds
Step #8 - "build-e2e": Removing intermediate container b5a61a1834a6
Step #8 - "build-e2e":  ---> 327d34bcb27a
Step #8 - "build-e2e": Step 3/20 : WORKDIR /usr/local
Step #8 - "build-e2e":  ---> Running in 971fa547cc77
Step #8 - "build-e2e": Removing intermediate container 971fa547cc77
Step #8 - "build-e2e":  ---> 0653536c497d
Step #8 - "build-e2e": Step 4/20 : ENV GO_VERSION=1.11.1
Step #8 - "build-e2e":  ---> Running in f3ca67f6ccae
Step #8 - "build-e2e": Removing intermediate container f3ca67f6ccae
Step #8 - "build-e2e":  ---> 3160fa03648c
Step #8 - "build-e2e": Step 5/20 : ENV GOPATH /go
Step #8 - "build-e2e":  ---> Running in 986cb252f673
Step #4 - "tests": 10 threads active,   288 links queued,  568 links in  30 URLs checked, runtime 11 seconds
Step #8 - "build-e2e": Removing intermediate container 986cb252f673
Step #8 - "build-e2e":  ---> 35bd022f31db
Step #8 - "build-e2e": Step 6/20 : RUN wget -q https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz &&     tar -xzf go${GO_VERSION}.linux-amd64.tar.gz && rm go${GO_VERSION}.linux-amd64.tar.gz && mkdir ${GOPATH}
Step #8 - "build-e2e":  ---> Running in 26945c81bfbb
Step #4 - "tests": 10 threads active,   575 links queued, 1489 links in  46 URLs checked, runtime 16 seconds
Step #4 - "tests": 10 threads active,   566 links queued, 2501 links in  58 URLs checked, runtime 21 seconds
Step #4 - "tests": 10 threads active,    29 links queued, 3354 links in  66 URLs checked, runtime 26 seconds
Step #4 - "tests": 10 threads active,     0 links queued, 3383 links in  77 URLs checked, runtime 31 seconds
Step #8 - "build-e2e": Removing intermediate container 26945c81bfbb
Step #8 - "build-e2e":  ---> e384986fbbb6
Step #8 - "build-e2e": Step 7/20 : ENV PATH /usr/local/go/bin:/go/bin:$PATH
Step #8 - "build-e2e":  ---> Running in b72db1a24e93
Step #8 - "build-e2e": Removing intermediate container b72db1a24e93
Step #8 - "build-e2e":  ---> c1d72c22f5af
Step #8 - "build-e2e": Step 8/20 : ENV KUBECTL_VER 1.11.5
Step #8 - "build-e2e":  ---> Running in a13933e57c95
Step #8 - "build-e2e": Removing intermediate container a13933e57c95
Step #8 - "build-e2e":  ---> a58cf5f3b24e
Step #8 - "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 #8 - "build-e2e":  ---> Running in 734698ab9596
Step #4 - "tests": 
Step #4 - "tests": Statistics:
Step #4 - "tests": Downloaded: 2.26MB.
Step #4 - "tests": Content types: 253 image, 2023 text, 0 video, 0 audio, 88 application, 0 mail and 1029 other.
Step #4 - "tests": URL lengths: min=15, max=373, avg=58.
Step #4 - "tests": 
Step #4 - "tests": That's it. 3393 links in 79 URLs checked. 0 warnings found. 0 errors found.
Step #4 - "tests": Stopped checking at 2019-01-23 00:06:53+000 (34 seconds)
Step #8 - "build-e2e": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #8 - "build-e2e":                                  Dload  Upload   Total   Spent    Left  Speed
Step #8 - "build-e2e": 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
 33 52.8M   33 17.8M    0     0  22.4M      0  0:00:02 --:--:--  0:00:02 22.4M�[0m�[91m
100 52.8M  100 52.8M    0     0  53.5M      0 --:--:-- --:--:-- --:--:-- 53.5M
Step #4 - "tests": agones-website
Step #8 - "build-e2e": �[0mRemoving intermediate container 734698ab9596
Step #8 - "build-e2e":  ---> 7e68643b4eca
Step #8 - "build-e2e": Step 10/20 : ENV HELM_VER 2.11.0
Step #8 - "build-e2e":  ---> Running in eec07b9b9c32
Step #8 - "build-e2e": Removing intermediate container eec07b9b9c32
Step #8 - "build-e2e":  ---> e99bbf67b6db
Step #8 - "build-e2e": Step 11/20 : ENV HELM_URL https://storage.googleapis.com/kubernetes-helm/helm-v${HELM_VER}-linux-amd64.tar.gz
Step #8 - "build-e2e":  ---> Running in fbb7371f9406
Step #4 - "tests": ok  	agones.dev/agones/pkg/apis/stable/v1alpha1	1.178s
Step #4 - "tests": ?   	agones.dev/agones/pkg/client	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/clientset/versioned	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/clientset/versioned/fake	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/clientset/versioned/scheme	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/clientset/versioned/typed/stable/v1alpha1	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/clientset/versioned/typed/stable/v1alpha1/fake	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/informers/externalversions	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/informers/externalversions/internalinterfaces	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/informers/externalversions/stable	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/informers/externalversions/stable/v1alpha1	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/listers/stable/v1alpha1	[no test files]
Step #8 - "build-e2e": Removing intermediate container fbb7371f9406
Step #8 - "build-e2e":  ---> 63cdede41db4
Step #8 - "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 #8 - "build-e2e":  ---> Running in ed44162ed4f1
Step #8 - "build-e2e": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #8 - "build-e2e":                                  Dload  Upload   Total   Spent    Left  Speed
Step #8 - "build-e2e": 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
100 18.2M  100 18.2M    0     0  45.9M      0 --�[0m�[91m:--:-- --:--:-- --:--:-- 46.1M
Step #8 - "build-e2e": �[0mlinux-amd64/
Step #8 - "build-e2e": linux-amd64/tiller
Step #8 - "build-e2e": linux-amd64/README.md
Step #8 - "build-e2e": linux-amd64/helm
Step #8 - "build-e2e": linux-amd64/LICENSE
Step #7 - "build": docker build /workspace/cmd/controller/ --tag=gcr.io/agones-images/agones-controller:0.8.0-d8bb7ea 
Step #7 - "build": Sending build context to Docker daemon  38.27MB

Step #7 - "build": Step 1/5 : FROM alpine:3.8
Step #7 - "build": 3.8: Pulling from library/alpine
Step #7 - "build": Digest: sha256:3d2e482b82608d153a374df3357c0291589a61cc194ec4a9ca2381073a17f58e
Step #7 - "build": Status: Downloaded newer image for alpine:3.8
Step #7 - "build":  ---> 3f53bb00af94
Step #7 - "build": Step 2/5 : RUN apk --update add ca-certificates &&     adduser -D agones
Step #8 - "build-e2e": Removing intermediate container ed44162ed4f1
Step #8 - "build-e2e":  ---> 699f5d4953a5
Step #8 - "build-e2e": Step 13/20 : ENV CONSUL_VERSION=1.2.1
Step #7 - "build":  ---> Running in e1f65dc05c6c
Step #8 - "build-e2e":  ---> Running in b838a4e94563
Step #8 - "build-e2e": Removing intermediate container b838a4e94563
Step #8 - "build-e2e":  ---> e34ed5cf6325
Step #8 - "build-e2e": Step 14/20 : ENV HASHICORP_RELEASES=https://releases.hashicorp.com
Step #8 - "build-e2e":  ---> Running in a06af27a3829
Step #8 - "build-e2e": Removing intermediate container a06af27a3829
Step #8 - "build-e2e":  ---> 37575b75383e
Step #8 - "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 #7 - "build": fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
Step #8 - "build-e2e":  ---> Running in 7e9155030aee
Step #7 - "build": fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
Step #7 - "build": (1/1) Installing ca-certificates (20171114-r3)
Step #7 - "build": Executing busybox-1.28.4-r2.trigger
Step #7 - "build": Executing ca-certificates-20171114-r3.trigger
Step #7 - "build": OK: 5 MiB in 14 packages
Step #8 - "build-e2e": �[91m--2019-01-23 00:07:05--  https://releases.hashicorp.com/consul/1.2.1/consul_1.2.1_linux_amd64.zip
Step #8 - "build-e2e": Resolving releases.hashicorp.com (releases.hashicorp.com)... �[0m�[91m151.101.1.183, 151.101.65.183, 151.101.129.183, ...
Step #8 - "build-e2e": Connecting to releases.hashicorp.com (releases.hashicorp.com)|151.101.1.183|:443... �[0m�[91mconnected.
Step #8 - "build-e2e": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m200 OK
Step #8 - "build-e2e": Length: 14529496 (14M) [application/zip]
Step #8 - "build-e2e": Saving to: '/tmp/build/consul_1.2.1_linux_amd64.zip'
Step #8 - "build-e2e": 
Step #8 - "build-e2e":      0K .......... .�[0m�[91m......... ....�[0m�[91m...... .......... ..........  0% 2.14M 6s
Step #8 - "build-e2e":     50K .......... .......... ........�[0m�[91m.. .......... ..........  0% 5.65M 4s
Step #8 - "build-e2e":    100K .......... .......... ......�[0m�[91m.... .......... ..........  1% 28.7M 3s
Step #8 - "build-e2e":    150K .......... .......... .......... .......... ..........  1%  133M 2s
Step #8 - "build-e2e":    200K ......�[0m�[91m.... .......... .......... .......... ..........  1% 5.77M 2s
Step #8 - "build-e2e":    250K ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... ..........  2% 28.1M 2s
Step #8 - "build-e2e":    300K ..........�[0m�[91m .......... .......... .......... ..........  2%  147M 2s�[0m�[91m
Step #8 - "build-e2e":    350K .......... .......... .......... .......... ..........  2% 5.69M 2s
Step #8 - "build-e2e":    400K .......... .......... .......... .......... ..........  3%  153M 2s
Step #8 - "build-e2e":    450K .......... .......... .......... .......... ..........  3%  136M 1s
Step #8 - "build-e2e":    500K .......... .......... .......... .......... ..........  3% 68.4M 1s
Step #8 - "build-e2e":    550K .......... .......... .......... .......... ..........  4%  109M 1s
Step #8 - "build-e2e":    600K .......... .......... .......... .......... ..........  4%  146M 1s
Step #8 - "build-e2e":    650K .......... .......... .......... .......... ..........  4%  155M 1s
Step #8 - "build-e2e":    700K .......... ........�[0m�[91m.. .......... .......... ..........  5% 6.43M 1s
Step #8 - "build-e2e":    750K .......... .......... .......... .......... ..........  5%  111M 1s
Step #8 - "build-e2e":    800K .......... .......... .......... .......... ..........  5%  152M 1s
Step #8 - "build-e2e":    850K .......... .......... .......... .......... ..........  6%  145M 1s
Step #8 - "build-e2e":    900K .......... .......... .......... .......... ..........  6%  147M 1s
Step #8 - "build-e2e":    950K .......... .......... .......... .......... ..........  7%  100M 1s
Step #8 - "build-e2e":   1000K .......... .......... .......... .......... ..........  7%  137M 1s
Step #8 - "build-e2e":   1050K .......... .......... .......... .......... ..........  7%  151M 1s
Step #8 - "build-e2e":   1100K .......... .......... .......... .......... ..........  8%  147M 1s
Step #8 - "build-e2e":   1150K .......... .......... .......... .......... ..........  8%  131M 1s
Step #8 - "build-e2e":   1200K .......... ....�[0m�[91m...... .......... .......... ..........  8% 6.73M 1s
Step #8 - "build-e2e":   1250K .......... .......... .......... .......... ..........  9%  120M 1s
Step #8 - "build-e2e":   1300K .......... .......... .......... .......... ..........  9% 84.7M 1s
Step #8 - "build-e2e":   1350K .......... .......... .......... .......... ..........  9%  122M 1s
Step #8 - "build-e2e":   1400K .......... .......... .......... .......... .......... 10%  123M 1s
Step #8 - "build-e2e":   1450K .......... .......... .......... .......... .......... 10%  126M 1s
Step #8 - "build-e2e":   1500K .......... .......... .......... .......... .......... 10%  145M 1s
Step #8 - "build-e2e":   1550K .......... .......... .......... .......... .......... 11%  127M 1s
Step #8 - "build-e2e":   1600K .......... .......... .......... .......... .......... 11%  153M 1s
Step #8 - "build-e2e":   1650K .......... .......... .......... .......... .......... 11%  147M 1s
Step #8 - "build-e2e":   1700K .......... .......... .......... .......... .......... 12%  150M 1s
Step #8 - "build-e2e":   1750K .......... .......... .......... .......... .......... 12%  135M 1s
Step #8 - "build-e2e":   1800K .......... .......... .......... .......... .......... 13%  149M 1s
Step #8 - "build-e2e":   1850K .......... .......... .......... .......... .......... 13%  150M 1s
Step #8 - "build-e2e":   1900K .......... .......... .......... .......... .......... 13%  110M 0s
Step #8 - "build-e2e":   1950K .......... .......... .......... .......... .......... 14%  131M 0s
Step #8 - "build-e2e":   2000K .......... .......... .......... .......... .......... 14%  151M 0s
Step #8 - "build-e2e":   2050K .......... .......... .......... .......... .......... 14%  151M 0s
Step #8 - "build-e2e":   2100K .......... .......... .......... .......... .......... 15%  151M 0s
Step #8 - "build-e2e":   2150K .......... .......... .......... .......... .......... 15%  129M 0s
Step #8 - "build-e2e":   2200K .......... .......... .......... .......... .......... 15%  144M 0s
Step #8 - "build-e2e":   2250K .......... ..........�[0m�[91m .......... ......�[0m�[91m.... .......... 16% 11.6M 0s
Step #8 - "build-e2e":   2300K .......... .......... .......... .......... .......... 16%  121M 0s
Step #8 - "build-e2e":   2350K .......... .......... .......... .......... .......... 16%  113M 0s
Step #8 - "build-e2e":   2400K .......... .......... .......... .......... .......... 17%  146M 0s
Step #8 - "build-e2e":   2450K .......... .......... .......... .......... .......... 17%  139M 0s
Step #8 - "build-e2e":   2500K .......... .......... .......... .......... .......... 17%  147M 0s
Step #8 - "build-e2e":   2550K .......... .......... .......... .......... .......... 18%  134M 0s
Step #8 - "build-e2e":   2600K .......... .......... .......... .......... .......... 18%  149M 0s
Step #8 - "build-e2e":   2650K .......... .......... .......... .......... .......... 19%  144M 0s
Step #8 - "build-e2e":   2700K .......... .......... .......... .......... .......... 19%  155M 0s
Step #8 - "build-e2e":   2750K .......... .......... .......... .......... .......... 19%  114M 0s
Step #8 - "build-e2e":   2800K .......... .......... .......... .......... .......... 20%  102M 0s
Step #8 - "build-e2e":   2850K .......... .......... .......... .......... .......... 20%  124M 0s
Step #8 - "build-e2e":   2900K .......... .......... .......... .......... .......... 20%  132M 0s
Step #8 - "build-e2e":   2950K .......... .......... .......... .......... .......... 21%  123M 0s
Step #8 - "build-e2e":   3000K ......�[0m�[91m.... .......... .......... .......... .......... 21%  105M 0s
Step #8 - "build-e2e":   3050K .......... .......... .......... .......... .......... 21%  142M 0s
Step #8 - "build-e2e":   3100K .......... .......... .......... .......... .......... 22%  137M 0s
Step #8 - "build-e2e":   3150K .......... .......... .......... ..........�[0m�[91m .......... 22% 89.9M 0s
Step #8 - "build-e2e":   3200K .......... .......... .......... .......... .......... 22%  136M 0s
Step #8 - "build-e2e":   3250K .......... .......... .......... .......... .......... 23%  119M 0s
Step #8 - "build-e2e":   3300K .......... .......... .......... .......... .......... 23%  136M 0s
Step #8 - "build-e2e":   3350K .......... .......... .......... .......... .......... 23%  117M 0s
Step #8 - "build-e2e":   3400K .......... .......... .......... .......... .......... 24% 92.9M 0s
Step #8 - "build-e2e":   3450K .......... .......... .......... .......... .......... 24%  118M 0s
Step #8 - "build-e2e":   3500K .......... .......... .......... .......... .......... 25%  138M 0s
Step #8 - "build-e2e":   3550K .......... .......... .......... .......... .......... 25%  108M 0s
Step #8 - "build-e2e":   3600K .......... .......... .......... .......... .......... 25%  131M 0s
Step #8 - "build-e2e":   3650K .......... .......... .......... .......... .......... 26%  108M 0s
Step #8 - "build-e2e":   3700K .......... .......... .......... .......... .......... 26%  107M 0s
Step #8 - "build-e2e":   3750K .......... .......... .......... .......... .......... 26%  120M 0s
Step #8 - "build-e2e":   3800K .......... .......... .......... .......... .......... 27%  139M 0s
Step #8 - "build-e2e":   3850K .......... .......... .......... .......... .......... 27%  141M 0s
Step #8 - "build-e2e":   3900K .......... .......... .......... .......... .......... 27%  132M 0s
Step #8 - "build-e2e":   3950K .......... .......... .......... ..�[0m�[91m........ ........�[0m�[91m.. 28% 10.9M 0s
Step #8 - "build-e2e":   4000K .......... ....�[0m�[91m...... .......... .......... ......�[0m�[91m.... 28%  142M 0s
Step #8 - "build-e2e":   4050K .......... .......... .......... .......... .......... 28%  152M 0s
Step #8 - "build-e2e":   4100K .......... .......... .......... .......... ..�[0m�[91m........ 29%  146M 0s
Step #8 - "build-e2e":   4150K .......... .......... .......... .......... .......... 29%  119M 0s
Step #8 - "build-e2e":   4200K .......... .......... .......... .......... .......... 29% 88.3M 0s
Step #8 - "build-e2e":   4250K .......... .......... .......... .......... .......... 30% 92.8M 0s
Step #8 - "build-e2e":   4300K .......... .......... .......... .......... .......... 30% 94.2M 0s
Step #8 - "build-e2e":   4350K .......... .......... .......... .......... .......... 31% 82.2M 0s
Step #8 - "build-e2e":   4400K .......... .......... .......... .......... .......... 31% 88.5M 0s
Step #8 - "build-e2e":   4450K .......... .......... .......... .......... .......... 31%  106M 0s
Step #8 - "build-e2e":   4500K .......... .......... .......... .......... .......... 32% 95.3M 0s
Step #8 - "build-e2e":   4550K .......... .......... .......... .......... .......... 32% 99.4M 0s
Step #8 - "build-e2e":   4600K .......... .......... .......... .......... .......... 32%  146M 0s
Step #8 - "build-e2e":   4650K .......... .......... .......... .......... .......... 33%  143M 0s
Step #8 - "build-e2e":   4700K .......... .......... .......... .......... .......... 33%  149M 0s
Step #8 - "build-e2e":   4750K .......... .......... .......... .......... .......... 33%  122M 0s
Step #8 - "build-e2e":   4800K .......... .......... .......... .......... .......... 34%  146M 0s
Step #8 - "build-e2e":   4850K .......... .......... .......... .......... .......... 34%  145M 0s
Step #8 - "build-e2e":   4900K .......... ...�[0m�[91m....... .......... .......... .......... 34%  116M 0s
Step #8 - "build-e2e":   4950K .......... .......... .......... .......... .......... 35%  126M 0s
Step #8 - "build-e2e":   5000K .......... .......... .......... .......... .......... 35%  143M 0s
Step #8 - "build-e2e":   5050K .......... .......... .......... .......... .......... 35%  138M 0s
Step #8 - "build-e2e":   5100K .......... .......... .......... .......... .......... 36%  143M 0s
Step #8 - "build-e2e":   5150K .......... .......... .......... .......... .......... 36%  119M 0s
Step #8 - "build-e2e":   5200K .......... .......... .......... .......... .......... 37%  139M 0s
Step #8 - "build-e2e":   5250K .......... .......... .......... .......... .......... 37%  139M 0s
Step #8 - "build-e2e":   5300K .......... .......... .......... .......... .......... 37%  145M 0s
Step #8 - "build-e2e":   5350K .......... .......... .......... .......... .......... 38%  124M 0s
Step #8 - "build-e2e":   5400K .......... .......... .......... .......... .......... 38%  147M 0s
Step #8 - "build-e2e":   5450K .......... ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... .......... 38% 92.4M 0s
Step #8 - "build-e2e":   5500K .......... .......... .......... ....�[0m�[91m...... .......... 39%  110M 0s�[0m�[91m
Step #8 - "build-e2e":   5550K .......... .......... ....�[0m�[91m...... .......... .......... 39% 94.2M 0s
Step #8 - "build-e2e":   5600K .......... .......... .......... .......... .......... 39%  123M 0s
Step #8 - "build-e2e":   5650K .......... .......... .......... .......... .......... 40%  115M 0s
Step #8 - "build-e2e":   5700K .......... .......... .......... .......... .......... 40%  116M 0s
Step #8 - "build-e2e":   5750K .......... .......... .......... .......... .......... 40%  106M 0s
Step #8 - "build-e2e":   5800K .......... .......... .......... .......... .......... 41%  118M 0s
Step #8 - "build-e2e":   5850K .......... .......... .......... .......... .......... 41%  135M 0s
Step #8 - "build-e2e":   5900K .......... .......... .......... .......... .......... 41%  112M 0s
Step #8 - "build-e2e":   5950K .......... .......... .......... .......... .......... 42%  120M 0s
Step #8 - "build-e2e":   6000K .......... .......... .......... .......... .......... 42%  144M 0s
Step #8 - "build-e2e":   6050K .......... .......... .......... .......... .......... 42%  142M 0s
Step #8 - "build-e2e":   6100K .......... .......... .......... .......... .......... 43%  143M 0s
Step #8 - "build-e2e":   6150K .......... .......... .......... .......... .......... 43%  124M 0s
Step #8 - "build-e2e":   6200K .......... .......... .......... .......... .......... 44%  138M 0s
Step #8 - "build-e2e":   6250K .......... .......... .......... .......... .......... 44%  142M 0s
Step #8 - "build-e2e":   6300K .......... .......... .......... .......... .......... 44%  137M 0s
Step #8 - "build-e2e":   6350K .......... .......... .......... .......... .......... 45%  119M 0s
Step #8 - "build-e2e":   6400K .......... .......... .......... .......... .......... 45%  141M 0s
Step #8 - "build-e2e":   6450K ..........�[0m�[91m .......... .......... .......... .......... 45%  111M 0s
Step #8 - "build-e2e":   6500K .......... .......... .......... .......... .......... 46%  145M 0s
Step #8 - "build-e2e":   6550K .......... .......... .......... .......... .......... 46%  121M 0s
Step #8 - "build-e2e":   6600K .......... .......... .......... .......... .......... 46%  144M 0s
Step #8 - "build-e2e":   6650K .......... .......... .......... .......... .......... 47%  143M 0s
Step #8 - "build-e2e":   6700K .......... .......... .......... .......... .......... 47%  138M 0s
Step #8 - "build-e2e":   6750K .......... .......... .......... .......... .......... 47%  117M 0s
Step #8 - "build-e2e":   6800K .......... .......... .......... .......... .......... 48%  103M 0s
Step #8 - "build-e2e":   6850K .......... .......... .......... .......... .......... 48%  107M 0s
Step #8 - "build-e2e":   6900K .......... .......... .......... .......... .......... 48%  117M 0s
Step #8 - "build-e2e":   6950K .......... .......... .......... .......... .......... 49% 86.2M 0s
Step #8 - "build-e2e":   7000K .......... .......... .......... .......... .......... 49%  124M 0s
Step #8 - "build-e2e":   7050K .......... .......... .......... .......... .......... 50%  126M 0s
Step #8 - "build-e2e":   7100K .......... .......... .......... .......... .......... 50%  125M 0s
Step #8 - "build-e2e":   7150K .......... .......... .......... .......... .......... 50% 97.1M 0s
Step #8 - "build-e2e":   7200K .......... .......... .......... .......... .......... 51%  126M 0s
Step #8 - "build-e2e":   7250K .......... .......... .......... .......... .......... 51%  148M 0s
Step #8 - "build-e2e":   7300K .......... .......... .......... .......... .......... 51%  121M 0s
Step #8 - "build-e2e":   7350K .......... .......... .......... .......... .......... 52%  121M 0s
Step #8 - "build-e2e":   7400K .......... .......... .......... .......... ......�[0m�[91m.... 52%  119M 0s
Step #8 - "build-e2e":   7450K .......... ..........�[0m�[91m .......... .......... .......... 52%  137M 0s
Step #8 - "build-e2e":   7500K ..�[0m�[91m........ .......... .......... .......... .......... 53%  140M 0s
Step #8 - "build-e2e":   7550K ........�[0m�[91m.. .......... .......... ..�[0m�[91m........ ........�[0m�[91m.. 53%  106M 0s
Step #8 - "build-e2e":   7600K ......�[0m�[91m.... .......... ..........�[0m�[91m .......... .......... 53%  138M 0s
Step #8 - "build-e2e":   7650K .......... ..�[0m�[91m........ ........�[0m�[91m.. .......... .......... 54%  138M 0s
Step #8 - "build-e2e":   7700K ..�[0m�[91m........ ........�[0m�[91m.. .......... .......... ..�[0m�[91m........ 54%  142M 0s
Step #8 - "build-e2e":   7750K ........�[0m�[91m.. .......... .......... ..�[0m�[91m........ .......... 54% 97.0M 0s
Step #8 - "build-e2e":   7800K ......�[0m�[91m.... .......... ..�[0m�[91m........ .......... .......... 55%  137M 0s
Step #8 - "build-e2e":   7850K ....�[0m�[91m...... .......... ........�[0m�[91m.. .......... .......... 55%  132M 0s
Step #8 - "build-e2e":   7900K ..�[0m�[91m........ .......... ......�[0m�[91m.... .......... .......... 56%  140M 0s�[0m�[91m
Step #8 - "build-e2e":   7950K .......... .......... ....�[0m�[91m...... .......... ........�[0m�[91m.. 56%  115M 0s
Step #8 - "build-e2e":   8000K .......... .......... ..........�[0m�[91m .......... .......... 56%  140M 0s
Step #8 - "build-e2e":   8050K ....�[0m�[91m...... ..........�[0m�[91m .......... .......... .......... 57%  135M 0s
Step #8 - "build-e2e":   8100K ..�[0m�[91m........�[0m�[91m .......... .......... ....�[0m�[91m...... ..�[0m�[91m........ 57%  101M 0s
Step #8 - "build-e2e":   8150K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..........�[0m�[91m .......... 57%�[0m�[91m 95.9M 0s
Step #8 - "build-e2e":   8200K ......�[0m�[91m.... .......... .......... .......... .......... 58% 56.6M 0s
Step #8 - "build-e2e":   8250K .......... .......�[0m�[91m... ........�[0m�[91m.. ......�[0m�[91m.... .......... 58%  119M 0s
Step #8 - "build-e2e":   8300K .......... ........�[0m�[91m.. .......... .......... .......... 58%  138M 0s�[0m�[91m
Step #8 - "build-e2e":   8350K ........�[0m�[91m.. ......�[0m�[91m.... .......... .......... .......... 59% 96.4M 0s
Step #8 - "build-e2e":   8400K .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .......... .......... 59%  110M 0s
Step #8 - "build-e2e":   8450K .....�[0m�[91m..... .......... .......... .......... .......... 59%  138M 0s
Step #8 - "build-e2e":   8500K ...�[0m�[91m....... .........�[0m�[91m. .......... .......... .......�[0m�[91m... 60%  133M 0s
Step #8 - "build-e2e":   8550K .......... .......... ....�[0m�[91m...... .......... .........�[0m�[91m. 60%  110M 0s
Step #8 - "build-e2e":   8600K .......... .....�[0m�[91m..... .......... .......... .......... 60%  133M 0s
Step #8 - "build-e2e":   8650K .....�[0m�[91m..... .......... .�[0m�[91m......... .......... .......... 61%  117M 0s
Step #8 - "build-e2e":   8700K .......... .......... .......... .......... .......... 61%  136M 0s
Step #8 - "build-e2e":   8750K .�[0m�[91m......... ......�[0m�[91m.... .......... .......... .�[0m�[91m......... 62%  108M 0s
Step #8 - "build-e2e":   8800K .......�[0m�[91m... .....�[0m�[91m..... .......... .......... .......�[0m�[91m... 62%  127M 0s
Step #8 - "build-e2e":   8850K .......... .......... .......... .......... ....�[0m�[91m...... 62%  125M 0s
Step #8 - "build-e2e":   8900K ..........�[0m�[91m .......... .......... .......... .......... 63%  145M 0s
Step #8 - "build-e2e":   8950K ..........�[0m�[91m .......... ....�[0m�[91m...... ...�[0m�[91m....... .......... 63% 94.4M 0s
Step #8 - "build-e2e":   9000K .......... .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. .......... 63%  122M 0s
Step #8 - "build-e2e":   9050K .......... .......... .�[0m�[91m......... .......... .......... 64%  139M 0s
Step #8 - "build-e2e":   9100K .......... .......... .......... .......... .......... 64%  141M 0s
Step #8 - "build-e2e":   9150K .......... .......... .......... .......... .......... 64%  122M 0s
Step #8 - "build-e2e":   9200K .......... .......... .......... .......... .......... 65%  120M 0s
Step #8 - "build-e2e":   9250K .......... .......... .......... .......... .......... 65%  140M 0s
Step #8 - "build-e2e":   9300K .......... .......... .......... .......... .......... 65%  103M 0s
Step #8 - "build-e2e":   9350K .......... .......... .......... .......... .......... 66%  113M 0s
Step #8 - "build-e2e":   9400K .......... .......... ..�[0m�[91m........ .........�[0m�[91m. .......�[0m�[91m... 66%  112M 0s
Step #8 - "build-e2e":   9450K .......... .......... .......... .......�[0m�[91m... .....�[0m�[91m..... 66%  122M 0s
Step #8 - "build-e2e":   9500K ...�[0m�[91m....... .......... .......�[0m�[91m... .......... .......... 67%  101M 0s
Step #8 - "build-e2e":   9550K .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... .......... .......... 67%  114M 0s
Step #8 - "build-e2e":   9600K ......�[0m�[91m.... .......... .......... ........�[0m�[91m.. .......... 68%  141M 0s
Step #8 - "build-e2e":   9650K .......... ..�[0m�[91m........ ........�[0m�[91m.. ........�[0m�[91m.. .......... 68%  120M 0s
Step #8 - "build-e2e":   9700K .......... ..�[0m�[91m........ .......... .......... .......... 68%  112M 0s�[0m�[91m
Step #8 - "build-e2e":   9750K .......... �[0m�[91m.......... .....�[0m�[91m..... .......... .......... 69%  110M 0s
Step #8 - "build-e2e":   9800K .......�[0m�[91m... .......... .......... .......... .......... 69%  148M 0s
Step #8 - "build-e2e":   9850K .......... ...�[0m�[91m....... .........�[0m�[91m. .......... .......... 69%  124M 0s
Step #8 - "build-e2e":   9900K .......... .......... .......... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m 70%  133M 0s
Step #8 - "build-e2e":   9950K .......... .......... .......... ..�[0m�[91m........ .......... 70%  107M 0s
Step #8 - "build-e2e":  10000K .......... .......... .......... .�[0m�[91m......... ......�[0m�[91m.... 70%  134M 0s
Step #8 - "build-e2e":  10050K .......... .......... ........�[0m�[91m.. .......�[0m�[91m... .......... 71%  142M 0s
Step #8 - "build-e2e":  10100K �[0m�[91m.......... .......... .......... .......... ..�[0m�[91m........ 71%  143M 0s
Step #8 - "build-e2e":  10150K .......... .......... ....�[0m�[91m...... .......... .......... 71%  113M 0s
Step #8 - "build-e2e":  10200K .......... .......... .......... .�[0m�[91m.......�[0m�[91m.. .......�[0m�[91m... 72%  114M 0s
Step #8 - "build-e2e":  10250K .......... .......... .......... .......... .......... 72%  110M 0s
Step #8 - "build-e2e":  10300K .......... .......... .......... .......... .......... 72%  123M 0s
Step #8 - "build-e2e":  10350K .......... .......... ..�[0m�[91m........ .......... .......... 73%  100M 0s
Step #8 - "build-e2e":  10400K .......... .......... .......... .......... .......... 73%  128M 0s
Step #8 - "build-e2e":  10450K .......... .......... .......... .......... .......... 74%  114M 0s
Step #8 - "build-e2e":  10500K .......... .......... .......... .......... .......... 74%  120M 0s
Step #8 - "build-e2e":  10550K .......... .......... .......... .......... .......... 74%  107M 0s
Step #8 - "build-e2e":  10600K .......... .......... .......... .......... .......... 75%  104M 0s
Step #8 - "build-e2e":  10650K .......... .......... .......... .......... .......... 75%  136M 0s
Step #8 - "build-e2e":  10700K .......... .......... .......... .......... .......... 75%  142M 0s
Step #8 - "build-e2e":  10750K .......... .......... .......... .......... .......... 76% 98.6M 0s
Step #8 - "build-e2e":  10800K .......... .......... .......... .......... .......... 76% 91.9M 0s
Step #8 - "build-e2e":  10850K .......... .......... .......... .......... .......... 76%  130M 0s
Step #8 - "build-e2e":  10900K .......... .......... .......... .......... .......... 77%  131M 0s
Step #8 - "build-e2e":  10950K .......... .......... .......... .......... .......... 77%  114M 0s
Step #8 - "build-e2e":  11000K .......... .......... .......... .......... .......... 77%  138M 0s
Step #8 - "build-e2e":  11050K .......... .......... .......... .......... .......... 78%  145M 0s
Step #8 - "build-e2e":  11100K .......... .......... .......... .......... .......... 78%  132M 0s
Step #8 - "build-e2e":  11150K .......... .......... .......... .......... .......... 78%  124M 0s
Step #8 - "build-e2e":  11200K .......... .......... .......... .......... .......... 79%  144M 0s
Step #8 - "build-e2e":  11250K .......... .......... .......... .......... .......... 79%  128M 0s
Step #8 - "build-e2e":  11300K .......... .......... .......... .......... .......... 79%  130M 0s
Step #8 - "build-e2e":  11350K ........�[0m�[91m.. .......... .......... .........�[0m�[91m. ........�[0m�[91m.. 80%  109M 0s
Step #8 - "build-e2e":  11400K .......... .......... .......... .......... .......... 80%  143M 0s
Step #8 - "build-e2e":  11450K .......... .......... ........�[0m�[91m.. ......�[0m�[91m.... .......... 81%  138M 0s
Step #8 - "build-e2e":  11500K .......... .......... .......... .......... .......... 81%  141M 0s�[0m�[91m
Step #8 - "build-e2e":  11550K .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ ........�[0m�[91m.. 81%  122M 0s
Step #8 - "build-e2e":  11600K .......... .......... .......... .......... .......... 82%  138M 0s
Step #8 - "build-e2e":  11650K .......... .......... .......... .......... .......... 82%  137M 0s
Step #8 - "build-e2e":  11700K .......... .......... .......... .......... .......... 82%  143M 0s
Step #8 - "build-e2e":  11750K .......... .......... .......... .......... .......... 83%  125M 0s
Step #8 - "build-e2e":  11800K .......... .......... .......... .......... .......... 83%  138M 0s
Step #8 - "build-e2e":  11850K .......... .......... .......... .......... .......... 83%  141M 0s
Step #8 - "build-e2e":  11900K .......... .......... .......... .......... .......... 84%  124M 0s
Step #8 - "build-e2e":  11950K .......... .......... .......... .......... .......... 84%  117M 0s
Step #8 - "build-e2e":  12000K .......... .......... .......... .......... .......... 84%  138M 0s
Step #8 - "build-e2e":  12050K .......... .......... .......... .......... .......... 85%  137M 0s
Step #8 - "build-e2e":  12100K .......... .......... .......... .......... .......... 85%  138M 0s
Step #8 - "build-e2e":  12150K .......... .......... .......... .......... .......... 85%  112M 0s
Step #8 - "build-e2e":  12200K .......... .......... .......... .......... .......... 86%  130M 0s
Step #8 - "build-e2e":  12250K .......... .......... .......... .......... .......... 86%  129M 0s
Step #8 - "build-e2e":  12300K .......... .......... .......... .......... .......... 87%  142M 0s
Step #8 - "build-e2e":  12350K .......... .......... .......... .......... .......... 87%  111M 0s
Step #8 - "build-e2e":  12400K .......... .......... .......... .......... .......... 87%  103M 0s
Step #8 - "build-e2e":  12450K .......... .......... .......... .......... .......... 88%  130M 0s
Step #8 - "build-e2e":  12500K .......... .......... .......... .......... .......... 88%  140M 0s
Step #8 - "build-e2e":  12550K .......... .......... .......... .......... .......... 88%  113M 0s
Step #8 - "build-e2e":  12600K .......... .......... .......... .......... .......... 89%  132M 0s
Step #8 - "build-e2e":  12650K .......... .......... .......... .......... .......... 89%  146M 0s
Step #8 - "build-e2e":  12700K .......... .......... .......... .......... .......... 89%  132M 0s
Step #8 - "build-e2e":  12750K .......... .......... .......... .......... .......... 90%  128M 0s
Step #8 - "build-e2e":  12800K .......... .......... .......... .......... .......... 90%  139M 0s
Step #8 - "build-e2e":  12850K .......... .......... .......... .......... .......... 90%  135M 0s
Step #8 - "build-e2e":  12900K .......... .......... .......... .......... .......... 91%  129M 0s
Step #8 - "build-e2e":  12950K .�[0m�[91m......... .......... .....�[0m�[91m..... ...�[0m�[91m.......�[0m�[91m .........�[0m�[91m. 91% 93.6M 0s
Step #8 - "build-e2e":  13000K .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... .......... 91%  142M 0s
Step #8 - "build-e2e":  13050K .......... .......... .......... .......... .......... 92%  144M 0s
Step #8 - "build-e2e":  13100K .......... .......... .......... .......... .......... 92%  138M 0s
Step #8 - "build-e2e":  13150K .......... .......... .......... .......... .......... 93%  119M 0s
Step #8 - "build-e2e":  13200K .......... .......... .......... .......... .......... 93%  137M 0s
Step #8 - "build-e2e":  13250K .......... .......... .......... .......... .......... 93%  129M 0s
Step #8 - "build-e2e":  13300K .......... .......... .......... .......... .......... 94%  134M 0s
Step #8 - "build-e2e":  13350K .......... .......... .......... .......... .......... 94%  116M 0s
Step #8 - "build-e2e":  13400K .......... .......... .......... .......... .......... 94%  127M 0s
Step #8 - "build-e2e":  13450K .......... .......... .......... .......... .......... 95%  132M 0s
Step #8 - "build-e2e":  13500K .......... .......... .......... .......... .......... 95%  121M 0s
Step #8 - "build-e2e":  13550K .......... .......... .......... .......... .......... 95%  115M 0s
Step #8 - "build-e2e":  13600K .......... .......... .......... .......... .......... 96%  137M 0s
Step #8 - "build-e2e":  13650K .......... .......... .......... .......... .......... 96%  138M 0s
Step #8 - "build-e2e":  13700K .......... .......... .......... .......... .......... 96%  123M 0s
Step #8 - "build-e2e":  13750K .......... .......... .......... .......... .......... 97% 99.2M 0s
Step #8 - "build-e2e":  13800K .......... .......... .......... .......... .......... 97%  138M 0s
Step #8 - "build-e2e":  13850K .......... .......... .......... .......... .......... 97%  142M 0s
Step #8 - "build-e2e":  13900K .......... .......... .......... .......... .......... 98%  138M 0s
Step #8 - "build-e2e":  13950K .......... .......... .......... .......... .......... 98%  113M 0s
Step #8 - "build-e2e":  14000K .......... .......... .......... .......... .......... 99%  133M 0s
Step #8 - "build-e2e":  14050K .......... .......... .......... .......... .......... 99%  136M 0s
Step #8 - "build-e2e":  14100K .......... .......... .......... .......... .......... 99%  136M 0s
Step #8 - "build-e2e":  14150K .......... .......... .......... ........             100%  120M=0.2s
Step #8 - "build-e2e": 
Step #8 - "build-e2e": 2019-01-23 00:07:05 (75.4 MB/s) - '/tmp/build/consul_1.2.1_linux_amd64.zip' saved [14529496/14529496]
Step #8 - "build-e2e": 
Step #8 - "build-e2e": �[0mArchive:  /tmp/build/consul_1.2.1_linux_amd64.zip
Step #8 - "build-e2e":   inflating: /usr/local/bin/consul   
Step #8 - "build-e2e": Consul v1.2.1
Step #8 - "build-e2e": Protocol 2 spoken by default, understands 2 to 3 (agent will automatically use protocol >2 when speaking to compatible agents)
Step #7 - "build": Removing intermediate container e1f65dc05c6c
Step #7 - "build":  ---> c4fb8f660b99
Step #7 - "build": Step 3/5 : COPY  --chown=agones:root ./bin/controller /home/agones/controller
Step #7 - "build":  ---> f881b04a4d3b
Step #7 - "build": Step 4/5 : USER agones
Step #7 - "build":  ---> Running in fa9388e32ff7
Step #7 - "build": Removing intermediate container fa9388e32ff7
Step #7 - "build":  ---> 4c1fe81ae33e
Step #7 - "build": Step 5/5 : ENTRYPOINT ["/home/agones/controller"]
Step #8 - "build-e2e": Removing intermediate container 7e9155030aee
Step #8 - "build-e2e":  ---> 920d07c294a7
Step #8 - "build-e2e": Step 16/20 : RUN echo "export PATH=/usr/local/go/bin:/go/bin/:\$PATH" >> /root/.bashrc
Step #7 - "build":  ---> Running in cbc51f42e4bd
Step #8 - "build-e2e":  ---> Running in 34104979218c
Step #7 - "build": Removing intermediate container cbc51f42e4bd
Step #7 - "build":  ---> a826950895b9
Step #7 - "build": Successfully built a826950895b9
Step #7 - "build": Successfully tagged gcr.io/agones-images/agones-controller:0.8.0-d8bb7ea
Step #7 - "build": docker run --rm -e "CGO_ENABLED=0" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #7 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.linux.amd64  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-d8bb7ea" -installsuffix cgo agones.dev/agones/cmd/sdk-server
Step #8 - "build-e2e": Removing intermediate container 34104979218c
Step #8 - "build-e2e":  ---> a0a136001ed8
Step #8 - "build-e2e": Step 17/20 : COPY *.sh /root/
Step #8 - "build-e2e":  ---> f67ce7a2da21
Step #8 - "build-e2e": Step 18/20 : RUN chmod +x /root/*.sh
Step #8 - "build-e2e":  ---> Running in 4f854dc3a0ec
Step #8 - "build-e2e": Removing intermediate container 4f854dc3a0ec
Step #8 - "build-e2e":  ---> e3ed9b919f3d
Step #8 - "build-e2e": Step 19/20 : WORKDIR /go
Step #8 - "build-e2e":  ---> Running in c7a88177e5ae
Step #8 - "build-e2e": Removing intermediate container c7a88177e5ae
Step #8 - "build-e2e":  ---> 674e7ad4a277
Step #8 - "build-e2e": Step 20/20 : ENTRYPOINT [ "/root/entrypoint.sh" ]
Step #8 - "build-e2e":  ---> Running in 01f498d44a3c
Step #8 - "build-e2e": Removing intermediate container 01f498d44a3c
Step #8 - "build-e2e":  ---> da0c293bf2e2
Step #8 - "build-e2e": Successfully built da0c293bf2e2
Step #8 - "build-e2e": Successfully tagged e2e-runner:latest
Finished Step #8 - "build-e2e"
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleetallocation	11.560s
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleetautoscalers	3.394s
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleets	2.607s
Step #7 - "build": docker run --rm -e "GOOS=windows" -e "GOARCH=amd64" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #7 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.windows.amd64.exe  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-d8bb7ea" agones.dev/agones/cmd/sdk-server
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameserverallocations	14.991s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameservers	3.000s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameserversets	3.146s
Step #4 - "tests": ok  	agones.dev/agones/pkg/metrics	3.057s
Step #4 - "tests": ?   	agones.dev/agones/pkg/sdk	[no test files]
Step #4 - "tests": ok  	agones.dev/agones/pkg/sdkserver	11.748s
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.056s
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.223s
Step #4 - "tests": ok  	agones.dev/agones/pkg/util/workerqueue	2.085s
Step #4 - "tests": ok  	agones.dev/agones/sdks/go	1.026s
Step #4 - "tests": ?   	agones.dev/agones/cmd/controller	[no test files]
Step #4 - "tests": ok  	agones.dev/agones/cmd/ping	2.092s
Step #4 - "tests": ?   	agones.dev/agones/cmd/sdk-server	[no test files]
Finished Step #4 - "tests"
Starting Step #5 - "site-static"
Step #5 - "site-static": Already have image: make-docker
Step #5 - "site-static": /usr/bin/make site-static ARGS="-F" ENV=RELEASE_VERSION=0.8.0
Step #5 - "site-static": make[1]: Entering directory '/workspace/build'
Step #5 - "site-static": mkdir -p ~/.kube/
Step #5 - "site-static": mkdir -p /workspace/build//.config/gcloud
Step #5 - "site-static": mkdir -p ~/.helm
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb rm -r ./public
Step #5 - "site-static": rm: cannot remove './public': No such file or directory
Step #5 - "site-static": includes/website.mk:35: recipe for target 'site-static' failed
Step #5 - "site-static": make[1]: [site-static] Error 1 (ignored)
Step #5 - "site-static": mkdir /workspace/site/public
Step #5 - "site-static": # for some reason, this only work locally
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb \
Step #5 - "site-static": 	bash -c "npm list postcss-cli || npm install postcss-cli"
Step #5 - "site-static": /go/src/agones.dev/agones/site
Step #5 - "site-static": `-- (empty)
Step #5 - "site-static": 
Step #5 - "site-static": npm WARN saveError ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site-static": npm notice created a lockfile as package-lock.json. You should commit this file.
Step #5 - "site-static": npm WARN enoent ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site-static": npm WARN site No description
Step #5 - "site-static": npm WARN site No repository field.
Step #5 - "site-static": npm WARN site No README data
Step #5 - "site-static": npm WARN site No license field.
Step #5 - "site-static": npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
Step #5 - "site-static": npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
Step #5 - "site-static": 
Step #5 - "site-static": + postcss-cli@6.1.1
Step #5 - "site-static": added 248 packages from 148 contributors and audited 3191 packages in 10.385s
Step #5 - "site-static": found 0 vulnerabilities
Step #5 - "site-static": 
Step #7 - "build": docker run --rm -e "GOOS=darwin" -e "GOARCH=amd64" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #7 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.darwin.amd64  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-d8bb7ea" agones.dev/agones/cmd/sdk-server
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb \
Step #5 - "site-static": 	bash -c "npm list autoprefixer || npm install autoprefixer"
Step #5 - "site-static": /go/src/agones.dev/agones/site
Step #5 - "site-static": `-- (empty)
Step #5 - "site-static": 
Step #5 - "site-static": npm WARN saveError ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site-static": npm WARN enoent ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site-static": npm WARN site No description
Step #5 - "site-static": npm WARN site No repository field.
Step #5 - "site-static": npm WARN site No README data
Step #5 - "site-static": npm WARN site No license field.
Step #5 - "site-static": npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
Step #5 - "site-static": npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
Step #5 - "site-static": 
Step #5 - "site-static": + autoprefixer@9.4.6
Step #5 - "site-static": added 8 packages from 7 contributors and audited 11802 packages in 4.5s
Step #5 - "site-static": found 0 vulnerabilities
Step #5 - "site-static": 
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb bash -c \
Step #5 - "site-static": 	"RELEASE_VERSION=0.8.0 hugo --config=config.toml -F"
Step #5 - "site-static": Building sites … 
Step #5 - "site-static":                    | EN  
Step #5 - "site-static": +------------------+----+
Step #5 - "site-static":   Pages            | 59  
Step #5 - "site-static":   Paginator pages  |  0  
Step #5 - "site-static":   Non-page files   |  2  
Step #5 - "site-static":   Static files     | 39  
Step #5 - "site-static":   Processed images |  2  
Step #5 - "site-static":   Aliases          | 10  
Step #5 - "site-static":   Sitemaps         |  1  
Step #5 - "site-static":   Cleaned          |  0  
Step #5 - "site-static": 
Step #5 - "site-static": Total in 2658 ms
Step #5 - "site-static": make[1]: Leaving directory '/workspace/build'
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb bash -c \
Step #5 - "site-static": 		"SERVICE=preview envsubst < app.yaml > .app.yaml"
Finished Step #5 - "site-static"
Starting Step #6 - "deploy-site-static"
Step #6 - "deploy-site-static": Already have image (with digest): gcr.io/cloud-builders/gcloud
Step #6 - "deploy-site-static": ERROR: (gcloud.app.deploy) Staging command [/builder/google-cloud-sdk/platform/google_appengine/go-app-stager /workspace/site/.app.yaml /workspace/site /tmp/tmp1DYuwm/tmpYqGWfB] failed with return code [1].
Step #6 - "deploy-site-static": 
Step #6 - "deploy-site-static": ------------------------------------ STDOUT ------------------------------------
Step #6 - "deploy-site-static": building with dependencies from GOPATH
Step #6 - "deploy-site-static": ------------------------------------ STDERR ------------------------------------
Step #6 - "deploy-site-static": 2019/01/23 00:08:00 staging for go1.11
Step #6 - "deploy-site-static": 2019/01/23 00:08:00 Staging second-gen Standard app: failed analyzing /workspace/site: cannot find package "gopkg.in/yaml.v2" in any of:
Step #6 - "deploy-site-static": 	($GOROOT not set)
Step #6 - "deploy-site-static": 	/builder/home/go/src/gopkg.in/yaml.v2 (from $GOPATH)
Step #6 - "deploy-site-static": GOPATH: /builder/home/go
Step #6 - "deploy-site-static": --------------------------------------------------------------------------------
Step #6 - "deploy-site-static": 
Finished Step #6 - "deploy-site-static"
Finished Step #7 - "build"
ERROR
ERROR: build step 6 "gcr.io/cloud-builders/gcloud" failed: exit status 1

@markmandel markmandel force-pushed the feature/website branch 2 times, most recently from f53d3ea to b918eef Compare January 23, 2019 00:53
@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: f18d7cea-142a-4f19-bf00-20734dddf2cc

Build Logs
starting build "f18d7cea-142a-4f19-bf00-20734dddf2cc"

FETCHSOURCE
Initialized empty Git repository in /workspace/.git/
From https://source.developers.google.com/p/agones-images/r/agones
 * branch              b918eefcb3b32f13d778fdcbb37eb0234a4e9d75 -> FETCH_HEAD
Checking out files:  82% (13333/16087)   
Checking out files:  83% (13353/16087)   
Checking out files:  84% (13514/16087)   
Checking out files:  85% (13674/16087)   
Checking out files:  86% (13835/16087)   
Checking out files:  87% (13996/16087)   
Checking out files:  88% (14157/16087)   
Checking out files:  89% (14318/16087)   
Checking out files:  90% (14479/16087)   
Checking out files:  91% (14640/16087)   
Checking out files:  92% (14801/16087)   
Checking out files:  93% (14961/16087)   
Checking out files:  94% (15122/16087)   
Checking out files:  95% (15283/16087)   
Checking out files:  96% (15444/16087)   
Checking out files:  97% (15605/16087)   
Checking out files:  98% (15766/16087)   
Checking out files:  99% (15927/16087)   
Checking out files: 100% (16087/16087)   
Checking out files: 100% (16087/16087), done.
HEAD is now at b918eefc Website for Agones
BUILD
Starting Step #0
Step #0: Pulling image: ubuntu
Step #0: Using default tag: latest
Step #0: latest: Pulling from library/ubuntu
Step #0: 38e2e6cd5626: Pulling fs layer
Step #0: 705054bc3f5b: Pulling fs layer
Step #0: c7051e069564: Pulling fs layer
Step #0: 7308e914506c: Pulling fs layer
Step #0: 7308e914506c: Waiting
Step #0: c7051e069564: Verifying Checksum
Step #0: 705054bc3f5b: Verifying Checksum
Step #0: 705054bc3f5b: Download complete
Step #0: 7308e914506c: Download complete
Step #0: 38e2e6cd5626: Verifying Checksum
Step #0: 38e2e6cd5626: Download complete
Step #0: 38e2e6cd5626: Pull complete
Step #0: 705054bc3f5b: Pull complete
Step #0: c7051e069564: Pull complete
Step #0: 7308e914506c: Pull complete
Step #0: Digest: sha256:eb5d7eda6804359e4fc5223a31a2d9caa4c8ea590b14060d81c8bc05b22ca04e
Step #0: Status: Downloaded newer image for ubuntu:latest
Finished Step #0
Starting Step #1
Step #1: Already have image (with digest): gcr.io/cloud-builders/docker
Step #1: Sending build context to Docker daemon  173.6MB

Step #1: Step 1/3 : FROM gcr.io/cloud-builders/docker
Step #1:  ---> 1992f5155e11
Step #1: Step 2/3 : RUN apt-get install make
Step #1:  ---> Running in 59e382ec3f9b
Step #1: Reading package lists...
Step #1: Building dependency tree...
Step #1: Reading state information...
Step #1: make is already the newest version (4.1-6).
Step #1: 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
Step #1: Removing intermediate container 59e382ec3f9b
Step #1:  ---> f63354915af8
Step #1: Step 3/3 : ENTRYPOINT ["/usr/bin/make"]
Step #1:  ---> Running in 1d671a4e030e
Step #1: Removing intermediate container 1d671a4e030e
Step #1:  ---> 7921b0ff1a6b
Step #1: Successfully built 7921b0ff1a6b
Step #1: Successfully tagged make-docker:latest
Finished Step #1
Starting Step #2
Step #2: Already have image: make-docker
Step #2: docker pull gcr.io/agones-images/agones-build:db76ca0bfb && docker tag gcr.io/agones-images/agones-build:db76ca0bfb agones-build:db76ca0bfb
Step #2: Error response from daemon: manifest for gcr.io/agones-images/agones-build:db76ca0bfb not found
Step #2: make: [pull-build-image] Error 1 (ignored)
Step #2: Makefile:358: recipe for target 'pull-build-image' failed
Finished Step #2
Starting Step #3 - "lint"
Step #3 - "lint": Already have image: make-docker
Step #3 - "lint": mkdir -p ~/.kube/
Step #3 - "lint": mkdir -p /workspace/build//.config/gcloud
Step #3 - "lint": mkdir -p ~/.helm
Step #3 - "lint": Could not find agones-build:db76ca0bfb image. Building...
Step #3 - "lint": make[1]: Entering directory '/workspace/build'
Step #3 - "lint": docker build --tag=agones-build:db76ca0bfb /workspace/build//build-image 
Step #3 - "lint": Sending build context to Docker daemon  17.92kB

Step #3 - "lint": Step 1/33 : FROM gcr.io/agones-images/grpc-cxx:1.16.1
Step #3 - "lint": 1.16.1: Pulling from agones-images/grpc-cxx
Step #3 - "lint": 54f7e8ac135a: Pulling fs layer
Step #3 - "lint": d6b856b25aeb: Pulling fs layer
Step #3 - "lint": b4d69f3225dc: Pulling fs layer
Step #3 - "lint": 54f7e8ac135a: Verifying Checksum
Step #3 - "lint": 54f7e8ac135a: Download complete
Step #3 - "lint": d6b856b25aeb: Verifying Checksum
Step #3 - "lint": d6b856b25aeb: Download complete
Step #3 - "lint": 54f7e8ac135a: Pull complete
Step #3 - "lint": b4d69f3225dc: Verifying Checksum
Step #3 - "lint": b4d69f3225dc: Download complete
Step #3 - "lint": d6b856b25aeb: Pull complete
Step #3 - "lint": b4d69f3225dc: Pull complete
Step #3 - "lint": Digest: sha256:ac598e5d35a7d253f8c93f0a11dbeb2df17d0dab83693fa5cb55b119beb01d01
Step #3 - "lint": Status: Downloaded newer image for gcr.io/agones-images/grpc-cxx:1.16.1
Step #3 - "lint":  ---> 8b1e772a99a1
Step #3 - "lint": Step 2/33 : RUN apt-get update &&     apt-get install -y wget psmisc rsync make python bash-completion zip nano jq graphviz linkchecker gettext-base &&     apt-get clean
Step #3 - "lint":  ---> Running in e592c23a4ddb
Step #3 - "lint": Get:1 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
Step #3 - "lint": Ign:2 http://deb.debian.org/debian stretch InRelease
Step #3 - "lint": Get:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
Step #3 - "lint": Hit:4 http://deb.debian.org/debian stretch Release
Step #3 - "lint": Get:5 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [469 kB]
Step #3 - "lint": Get:6 http://deb.debian.org/debian stretch-updates/main amd64 Packages.diff/Index [6640 B]
Step #3 - "lint": Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages 2019-01-02-2012.38.pdiff [332 B]
Step #3 - "lint": Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages 2019-01-02-2012.38.pdiff [332 B]
Step #3 - "lint": Fetched 661 kB in 0s (1884 kB/s)
Step #3 - "lint": Reading package lists...
Step #3 - "lint": Reading package lists...
Step #3 - "lint": Building dependency tree...
Step #3 - "lint": Reading state information...
Step #3 - "lint": make is already the newest version (4.1-9.1).
Step #3 - "lint": rsync is already the newest version (3.1.2-1+deb9u1).
Step #3 - "lint": rsync set to manually installed.
Step #3 - "lint": The following additional packages will be installed:
Step #3 - "lint":   fontconfig fontconfig-config fonts-dejavu-core fonts-liberation libann0
Step #3 - "lint":   libcairo2 libcdt5 libcgraph6 libdatrie1 libfontconfig1 libfreetype6 libgd3
Step #3 - "lint":   libgraphite2-3 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz0b
Step #3 - "lint":   libice6 libjbig0 libjpeg62-turbo libjq1 libonig4 libpango-1.0-0
Step #3 - "lint":   libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpixman-1-0 libpng16-16
Step #3 - "lint":   libpython-stdlib libpython2.7-minimal libpython2.7-stdlib libsm6
Step #3 - "lint":   libthai-data libthai0 libtiff5 libwebp6 libxaw7 libxcb-render0 libxcb-shm0
Step #3 - "lint":   libxdot4 libxmu6 libxpm4 libxrender1 libxt6 mime-support python-cffi-backend
Step #3 - "lint":   python-chardet python-cryptography python-enum34 python-idna
Step #3 - "lint":   python-ipaddress python-minimal python-openssl python-pkg-resources
Step #3 - "lint":   python-pyasn1 python-requests python-setuptools python-six python-urllib3
Step #3 - "lint":   python2.7 python2.7-minimal ucf x11-common
Step #3 - "lint": Suggested packages:
Step #3 - "lint":   gsfonts graphviz-doc libgd-tools clamav-daemon linkchecker-gui
Step #3 - "lint":   linkchecker-web python-argcomplete python-cssutils python-gconf python-geoip
Step #3 - "lint":   python-meliae python-twill spell python-doc python-tk
Step #3 - "lint":   python-cryptography-doc python-cryptography-vectors python-enum34-doc
Step #3 - "lint":   python-openssl-doc python-openssl-dbg doc-base python-socks
Step #3 - "lint":   python-setuptools-doc python-ntlm python2.7-doc binfmt-support
Step #3 - "lint": The following NEW packages will be installed:
Step #3 - "lint":   bash-completion fontconfig fontconfig-config fonts-dejavu-core
Step #3 - "lint":   fonts-liberation gettext-base graphviz jq libann0 libcairo2 libcdt5
Step #3 - "lint":   libcgraph6 libdatrie1 libfontconfig1 libfreetype6 libgd3 libgraphite2-3
Step #3 - "lint":   libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz0b libice6 libjbig0
Step #3 - "lint":   libjpeg62-turbo libjq1 libonig4 libpango-1.0-0 libpangocairo-1.0-0
Step #3 - "lint":   libpangoft2-1.0-0 libpathplan4 libpixman-1-0 libpng16-16 libpython-stdlib
Step #3 - "lint":   libpython2.7-minimal libpython2.7-stdlib libsm6 libthai-data libthai0
Step #3 - "lint":   libtiff5 libwebp6 libxaw7 libxcb-render0 libxcb-shm0 libxdot4 libxmu6
Step #3 - "lint":   libxpm4 libxrender1 libxt6 linkchecker mime-support nano psmisc python
Step #3 - "lint":   python-cffi-backend python-chardet python-cryptography python-enum34
Step #3 - "lint":   python-idna python-ipaddress python-minimal python-openssl
Step #3 - "lint":   python-pkg-resources python-pyasn1 python-requests python-setuptools
Step #3 - "lint":   python-six python-urllib3 python2.7 python2.7-minimal ucf wget x11-common
Step #3 - "lint":   zip
Step #3 - "lint": 0 upgraded, 74 newly installed, 0 to remove and 6 not upgraded.
Step #3 - "lint": Need to get 18.7 MB of archives.
Step #3 - "lint": After this operation, 65.5 MB of additional disk space will be used.
Step #3 - "lint": Get:1 http://security.debian.org/debian-security stretch/updates/main amd64 libtiff5 amd64 4.0.8-2+deb9u4 [238 kB]
Step #3 - "lint": Get:2 http://deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB]
Step #3 - "lint": Get:3 http://deb.debian.org/debian stretch/main amd64 libpython2.7-minimal amd64 2.7.13-2+deb9u3 [389 kB]
Step #3 - "lint": Get:4 http://deb.debian.org/debian stretch/main amd64 python2.7-minimal amd64 2.7.13-2+deb9u3 [1382 kB]
Step #3 - "lint": Get:5 http://deb.debian.org/debian stretch/main amd64 python-minimal amd64 2.7.13-2 [40.5 kB]
Step #3 - "lint": Get:6 http://deb.debian.org/debian stretch/main amd64 mime-support all 3.60 [36.7 kB]
Step #3 - "lint": Get:7 http://deb.debian.org/debian stretch/main amd64 libpython2.7-stdlib amd64 2.7.13-2+deb9u3 [1897 kB]
Step #3 - "lint": Get:8 http://deb.debian.org/debian stretch/main amd64 python2.7 amd64 2.7.13-2+deb9u3 [285 kB]
Step #3 - "lint": Get:9 http://deb.debian.org/debian stretch/main amd64 libpython-stdlib amd64 2.7.13-2 [20.0 kB]
Step #3 - "lint": Get:10 http://deb.debian.org/debian stretch/main amd64 python amd64 2.7.13-2 [154 kB]
Step #3 - "lint": Get:11 http://deb.debian.org/debian stretch/main amd64 libpng16-16 amd64 1.6.28-1 [280 kB]
Step #3 - "lint": Get:12 http://deb.debian.org/debian stretch/main amd64 libfreetype6 amd64 2.6.3-3.2 [438 kB]
Step #3 - "lint": Get:13 http://deb.debian.org/debian stretch/main amd64 ucf all 3.0036 [70.2 kB]
Step #3 - "lint": Get:14 http://deb.debian.org/debian stretch/main amd64 fonts-dejavu-core all 2.37-1 [1068 kB]
Step #3 - "lint": Get:15 http://deb.debian.org/debian stretch/main amd64 fonts-liberation all 1:1.07.4-2 [827 kB]
Step #3 - "lint": Get:16 http://deb.debian.org/debian stretch/main amd64 fontconfig-config all 2.11.0-6.7 [271 kB]
Step #3 - "lint": Get:17 http://deb.debian.org/debian stretch/main amd64 libfontconfig1 amd64 2.11.0-6.7+b1 [331 kB]
Step #3 - "lint": Get:18 http://deb.debian.org/debian stretch/main amd64 fontconfig amd64 2.11.0-6.7+b1 [404 kB]
Step #3 - "lint": Get:19 http://deb.debian.org/debian stretch/main amd64 nano amd64 2.7.4-1 [485 kB]
Step #3 - "lint": Get:20 http://deb.debian.org/debian stretch/main amd64 wget amd64 1.18-5+deb9u2 [799 kB]
Step #3 - "lint": Get:21 http://deb.debian.org/debian stretch/main amd64 gettext-base amd64 0.19.8.1-2 [121 kB]
Step #3 - "lint": Get:22 http://deb.debian.org/debian stretch/main amd64 libann0 amd64 1.1.2+doc-6 [24.9 kB]
Step #3 - "lint": Get:23 http://deb.debian.org/debian stretch/main amd64 libcdt5 amd64 2.38.0-17 [59.6 kB]
Step #3 - "lint": Get:24 http://deb.debian.org/debian stretch/main amd64 libcgraph6 amd64 2.38.0-17 [82.2 kB]
Step #3 - "lint": Get:25 http://deb.debian.org/debian stretch/main amd64 libjpeg62-turbo amd64 1:1.5.1-2 [134 kB]
Step #3 - "lint": Get:26 http://deb.debian.org/debian stretch/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB]
Step #3 - "lint": Get:27 http://deb.debian.org/debian stretch/main amd64 libwebp6 amd64 0.5.2-1 [235 kB]
Step #3 - "lint": Get:28 http://deb.debian.org/debian stretch/main amd64 libxpm4 amd64 1:3.5.12-1 [49.1 kB]
Step #3 - "lint": Get:29 http://deb.debian.org/debian stretch/main amd64 libgd3 amd64 2.2.4-2+deb9u3 [132 kB]
Step #3 - "lint": Get:30 http://deb.debian.org/debian stretch/main amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [158 kB]
Step #3 - "lint": Get:31 http://deb.debian.org/debian stretch/main amd64 libpixman-1-0 amd64 0.34.0-1 [530 kB]
Step #3 - "lint": Get:32 http://deb.debian.org/debian stretch/main amd64 libxcb-render0 amd64 1.12-1 [105 kB]
Step #3 - "lint": Get:33 http://deb.debian.org/debian stretch/main amd64 libxcb-shm0 amd64 1.12-1 [95.9 kB]
Step #3 - "lint": Get:34 http://deb.debian.org/debian stretch/main amd64 libxrender1 amd64 1:0.9.10-1 [33.0 kB]
Step #3 - "lint": Get:35 http://deb.debian.org/debian stretch/main amd64 libcairo2 amd64 1.14.8-1 [771 kB]
Step #3 - "lint": Get:36 http://deb.debian.org/debian stretch/main amd64 libthai-data all 0.1.26-1 [166 kB]
Step #3 - "lint": Get:37 http://deb.debian.org/debian stretch/main amd64 libdatrie1 amd64 0.2.10-4+b1 [36.4 kB]
Step #3 - "lint": Get:38 http://deb.debian.org/debian stretch/main amd64 libthai0 amd64 0.1.26-1 [52.1 kB]
Step #3 - "lint": Get:39 http://deb.debian.org/debian stretch/main amd64 libpango-1.0-0 amd64 1.40.5-1 [320 kB]
Step #3 - "lint": Get:40 http://deb.debian.org/debian stretch/main amd64 libgraphite2-3 amd64 1.3.10-1 [84.2 kB]
Step #3 - "lint": Get:41 http://deb.debian.org/debian stretch/main amd64 libharfbuzz0b amd64 1.4.2-1 [671 kB]
Step #3 - "lint": Get:42 http://deb.debian.org/debian stretch/main amd64 libpangoft2-1.0-0 amd64 1.40.5-1 [205 kB]
Step #3 - "lint": Get:43 http://deb.debian.org/debian stretch/main amd64 libpangocairo-1.0-0 amd64 1.40.5-1 [193 kB]
Step #3 - "lint": Get:44 http://deb.debian.org/debian stretch/main amd64 libpathplan4 amd64 2.38.0-17 [62.8 kB]
Step #3 - "lint": Get:45 http://deb.debian.org/debian stretch/main amd64 libxdot4 amd64 2.38.0-17 [55.6 kB]
Step #3 - "lint": Get:46 http://deb.debian.org/debian stretch/main amd64 libgvc6 amd64 2.38.0-17 [639 kB]
Step #3 - "lint": Get:47 http://deb.debian.org/debian stretch/main amd64 libgvpr2 amd64 2.38.0-17 [211 kB]
Step #3 - "lint": Get:48 http://deb.debian.org/debian stretch/main amd64 x11-common all 1:7.7+19 [251 kB]
Step #3 - "lint": Get:49 http://deb.debian.org/debian stretch/main amd64 libice6 amd64 2:1.0.9-2 [58.7 kB]
Step #3 - "lint": Get:50 http://deb.debian.org/debian stretch/main amd64 libsm6 amd64 2:1.2.2-1+b3 [33.3 kB]
Step #3 - "lint": Get:51 http://deb.debian.org/debian stretch/main amd64 libxt6 amd64 1:1.1.5-1 [188 kB]
Step #3 - "lint": Get:52 http://deb.debian.org/debian stretch/main amd64 libxmu6 amd64 2:1.1.2-2 [60.3 kB]
Step #3 - "lint": Get:53 http://deb.debian.org/debian stretch/main amd64 libxaw7 amd64 2:1.0.13-1+b2 [201 kB]
Step #3 - "lint": Get:54 http://deb.debian.org/debian stretch/main amd64 graphviz amd64 2.38.0-17 [802 kB]
Step #3 - "lint": Get:55 http://deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB]
Step #3 - "lint": Get:56 http://deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB]
Step #3 - "lint": Get:57 http://deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB]
Step #3 - "lint": Get:58 http://deb.debian.org/debian stretch/main amd64 libgts-bin amd64 0.7.6+darcs121130-4 [50.8 kB]
Step #3 - "lint": Get:59 http://deb.debian.org/debian stretch/main amd64 python-six all 1.10.0-3 [14.4 kB]
Step #3 - "lint": Get:60 http://deb.debian.org/debian stretch/main amd64 python-urllib3 all 1.19.1-1 [77.5 kB]
Step #3 - "lint": Get:61 http://deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB]
Step #3 - "lint": Get:62 http://deb.debian.org/debian stretch/main amd64 python-chardet all 2.3.0-2 [96.0 kB]
Step #3 - "lint": Get:63 http://deb.debian.org/debian stretch/main amd64 python-requests all 2.12.4-1 [101 kB]
Step #3 - "lint": Get:64 http://deb.debian.org/debian stretch/main amd64 linkchecker amd64 9.3-4 [312 kB]
Step #3 - "lint": Get:65 http://deb.debian.org/debian stretch/main amd64 psmisc amd64 22.21-2.1+b2 [123 kB]
Step #3 - "lint": Get:66 http://deb.debian.org/debian stretch/main amd64 python-cffi-backend amd64 1.9.1-2 [69.0 kB]
Step #3 - "lint": Get:67 http://deb.debian.org/debian stretch/main amd64 python-enum34 all 1.1.6-1 [35.0 kB]
Step #3 - "lint": Get:68 http://deb.debian.org/debian stretch/main amd64 python-idna all 2.2-1 [32.6 kB]
Step #3 - "lint": Get:69 http://deb.debian.org/debian stretch/main amd64 python-ipaddress all 1.0.17-1 [18.1 kB]
Step #3 - "lint": Get:70 http://deb.debian.org/debian stretch/main amd64 python-pyasn1 all 0.1.9-2 [51.8 kB]
Step #3 - "lint": Get:71 http://deb.debian.org/debian stretch/main amd64 python-setuptools all 33.1.1-1 [297 kB]
Step #3 - "lint": Get:72 http://deb.debian.org/debian stretch/main amd64 python-cryptography amd64 1.7.1-3 [211 kB]
Step #3 - "lint": Get:73 http://deb.debian.org/debian stretch/main amd64 python-openssl all 16.2.0-1 [43.7 kB]
Step #3 - "lint": Get:74 http://deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB]
Step #3 - "lint": �[91mdebconf: delaying package configuration, since apt-utils is not installed
Step #3 - "lint": �[0mFetched 18.7 MB in 0s (64.0 MB/s)
Step #3 - "lint": Selecting previously unselected package bash-completion.
Step #3 - "lint": (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 ... 17197 files and directories currently installed.)
Step #3 - "lint": Preparing to unpack .../0-bash-completion_1%3a2.1-4.3_all.deb ...
Step #3 - "lint": Unpacking bash-completion (1:2.1-4.3) ...
Step #3 - "lint": Selecting previously unselected package libpython2.7-minimal:amd64.
Step #3 - "lint": Preparing to unpack .../1-libpython2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package python2.7-minimal.
Step #3 - "lint": Preparing to unpack .../2-python2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking python2.7-minimal (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package python-minimal.
Step #3 - "lint": Preparing to unpack .../3-python-minimal_2.7.13-2_amd64.deb ...
Step #3 - "lint": Unpacking python-minimal (2.7.13-2) ...
Step #3 - "lint": Selecting previously unselected package mime-support.
Step #3 - "lint": Preparing to unpack .../4-mime-support_3.60_all.deb ...
Step #3 - "lint": Unpacking mime-support (3.60) ...
Step #3 - "lint": Selecting previously unselected package libpython2.7-stdlib:amd64.
Step #3 - "lint": Preparing to unpack .../5-libpython2.7-stdlib_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package python2.7.
Step #3 - "lint": Preparing to unpack .../6-python2.7_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking python2.7 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package libpython-stdlib:amd64.
Step #3 - "lint": Preparing to unpack .../7-libpython-stdlib_2.7.13-2_amd64.deb ...
Step #3 - "lint": Unpacking libpython-stdlib:amd64 (2.7.13-2) ...
Step #3 - "lint": Setting up libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Setting up python2.7-minimal (2.7.13-2+deb9u3) ...
Step #3 - "lint": Linking and byte-compiling packages for runtime python2.7...
Step #3 - "lint": Setting up python-minimal (2.7.13-2) ...
Step #3 - "lint": Selecting previously unselected package python.
Step #3 - "lint": (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 ... 18545 files and directories currently installed.)
Step #3 - "lint": Preparing to unpack .../00-python_2.7.13-2_amd64.deb ...
Step #3 - "lint": Unpacking python (2.7.13-2) ...
Step #3 - "lint": Selecting previously unselected package libpng16-16:amd64.
Step #3 - "lint": Preparing to unpack .../01-libpng16-16_1.6.28-1_amd64.deb ...
Step #3 - "lint": Unpacking libpng16-16:amd64 (1.6.28-1) ...
Step #3 - "lint": Selecting previously unselected package libfreetype6:amd64.
Step #3 - "lint": Preparing to unpack .../02-libfreetype6_2.6.3-3.2_amd64.deb ...
Step #3 - "lint": Unpacking libfreetype6:amd64 (2.6.3-3.2) ...
Step #3 - "lint": Selecting previously unselected package ucf.
Step #3 - "lint": Preparing to unpack .../03-ucf_3.0036_all.deb ...
Step #3 - "lint": Moving old data out of the way
Step #3 - "lint": Unpacking ucf (3.0036) ...
Step #3 - "lint": Selecting previously unselected package fonts-dejavu-core.
Step #3 - "lint": Preparing to unpack .../04-fonts-dejavu-core_2.37-1_all.deb ...
Step #3 - "lint": Unpacking fonts-dejavu-core (2.37-1) ...
Step #3 - "lint": Selecting previously unselected package fonts-liberation.
Step #3 - "lint": Preparing to unpack .../05-fonts-liberation_1%3a1.07.4-2_all.deb ...
Step #3 - "lint": Unpacking fonts-liberation (1:1.07.4-2) ...
Step #3 - "lint": Selecting previously unselected package fontconfig-config.
Step #3 - "lint": Preparing to unpack .../06-fontconfig-config_2.11.0-6.7_all.deb ...
Step #3 - "lint": Unpacking fontconfig-config (2.11.0-6.7) ...
Step #3 - "lint": Selecting previously unselected package libfontconfig1:amd64.
Step #3 - "lint": Preparing to unpack .../07-libfontconfig1_2.11.0-6.7+b1_amd64.deb ...
Step #3 - "lint": Unpacking libfontconfig1:amd64 (2.11.0-6.7+b1) ...
Step #3 - "lint": Selecting previously unselected package fontconfig.
Step #3 - "lint": Preparing to unpack .../08-fontconfig_2.11.0-6.7+b1_amd64.deb ...
Step #3 - "lint": Unpacking fontconfig (2.11.0-6.7+b1) ...
Step #3 - "lint": Selecting previously unselected package nano.
Step #3 - "lint": Preparing to unpack .../09-nano_2.7.4-1_amd64.deb ...
Step #3 - "lint": Unpacking nano (2.7.4-1) ...
Step #3 - "lint": Selecting previously unselected package wget.
Step #3 - "lint": Preparing to unpack .../10-wget_1.18-5+deb9u2_amd64.deb ...
Step #3 - "lint": Unpacking wget (1.18-5+deb9u2) ...
Step #3 - "lint": Selecting previously unselected package gettext-base.
Step #3 - "lint": Preparing to unpack .../11-gettext-base_0.19.8.1-2_amd64.deb ...
Step #3 - "lint": Unpacking gettext-base (0.19.8.1-2) ...
Step #3 - "lint": Selecting previously unselected package libann0.
Step #3 - "lint": Preparing to unpack .../12-libann0_1.1.2+doc-6_amd64.deb ...
Step #3 - "lint": Unpacking libann0 (1.1.2+doc-6) ...
Step #3 - "lint": Selecting previously unselected package libcdt5.
Step #3 - "lint": Preparing to unpack .../13-libcdt5_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libcdt5 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libcgraph6.
Step #3 - "lint": Preparing to unpack .../14-libcgraph6_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libcgraph6 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libjpeg62-turbo:amd64.
Step #3 - "lint": Preparing to unpack .../15-libjpeg62-turbo_1%3a1.5.1-2_amd64.deb ...
Step #3 - "lint": Unpacking libjpeg62-turbo:amd64 (1:1.5.1-2) ...
Step #3 - "lint": Selecting previously unselected package libjbig0:amd64.
Step #3 - "lint": Preparing to unpack .../16-libjbig0_2.1-3.1+b2_amd64.deb ...
Step #3 - "lint": Unpacking libjbig0:amd64 (2.1-3.1+b2) ...
Step #3 - "lint": Selecting previously unselected package libtiff5:amd64.
Step #3 - "lint": Preparing to unpack .../17-libtiff5_4.0.8-2+deb9u4_amd64.deb ...
Step #3 - "lint": Unpacking libtiff5:amd64 (4.0.8-2+deb9u4) ...
Step #3 - "lint": Selecting previously unselected package libwebp6:amd64.
Step #3 - "lint": Preparing to unpack .../18-libwebp6_0.5.2-1_amd64.deb ...
Step #3 - "lint": Unpacking libwebp6:amd64 (0.5.2-1) ...
Step #3 - "lint": Selecting previously unselected package libxpm4:amd64.
Step #3 - "lint": Preparing to unpack .../19-libxpm4_1%3a3.5.12-1_amd64.deb ...
Step #3 - "lint": Unpacking libxpm4:amd64 (1:3.5.12-1) ...
Step #3 - "lint": Selecting previously unselected package libgd3:amd64.
Step #3 - "lint": Preparing to unpack .../20-libgd3_2.2.4-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking libgd3:amd64 (2.2.4-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package libgts-0.7-5:amd64.
Step #3 - "lint": Preparing to unpack .../21-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ...
Step #3 - "lint": Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
Step #3 - "lint": Selecting previously unselected package libpixman-1-0:amd64.
Step #3 - "lint": Preparing to unpack .../22-libpixman-1-0_0.34.0-1_amd64.deb ...
Step #3 - "lint": Unpacking libpixman-1-0:amd64 (0.34.0-1) ...
Step #3 - "lint": Selecting previously unselected package libxcb-render0:amd64.
Step #3 - "lint": Preparing to unpack .../23-libxcb-render0_1.12-1_amd64.deb ...
Step #3 - "lint": Unpacking libxcb-render0:amd64 (1.12-1) ...
Step #3 - "lint": Selecting previously unselected package libxcb-shm0:amd64.
Step #3 - "lint": Preparing to unpack .../24-libxcb-shm0_1.12-1_amd64.deb ...
Step #3 - "lint": Unpacking libxcb-shm0:amd64 (1.12-1) ...
Step #3 - "lint": Selecting previously unselected package libxrender1:amd64.
Step #3 - "lint": Preparing to unpack .../25-libxrender1_1%3a0.9.10-1_amd64.deb ...
Step #3 - "lint": Unpacking libxrender1:amd64 (1:0.9.10-1) ...
Step #3 - "lint": Selecting previously unselected package libcairo2:amd64.
Step #3 - "lint": Preparing to unpack .../26-libcairo2_1.14.8-1_amd64.deb ...
Step #3 - "lint": Unpacking libcairo2:amd64 (1.14.8-1) ...
Step #3 - "lint": Selecting previously unselected package libthai-data.
Step #3 - "lint": Preparing to unpack .../27-libthai-data_0.1.26-1_all.deb ...
Step #3 - "lint": Unpacking libthai-data (0.1.26-1) ...
Step #3 - "lint": Selecting previously unselected package libdatrie1:amd64.
Step #3 - "lint": Preparing to unpack .../28-libdatrie1_0.2.10-4+b1_amd64.deb ...
Step #3 - "lint": Unpacking libdatrie1:amd64 (0.2.10-4+b1) ...
Step #3 - "lint": Selecting previously unselected package libthai0:amd64.
Step #3 - "lint": Preparing to unpack .../29-libthai0_0.1.26-1_amd64.deb ...
Step #3 - "lint": Unpacking libthai0:amd64 (0.1.26-1) ...
Step #3 - "lint": Selecting previously unselected package libpango-1.0-0:amd64.
Step #3 - "lint": Preparing to unpack .../30-libpango-1.0-0_1.40.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libpango-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Selecting previously unselected package libgraphite2-3:amd64.
Step #3 - "lint": Preparing to unpack .../31-libgraphite2-3_1.3.10-1_amd64.deb ...
Step #3 - "lint": Unpacking libgraphite2-3:amd64 (1.3.10-1) ...
Step #3 - "lint": Selecting previously unselected package libharfbuzz0b:amd64.
Step #3 - "lint": Preparing to unpack .../32-libharfbuzz0b_1.4.2-1_amd64.deb ...
Step #3 - "lint": Unpacking libharfbuzz0b:amd64 (1.4.2-1) ...
Step #3 - "lint": Selecting previously unselected package libpangoft2-1.0-0:amd64.
Step #3 - "lint": Preparing to unpack .../33-libpangoft2-1.0-0_1.40.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libpangoft2-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Selecting previously unselected package libpangocairo-1.0-0:amd64.
Step #3 - "lint": Preparing to unpack .../34-libpangocairo-1.0-0_1.40.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libpangocairo-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Selecting previously unselected package libpathplan4.
Step #3 - "lint": Preparing to unpack .../35-libpathplan4_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libpathplan4 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libxdot4.
Step #3 - "lint": Preparing to unpack .../36-libxdot4_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libxdot4 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libgvc6.
Step #3 - "lint": Preparing to unpack .../37-libgvc6_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libgvc6 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libgvpr2.
Step #3 - "lint": Preparing to unpack .../38-libgvpr2_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libgvpr2 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package x11-common.
Step #3 - "lint": Preparing to unpack .../39-x11-common_1%3a7.7+19_all.deb ...
Step #3 - "lint": Unpacking x11-common (1:7.7+19) ...
Step #3 - "lint": Selecting previously unselected package libice6:amd64.
Step #3 - "lint": Preparing to unpack .../40-libice6_2%3a1.0.9-2_amd64.deb ...
Step #3 - "lint": Unpacking libice6:amd64 (2:1.0.9-2) ...
Step #3 - "lint": Selecting previously unselected package libsm6:amd64.
Step #3 - "lint": Preparing to unpack .../41-libsm6_2%3a1.2.2-1+b3_amd64.deb ...
Step #3 - "lint": Unpacking libsm6:amd64 (2:1.2.2-1+b3) ...
Step #3 - "lint": Selecting previously unselected package libxt6:amd64.
Step #3 - "lint": Preparing to unpack .../42-libxt6_1%3a1.1.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libxt6:amd64 (1:1.1.5-1) ...
Step #3 - "lint": Selecting previously unselected package libxmu6:amd64.
Step #3 - "lint": Preparing to unpack .../43-libxmu6_2%3a1.1.2-2_amd64.deb ...
Step #3 - "lint": Unpacking libxmu6:amd64 (2:1.1.2-2) ...
Step #3 - "lint": Selecting previously unselected package libxaw7:amd64.
Step #3 - "lint": Preparing to unpack .../44-libxaw7_2%3a1.0.13-1+b2_amd64.deb ...
Step #3 - "lint": Unpacking libxaw7:amd64 (2:1.0.13-1+b2) ...
Step #3 - "lint": Selecting previously unselected package graphviz.
Step #3 - "lint": Preparing to unpack .../45-graphviz_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking graphviz (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libonig4:amd64.
Step #3 - "lint": Preparing to unpack .../46-libonig4_6.1.3-2_amd64.deb ...
Step #3 - "lint": Unpacking libonig4:amd64 (6.1.3-2) ...
Step #3 - "lint": Selecting previously unselected package libjq1:amd64.
Step #3 - "lint": Preparing to unpack .../47-libjq1_1.5+dfsg-1.3_amd64.deb ...
Step #3 - "lint": Unpacking libjq1:amd64 (1.5+dfsg-1.3) ...
Step #3 - "lint": Selecting previously unselected package jq.
Step #3 - "lint": Preparing to unpack .../48-jq_1.5+dfsg-1.3_amd64.deb ...
Step #3 - "lint": Unpacking jq (1.5+dfsg-1.3) ...
Step #3 - "lint": Selecting previously unselected package libgts-bin.
Step #3 - "lint": Preparing to unpack .../49-libgts-bin_0.7.6+darcs121130-4_amd64.deb ...
Step #3 - "lint": Unpacking libgts-bin (0.7.6+darcs121130-4) ...
Step #3 - "lint": Selecting previously unselected package python-six.
Step #3 - "lint": Preparing to unpack .../50-python-six_1.10.0-3_all.deb ...
Step #3 - "lint": Unpacking python-six (1.10.0-3) ...
Step #3 - "lint": Selecting previously unselected package python-urllib3.
Step #3 - "lint": Preparing to unpack .../51-python-urllib3_1.19.1-1_all.deb ...
Step #3 - "lint": Unpacking python-urllib3 (1.19.1-1) ...
Step #3 - "lint": Selecting previously unselected package python-pkg-resources.
Step #3 - "lint": Preparing to unpack .../52-python-pkg-resources_33.1.1-1_all.deb ...
Step #3 - "lint": Unpacking python-pkg-resources (33.1.1-1) ...
Step #3 - "lint": Selecting previously unselected package python-chardet.
Step #3 - "lint": Preparing to unpack .../53-python-chardet_2.3.0-2_all.deb ...
Step #3 - "lint": Unpacking python-chardet (2.3.0-2) ...
Step #3 - "lint": Selecting previously unselected package python-requests.
Step #3 - "lint": Preparing to unpack .../54-python-requests_2.12.4-1_all.deb ...
Step #3 - "lint": Unpacking python-requests (2.12.4-1) ...
Step #3 - "lint": Selecting previously unselected package linkchecker.
Step #3 - "lint": Preparing to unpack .../55-linkchecker_9.3-4_amd64.deb ...
Step #3 - "lint": Unpacking linkchecker (9.3-4) ...
Step #3 - "lint": Selecting previously unselected package psmisc.
Step #3 - "lint": Preparing to unpack .../56-psmisc_22.21-2.1+b2_amd64.deb ...
Step #3 - "lint": Unpacking psmisc (22.21-2.1+b2) ...
Step #3 - "lint": Selecting previously unselected package python-cffi-backend.
Step #3 - "lint": Preparing to unpack .../57-python-cffi-backend_1.9.1-2_amd64.deb ...
Step #3 - "lint": Unpacking python-cffi-backend (1.9.1-2) ...
Step #3 - "lint": Selecting previously unselected package python-enum34.
Step #3 - "lint": Preparing to unpack .../58-python-enum34_1.1.6-1_all.deb ...
Step #3 - "lint": Unpacking python-enum34 (1.1.6-1) ...
Step #3 - "lint": Selecting previously unselected package python-idna.
Step #3 - "lint": Preparing to unpack .../59-python-idna_2.2-1_all.deb ...
Step #3 - "lint": Unpacking python-idna (2.2-1) ...
Step #3 - "lint": Selecting previously unselected package python-ipaddress.
Step #3 - "lint": Preparing to unpack .../60-python-ipaddress_1.0.17-1_all.deb ...
Step #3 - "lint": Unpacking python-ipaddress (1.0.17-1) ...
Step #3 - "lint": Selecting previously unselected package python-pyasn1.
Step #3 - "lint": Preparing to unpack .../61-python-pyasn1_0.1.9-2_all.deb ...
Step #3 - "lint": Unpacking python-pyasn1 (0.1.9-2) ...
Step #3 - "lint": Selecting previously unselected package python-setuptools.
Step #3 - "lint": Preparing to unpack .../62-python-setuptools_33.1.1-1_all.deb ...
Step #3 - "lint": Unpacking python-setuptools (33.1.1-1) ...
Step #3 - "lint": Selecting previously unselected package python-cryptography.
Step #3 - "lint": Preparing to unpack .../63-python-cryptography_1.7.1-3_amd64.deb ...
Step #3 - "lint": Unpacking python-cryptography (1.7.1-3) ...
Step #3 - "lint": Selecting previously unselected package python-openssl.
Step #3 - "lint": Preparing to unpack .../64-python-openssl_16.2.0-1_all.deb ...
Step #3 - "lint": Unpacking python-openssl (16.2.0-1) ...
Step #3 - "lint": Selecting previously unselected package zip.
Step #3 - "lint": Preparing to unpack .../65-zip_3.0-11+b1_amd64.deb ...
Step #3 - "lint": Unpacking zip (3.0-11+b1) ...
Step #3 - "lint": Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
Step #3 - "lint": Setting up libpathplan4 (2.38.0-17) ...
Step #3 - "lint": Setting up libxcb-render0:amd64 (1.12-1) ...
Step #3 - "lint": Setting up libxdot4 (2.38.0-17) ...
Step #3 - "lint": Setting up libjpeg62-turbo:amd64 (1:1.5.1-2) ...
Step #3 - "lint": Setting up psmisc (22.21-2.1+b2) ...
Step #3 - "lint": Setting up mime-support (3.60) ...
Step #3 - "lint": Setting up libpng16-16:amd64 (1.6.28-1) ...
Step #3 - "lint": Setting up libjbig0:amd64 (2.1-3.1+b2) ...
Step #3 - "lint": Setting up fonts-dejavu-core (2.37-1) ...
Step #3 - "lint": Setting up bash-completion (1:2.1-4.3) ...
Step #3 - "lint": Setting up libonig4:amd64 (6.1.3-2) ...
Step #3 - "lint": Setting up libdatrie1:amd64 (0.2.10-4+b1) ...
Step #3 - "lint": Setting up libtiff5:amd64 (4.0.8-2+deb9u4) ...
Step #3 - "lint": Setting up gettext-base (0.19.8.1-2) ...
Step #3 - "lint": Processing triggers for sgml-base (1.29) ...
Step #3 - "lint": Setting up fonts-liberation (1:1.07.4-2) ...
Step #3 - "lint": Setting up ucf (3.0036) ...
Step #3 - "lint": debconf: unable to initialize frontend: Dialog
Step #3 - "lint": debconf: (TERM is not set, so the dialog frontend is not usable.)
Step #3 - "lint": debconf: falling back to frontend: Readline
Step #3 - "lint": Setting up zip (3.0-11+b1) ...
Step #3 - "lint": Setting up libfreetype6:amd64 (2.6.3-3.2) ...
Step #3 - "lint": Setting up libgraphite2-3:amd64 (1.3.10-1) ...
Step #3 - "lint": Setting up libjq1:amd64 (1.5+dfsg-1.3) ...
Step #3 - "lint": Setting up nano (2.7.4-1) ...
Step #3 - "lint": update-alternatives: using /bin/nano to provide /usr/bin/editor (editor) in auto mode
Step #3 - "lint": update-alternatives: using /bin/nano to provide /usr/bin/pico (pico) in auto mode
Step #3 - "lint": Setting up libpixman-1-0:amd64 (0.34.0-1) ...
Step #3 - "lint": Processing triggers for libc-bin (2.24-11+deb9u3) ...
Step #3 - "lint": Setting up wget (1.18-5+deb9u2) ...
Step #3 - "lint": Setting up libann0 (1.1.2+doc-6) ...
Step #3 - "lint": Setting up libxcb-shm0:amd64 (1.12-1) ...
Step #3 - "lint": Setting up libxpm4:amd64 (1:3.5.12-1) ...
Step #3 - "lint": Setting up libxrender1:amd64 (1:0.9.10-1) ...
Step #3 - "lint": Setting up libgts-bin (0.7.6+darcs121130-4) ...
Step #3 - "lint": Setting up libthai-data (0.1.26-1) ...
Step #3 - "lint": Setting up x11-common (1:7.7+19) ...
Step #3 - "lint": debconf: unable to initialize frontend: Dialog
Step #3 - "lint": debconf: (TERM is not set, so the dialog frontend is not usable.)
Step #3 - "lint": debconf: falling back to frontend: Readline
Step #3 - "lint": update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Step #3 - "lint": invoke-rc.d: could not determine current runlevel
Step #3 - "lint": invoke-rc.d: policy-rc.d denied execution of start.
Step #3 - "lint": Setting up libcdt5 (2.38.0-17) ...
Step #3 - "lint": Setting up libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Setting up libcgraph6 (2.38.0-17) ...
Step #3 - "lint": Setting up libwebp6:amd64 (0.5.2-1) ...
Step #3 - "lint": Setting up jq (1.5+dfsg-1.3) ...
Step #3 - "lint": Setting up fontconfig-config (2.11.0-6.7) ...
Step #3 - "lint": debconf: unable to initialize frontend: Dialog
Step #3 - "lint": debconf: (TERM is not set, so the dialog frontend is not usable.)
Step #3 - "lint": debconf: falling back to frontend: Readline
Step #3 - "lint": Setting up libgvpr2 (2.38.0-17) ...
Step #3 - "lint": Setting up python2.7 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Setting up libharfbuzz0b:amd64 (1.4.2-1) ...
Step #3 - "lint": Setting up libthai0:amd64 (0.1.26-1) ...
Step #3 - "lint": Setting up libpython-stdlib:amd64 (2.7.13-2) ...
Step #3 - "lint": Setting up libice6:amd64 (2:1.0.9-2) ...
Step #3 - "lint": Setting up python (2.7.13-2) ...
Step #3 - "lint": Setting up python-idna (2.2-1) ...
Step #3 - "lint": Setting up libfontconfig1:amd64 (2.11.0-6.7+b1) ...
Step #3 - "lint": Setting up libsm6:amd64 (2:1.2.2-1+b3) ...
Step #3 - "lint": Setting up python-pyasn1 (0.1.9-2) ...
Step #3 - "lint": Setting up libgd3:amd64 (2.2.4-2+deb9u3) ...
Step #3 - "lint": Setting up python-pkg-resources (33.1.1-1) ...
Step #3 - "lint": Setting up python-cffi-backend (1.9.1-2) ...
Step #3 - "lint": Setting up python-six (1.10.0-3) ...
Step #3 - "lint": Setting up python-enum34 (1.1.6-1) ...
Step #3 - "lint": Setting up libxt6:amd64 (1:1.1.5-1) ...
Step #3 - "lint": Setting up python-ipaddress (1.0.17-1) ...
Step #3 - "lint": Setting up fontconfig (2.11.0-6.7+b1) ...
Step #3 - "lint": Regenerating fonts cache... done.
Step #3 - "lint": Setting up libcairo2:amd64 (1.14.8-1) ...
Step #3 - "lint": Setting up python-setuptools (33.1.1-1) ...
Step #3 - "lint": Setting up python-urllib3 (1.19.1-1) ...
Step #3 - "lint": Setting up python-chardet (2.3.0-2) ...
Step #3 - "lint": Setting up libxmu6:amd64 (2:1.1.2-2) ...
Step #3 - "lint": Setting up libpango-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Setting up python-cryptography (1.7.1-3) ...
Step #3 - "lint": Setting up python-requests (2.12.4-1) ...
Step #3 - "lint": Setting up linkchecker (9.3-4) ...
Step #3 - "lint": Setting up libxaw7:amd64 (2:1.0.13-1+b2) ...
Step #3 - "lint": Setting up python-openssl (16.2.0-1) ...
Step #3 - "lint": Setting up libpangoft2-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Setting up libpangocairo-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Setting up libgvc6 (2.38.0-17) ...
Step #3 - "lint": Setting up graphviz (2.38.0-17) ...
Step #3 - "lint": Processing triggers for libc-bin (2.24-11+deb9u3) ...
Step #3 - "lint": Removing intermediate container e592c23a4ddb
Step #3 - "lint":  ---> 6b0f9ed82914
Step #3 - "lint": Step 3/33 : ENV RUSTUP_HOME=/usr/local/rustup     CARGO_HOME=/usr/local/cargo     PATH=/usr/local/cargo/bin:$PATH     RUST_VERSION=1.26.1
Step #3 - "lint":  ---> Running in 1d702bb60663
Step #3 - "lint": Removing intermediate container 1d702bb60663
Step #3 - "lint":  ---> 08fa5eefc376
Step #3 - "lint": Step 4/33 : ENV RUST_ARCH=x86_64-unknown-linux-gnu     RUSTUP_SHA256=c9837990bce0faab4f6f52604311a19bb8d2cde989bea6a7b605c8e526db6f02
Step #3 - "lint":  ---> Running in d9fbc9c38002
Step #3 - "lint": Removing intermediate container d9fbc9c38002
Step #3 - "lint":  ---> 1a5f0c33a0c7
Step #3 - "lint": Step 5/33 : RUN wget -q https://static.rust-lang.org/rustup/archive/1.11.0/${RUST_ARCH}/rustup-init &&     echo "${RUSTUP_SHA256} *rustup-init" | sha256sum -c - &&     chmod +x rustup-init &&     ./rustup-init -y --no-modify-path --default-toolchain $RUST_VERSION &&     rm rustup-init &&     rustup --version;     cargo --version;     rustc --version;
Step #3 - "lint":  ---> Running in 23c26777908a
Step #3 - "lint": rustup-init: OK
Step #3 - "lint": �[91minfo: syncing channel updates for '1.26.1-x86_64-unknown-linux-gnu'
Step #3 - "lint": �[0m�[91minfo: latest update on 2018-05-29, rust version 1.26.1 (827013a31 2018-05-25)
Step #3 - "lint": info: downloading component 'rustc'
Step #3 - "lint": �[0m�[91minfo: downloading component 'rust-std'
Step #3 - "lint": �[0m�[91minfo: downloading component 'cargo'
Step #3 - "lint": �[0m�[91minfo: downloading component 'rust-docs'
Step #3 - "lint": �[0m�[91minfo: installing component 'rustc'
Step #3 - "lint": �[0m�[91minfo: installing component 'rust-std'
Step #3 - "lint": �[0m�[91minfo: installing component 'cargo'
Step #3 - "lint": �[0m�[91minfo: installing component 'rust-docs'
Step #3 - "lint": �[0m
Step #3 - "lint": �[91minfo: default toolchain set to '1.26.1'
Step #3 - "lint": �[0m  1.26.1 installed - rustc 1.26.1 (827013a31 2018-05-25)
Step #3 - "lint": 
Step #3 - "lint": rustup 1.11.0 (e751ff9f8 2018-02-13)
Step #3 - "lint": cargo 1.26.0 (0e7c5a931 2018-04-06)
Step #3 - "lint": rustc 1.26.1 (827013a31 2018-05-25)
Step #3 - "lint": Removing intermediate container 23c26777908a
Step #3 - "lint":  ---> 5034aed861c2
Step #3 - "lint": Step 6/33 : WORKDIR /usr/local
Step #3 - "lint":  ---> Running in 3ff68581de31
Step #3 - "lint": Removing intermediate container 3ff68581de31
Step #3 - "lint":  ---> 2daf253b0913
Step #3 - "lint": Step 7/33 : ENV GO_VERSION=1.11.4
Step #3 - "lint":  ---> Running in baad44a2897f
Step #3 - "lint": Removing intermediate container baad44a2897f
Step #3 - "lint":  ---> 4dddea83271e
Step #3 - "lint": Step 8/33 : ENV GOPATH /go
Step #3 - "lint":  ---> Running in ede3acc5b2d4
Step #3 - "lint": Removing intermediate container ede3acc5b2d4
Step #3 - "lint":  ---> 6aae593672f4
Step #3 - "lint": Step 9/33 : RUN wget -q https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz &&     tar -xzf go${GO_VERSION}.linux-amd64.tar.gz && rm go${GO_VERSION}.linux-amd64.tar.gz && mkdir ${GOPATH}
Step #3 - "lint":  ---> Running in 1d865a534a4e
Step #3 - "lint": Removing intermediate container 1d865a534a4e
Step #3 - "lint":  ---> d49ce631610a
Step #3 - "lint": Step 10/33 : WORKDIR /opt
Step #3 - "lint":  ---> Running in 72aee5b63908
Step #3 - "lint": Removing intermediate container 72aee5b63908
Step #3 - "lint":  ---> 2f29b12a9d9d
Step #3 - "lint": Step 11/33 : RUN wget -q https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.zip && unzip -q google-cloud-sdk.zip &&     rm google-cloud-sdk.zip &&     /opt/google-cloud-sdk/install.sh --usage-reporting=true --path-update=true --bash-completion=true --rc-path=/root/.bashrc
Step #3 - "lint":  ---> Running in 9c3ae943d85f
Step #3 - "lint": Welcome to the Google Cloud SDK!
Step #3 - "lint": WARNING: You appear to be running this script as root. This may cause 
Step #3 - "lint": the installation to be inaccessible to users other than the root user.
Step #3 - "lint": �[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Your current Cloud SDK version is: 230.0.0
Step #3 - "lint": �[0m�[91mInstalling components from version: 230.0.0
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91m+----------------------------------------------------------------------------+
Step #3 - "lint": �[0m�[91m|                    These components will be installed.                     |�[0m�[91m
Step #3 - "lint": �[0m�[91m+-----------------------------------------------------+------------+---------+�[0m�[91m
Step #3 - "lint": �[0m�[91m|                         Name                        |  Version   |   Size  |�[0m�[91m
Step #3 - "lint": �[0m�[91m+-----------------------------------------------------+------------+---------+�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mBigQuery Command Line Tool                         �[0m�[91m �[0m�[91m| �[0m�[91m    2.0.39�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mBigQuery Command Line Tool (Platform Specific)     �[0m�[91m �[0m�[91m| �[0m�[91m    2.0.34�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud SDK Core Libraries (Platform Specific)       �[0m�[91m �[0m�[91m| �[0m�[91m2018.09.24�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud Storage Command Line Tool                    �[0m�[91m �[0m�[91m| �[0m�[91m      4.35�[0m�[91m �[0m�[91m| �[0m�[91m3.6 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud Storage Command Line Tool (Platform Specific)�[0m�[91m �[0m�[91m| �[0m�[91m      4.34�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mDefault set of gcloud commands                     �[0m�[91m �[0m�[91m| �[0m�[91m          �[0m�[91m �[0m�[91m| �[0m�[91m       �[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgcloud cli dependencies                            �[0m�[91m �[0m�[91m| �[0m�[91m2018.08.03�[0m�[91m �[0m�[91m| �[0m�[91m8.6 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m+-----------------------------------------------------+------------+---------+�[0m�[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mFor the latest full release notes, please visit:
Step #3 - "lint":   https://cloud.google.com/sdk/release_notes
Step #3 - "lint": 
Step #3 - "lint": �[0m�[91m#============================================================#
Step #3 - "lint": #= Creating update staging area                             =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: BigQuery Command Line Tool                   =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m===�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: BigQuery Command Line Tool (Platform Spec... =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m==============================�[0m�[91m==============================#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud SDK Core Libraries (Platform Specific) =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m==============================�[0m�[91m==========�[0m�[91m=========�[0m�[91m===========�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud Storage Command Line Tool              =#
Step #3 - "lint": #�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m===�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud Storage Command Line Tool (Platform... =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m==============================�[0m�[91m===============�[0m�[91m===============#
Step #3 - "lint": �[0m�[91m#= Installing: Default set of gcloud commands               =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m============================================================#
Step #3 - "lint": �[0m�[91m#= Installing: gcloud cli dependencies                      =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Creating backup and activating new installation          =#
Step #3 - "lint": #�[0m�[91m==============================�[0m�[91m==============================�[0m�[91m#
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mPerforming post processing steps...
Step #3 - "lint": �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91mdone.
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Update done!
Step #3 - "lint": 
Step #3 - "lint": �[0m
Step #3 - "lint": This will install all the core command line tools necessary for working with
Step #3 - "lint": the Google Cloud Platform.
Step #3 - "lint": 
Step #3 - "lint": Backing up [/root/.bashrc] to [/root/.bashrc.backup].
Step #3 - "lint": [/root/.bashrc] has been updated.
Step #3 - "lint": 
Step #3 - "lint": ==> Start a new shell for the changes to take effect.
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": For more information on how to get started, please visit:
Step #3 - "lint":   https://cloud.google.com/sdk/docs/quickstarts
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": Removing intermediate container 9c3ae943d85f
Step #3 - "lint":  ---> 0956dccde325
Step #3 - "lint": Step 12/33 : ENV PATH /usr/local/go/bin:/go/bin:/opt/google-cloud-sdk/bin:$PATH
Step #3 - "lint":  ---> Running in fd5f8fb696b8
Step #3 - "lint": Removing intermediate container fd5f8fb696b8
Step #3 - "lint":  ---> ca6ea9fb4881
Step #3 - "lint": Step 13/33 : RUN gcloud components update && gcloud components install app-engine-go
Step #3 - "lint":  ---> Running in e0c0cc963ead
Step #3 - "lint": �[91m
Step #3 - "lint": All components are up to date.
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Your current Cloud SDK version is: 230.0.0
Step #3 - "lint": Installing components from version: 230.0.0
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91m+---------------------------------------------------+�[0m�[91m
Step #3 - "lint": �[0m�[91m|        These components will be installed.        |�[0m�[91m
Step #3 - "lint": �[0m�[91m+------------------------------+---------+----------+�[0m�[91m
Step #3 - "lint": �[0m�[91m|             Name             | Version |   Size   |�[0m�[91m
Step #3 - "lint": �[0m�[91m+------------------------------+---------+----------+�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mApp Engine Go Extensions    �[0m�[91m �[0m�[91m| �[0m�[91m       �[0m�[91m | �[0m�[91m        �[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mApp Engine Go Extensions    �[0m�[91m �[0m�[91m| �[0m�[91m 1.9.70 �[0m�[91m| �[0m�[91m56.6 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud Datastore Emulator    �[0m�[91m �[0m�[91m| �[0m�[91m  2.0.3�[0m�[91m �[0m�[91m| �[0m�[91m18.3 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgRPC python library         �[0m�[91m �[0m�[91m| �[0m�[91m  1.9.1�[0m�[91m �[0m�[91m| �[0m�[91m12.1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgRPC python library          �[0m�[91m| �[0m�[91m       �[0m�[91m �[0m�[91m| �[0m�[91m        �[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgcloud app Python Extensions�[0m�[91m �[0m�[91m| �[0m�[91m 1.9.81�[0m�[91m �[0m�[91m| �[0m�[91m 6.2 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m+------------------------------+---------+----------+�[0m�[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mFor the latest full release notes, please visit:
Step #3 - "lint":   https://cloud.google.com/sdk/release_notes
Step #3 - "lint": 
Step #3 - "lint": �[0m�[91mDo you want to continue (Y/n)?  
Step #3 - "lint": �[0m�[91m#============================================================#
Step #3 - "lint": �[0m�[91m#= Creating update staging area                             =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m======�[0m�[91m============�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: App Engine Go Extensions                     =#
Step #3 - "lint": #�[0m�[91m============================================================�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: App Engine Go Extensions                     =#
Step #3 - "lint": #�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud Datastore Emulator                     =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m======#
Step #3 - "lint": �[0m�[91m#= Installing: gRPC python library                          =#
Step #3 - "lint": #�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: gRPC python library                          =#
Step #3 - "lint": #�[0m�[91m============================================================�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: gcloud app Python Extensions                 =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Creating backup and activating new installation          =#
Step #3 - "lint": #�[0m�[91m==============================�[0m�[91m==============================�[0m�[91m#
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mPerforming post processing steps...
Step #3 - "lint": �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91mdone.
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Update done!
Step #3 - "lint": 
Step #3 - "lint": �[0mRemoving intermediate container e0c0cc963ead
Step #3 - "lint":  ---> 9a3ed8162bec
Step #3 - "lint": Step 14/33 : ENV KUBECTL_VER 1.11.5
Step #3 - "lint":  ---> Running in 551f376db670
Step #3 - "lint": Removing intermediate container 551f376db670
Step #3 - "lint":  ---> ba87050f13a1
Step #3 - "lint": Step 15/33 : 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 #3 - "lint":  ---> Running in 4a11b29e22e8
Step #3 - "lint": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #3 - "lint":                                  Dload  Upload   Total   Spent    Left  Speed
Step #3 - "lint": �[0m�[91m
  0     0    0     0    0     0     �[0m�[91m 0      0 --:--:-- --:--:-�[0m�[91m- --:�[0m�[91m--:--     0�[0m�[91m
100 52.8M  100 52.8M    0     0   129M      0 --:--:-- --:--:-- --:--:--  129M
Step #3 - "lint": �[0mRemoving intermediate container 4a11b29e22e8
Step #3 - "lint":  ---> 475429746e65
Step #3 - "lint": Step 16/33 : RUN echo "source <(kubectl completion bash)" >> /root/.bashrc
Step #3 - "lint":  ---> Running in 88a7258db24d
Step #3 - "lint": Removing intermediate container 88a7258db24d
Step #3 - "lint":  ---> 30371dcb9eb6
Step #3 - "lint": Step 17/33 : ENV HELM_VER 2.11.0
Step #3 - "lint":  ---> Running in 38af7146b76a
Step #3 - "lint": Removing intermediate container 38af7146b76a
Step #3 - "lint":  ---> 822c5e5bf60e
Step #3 - "lint": Step 18/33 : ENV HELM_URL https://storage.googleapis.com/kubernetes-helm/helm-v${HELM_VER}-linux-amd64.tar.gz
Step #3 - "lint":  ---> Running in 8dff8354a5a1
Step #3 - "lint": Removing intermediate container 8dff8354a5a1
Step #3 - "lint":  ---> 227128c50360
Step #3 - "lint": Step 19/33 : 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 #3 - "lint":  ---> Running in c377736bd524
Step #3 - "lint": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #3 - "lint":                                  Dload  Upload   Total   Spent    Left  Speed
Step #3 - "lint": �[0m�[91m
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
100 18.2M  100 18.2M    0     0  67.6M      0 --:--:-- --:--:-- --:--:-- 67.8M
Step #3 - "lint": �[0mlinux-amd64/
Step #3 - "lint": linux-amd64/tiller
Step #3 - "lint": linux-amd64/README.md
Step #3 - "lint": linux-amd64/helm
Step #3 - "lint": linux-amd64/LICENSE
Step #3 - "lint": Removing intermediate container c377736bd524
Step #3 - "lint":  ---> 7c5af7c46c49
Step #3 - "lint": Step 20/33 : RUN echo "source <(helm completion bash)" >> /root/.bashrc
Step #3 - "lint":  ---> Running in e3167b74fbed
Step #3 - "lint": Removing intermediate container e3167b74fbed
Step #3 - "lint":  ---> 5b1694024917
Step #3 - "lint": Step 21/33 : RUN mkdir -p /go/src/github.com/golang && cd /go/src/github.com/golang &&     git clone https://github.com/golang/protobuf.git &&      cd protobuf && git checkout v1.2.0 &&     go install github.com/golang/protobuf/protoc-gen-go
Step #3 - "lint":  ---> Running in c14d7f8cf283
Step #3 - "lint": �[91mCloning into 'protobuf'...
Step #3 - "lint": �[0m�[91mNote: checking out 'v1.2.0'.
Step #3 - "lint": 
Step #3 - "lint": You are in 'detached HEAD' state. You can look around, make experimental
Step #3 - "lint": changes and commit them, and you can discard any commits you make in this
Step #3 - "lint": state without impacting any branches by performing another checkout.
Step #3 - "lint": 
Step #3 - "lint": If you want to create a new branch to retain commits you create, you may
Step #3 - "lint": do so (now or later) by using -b with the checkout command again. Example:
Step #3 - "lint": 
Step #3 - "lint":   git checkout -b <new-branch-name>
Step #3 - "lint": 
Step #3 - "lint": HEAD is now at aa810b6... proto: fix handling of required fields after multiple violations (#679)
Step #3 - "lint": �[0mRemoving intermediate container c14d7f8cf283
Step #3 - "lint":  ---> b81a8d602e68
Step #3 - "lint": Step 22/33 : RUN cargo install protobuf-codegen --vers 2.0.2
Step #3 - "lint":  ---> Running in 14357a63c3bf
Step #3 - "lint": �[91m    Updating registry `https://github.com/rust-lang/crates.io-index`
Step #3 - "lint": �[0m�[91m Downloading protobuf-codegen v2.0.2
Step #3 - "lint": �[0m�[91m  Installing protobuf-codegen v2.0.2
Step #3 - "lint": �[0m�[91m Downloading protobuf v2.0.2
Step #3 - "lint": �[0m�[91m   Compiling protobuf v2.0.2
Step #3 - "lint": �[0m�[91m   Compiling protobuf-codegen v2.0.2
Step #3 - "lint": �[0m�[91m    Finished release [optimized] target(s) in 33.11 secs
Step #3 - "lint": �[0m�[91m  Installing /usr/local/cargo/bin/protoc-gen-rust
Step #3 - "lint":   Installing /usr/local/cargo/bin/protobuf-bin-gen-rust-do-not-use
Step #3 - "lint": �[0mRemoving intermediate container 14357a63c3bf
Step #3 - "lint":  ---> 4c2d8f3db394
Step #3 - "lint": Step 23/33 : RUN cargo install grpcio-compiler --vers 0.3.0
Step #3 - "lint":  ---> Running in 5eeb1a81cd72
Step #3 - "lint": �[91m    Updating registry `https://github.com/rust-lang/crates.io-index`
Step #3 - "lint": �[0m�[91m Downloading grpcio-compiler v0.3.0
Step #3 - "lint": �[0m�[91m  Installing grpcio-compiler v0.3.0
Step #3 - "lint": �[0m�[91m Downloading protobuf-codegen v2.0.6
Step #3 - "lint": �[0m�[91m Downloading protobuf v2.0.6
Step #3 - "lint": �[0m�[91m   Compiling protobuf v2.0.6
Step #3 - "lint": �[0m�[91m   Compiling protobuf-codegen v2.0.6
Step #3 - "lint": �[0m�[91m   Compiling grpcio-compiler v0.3.0
Step #3 - "lint": �[0m�[91m    Finished release [optimized] target(s) in 34.82 secs
Step #3 - "lint": �[0m�[91m  Installing /usr/local/cargo/bin/grpc_rust_plugin
Step #3 - "lint": �[0mRemoving intermediate container 5eeb1a81cd72
Step #3 - "lint":  ---> d65b187de6cf
Step #3 - "lint": Step 24/33 : RUN go get -u github.com/golang/dep/cmd/dep &&     go get -u golang.org/x/tools/cmd/goimports
Step #3 - "lint":  ---> Running in e7abd00c38df
Step #3 - "lint": Removing intermediate container e7abd00c38df
Step #3 - "lint":  ---> 1e7633c0b753
Step #3 - "lint": Step 25/33 : RUN curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin v1.12.2
Step #3 - "lint":  ---> Running in 629414aac9ab
Step #3 - "lint": �[91mgolangci/golangci-lint info checking GitHub for tag 'v1.12.2'
Step #3 - "lint": �[0m�[91mgolangci/golangci-lint info found version: 1.12.2 for v1.12.2/linux/amd64
Step #3 - "lint": �[0m�[91mgolangci/golangci-lint info installed /go/bin/golangci-lint
Step #3 - "lint": �[0mRemoving intermediate container 629414aac9ab
Step #3 - "lint":  ---> db510cb0d6a1
Step #3 - "lint": Step 26/33 : RUN mkdir -p /go/src && cd /go/src && mkdir -p k8s.io && cd k8s.io &&     git clone -b kubernetes-1.11.5 --depth=3 https://github.com/kubernetes/code-generator.git
Step #3 - "lint":  ---> Running in 6c835e2ce65c
Step #3 - "lint": �[91mCloning into 'code-generator'...
Step #3 - "lint": �[0m�[91mNote: checking out '8c97d6ab64da020f8b151e9d3ed8af3172f5c390'.
Step #3 - "lint": 
Step #3 - "lint": You are in 'detached HEAD' state. You can look around, make experimental
Step #3 - "lint": changes and commit them, and you can discard any commits you make in this
Step #3 - "lint": state without impacting any branches by performing another checkout.
Step #3 - "lint": 
Step #3 - "lint": If you want to create a new branch to retain commits you create, you may
Step #3 - "lint": do so (now or later) by using -b with the checkout command again. Example:
Step #3 - "lint": 
Step #3 - "lint":   git checkout -b <new-branch-name>
Step #3 - "lint": 
Step #3 - "lint": �[0mRemoving intermediate container 6c835e2ce65c
Step #3 - "lint":  ---> 08d46969a5bf
Step #3 - "lint": Step 27/33 : RUN mkdir /tmp/hugo &&     wget -O /tmp/hugo/hugo.tar.gz https://github.com/gohugoio/hugo/releases/download/v0.53/hugo_extended_0.53_Linux-64bit.tar.gz &&     tar -zxvf /tmp/hugo/hugo.tar.gz -C /tmp/hugo/ &&     mv /tmp/hugo/hugo /usr/local/bin/ &&     rm -r /tmp/hugo
Step #3 - "lint":  ---> Running in e1638ea1870a
Step #3 - "lint": �[91m--2019-01-23 01:00:40--  https://github.com/gohugoio/hugo/releases/download/v0.53/hugo_extended_0.53_Linux-64bit.tar.gz
Step #3 - "lint": �[0m�[91mResolving github.com (github.com)... �[0m�[91m192.30.253.113, 192.30.253.112
Step #3 - "lint": Connecting to github.com (github.com)|192.30.253.113|:443... �[0m�[91mconnected.
Step #3 - "lint": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m302 Found
Step #3 - "lint": Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/11180687/68eb0b80-0760-11e9-8761-329b77cc0aeb?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190123%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190123T010040Z&X-Amz-Expires=300&X-Amz-Signature=a86ad8683dca3422f337cf3df25d138fd4a7f9a025728a6eb7c2786d431cb7ad&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dhugo_extended_0.53_Linux-64bit.tar.gz&response-content-type=application%2Foctet-stream [following]
Step #3 - "lint": --2019-01-23 01:00:40--  https://github-production-release-asset-2e65be.s3.amazonaws.com/11180687/68eb0b80-0760-11e9-8761-329b77cc0aeb?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190123%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190123T010040Z&X-Amz-Expires=300&X-Amz-Signature=a86ad8683dca3422f337cf3df25d138fd4a7f9a025728a6eb7c2786d431cb7ad&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dhugo_extended_0.53_Linux-64bit.tar.gz&response-content-type=application%2Foctet-stream
Step #3 - "lint": Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... �[0m�[91m52.216.233.75
Step #3 - "lint": Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.233.75|:443... �[0m�[91mconnected.
Step #3 - "lint": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m200 OK
Step #3 - "lint": Length: 8698428 (8.3M) [application/octet-stream]
Step #3 - "lint": Saving to: '/tmp/hugo/hugo.tar.gz'
Step #3 - "lint": �[0m�[91m
Step #3 - "lint":      0K .......... ......�[0m�[91m.... .......... .......... .�[0m�[91m........�[0m�[91m.  0%  691K 12s�[0m�[91m
Step #3 - "lint":     50K .......... .......... .....�[0m�[91m..... .......... ..........  1%  690K 12s
Step #3 - "lint":    100K .�[0m�[91m......... ........�[0m�[91m.. .......... .......... ...�[0m�[91m.......  1%  701K 12s
Step #3 - "lint":    150K .......... ........�[0m�[91m.�[0m�[91m. .......... .......... ....�[0m�[91m......  2% 53.9M 9s
Step #3 - "lint":    200K ...�[0m�[91m....... .........�[0m�[91m. .......... ......�[0m�[91m.�[0m�[91m... .....�[0m�[91m.....  2% 52.9M 7s
Step #3 - "lint":    250K ....�[0m�[91m...... .......... .......... .......... ..........  3%�[0m�[91m  705K 8s
Step #3 - "lint":    300K .....�[0m�[91m..... ...�[0m�[91m....... ..........�[0m�[91m ........�[0m�[91m.. ..........  4% 92.3M 7s
Step #3 - "lint":    350K ......�[0m�[91m.... .......... ...�[0m�[91m....... ..........�[0m�[91m ..........  4% 69.6M 6s
Step #3 - "lint":    400K .......... .....�[0m�[91m..... ...�[0m�[91m.�[0m�[91m...... ..........�[0m�[91m .�[0m�[91m.........  5% 89.6M 5s
Step #3 - "lint":    450K ........�[0m�[91m.. .......... .....�[0m�[91m..... .......... ..�[0m�[91m........  5% 37.3M 5s
Step #3 - "lint":    500K .........�[0m�[91m. .......... ......�[0m�[91m.... .......... ..�[0m�[91m.�[0m�[91m.......  6%  731K 5s
Step #3 - "lint":    550K .......... ........�[0m�[91m.. .......... .......... ....�[0m�[91m......  7%  119M 5s
Step #3 - "lint":    600K ..�[0m�[91m........ .......... ...�[0m�[91m......�[0m�[91m. ......�[0m�[91m.... ..........  7%  109M 4s
Step #3 - "lint":    650K ...�[0m�[91m....... ..�[0m�[91m........ .........�[0m�[91m. .......... ......�[0m�[91m....  8%  111M 4s
Step #3 - "lint":    700K ....�[0m�[91m...... ...�[0m�[91m....... .........�[0m�[91m. ........�[0m�[91m.. ......�[0m�[91m....  8%  133M 4s
Step #3 - "lint":    750K .�[0m�[91m....�[0m�[91m..... ....�[0m�[91m...... ..........�[0m�[91m .�[0m�[91m........�[0m�[91m. ........�[0m�[91m..  9%  126M 3s
Step #3 - "lint":    800K ......�[0m�[91m.... ....�[0m�[91m.�[0m�[91m..... .......... .......... .....�[0m�[91m..... 10%  135M 3s
Step #3 - "lint":    850K .......... .....�[0m�[91m.�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m.�[0m�[91m....... .........�[0m�[91m. 10%  161M 3s�[0m�[91m
Step #3 - "lint":    900K ........�[0m�[91m.. .......�[0m�[91m... .......... ...�[0m�[91m.�[0m�[91m...... ..�[0m�[91m........ 11%  147M 3s
Step #3 - "lint":    950K .�[0m�[91m......... ....�[0m�[91m...�[0m�[91m... .......... .....�[0m�[91m..... .......... 11%  149M 3s
Step #3 - "lint":   1000K ..�[0m�[91m........�[0m�[91m .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m.�[0m�[91m.... .......... 12%  144M 3s
Step #3 - "lint":   1050K ...�[0m�[91m....... .......... ........�[0m�[91m.. .......�[0m�[91m... .......... 12%  119M 2s
Step #3 - "lint":   1100K ...�[0m�[91m.�[0m�[91m...... ..�[0m�[91m........ .�[0m�[91m......... .......... .......... 13%  732K 3s
Step #3 - "lint":   1150K .....�[0m�[91m..... ...�[0m�[91m....... ..�[0m�[91m........ ........�[0m�[91m.. .......�[0m�[91m... 14% 88.7M 3s
Step #3 - "lint":   1200K .....�[0m�[91m..... ....�[0m�[91m...... .......... .�[0m�[91m.........�[0m�[91m .......... 14%  113M 3s�[0m�[91m
Step #3 - "lint":   1250K ......�[0m�[91m.�[0m�[91m... .......... ....�[0m�[91m...... .......... .......... 15%  113M 2s
Step #3 - "lint":   1300K .......... .......... .......... .......... .......... 15%  211M 2s
Step #3 - "lint":   1350K .......... .......... .......... .......... .......... 16%  243M 2s
Step #3 - "lint":   1400K .......... .......... .......... .......... .......... 17%  224M 2s
Step #3 - "lint":   1450K .......... .......... .......... .......... .......... 17%  226M 2s
Step #3 - "lint":   1500K .......... .......... .......... .......... .......... 18%  209M 2s
Step #3 - "lint":   1550K .......... .......... .......... .......... .......... 18%  247M 2s
Step #3 - "lint":   1600K .......... .......... .......... .......... .......... 19%  232M 2s
Step #3 - "lint":   1650K .......... .......... .......... .......... .......... 20%  248M 2s
Step #3 - "lint":   1700K .......... .......... .......... .......... .......... 20%  243M 2s
Step #3 - "lint":   1750K .......... .......... .......... .......... .......... 21%  273M 2s
Step #3 - "lint":   1800K .......... .......... .......... .......... .......... 21%  252M 2s
Step #3 - "lint":   1850K .......... .......... .......... .......... .......... 22%  236M 2s
Step #3 - "lint":   1900K .......... .......... .......... .......... .......... 22%  247M 1s
Step #3 - "lint":   1950K .......... .......... .......... .......... .......... 23%  226M 1s
Step #3 - "lint":   2000K .......... .......... .......... .......... .......... 24%  234M 1s
Step #3 - "lint":   2050K .......... .......... .......... .......... .......... 24%  224M 1s
Step #3 - "lint":   2100K .......... .......... .......... .......... .......... 25%  218M 1s
Step #3 - "lint":   2150K .......... .......... .......... .......... .......... 25%  290M 1s
Step #3 - "lint":   2200K .......... .......... .......... .......... .......... 26%  219M 1s
Step #3 - "lint":   2250K ...�[0m�[91m....... .......... .......... .......... .......... 27%  750K�[0m�[91m 1s
Step #3 - "lint":   2300K .......... .......�[0m�[91m... .......... .......... .........�[0m�[91m. 27%  167M 1s
Step #3 - "lint":   2350K .......... .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... 28%  128M 1s
Step #3 - "lint":   2400K .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... 28%  161M 1s
Step #3 - "lint":   2450K .......... ......�[0m�[91m.... .......�[0m�[91m... .......... .�[0m�[91m..�[0m�[91m.....�[0m�[91m.. 29%  180M 1s
Step #3 - "lint":   2500K .........�[0m�[91m. .......... .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. 30%  129M 1s
Step #3 - "lint":   2550K .......... .....�[0m�[91m..... .......... .........�[0m�[91m. .......... 30%  141M�[0m�[91m 1s
Step #3 - "lint":   2600K .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... 31%  141M 1s
Step #3 - "lint":   2650K ...�[0m�[91m....... .........�[0m�[91m. ..........�[0m�[91m .....�[0m�[91m..... ...�[0m�[91m....�[0m�[91m... 31%  114M 1s�[0m�[91m
Step #3 - "lint":   2700K .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. 32%  121M 1s
Step #3 - "lint":   2750K .......... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... .......... 32%  151M 1s
Step #3 - "lint":   2800K .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... 33%  166M 1s
Step #3 - "lint":   2850K ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... 34%  179M 1s
Step #3 - "lint":   2900K .......... .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m......... 34%  119M 1s
Step #3 - "lint":   2950K .......�[0m�[91m... ..........�[0m�[91m ...�[0m�[91m....... .........�[0m�[91m. .......... 35%  165M 1s
Step #3 - "lint":   3000K .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... ....�[0m�[91m.�[0m�[91m..... 35%  149M 1s
Step #3 - "lint":   3050K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... 36%  154M 1s
Step #3 - "lint":   3100K .�[0m�[91m......... .�[0m�[91m......�[0m�[91m... .....�[0m�[91m..�[0m�[91m... ...�[0m�[91m....... .........�[0m�[91m. 37%  122M 1s
Step #3 - "lint":   3150K .......... .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... 37%  139M 1s
Step #3 - "lint":   3200K .....�[0m�[91m..... ...�[0m�[91m....... ......�[0m�[91m.... .......�[0m�[91m.�[0m�[91m.. .....�[0m�[91m..... 38%  132M 1s
Step #3 - "lint":   3250K ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .......... ...�[0m�[91m....... 38%  155M 1s
Step #3 - "lint":   3300K .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... 39%  160M 1s
Step #3 - "lint":   3350K �[0m�[91m.......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .......... .......... 40%�[0m�[91m  121M 1s
Step #3 - "lint":   3400K .......... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .......... 40%  146M 1s
Step #3 - "lint":   3450K ...�[0m�[91m.....�[0m�[91m.. .........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... 41%  152M 1s
Step #3 - "lint":   3500K .�[0m�[91m.........�[0m�[91m .......... .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. 41%  130M 1s�[0m�[91m
Step #3 - "lint":   3550K .......... .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... 42%  211M 1s
Step #3 - "lint":   3600K .......... ...�[0m�[91m....... .........�[0m�[91m. .......... .......... 42%  188M�[0m�[91m 1s
Step #3 - "lint":   3650K ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... 43%  130M 1s
Step #3 - "lint":   3700K .........�[0m�[91m. .......... .......... .......... .�[0m�[91m......... 44%  128M 1s
Step #3 - "lint":   3750K .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. .......... 44%  117M 1s
Step #3 - "lint":   3800K .....�[0m�[91m..... .......... .......... .......�[0m�[91m... .......... 45%  142M 1s
Step #3 - "lint":   3850K ...�[0m�[91m....... .........�[0m�[91m. .......... .......... .......... 45%  196M 1s
Step #3 - "lint":   3900K .�[0m�[91m........�[0m�[91m. .......... .......... ...�[0m�[91m....... .........�[0m�[91m. 46%  168M 1s
Step #3 - "lint":   3950K .......... .....�[0m�[91m..... .......�[0m�[91m... .......... .......�[0m�[91m... 47%  189M 1s
Step #3 - "lint":   4000K .......... .......... .........�[0m�[91m. .......�[0m�[91m... .......... 47%  205M 1s
Step #3 - "lint":   4050K ...�[0m�[91m....... .�[0m�[91m......... ....�[0m�[91m...�[0m�[91m... .......... ...�[0m�[91m....... 48%  202M 1s
Step #3 - "lint":   4100K .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m......... 48%  177M 1s
Step #3 - "lint":   4150K ..�[0m�[91m.....�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... 49%  175M 1s
Step #3 - "lint":   4200K .�[0m�[91m....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... .......... 50%  195M 1s
Step #3 - "lint":   4250K ...�[0m�[91m....... .......... .......... .......... ...�[0m�[91m....... 50%  216M 1s
Step #3 - "lint":   4300K .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... .......... .�[0m�[91m......... 51%  168M 0s
Step #3 - "lint":   4350K .......�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... 51%  180M 0s
Step #3 - "lint":   4400K .......... ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... 52%  184M 0s
Step #3 - "lint":   4450K .......... .�[0m�[91m......... �[0m�[91m.....�[0m�[91m..�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... 52%  862K 1s
Step #3 - "lint":   4500K .......... .......�[0m�[91m... .......... .......... .�[0m�[91m........�[0m�[91m. 53% 84.4M 1s
Step #3 - "lint":   4550K .......�[0m�[91m... .......... .......... .�[0m�[91m........�[0m�[91m. .......... 54% 95.0M 0s
Step #3 - "lint":   4600K .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .......... 54%  134M 0s
Step #3 - "lint":   4650K�[0m�[91m ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .......... .......... 55%  128M 0s
Step #3 - "lint":   4700K .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. 55%  123M 0s
Step #3 - "lint":   4750K .......... .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... 56%  127M 0s
Step #3 - "lint":   4800K ........�[0m�[91m.. ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... 57%  146M 0s
Step #3 - "lint":   4850K .......... .�[0m�[91m......... ..�[0m�[91m.....�[0m�[91m... �[0m�[91m.....�[0m�[91m..... .......... 57%  147M 0s
Step #3 - "lint":   4900K .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... 58%  129M 0s
Step #3 - "lint":   4950K .......�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... 58%�[0m�[91m  148M 0s
Step #3 - "lint":   5000K .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... 59%  134M 0s
Step #3 - "lint":   5050K ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .......... .......... 60%  177M 0s
Step #3 - "lint":   5100K .�[0m�[91m......... .......... .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. 60%  144M 0s
Step #3 - "lint":   5150K .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m......... ......�[0m�[91m.�[0m�[91m... 61%  163M 0s
Step #3 - "lint":   5200K .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... 61%  140M�[0m�[91m 0s
Step #3 - "lint":   5250K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... 62%  162M 0s
Step #3 - "lint":   5300K .�[0m�[91m........�[0m�[91m. ..........�[0m�[91m .......... .......... .�[0m�[91m........�[0m�[91m. 62%  165M 0s
Step #3 - "lint":   5350K .......�[0m�[91m... .......... .......... .........�[0m�[91m. .......�[0m�[91m... 63%  165M 0s
Step #3 - "lint":   5400K .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... 64%  164M 0s
Step #3 - "lint":   5450K ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... 64%  157M 0s
Step #3 - "lint":   5500K .........�[0m�[91m. .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. 65%  123M 0s
Step #3 - "lint":   5550K .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... 65%  139M 0s
Step #3 - "lint":   5600K .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... 66%  183M 0s
Step #3 - "lint":   5650K .......... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... 67%  141M 0s
Step #3 - "lint":   5700K .�[0m�[91m........�[0m�[91m. ......�[0m�[91m.�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .....�[0m�[91m..... 67%  106M 0s
Step #3 - "lint":   5750K .......... .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... 68%  201M 0s
Step #3 - "lint":   5800K .......... .......... .�[0m�[91m......... .......�[0m�[91m... .......... 68%  167M�[0m�[91m 0s
Step #3 - "lint":   5850K ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... 69%�[0m�[91m  120M 0s
Step #3 - "lint":   5900K .�[0m�[91m........�[0m�[91m. ...�[0m�[91m....�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. 70%  119M 0s�[0m�[91m
Step #3 - "lint":   5950K .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... 70%  124M 0s
Step #3 - "lint":   6000K .......... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... 71%  151M 0s
Step #3 - "lint":   6050K .......... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... 71%  141M 0s
Step #3 - "lint":   6100K .�[0m�[91m......... .......... .....�[0m�[91m.�[0m�[91m.... ...�[0m�[91m....... .�[0m�[91m......... 72%  131M 0s
Step #3 - "lint":   6150K .......�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... 72%  157M 0s
Step #3 - "lint":   6200K .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... .......... 73%  142M 0s
Step #3 - "lint":   6250K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... 74%  154M 0s
Step #3 - "lint":   6300K .........�[0m�[91m. .......�[0m�[91m... .......... ...�[0m�[91m....... .......... 74%  158M 0s
Step #3 - "lint":   6350K .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... 75%�[0m�[91m  200M 0s
Step #3 - "lint":   6400K .......... �[0m�[91m...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... 75%  208M 0s
Step #3 - "lint":   6450K .......... .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... 76%  175M 0s
Step #3 - "lint":   6500K .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... 77%  175M 0s
Step #3 - "lint":   6550K .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. .......... 77%  212M 0s
Step #3 - "lint":   6600K ...�[0m�[91m..�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... 78%  192M 0s
Step #3 - "lint":   6650K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... .......... 78%  205M 0s
Step #3 - "lint":   6700K .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... .......... �[0m�[91m.........�[0m�[91m. 79%  164M 0s
Step #3 - "lint":   6750K .......... .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. .......... 80%  194M 0s
Step #3 - "lint":   6800K .......... ...�[0m�[91m....... .......... .......... .....�[0m�[91m..... 80%  220M 0s
Step #3 - "lint":   6850K ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .......... .......... 81%  191M 0s
Step #3 - "lint":   6900K .........�[0m�[91m. .......... .....�[0m�[91m..... .......... .........�[0m�[91m. 81%  197M 0s
Step #3 - "lint":   6950K .......�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... 82%  208M 0s
Step #3 - "lint":   7000K .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .......... 82%  188M 0s
Step #3 - "lint":   7050K .�[0m�[91m..�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... 83%  201M 0s
Step #3 - "lint":   7100K .�[0m�[91m......... .......�[0m�[91m... .......... .......... .�[0m�[91m........�[0m�[91m. 84%  896K 0s
Step #3 - "lint":   7150K .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... 84%  169M 0s
Step #3 - "lint":   7200K .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... 85%  167M 0s
Step #3 - "lint":   7250K ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... 85%  104M 0s
Step #3 - "lint":   7300K .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m......... 86%  152M 0s
Step #3 - "lint":   7350K .......�[0m�[91m... ..�[0m�[91m...�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. .......... 87%  162M 0s
Step #3 - "lint":   7400K .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... 87%  156M 0s
Step #3 - "lint":   7450K ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... 88%  180M 0s
Step #3 - "lint":   7500K .........�[0m�[91m. .......�[0m�[91m... .......... .......... .........�[0m�[91m. 88%  154M 0s
Step #3 - "lint":   7550K .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .......... .......�[0m�[91m... 89%  167M 0s
Step #3 - "lint":   7600K .....�[0m�[91m.....�[0m�[91m ...�[0m�[91m....... .......... .......... ...�[0m�[91m..�[0m�[91m..... 90%  132M 0s
Step #3 - "lint":   7650K .......... .........�[0m�[91m. .......�[0m�[91m... .......... .�[0m�[91m..�[0m�[91m....... 90%  179M 0s
Step #3 - "lint":   7700K .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m......... 91%  184M 0s
Step #3 - "lint":   7750K .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... .......... 91%  188M 0s
Step #3 - "lint":   7800K ..........�[0m�[91m .......... .�[0m�[91m......... .......�[0m�[91m... .......... 92%  217M 0s
Step #3 - "lint":   7850K ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... .......... 93%  178M 0s
Step #3 - "lint":   7900K .........�[0m�[91m. .......�[0m�[91m... .......... ...�[0m�[91m....... .......... 93%  138M 0s
Step #3 - "lint":   7950K .......�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... 94%  155M 0s
Step #3 - "lint":   8000K ...�[0m�[91m..�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... 94%  164M 0s
Step #3 - "lint":   8050K ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... 95%  138M 0s
Step #3 - "lint":   8100K ........�[0m�[91m.�[0m�[91m. .......... .....�[0m�[91m..... .......... .......... 95%  182M 0s
Step #3 - "lint":   8150K .......�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... 96%  219M 0s
Step #3 - "lint":   8200K .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... 97%  185M 0s
Step #3 - "lint":   8250K ...�[0m�[91m......�[0m�[91m. .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... .........�[0m�[91m. 97%  165M 0s
Step #3 - "lint":   8300K .�[0m�[91m......... .......... �[0m�[91m.......... ...�[0m�[91m....... .........�[0m�[91m. 98%  140M 0s
Step #3 - "lint":   8350K .......... .......... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... 98%  200M 0s
Step #3 - "lint":   8400K .....�[0m�[91m..... ...�[0m�[91m....... .......�[0m�[91m... ..�[0m�[91m.....�[0m�[91m... .....�[0m�[91m..... 99%  184M 0s
Step #3 - "lint":   8450K ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .......... ....      100% 67.0M=0.7s
Step #3 - "lint": 
Step #3 - "lint": �[0m�[91m2019-01-23 01:00:41 (12.6 MB/s) - '/tmp/hugo/hugo.tar.gz' saved [8698428/8698428]
Step #3 - "lint": 
Step #3 - "lint": �[0mLICENSE
Step #3 - "lint": README.md
Step #3 - "lint": hugo
Step #3 - "lint": Removing intermediate container e1638ea1870a
Step #3 - "lint":  ---> 87c1e5ac22a3
Step #3 - "lint": Step 28/33 : RUN curl -sL https://deb.nodesource.com/setup_11.x | bash - &&     apt-get install -y nodejs
Step #3 - "lint":  ---> Running in 4506bd7bc5b1
Step #3 - "lint": 
Step #3 - "lint": ## Installing the NodeSource Node.js 11.x repo...
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": ## Populating apt-get cache...
Step #3 - "lint": 
Step #3 - "lint": + apt-get update
Step #3 - "lint": Hit:1 http://security.debian.org/debian-security stretch/updates InRelease
Step #3 - "lint": Ign:2 http://deb.debian.org/debian stretch InRelease
Step #3 - "lint": Hit:3 http://deb.debian.org/debian stretch-updates InRelease
Step #3 - "lint": Hit:4 http://deb.debian.org/debian stretch Release
Step #3 - "lint": Reading package lists...
Step #3 - "lint": 
Step #3 - "lint": ## Installing packages required for setup: apt-transport-https lsb-release...
Step #3 - "lint": 
Step #3 - "lint": + apt-get install -y apt-transport-https lsb-release > /dev/null 2>&1
Step #3 - "lint": 
Step #3 - "lint": ## Confirming "stretch" is supported...
Step #3 - "lint": 
Step #3 - "lint": + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_11.x/dists/stretch/Release'
Step #3 - "lint": 
Step #3 - "lint": ## Adding the NodeSource signing key to your keyring...
Step #3 - "lint": 
Step #3 - "lint": + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
Step #3 - "lint": �[91mWarning: apt-key output should not be parsed (stdout is not a terminal)
Step #3 - "lint": �[0mOK
Step #3 - "lint": 
Step #3 - "lint": ## Creating apt sources list file for the NodeSource Node.js 11.x repo...
Step #3 - "lint": 
Step #3 - "lint": + echo 'deb https://deb.nodesource.com/node_11.x stretch main' > /etc/apt/sources.list.d/nodesource.list
Step #3 - "lint": + echo 'deb-src https://deb.nodesource.com/node_11.x stretch main' >> /etc/apt/sources.list.d/nodesource.list
Step #3 - "lint": 
Step #3 - "lint": ## Running `apt-get update` for you...
Step #3 - "lint": 
Step #3 - "lint": + apt-get update
Step #3 - "lint": Ign:1 http://deb.debian.org/debian stretch InRelease
Step #3 - "lint": Hit:2 http://security.debian.org/debian-security stretch/updates InRelease
Step #3 - "lint": Hit:3 http://deb.debian.org/debian stretch-updates InRelease
Step #3 - "lint": Hit:4 http://deb.debian.org/debian stretch Release
Step #3 - "lint": Get:5 https://deb.nodesource.com/node_11.x stretch InRelease [4612 B]
Step #3 - "lint": Get:7 https://deb.nodesource.com/node_11.x stretch/main amd64 Packages [767 B]
Step #3 - "lint": Fetched 5379 B in 0s (7604 B/s)
Step #3 - "lint": Reading package lists...
Step #3 - "lint": 
Step #3 - "lint": ## Run `sudo apt-get install -y nodejs` to install Node.js 11.x and npm
Step #3 - "lint": ## You may also need development tools to build native addons:
Step #3 - "lint":      sudo apt-get install gcc g++ make
Step #3 - "lint": ## To install the Yarn package manager, run:
Step #3 - "lint":      curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
Step #3 - "lint":      echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
Step #3 - "lint":      sudo apt-get update && sudo apt-get install yarn
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": Reading package lists...
Step #3 - "lint": Building dependency tree...
Step #3 - "lint": Reading state information...
Step #3 - "lint": The following NEW packages will be installed:
Step #3 - "lint":   nodejs
Step #3 - "lint": 0 upgraded, 1 newly installed, 0 to remove and 6 not upgraded.
Step #3 - "lint": Need to get 15.7 MB of archives.
Step #3 - "lint": After this operation, 74.1 MB of additional disk space will be used.
Step #3 - "lint": Get:1 https://deb.nodesource.com/node_11.x stretch/main amd64 nodejs amd64 11.7.0-1nodesource1 [15.7 MB]
Step #3 - "lint": �[91mdebconf: delaying package configuration, since apt-utils is not installed
Step #3 - "lint": �[0mFetched 15.7 MB in 0s (26.7 MB/s)
Step #3 - "lint": Selecting previously unselected package nodejs.
Step #3 - "lint": (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 ... 21148 files and directories currently installed.)
Step #3 - "lint": Preparing to unpack .../nodejs_11.7.0-1nodesource1_amd64.deb ...
Step #3 - "lint": Unpacking nodejs (11.7.0-1nodesource1) ...
Step #3 - "lint": Setting up nodejs (11.7.0-1nodesource1) ...
Step #3 - "lint": Removing intermediate container 4506bd7bc5b1
Step #3 - "lint":  ---> 8b96ce589fbc
Step #3 - "lint": Step 29/33 : RUN echo "export PATH=/usr/local/go/bin:/go/bin/:\$PATH" >> /root/.bashrc
Step #3 - "lint":  ---> Running in 4a7dbd9b5f52
Step #3 - "lint": Removing intermediate container 4a7dbd9b5f52
Step #3 - "lint":  ---> 59a3ef8783f9
Step #3 - "lint": Step 30/33 : RUN echo "export EDITOR=nano" >> /root/.bashrc
Step #3 - "lint":  ---> Running in ca2d1000202d
Step #3 - "lint": Removing intermediate container ca2d1000202d
Step #3 - "lint":  ---> 7d7b9910aba0
Step #3 - "lint": Step 31/33 : COPY *.sh /root/
Step #3 - "lint":  ---> d0fcef0f6f4f
Step #3 - "lint": Step 32/33 : RUN chmod +x /root/*.sh
Step #3 - "lint":  ---> Running in 4f3b68448edb
Step #3 - "lint": Removing intermediate container 4f3b68448edb
Step #3 - "lint":  ---> d2911bcbd643
Step #3 - "lint": Step 33/33 : WORKDIR /go
Step #3 - "lint":  ---> Running in 3452570971f8
Step #3 - "lint": Removing intermediate container 3452570971f8
Step #3 - "lint":  ---> adbb2a93b583
Step #3 - "lint": Successfully built adbb2a93b583
Step #3 - "lint": Successfully tagged agones-build:db76ca0bfb
Step #3 - "lint": make[1]: Leaving directory '/workspace/build'
Step #3 - "lint": docker run -t -e "TERM=xterm-256color" --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build -w /go/src/agones.dev/agones  agones-build:db76ca0bfb bash -c \
Step #3 - "lint": 	"golangci-lint run ./examples/... && golangci-lint run --deadline 15m ./..."
Finished Step #3 - "lint"
Starting Step #4 - "tests"
Starting Step #9 - "build"
Starting Step #10 - "build-e2e"
Step #4 - "tests": Already have image: make-docker
Step #9 - "build": Already have image: make-docker
Step #10 - "build-e2e": Already have image (with digest): gcr.io/cloud-builders/docker
Step #4 - "tests": mkdir -p ~/.kube/
Step #4 - "tests": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go test -race agones.dev/agones/pkg/... \
Step #4 - "tests": agones.dev/agones/sdks/... agones.dev/agones/cmd/...
Step #4 - "tests": mkdir -p /tmp/agones-install
Step #4 - "tests": mkdir -p /workspace/build//.config/gcloud
Step #4 - "tests": cp /workspace/install/yaml/install.yaml /tmp/agones-install/install.yaml
Step #4 - "tests": mkdir -p ~/.helm
Step #4 - "tests": docker run --rm --name=agones-website -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb \
Step #4 - "tests":     	hugo server --watch --baseURL="http://localhost:1313/site/" &
Step #4 - "tests": until docker exec agones-website curl -o /dev/null --silent http://localhost:1313/site/; \
Step #4 - "tests": 		do \
Step #4 - "tests": 			echo "Waiting for server to start..."; \
Step #4 - "tests": 			sleep 1; \
Step #4 - "tests": 		done
Step #4 - "tests": sort /tmp/agones-install/install.yaml > /tmp/agones-install/install.yaml.sorted
Step #4 - "tests": /usr/bin/make gen-install
Step #4 - "tests": make[1]: Entering directory '/workspace/build'
Step #4 - "tests": mkdir -p ~/.kube/
Step #4 - "tests": mkdir -p /workspace/build//.config/gcloud
Step #4 - "tests": mkdir -p ~/.helm
Step #4 - "tests": Error: No such container: agones-website
Step #4 - "tests": Waiting for server to start...
Step #4 - "tests": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build  agones-build:db76ca0bfb bash -c \
Step #4 - "tests": 	'helm template --name=agones-manual --namespace agones-system /go/src/agones.dev/agones/install/helm/agones \
Step #4 - "tests": 	--set agones.controller.generateTLS=false \
Step #4 - "tests": 	--set agones.crds.cleanupOnDelete=false \
Step #4 - "tests": 	> /go/src/agones.dev/agones/install/yaml/install.yaml'
Step #9 - "build": mkdir -p ~/.kube/
Step #9 - "build": mkdir -p /workspace/build//.config/gcloud
Step #9 - "build": mkdir -p ~/.helm
Step #9 - "build": docker run --rm -e "CGO_ENABLED=0" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #9 - "build": -tags none -o /go/src/agones.dev/agones/cmd/controller/bin/controller \
Step #9 - "build":  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-b918eef" -installsuffix cgo agones.dev/agones/cmd/controller
Step #4 - "tests": Building sites … Waiting for server to start...
Step #4 - "tests": ?   	agones.dev/agones/pkg	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/apis	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/apis/stable	[no test files]
Step #10 - "build-e2e": Sending build context to Docker daemon  7.168kB

Step #4 - "tests": make[1]: Leaving directory '/workspace/build'
Step #10 - "build-e2e": Step 1/20 : FROM gcr.io/cloud-builders/gcloud-slim
Step #10 - "build-e2e":  ---> c328dc31a68c
Step #10 - "build-e2e": Step 2/20 : RUN apt-get update &&     apt-get install -y wget psmisc make gcc python jq zip &&     apt-get clean
Step #4 - "tests": sort /workspace/install/yaml/install.yaml > /tmp/agones-install/install.current.yaml.sorted
Step #4 - "tests": diff /tmp/agones-install/install.yaml.sorted /tmp/agones-install/install.current.yaml.sorted
Step #10 - "build-e2e":  ---> Running in 64c07b273ec7
Step #4 - "tests": 
Step #4 - "tests":                    | EN  
Step #4 - "tests": +------------------+----+
Step #4 - "tests":   Pages            | 59  
Step #4 - "tests":   Paginator pages  |  0  
Step #4 - "tests":   Non-page files   |  2  
Step #4 - "tests":   Static files     | 39  
Step #4 - "tests":   Processed images |  2  
Step #4 - "tests":   Aliases          | 10  
Step #4 - "tests":   Sitemaps         |  1  
Step #4 - "tests":   Cleaned          |  0  
Step #4 - "tests": 
Step #4 - "tests": Total in 1895 ms
Step #4 - "tests": Watching for changes in /go/src/agones.dev/agones/site/{assets,content,layouts,static,themes}
Step #4 - "tests": Watching for config changes in /go/src/agones.dev/agones/site/config.toml, /go/src/agones.dev/agones/site/themes/docsy/config.toml
Step #4 - "tests": Environment: "development"
Step #4 - "tests": Serving pages from memory
Step #4 - "tests": Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
Step #4 - "tests": Web Server is available at http://localhost:1313/site/ (bind address 127.0.0.1)
Step #4 - "tests": Press Ctrl+C to stop
Step #4 - "tests": Waiting for server to start...
Step #10 - "build-e2e": Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB]
Step #10 - "build-e2e": Get:2 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial InRelease [23.8 kB]
Step #10 - "build-e2e": Get:3 http://archive.ubuntu.com/ubuntu xenial InRelease [247 kB]
Step #10 - "build-e2e": Get:4 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [600 kB]
Step #4 - "tests": ( trap 'docker stop agones-website' EXIT; docker exec agones-website linkchecker --anchors http://localhost:1313/site/ )
Step #10 - "build-e2e": Get:5 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
Step #10 - "build-e2e": Get:6 http://security.ubuntu.com/ubuntu xenial-security/main Translation-en [249 kB]
Step #10 - "build-e2e": Get:7 http://security.ubuntu.com/ubuntu xenial-security/restricted amd64 Packages [7204 B]
Step #10 - "build-e2e": Get:8 http://security.ubuntu.com/ubuntu xenial-security/restricted Translation-en [2152 B]
Step #10 - "build-e2e": Get:9 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [415 kB]
Step #10 - "build-e2e": Get:10 http://security.ubuntu.com/ubuntu xenial-security/universe Translation-en [163 kB]
Step #10 - "build-e2e": Get:11 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [5600 B]
Step #10 - "build-e2e": Get:12 http://security.ubuntu.com/ubuntu xenial-security/multiverse Translation-en [2676 B]
Step #10 - "build-e2e": Get:13 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial/main amd64 Packages [3356 B]
Step #10 - "build-e2e": Get:14 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
Step #10 - "build-e2e": Get:15 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages [1201 kB]
Step #10 - "build-e2e": Get:16 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial/main Translation-en [2380 B]
Step #10 - "build-e2e": Get:17 http://archive.ubuntu.com/ubuntu xenial/main Translation-en [568 kB]
Step #10 - "build-e2e": Get:18 http://archive.ubuntu.com/ubuntu xenial/restricted amd64 Packages [8344 B]
Step #10 - "build-e2e": Get:19 http://archive.ubuntu.com/ubuntu xenial/restricted Translation-en [2908 B]
Step #10 - "build-e2e": Get:20 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages [7532 kB]
Step #4 - "tests": WARNING 2019-01-23 01:01:41,175 MainThread Running as root user; dropping privileges by changing user to nobody.
Step #4 - "tests": INFO 2019-01-23 01:01:41,176 MainThread Checking intern URLs only; use --check-extern to check extern URLs.
Step #4 - "tests": LinkChecker 9.3              Copyright (C) 2000-2014 Bastian Kleineidam
Step #4 - "tests": LinkChecker comes with ABSOLUTELY NO WARRANTY!
Step #4 - "tests": This is free software, and you are welcome to redistribute it
Step #4 - "tests": under certain conditions. Look at the file `LICENSE' within this
Step #4 - "tests": distribution.
Step #4 - "tests": Get the newest version at http://wummel.github.io/linkchecker/
Step #4 - "tests": Write comments and bugs to https://github.com/wummel/linkchecker/issues
Step #4 - "tests": Support this project at http://wummel.github.io/linkchecker/donations.html
Step #4 - "tests": 
Step #4 - "tests": Start checking at 2019-01-23 01:01:41+000
Step #10 - "build-e2e": Get:21 http://archive.ubuntu.com/ubuntu xenial/universe Translation-en [4354 kB]
Step #10 - "build-e2e": Get:22 http://archive.ubuntu.com/ubuntu xenial/multiverse amd64 Packages [144 kB]
Step #10 - "build-e2e": Get:23 http://archive.ubuntu.com/ubuntu xenial/multiverse Translation-en [106 kB]
Step #10 - "build-e2e": Get:24 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [902 kB]
Step #10 - "build-e2e": Get:25 http://archive.ubuntu.com/ubuntu xenial-updates/main Translation-en [365 kB]
Step #10 - "build-e2e": Get:26 http://archive.ubuntu.com/ubuntu xenial-updates/restricted amd64 Packages [7556 B]
Step #10 - "build-e2e": Get:27 http://archive.ubuntu.com/ubuntu xenial-updates/restricted Translation-en [2272 B]
Step #10 - "build-e2e": Get:28 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [720 kB]
Step #10 - "build-e2e": Get:29 http://archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [295 kB]
Step #10 - "build-e2e": Get:30 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [16.6 kB]
Step #10 - "build-e2e": Get:31 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse Translation-en [8440 B]
Step #10 - "build-e2e": Get:32 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [7280 B]
Step #10 - "build-e2e": Get:33 http://archive.ubuntu.com/ubuntu xenial-backports/main Translation-en [4456 B]
Step #10 - "build-e2e": Get:34 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [7804 B]
Step #10 - "build-e2e": Get:35 http://archive.ubuntu.com/ubuntu xenial-backports/universe Translation-en [4184 B]
Step #4 - "tests": 10 threads active,     5 links queued,   21 links in   3 URLs checked, runtime 1 seconds
Step #10 - "build-e2e": Fetched 18.3 MB in 6s (3023 kB/s)
Step #10 - "build-e2e": Reading package lists...
Step #10 - "build-e2e": Reading package lists...
Step #10 - "build-e2e": Building dependency tree...
Step #10 - "build-e2e": Reading state information...
Step #4 - "tests": 10 threads active,   219 links queued,  341 links in  17 URLs checked, runtime 6 seconds
Step #10 - "build-e2e": python is already the newest version (2.7.12-1~16.04).
Step #10 - "build-e2e": python set to manually installed.
Step #10 - "build-e2e": The following packages were automatically installed and are no longer required:
Step #10 - "build-e2e":   libexpat1-dev libpython-dev libpython2.7 libpython2.7-dev
Step #10 - "build-e2e":   python-pkg-resources python2.7-dev
Step #10 - "build-e2e": Use 'apt autoremove' to remove them.
Step #10 - "build-e2e": The following additional packages will be installed:
Step #10 - "build-e2e":   libonig2 unzip
Step #10 - "build-e2e": Suggested packages:
Step #10 - "build-e2e":   gcc-multilib autoconf automake libtool flex bison gdb gcc-doc make-doc
Step #10 - "build-e2e": The following NEW packages will be installed:
Step #10 - "build-e2e":   gcc jq libonig2 make psmisc unzip wget zip
Step #10 - "build-e2e": 0 upgraded, 8 newly installed, 0 to remove and 15 not upgraded.
Step #10 - "build-e2e": Need to get 746 kB/1051 kB of archives.
Step #10 - "build-e2e": After this operation, 3466 kB of additional disk space will be used.
Step #10 - "build-e2e": Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 psmisc amd64 22.21-2.1build1 [48.0 kB]
Step #10 - "build-e2e": Get:2 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libonig2 amd64 5.9.6-1ubuntu0.1 [86.7 kB]
Step #10 - "build-e2e": Get:3 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 jq amd64 1.5+dfsg-1ubuntu0.1 [144 kB]
Step #10 - "build-e2e": Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 make amd64 4.1-6 [151 kB]
Step #10 - "build-e2e": Get:5 http://archive.ubuntu.com/ubuntu xenial/main amd64 unzip amd64 6.0-20ubuntu1 [158 kB]
Step #10 - "build-e2e": Get:6 http://archive.ubuntu.com/ubuntu xenial/main amd64 zip amd64 3.0-11 [158 kB]
Step #10 - "build-e2e": Fetched 746 kB in 1s (584 kB/s)
Step #10 - "build-e2e": Selecting previously unselected package psmisc.
Step #10 - "build-e2e": (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15833 files and directories currently installed.)
Step #10 - "build-e2e": Preparing to unpack .../psmisc_22.21-2.1build1_amd64.deb ...
Step #10 - "build-e2e": Unpacking psmisc (22.21-2.1build1) ...
Step #10 - "build-e2e": Selecting previously unselected package wget.
Step #10 - "build-e2e": Preparing to unpack .../wget_1.17.1-1ubuntu1.4_amd64.deb ...
Step #10 - "build-e2e": Unpacking wget (1.17.1-1ubuntu1.4) ...
Step #10 - "build-e2e": Selecting previously unselected package gcc.
Step #10 - "build-e2e": Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ...
Step #10 - "build-e2e": Unpacking gcc (4:5.3.1-1ubuntu1) ...
Step #10 - "build-e2e": Selecting previously unselected package libonig2:amd64.
Step #10 - "build-e2e": Preparing to unpack .../libonig2_5.9.6-1ubuntu0.1_amd64.deb ...
Step #10 - "build-e2e": Unpacking libonig2:amd64 (5.9.6-1ubuntu0.1) ...
Step #10 - "build-e2e": Selecting previously unselected package jq.
Step #10 - "build-e2e": Preparing to unpack .../jq_1.5+dfsg-1ubuntu0.1_amd64.deb ...
Step #10 - "build-e2e": Unpacking jq (1.5+dfsg-1ubuntu0.1) ...
Step #10 - "build-e2e": Selecting previously unselected package make.
Step #10 - "build-e2e": Preparing to unpack .../archives/make_4.1-6_amd64.deb ...
Step #10 - "build-e2e": Unpacking make (4.1-6) ...
Step #10 - "build-e2e": Selecting previously unselected package unzip.
Step #10 - "build-e2e": Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ...
Step #10 - "build-e2e": Unpacking unzip (6.0-20ubuntu1) ...
Step #10 - "build-e2e": Selecting previously unselected package zip.
Step #10 - "build-e2e": Preparing to unpack .../archives/zip_3.0-11_amd64.deb ...
Step #10 - "build-e2e": Unpacking zip (3.0-11) ...
Step #10 - "build-e2e": Processing triggers for libc-bin (2.23-0ubuntu10) ...
Step #10 - "build-e2e": Processing triggers for mime-support (3.59ubuntu1) ...
Step #10 - "build-e2e": Setting up psmisc (22.21-2.1build1) ...
Step #10 - "build-e2e": Setting up wget (1.17.1-1ubuntu1.4) ...
Step #10 - "build-e2e": Setting up gcc (4:5.3.1-1ubuntu1) ...
Step #10 - "build-e2e": Setting up libonig2:amd64 (5.9.6-1ubuntu0.1) ...
Step #10 - "build-e2e": Setting up jq (1.5+dfsg-1ubuntu0.1) ...
Step #10 - "build-e2e": Setting up make (4.1-6) ...
Step #10 - "build-e2e": Setting up unzip (6.0-20ubuntu1) ...
Step #10 - "build-e2e": Setting up zip (3.0-11) ...
Step #10 - "build-e2e": Processing triggers for libc-bin (2.23-0ubuntu10) ...
Step #4 - "tests": 10 threads active,   231 links queued,  417 links in  28 URLs checked, runtime 11 seconds
Step #10 - "build-e2e": Removing intermediate container 64c07b273ec7
Step #10 - "build-e2e":  ---> ffcceb95e2c9
Step #10 - "build-e2e": Step 3/20 : WORKDIR /usr/local
Step #10 - "build-e2e":  ---> Running in eb1f6e559d08
Step #10 - "build-e2e": Removing intermediate container eb1f6e559d08
Step #10 - "build-e2e":  ---> 3c1fc78f5900
Step #10 - "build-e2e": Step 4/20 : ENV GO_VERSION=1.11.1
Step #10 - "build-e2e":  ---> Running in f93da30cc102
Step #10 - "build-e2e": Removing intermediate container f93da30cc102
Step #10 - "build-e2e":  ---> 0385474add8b
Step #10 - "build-e2e": Step 5/20 : ENV GOPATH /go
Step #10 - "build-e2e":  ---> Running in 3523741e7f42
Step #10 - "build-e2e": Removing intermediate container 3523741e7f42
Step #10 - "build-e2e":  ---> 496043c95cad
Step #10 - "build-e2e": Step 6/20 : RUN wget -q https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz &&     tar -xzf go${GO_VERSION}.linux-amd64.tar.gz && rm go${GO_VERSION}.linux-amd64.tar.gz && mkdir ${GOPATH}
Step #10 - "build-e2e":  ---> Running in f3260434d6c0
Step #4 - "tests": 10 threads active,   538 links queued, 1306 links in  43 URLs checked, runtime 16 seconds
Step #4 - "tests": 10 threads active,   609 links queued, 2230 links in  56 URLs checked, runtime 21 seconds
Step #4 - "tests": 10 threads active,    68 links queued, 3315 links in  63 URLs checked, runtime 26 seconds
Step #4 - "tests": 10 threads active,     3 links queued, 3380 links in  77 URLs checked, runtime 31 seconds
Step #10 - "build-e2e": Removing intermediate container f3260434d6c0
Step #10 - "build-e2e":  ---> 4a13679a6633
Step #10 - "build-e2e": Step 7/20 : ENV PATH /usr/local/go/bin:/go/bin:$PATH
Step #10 - "build-e2e":  ---> Running in 1f559986b1fd
Step #10 - "build-e2e": Removing intermediate container 1f559986b1fd
Step #10 - "build-e2e":  ---> de28c8d89b0c
Step #10 - "build-e2e": Step 8/20 : ENV KUBECTL_VER 1.11.5
Step #10 - "build-e2e":  ---> Running in 3235ef9d4975
Step #10 - "build-e2e": Removing intermediate container 3235ef9d4975
Step #10 - "build-e2e":  ---> 66667a960dd4
Step #10 - "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 #10 - "build-e2e":  ---> Running in 6b85b8b80515
Step #10 - "build-e2e": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #10 - "build-e2e":                                  Dload  Upload   Total   Spent    Left  Speed
Step #10 - "build-e2e": 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
100 52.8M  100 52.8M    0     0  78.5M      0 --:--:-- --:--:-- --:--:-- 78.6M
Step #4 - "tests": 
Step #4 - "tests": Statistics:
Step #4 - "tests": Downloaded: 2.26MB.
Step #4 - "tests": Content types: 253 image, 2023 text, 0 video, 0 audio, 88 application, 0 mail and 1029 other.
Step #4 - "tests": URL lengths: min=15, max=373, avg=58.
Step #4 - "tests": 
Step #4 - "tests": That's it. 3393 links in 79 URLs checked. 0 warnings found. 0 errors found.
Step #4 - "tests": Stopped checking at 2019-01-23 01:02:16+000 (35 seconds)
Step #4 - "tests": ok  	agones.dev/agones/pkg/apis/stable/v1alpha1	1.116s
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 #10 - "build-e2e": �[0mRemoving intermediate container 6b85b8b80515
Step #10 - "build-e2e":  ---> bc5fd6fa7c63
Step #10 - "build-e2e": Step 10/20 : ENV HELM_VER 2.11.0
Step #10 - "build-e2e":  ---> Running in 0e47032f2942
Step #4 - "tests": agones-website
Step #10 - "build-e2e": Removing intermediate container 0e47032f2942
Step #10 - "build-e2e":  ---> 19b1db3356ae
Step #10 - "build-e2e": Step 11/20 : ENV HELM_URL https://storage.googleapis.com/kubernetes-helm/helm-v${HELM_VER}-linux-amd64.tar.gz
Step #10 - "build-e2e":  ---> Running in 548195845f1b
Step #10 - "build-e2e": Removing intermediate container 548195845f1b
Step #10 - "build-e2e":  ---> b33c34d84ce8
Step #10 - "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 #10 - "build-e2e":  ---> Running in ffe2229992c9
Step #10 - "build-e2e": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #10 - "build-e2e":                                  Dload  Upload   Total   Spent    Left  Speed
Step #9 - "build": docker build /workspace/cmd/controller/ --tag=gcr.io/agones-images/agones-controller:0.8.0-b918eef 
Step #10 - "build-e2e": 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
  0 18.2M    0   662    0     0   2450      0  2:10:16 --:--:--  2:10:16  2451�[0m�[91m
100 18.2M  100 18.2M    0     0  44.5M      0 --:--:-- --:--:-- --:--:-- 44.5M
Step #10 - "build-e2e": �[0mlinux-amd64/
Step #10 - "build-e2e": linux-amd64/tiller
Step #9 - "build": Sending build context to Docker daemon  38.27MB

Step #9 - "build": Step 1/5 : FROM alpine:3.8
Step #10 - "build-e2e": linux-amd64/README.md
Step #10 - "build-e2e": linux-amd64/helm
Step #9 - "build": 3.8: Pulling from library/alpine
Step #9 - "build": Digest: sha256:3d2e482b82608d153a374df3357c0291589a61cc194ec4a9ca2381073a17f58e
Step #9 - "build": Status: Downloaded newer image for alpine:3.8
Step #9 - "build":  ---> 3f53bb00af94
Step #9 - "build": Step 2/5 : RUN apk --update add ca-certificates &&     adduser -D agones
Step #10 - "build-e2e": linux-amd64/LICENSE
Step #9 - "build":  ---> Running in d21e4c330819
Step #9 - "build": fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
Step #9 - "build": fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
Step #9 - "build": (1/1) Installing ca-certificates (20171114-r3)
Step #9 - "build": Executing busybox-1.28.4-r2.trigger
Step #9 - "build": Executing ca-certificates-20171114-r3.trigger
Step #9 - "build": OK: 5 MiB in 14 packages
Step #10 - "build-e2e": Removing intermediate container ffe2229992c9
Step #10 - "build-e2e":  ---> 5cb8e73da656
Step #10 - "build-e2e": Step 13/20 : ENV CONSUL_VERSION=1.2.1
Step #10 - "build-e2e":  ---> Running in a2494024cc56
Step #10 - "build-e2e": Removing intermediate container a2494024cc56
Step #10 - "build-e2e":  ---> eaad497f305e
Step #10 - "build-e2e": Step 14/20 : ENV HASHICORP_RELEASES=https://releases.hashicorp.com
Step #10 - "build-e2e":  ---> Running in 991ac7ce4711
Step #10 - "build-e2e": Removing intermediate container 991ac7ce4711
Step #10 - "build-e2e":  ---> ab0dbb328363
Step #10 - "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 #10 - "build-e2e":  ---> Running in 8aa9836c4b9f
Step #9 - "build": Removing intermediate container d21e4c330819
Step #9 - "build":  ---> 2056fec13eca
Step #9 - "build": Step 3/5 : COPY  --chown=agones:root ./bin/controller /home/agones/controller
Step #10 - "build-e2e": �[91m--2019-01-23 01:02:25--  https://releases.hashicorp.com/consul/1.2.1/consul_1.2.1_linux_amd64.zip
Step #10 - "build-e2e": �[0m�[91mResolving releases.hashicorp.com (releases.hashicorp.com)... �[0m�[91m151.101.1.183, 151.101.65.183, 151.101.129.183, ...
Step #10 - "build-e2e": Connecting to releases.hashicorp.com (releases.hashicorp.com)|151.101.1.183|:443... �[0m�[91mconnected.
Step #10 - "build-e2e": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m200 OK
Step #10 - "build-e2e": Length: 14529496 (14M) [application/zip]
Step #10 - "build-e2e": Saving to: '/tmp/build/consul_1.2.1_linux_amd64.zip'
Step #10 - "build-e2e": 
Step #10 - "build-e2e":      0K ..........�[0m�[91m .......... .......... ..�[0m�[91m........ ..........  0% 3.36M 4s
Step #10 - "build-e2e":     50K .......... .......... ..........�[0m�[91m .......... ..........  0% 6.68M 3s
Step #10 - "build-e2e":    100K .......... .......... .......... .......... ..........  1%  218M 2s
Step #10 - "build-e2e":    150K .......... .......... .......... .......... ..........  1%  245M 2s
Step #10 - "build-e2e":    200K ........�[0m�[91m.. .......... .......... .......... ..........  1% 6.86M 2s
Step #10 - "build-e2e":    250K .......... .......... .......... .......... ..........  2%  218M 1s
Step #10 - "build-e2e":    300K .......... .......... .......... .......... ..........  2%  243M 1s
Step #10 - "build-e2e":    350K .......... .......... .......... ....�[0m�[91m...... ..........  2% 7.43M 1s
Step #10 - "build-e2e":    400K .......... .......... .......... .......... ..........  3%  168M 1s
Step #10 - "build-e2e":    450K .......... .......... .......... .......... ..........  3%  190M 1s
Step #10 - "build-e2e":    500K .......... .......... .......... .......... ..........  3%  233M 1s
Step #10 - "build-e2e":    550K .......... .......... .......... .......... ..........  4%  237M 1s
Step #10 - "build-e2e":    600K .......... .......... .......... .......... ..........  4%  201M 1s
Step #10 - "build-e2e":    650K .......... .......... .......... .......... ..........  4%  207M 1s
Step #10 - "build-e2e":    700K .......... .......... .......... .......... ..........  5%  220M 1s
Step #10 - "build-e2e":    750K .......... .......... .......... .......... .....�[0m�[91m.....  5% 8.94M 1s
Step #10 - "build-e2e":    800K .......... .......... .......... .......... ..........  5%  140M 1s
Step #10 - "build-e2e":    850K .......... .......... .......... .......... ..........  6%  175M 1s
Step #10 - "build-e2e":    900K .......... .......... .......... .......... ..........  6%  186M 1s
Step #10 - "build-e2e":    950K .......... .......... .......... .......... ..........  7%  169M 1s
Step #10 - "build-e2e":   1000K .......... .......... .......... .......... ..........  7%  210M 1s
Step #10 - "build-e2e":   1050K .......... .......... .......... .......... ..........  7%  203M 1s
Step #10 - "build-e2e":   1100K .......... .......... .......... .......... ..........  8%  221M 1s
Step #10 - "build-e2e":   1150K .......... .......... .......... .......... ..........  8%  231M 0s
Step #10 - "build-e2e":   1200K .......... .......... .......... .......... ..........  8%  189M 0s
Step #10 - "build-e2e":   1250K .......... .......... .......... .......... ..........  9%  235M 0s
Step #10 - "build-e2e":   1300K .......... .......... .......... .......... .........�[0m�[91m.  9% 10.1M 0s
Step #10 - "build-e2e":   1350K .......... .......... .......... .......... ..........  9%  139M 0s
Step #10 - "build-e2e":   1400K .......... .......... .......... .......... .......... 10%  176M 0s
Step #10 - "build-e2e":   1450K .......... .......... .......... .......... .......... 10%  174M 0s
Step #10 - "build-e2e":   1500K .......... .......... .......... .......... .......... 10%  171M 0s
Step #10 - "build-e2e":   1550K .......... .......... .......... .......... .......... 11% 54.5M 0s
Step #10 - "build-e2e":   1600K .......... .......... .......... .......... .......... 11%  238M 0s
Step #10 - "build-e2e":   1650K .......... .......... .......... .......... .......... 11%  198M 0s
Step #10 - "build-e2e":   1700K .......... .......... .......... .......... .......... 12%  228M 0s
Step #10 - "build-e2e":   1750K .......... .......... .......... .......... .......... 12%  210M 0s
Step #10 - "build-e2e":   1800K .......... .......... .......... .......... .......... 13%  203M 0s
Step #10 - "build-e2e":   1850K .......... .......... .......... .......... .......... 13%  205M 0s
Step #10 - "build-e2e":   1900K .......... .......... .......... .......... .......... 13%  188M 0s
Step #10 - "build-e2e":   1950K .......... .......... ...�[0m�[91m....... .......... .......... 14%  187M 0s
Step #10 - "build-e2e":   2000K .......... .......... .......... .......... .......... 14%  249M 0s
Step #10 - "build-e2e":   2050K .......... .......... .......... .......... .......... 14%  214M 0s
Step #10 - "build-e2e":   2100K .......... .......... .......... .......... .......... 15%  191M 0s
Step #10 - "build-e2e":   2150K .......... .......... .......... .......... .......... 15%  212M 0s
Step #10 - "build-e2e":   2200K .......... .......... .......... .......... .......... 15%  219M 0s
Step #10 - "build-e2e":   2250K .......... .......... .......... .......... .......... 16%  219M 0s
Step #10 - "build-e2e":   2300K .......... .......... .......... .......... .......... 16%  194M 0s
Step #10 - "build-e2e":   2350K .......... .......... .......... .......... .......... 16%  201M 0s
Step #10 - "build-e2e":   2400K .......... .......... .......... .......... .......... 17%  222M 0s
Step #10 - "build-e2e":   2450K .......... .......... .......... .......... .......... 17%  235M 0s
Step #10 - "build-e2e":   2500K .......... .......... .......... .......... .......... 17% 39.6M 0s
Step #10 - "build-e2e":   2550K .......... .......... .......... .......... .......... 18% 26.8M 0s
Step #10 - "build-e2e":   2600K .......... .......... .......... .......... .......... 18%  225M 0s
Step #10 - "build-e2e":   2650K .......... .......... .......... .......... .......... 19%  227M 0s
Step #10 - "build-e2e":   2700K .......... .......... .......... .......... .......... 19%  249M 0s
Step #10 - "build-e2e":   2750K .......... .......... .......... .......... .......... 19%  221M 0s
Step #10 - "build-e2e":   2800K .......... .......... .......... .......... .......... 20%  175M 0s
Step #10 - "build-e2e":   2850K .......... .......... .......... .......... .......... 20%  224M 0s
Step #10 - "build-e2e":   2900K .......... .......... .......... .......... .......... 20%  198M 0s
Step #10 - "build-e2e":   2950K .......... .......... .......... .......... .......... 21%  257M 0s
Step #10 - "build-e2e":   3000K .......... .......... .......... .......... .......... 21%  208M 0s
Step #10 - "build-e2e":   3050K .......... .......... .......... .......... .......... 21%  211M 0s
Step #10 - "build-e2e":   3100K .......... .......... .......... .......... .......... 22%  207M 0s
Step #10 - "build-e2e":   3150K .�[0m�[91m......... .......... .......... .......... .......... 22%  207M 0s
Step #10 - "build-e2e":   3200K .......... .......... .......... .......... .......... 22%  254M 0s
Step #10 - "build-e2e":   3250K .......... .......... .......... .......... .......... 23%  225M 0s
Step #10 - "build-e2e":   3300K .......... .......... .......... .......... .......... 23%  135M 0s
Step #10 - "build-e2e":   3350K .......... .......... .......... .......... .......... 23%  222M 0s
Step #10 - "build-e2e":   3400K .......... .......... .......... .......... .......... 24%  220M 0s
Step #10 - "build-e2e":   3450K .......... .......... .......... .......... .......... 24%  224M 0s
Step #10 - "build-e2e":   3500K .......... .......... .......... .......... .......... 25%  163M 0s
Step #10 - "build-e2e":   3550K .......... .......... .......... .......... .......... 25%  187M 0s
Step #10 - "build-e2e":   3600K .......... .......... .......... .......... .......... 25%  215M 0s
Step #10 - "build-e2e":   3650K .......... .......... .......... .......... .......... 26%  201M 0s
Step #10 - "build-e2e":   3700K .......... .......... .......... .......... .......... 26%  176M 0s
Step #10 - "build-e2e":   3750K .......... .......... .......... .......... .......... 26%  194M 0s
Step #10 - "build-e2e":   3800K .......... .......... .......... .......... .......... 27%  186M 0s
Step #10 - "build-e2e":   3850K .......... .......... .......... .......... .......... 27%  161M 0s
Step #10 - "build-e2e":   3900K .......... .......... .......... .......... .........�[0m�[91m. 27%  155M 0s
Step #10 - "build-e2e":   3950K .......... .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... 28%  174M 0s
Step #10 - "build-e2e":   4000K .....�[0m�[91m..... ...�[0m�[91m....... .......... .......�[0m�[91m... .......... 28%  178M 0s
Step #10 - "build-e2e":   4050K .......... .......... .......... .......... .......... 28%  202M 0s
Step #10 - "build-e2e":   4100K .......... .......... .......... .......... .......... 29%  158M 0s
Step #10 - "build-e2e":   4150K .......... .......... .......... .......... .......... 29% 48.9M 0s
Step #10 - "build-e2e":   4200K .......... .......... .......... .......... .......... 29%  228M 0s
Step #10 - "build-e2e":   4250K .......... .......... .......... .......... .......... 30%  243M 0s
Step #10 - "build-e2e":   4300K .......... .......... .......... .......... .......... 30%  204M 0s
Step #10 - "build-e2e":   4350K .......... .......... .......... .......... .......... 31%  237M 0s
Step #10 - "build-e2e":   4400K .......... .......... .......... .......... .......... 31%  240M 0s
Step #10 - "build-e2e":   4450K .......... .......... .......... .......... .......... 31%  253M 0s
Step #10 - "build-e2e":   4500K .......... .......... .......... .......... .......... 32%  202M 0s
Step #10 - "build-e2e":   4550K .......... .......... .......... .......... .........�[0m�[91m. 32%  212M 0s
Step #10 - "build-e2e":   4600K .......... .......... .......... .......... .......�[0m�[91m... 32%  132M 0s
Step #10 - "build-e2e":   4650K .......... .......... .......... .......... .......... 33%  192M 0s
Step #10 - "build-e2e":   4700K .......... .......... .......... .......... .......... 33%  148M 0s
Step #10 - "build-e2e":   4750K .......... .......... .......... .......... .......... 33%  172M 0s
Step #10 - "build-e2e":   4800K .......... .......... .......... .......... .......... 34% 19.8M 0s
Step #10 - "build-e2e":   4850K .�[0m�[91m......... .......... .......... .......... .......... 34%  134M 0s
Step #10 - "build-e2e":   4900K .......... .......... ...�[0m�[91m....... .......... .......... 34%  154M 0s
Step #10 - "build-e2e":   4950K .......... .......... .......... .......... .......... 35%  177M 0s
Step #10 - "build-e2e":   5000K .......... .......... .......... .......... .......... 35%  126M 0s
Step #10 - "build-e2e":   5050K .......... .......... .......... .......... .......... 35%  176M 0s
Step #10 - "build-e2e":   5100K .......... .......... .......... .......... .......... 36%  150M 0s
Step #10 - "build-e2e":   5150K .......... .......... .......... .......... .......... 36%  198M 0s
Step #10 - "build-e2e":   5200K .......... .......... .......... .......... .......... 37%  213M 0s
Step #10 - "build-e2e":   5250K .......... .......... .......... .......... .......... 37%  246M 0s
Step #10 - "build-e2e":   5300K .......... .......... .......... .......... .......... 37%  265M 0s
Step #10 - "build-e2e":   5350K .......... .......... .......... .......... .......... 38%  190M 0s
Step #10 - "build-e2e":   5400K .......... .......... .......... .......... .......... 38%  233M 0s
Step #10 - "build-e2e":   5450K .......... .......... .......... .......... .......... 38%  249M 0s
Step #10 - "build-e2e":   5500K .......... .......... .......... .......... .......... 39%  214M 0s
Step #10 - "build-e2e":   5550K .......... .......... .......... .......... .......... 39%  172M 0s
Step #10 - "build-e2e":   5600K .......... .......... .......... .......... .......... 39%  171M 0s
Step #10 - "build-e2e":   5650K .....�[0m�[91m..... .......... .......... .......... .......... 40%  161M 0s
Step #10 - "build-e2e":   5700K .......... .......... .......... .......... .......... 40%  207M 0s
Step #10 - "build-e2e":   5750K .......... .......... .......... .......... .......... 40%  152M 0s
Step #10 - "build-e2e":   5800K .......... .......... .......... .......... .......... 41%  217M 0s
Step #10 - "build-e2e":   5850K .......... .......... .......... .......... .......... 41%  206M 0s
Step #10 - "build-e2e":   5900K .......... .......... .......... .......... .......... 41%  208M 0s
Step #10 - "build-e2e":   5950K .......... .......... .......... .......... .......... 42%  163M 0s
Step #10 - "build-e2e":   6000K .......... .......... .......... .......... .......... 42%  224M 0s
Step #10 - "build-e2e":   6050K .......... .......... .......... .......... .......... 42%  226M 0s
Step #10 - "build-e2e":   6100K .......... .......... .......... .......... .......... 43%  248M 0s
Step #10 - "build-e2e":   6150K .......... .......... .......... .......... .......... 43%  162M 0s
Step #10 - "build-e2e":   6200K .......... .......... .......... .......... .......... 44%  174M 0s
Step #10 - "build-e2e":   6250K .......... .......... .......... .......... .......... 44%  161M 0s
Step #10 - "build-e2e":   6300K .......... .......... .......... .......... .......... 44%  194M 0s
Step #10 - "build-e2e":   6350K .......... .......... .......... .......... .......... 45%  181M 0s
Step #10 - "build-e2e":   6400K .......... .......... .......... ...�[0m�[91m....... .......... 45%  160M 0s
Step #10 - "build-e2e":   6450K .......... .......... .......... .......... .......... 45%  190M 0s
Step #10 - "build-e2e":   6500K .......... .......... .......... .......... .......... 46%  192M 0s
Step #10 - "build-e2e":   6550K .......... .�[0m�[91m......... .......... .......... .......... 46%  178M 0s
Step #10 - "build-e2e":   6600K .......... .......... .......... .......... .......... 46%  177M 0s
Step #10 - "build-e2e":   6650K .......... .......... .......... .......... .......... 47%  220M 0s
Step #10 - "build-e2e":   6700K .......... .......... .......... .......... .......... 47%  228M 0s
Step #10 - "build-e2e":   6750K .......... .......... .......... .......... .......... 47%  218M 0s
Step #10 - "build-e2e":   6800K .......... .......... .......... .......... .......... 48%  220M 0s
Step #10 - "build-e2e":   6850K .......... .......... .......... .�[0m�[91m......... .......�[0m�[91m... 48%  218M 0s
Step #10 - "build-e2e":   6900K .....�[0m�[91m..... .......... .......... .......... .......... 48%  202M 0s
Step #10 - "build-e2e":   6950K .......... .......... .......... .......... .......... 49%  170M 0s
Step #10 - "build-e2e":   7000K .......... .......... .......... .......... .......... 49%  171M 0s
Step #10 - "build-e2e":   7050K .......... .......... .......... .......... .......... 50%  177M 0s
Step #10 - "build-e2e":   7100K .......... .......... .......... .......... .......... 50%  207M 0s
Step #10 - "build-e2e":   7150K .......... .......... .......... .......... .......... 50%  184M 0s
Step #10 - "build-e2e":   7200K .......... .......... .......... .......... .......... 51%  158M 0s
Step #10 - "build-e2e":   7250K .......... .......... .......... .......... .......... 51%  227M 0s
Step #10 - "build-e2e":   7300K .......... .......... .......... .......... .......... 51%  195M 0s
Step #10 - "build-e2e":   7350K .......... .......... .......... .......... .......... 52%  191M 0s
Step #10 - "build-e2e":   7400K .......... .......... .......... .......... .......... 52%  189M 0s
Step #10 - "build-e2e":   7450K .......... .......... .......... .......... .......... 52%  223M 0s
Step #10 - "build-e2e":   7500K .......... .......... .......... .......... .......... 53%  234M 0s
Step #10 - "build-e2e":   7550K .......... .......... .......... .......... .......... 53%  231M 0s
Step #10 - "build-e2e":   7600K .......... .......... .......... .......... .......... 53%  173M 0s
Step #10 - "build-e2e":   7650K .......... .......... .......... .......... .......... 54%  204M 0s
Step #10 - "build-e2e":   7700K .......... .......... .......... .......... .......... 54%  170M 0s
Step #10 - "build-e2e":   7750K .......... .......... .......... .......... .......... 54%  213M 0s
Step #10 - "build-e2e":   7800K .......... .......... .......... .......... .......... 55%  193M 0s
Step #10 - "build-e2e":   7850K .......... .......... .......... .......... .......... 55%  245M 0s
Step #10 - "build-e2e":   7900K .......... .......... .......... .......... .......... 56%  166M 0s
Step #10 - "build-e2e":   7950K ...�[0m�[91m....... .......... .......... .......... .......... 56% 69.5M 0s
Step #10 - "build-e2e":   8000K .......... .......... .......... .......... .......... 56%  171M 0s
Step #10 - "build-e2e":   8050K .......... .......... .......... .......... .......... 57%  219M 0s
Step #10 - "build-e2e":   8100K .......... .......... .......... .......... .......... 57%  251M 0s
Step #10 - "build-e2e":   8150K .......... .......... .......... .......... .......... 57%  243M 0s
Step #10 - "build-e2e":   8200K .......... .......... .......... .......... .......... 58%  209M 0s
Step #10 - "build-e2e":   8250K .......... .......... .......... .......... .......... 58%  229M 0s
Step #10 - "build-e2e":   8300K .......... .......... .......... .......... .......... 58%  215M 0s
Step #10 - "build-e2e":   8350K .......... .......... .......... .......... .......... 59%  192M 0s
Step #10 - "build-e2e":   8400K .......... .......... .......... .......... .......... 59%  187M 0s
Step #10 - "build-e2e":   8450K .......... .......... .......... .......... .......... 59%  126M 0s
Step #10 - "build-e2e":   8500K .......... .......... .......... .......... .......... 60%  207M 0s
Step #10 - "build-e2e":   8550K .......... .......... .......... .......... .......... 60%  206M 0s
Step #10 - "build-e2e":   8600K .......... .......... .......... .......... .......... 60%  166M 0s
Step #10 - "build-e2e":   8650K .......... .......... .......... .......... .......... 61%  212M 0s
Step #10 - "build-e2e":   8700K .......... .......... .......... .......... .......... 61%  140M 0s
Step #10 - "build-e2e":   8750K .......... .......... .......... .......... .......... 62%  195M 0s
Step #10 - "build-e2e":   8800K .......... .......... .......... .......... .......... 62%  181M 0s
Step #10 - "build-e2e":   8850K .......... .......... .......... .......... .......... 62%  174M 0s
Step #10 - "build-e2e":   8900K .......... .......... .......... .......... .......... 63%  209M 0s
Step #10 - "build-e2e":   8950K .......... .......... .......... .......... .......... 63%  189M 0s
Step #10 - "build-e2e":   9000K .......... .......... .......... .......... .......... 63%  169M 0s
Step #10 - "build-e2e":   9050K .......... .......... .......... .......... .......... 64%  148M 0s
Step #10 - "build-e2e":   9100K .......... .......... .......... .......... .......... 64%  213M 0s
Step #10 - "build-e2e":   9150K .......... .......... .......... .......... .......... 64%  242M 0s
Step #10 - "build-e2e":   9200K .......... .......... .......... .......... .......... 65%  200M 0s
Step #10 - "build-e2e":   9250K .......... .......... .......... .......... .......... 65%  176M 0s
Step #10 - "build-e2e":   9300K .......... .......... .......... .......... .......... 65%  220M 0s
Step #10 - "build-e2e":   9350K .......... .......... .......... .......... .......... 66%  164M 0s
Step #10 - "build-e2e":   9400K .......... .......... .......... .......... .......... 66%  155M 0s
Step #10 - "build-e2e":   9450K .......... .......... .......... ......�[0m�[91m.... .......... 66%  182M 0s
Step #10 - "build-e2e":   9500K .......... .......... .......... .......... .......... 67%  226M 0s
Step #10 - "build-e2e":   9550K .......... .......... .......... .......... .......... 67%  222M 0s
Step #10 - "build-e2e":   9600K .......... .......... .......... .......... .......... 68%  210M 0s
Step #10 - "build-e2e":   9650K .......... .......... .......... .......... .......... 68%  246M 0s
Step #10 - "build-e2e":   9700K .......... .......... .......... .......... .......... 68%  234M 0s
Step #10 - "build-e2e":   9750K .......... .......... .......... .......... .......... 69%  175M 0s
Step #10 - "build-e2e":   9800K .......... .......... .......... .......... .......... 69%  140M 0s
Step #10 - "build-e2e":   9850K .......... .......... .......... .......... .......... 69%  213M 0s
Step #10 - "build-e2e":   9900K .......... .......... .......... .......... .......... 70%  191M 0s
Step #10 - "build-e2e":   9950K .......... .......... .......... .......... .......... 70%  231M 0s
Step #10 - "build-e2e":  10000K .......... .......... .......... .......... .......... 70%  192M 0s
Step #10 - "build-e2e":  10050K .......... .......... .......... .......... .......... 71%  238M 0s
Step #10 - "build-e2e":  10100K .......... .......... .......... .......... .......... 71%  236M 0s
Step #10 - "build-e2e":  10150K .......... .......... .......... .......... .......... 71%  234M 0s
Step #10 - "build-e2e":  10200K .......... .......... .......... .......... .......... 72%  196M 0s
Step #10 - "build-e2e":  10250K .......... .......... .......... .......... .......... 72%  222M 0s
Step #10 - "build-e2e":  10300K .......... .......... .......... .......... .......... 72%  178M 0s
Step #10 - "build-e2e":  10350K .......... .......... .......... .......... .......... 73%  191M 0s
Step #10 - "build-e2e":  10400K .......... .......... .......... .......... .......... 73%  201M 0s
Step #10 - "build-e2e":  10450K .......... .......... .......... .......... .......... 74%  224M 0s
Step #10 - "build-e2e":  10500K .......... .......... .......... .......... .......... 74%  219M 0s
Step #10 - "build-e2e":  10550K .......... .......... .......... .......... .......... 74%  199M 0s
Step #10 - "build-e2e":  10600K .......... .......... .......... .......... .......... 75%  166M 0s
Step #10 - "build-e2e":  10650K .......... .......... .......... .......... .......... 75%  198M 0s
Step #10 - "build-e2e":  10700K .......... .......... .......... .......... .......... 75%  195M 0s
Step #10 - "build-e2e":  10750K .......... .......... .......... .......... .......... 76%  191M 0s
Step #10 - "build-e2e":  10800K .......... .......... .......... .......... .......... 76%  160M 0s
Step #10 - "build-e2e":  10850K .......... .......... .......... .......... .......... 76%  167M 0s
Step #10 - "build-e2e":  10900K .......... .......... .......... .......... .......... 77%  206M 0s
Step #10 - "build-e2e":  10950K .......... .......... .......... .......... .......... 77%  191M 0s
Step #10 - "build-e2e":  11000K .......... .......... .......... .......... .......... 77%  167M 0s
Step #10 - "build-e2e":  11050K .......... .......... .......... .......... .......�[0m�[91m... 78%  203M 0s
Step #10 - "build-e2e":  11100K .......... .......... .......... .......... .......... 78%  140M 0s
Step #10 - "build-e2e":  11150K .......... .......... .......... .......... .......... 78%  178M 0s
Step #10 - "build-e2e":  11200K .......... .......... .......... .......... .......... 79%  151M 0s
Step #10 - "build-e2e":  11250K .......... .......... .......... .......... .......... 79%  179M 0s
Step #10 - "build-e2e":  11300K .......... .......... .......... .......... .......... 79%  196M 0s
Step #10 - "build-e2e":  11350K .......... .......... .......... .......... .......... 80%  202M 0s
Step #10 - "build-e2e":  11400K .......... .......... .......... .......... .......... 80%  185M 0s
Step #10 - "build-e2e":  11450K .......... .......... .......... .......... .......... 81%  231M 0s
Step #10 - "build-e2e":  11500K .......... .......... .......... .......... .......... 81%  235M 0s
Step #10 - "build-e2e":  11550K .......... .......... .......... .......... .......... 81%  227M 0s
Step #10 - "build-e2e":  11600K .......... .......... .......... .......... .......... 82%  198M 0s
Step #10 - "build-e2e":  11650K .......... .......... .......... .......... .......... 82%  250M 0s
Step #10 - "build-e2e":  11700K .......... .......... .......... .......... .......... 82%  237M 0s
Step #10 - "build-e2e":  11750K .......... .......... .......... .......... .......... 83%  209M 0s
Step #10 - "build-e2e":  11800K .......... .......... .......... .......... .......... 83%  205M 0s
Step #10 - "build-e2e":  11850K .......... .......... .......... .......... .......... 83%  225M 0s
Step #10 - "build-e2e":  11900K .......... ...�[0m�[91m....... .......... .......... .......... 84%  173M 0s
Step #10 - "build-e2e":  11950K .......... .......... .......... .......... .......... 84%  239M 0s
Step #10 - "build-e2e":  12000K .......... .......... .......... .......... .......... 84%  203M 0s
Step #10 - "build-e2e":  12050K .......... .......... .......... .......... .......... 85%  229M 0s
Step #10 - "build-e2e":  12100K .......... .......... .......... .......... .......... 85%  232M 0s
Step #10 - "build-e2e":  12150K .......... .......... .......... .......... .......... 85%  244M 0s
Step #10 - "build-e2e":  12200K .......... .......... .......... .......... .......... 86%  203M 0s
Step #10 - "build-e2e":  12250K .......... .......... .......... .......... .......... 86%  233M 0s
Step #10 - "build-e2e":  12300K .......... .......... .......... .......... .......... 87%  234M 0s
Step #10 - "build-e2e":  12350K .......... .......... .......... .......... .......... 87%  252M 0s
Step #10 - "build-e2e":  12400K .......... .......... .......... .......... .......... 87%  221M 0s
Step #10 - "build-e2e":  12450K .......... .......... .......... .......... .......... 88%  232M 0s
Step #10 - "build-e2e":  12500K .......... .......... .......... .......... .......... 88%  223M 0s
Step #10 - "build-e2e":  12550K .......... .......... .......... .......... .......... 88%  235M 0s
Step #10 - "build-e2e":  12600K .......... .......... .......... .......... .......... 89%  201M 0s
Step #10 - "build-e2e":  12650K .......... .......... .......... .......... .......... 89%  246M 0s
Step #10 - "build-e2e":  12700K .......... .......... .......... .......... .......... 89%  226M 0s
Step #10 - "build-e2e":  12750K .......... .......... .......... .......... .......... 90%  218M 0s
Step #10 - "build-e2e":  12800K .......... .......... .....�[0m�[91m..... .......... .......... 90%  155M 0s
Step #10 - "build-e2e":  12850K .......... .......... .......... .......... .......... 90%  233M 0s
Step #10 - "build-e2e":  12900K .......... .......... .......... .......... .......... 91%  226M 0s
Step #10 - "build-e2e":  12950K .......... .......... .......... .......... .......... 91%  224M 0s
Step #10 - "build-e2e":  13000K .......... .......... .......... .......... .......... 91%  203M 0s
Step #10 - "build-e2e":  13050K .......... .......... .......... .......... .......... 92%  236M 0s
Step #10 - "build-e2e":  13100K .......... .......... .......... .......... .......... 92%  249M 0s
Step #10 - "build-e2e":  13150K .......... .......... .......... .......... .......... 93%  231M 0s
Step #10 - "build-e2e":  13200K .......... .......... .......... .......... .......... 93%  204M 0s
Step #10 - "build-e2e":  13250K .......... .......... .......... .......... .......... 93%  241M 0s
Step #10 - "build-e2e":  13300K .......... .......... .......... .......... .......... 94%  248M 0s
Step #10 - "build-e2e":  13350K .......... .......... .......... .......... .......... 94%  219M 0s
Step #10 - "build-e2e":  13400K .......... .......... .......... .......... .......... 94%  184M 0s
Step #10 - "build-e2e":  13450K .......... .......... .......... .......... .......... 95%  249M 0s
Step #10 - "build-e2e":  13500K .......... .......... .......... .......... .......... 95%  251M 0s
Step #10 - "build-e2e":  13550K .......... .......... .......... .......... .......... 95%  244M 0s
Step #10 - "build-e2e":  13600K .......... .......... .......... .......... .......... 96%  191M 0s
Step #10 - "build-e2e":  13650K .......... .......... .......... .......... .......... 96%  215M 0s
Step #10 - "build-e2e":  13700K .......... .......... .......... .......... .......... 96%  174M 0s
Step #10 - "build-e2e":  13750K .......... .......... .......... .......... .......... 97%  225M 0s
Step #10 - "build-e2e":  13800K .......... .......... .......... .......... .......... 97%  215M 0s
Step #10 - "build-e2e":  13850K .......... .......... .......... .......... .......... 97%  191M 0s
Step #10 - "build-e2e":  13900K .......... .......... .......... .......... .......... 98%  222M 0s
Step #10 - "build-e2e":  13950K .......... .......... .......... .......... .......... 98%  211M 0s
Step #10 - "build-e2e":  14000K .......... .......... .......... .......... .......... 99%  223M 0s
Step #10 - "build-e2e":  14050K .......... .......... .......... .......... .......... 99%  167M 0s
Step #10 - "build-e2e":  14100K .......... .......... .......... .......... .......... 99%  215M 0s
Step #10 - "build-e2e":  14150K .......... .......... .......... ........             100%  222M=0.1s
Step #10 - "build-e2e": 
Step #10 - "build-e2e": 2019-01-23 01:02:25 (115 MB/s) - '/tmp/build/consul_1.2.1_linux_amd64.zip' saved [14529496/14529496]
Step #10 - "build-e2e": 
Step #10 - "build-e2e": �[0mArchive:  /tmp/build/consul_1.2.1_linux_amd64.zip
Step #9 - "build":  ---> f5325a2dd9f0
Step #9 - "build": Step 4/5 : USER agones
Step #9 - "build":  ---> Running in b6c4abffcbb3
Step #10 - "build-e2e":   inflating: /usr/local/bin/consul   
Step #10 - "build-e2e": Consul v1.2.1
Step #10 - "build-e2e": Protocol 2 spoken by default, understands 2 to 3 (agent will automatically use protocol >2 when speaking to compatible agents)
Step #9 - "build": Removing intermediate container b6c4abffcbb3
Step #9 - "build":  ---> 9d0a9e8ca906
Step #9 - "build": Step 5/5 : ENTRYPOINT ["/home/agones/controller"]
Step #9 - "build":  ---> Running in 2c75bf8b319c
Step #9 - "build": Removing intermediate container 2c75bf8b319c
Step #9 - "build":  ---> 51ac81b3ed0b
Step #9 - "build": Successfully built 51ac81b3ed0b
Step #9 - "build": Successfully tagged gcr.io/agones-images/agones-controller:0.8.0-b918eef
Step #9 - "build": docker run --rm -e "CGO_ENABLED=0" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #9 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.linux.amd64  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-b918eef" -installsuffix cgo agones.dev/agones/cmd/sdk-server
Step #10 - "build-e2e": Removing intermediate container 8aa9836c4b9f
Step #10 - "build-e2e":  ---> 196e65b7c002
Step #10 - "build-e2e": Step 16/20 : RUN echo "export PATH=/usr/local/go/bin:/go/bin/:\$PATH" >> /root/.bashrc
Step #10 - "build-e2e":  ---> Running in d0ab86b9bc4b
Step #10 - "build-e2e": Removing intermediate container d0ab86b9bc4b
Step #10 - "build-e2e":  ---> f529c3f23a1d
Step #10 - "build-e2e": Step 17/20 : COPY *.sh /root/
Step #10 - "build-e2e":  ---> 376c7cd7f6d8
Step #10 - "build-e2e": Step 18/20 : RUN chmod +x /root/*.sh
Step #10 - "build-e2e":  ---> Running in 6ff424fcffed
Step #10 - "build-e2e": Removing intermediate container 6ff424fcffed
Step #10 - "build-e2e":  ---> 343856eb3cd4
Step #10 - "build-e2e": Step 19/20 : WORKDIR /go
Step #10 - "build-e2e":  ---> Running in d8744cc46f72
Step #10 - "build-e2e": Removing intermediate container d8744cc46f72
Step #10 - "build-e2e":  ---> 21031d8f1c20
Step #10 - "build-e2e": Step 20/20 : ENTRYPOINT [ "/root/entrypoint.sh" ]
Step #10 - "build-e2e":  ---> Running in 363b5cff1654
Step #10 - "build-e2e": Removing intermediate container 363b5cff1654
Step #10 - "build-e2e":  ---> 76e006a2dcb0
Step #10 - "build-e2e": Successfully built 76e006a2dcb0
Step #10 - "build-e2e": Successfully tagged e2e-runner:latest
Finished Step #10 - "build-e2e"
Step #9 - "build": docker run --rm -e "GOOS=windows" -e "GOARCH=amd64" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #9 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.windows.amd64.exe  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-b918eef" agones.dev/agones/cmd/sdk-server
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleetallocation	11.544s
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleetautoscalers	3.371s
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleets	2.548s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameserverallocations	14.895s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameservers	3.145s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameserversets	3.127s
Step #4 - "tests": ok  	agones.dev/agones/pkg/metrics	3.003s
Step #4 - "tests": ?   	agones.dev/agones/pkg/sdk	[no test files]
Step #4 - "tests": ok  	agones.dev/agones/pkg/sdkserver	11.799s
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.058s
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.290s
Step #4 - "tests": ok  	agones.dev/agones/pkg/util/workerqueue	2.087s
Step #4 - "tests": ok  	agones.dev/agones/sdks/go	1.030s
Step #4 - "tests": ?   	agones.dev/agones/cmd/controller	[no test files]
Step #4 - "tests": ok  	agones.dev/agones/cmd/ping	2.053s
Step #4 - "tests": ?   	agones.dev/agones/cmd/sdk-server	[no test files]
Finished Step #4 - "tests"
Starting Step #5 - "gopath-create"
Step #5 - "gopath-create": Already have image (with digest): ubuntu
Finished Step #5 - "gopath-create"
Starting Step #6 - "gopath-link"
Step #6 - "gopath-link": Already have image (with digest): ubuntu
Finished Step #6 - "gopath-link"
Starting Step #7 - "site-static"
Step #7 - "site-static": Already have image: make-docker
Step #7 - "site-static": /usr/bin/make site-static ARGS="-F" ENV=RELEASE_VERSION=0.8.0
Step #7 - "site-static": make[1]: Entering directory '/workspace/build'
Step #7 - "site-static": mkdir -p ~/.kube/
Step #7 - "site-static": mkdir -p /workspace/build//.config/gcloud
Step #7 - "site-static": mkdir -p ~/.helm
Step #7 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb rm -r ./public
Step #7 - "site-static": rm: cannot remove './public': No such file or directory
Step #7 - "site-static": make[1]: [site-static] Error 1 (ignored)
Step #7 - "site-static": includes/website.mk:35: recipe for target 'site-static' failed
Step #7 - "site-static": mkdir /workspace/site/public
Step #7 - "site-static": # for some reason, this only work locally
Step #7 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb \
Step #7 - "site-static": 	bash -c "npm list postcss-cli || npm install postcss-cli"
Step #7 - "site-static": /go/src/agones.dev/agones/site
Step #7 - "site-static": `-- (empty)
Step #7 - "site-static": 
Step #9 - "build": docker run --rm -e "GOOS=darwin" -e "GOARCH=amd64" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #9 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.darwin.amd64  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-b918eef" agones.dev/agones/cmd/sdk-server
Step #7 - "site-static": npm WARN saveError ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #7 - "site-static": npm notice created a lockfile as package-lock.json. You should commit this file.
Step #7 - "site-static": npm WARN enoent ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #7 - "site-static": npm WARN site No description
Step #7 - "site-static": npm WARN site No repository field.
Step #7 - "site-static": npm WARN site No README data
Step #7 - "site-static": npm WARN site No license field.
Step #7 - "site-static": npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
Step #7 - "site-static": npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
Step #7 - "site-static": 
Step #7 - "site-static": + postcss-cli@6.1.1
Step #7 - "site-static": added 248 packages from 148 contributors and audited 3191 packages in 10.118s
Step #7 - "site-static": found 0 vulnerabilities
Step #7 - "site-static": 
Step #7 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb \
Step #7 - "site-static": 	bash -c "npm list autoprefixer || npm install autoprefixer"
Step #7 - "site-static": /go/src/agones.dev/agones/site
Step #7 - "site-static": `-- (empty)
Step #7 - "site-static": 
Step #7 - "site-static": npm WARN saveError ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #7 - "site-static": npm WARN enoent ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #7 - "site-static": npm WARN site No description
Step #7 - "site-static": npm WARN site No repository field.
Step #7 - "site-static": npm WARN site No README data
Step #7 - "site-static": npm WARN site No license field.
Step #7 - "site-static": npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
Step #7 - "site-static": npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
Step #7 - "site-static": 
Step #7 - "site-static": + autoprefixer@9.4.6
Step #7 - "site-static": added 8 packages from 7 contributors and audited 11802 packages in 3.818s
Step #7 - "site-static": found 0 vulnerabilities
Step #7 - "site-static": 
Step #7 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb bash -c \
Step #7 - "site-static": 	"RELEASE_VERSION=0.8.0 hugo --config=config.toml -F"
Step #7 - "site-static": Building sites … 
Step #7 - "site-static":                    | EN  
Step #7 - "site-static": +------------------+----+
Step #7 - "site-static":   Pages            | 59  
Step #7 - "site-static":   Paginator pages  |  0  
Step #7 - "site-static":   Non-page files   |  2  
Step #7 - "site-static":   Static files     | 39  
Step #7 - "site-static":   Processed images |  2  
Step #7 - "site-static":   Aliases          | 10  
Step #7 - "site-static":   Sitemaps         |  1  
Step #7 - "site-static":   Cleaned          |  0  
Step #7 - "site-static": 
Step #7 - "site-static": Total in 2536 ms
Step #7 - "site-static": make[1]: Leaving directory '/workspace/build'
Step #7 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb bash -c \
Step #7 - "site-static": 		"SERVICE=preview envsubst < app.yaml > .app.yaml"
Finished Step #7 - "site-static"
Starting Step #8 - "deploy-site-static"
Step #8 - "deploy-site-static": Already have image (with digest): gcr.io/cloud-builders/gcloud
Step #8 - "deploy-site-static": ERROR: (gcloud.app.deploy) [/go/src/site/.app.yaml] does not exist.
Finished Step #8 - "deploy-site-static"
Finished Step #9 - "build"
ERROR
ERROR: build step 8 "gcr.io/cloud-builders/gcloud" failed: exit status 1

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: fca32ec3-2d70-427e-817e-924145ace693

Build Logs
starting build "fca32ec3-2d70-427e-817e-924145ace693"

FETCHSOURCE
Initialized empty Git repository in /workspace/.git/
From https://source.developers.google.com/p/agones-images/r/agones
 * branch              7198e65638444262cc7d902b378331440c9ccc4e -> FETCH_HEAD
Checking out files:  83% (13503/16087)   
Checking out files:  84% (13514/16087)   
Checking out files:  85% (13674/16087)   
Checking out files:  86% (13835/16087)   
Checking out files:  87% (13996/16087)   
Checking out files:  88% (14157/16087)   
Checking out files:  89% (14318/16087)   
Checking out files:  90% (14479/16087)   
Checking out files:  91% (14640/16087)   
Checking out files:  92% (14801/16087)   
Checking out files:  93% (14961/16087)   
Checking out files:  94% (15122/16087)   
Checking out files:  95% (15283/16087)   
Checking out files:  96% (15444/16087)   
Checking out files:  97% (15605/16087)   
Checking out files:  98% (15766/16087)   
Checking out files:  99% (15927/16087)   
Checking out files: 100% (16087/16087)   
Checking out files: 100% (16087/16087), done.
HEAD is now at 7198e656 Website for Agones
BUILD
Starting Step #0
Step #0: Pulling image: ubuntu
Step #0: Using default tag: latest
Step #0: latest: Pulling from library/ubuntu
Step #0: 38e2e6cd5626: Pulling fs layer
Step #0: 705054bc3f5b: Pulling fs layer
Step #0: c7051e069564: Pulling fs layer
Step #0: 7308e914506c: Pulling fs layer
Step #0: c7051e069564: Verifying Checksum
Step #0: c7051e069564: Download complete
Step #0: 705054bc3f5b: Verifying Checksum
Step #0: 705054bc3f5b: Download complete
Step #0: 7308e914506c: Download complete
Step #0: 38e2e6cd5626: Verifying Checksum
Step #0: 38e2e6cd5626: Download complete
Step #0: 38e2e6cd5626: Pull complete
Step #0: 705054bc3f5b: Pull complete
Step #0: c7051e069564: Pull complete
Step #0: 7308e914506c: Pull complete
Step #0: Digest: sha256:eb5d7eda6804359e4fc5223a31a2d9caa4c8ea590b14060d81c8bc05b22ca04e
Step #0: Status: Downloaded newer image for ubuntu:latest
Finished Step #0
Starting Step #1
Step #1: Already have image (with digest): gcr.io/cloud-builders/docker
Step #1: Sending build context to Docker daemon  173.6MB

Step #1: Step 1/3 : FROM gcr.io/cloud-builders/docker
Step #1:  ---> 1992f5155e11
Step #1: Step 2/3 : RUN apt-get install make
Step #1:  ---> Running in 22731fa556c6
Step #1: Reading package lists...
Step #1: Building dependency tree...
Step #1: Reading state information...
Step #1: make is already the newest version (4.1-6).
Step #1: 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
Step #1: Removing intermediate container 22731fa556c6
Step #1:  ---> 67a2ecdba19f
Step #1: Step 3/3 : ENTRYPOINT ["/usr/bin/make"]
Step #1:  ---> Running in 05053ec60425
Step #1: Removing intermediate container 05053ec60425
Step #1:  ---> 2d8558b280dd
Step #1: Successfully built 2d8558b280dd
Step #1: Successfully tagged make-docker:latest
Finished Step #1
Starting Step #2
Step #2: Already have image: make-docker
Step #2: docker pull gcr.io/agones-images/agones-build:db76ca0bfb && docker tag gcr.io/agones-images/agones-build:db76ca0bfb agones-build:db76ca0bfb
Step #2: Error response from daemon: manifest for gcr.io/agones-images/agones-build:db76ca0bfb not found
Step #2: make: [pull-build-image] Error 1 (ignored)
Step #2: Makefile:358: recipe for target 'pull-build-image' failed
Finished Step #2
Starting Step #3 - "lint"
Step #3 - "lint": Already have image: make-docker
Step #3 - "lint": mkdir -p ~/.kube/
Step #3 - "lint": mkdir -p /workspace/build//.config/gcloud
Step #3 - "lint": mkdir -p ~/.helm
Step #3 - "lint": Could not find agones-build:db76ca0bfb image. Building...
Step #3 - "lint": make[1]: Entering directory '/workspace/build'
Step #3 - "lint": docker build --tag=agones-build:db76ca0bfb /workspace/build//build-image 
Step #3 - "lint": Sending build context to Docker daemon  17.92kB

Step #3 - "lint": Step 1/33 : FROM gcr.io/agones-images/grpc-cxx:1.16.1
Step #3 - "lint": 1.16.1: Pulling from agones-images/grpc-cxx
Step #3 - "lint": 54f7e8ac135a: Pulling fs layer
Step #3 - "lint": d6b856b25aeb: Pulling fs layer
Step #3 - "lint": b4d69f3225dc: Pulling fs layer
Step #3 - "lint": 54f7e8ac135a: Verifying Checksum
Step #3 - "lint": 54f7e8ac135a: Download complete
Step #3 - "lint": 54f7e8ac135a: Pull complete
Step #3 - "lint": d6b856b25aeb: Verifying Checksum
Step #3 - "lint": d6b856b25aeb: Download complete
Step #3 - "lint": b4d69f3225dc: Verifying Checksum
Step #3 - "lint": b4d69f3225dc: Download complete
Step #3 - "lint": d6b856b25aeb: Pull complete
Step #3 - "lint": b4d69f3225dc: Pull complete
Step #3 - "lint": Digest: sha256:ac598e5d35a7d253f8c93f0a11dbeb2df17d0dab83693fa5cb55b119beb01d01
Step #3 - "lint": Status: Downloaded newer image for gcr.io/agones-images/grpc-cxx:1.16.1
Step #3 - "lint":  ---> 8b1e772a99a1
Step #3 - "lint": Step 2/33 : RUN apt-get update &&     apt-get install -y wget psmisc rsync make python bash-completion zip nano jq graphviz linkchecker gettext-base &&     apt-get clean
Step #3 - "lint":  ---> Running in ef1a1a9e1dbd
Step #3 - "lint": Get:1 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
Step #3 - "lint": Ign:2 http://deb.debian.org/debian stretch InRelease
Step #3 - "lint": Get:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
Step #3 - "lint": Hit:4 http://deb.debian.org/debian stretch Release
Step #3 - "lint": Get:5 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [469 kB]
Step #3 - "lint": Get:6 http://deb.debian.org/debian stretch-updates/main amd64 Packages.diff/Index [6640 B]
Step #3 - "lint": Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages 2019-01-02-2012.38.pdiff [332 B]
Step #3 - "lint": Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages 2019-01-02-2012.38.pdiff [332 B]
Step #3 - "lint": Fetched 661 kB in 0s (1619 kB/s)
Step #3 - "lint": Reading package lists...
Step #3 - "lint": Reading package lists...
Step #3 - "lint": Building dependency tree...
Step #3 - "lint": Reading state information...
Step #3 - "lint": make is already the newest version (4.1-9.1).
Step #3 - "lint": rsync is already the newest version (3.1.2-1+deb9u1).
Step #3 - "lint": rsync set to manually installed.
Step #3 - "lint": The following additional packages will be installed:
Step #3 - "lint":   fontconfig fontconfig-config fonts-dejavu-core fonts-liberation libann0
Step #3 - "lint":   libcairo2 libcdt5 libcgraph6 libdatrie1 libfontconfig1 libfreetype6 libgd3
Step #3 - "lint":   libgraphite2-3 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz0b
Step #3 - "lint":   libice6 libjbig0 libjpeg62-turbo libjq1 libonig4 libpango-1.0-0
Step #3 - "lint":   libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpixman-1-0 libpng16-16
Step #3 - "lint":   libpython-stdlib libpython2.7-minimal libpython2.7-stdlib libsm6
Step #3 - "lint":   libthai-data libthai0 libtiff5 libwebp6 libxaw7 libxcb-render0 libxcb-shm0
Step #3 - "lint":   libxdot4 libxmu6 libxpm4 libxrender1 libxt6 mime-support python-cffi-backend
Step #3 - "lint":   python-chardet python-cryptography python-enum34 python-idna
Step #3 - "lint":   python-ipaddress python-minimal python-openssl python-pkg-resources
Step #3 - "lint":   python-pyasn1 python-requests python-setuptools python-six python-urllib3
Step #3 - "lint":   python2.7 python2.7-minimal ucf x11-common
Step #3 - "lint": Suggested packages:
Step #3 - "lint":   gsfonts graphviz-doc libgd-tools clamav-daemon linkchecker-gui
Step #3 - "lint":   linkchecker-web python-argcomplete python-cssutils python-gconf python-geoip
Step #3 - "lint":   python-meliae python-twill spell python-doc python-tk
Step #3 - "lint":   python-cryptography-doc python-cryptography-vectors python-enum34-doc
Step #3 - "lint":   python-openssl-doc python-openssl-dbg doc-base python-socks
Step #3 - "lint":   python-setuptools-doc python-ntlm python2.7-doc binfmt-support
Step #3 - "lint": The following NEW packages will be installed:
Step #3 - "lint":   bash-completion fontconfig fontconfig-config fonts-dejavu-core
Step #3 - "lint":   fonts-liberation gettext-base graphviz jq libann0 libcairo2 libcdt5
Step #3 - "lint":   libcgraph6 libdatrie1 libfontconfig1 libfreetype6 libgd3 libgraphite2-3
Step #3 - "lint":   libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz0b libice6 libjbig0
Step #3 - "lint":   libjpeg62-turbo libjq1 libonig4 libpango-1.0-0 libpangocairo-1.0-0
Step #3 - "lint":   libpangoft2-1.0-0 libpathplan4 libpixman-1-0 libpng16-16 libpython-stdlib
Step #3 - "lint":   libpython2.7-minimal libpython2.7-stdlib libsm6 libthai-data libthai0
Step #3 - "lint":   libtiff5 libwebp6 libxaw7 libxcb-render0 libxcb-shm0 libxdot4 libxmu6
Step #3 - "lint":   libxpm4 libxrender1 libxt6 linkchecker mime-support nano psmisc python
Step #3 - "lint":   python-cffi-backend python-chardet python-cryptography python-enum34
Step #3 - "lint":   python-idna python-ipaddress python-minimal python-openssl
Step #3 - "lint":   python-pkg-resources python-pyasn1 python-requests python-setuptools
Step #3 - "lint":   python-six python-urllib3 python2.7 python2.7-minimal ucf wget x11-common
Step #3 - "lint":   zip
Step #3 - "lint": 0 upgraded, 74 newly installed, 0 to remove and 6 not upgraded.
Step #3 - "lint": Need to get 18.7 MB of archives.
Step #3 - "lint": After this operation, 65.5 MB of additional disk space will be used.
Step #3 - "lint": Get:1 http://deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB]
Step #3 - "lint": Get:2 http://security.debian.org/debian-security stretch/updates/main amd64 libtiff5 amd64 4.0.8-2+deb9u4 [238 kB]
Step #3 - "lint": Get:3 http://deb.debian.org/debian stretch/main amd64 libpython2.7-minimal amd64 2.7.13-2+deb9u3 [389 kB]
Step #3 - "lint": Get:4 http://deb.debian.org/debian stretch/main amd64 python2.7-minimal amd64 2.7.13-2+deb9u3 [1382 kB]
Step #3 - "lint": Get:5 http://deb.debian.org/debian stretch/main amd64 python-minimal amd64 2.7.13-2 [40.5 kB]
Step #3 - "lint": Get:6 http://deb.debian.org/debian stretch/main amd64 mime-support all 3.60 [36.7 kB]
Step #3 - "lint": Get:7 http://deb.debian.org/debian stretch/main amd64 libpython2.7-stdlib amd64 2.7.13-2+deb9u3 [1897 kB]
Step #3 - "lint": Get:8 http://deb.debian.org/debian stretch/main amd64 python2.7 amd64 2.7.13-2+deb9u3 [285 kB]
Step #3 - "lint": Get:9 http://deb.debian.org/debian stretch/main amd64 libpython-stdlib amd64 2.7.13-2 [20.0 kB]
Step #3 - "lint": Get:10 http://deb.debian.org/debian stretch/main amd64 python amd64 2.7.13-2 [154 kB]
Step #3 - "lint": Get:11 http://deb.debian.org/debian stretch/main amd64 libpng16-16 amd64 1.6.28-1 [280 kB]
Step #3 - "lint": Get:12 http://deb.debian.org/debian stretch/main amd64 libfreetype6 amd64 2.6.3-3.2 [438 kB]
Step #3 - "lint": Get:13 http://deb.debian.org/debian stretch/main amd64 ucf all 3.0036 [70.2 kB]
Step #3 - "lint": Get:14 http://deb.debian.org/debian stretch/main amd64 fonts-dejavu-core all 2.37-1 [1068 kB]
Step #3 - "lint": Get:15 http://deb.debian.org/debian stretch/main amd64 fonts-liberation all 1:1.07.4-2 [827 kB]
Step #3 - "lint": Get:16 http://deb.debian.org/debian stretch/main amd64 fontconfig-config all 2.11.0-6.7 [271 kB]
Step #3 - "lint": Get:17 http://deb.debian.org/debian stretch/main amd64 libfontconfig1 amd64 2.11.0-6.7+b1 [331 kB]
Step #3 - "lint": Get:18 http://deb.debian.org/debian stretch/main amd64 fontconfig amd64 2.11.0-6.7+b1 [404 kB]
Step #3 - "lint": Get:19 http://deb.debian.org/debian stretch/main amd64 nano amd64 2.7.4-1 [485 kB]
Step #3 - "lint": Get:20 http://deb.debian.org/debian stretch/main amd64 wget amd64 1.18-5+deb9u2 [799 kB]
Step #3 - "lint": Get:21 http://deb.debian.org/debian stretch/main amd64 gettext-base amd64 0.19.8.1-2 [121 kB]
Step #3 - "lint": Get:22 http://deb.debian.org/debian stretch/main amd64 libann0 amd64 1.1.2+doc-6 [24.9 kB]
Step #3 - "lint": Get:23 http://deb.debian.org/debian stretch/main amd64 libcdt5 amd64 2.38.0-17 [59.6 kB]
Step #3 - "lint": Get:24 http://deb.debian.org/debian stretch/main amd64 libcgraph6 amd64 2.38.0-17 [82.2 kB]
Step #3 - "lint": Get:25 http://deb.debian.org/debian stretch/main amd64 libjpeg62-turbo amd64 1:1.5.1-2 [134 kB]
Step #3 - "lint": Get:26 http://deb.debian.org/debian stretch/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB]
Step #3 - "lint": Get:27 http://deb.debian.org/debian stretch/main amd64 libwebp6 amd64 0.5.2-1 [235 kB]
Step #3 - "lint": Get:28 http://deb.debian.org/debian stretch/main amd64 libxpm4 amd64 1:3.5.12-1 [49.1 kB]
Step #3 - "lint": Get:29 http://deb.debian.org/debian stretch/main amd64 libgd3 amd64 2.2.4-2+deb9u3 [132 kB]
Step #3 - "lint": Get:30 http://deb.debian.org/debian stretch/main amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [158 kB]
Step #3 - "lint": Get:31 http://deb.debian.org/debian stretch/main amd64 libpixman-1-0 amd64 0.34.0-1 [530 kB]
Step #3 - "lint": Get:32 http://deb.debian.org/debian stretch/main amd64 libxcb-render0 amd64 1.12-1 [105 kB]
Step #3 - "lint": Get:33 http://deb.debian.org/debian stretch/main amd64 libxcb-shm0 amd64 1.12-1 [95.9 kB]
Step #3 - "lint": Get:34 http://deb.debian.org/debian stretch/main amd64 libxrender1 amd64 1:0.9.10-1 [33.0 kB]
Step #3 - "lint": Get:35 http://deb.debian.org/debian stretch/main amd64 libcairo2 amd64 1.14.8-1 [771 kB]
Step #3 - "lint": Get:36 http://deb.debian.org/debian stretch/main amd64 libthai-data all 0.1.26-1 [166 kB]
Step #3 - "lint": Get:37 http://deb.debian.org/debian stretch/main amd64 libdatrie1 amd64 0.2.10-4+b1 [36.4 kB]
Step #3 - "lint": Get:38 http://deb.debian.org/debian stretch/main amd64 libthai0 amd64 0.1.26-1 [52.1 kB]
Step #3 - "lint": Get:39 http://deb.debian.org/debian stretch/main amd64 libpango-1.0-0 amd64 1.40.5-1 [320 kB]
Step #3 - "lint": Get:40 http://deb.debian.org/debian stretch/main amd64 libgraphite2-3 amd64 1.3.10-1 [84.2 kB]
Step #3 - "lint": Get:41 http://deb.debian.org/debian stretch/main amd64 libharfbuzz0b amd64 1.4.2-1 [671 kB]
Step #3 - "lint": Get:42 http://deb.debian.org/debian stretch/main amd64 libpangoft2-1.0-0 amd64 1.40.5-1 [205 kB]
Step #3 - "lint": Get:43 http://deb.debian.org/debian stretch/main amd64 libpangocairo-1.0-0 amd64 1.40.5-1 [193 kB]
Step #3 - "lint": Get:44 http://deb.debian.org/debian stretch/main amd64 libpathplan4 amd64 2.38.0-17 [62.8 kB]
Step #3 - "lint": Get:45 http://deb.debian.org/debian stretch/main amd64 libxdot4 amd64 2.38.0-17 [55.6 kB]
Step #3 - "lint": Get:46 http://deb.debian.org/debian stretch/main amd64 libgvc6 amd64 2.38.0-17 [639 kB]
Step #3 - "lint": Get:47 http://deb.debian.org/debian stretch/main amd64 libgvpr2 amd64 2.38.0-17 [211 kB]
Step #3 - "lint": Get:48 http://deb.debian.org/debian stretch/main amd64 x11-common all 1:7.7+19 [251 kB]
Step #3 - "lint": Get:49 http://deb.debian.org/debian stretch/main amd64 libice6 amd64 2:1.0.9-2 [58.7 kB]
Step #3 - "lint": Get:50 http://deb.debian.org/debian stretch/main amd64 libsm6 amd64 2:1.2.2-1+b3 [33.3 kB]
Step #3 - "lint": Get:51 http://deb.debian.org/debian stretch/main amd64 libxt6 amd64 1:1.1.5-1 [188 kB]
Step #3 - "lint": Get:52 http://deb.debian.org/debian stretch/main amd64 libxmu6 amd64 2:1.1.2-2 [60.3 kB]
Step #3 - "lint": Get:53 http://deb.debian.org/debian stretch/main amd64 libxaw7 amd64 2:1.0.13-1+b2 [201 kB]
Step #3 - "lint": Get:54 http://deb.debian.org/debian stretch/main amd64 graphviz amd64 2.38.0-17 [802 kB]
Step #3 - "lint": Get:55 http://deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB]
Step #3 - "lint": Get:56 http://deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB]
Step #3 - "lint": Get:57 http://deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB]
Step #3 - "lint": Get:58 http://deb.debian.org/debian stretch/main amd64 libgts-bin amd64 0.7.6+darcs121130-4 [50.8 kB]
Step #3 - "lint": Get:59 http://deb.debian.org/debian stretch/main amd64 python-six all 1.10.0-3 [14.4 kB]
Step #3 - "lint": Get:60 http://deb.debian.org/debian stretch/main amd64 python-urllib3 all 1.19.1-1 [77.5 kB]
Step #3 - "lint": Get:61 http://deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB]
Step #3 - "lint": Get:62 http://deb.debian.org/debian stretch/main amd64 python-chardet all 2.3.0-2 [96.0 kB]
Step #3 - "lint": Get:63 http://deb.debian.org/debian stretch/main amd64 python-requests all 2.12.4-1 [101 kB]
Step #3 - "lint": Get:64 http://deb.debian.org/debian stretch/main amd64 linkchecker amd64 9.3-4 [312 kB]
Step #3 - "lint": Get:65 http://deb.debian.org/debian stretch/main amd64 psmisc amd64 22.21-2.1+b2 [123 kB]
Step #3 - "lint": Get:66 http://deb.debian.org/debian stretch/main amd64 python-cffi-backend amd64 1.9.1-2 [69.0 kB]
Step #3 - "lint": Get:67 http://deb.debian.org/debian stretch/main amd64 python-enum34 all 1.1.6-1 [35.0 kB]
Step #3 - "lint": Get:68 http://deb.debian.org/debian stretch/main amd64 python-idna all 2.2-1 [32.6 kB]
Step #3 - "lint": Get:69 http://deb.debian.org/debian stretch/main amd64 python-ipaddress all 1.0.17-1 [18.1 kB]
Step #3 - "lint": Get:70 http://deb.debian.org/debian stretch/main amd64 python-pyasn1 all 0.1.9-2 [51.8 kB]
Step #3 - "lint": Get:71 http://deb.debian.org/debian stretch/main amd64 python-setuptools all 33.1.1-1 [297 kB]
Step #3 - "lint": Get:72 http://deb.debian.org/debian stretch/main amd64 python-cryptography amd64 1.7.1-3 [211 kB]
Step #3 - "lint": Get:73 http://deb.debian.org/debian stretch/main amd64 python-openssl all 16.2.0-1 [43.7 kB]
Step #3 - "lint": Get:74 http://deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB]
Step #3 - "lint": �[91mdebconf: delaying package configuration, since apt-utils is not installed
Step #3 - "lint": �[0mFetched 18.7 MB in 1s (17.0 MB/s)
Step #3 - "lint": Selecting previously unselected package bash-completion.
Step #3 - "lint": (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 ... 17197 files and directories currently installed.)
Step #3 - "lint": Preparing to unpack .../0-bash-completion_1%3a2.1-4.3_all.deb ...
Step #3 - "lint": Unpacking bash-completion (1:2.1-4.3) ...
Step #3 - "lint": Selecting previously unselected package libpython2.7-minimal:amd64.
Step #3 - "lint": Preparing to unpack .../1-libpython2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package python2.7-minimal.
Step #3 - "lint": Preparing to unpack .../2-python2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking python2.7-minimal (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package python-minimal.
Step #3 - "lint": Preparing to unpack .../3-python-minimal_2.7.13-2_amd64.deb ...
Step #3 - "lint": Unpacking python-minimal (2.7.13-2) ...
Step #3 - "lint": Selecting previously unselected package mime-support.
Step #3 - "lint": Preparing to unpack .../4-mime-support_3.60_all.deb ...
Step #3 - "lint": Unpacking mime-support (3.60) ...
Step #3 - "lint": Selecting previously unselected package libpython2.7-stdlib:amd64.
Step #3 - "lint": Preparing to unpack .../5-libpython2.7-stdlib_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package python2.7.
Step #3 - "lint": Preparing to unpack .../6-python2.7_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking python2.7 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package libpython-stdlib:amd64.
Step #3 - "lint": Preparing to unpack .../7-libpython-stdlib_2.7.13-2_amd64.deb ...
Step #3 - "lint": Unpacking libpython-stdlib:amd64 (2.7.13-2) ...
Step #3 - "lint": Setting up libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Setting up python2.7-minimal (2.7.13-2+deb9u3) ...
Step #3 - "lint": Linking and byte-compiling packages for runtime python2.7...
Step #3 - "lint": Setting up python-minimal (2.7.13-2) ...
Step #3 - "lint": Selecting previously unselected package python.
Step #3 - "lint": (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 ... 18545 files and directories currently installed.)
Step #3 - "lint": Preparing to unpack .../00-python_2.7.13-2_amd64.deb ...
Step #3 - "lint": Unpacking python (2.7.13-2) ...
Step #3 - "lint": Selecting previously unselected package libpng16-16:amd64.
Step #3 - "lint": Preparing to unpack .../01-libpng16-16_1.6.28-1_amd64.deb ...
Step #3 - "lint": Unpacking libpng16-16:amd64 (1.6.28-1) ...
Step #3 - "lint": Selecting previously unselected package libfreetype6:amd64.
Step #3 - "lint": Preparing to unpack .../02-libfreetype6_2.6.3-3.2_amd64.deb ...
Step #3 - "lint": Unpacking libfreetype6:amd64 (2.6.3-3.2) ...
Step #3 - "lint": Selecting previously unselected package ucf.
Step #3 - "lint": Preparing to unpack .../03-ucf_3.0036_all.deb ...
Step #3 - "lint": Moving old data out of the way
Step #3 - "lint": Unpacking ucf (3.0036) ...
Step #3 - "lint": Selecting previously unselected package fonts-dejavu-core.
Step #3 - "lint": Preparing to unpack .../04-fonts-dejavu-core_2.37-1_all.deb ...
Step #3 - "lint": Unpacking fonts-dejavu-core (2.37-1) ...
Step #3 - "lint": Selecting previously unselected package fonts-liberation.
Step #3 - "lint": Preparing to unpack .../05-fonts-liberation_1%3a1.07.4-2_all.deb ...
Step #3 - "lint": Unpacking fonts-liberation (1:1.07.4-2) ...
Step #3 - "lint": Selecting previously unselected package fontconfig-config.
Step #3 - "lint": Preparing to unpack .../06-fontconfig-config_2.11.0-6.7_all.deb ...
Step #3 - "lint": Unpacking fontconfig-config (2.11.0-6.7) ...
Step #3 - "lint": Selecting previously unselected package libfontconfig1:amd64.
Step #3 - "lint": Preparing to unpack .../07-libfontconfig1_2.11.0-6.7+b1_amd64.deb ...
Step #3 - "lint": Unpacking libfontconfig1:amd64 (2.11.0-6.7+b1) ...
Step #3 - "lint": Selecting previously unselected package fontconfig.
Step #3 - "lint": Preparing to unpack .../08-fontconfig_2.11.0-6.7+b1_amd64.deb ...
Step #3 - "lint": Unpacking fontconfig (2.11.0-6.7+b1) ...
Step #3 - "lint": Selecting previously unselected package nano.
Step #3 - "lint": Preparing to unpack .../09-nano_2.7.4-1_amd64.deb ...
Step #3 - "lint": Unpacking nano (2.7.4-1) ...
Step #3 - "lint": Selecting previously unselected package wget.
Step #3 - "lint": Preparing to unpack .../10-wget_1.18-5+deb9u2_amd64.deb ...
Step #3 - "lint": Unpacking wget (1.18-5+deb9u2) ...
Step #3 - "lint": Selecting previously unselected package gettext-base.
Step #3 - "lint": Preparing to unpack .../11-gettext-base_0.19.8.1-2_amd64.deb ...
Step #3 - "lint": Unpacking gettext-base (0.19.8.1-2) ...
Step #3 - "lint": Selecting previously unselected package libann0.
Step #3 - "lint": Preparing to unpack .../12-libann0_1.1.2+doc-6_amd64.deb ...
Step #3 - "lint": Unpacking libann0 (1.1.2+doc-6) ...
Step #3 - "lint": Selecting previously unselected package libcdt5.
Step #3 - "lint": Preparing to unpack .../13-libcdt5_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libcdt5 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libcgraph6.
Step #3 - "lint": Preparing to unpack .../14-libcgraph6_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libcgraph6 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libjpeg62-turbo:amd64.
Step #3 - "lint": Preparing to unpack .../15-libjpeg62-turbo_1%3a1.5.1-2_amd64.deb ...
Step #3 - "lint": Unpacking libjpeg62-turbo:amd64 (1:1.5.1-2) ...
Step #3 - "lint": Selecting previously unselected package libjbig0:amd64.
Step #3 - "lint": Preparing to unpack .../16-libjbig0_2.1-3.1+b2_amd64.deb ...
Step #3 - "lint": Unpacking libjbig0:amd64 (2.1-3.1+b2) ...
Step #3 - "lint": Selecting previously unselected package libtiff5:amd64.
Step #3 - "lint": Preparing to unpack .../17-libtiff5_4.0.8-2+deb9u4_amd64.deb ...
Step #3 - "lint": Unpacking libtiff5:amd64 (4.0.8-2+deb9u4) ...
Step #3 - "lint": Selecting previously unselected package libwebp6:amd64.
Step #3 - "lint": Preparing to unpack .../18-libwebp6_0.5.2-1_amd64.deb ...
Step #3 - "lint": Unpacking libwebp6:amd64 (0.5.2-1) ...
Step #3 - "lint": Selecting previously unselected package libxpm4:amd64.
Step #3 - "lint": Preparing to unpack .../19-libxpm4_1%3a3.5.12-1_amd64.deb ...
Step #3 - "lint": Unpacking libxpm4:amd64 (1:3.5.12-1) ...
Step #3 - "lint": Selecting previously unselected package libgd3:amd64.
Step #3 - "lint": Preparing to unpack .../20-libgd3_2.2.4-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking libgd3:amd64 (2.2.4-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package libgts-0.7-5:amd64.
Step #3 - "lint": Preparing to unpack .../21-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ...
Step #3 - "lint": Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
Step #3 - "lint": Selecting previously unselected package libpixman-1-0:amd64.
Step #3 - "lint": Preparing to unpack .../22-libpixman-1-0_0.34.0-1_amd64.deb ...
Step #3 - "lint": Unpacking libpixman-1-0:amd64 (0.34.0-1) ...
Step #3 - "lint": Selecting previously unselected package libxcb-render0:amd64.
Step #3 - "lint": Preparing to unpack .../23-libxcb-render0_1.12-1_amd64.deb ...
Step #3 - "lint": Unpacking libxcb-render0:amd64 (1.12-1) ...
Step #3 - "lint": Selecting previously unselected package libxcb-shm0:amd64.
Step #3 - "lint": Preparing to unpack .../24-libxcb-shm0_1.12-1_amd64.deb ...
Step #3 - "lint": Unpacking libxcb-shm0:amd64 (1.12-1) ...
Step #3 - "lint": Selecting previously unselected package libxrender1:amd64.
Step #3 - "lint": Preparing to unpack .../25-libxrender1_1%3a0.9.10-1_amd64.deb ...
Step #3 - "lint": Unpacking libxrender1:amd64 (1:0.9.10-1) ...
Step #3 - "lint": Selecting previously unselected package libcairo2:amd64.
Step #3 - "lint": Preparing to unpack .../26-libcairo2_1.14.8-1_amd64.deb ...
Step #3 - "lint": Unpacking libcairo2:amd64 (1.14.8-1) ...
Step #3 - "lint": Selecting previously unselected package libthai-data.
Step #3 - "lint": Preparing to unpack .../27-libthai-data_0.1.26-1_all.deb ...
Step #3 - "lint": Unpacking libthai-data (0.1.26-1) ...
Step #3 - "lint": Selecting previously unselected package libdatrie1:amd64.
Step #3 - "lint": Preparing to unpack .../28-libdatrie1_0.2.10-4+b1_amd64.deb ...
Step #3 - "lint": Unpacking libdatrie1:amd64 (0.2.10-4+b1) ...
Step #3 - "lint": Selecting previously unselected package libthai0:amd64.
Step #3 - "lint": Preparing to unpack .../29-libthai0_0.1.26-1_amd64.deb ...
Step #3 - "lint": Unpacking libthai0:amd64 (0.1.26-1) ...
Step #3 - "lint": Selecting previously unselected package libpango-1.0-0:amd64.
Step #3 - "lint": Preparing to unpack .../30-libpango-1.0-0_1.40.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libpango-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Selecting previously unselected package libgraphite2-3:amd64.
Step #3 - "lint": Preparing to unpack .../31-libgraphite2-3_1.3.10-1_amd64.deb ...
Step #3 - "lint": Unpacking libgraphite2-3:amd64 (1.3.10-1) ...
Step #3 - "lint": Selecting previously unselected package libharfbuzz0b:amd64.
Step #3 - "lint": Preparing to unpack .../32-libharfbuzz0b_1.4.2-1_amd64.deb ...
Step #3 - "lint": Unpacking libharfbuzz0b:amd64 (1.4.2-1) ...
Step #3 - "lint": Selecting previously unselected package libpangoft2-1.0-0:amd64.
Step #3 - "lint": Preparing to unpack .../33-libpangoft2-1.0-0_1.40.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libpangoft2-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Selecting previously unselected package libpangocairo-1.0-0:amd64.
Step #3 - "lint": Preparing to unpack .../34-libpangocairo-1.0-0_1.40.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libpangocairo-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Selecting previously unselected package libpathplan4.
Step #3 - "lint": Preparing to unpack .../35-libpathplan4_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libpathplan4 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libxdot4.
Step #3 - "lint": Preparing to unpack .../36-libxdot4_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libxdot4 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libgvc6.
Step #3 - "lint": Preparing to unpack .../37-libgvc6_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libgvc6 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libgvpr2.
Step #3 - "lint": Preparing to unpack .../38-libgvpr2_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libgvpr2 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package x11-common.
Step #3 - "lint": Preparing to unpack .../39-x11-common_1%3a7.7+19_all.deb ...
Step #3 - "lint": Unpacking x11-common (1:7.7+19) ...
Step #3 - "lint": Selecting previously unselected package libice6:amd64.
Step #3 - "lint": Preparing to unpack .../40-libice6_2%3a1.0.9-2_amd64.deb ...
Step #3 - "lint": Unpacking libice6:amd64 (2:1.0.9-2) ...
Step #3 - "lint": Selecting previously unselected package libsm6:amd64.
Step #3 - "lint": Preparing to unpack .../41-libsm6_2%3a1.2.2-1+b3_amd64.deb ...
Step #3 - "lint": Unpacking libsm6:amd64 (2:1.2.2-1+b3) ...
Step #3 - "lint": Selecting previously unselected package libxt6:amd64.
Step #3 - "lint": Preparing to unpack .../42-libxt6_1%3a1.1.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libxt6:amd64 (1:1.1.5-1) ...
Step #3 - "lint": Selecting previously unselected package libxmu6:amd64.
Step #3 - "lint": Preparing to unpack .../43-libxmu6_2%3a1.1.2-2_amd64.deb ...
Step #3 - "lint": Unpacking libxmu6:amd64 (2:1.1.2-2) ...
Step #3 - "lint": Selecting previously unselected package libxaw7:amd64.
Step #3 - "lint": Preparing to unpack .../44-libxaw7_2%3a1.0.13-1+b2_amd64.deb ...
Step #3 - "lint": Unpacking libxaw7:amd64 (2:1.0.13-1+b2) ...
Step #3 - "lint": Selecting previously unselected package graphviz.
Step #3 - "lint": Preparing to unpack .../45-graphviz_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking graphviz (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libonig4:amd64.
Step #3 - "lint": Preparing to unpack .../46-libonig4_6.1.3-2_amd64.deb ...
Step #3 - "lint": Unpacking libonig4:amd64 (6.1.3-2) ...
Step #3 - "lint": Selecting previously unselected package libjq1:amd64.
Step #3 - "lint": Preparing to unpack .../47-libjq1_1.5+dfsg-1.3_amd64.deb ...
Step #3 - "lint": Unpacking libjq1:amd64 (1.5+dfsg-1.3) ...
Step #3 - "lint": Selecting previously unselected package jq.
Step #3 - "lint": Preparing to unpack .../48-jq_1.5+dfsg-1.3_amd64.deb ...
Step #3 - "lint": Unpacking jq (1.5+dfsg-1.3) ...
Step #3 - "lint": Selecting previously unselected package libgts-bin.
Step #3 - "lint": Preparing to unpack .../49-libgts-bin_0.7.6+darcs121130-4_amd64.deb ...
Step #3 - "lint": Unpacking libgts-bin (0.7.6+darcs121130-4) ...
Step #3 - "lint": Selecting previously unselected package python-six.
Step #3 - "lint": Preparing to unpack .../50-python-six_1.10.0-3_all.deb ...
Step #3 - "lint": Unpacking python-six (1.10.0-3) ...
Step #3 - "lint": Selecting previously unselected package python-urllib3.
Step #3 - "lint": Preparing to unpack .../51-python-urllib3_1.19.1-1_all.deb ...
Step #3 - "lint": Unpacking python-urllib3 (1.19.1-1) ...
Step #3 - "lint": Selecting previously unselected package python-pkg-resources.
Step #3 - "lint": Preparing to unpack .../52-python-pkg-resources_33.1.1-1_all.deb ...
Step #3 - "lint": Unpacking python-pkg-resources (33.1.1-1) ...
Step #3 - "lint": Selecting previously unselected package python-chardet.
Step #3 - "lint": Preparing to unpack .../53-python-chardet_2.3.0-2_all.deb ...
Step #3 - "lint": Unpacking python-chardet (2.3.0-2) ...
Step #3 - "lint": Selecting previously unselected package python-requests.
Step #3 - "lint": Preparing to unpack .../54-python-requests_2.12.4-1_all.deb ...
Step #3 - "lint": Unpacking python-requests (2.12.4-1) ...
Step #3 - "lint": Selecting previously unselected package linkchecker.
Step #3 - "lint": Preparing to unpack .../55-linkchecker_9.3-4_amd64.deb ...
Step #3 - "lint": Unpacking linkchecker (9.3-4) ...
Step #3 - "lint": Selecting previously unselected package psmisc.
Step #3 - "lint": Preparing to unpack .../56-psmisc_22.21-2.1+b2_amd64.deb ...
Step #3 - "lint": Unpacking psmisc (22.21-2.1+b2) ...
Step #3 - "lint": Selecting previously unselected package python-cffi-backend.
Step #3 - "lint": Preparing to unpack .../57-python-cffi-backend_1.9.1-2_amd64.deb ...
Step #3 - "lint": Unpacking python-cffi-backend (1.9.1-2) ...
Step #3 - "lint": Selecting previously unselected package python-enum34.
Step #3 - "lint": Preparing to unpack .../58-python-enum34_1.1.6-1_all.deb ...
Step #3 - "lint": Unpacking python-enum34 (1.1.6-1) ...
Step #3 - "lint": Selecting previously unselected package python-idna.
Step #3 - "lint": Preparing to unpack .../59-python-idna_2.2-1_all.deb ...
Step #3 - "lint": Unpacking python-idna (2.2-1) ...
Step #3 - "lint": Selecting previously unselected package python-ipaddress.
Step #3 - "lint": Preparing to unpack .../60-python-ipaddress_1.0.17-1_all.deb ...
Step #3 - "lint": Unpacking python-ipaddress (1.0.17-1) ...
Step #3 - "lint": Selecting previously unselected package python-pyasn1.
Step #3 - "lint": Preparing to unpack .../61-python-pyasn1_0.1.9-2_all.deb ...
Step #3 - "lint": Unpacking python-pyasn1 (0.1.9-2) ...
Step #3 - "lint": Selecting previously unselected package python-setuptools.
Step #3 - "lint": Preparing to unpack .../62-python-setuptools_33.1.1-1_all.deb ...
Step #3 - "lint": Unpacking python-setuptools (33.1.1-1) ...
Step #3 - "lint": Selecting previously unselected package python-cryptography.
Step #3 - "lint": Preparing to unpack .../63-python-cryptography_1.7.1-3_amd64.deb ...
Step #3 - "lint": Unpacking python-cryptography (1.7.1-3) ...
Step #3 - "lint": Selecting previously unselected package python-openssl.
Step #3 - "lint": Preparing to unpack .../64-python-openssl_16.2.0-1_all.deb ...
Step #3 - "lint": Unpacking python-openssl (16.2.0-1) ...
Step #3 - "lint": Selecting previously unselected package zip.
Step #3 - "lint": Preparing to unpack .../65-zip_3.0-11+b1_amd64.deb ...
Step #3 - "lint": Unpacking zip (3.0-11+b1) ...
Step #3 - "lint": Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
Step #3 - "lint": Setting up libpathplan4 (2.38.0-17) ...
Step #3 - "lint": Setting up libxcb-render0:amd64 (1.12-1) ...
Step #3 - "lint": Setting up libxdot4 (2.38.0-17) ...
Step #3 - "lint": Setting up libjpeg62-turbo:amd64 (1:1.5.1-2) ...
Step #3 - "lint": Setting up psmisc (22.21-2.1+b2) ...
Step #3 - "lint": Setting up mime-support (3.60) ...
Step #3 - "lint": Setting up libpng16-16:amd64 (1.6.28-1) ...
Step #3 - "lint": Setting up libjbig0:amd64 (2.1-3.1+b2) ...
Step #3 - "lint": Setting up fonts-dejavu-core (2.37-1) ...
Step #3 - "lint": Setting up bash-completion (1:2.1-4.3) ...
Step #3 - "lint": Setting up libonig4:amd64 (6.1.3-2) ...
Step #3 - "lint": Setting up libdatrie1:amd64 (0.2.10-4+b1) ...
Step #3 - "lint": Setting up libtiff5:amd64 (4.0.8-2+deb9u4) ...
Step #3 - "lint": Setting up gettext-base (0.19.8.1-2) ...
Step #3 - "lint": Processing triggers for sgml-base (1.29) ...
Step #3 - "lint": Setting up fonts-liberation (1:1.07.4-2) ...
Step #3 - "lint": Setting up ucf (3.0036) ...
Step #3 - "lint": debconf: unable to initialize frontend: Dialog
Step #3 - "lint": debconf: (TERM is not set, so the dialog frontend is not usable.)
Step #3 - "lint": debconf: falling back to frontend: Readline
Step #3 - "lint": Setting up zip (3.0-11+b1) ...
Step #3 - "lint": Setting up libfreetype6:amd64 (2.6.3-3.2) ...
Step #3 - "lint": Setting up libgraphite2-3:amd64 (1.3.10-1) ...
Step #3 - "lint": Setting up libjq1:amd64 (1.5+dfsg-1.3) ...
Step #3 - "lint": Setting up nano (2.7.4-1) ...
Step #3 - "lint": update-alternatives: using /bin/nano to provide /usr/bin/editor (editor) in auto mode
Step #3 - "lint": update-alternatives: using /bin/nano to provide /usr/bin/pico (pico) in auto mode
Step #3 - "lint": Setting up libpixman-1-0:amd64 (0.34.0-1) ...
Step #3 - "lint": Processing triggers for libc-bin (2.24-11+deb9u3) ...
Step #3 - "lint": Setting up wget (1.18-5+deb9u2) ...
Step #3 - "lint": Setting up libann0 (1.1.2+doc-6) ...
Step #3 - "lint": Setting up libxcb-shm0:amd64 (1.12-1) ...
Step #3 - "lint": Setting up libxpm4:amd64 (1:3.5.12-1) ...
Step #3 - "lint": Setting up libxrender1:amd64 (1:0.9.10-1) ...
Step #3 - "lint": Setting up libgts-bin (0.7.6+darcs121130-4) ...
Step #3 - "lint": Setting up libthai-data (0.1.26-1) ...
Step #3 - "lint": Setting up x11-common (1:7.7+19) ...
Step #3 - "lint": debconf: unable to initialize frontend: Dialog
Step #3 - "lint": debconf: (TERM is not set, so the dialog frontend is not usable.)
Step #3 - "lint": debconf: falling back to frontend: Readline
Step #3 - "lint": update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Step #3 - "lint": invoke-rc.d: could not determine current runlevel
Step #3 - "lint": invoke-rc.d: policy-rc.d denied execution of start.
Step #3 - "lint": Setting up libcdt5 (2.38.0-17) ...
Step #3 - "lint": Setting up libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Setting up libcgraph6 (2.38.0-17) ...
Step #3 - "lint": Setting up libwebp6:amd64 (0.5.2-1) ...
Step #3 - "lint": Setting up jq (1.5+dfsg-1.3) ...
Step #3 - "lint": Setting up fontconfig-config (2.11.0-6.7) ...
Step #3 - "lint": debconf: unable to initialize frontend: Dialog
Step #3 - "lint": debconf: (TERM is not set, so the dialog frontend is not usable.)
Step #3 - "lint": debconf: falling back to frontend: Readline
Step #3 - "lint": Setting up libgvpr2 (2.38.0-17) ...
Step #3 - "lint": Setting up python2.7 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Setting up libharfbuzz0b:amd64 (1.4.2-1) ...
Step #3 - "lint": Setting up libthai0:amd64 (0.1.26-1) ...
Step #3 - "lint": Setting up libpython-stdlib:amd64 (2.7.13-2) ...
Step #3 - "lint": Setting up libice6:amd64 (2:1.0.9-2) ...
Step #3 - "lint": Setting up python (2.7.13-2) ...
Step #3 - "lint": Setting up python-idna (2.2-1) ...
Step #3 - "lint": Setting up libfontconfig1:amd64 (2.11.0-6.7+b1) ...
Step #3 - "lint": Setting up libsm6:amd64 (2:1.2.2-1+b3) ...
Step #3 - "lint": Setting up python-pyasn1 (0.1.9-2) ...
Step #3 - "lint": Setting up libgd3:amd64 (2.2.4-2+deb9u3) ...
Step #3 - "lint": Setting up python-pkg-resources (33.1.1-1) ...
Step #3 - "lint": Setting up python-cffi-backend (1.9.1-2) ...
Step #3 - "lint": Setting up python-six (1.10.0-3) ...
Step #3 - "lint": Setting up python-enum34 (1.1.6-1) ...
Step #3 - "lint": Setting up libxt6:amd64 (1:1.1.5-1) ...
Step #3 - "lint": Setting up python-ipaddress (1.0.17-1) ...
Step #3 - "lint": Setting up fontconfig (2.11.0-6.7+b1) ...
Step #3 - "lint": Regenerating fonts cache... done.
Step #3 - "lint": Setting up libcairo2:amd64 (1.14.8-1) ...
Step #3 - "lint": Setting up python-setuptools (33.1.1-1) ...
Step #3 - "lint": Setting up python-urllib3 (1.19.1-1) ...
Step #3 - "lint": Setting up python-chardet (2.3.0-2) ...
Step #3 - "lint": Setting up libxmu6:amd64 (2:1.1.2-2) ...
Step #3 - "lint": Setting up libpango-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Setting up python-cryptography (1.7.1-3) ...
Step #3 - "lint": Setting up python-requests (2.12.4-1) ...
Step #3 - "lint": Setting up linkchecker (9.3-4) ...
Step #3 - "lint": Setting up libxaw7:amd64 (2:1.0.13-1+b2) ...
Step #3 - "lint": Setting up python-openssl (16.2.0-1) ...
Step #3 - "lint": Setting up libpangoft2-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Setting up libpangocairo-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Setting up libgvc6 (2.38.0-17) ...
Step #3 - "lint": Setting up graphviz (2.38.0-17) ...
Step #3 - "lint": Processing triggers for libc-bin (2.24-11+deb9u3) ...
Step #3 - "lint": Removing intermediate container ef1a1a9e1dbd
Step #3 - "lint":  ---> 400dcbf020b3
Step #3 - "lint": Step 3/33 : ENV RUSTUP_HOME=/usr/local/rustup     CARGO_HOME=/usr/local/cargo     PATH=/usr/local/cargo/bin:$PATH     RUST_VERSION=1.26.1
Step #3 - "lint":  ---> Running in bb84460c98c0
Step #3 - "lint": Removing intermediate container bb84460c98c0
Step #3 - "lint":  ---> 884048cf6d90
Step #3 - "lint": Step 4/33 : ENV RUST_ARCH=x86_64-unknown-linux-gnu     RUSTUP_SHA256=c9837990bce0faab4f6f52604311a19bb8d2cde989bea6a7b605c8e526db6f02
Step #3 - "lint":  ---> Running in 5a3c6736c327
Step #3 - "lint": Removing intermediate container 5a3c6736c327
Step #3 - "lint":  ---> 839f8108006d
Step #3 - "lint": Step 5/33 : RUN wget -q https://static.rust-lang.org/rustup/archive/1.11.0/${RUST_ARCH}/rustup-init &&     echo "${RUSTUP_SHA256} *rustup-init" | sha256sum -c - &&     chmod +x rustup-init &&     ./rustup-init -y --no-modify-path --default-toolchain $RUST_VERSION &&     rm rustup-init &&     rustup --version;     cargo --version;     rustc --version;
Step #3 - "lint":  ---> Running in 842fe7559cb0
Step #3 - "lint": rustup-init: OK
Step #3 - "lint": �[91minfo: syncing channel updates for '1.26.1-x86_64-unknown-linux-gnu'
Step #3 - "lint": �[0m�[91minfo: latest update on 2018-05-29, rust version 1.26.1 (827013a31 2018-05-25)
Step #3 - "lint": info: downloading component 'rustc'
Step #3 - "lint": �[0m�[91minfo: downloading component 'rust-std'
Step #3 - "lint": �[0m�[91minfo: downloading component 'cargo'
Step #3 - "lint": �[0m�[91minfo: downloading component 'rust-docs'
Step #3 - "lint": �[0m�[91minfo: installing component 'rustc'
Step #3 - "lint": �[0m�[91minfo: installing component 'rust-std'
Step #3 - "lint": �[0m�[91minfo: installing component 'cargo'
Step #3 - "lint": �[0m�[91minfo: installing component 'rust-docs'
Step #3 - "lint": �[0m�[91minfo: default toolchain set to '1.26.1'
Step #3 - "lint": �[0m
Step #3 - "lint":   1.26.1 installed - rustc 1.26.1 (827013a31 2018-05-25)
Step #3 - "lint": 
Step #3 - "lint": rustup 1.11.0 (e751ff9f8 2018-02-13)
Step #3 - "lint": cargo 1.26.0 (0e7c5a931 2018-04-06)
Step #3 - "lint": rustc 1.26.1 (827013a31 2018-05-25)
Step #3 - "lint": Removing intermediate container 842fe7559cb0
Step #3 - "lint":  ---> cd0ac2348fb7
Step #3 - "lint": Step 6/33 : WORKDIR /usr/local
Step #3 - "lint":  ---> Running in 466d55479410
Step #3 - "lint": Removing intermediate container 466d55479410
Step #3 - "lint":  ---> 4f704ad2caed
Step #3 - "lint": Step 7/33 : ENV GO_VERSION=1.11.4
Step #3 - "lint":  ---> Running in 343ef0472f52
Step #3 - "lint": Removing intermediate container 343ef0472f52
Step #3 - "lint":  ---> ee5101680f13
Step #3 - "lint": Step 8/33 : ENV GOPATH /go
Step #3 - "lint":  ---> Running in c8c128f5ceb8
Step #3 - "lint": Removing intermediate container c8c128f5ceb8
Step #3 - "lint":  ---> d9bc871b0a72
Step #3 - "lint": Step 9/33 : RUN wget -q https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz &&     tar -xzf go${GO_VERSION}.linux-amd64.tar.gz && rm go${GO_VERSION}.linux-amd64.tar.gz && mkdir ${GOPATH}
Step #3 - "lint":  ---> Running in f6e20cb0b6ba
Step #3 - "lint": Removing intermediate container f6e20cb0b6ba
Step #3 - "lint":  ---> ece83024b634
Step #3 - "lint": Step 10/33 : WORKDIR /opt
Step #3 - "lint":  ---> Running in 73b17e84f4eb
Step #3 - "lint": Removing intermediate container 73b17e84f4eb
Step #3 - "lint":  ---> f02e2d4d2c97
Step #3 - "lint": Step 11/33 : RUN wget -q https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.zip && unzip -q google-cloud-sdk.zip &&     rm google-cloud-sdk.zip &&     /opt/google-cloud-sdk/install.sh --usage-reporting=true --path-update=true --bash-completion=true --rc-path=/root/.bashrc
Step #3 - "lint":  ---> Running in af28d10aa52a
Step #3 - "lint": Welcome to the Google Cloud SDK!
Step #3 - "lint": WARNING: You appear to be running this script as root. This may cause 
Step #3 - "lint": the installation to be inaccessible to users other than the root user.
Step #3 - "lint": �[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Your current Cloud SDK version is: 230.0.0
Step #3 - "lint": �[0m�[91mInstalling components from version: 230.0.0
Step #3 - "lint": 
Step #3 - "lint": �[0m�[91m+----------------------------------------------------------------------------+
Step #3 - "lint": �[0m�[91m|                    These components will be installed.                     |�[0m�[91m
Step #3 - "lint": �[0m�[91m+-----------------------------------------------------+------------+---------+�[0m�[91m
Step #3 - "lint": �[0m�[91m|                         Name                        |  Version   |   Size  |�[0m�[91m
Step #3 - "lint": �[0m�[91m+-----------------------------------------------------+------------+---------+�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mBigQuery Command Line Tool                         �[0m�[91m �[0m�[91m| �[0m�[91m    2.0.39�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mBigQuery Command Line Tool (Platform Specific)     �[0m�[91m �[0m�[91m| �[0m�[91m    2.0.34�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud SDK Core Libraries (Platform Specific)       �[0m�[91m �[0m�[91m| �[0m�[91m2018.09.24�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud Storage Command Line Tool                    �[0m�[91m �[0m�[91m| �[0m�[91m      4.35�[0m�[91m �[0m�[91m| �[0m�[91m3.6 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud Storage Command Line Tool (Platform Specific)�[0m�[91m �[0m�[91m| �[0m�[91m      4.34�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|
Step #3 - "lint": �[0m�[91m| �[0m�[91mDefault set of gcloud commands                     �[0m�[91m �[0m�[91m| �[0m�[91m          �[0m�[91m �[0m�[91m| �[0m�[91m       �[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgcloud cli dependencies                            �[0m�[91m �[0m�[91m| �[0m�[91m2018.08.03�[0m�[91m �[0m�[91m| �[0m�[91m8.6 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m+-----------------------------------------------------+------------+---------+�[0m�[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mFor the latest full release notes, please visit:
Step #3 - "lint":   https://cloud.google.com/sdk/release_notes
Step #3 - "lint": 
Step #3 - "lint": �[0m�[91m#============================================================#
Step #3 - "lint": �[0m�[91m#= Creating update staging area                             =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: BigQuery Command Line Tool                   =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: BigQuery Command Line Tool (Platform Spec... =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m==============================�[0m�[91m===============�[0m�[91m===============#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud SDK Core Libraries (Platform Specific) =#
Step #3 - "lint": #�[0m�[91m==============================�[0m�[91m==========�[0m�[91m=========�[0m�[91m===========#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud Storage Command Line Tool              =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud Storage Command Line Tool (Platform... =#
Step #3 - "lint": #�[0m�[91m==============================�[0m�[91m===============�[0m�[91m===============�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: Default set of gcloud commands               =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m============================================================�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: gcloud cli dependencies                      =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m===�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Creating backup and activating new installation          =#
Step #3 - "lint": #�[0m�[91m==============================�[0m�[91m==============================�[0m�[91m#
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mPerforming post processing steps...
Step #3 - "lint": �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91mdone.
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Update done!
Step #3 - "lint": 
Step #3 - "lint": �[0m
Step #3 - "lint": This will install all the core command line tools necessary for working with
Step #3 - "lint": the Google Cloud Platform.
Step #3 - "lint": 
Step #3 - "lint": Backing up [/root/.bashrc] to [/root/.bashrc.backup].
Step #3 - "lint": [/root/.bashrc] has been updated.
Step #3 - "lint": 
Step #3 - "lint": ==> Start a new shell for the changes to take effect.
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": For more information on how to get started, please visit:
Step #3 - "lint":   https://cloud.google.com/sdk/docs/quickstarts
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": Removing intermediate container af28d10aa52a
Step #3 - "lint":  ---> a38a4c0c8216
Step #3 - "lint": Step 12/33 : ENV PATH /usr/local/go/bin:/go/bin:/opt/google-cloud-sdk/bin:$PATH
Step #3 - "lint":  ---> Running in 465176b08b3e
Step #3 - "lint": Removing intermediate container 465176b08b3e
Step #3 - "lint":  ---> 7de9bde33b6e
Step #3 - "lint": Step 13/33 : RUN gcloud components update && gcloud components install app-engine-go
Step #3 - "lint":  ---> Running in f599f4be940b
Step #3 - "lint": �[91m
Step #3 - "lint": All components are up to date.
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Your current Cloud SDK version is: 230.0.0
Step #3 - "lint": �[0m�[91mInstalling components from version: 230.0.0
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91m+---------------------------------------------------+
Step #3 - "lint": �[0m�[91m|        These components will be installed.        |�[0m�[91m
Step #3 - "lint": +------------------------------+---------+----------+�[0m�[91m
Step #3 - "lint": �[0m�[91m|             Name             | Version |   Size   |�[0m�[91m
Step #3 - "lint": �[0m�[91m+------------------------------+---------+----------+�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mApp Engine Go Extensions    �[0m�[91m �[0m�[91m| �[0m�[91m        �[0m�[91m| �[0m�[91m         �[0m�[91m|
Step #3 - "lint": | �[0m�[91mApp Engine Go Extensions    �[0m�[91m �[0m�[91m| �[0m�[91m 1.9.70�[0m�[91m �[0m�[91m| �[0m�[91m56.6 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud Datastore Emulator    �[0m�[91m �[0m�[91m| �[0m�[91m  2.0.3�[0m�[91m �[0m�[91m| �[0m�[91m18.3 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgRPC python library         �[0m�[91m �[0m�[91m| �[0m�[91m  1.9.1�[0m�[91m �[0m�[91m| �[0m�[91m12.1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgRPC python library         �[0m�[91m �[0m�[91m| �[0m�[91m       �[0m�[91m �[0m�[91m| �[0m�[91m        �[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgcloud app Python Extensions�[0m�[91m �[0m�[91m| �[0m�[91m 1.9.81�[0m�[91m �[0m�[91m| �[0m�[91m 6.2 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m+------------------------------+---------+----------+�[0m�[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mFor the latest full release notes, please visit:
Step #3 - "lint":   https://cloud.google.com/sdk/release_notes
Step #3 - "lint": 
Step #3 - "lint": �[0m�[91mDo you want to continue (Y/n)?  
Step #3 - "lint": �[0m�[91m#============================================================#
Step #3 - "lint": #= Creating update staging area                             =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m======�[0m�[91m============�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: App Engine Go Extensions                     =#
Step #3 - "lint": #�[0m�[91m============================================================�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: App Engine Go Extensions                     =#
Step #3 - "lint": #�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud Datastore Emulator                     =#
Step #3 - "lint": #�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m======#
Step #3 - "lint": �[0m�[91m#= Installing: gRPC python library                          =#
Step #3 - "lint": #�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: gRPC python library                          =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m============================================================�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: gcloud app Python Extensions                 =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Creating backup and activating new installation          =#
Step #3 - "lint": #�[0m�[91m==============================�[0m�[91m==============================#
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mPerforming post processing steps...
Step #3 - "lint": �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91mdone.
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Update done!
Step #3 - "lint": 
Step #3 - "lint": �[0mRemoving intermediate container f599f4be940b
Step #3 - "lint":  ---> cb17e8b892fe
Step #3 - "lint": Step 14/33 : ENV KUBECTL_VER 1.11.5
Step #3 - "lint":  ---> Running in 07908530ddd3
Step #3 - "lint": Removing intermediate container 07908530ddd3
Step #3 - "lint":  ---> 36cbc148e8fc
Step #3 - "lint": Step 15/33 : 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 #3 - "lint":  ---> Running in 88bc5ffe9843
Step #3 - "lint": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #3 - "lint":                                  Dload  Upload   Total   Spent  �[0m�[91m  Left  Speed
Step #3 - "lint": 
  0     0    0     0    0     0 �[0m�[91m     0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
100 52.8M  100 52.8M    0     0   112M      0 --:--:-- --:--:-- --:--:--  112M
Step #3 - "lint": �[0mRemoving intermediate container 88bc5ffe9843
Step #3 - "lint":  ---> 4a86af426006
Step #3 - "lint": Step 16/33 : RUN echo "source <(kubectl completion bash)" >> /root/.bashrc
Step #3 - "lint":  ---> Running in f5d653065c7c
Step #3 - "lint": Removing intermediate container f5d653065c7c
Step #3 - "lint":  ---> 28c28ce31ccc
Step #3 - "lint": Step 17/33 : ENV HELM_VER 2.11.0
Step #3 - "lint":  ---> Running in f4f4c53f3e4e
Step #3 - "lint": Removing intermediate container f4f4c53f3e4e
Step #3 - "lint":  ---> eb08c9576efc
Step #3 - "lint": Step 18/33 : ENV HELM_URL https://storage.googleapis.com/kubernetes-helm/helm-v${HELM_VER}-linux-amd64.tar.gz
Step #3 - "lint":  ---> Running in 8983fae31bed
Step #3 - "lint": Removing intermediate container 8983fae31bed
Step #3 - "lint":  ---> ac3865de730d
Step #3 - "lint": Step 19/33 : 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 #3 - "lint":  ---> Running in d0985dd9e872
Step #3 - "lint": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #3 - "lint":                                  Dload  Upl�[0m�[91moad   Total   Spent    Left  Speed
Step #3 - "lint": 
  0     0   �[0m�[91m 0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
100 18.2M  100 18.2M    0     0  70.3M      0 --:--:-- --:--:-- --:--:-- 70.5M
Step #3 - "lint": �[0mlinux-amd64/
Step #3 - "lint": linux-amd64/tiller
Step #3 - "lint": linux-amd64/README.md
Step #3 - "lint": linux-amd64/helm
Step #3 - "lint": linux-amd64/LICENSE
Step #3 - "lint": Removing intermediate container d0985dd9e872
Step #3 - "lint":  ---> bed2a57e108f
Step #3 - "lint": Step 20/33 : RUN echo "source <(helm completion bash)" >> /root/.bashrc
Step #3 - "lint":  ---> Running in e14f5009adc4
Step #3 - "lint": Removing intermediate container e14f5009adc4
Step #3 - "lint":  ---> 62cc59d69854
Step #3 - "lint": Step 21/33 : RUN mkdir -p /go/src/github.com/golang && cd /go/src/github.com/golang &&     git clone https://github.com/golang/protobuf.git &&      cd protobuf && git checkout v1.2.0 &&     go install github.com/golang/protobuf/protoc-gen-go
Step #3 - "lint":  ---> Running in 6b275445f681
Step #3 - "lint": �[91mCloning into 'protobuf'...
Step #3 - "lint": �[0m�[91mNote: checking out 'v1.2.0'.
Step #3 - "lint": 
Step #3 - "lint": You are in 'detached HEAD' state. You can look around, make experimental
Step #3 - "lint": changes and commit them, and you can discard any commits you make in this
Step #3 - "lint": state without impacting any branches by performing another checkout.
Step #3 - "lint": 
Step #3 - "lint": If you want to create a new branch to retain commits you create, you may
Step #3 - "lint": do so (now or later) by using -b with the checkout command again. Example:
Step #3 - "lint": 
Step #3 - "lint":   git checkout -b <new-branch-name>
Step #3 - "lint": 
Step #3 - "lint": HEAD is now at aa810b6... proto: fix handling of required fields after multiple violations (#679)
Step #3 - "lint": �[0mRemoving intermediate container 6b275445f681
Step #3 - "lint":  ---> 96752298655f
Step #3 - "lint": Step 22/33 : RUN cargo install protobuf-codegen --vers 2.0.2
Step #3 - "lint":  ---> Running in e0c00a3c08cc
Step #3 - "lint": �[91m    Updating registry `https://github.com/rust-lang/crates.io-index`
Step #3 - "lint": �[0m�[91m Downloading protobuf-codegen v2.0.2
Step #3 - "lint": �[0m�[91m  Installing protobuf-codegen v2.0.2
Step #3 - "lint": �[0m�[91m Downloading protobuf v2.0.2
Step #3 - "lint": �[0m�[91m   Compiling protobuf v2.0.2
Step #3 - "lint": �[0m�[91m   Compiling protobuf-codegen v2.0.2
Step #3 - "lint": �[0m�[91m    Finished release [optimized] target(s) in 34.40 secs
Step #3 - "lint": �[0m�[91m  Installing /usr/local/cargo/bin/protoc-gen-rust
Step #3 - "lint":   Installing /usr/local/cargo/bin/protobuf-bin-gen-rust-do-not-use
Step #3 - "lint": �[0mRemoving intermediate container e0c00a3c08cc
Step #3 - "lint":  ---> 6cb78088b637
Step #3 - "lint": Step 23/33 : RUN cargo install grpcio-compiler --vers 0.3.0
Step #3 - "lint":  ---> Running in ca4c1cc8637c
Step #3 - "lint": �[91m    Updating registry `https://github.com/rust-lang/crates.io-index`
Step #3 - "lint": �[0m�[91m Downloading grpcio-compiler v0.3.0
Step #3 - "lint": �[0m�[91m  Installing grpcio-compiler v0.3.0
Step #3 - "lint": �[0m�[91m Downloading protobuf-codegen v2.0.6
Step #3 - "lint": �[0m�[91m Downloading protobuf v2.0.6
Step #3 - "lint": �[0m�[91m   Compiling protobuf v2.0.6
Step #3 - "lint": �[0m�[91m   Compiling protobuf-codegen v2.0.6
Step #3 - "lint": �[0m�[91m   Compiling grpcio-compiler v0.3.0
Step #3 - "lint": �[0m�[91m    Finished release [optimized] target(s) in 35.48 secs
Step #3 - "lint": �[0m�[91m  Installing /usr/local/cargo/bin/grpc_rust_plugin
Step #3 - "lint": �[0mRemoving intermediate container ca4c1cc8637c
Step #3 - "lint":  ---> c2ffa9a953ca
Step #3 - "lint": Step 24/33 : RUN go get -u github.com/golang/dep/cmd/dep &&     go get -u golang.org/x/tools/cmd/goimports
Step #3 - "lint":  ---> Running in 957d2c597ced
Step #3 - "lint": Removing intermediate container 957d2c597ced
Step #3 - "lint":  ---> 4718b58d9360
Step #3 - "lint": Step 25/33 : RUN curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin v1.12.2
Step #3 - "lint":  ---> Running in 67477e163c88
Step #3 - "lint": �[91mgolangci/golangci-lint info checking GitHub for tag 'v1.12.2'
Step #3 - "lint": �[0m�[91mgolangci/golangci-lint info found version: 1.12.2 for v1.12.2/linux/amd64
Step #3 - "lint": �[0m�[91mgolangci/golangci-lint info installed /go/bin/golangci-lint
Step #3 - "lint": �[0mRemoving intermediate container 67477e163c88
Step #3 - "lint":  ---> 5910dc67b9a8
Step #3 - "lint": Step 26/33 : RUN mkdir -p /go/src && cd /go/src && mkdir -p k8s.io && cd k8s.io &&     git clone -b kubernetes-1.11.5 --depth=3 https://github.com/kubernetes/code-generator.git
Step #3 - "lint":  ---> Running in 07332824a40f
Step #3 - "lint": �[91mCloning into 'code-generator'...
Step #3 - "lint": �[0m�[91mNote: checking out '8c97d6ab64da020f8b151e9d3ed8af3172f5c390'.
Step #3 - "lint": 
Step #3 - "lint": You are in 'detached HEAD' state. You can look around, make experimental
Step #3 - "lint": changes and commit them, and you can discard any commits you make in this
Step #3 - "lint": state without impacting any branches by performing another checkout.
Step #3 - "lint": 
Step #3 - "lint": If you want to create a new branch to retain commits you create, you may
Step #3 - "lint": do so (now or later) by using -b with the checkout command again. Example:
Step #3 - "lint": 
Step #3 - "lint":   git checkout -b <new-branch-name>
Step #3 - "lint": 
Step #3 - "lint": �[0mRemoving intermediate container 07332824a40f
Step #3 - "lint":  ---> e88a364e0ad9
Step #3 - "lint": Step 27/33 : RUN mkdir /tmp/hugo &&     wget -O /tmp/hugo/hugo.tar.gz https://github.com/gohugoio/hugo/releases/download/v0.53/hugo_extended_0.53_Linux-64bit.tar.gz &&     tar -zxvf /tmp/hugo/hugo.tar.gz -C /tmp/hugo/ &&     mv /tmp/hugo/hugo /usr/local/bin/ &&     rm -r /tmp/hugo
Step #3 - "lint":  ---> Running in 2f82c9887851
Step #3 - "lint": �[91m--2019-01-23 01:21:27--  https://github.com/gohugoio/hugo/releases/download/v0.53/hugo_extended_0.53_Linux-64bit.tar.gz
Step #3 - "lint": �[0m�[91mResolving github.com (github.com)... �[0m�[91m192.30.253.113, 192.30.253.112
Step #3 - "lint": Connecting to github.com (github.com)|192.30.253.113|:443... �[0m�[91mconnected.
Step #3 - "lint": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m302 Found
Step #3 - "lint": Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/11180687/68eb0b80-0760-11e9-8761-329b77cc0aeb?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190123%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190123T012127Z&X-Amz-Expires=300&X-Amz-Signature=2574bc515048fd89f3ae0af9b77fbd4963d92c4530486f6c9178195cb70702fa&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dhugo_extended_0.53_Linux-64bit.tar.gz&response-content-type=application%2Foctet-stream [following]
Step #3 - "lint": --2019-01-23 01:21:27--  https://github-production-release-asset-2e65be.s3.amazonaws.com/11180687/68eb0b80-0760-11e9-8761-329b77cc0aeb?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190123%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190123T012127Z&X-Amz-Expires=300&X-Amz-Signature=2574bc515048fd89f3ae0af9b77fbd4963d92c4530486f6c9178195cb70702fa&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dhugo_extended_0.53_Linux-64bit.tar.gz&response-content-type=application%2Foctet-stream
Step #3 - "lint": Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... �[0m�[91m52.216.105.211
Step #3 - "lint": Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.105.211|:443... �[0m�[91mconnected.
Step #3 - "lint": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m200 OK
Step #3 - "lint": Length: 8698428 (8.3M) [application/octet-stream]
Step #3 - "lint": Saving to: '/tmp/hugo/hugo.tar.gz'
Step #3 - "lint": �[0m�[91m
Step #3 - "lint":      0K .......... ......�[0m�[91m.... .......... .......... .�[0m�[91m.........  0% 3.65M 2s�[0m�[91m
Step #3 - "lint":     50K .......... .......�[0m�[91m... .......... .......... ..........  1% 3.89M 2s�[0m�[91m
Step #3 - "lint":    100K .......... .......... .......... ....�[0m�[91m...... ..........  1% 4.16M 2s
Step #3 - "lint":    150K ..........�[0m�[91m .........�[0m�[91m. .......... ......�[0m�[91m.... ..........  2% 71.7M 2s
Step #3 - "lint":    200K ..�[0m�[91m........ .�[0m�[91m......... .......... ......�[0m�[91m.... .....�[0m�[91m.....  2%  150M 1s
Step #3 - "lint":    250K ....�[0m�[91m...... .......... .�[0m�[91m......... ........�[0m�[91m.. ..........  3% 4.23M 1s
Step #3 - "lint":    300K .......... ...�[0m�[91m....... .......... .......... .......�[0m�[91m...  4%  152M 1s
Step #3 - "lint":    350K ......�[0m�[91m.... ....�[0m�[91m...... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. ........�[0m�[91m..  4%  185M 1s
Step #3 - "lint":    400K .......... ..........�[0m�[91m ...�[0m�[91m.�[0m�[91m...... .......... .�[0m�[91m........�[0m�[91m.  5%  181M 1s
Step #3 - "lint":    450K .......�[0m�[91m.�[0m�[91m.. .......... .......... .......... ..�[0m�[91m........  5%  219M 1s
Step #3 - "lint":    500K .......... .......... .�[0m�[91m......... .......... ...�[0m�[91m.......  6% 4.29M 1s
Step #3 - "lint":    550K ..........�[0m�[91m .......... .......... .......... ..........  7%  131M 1s
Step #3 - "lint":    600K .......... .�[0m�[91m......... .......... ..........�[0m�[91m ....�[0m�[91m.�[0m�[91m.....  7%  121M 1s
Step #3 - "lint":    650K .......... .......... .......... .......... ......�[0m�[91m....  8%  219M 1s
Step #3 - "lint":    700K .......... ..�[0m�[91m.�[0m�[91m....... .......... .......... ......�[0m�[91m....  8%  221M 1s
Step #3 - "lint":    750K ...�[0m�[91m..�[0m�[91m..... ....�[0m�[91m...... ..........�[0m�[91m .........�[0m�[91m. ..........  9%  157M 1s
Step #3 - "lint":    800K ........�[0m�[91m.. ....�[0m�[91m...... .......... .�[0m�[91m.�[0m�[91m........ .......... 10%  191M 1s
Step #3 - "lint":    850K .......... ......�[0m�[91m.... .......... ...�[0m�[91m....... .......... 10%  228M�[0m�[91m 1s�[0m�[91m
Step #3 - "lint":    900K ........�[0m�[91m.. .......... .......... .......... ..�[0m�[91m........ 11%  210M 1s�[0m�[91m
Step #3 - "lint":    950K .�[0m�[91m......... ........�[0m�[91m.. .......... .....�[0m�[91m..... .......... 11%  147M 0s
Step #3 - "lint":   1000K .�[0m�[91m......... .......... .......�[0m�[91m... ......�[0m�[91m.... .......... 12%  226M 0s
Step #3 - "lint":   1050K ..�[0m�[91m........ .�[0m�[91m......... ........�[0m�[91m.. ......�[0m�[91m.�[0m�[91m... .......... 12%  218M 0s
Step #3 - "lint":   1100K ...�[0m�[91m.�[0m�[91m...... ...�[0m�[91m.......�[0m�[91m .......... .......... .......... 13% 4.94M 0s
Step #3 - "lint":   1150K .....�[0m�[91m..... .......... .......... ........�[0m�[91m.�[0m�[91m. .......�[0m�[91m... 14%  131M 0s
Step #3 - "lint":   1200K ......�[0m�[91m.... ....�[0m�[91m...... ...�[0m�[91m....... ..........�[0m�[91m .......... 14%  144M 0s
Step #3 - "lint":   1250K .......�[0m�[91m... .......... .......... .......... .......... 15%  166M 0s
Step #3 - "lint":   1300K .......�[0m�[91m... ......�[0m�[91m....�[0m�[91m .....�[0m�[91m..... .......... .......... 15%  193M 0s�[0m�[91m
Step #3 - "lint":   1350K .........�[0m�[91m. ..........�[0m�[91m .....�[0m�[91m.�[0m�[91m.... .......... .......... 16%  175M�[0m�[91m 0s
Step #3 - "lint":   1400K .�[0m�[91m........�[0m�[91m. ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ 17%  203M 0s�[0m�[91m
Step #3 - "lint":   1450K ........�[0m�[91m.. .......... .......... ..........�[0m�[91m .�[0m�[91m.......�[0m�[91m.. 17%  165M 0s
Step #3 - "lint":   1500K ......�[0m�[91m.... .......... ..�[0m�[91m........ ........�[0m�[91m.. .......... 18%  221M 0s
Step #3 - "lint":   1550K ....�[0m�[91m...... ..........�[0m�[91m .......... .�[0m�[91m.....�[0m�[91m.... ......�[0m�[91m.... 18%  131M 0s
Step #3 - "lint":   1600K ..�[0m�[91m........ .......... ......�[0m�[91m.... ....�[0m�[91m...... .......... 19%  233M 0s�[0m�[91m
Step #3 - "lint":   1650K ........�[0m�[91m.. ......�[0m�[91m.... .......... ..........�[0m�[91m .......... 20%  207M 0s
Step #3 - "lint":   1700K ......�[0m�[91m.... ....�[0m�[91m...... .......... ........�[0m�[91m.. ......�[0m�[91m.... 20%  274M 0s
Step #3 - "lint":   1750K ....�[0m�[91m...... ..�[0m�[91m........ .�[0m�[91m...�[0m�[91m...... ......�[0m�[91m.... ....�[0m�[91m...... 21%  256M 0s
Step #3 - "lint":   1800K ..�[0m�[91m........ .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ 21%  288M 0s�[0m�[91m
Step #3 - "lint":   1850K .......... ..........�[0m�[91m .......... ..�[0m�[91m........�[0m�[91m .......... 22%  258M 0s
Step #3 - "lint":   1900K ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... 22%  266M 0s
Step #3 - "lint":   1950K .�[0m�[91m......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... .......... 23% 5.66M 0s
Step #3 - "lint":   2000K .......... .......... .......... ....�[0m�[91m...... .......... 24%  220M 0s
Step #3 - "lint":   2050K .......... .......... .......... ..........�[0m�[91m .......... 24%  201M 0s
Step #3 - "lint":   2100K ......�[0m�[91m.... .......... ..........�[0m�[91m ........�[0m�[91m.. ..........�[0m�[91m 25%  238M 0s
Step #3 - "lint":   2150K ....�[0m�[91m...... .......... ......�[0m�[91m.... ......�[0m�[91m.... .......... 25%  231M 0s
Step #3 - "lint":   2200K ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... .......... .......... 26%  239M 0s
Step #3 - "lint":   2250K .......... �[0m�[91m.......... .......... ..........�[0m�[91m .......... 27%  173M 0s
Step #3 - "lint":   2300K .......... .......... ..�[0m�[91m........ ........�[0m�[91m.. .......... 27%  219M 0s
Step #3 - "lint":   2350K�[0m�[91m .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... 28%  164M 0s
Step #3 - "lint":   2400K .......... ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... .......... 28%  214M 0s�[0m�[91m
Step #3 - "lint":   2450K ........�[0m�[91m.. .......... .......... ..�[0m�[91m........ ........�[0m�[91m.. 29%  187M 0s
Step #3 - "lint":   2500K .......... ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... 30%  270M 0s
Step #3 - "lint":   2550K .......... ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... 30%  213M 0s
Step #3 - "lint":   2600K ..�[0m�[91m........ .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ 31%  222M 0s�[0m�[91m
Step #3 - "lint":   2650K ........�[0m�[91m.. .......... .......... ..........�[0m�[91m .......... 31%  207M 0s
Step #3 - "lint":   2700K .......... .......... ..�[0m�[91m........ ........�[0m�[91m.. .......... 32%  251M 0s
Step #3 - "lint":   2750K .......... ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... 32%  240M 0s
Step #3 - "lint":   2800K ..........�[0m�[91m .......... .......... ....�[0m�[91m...... ..�[0m�[91m........ 33%  206M 0s
Step #3 - "lint":   2850K ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ .......... 34%  229M 0s
Step #3 - "lint":   2900K .......�[0m�[91m... ....�[0m�[91m...... .......... .......... ......�[0m�[91m.... 34%  183M 0s
Step #3 - "lint":   2950K .......... ..�[0m�[91m........ ........�[0m�[91m.. .....�[0m�[91m..... ....�[0m�[91m...... 35%  110M 0s
Step #3 - "lint":   3000K ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... .......... 35%  215M 0s�[0m�[91m
Step #3 - "lint":   3050K ........�[0m�[91m.�[0m�[91m. ......�[0m�[91m.... .......... ..�[0m�[91m........ ........�[0m�[91m.. 36%  175M 0s
Step #3 - "lint":   3100K ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... 37%  209M 0s
Step #3 - "lint":   3150K ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... .......... 37%  167M 0s
Step #3 - "lint":   3200K ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... .......... 38%  234M 0s
Step #3 - "lint":   3250K ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ .......... 38%�[0m�[91m  187M 0s
Step #3 - "lint":   3300K ......�[0m�[91m.... ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... 39%  216M 0s
Step #3 - "lint":   3350K ....�[0m�[91m...... ..........�[0m�[91m .......... �[0m�[91m.......... ....�[0m�[91m...... 40%  201M 0s
Step #3 - "lint":   3400K ..........�[0m�[91m .......... ......�[0m�[91m.... .......... .......... 40%  224M 0s�[0m�[91m
Step #3 - "lint":   3450K .......... .......... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... 41%  184M 0s
Step #3 - "lint":   3500K ......�[0m�[91m.... .......... ..........�[0m�[91m ........�[0m�[91m.. .......... 41%  241M 0s
Step #3 - "lint":   3550K .......... ..�[0m�[91m.....�[0m�[91m... ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... 42%  228M 0s
Step #3 - "lint":   3600K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... ...�[0m�[91m.�[0m�[91m...... ....�[0m�[91m...... 42%  192M 0s
Step #3 - "lint":   3650K .......... .....�[0m�[91m.�[0m�[91m.... ....�[0m�[91m...... .......... ........�[0m�[91m.. 43%  173M 0s
Step #3 - "lint":   3700K .......... ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... 44%  213M 0s
Step #3 - "lint":   3750K ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. .......... .......... 44%  228M 0s
Step #3 - "lint":   3800K ..........�[0m�[91m .......... .......... .�[0m�[91m......... .......... 45%  222M 0s�[0m�[91m
Step #3 - "lint":   3850K ........�[0m�[91m.. .......... ....�[0m�[91m...... .......... ........�[0m�[91m.. 45%  242M 0s
Step #3 - "lint":   3900K ......�[0m�[91m.... .......... ..........�[0m�[91m ........�[0m�[91m.. .......... 46%  264M 0s
Step #3 - "lint":   3950K .......... ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... .......... 47%  261M 0s
Step #3 - "lint":   4000K ..�[0m�[91m........ .......... .......... ....�[0m�[91m...... .......... 47% 10.3M 0s
Step #3 - "lint":   4050K .......... .......... ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. 48%  216M 0s
Step #3 - "lint":   4100K .......... ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... 48%  286M 0s
Step #3 - "lint":   4150K .......... ..�[0m�[91m........ .......... .......... .......... 49%  234M 0s
Step #3 - "lint":   4200K ..........�[0m�[91m ........�[0m�[91m.. .......... .......... ..�[0m�[91m........ 50%  225M 0s
Step #3 - "lint":   4250K ........�[0m�[91m.. .......... .......... .......... ........�[0m�[91m.. 50%  188M 0s
Step #3 - "lint":   4300K ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... 51%  242M 0s
Step #3 - "lint":   4350K .......... .�[0m�[91m.�[0m�[91m........ ........�[0m�[91m.. .......... .......... 51%  228M 0s
Step #3 - "lint":   4400K ..........�[0m�[91m ........�[0m�[91m.. .......... .......... .......... 52%  252M 0s�[0m�[91m
Step #3 - "lint":   4450K ........�[0m�[91m.. .......... .......... .�[0m�[91m.�[0m�[91m........ ........�[0m�[91m.. 52%  136M 0s
Step #3 - "lint":   4500K .......... .......... ..........�[0m�[91m .......... .......... 53% 37.4M 0s
Step #3 - "lint":   4550K ....�[0m�[91m...... ..�[0m�[91m........ .......... .......... ....�[0m�[91m...... 54%  177M 0s
Step #3 - "lint":   4600K ..........�[0m�[91m .......... .......... ..........�[0m�[91m .......... 54%  222M 0s�[0m�[91m
Step #3 - "lint":   4650K .......... ......�[0m�[91m.... .......... ..........�[0m�[91m .......... 55%  216M 0s
Step #3 - "lint":   4700K .......... .......... ..........�[0m�[91m ........�[0m�[91m.. .......... 55% 99.5M 0s
Step #3 - "lint":   4750K .......... ..........�[0m�[91m .......... ......�[0m�[91m.... .......... 56%  211M 0s
Step #3 - "lint":   4800K ..�[0m�[91m........�[0m�[91m .......... .......... ....�[0m�[91m...... ...�[0m�[91m....... 57%  243M 0s�[0m�[91m
Step #3 - "lint":   4850K ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. 57% 3.59M 0s
Step #3 - "lint":   4900K .......... .......... .......... .......... ......�[0m�[91m.... 58%  159M 0s
Step #3 - "lint":   4950K .......... .......... .......... .......... ....�[0m�[91m...... 58%  251M 0s
Step #3 - "lint":   5000K .......... .......... .......... .......... ..........�[0m�[91m 59%  278M 0s�[0m�[91m
Step #3 - "lint":   5050K ........�[0m�[91m.. .......... .......... .......... .......... 60%  239M 0s
Step #3 - "lint":   5100K ......�[0m�[91m.... .......... .......... .......... .....�[0m�[91m..... 60%  195M 0s
Step #3 - "lint":   5150K ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. .......... .......... 61%  201M 0s
Step #3 - "lint":   5200K .......... ........�[0m�[91m.. .......... ....�[0m�[91m...... .......... 61%  199M�[0m�[91m 0s�[0m�[91m
Step #3 - "lint":   5250K .......... ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m .......... 62%  225M 0s
Step #3 - "lint":   5300K ......�[0m�[91m.... ....�[0m�[91m...... .......... ........�[0m�[91m.. ......�[0m�[91m.... 62%  263M 0s
Step #3 - "lint":   5350K ....�[0m�[91m...... .......... .......... .......... ....�[0m�[91m...... 63%  279M 0s
Step #3 - "lint":   5400K ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m........ 64%  315M 0s
Step #3 - "lint":   5450K .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ ........�[0m�[91m.. 64%  276M 0s
Step #3 - "lint":   5500K ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... 65%  261M 0s
Step #3 - "lint":   5550K ....�[0m�[91m.....�[0m�[91m. .......... .......... ......�[0m�[91m.... .......... 65%  305M 0s
Step #3 - "lint":   5600K .......... ........�[0m�[91m.. .......... ....�[0m�[91m...... .......... 66%�[0m�[91m  256M 0s�[0m�[91m
Step #3 - "lint":   5650K ........�[0m�[91m.. ......�[0m�[91m.... .......... .......... .......... 67%  235M 0s
Step #3 - "lint":   5700K �[0m�[91m.....�[0m�[91m.�[0m�[91m.... .......... .......... ...�[0m�[91m.....�[0m�[91m.. ......�[0m�[91m.... 67%  271M 0s
Step #3 - "lint":   5750K .......... ..�[0m�[91m........�[0m�[91m .......... .......... ....�[0m�[91m...... 68%  283M 0s
Step #3 - "lint":   5800K .......... ........�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m........ 68%  278M 0s
Step #3 - "lint":   5850K ........�[0m�[91m.. .......... �[0m�[91m....�[0m�[91m...... .......... .......... 69%  217M 0s
Step #3 - "lint":   5900K .......... .......... .......... ....�[0m�[91m....�[0m�[91m.. .......... 70%  241M 0s
Step #3 - "lint":   5950K .......... ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... .......... 70%  230M 0s
Step #3 - "lint":   6000K ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... .......... 71%  223M 0s�[0m�[91m
Step #3 - "lint":   6050K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........ .......... 71%  197M 0s
Step #3 - "lint":   6100K .......... .......... ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... 72%  248M 0s
Step #3 - "lint":   6150K .......... ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... 72%  282M 0s
Step #3 - "lint":   6200K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m........ 73% 98.7M 0s�[0m�[91m
Step #3 - "lint":   6250K ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m..�[0m�[91m..�[0m�[91m....�[0m�[91m ........�[0m�[91m.. 74%  119M 0s
Step #3 - "lint":   6300K ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... 74%�[0m�[91m  133M 0s
Step #3 - "lint":   6350K .......... ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... .......... 75%  122M�[0m�[91m 0s
Step #3 - "lint":   6400K ..�[0m�[91m........�[0m�[91m .�[0m�[91m......... ......�[0m�[91m.... .......... ..�[0m�[91m........ 75%  168M 0s�[0m�[91m
Step #3 - "lint":   6450K ........�[0m�[91m.. ......�[0m�[91m.... .......�[0m�[91m... .......... ...�[0m�[91m....... 76%  156M 0s
Step #3 - "lint":   6500K .......... .......�[0m�[91m... .....�[0m�[91m..... .......... .......... 77%�[0m�[91m  252M 0s�[0m�[91m
Step #3 - "lint":   6550K .......... ..�[0m�[91m........ .......... ......�[0m�[91m.... .......... 77%  180M 0s
Step #3 - "lint":   6600K ..�[0m�[91m........ .......... .......... ....�[0m�[91m...... .......... 78%  302M 0s
Step #3 - "lint":   6650K ..�[0m�[91m......�[0m�[91m.. ......�[0m�[91m.... .......... .......... ........�[0m�[91m.. 78% 10.6M 0s
Step #3 - "lint":   6700K .......... ....�[0m�[91m...... .......... .......... ......�[0m�[91m.... 79%  155M 0s
Step #3 - "lint":   6750K ....�[0m�[91m...... ..�[0m�[91m........ .......... .......... ....�[0m�[91m...... 80%  220M 0s
Step #3 - "lint":   6800K ..........�[0m�[91m .......... .......... .......... .......... 80%  241M 0s�[0m�[91m
Step #3 - "lint":   6850K ........�[0m�[91m.. .......... ....�[0m�[91m...... .......... ........�[0m�[91m.. 81%  201M 0s
Step #3 - "lint":   6900K ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m .......... .......... 81%  255M 0s
Step #3 - "lint":   6950K ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... .......... 82%  253M 0s
Step #3 - "lint":   7000K ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... .......... 82%  253M 0s
Step #3 - "lint":   7050K .......... ......�[0m�[91m.... .......�[0m�[91m... ..�[0m�[91m........ .......... 83%  202M 0s
Step #3 - "lint":   7100K ......�[0m�[91m.... ....�[0m�[91m...... .......... ........�[0m�[91m.. ......�[0m�[91m.... 84%  254M 0s
Step #3 - "lint":   7150K .......... ..�[0m�[91m........ �[0m�[91m.......... ......�[0m�[91m.... .......... 84%  215M 0s
Step #3 - "lint":   7200K ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... .......... .......... 85%  235M�[0m�[91m 0s
Step #3 - "lint":   7250K ........�[0m�[91m.. .......... .......... .......... ........�[0m�[91m.. 85%  220M 0s
Step #3 - "lint":   7300K ......�[0m�[91m.... .......... ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m....�[0m�[91m 86%  232M 0s
Step #3 - "lint":   7350K .......... ..�[0m�[91m........ .......... ......�[0m�[91m.... ....�[0m�[91m...... 87%  273M 0s
Step #3 - "lint":   7400K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... .......... .......... 87%  245M 0s�[0m�[91m
Step #3 - "lint":   7450K .......... .......... ....�[0m�[91m...... ..........�[0m�[91m .......... 88%  199M 0s
Step #3 - "lint":   7500K ......�[0m�[91m.... ....�[0m�[91m...... .......... ........�[0m�[91m.. ......�[0m�[91m.... 88%  236M 0s
Step #3 - "lint":   7550K ....�[0m�[91m...... ..�[0m�[91m........ .......... ......�[0m�[91m.... ....�[0m�[91m...... 89%  269M 0s
Step #3 - "lint":   7600K ..........�[0m�[91m .......... ......�[0m�[91m.... .......... .......... 90%  239M 0s
Step #3 - "lint":   7650K ........�[0m�[91m.. .......... .......... ..�[0m�[91m........�[0m�[91m .......... 90%  108M 0s
Step #3 - "lint":   7700K ......�[0m�[91m.... .......... .......... .......... .......... 91%  252M 0s
Step #3 - "lint":   7750K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... ....�[0m�[91m...... 91%  285M 0s
Step #3 - "lint":   7800K ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........ 92%  217M 0s�[0m�[91m
Step #3 - "lint":   7850K ........�[0m�[91m.. .......... .......... ..�[0m�[91m........ ........�[0m�[91m.. 93%  159M 0s
Step #3 - "lint":   7900K ......�[0m�[91m.... .......... ..�[0m�[91m........ .......... ......�[0m�[91m.... 93%  248M 0s
Step #3 - "lint":   7950K .......... ..�[0m�[91m........ ........�[0m�[91m.. .......... .......�[0m�[91m... 94%  210M 0s
Step #3 - "lint":   8000K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... .......... ..�[0m�[91m........ 94%  109M 0s
Step #3 - "lint":   8050K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..........�[0m�[91m .......... 95%  192M 0s
Step #3 - "lint":   8100K .......... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... 95%  241M 0s
Step #3 - "lint":   8150K .......... ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... .......... 96% 77.6M 0s
Step #3 - "lint":   8200K .......... .......... .......... .......... .......... 97%  225M 0s
Step #3 - "lint":   8250K .......... .......... .......... .......... .......... 97%  218M 0s
Step #3 - "lint":   8300K .......... .......... ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... 98%  121M 0s
Step #3 - "lint":   8350K ....�[0m�[91m...... ..�[0m�[91m........ .......... .......... .......... 98%  181M 0s
Step #3 - "lint":   8400K ..�[0m�[91m........ .......... .......... ....�[0m�[91m...... �[0m�[91m..�[0m�[91m........ 99%  134M 0s�[0m�[91m
Step #3 - "lint":   8450K .......... ......�[0m�[91m.... ....�[0m�[91m...... .�[0m�[91m........�[0m�[91m. ....      100%  193M=0.1s
Step #3 - "lint": 
Step #3 - "lint": �[0m�[91m2019-01-23 01:21:27 (58.0 MB/s) - '/tmp/hugo/hugo.tar.gz' saved [8698428/8698428]
Step #3 - "lint": 
Step #3 - "lint": �[0mLICENSE
Step #3 - "lint": README.md
Step #3 - "lint": hugo
Step #3 - "lint": Removing intermediate container 2f82c9887851
Step #3 - "lint":  ---> 2961b3c890a4
Step #3 - "lint": Step 28/33 : RUN curl -sL https://deb.nodesource.com/setup_11.x | bash - &&     apt-get install -y nodejs
Step #3 - "lint":  ---> Running in d321afc3abc6
Step #3 - "lint": 
Step #3 - "lint": ## Installing the NodeSource Node.js 11.x repo...
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": ## Populating apt-get cache...
Step #3 - "lint": 
Step #3 - "lint": + apt-get update
Step #3 - "lint": Hit:1 http://security.debian.org/debian-security stretch/updates InRelease
Step #3 - "lint": Ign:2 http://deb.debian.org/debian stretch InRelease
Step #3 - "lint": Hit:3 http://deb.debian.org/debian stretch-updates InRelease
Step #3 - "lint": Hit:4 http://deb.debian.org/debian stretch Release
Step #3 - "lint": Reading package lists...
Step #3 - "lint": 
Step #3 - "lint": ## Installing packages required for setup: apt-transport-https lsb-release...
Step #3 - "lint": 
Step #3 - "lint": + apt-get install -y apt-transport-https lsb-release > /dev/null 2>&1
Step #3 - "lint": 
Step #3 - "lint": ## Confirming "stretch" is supported...
Step #3 - "lint": 
Step #3 - "lint": + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_11.x/dists/stretch/Release'
Step #3 - "lint": 
Step #3 - "lint": ## Adding the NodeSource signing key to your keyring...
Step #3 - "lint": 
Step #3 - "lint": + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
Step #3 - "lint": �[91mWarning: apt-key output should not be parsed (stdout is not a terminal)
Step #3 - "lint": �[0mOK
Step #3 - "lint": 
Step #3 - "lint": ## Creating apt sources list file for the NodeSource Node.js 11.x repo...
Step #3 - "lint": 
Step #3 - "lint": + echo 'deb https://deb.nodesource.com/node_11.x stretch main' > /etc/apt/sources.list.d/nodesource.list
Step #3 - "lint": + echo 'deb-src https://deb.nodesource.com/node_11.x stretch main' >> /etc/apt/sources.list.d/nodesource.list
Step #3 - "lint": 
Step #3 - "lint": ## Running `apt-get update` for you...
Step #3 - "lint": 
Step #3 - "lint": + apt-get update
Step #3 - "lint": Ign:1 http://deb.debian.org/debian stretch InRelease
Step #3 - "lint": Hit:2 http://security.debian.org/debian-security stretch/updates InRelease
Step #3 - "lint": Hit:3 http://deb.debian.org/debian stretch-updates InRelease
Step #3 - "lint": Hit:4 http://deb.debian.org/debian stretch Release
Step #3 - "lint": Get:5 https://deb.nodesource.com/node_11.x stretch InRelease [4612 B]
Step #3 - "lint": Get:7 https://deb.nodesource.com/node_11.x stretch/main amd64 Packages [767 B]
Step #3 - "lint": Fetched 5379 B in 0s (10.5 kB/s)
Step #3 - "lint": Reading package lists...
Step #3 - "lint": 
Step #3 - "lint": ## Run `sudo apt-get install -y nodejs` to install Node.js 11.x and npm
Step #3 - "lint": ## You may also need development tools to build native addons:
Step #3 - "lint":      sudo apt-get install gcc g++ make
Step #3 - "lint": ## To install the Yarn package manager, run:
Step #3 - "lint":      curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
Step #3 - "lint":      echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
Step #3 - "lint":      sudo apt-get update && sudo apt-get install yarn
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": Reading package lists...
Step #3 - "lint": Building dependency tree...
Step #3 - "lint": Reading state information...
Step #3 - "lint": The following NEW packages will be installed:
Step #3 - "lint":   nodejs
Step #3 - "lint": 0 upgraded, 1 newly installed, 0 to remove and 6 not upgraded.
Step #3 - "lint": Need to get 15.7 MB of archives.
Step #3 - "lint": After this operation, 74.1 MB of additional disk space will be used.
Step #3 - "lint": Get:1 https://deb.nodesource.com/node_11.x stretch/main amd64 nodejs amd64 11.7.0-1nodesource1 [15.7 MB]
Step #3 - "lint": �[91mdebconf: delaying package configuration, since apt-utils is not installed
Step #3 - "lint": �[0mFetched 15.7 MB in 0s (28.6 MB/s)
Step #3 - "lint": Selecting previously unselected package nodejs.
Step #3 - "lint": (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 ... 21148 files and directories currently installed.)
Step #3 - "lint": Preparing to unpack .../nodejs_11.7.0-1nodesource1_amd64.deb ...
Step #3 - "lint": Unpacking nodejs (11.7.0-1nodesource1) ...
Step #3 - "lint": Setting up nodejs (11.7.0-1nodesource1) ...
Step #3 - "lint": Removing intermediate container d321afc3abc6
Step #3 - "lint":  ---> 4d92e4d623e0
Step #3 - "lint": Step 29/33 : RUN echo "export PATH=/usr/local/go/bin:/go/bin/:\$PATH" >> /root/.bashrc
Step #3 - "lint":  ---> Running in cad3c6b19a70
Step #3 - "lint": Removing intermediate container cad3c6b19a70
Step #3 - "lint":  ---> 3e97e15a74d1
Step #3 - "lint": Step 30/33 : RUN echo "export EDITOR=nano" >> /root/.bashrc
Step #3 - "lint":  ---> Running in 6f5ac5429a9c
Step #3 - "lint": Removing intermediate container 6f5ac5429a9c
Step #3 - "lint":  ---> 4cacc2e89b79
Step #3 - "lint": Step 31/33 : COPY *.sh /root/
Step #3 - "lint":  ---> 233a07fa2408
Step #3 - "lint": Step 32/33 : RUN chmod +x /root/*.sh
Step #3 - "lint":  ---> Running in dd194b60fb53
Step #3 - "lint": Removing intermediate container dd194b60fb53
Step #3 - "lint":  ---> 41afeca7a8fb
Step #3 - "lint": Step 33/33 : WORKDIR /go
Step #3 - "lint":  ---> Running in 29f9b0cdd9fb
Step #3 - "lint": Removing intermediate container 29f9b0cdd9fb
Step #3 - "lint":  ---> 1983f7328044
Step #3 - "lint": Successfully built 1983f7328044
Step #3 - "lint": Successfully tagged agones-build:db76ca0bfb
Step #3 - "lint": make[1]: Leaving directory '/workspace/build'
Step #3 - "lint": docker run -t -e "TERM=xterm-256color" --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build -w /go/src/agones.dev/agones  agones-build:db76ca0bfb bash -c \
Step #3 - "lint": 	"golangci-lint run ./examples/... && golangci-lint run --deadline 15m ./..."
Finished Step #3 - "lint"
Starting Step #9 - "build"
Starting Step #10 - "build-e2e"
Starting Step #4 - "tests"
Step #4 - "tests": Already have image: make-docker
Step #9 - "build": Already have image: make-docker
Step #10 - "build-e2e": Already have image (with digest): gcr.io/cloud-builders/docker
Step #9 - "build": mkdir -p ~/.kube/
Step #9 - "build": mkdir -p /workspace/build//.config/gcloud
Step #9 - "build": mkdir -p ~/.helm
Step #9 - "build": docker run --rm -e "CGO_ENABLED=0" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #9 - "build": -tags none -o /go/src/agones.dev/agones/cmd/controller/bin/controller \
Step #9 - "build":  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-7198e65" -installsuffix cgo agones.dev/agones/cmd/controller
Step #4 - "tests": mkdir -p ~/.kube/
Step #4 - "tests": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go test -race agones.dev/agones/pkg/... \
Step #4 - "tests": agones.dev/agones/sdks/... agones.dev/agones/cmd/...
Step #4 - "tests": mkdir -p /tmp/agones-install
Step #4 - "tests": mkdir -p /workspace/build//.config/gcloud
Step #4 - "tests": cp /workspace/install/yaml/install.yaml /tmp/agones-install/install.yaml
Step #4 - "tests": mkdir -p ~/.helm
Step #4 - "tests": docker run --rm --name=agones-website -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb \
Step #4 - "tests":     	hugo server --watch --baseURL="http://localhost:1313/site/" &
Step #4 - "tests": until docker exec agones-website curl -o /dev/null --silent http://localhost:1313/site/; \
Step #4 - "tests": 		do \
Step #4 - "tests": 			echo "Waiting for server to start..."; \
Step #4 - "tests": 			sleep 1; \
Step #4 - "tests": 		done
Step #4 - "tests": sort /tmp/agones-install/install.yaml > /tmp/agones-install/install.yaml.sorted
Step #4 - "tests": /usr/bin/make gen-install
Step #4 - "tests": make[1]: Entering directory '/workspace/build'
Step #4 - "tests": mkdir -p ~/.kube/
Step #4 - "tests": mkdir -p /workspace/build//.config/gcloud
Step #4 - "tests": mkdir -p ~/.helm
Step #4 - "tests": Error: No such container: agones-website
Step #4 - "tests": Waiting for server to start...
Step #4 - "tests": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build  agones-build:db76ca0bfb bash -c \
Step #4 - "tests": 	'helm template --name=agones-manual --namespace agones-system /go/src/agones.dev/agones/install/helm/agones \
Step #4 - "tests": 	--set agones.controller.generateTLS=false \
Step #4 - "tests": 	--set agones.crds.cleanupOnDelete=false \
Step #4 - "tests": 	> /go/src/agones.dev/agones/install/yaml/install.yaml'
Step #10 - "build-e2e": Sending build context to Docker daemon  7.168kB

Step #10 - "build-e2e": Step 1/20 : FROM gcr.io/cloud-builders/gcloud-slim
Step #10 - "build-e2e":  ---> c328dc31a68c
Step #10 - "build-e2e": Step 2/20 : RUN apt-get update &&     apt-get install -y wget psmisc make gcc python jq zip &&     apt-get clean
Step #10 - "build-e2e":  ---> Running in a475f8723ec4
Step #4 - "tests": Building sites … Waiting for server to start...
Step #4 - "tests": ?   	agones.dev/agones/pkg	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/apis	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/apis/stable	[no test files]
Step #10 - "build-e2e": Get:1 http://archive.ubuntu.com/ubuntu xenial InRelease [247 kB]
Step #10 - "build-e2e": Get:2 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB]
Step #10 - "build-e2e": Get:3 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial InRelease [23.8 kB]
Step #4 - "tests": make[1]: Leaving directory '/workspace/build'
Step #4 - "tests": sort /workspace/install/yaml/install.yaml > /tmp/agones-install/install.current.yaml.sorted
Step #4 - "tests": diff /tmp/agones-install/install.yaml.sorted /tmp/agones-install/install.current.yaml.sorted
Step #10 - "build-e2e": Get:4 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
Step #10 - "build-e2e": Get:5 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial/main amd64 Packages [3356 B]
Step #10 - "build-e2e": Get:6 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
Step #10 - "build-e2e": Get:7 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [600 kB]
Step #10 - "build-e2e": Get:8 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial/main Translation-en [2380 B]
Step #10 - "build-e2e": Get:9 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages [1201 kB]
Step #10 - "build-e2e": Get:10 http://security.ubuntu.com/ubuntu xenial-security/main Translation-en [249 kB]
Step #10 - "build-e2e": Get:11 http://security.ubuntu.com/ubuntu xenial-security/restricted amd64 Packages [7204 B]
Step #10 - "build-e2e": Get:12 http://security.ubuntu.com/ubuntu xenial-security/restricted Translation-en [2152 B]
Step #10 - "build-e2e": Get:13 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [415 kB]
Step #10 - "build-e2e": Get:14 http://security.ubuntu.com/ubuntu xenial-security/universe Translation-en [163 kB]
Step #10 - "build-e2e": Get:15 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [5600 B]
Step #10 - "build-e2e": Get:16 http://security.ubuntu.com/ubuntu xenial-security/multiverse Translation-en [2676 B]
Step #4 - "tests": Waiting for server to start...
Step #10 - "build-e2e": Get:17 http://archive.ubuntu.com/ubuntu xenial/main Translation-en [568 kB]
Step #10 - "build-e2e": Get:18 http://archive.ubuntu.com/ubuntu xenial/restricted amd64 Packages [8344 B]
Step #10 - "build-e2e": Get:19 http://archive.ubuntu.com/ubuntu xenial/restricted Translation-en [2908 B]
Step #10 - "build-e2e": Get:20 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages [7532 kB]
Step #4 - "tests": 
Step #4 - "tests":                    | EN  
Step #4 - "tests": +------------------+----+
Step #4 - "tests":   Pages            | 59  
Step #4 - "tests":   Paginator pages  |  0  
Step #4 - "tests":   Non-page files   |  2  
Step #4 - "tests":   Static files     | 39  
Step #4 - "tests":   Processed images |  2  
Step #4 - "tests":   Aliases          | 10  
Step #4 - "tests":   Sitemaps         |  1  
Step #4 - "tests":   Cleaned          |  0  
Step #4 - "tests": 
Step #4 - "tests": Total in 2418 ms
Step #10 - "build-e2e": Get:21 http://archive.ubuntu.com/ubuntu xenial/universe Translation-en [4354 kB]
Step #4 - "tests": Watching for changes in /go/src/agones.dev/agones/site/{assets,content,layouts,static,themes}
Step #4 - "tests": Watching for config changes in /go/src/agones.dev/agones/site/config.toml, /go/src/agones.dev/agones/site/themes/docsy/config.toml
Step #4 - "tests": Environment: "development"
Step #4 - "tests": Serving pages from memory
Step #4 - "tests": Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
Step #4 - "tests": Web Server is available at http://localhost:1313/site/ (bind address 127.0.0.1)
Step #4 - "tests": Press Ctrl+C to stop
Step #10 - "build-e2e": Get:22 http://archive.ubuntu.com/ubuntu xenial/multiverse amd64 Packages [144 kB]
Step #10 - "build-e2e": Get:23 http://archive.ubuntu.com/ubuntu xenial/multiverse Translation-en [106 kB]
Step #10 - "build-e2e": Get:24 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [902 kB]
Step #10 - "build-e2e": Get:25 http://archive.ubuntu.com/ubuntu xenial-updates/main Translation-en [365 kB]
Step #10 - "build-e2e": Get:26 http://archive.ubuntu.com/ubuntu xenial-updates/restricted amd64 Packages [7556 B]
Step #10 - "build-e2e": Get:27 http://archive.ubuntu.com/ubuntu xenial-updates/restricted Translation-en [2272 B]
Step #10 - "build-e2e": Get:28 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [720 kB]
Step #10 - "build-e2e": Get:29 http://archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [295 kB]
Step #10 - "build-e2e": Get:30 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [16.6 kB]
Step #10 - "build-e2e": Get:31 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse Translation-en [8440 B]
Step #10 - "build-e2e": Get:32 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [7280 B]
Step #10 - "build-e2e": Get:33 http://archive.ubuntu.com/ubuntu xenial-backports/main Translation-en [4456 B]
Step #10 - "build-e2e": Get:34 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [7804 B]
Step #10 - "build-e2e": Get:35 http://archive.ubuntu.com/ubuntu xenial-backports/universe Translation-en [4184 B]
Step #4 - "tests": ( trap 'docker stop agones-website' EXIT; docker exec agones-website linkchecker --anchors http://localhost:1313/site/ )
Step #4 - "tests": WARNING 2019-01-23 01:22:29,476 MainThread Running as root user; dropping privileges by changing user to nobody.
Step #4 - "tests": INFO 2019-01-23 01:22:29,477 MainThread Checking intern URLs only; use --check-extern to check extern URLs.
Step #4 - "tests": LinkChecker 9.3              Copyright (C) 2000-2014 Bastian Kleineidam
Step #4 - "tests": LinkChecker comes with ABSOLUTELY NO WARRANTY!
Step #4 - "tests": This is free software, and you are welcome to redistribute it
Step #4 - "tests": under certain conditions. Look at the file `LICENSE' within this
Step #4 - "tests": distribution.
Step #4 - "tests": Get the newest version at http://wummel.github.io/linkchecker/
Step #4 - "tests": Write comments and bugs to https://github.com/wummel/linkchecker/issues
Step #4 - "tests": Support this project at http://wummel.github.io/linkchecker/donations.html
Step #4 - "tests": 
Step #4 - "tests": Start checking at 2019-01-23 01:22:29+000
Step #4 - "tests": 10 threads active,     4 links queued,   22 links in   4 URLs checked, runtime 1 seconds
Step #10 - "build-e2e": Fetched 18.3 MB in 5s (3090 kB/s)
Step #10 - "build-e2e": Reading package lists...
Step #10 - "build-e2e": Reading package lists...
Step #10 - "build-e2e": Building dependency tree...
Step #10 - "build-e2e": Reading state information...
Step #10 - "build-e2e": python is already the newest version (2.7.12-1~16.04).
Step #10 - "build-e2e": python set to manually installed.
Step #10 - "build-e2e": The following packages were automatically installed and are no longer required:
Step #10 - "build-e2e":   libexpat1-dev libpython-dev libpython2.7 libpython2.7-dev
Step #10 - "build-e2e":   python-pkg-resources python2.7-dev
Step #10 - "build-e2e": Use 'apt autoremove' to remove them.
Step #10 - "build-e2e": The following additional packages will be installed:
Step #10 - "build-e2e":   libonig2 unzip
Step #10 - "build-e2e": Suggested packages:
Step #10 - "build-e2e":   gcc-multilib autoconf automake libtool flex bison gdb gcc-doc make-doc
Step #10 - "build-e2e": The following NEW packages will be installed:
Step #10 - "build-e2e":   gcc jq libonig2 make psmisc unzip wget zip
Step #10 - "build-e2e": 0 upgraded, 8 newly installed, 0 to remove and 15 not upgraded.
Step #10 - "build-e2e": Need to get 746 kB/1051 kB of archives.
Step #10 - "build-e2e": After this operation, 3466 kB of additional disk space will be used.
Step #10 - "build-e2e": Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 psmisc amd64 22.21-2.1build1 [48.0 kB]
Step #10 - "build-e2e": Get:2 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libonig2 amd64 5.9.6-1ubuntu0.1 [86.7 kB]
Step #10 - "build-e2e": Get:3 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 jq amd64 1.5+dfsg-1ubuntu0.1 [144 kB]
Step #10 - "build-e2e": Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 make amd64 4.1-6 [151 kB]
Step #10 - "build-e2e": Get:5 http://archive.ubuntu.com/ubuntu xenial/main amd64 unzip amd64 6.0-20ubuntu1 [158 kB]
Step #10 - "build-e2e": Get:6 http://archive.ubuntu.com/ubuntu xenial/main amd64 zip amd64 3.0-11 [158 kB]
Step #10 - "build-e2e": Fetched 746 kB in 0s (919 kB/s)
Step #10 - "build-e2e": Selecting previously unselected package psmisc.
Step #10 - "build-e2e": (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15833 files and directories currently installed.)
Step #10 - "build-e2e": Preparing to unpack .../psmisc_22.21-2.1build1_amd64.deb ...
Step #10 - "build-e2e": Unpacking psmisc (22.21-2.1build1) ...
Step #10 - "build-e2e": Selecting previously unselected package wget.
Step #10 - "build-e2e": Preparing to unpack .../wget_1.17.1-1ubuntu1.4_amd64.deb ...
Step #10 - "build-e2e": Unpacking wget (1.17.1-1ubuntu1.4) ...
Step #10 - "build-e2e": Selecting previously unselected package gcc.
Step #10 - "build-e2e": Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ...
Step #10 - "build-e2e": Unpacking gcc (4:5.3.1-1ubuntu1) ...
Step #10 - "build-e2e": Selecting previously unselected package libonig2:amd64.
Step #10 - "build-e2e": Preparing to unpack .../libonig2_5.9.6-1ubuntu0.1_amd64.deb ...
Step #10 - "build-e2e": Unpacking libonig2:amd64 (5.9.6-1ubuntu0.1) ...
Step #10 - "build-e2e": Selecting previously unselected package jq.
Step #10 - "build-e2e": Preparing to unpack .../jq_1.5+dfsg-1ubuntu0.1_amd64.deb ...
Step #10 - "build-e2e": Unpacking jq (1.5+dfsg-1ubuntu0.1) ...
Step #10 - "build-e2e": Selecting previously unselected package make.
Step #10 - "build-e2e": Preparing to unpack .../archives/make_4.1-6_amd64.deb ...
Step #10 - "build-e2e": Unpacking make (4.1-6) ...
Step #10 - "build-e2e": Selecting previously unselected package unzip.
Step #10 - "build-e2e": Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ...
Step #10 - "build-e2e": Unpacking unzip (6.0-20ubuntu1) ...
Step #10 - "build-e2e": Selecting previously unselected package zip.
Step #10 - "build-e2e": Preparing to unpack .../archives/zip_3.0-11_amd64.deb ...
Step #10 - "build-e2e": Unpacking zip (3.0-11) ...
Step #4 - "tests": 10 threads active,   221 links queued,  339 links in  17 URLs checked, runtime 6 seconds
Step #10 - "build-e2e": Processing triggers for libc-bin (2.23-0ubuntu10) ...
Step #10 - "build-e2e": Processing triggers for mime-support (3.59ubuntu1) ...
Step #10 - "build-e2e": Setting up psmisc (22.21-2.1build1) ...
Step #10 - "build-e2e": Setting up wget (1.17.1-1ubuntu1.4) ...
Step #10 - "build-e2e": Setting up gcc (4:5.3.1-1ubuntu1) ...
Step #10 - "build-e2e": Setting up libonig2:amd64 (5.9.6-1ubuntu0.1) ...
Step #10 - "build-e2e": Setting up jq (1.5+dfsg-1ubuntu0.1) ...
Step #10 - "build-e2e": Setting up make (4.1-6) ...
Step #10 - "build-e2e": Setting up unzip (6.0-20ubuntu1) ...
Step #10 - "build-e2e": Setting up zip (3.0-11) ...
Step #10 - "build-e2e": Processing triggers for libc-bin (2.23-0ubuntu10) ...
Step #10 - "build-e2e": Removing intermediate container a475f8723ec4
Step #10 - "build-e2e":  ---> 71e3bccb6681
Step #10 - "build-e2e": Step 3/20 : WORKDIR /usr/local
Step #10 - "build-e2e":  ---> Running in 76e97b8a7447
Step #4 - "tests": 10 threads active,   287 links queued,  569 links in  30 URLs checked, runtime 11 seconds
Step #10 - "build-e2e": Removing intermediate container 76e97b8a7447
Step #10 - "build-e2e":  ---> a6c4e5996a42
Step #10 - "build-e2e": Step 4/20 : ENV GO_VERSION=1.11.1
Step #10 - "build-e2e":  ---> Running in d077c9e5dd96
Step #10 - "build-e2e": Removing intermediate container d077c9e5dd96
Step #10 - "build-e2e":  ---> d4ac2d6c8678
Step #10 - "build-e2e": Step 5/20 : ENV GOPATH /go
Step #10 - "build-e2e":  ---> Running in 116ded675c5b
Step #10 - "build-e2e": Removing intermediate container 116ded675c5b
Step #10 - "build-e2e":  ---> 127a58968b0b
Step #10 - "build-e2e": Step 6/20 : RUN wget -q https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz &&     tar -xzf go${GO_VERSION}.linux-amd64.tar.gz && rm go${GO_VERSION}.linux-amd64.tar.gz && mkdir ${GOPATH}
Step #10 - "build-e2e":  ---> Running in d40fbaed7fe9
Step #4 - "tests": 10 threads active,   551 links queued, 1355 links in  44 URLs checked, runtime 16 seconds
Step #4 - "tests": 10 threads active,   609 links queued, 2293 links in  56 URLs checked, runtime 21 seconds
Step #4 - "tests": 10 threads active,    51 links queued, 3332 links in  64 URLs checked, runtime 26 seconds
Step #10 - "build-e2e": Removing intermediate container d40fbaed7fe9
Step #10 - "build-e2e":  ---> 48b7e1479e56
Step #10 - "build-e2e": Step 7/20 : ENV PATH /usr/local/go/bin:/go/bin:$PATH
Step #10 - "build-e2e":  ---> Running in 60e87ed258e3
Step #10 - "build-e2e": Removing intermediate container 60e87ed258e3
Step #10 - "build-e2e":  ---> 620ca9e8149b
Step #10 - "build-e2e": Step 8/20 : ENV KUBECTL_VER 1.11.5
Step #10 - "build-e2e":  ---> Running in 1cc17e64918b
Step #10 - "build-e2e": Removing intermediate container 1cc17e64918b
Step #10 - "build-e2e":  ---> 020b4b3c23f0
Step #10 - "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 #10 - "build-e2e":  ---> Running in 79342c7f75e7
Step #4 - "tests":  8 threads active,     0 links queued, 3385 links in  77 URLs checked, runtime 31 seconds
Step #10 - "build-e2e": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #10 - "build-e2e":                                  Dload  Upload   Total   Spent    Left  Speed
Step #10 - "build-e2e": 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
 16 52.8M   16 9080k    0     0  14.7M      0  0:00:03 --:--:--  0:00:03 14.7M�[0m�[91m
100 52.8M  100 52.8M    0     0  70.9M      0 --:--:-- --:--:-- --:--:-- 70.9M
Step #4 - "tests": 
Step #4 - "tests": Statistics:
Step #4 - "tests": Downloaded: 2.24MB.
Step #4 - "tests": Content types: 253 image, 2023 text, 0 video, 0 audio, 88 application, 0 mail and 1029 other.
Step #4 - "tests": URL lengths: min=15, max=373, avg=58.
Step #4 - "tests": 
Step #4 - "tests": That's it. 3393 links in 79 URLs checked. 0 warnings found. 0 errors found.
Step #4 - "tests": Stopped checking at 2019-01-23 01:23:03+000 (33 seconds)
Step #10 - "build-e2e": �[0mRemoving intermediate container 79342c7f75e7
Step #10 - "build-e2e":  ---> 28e2b076977c
Step #10 - "build-e2e": Step 10/20 : ENV HELM_VER 2.11.0
Step #10 - "build-e2e":  ---> Running in debb86cf836e
Step #10 - "build-e2e": Removing intermediate container debb86cf836e
Step #10 - "build-e2e":  ---> d7c3019dec3f
Step #10 - "build-e2e": Step 11/20 : ENV HELM_URL https://storage.googleapis.com/kubernetes-helm/helm-v${HELM_VER}-linux-amd64.tar.gz
Step #10 - "build-e2e":  ---> Running in 37d94094dc05
Step #10 - "build-e2e": Removing intermediate container 37d94094dc05
Step #10 - "build-e2e":  ---> 02300a3d965c
Step #10 - "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 #10 - "build-e2e":  ---> Running in 6da2f376f289
Step #4 - "tests": agones-website
Step #10 - "build-e2e": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #10 - "build-e2e":                                  Dload  Upload   Total   Spent    Left  Speed
Step #10 - "build-e2e": �[0m�[91m
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
100 18.2M  100 18.2M    0     0  41.7M      0 --:--:-- --:--:-- --:--:-- 41.7M
Step #10 - "build-e2e": �[0mlinux-amd64/
Step #10 - "build-e2e": linux-amd64/tiller
Step #10 - "build-e2e": linux-amd64/README.md
Step #10 - "build-e2e": linux-amd64/helm
Step #10 - "build-e2e": linux-amd64/LICENSE
Step #4 - "tests": ok  	agones.dev/agones/pkg/apis/stable/v1alpha1	1.117s
Step #4 - "tests": ?   	agones.dev/agones/pkg/client	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/clientset/versioned	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/clientset/versioned/fake	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/clientset/versioned/scheme	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/clientset/versioned/typed/stable/v1alpha1	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/clientset/versioned/typed/stable/v1alpha1/fake	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/informers/externalversions	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/informers/externalversions/internalinterfaces	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/informers/externalversions/stable	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/informers/externalversions/stable/v1alpha1	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/listers/stable/v1alpha1	[no test files]
Step #9 - "build": docker build /workspace/cmd/controller/ --tag=gcr.io/agones-images/agones-controller:0.8.0-7198e65 
Step #9 - "build": Sending build context to Docker daemon  38.27MB

Step #9 - "build": Step 1/5 : FROM alpine:3.8
Step #9 - "build": 3.8: Pulling from library/alpine
Step #9 - "build": Digest: sha256:3d2e482b82608d153a374df3357c0291589a61cc194ec4a9ca2381073a17f58e
Step #9 - "build": Status: Downloaded newer image for alpine:3.8
Step #9 - "build":  ---> 3f53bb00af94
Step #9 - "build": Step 2/5 : RUN apk --update add ca-certificates &&     adduser -D agones
Step #9 - "build":  ---> Running in ce5490225bdb
Step #10 - "build-e2e": Removing intermediate container 6da2f376f289
Step #10 - "build-e2e":  ---> 3c83687f677a
Step #10 - "build-e2e": Step 13/20 : ENV CONSUL_VERSION=1.2.1
Step #10 - "build-e2e":  ---> Running in 144e642e24c1
Step #10 - "build-e2e": Removing intermediate container 144e642e24c1
Step #10 - "build-e2e":  ---> 0939ab28c5b9
Step #10 - "build-e2e": Step 14/20 : ENV HASHICORP_RELEASES=https://releases.hashicorp.com
Step #10 - "build-e2e":  ---> Running in ba13f04202ac
Step #10 - "build-e2e": Removing intermediate container ba13f04202ac
Step #10 - "build-e2e":  ---> 0f71279da6b5
Step #10 - "build-e2e": Step 15/20 : RUN mkdir -p /tmp/build &&     wget ${HASHICORP_RELEASES}/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_linux_amd64.zip     -P /tmp/build/  &&     unzip -d /usr/local/bin/ /tmp/build/consul_${CONSUL_VERSION}_linux_amd64.zip &&     cd /tmp &&     rm -rf /tmp/build &&     chmod go+rx /usr/local/bin/consul &&     consul version
Step #9 - "build": fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
Step #10 - "build-e2e":  ---> Running in 33ff8af86ffa
Step #9 - "build": fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
Step #9 - "build": (1/1) Installing ca-certificates (20171114-r3)
Step #9 - "build": Executing busybox-1.28.4-r2.trigger
Step #9 - "build": Executing ca-certificates-20171114-r3.trigger
Step #9 - "build": OK: 5 MiB in 14 packages
Step #10 - "build-e2e": �[91m--2019-01-23 01:23:09--  https://releases.hashicorp.com/consul/1.2.1/consul_1.2.1_linux_amd64.zip
Step #10 - "build-e2e": Resolving releases.hashicorp.com (releases.hashicorp.com)... �[0m�[91m151.101.1.183, 151.101.65.183, 151.101.129.183, ...
Step #10 - "build-e2e": Connecting to releases.hashicorp.com (releases.hashicorp.com)|151.101.1.183|:443... �[0m�[91mconnected.
Step #10 - "build-e2e": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m200 OK
Step #10 - "build-e2e": Length: 14529496 (14M) [application/zip]
Step #10 - "build-e2e": �[0m�[91mSaving to: '/tmp/build/consul_1.2.1_linux_amd64.zip'
Step #10 - "build-e2e": 
Step #10 - "build-e2e":      0K ..�[0m�[91m.......�[0m�[91m. ..�[0m�[91m........ .....�[0m�[91m..... ..�[0m�[91m.....�[0m�[91m... ..........  0% 2.11M 7s
Step #10 - "build-e2e":     50K .......... ...�[0m�[91m....... .......... .......... ...�[0m�[91m.......  0% 4.36M 5s
Step #10 - "build-e2e":    100K .�[0m�[91m.....�[0m�[91m...�[0m�[91m. .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m.......  1% 10.3M 4s
Step #10 - "build-e2e":    150K .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m.........  1% 4.48M 3s
Step #10 - "build-e2e":    200K .......�[0m�[91m... .......... ...�[0m�[91m....... .......... ..........  1% 20.2M 3s
Step #10 - "build-e2e":    250K .....�[0m�[91m..... .......... .......... .......�[0m�[91m... ..........  2% 4.91M 3s
Step #10 - "build-e2e":    300K ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... ..........  2% 11.1M 3s
Step #10 - "build-e2e":    350K .......... .......�[0m�[91m... .......... .......... .........�[0m�[91m.  2% 6.14M 3s
Step #10 - "build-e2e":    400K .......... .....�[0m�[91m..... .......... .......... ..........  3% 10.8M 2s
Step #10 - "build-e2e":    450K .......... .......... .........�[0m�[91m. .......... ..........  3% 6.50M 2s
Step #10 - "build-e2e":    500K .......... .......... .......... .......... ...�[0m�[91m.......  3% 15.6M 2s
Step #10 - "build-e2e":    550K .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... .......... .�[0m�[91m.........  4% 10.5M 2s
Step #10 - "build-e2e":    600K .......�[0m�[91m.�[0m�[91m.�[0m�[91m. .�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. ..........  4% 6.78M�[0m�[91m 2s
Step #10 - "build-e2e":    650K .....�[0m�[91m..... .......... .......... .......�[0m�[91m... ..........�[0m�[91m  4% 11.2M 2s
Step #10 - "build-e2e":    700K ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... ..........  5% 7.53M 2s
Step #10 - "build-e2e":    750K .�[0m�[91m........�[0m�[91m.�[0m�[91m �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m.  5% 9.54M 2s
Step #10 - "build-e2e":    800K .......... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m..�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m..�[0m�[91m  5% 11.8M 2s
Step #10 - "build-e2e":    850K .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. ........�[0m�[91m.. �[0m�[91m.�[0m�[91m.�[0m�[91m...�[0m�[91m.�[0m�[91m....  6% 9.37M 2s
Step #10 - "build-e2e":    900K .......... .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m.......  6% 11.2M 2s
Step #10 - "build-e2e":    950K .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m.........  7% 9.73M 2s
Step #10 - "build-e2e":   1000K .......�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. ..........  7% 11.2M 2s
Step #10 - "build-e2e":   1050K .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... ..........  7% 15.2M 2s
Step #10 - "build-e2e":   1100K ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m.......  8% 9.95M 2s
Step #10 - "build-e2e":   1150K .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m.  8% 11.4M 2s
Step #10 - "build-e2e":   1200K .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m...  8% 12.7M 2s
Step #10 - "build-e2e":   1250K .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m.�[0m�[91m .......... .....�[0m�[91m.�[0m�[91m..�[0m�[91m.�[0m�[91m.�[0m�[91m  9%�[0m�[91m 11.7M�[0m�[91m 2s
Step #10 - "build-e2e":   1300K ...�[0m�[91m....... .�[0m�[91m......... .......... .......... ..........  9% 13.9M 2s
Step #10 - "build-e2e":   1350K .........�[0m�[91m. .......... .......... .......... ..........  9% 12.5M 2s
Step #10 - "build-e2e":   1400K .......�[0m�[91m... .......... ...�[0m�[91m....... .......... .......... 10% 9.75M 2s
Step #10 - "build-e2e":   1450K .....�[0m�[91m..... .......... .......... .......�[0m�[91m... .......... 10% 13.5M 1s
Step #10 - "build-e2e":   1500K ...�[0m�[91m....... .�[0m�[91m......... .......... .....�[0m�[91m..... .......... 10% 17.4M 1s
Step #10 - "build-e2e":   1550K .......... .......... .......... .......... .......... 11% 11.9M 1s
Step #10 - "build-e2e":   1600K .......... .....�[0m�[91m..... .......... .......... .......... 11% 12.0M 1s
Step #10 - "build-e2e":   1650K .......... .......... .........�[0m�[91m. .......... .......... 11% 11.5M 1s
Step #10 - "build-e2e":   1700K .......... .......... .......... .......... ...�[0m�[91m..�[0m�[91m.....�[0m�[91m 12%�[0m�[91m 17.7M 1s
Step #10 - "build-e2e":   1750K .�[0m�[91m..�[0m�[91m....... .......... .......... .......... .�[0m�[91m......... 12% 11.3M 1s
Step #10 - "build-e2e":   1800K .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. .......... 13% 14.7M 1s
Step #10 - "build-e2e":   1850K .......... .......... .......... .......... .......... 13% 24.6M 1s
Step #10 - "build-e2e":   1900K ...�[0m�[91m....... ..�[0m�[91m........ .......... .....�[0m�[91m..... .......... 13% 16.9M 1s
Step #10 - "build-e2e":   1950K .�[0m�[91m......... .......�[0m�[91m... .......... .......... .......... 14% 9.37M 1s
Step #10 - "build-e2e":   2000K .......... .....�[0m�[91m..... .......... .......... .......�[0m�[91m... 14% 12.9M 1s
Step #10 - "build-e2e":   2050K .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... 14% 19.3M 1s
Step #10 - "build-e2e":   2100K ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .......... .......... 15% 23.9M 1s
Step #10 - "build-e2e":   2150K .........�[0m�[91m. .......... .....�[0m�[91m..... .......... .......... 15% 11.9M 1s
Step #10 - "build-e2e":   2200K .......�[0m�[91m... .......... ...�[0m�[91m....... .......... .......... 15% 9.83M 1s
Step #10 - "build-e2e":   2250K .......... .......... .�[0m�[91m......... .......... .......... 16% 25.6M 1s
Step #10 - "build-e2e":   2300K .......... .........�[0m�[91m. .......... .....�[0m�[91m..... .......... 16% 20.4M 1s
Step #10 - "build-e2e":   2350K .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .......... 16% 9.98M 1s
Step #10 - "build-e2e":   2400K .......... .......... .......... .�[0m�[91m......... .......�[0m�[91m... 17% 13.3M 1s
Step #10 - "build-e2e":   2450K .......... .......... .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... 17% 21.9M 1s
Step #10 - "build-e2e":   2500K �[0m�[91m.......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... ...�[0m�[91m....... 17% 20.5M 1s
Step #10 - "build-e2e":   2550K .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... .......... 18% 21.8M 1s
Step #10 - "build-e2e":   2600K .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. .......... 18% 9.42M 1s
Step #10 - "build-e2e":   2650K .......... .......... .......... .......�[0m�[91m... .......... 19% 26.6M 1s
Step #10 - "build-e2e":   2700K .......... .......... .......... .......... .......... 19% 21.6M 1s
Step #10 - "build-e2e":   2750K .�[0m�[91m......... .......�[0m�[91m... .......... .......... .......... 19% 16.6M 1s
Step #10 - "build-e2e":   2800K .......... .......... .......... .......... .......... 20% 19.8M 1s
Step #10 - "build-e2e":   2850K .......... ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... 20% 13.0M 1s
Step #10 - "build-e2e":   2900K .......... .......... .......... .......... .......... 20% 18.1M 1s
Step #10 - "build-e2e":   2950K .......... .......... .......... .......... .......... 21% 26.1M 1s
Step #10 - "build-e2e":   3000K .......�[0m�[91m... .......... .......... .......... .......... 21% 24.3M 1s
Step #10 - "build-e2e":   3050K .......... .......... .�[0m�[91m......... .......... .......... 21% 21.9M 1s
Step #10 - "build-e2e":   3100K .......... .......... .......... .....�[0m�[91m..... .......... 22% 10.5M 1s
Step #10 - "build-e2e":   3150K .........�[0m�[91m. .......�[0m�[91m.�[0m�[91m.. .......... .......... .......... 22% 22.7M 1s
Step #10 - "build-e2e":   3200K .......... .......... .......... .�[0m�[91m......... .......... 22% 18.8M 1s
Step #10 - "build-e2e":   3250K .......... .......... .......... .......... .......... 23% 29.6M 1s
Step #10 - "build-e2e":   3300K .......... .......... .......�[0m�[91m... .......... .......... 23% 11.6M 1s
Step #10 - "build-e2e":   3350K .........�[0m�[91m. .......... .......... .......... .......... 23% 22.3M 1s
Step #10 - "build-e2e":   3400K .......... .......... ...�[0m�[91m....... .........�[0m�[91m. .......... 24% 24.0M 1s
Step #10 - "build-e2e":   3450K .....�[0m�[91m..... .......... .......... .......�[0m�[91m... .......... 24% 28.4M 1s
Step #10 - "build-e2e":   3500K ...�[0m�[91m.�[0m�[91m.�[0m�[91m..... .........�[0m�[91m. .......... .......... .......... 25% 27.8M 1s
Step #10 - "build-e2e":   3550K .�[0m�[91m........�[0m�[91m. .......... .......... ...�[0m�[91m....... .......... 25% 10.3M 1s
Step #10 - "build-e2e":   3600K .......... .......... .......... .......... .......... 25% 24.2M 1s
Step #10 - "build-e2e":   3650K .......... .......... .......... .......... .......... 26% 21.8M 1s
Step #10 - "build-e2e":   3700K .......... .�[0m�[91m......... .......... .......... .......... 26% 38.9M 1s
Step #10 - "build-e2e":   3750K .......... .......... .......... .......... .......... 26% 17.5M 1s
Step #10 - "build-e2e":   3800K .......... .......... ...�[0m�[91m....... .........�[0m�[91m. .......... 27% 12.1M 1s
Step #10 - "build-e2e":   3850K .......... .......... .......... .......... .......... 27% 44.1M 1s
Step #10 - "build-e2e":   3900K .......... .......... .......... .......... .......... 27% 20.5M 1s
Step #10 - "build-e2e":   3950K .......... .......�[0m�[91m... .......... .......... .........�[0m�[91m. 28% 20.7M 1s
Step #10 - "build-e2e":   4000K .......... .......... .......... .......... .......... 28% 45.3M 1s
Step #10 - "build-e2e":   4050K .......... .......... .......... .......... .....�[0m�[91m..... 28% 17.5M 1s
Step #10 - "build-e2e":   4100K .......... .......... .......�[0m�[91m... .......... .......... 29% 14.1M 1s
Step #10 - "build-e2e":   4150K .......... .......... .......... .......... .......... 29% 23.9M 1s
Step #10 - "build-e2e":   4200K .......... .......... ...�[0m�[91m....... .......... .......... 29% 47.4M 1s
Step #10 - "build-e2e":   4250K .....�[0m�[91m..... .......... .......... .......�[0m�[91m... .......... 30% 24.2M 1s
Step #10 - "build-e2e":   4300K ...�[0m�[91m....... .........�[0m�[91m. .......... .......... .......... 30% 30.2M 1s
Step #10 - "build-e2e":   4350K .�[0m�[91m......... ......�[0m�[91m.... .....�[0m�[91m..... ...�[0m�[91m....... .......... 31% 20.1M 1s
Step #10 - "build-e2e":   4400K .......... .....�[0m�[91m..... .......... .......... .......... 31% 11.7M 1s
Step #10 - "build-e2e":   4450K .......... .......... .......... .......... .......... 31% 41.2M 1s
Step #10 - "build-e2e":   4500K .......... .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... 32% 24.7M 1s�[0m�[91m
Step #10 - "build-e2e":   4550K .........�[0m�[91m. .......... .......... .......... .......... 32% 35.9M 1s
Step #10 - "build-e2e":   4600K .......... .......... .......... .........�[0m�[91m. .......... 32% 21.4M�[0m�[91m 1s
Step #10 - "build-e2e":   4650K .....�[0m�[91m..... .......... .�[0m�[91m.........�[0m�[91m .......�[0m�[91m... .......... 33% 41.0M 1s
Step #10 - "build-e2e":   4700K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... .......... 33% 14.0M 1s
Step #10 - "build-e2e":   4750K .......... .......... .......... .......... .......... 33% 22.6M 1s
Step #10 - "build-e2e":   4800K .......... .......... .......... .�[0m�[91m......... .......�[0m�[91m... 34% 41.3M 1s
Step #10 - "build-e2e":   4850K .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... 34% 23.2M 1s
Step #10 - "build-e2e":   4900K .......... .�[0m�[91m......... .......�[0m�[91m... .......... .......... 34% 40.5M 1s
Step #10 - "build-e2e":   4950K .......... .......... .......... .......... .......... 35% 21.7M 1s
Step #10 - "build-e2e":   5000K .......... .......... .......... .......... .......... 35% 41.7M 1s
Step #10 - "build-e2e":   5050K .......... .......... .......... .......... .....�[0m�[91m..... 35% 13.8M 1s
Step #10 - "build-e2e":   5100K .......... .........�[0m�[91m. .......... .....�[0m�[91m..... .......... 36% 4.52M 1s
Step #10 - "build-e2e":   5150K .......... .......�[0m�[91m... .......... ...�[0m�[91m....... .......... 36% 32.9M 1s
Step #10 - "build-e2e":   5200K .......... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m...�[0m�[91m...�[0m�[91m.�[0m�[91m.�[0m�[91m. .......�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m 37%�[0m�[91m 24.6M 1s
Step #10 - "build-e2e":   5250K .......... .......... .......... .......... .......... 37%�[0m�[91m 31.8M 1s
Step #10 - "build-e2e":   5300K .......... .......... .......... ...�[0m�[91m..�[0m�[91m..... ...�[0m�[91m....... 37%  131M 1s
Step #10 - "build-e2e":   5350K .......... .......... .....�[0m�[91m..... .......... ..........�[0m�[91m 38%  112M 1s
Step #10 - "build-e2e":   5400K .......�[0m�[91m... .......... .......... .......... .......... 38%  114M 1s
Step #10 - "build-e2e":   5450K .....�[0m�[91m..... .......... .......... .......... .....�[0m�[91m..... 38%  137M 1s
Step #10 - "build-e2e":   5500K ...�[0m�[91m....... .......... .......... .......... .......... 39% 7.33M 1s
Step #10 - "build-e2e":   5550K .......... .......... .......... .......... .........�[0m�[91m. 39% 26.9M 1s
Step #10 - "build-e2e":   5600K .......... .......... .......... .......... .......... 39% 47.0M 1s
Step #10 - "build-e2e":   5650K .......... .......... .......... .......... .......... 40% 25.9M 1s
Step #10 - "build-e2e":   5700K .......... .�[0m�[91m......... .......... .......... .......... 40% 45.2M 1s
Step #10 - "build-e2e":   5750K .......... .......... .......... .......... .......... 40% 23.5M 1s
Step #10 - "build-e2e":   5800K .......... .......... .......... .�[0m�[91m........�[0m�[91m. .......... 41% 27.1M 1s
Step #10 - "build-e2e":   5850K .....�[0m�[91m..... .......... .......... .......... .......... 41% 19.3M 1s
Step #10 - "build-e2e":   5900K .......... .......... .......... .......... .......... 41% 46.9M 1s
Step #10 - "build-e2e":   5950K .......... .......... .......... .......... .......... 42% 25.5M 1s
Step #10 - "build-e2e":   6000K .......... .....�[0m�[91m..... .......... .......... .......... 42% 22.6M 1s
Step #10 - "build-e2e":   6050K .......... .......... .......... .......... .......... 42% 30.0M 1s
Step #10 - "build-e2e":   6100K .......... .......... .......... .......... .......... 43% 44.6M 1s
Step #10 - "build-e2e":   6150K .........�[0m�[91m. .......�[0m�[91m... ....�[0m�[91m.�[0m�[91m.....�[0m�[91m ...�[0m�[91m....... .�[0m�[91m......... 43% 25.2M 1s
Step #10 - "build-e2e":   6200K .......... .......... ...�[0m�[91m....... .......... .......... 44%�[0m�[91m 19.6M 1s
Step #10 - "build-e2e":   6250K .....�[0m�[91m..... .......... .......... .......... .......... 44% 34.9M 1s
Step #10 - "build-e2e":   6300K .......... .......... .......... .......... .......... 44% 50.5M 1s
Step #10 - "build-e2e":   6350K .......... .......... .......... .......... .......... 45% 27.6M 1s
Step #10 - "build-e2e":   6400K .......... .....�[0m�[91m..... .......... .........�[0m�[91m. .......... 45% 40.8M 1s
Step #10 - "build-e2e":   6450K .......... ...�[0m�[91m....... .........�[0m�[91m. .......... .......... 45% 29.4M 1s
Step #10 - "build-e2e":   6500K ...�[0m�[91m....... .�[0m�[91m......... .......... .......... .......... 46% 47.1M 0s
Step #10 - "build-e2e":   6550K .......... .......... .......... .......... ......�[0m�[91m.... 46% 26.2M 0s
Step #10 - "build-e2e":   6600K .......... .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. 46% 17.1M 0s
Step #10 - "build-e2e":   6650K .......�[0m�[91m... .......... .......... .�[0m�[91m......... .......�[0m�[91m... 47% 45.5M 0s
Step #10 - "build-e2e":   6700K .......... ...�[0m�[91m....... .......... .......... .......... 47% 26.3M 0s
Step #10 - "build-e2e":   6750K .......... .......... .......... .......... .......... 47% 25.1M 0s
Step #10 - "build-e2e":   6800K .......... .......... .......... .......... .......... 48% 73.5M 0s
Step #10 - "build-e2e":   6850K .......... .......... .......... .......... .......... 48% 69.6M 0s
Step #10 - "build-e2e":   6900K .......... .......... .�[0m�[91m......... .......... .......... 48% 29.2M 0s
Step #10 - "build-e2e":   6950K .......... .......... .......... .......... .......... 49% 29.8M 0s
Step #10 - "build-e2e":   7000K .......... .......... .......... ...�[0m�[91m....... .......... 49% 16.1M 0s
Step #10 - "build-e2e":   7050K .......... .......... .......... .......... .......... 50% 60.8M 0s
Step #10 - "build-e2e":   7100K .......... ...�[0m�[91m....... .......... .......... .......... 50% 42.9M 0s
Step #10 - "build-e2e":   7150K .......... .......... .......�[0m�[91m... .......... .......... 50% 28.2M 0s
Step #10 - "build-e2e":   7200K .......... .......... .......... .......... .......... 51% 31.8M 0s
Step #10 - "build-e2e":   7250K .......... .......... .......... .......... .......... 51% 53.9M 0s
Step #10 - "build-e2e":   7300K .....�[0m�[91m..... .......... .......... .......... .......... 51% 45.7M 0s
Step #10 - "build-e2e":   7350K .......... .......... .......... .......... .......... 52% 31.5M 0s
Step #10 - "build-e2e":   7400K .......... .......... .......... ...�[0m�[91m....... .......... 52% 40.0M 0s
Step #10 - "build-e2e":   7450K .......... .......... .......... .......... .......... 52% 19.8M 0s
Step #10 - "build-e2e":   7500K .......... .......... .......... .......... .......... 53% 40.1M 0s
Step #10 - "build-e2e":   7550K .......... .......... .......... .......... .......... 53% 67.0M 0s
Step #10 - "build-e2e":   7600K .......... .......... .....�[0m�[91m..... .......... .......... 53% 27.1M 0s
Step #10 - "build-e2e":   7650K .......... .......... .......... .......... .......... 54% 26.1M 0s
Step #10 - "build-e2e":   7700K .......... .......... .......... .......... .......... 54% 78.4M 0s
Step #10 - "build-e2e":   7750K ...�[0m�[91m....... .......... .......... .......... .......... 54% 52.3M 0s
Step #10 - "build-e2e":   7800K .......... .......... .......... .......... .......... 55% 28.7M 0s
Step #10 - "build-e2e":   7850K .......... .......... .......... .......... .......... 55% 35.6M 0s
Step #10 - "build-e2e":   7900K .......... .......... .........�[0m�[91m. �[0m�[91m.......�[0m�[91m... .....�[0m�[91m..... 56% 20.4M 0s
Step #10 - "build-e2e":   7950K ...�[0m�[91m....... .........�[0m�[91m. .......... .......... ...�[0m�[91m.......�[0m�[91m 56%  144M 0s
Step #10 - "build-e2e":   8000K .........�[0m�[91m. .......... .......... .......... .�[0m�[91m.........�[0m�[91m 56% 39.2M 0s
Step #10 - "build-e2e":   8050K .......�[0m�[91m... .......... .......... .......... .......... 57% 29.5M 0s
Step #10 - "build-e2e":   8100K .......... .......... .......... .......�[0m�[91m... .......... 57% 21.9M 0s
Step #10 - "build-e2e":   8150K .......... .......... .......... .......... .......... 57% 92.9M 0s
Step #10 - "build-e2e":   8200K .......... .......... .......... .......... .......... 58% 39.9M 0s
Step #10 - "build-e2e":   8250K .......... .......... .......... .......... .......�[0m�[91m... 58% 37.2M 0s
Step #10 - "build-e2e":   8300K .......... ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... 58% 59.9M 0s
Step #10 - "build-e2e":   8350K ...�[0m�[91m....... .......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... 59% 42.1M 0s
Step #10 - "build-e2e":   8400K .........�[0m�[91m. .......... .......... .......... .�[0m�[91m......... 59% 22.8M 0s
Step #10 - "build-e2e":   8450K .......... .......... .......... .......... .......... 59%  105M 0s
Step #10 - "build-e2e":   8500K .....�[0m�[91m..... .......... .�[0m�[91m......... .......... .......... 60% 36.6M 0s
Step #10 - "build-e2e":   8550K .......... .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... .......... 60% 26.7M 0s
Step #10 - "build-e2e":   8600K .�[0m�[91m......... .......... .......... ...�[0m�[91m....... .........�[0m�[91m. 60% 21.4M 0s
Step #10 - "build-e2e":   8650K .......... .....�[0m�[91m..... .......... .�[0m�[91m.........�[0m�[91m .......�[0m�[91m... 61% 77.9M 0s
Step #10 - "build-e2e":   8700K .......... ...�[0m�[91m....... .......... .......... .......... 61% 76.5M 0s
Step #10 - "build-e2e":   8750K .......... .�[0m�[91m......... .......�[0m�[91m... .......... .......... 62% 40.2M 0s
Step #10 - "build-e2e":   8800K .........�[0m�[91m. .......... .......... .......... .�[0m�[91m......... 62% 39.6M 0s
Step #10 - "build-e2e":   8850K .......... .......... .......... .......... .......... 62% 44.3M 0s
Step #10 - "build-e2e":   8900K .......... .......... .......... .......... .......... 63% 27.7M 0s
Step #10 - "build-e2e":   8950K .......... .......... .......... .......... .......... 63% 92.5M 0s
Step #10 - "build-e2e":   9000K .......... .......... .......... .......... .......... 63% 40.5M 0s
Step #10 - "build-e2e":   9050K .......... .......... .....�[0m�[91m..... .......... .......... 64% 26.4M 0s
Step #10 - "build-e2e":   9100K .......... .......... .......... .......... .........�[0m�[91m. 64% 22.7M 0s
Step #10 - "build-e2e":   9150K .......... .......... .......... .......... .......... 64%  156M 0s
Step #10 - "build-e2e":   9200K .......... .......... .......... .......... .......... 65% 47.0M 0s
Step #10 - "build-e2e":   9250K .......... .......... .......... .......... .......... 65% 40.8M 0s
Step #10 - "build-e2e":   9300K .......... .......... .......... .....�[0m�[91m..... .....�[0m�[91m..... 65% 38.7M 0s
Step #10 - "build-e2e":   9350K .......... ......�[0m�[91m.... .......�[0m�[91m... .......... ...�[0m�[91m....... 66% 83.8M 0s
Step #10 - "build-e2e":   9400K .......... .......... .......... .......... .......... 66% 40.1M 0s
Step #10 - "build-e2e":   9450K .......... .......... ........�[0m�[91m.. ......�[0m�[91m.... ..�[0m�[91m..�[0m�[91m...�[0m�[91m... 66% 28.7M 0s
Step #10 - "build-e2e":   9500K .......... .......... ......�[0m�[91m.... .......... .......... 67% 43.0M 0s
Step #10 - "build-e2e":   9550K .......... .......... .......... .......... .......... 67% 25.9M 0s
Step #10 - "build-e2e":   9600K .......... .......... .......... .......... .......... 68%  105M 0s
Step #10 - "build-e2e":   9650K .......... .�[0m�[91m......... .......... .......... .......... 68% 27.6M 0s�[0m�[91m
Step #10 - "build-e2e":   9700K ........�[0m�[91m.. ......�[0m�[91m.... .......... .......... .......... 68% 59.8M 0s
Step #10 - "build-e2e":   9750K .......... .......... .......... .......... .......... 69% 43.6M 0s
Step #10 - "build-e2e":   9800K .......... .......... .......... .......... .......... 69% 48.2M 0s
Step #10 - "build-e2e":   9850K .......... .......... .......... .......... .......... 69%  102M 0s
Step #10 - "build-e2e":   9900K .......... .......... .......... .......... .......... 70% 41.8M 0s
Step #10 - "build-e2e":   9950K .......... .......... .......... .......... .......... 70% 45.0M 0s
Step #10 - "build-e2e":  10000K .......... .......... .......... .......... .......... 70% 29.6M 0s
Step #10 - "build-e2e":  10050K .......... .......... .......... .......... .......... 71% 90.4M 0s
Step #10 - "build-e2e":  10100K .......... .......... .......... .......... .......... 71% 40.2M 0s
Step #10 - "build-e2e":  10150K .......... .......... .......... .......... .......... 71% 37.4M 0s
Step #10 - "build-e2e":  10200K .......... .......... .......... .......... .......... 72% 24.8M 0s
Step #10 - "build-e2e":  10250K .......... .......... .......... .......... .......... 72%  106M 0s
Step #10 - "build-e2e":  10300K .......... .......... .......... .......... .......... 72% 43.7M 0s
Step #10 - "build-e2e":  10350K .......... .......... .......... .......... .......... 73% 75.0M 0s
Step #10 - "build-e2e":  10400K .......... .......... .......... .......... .......... 73% 17.5M 0s
Step #10 - "build-e2e":  10450K .......... .......... .......... .......... .......... 74%  151M 0s
Step #10 - "build-e2e":  10500K .......... .......... .......... .......... .......... 74%  223M 0s
Step #10 - "build-e2e":  10550K .......�[0m�[91m... .........�[0m�[91m. .......... .....�[0m�[91m....�[0m�[91m. .......... 74% 20.3M 0s
Step #10 - "build-e2e":  10600K .......... .......... .......... .......... .......... 75% 22.0M 0s
Step #10 - "build-e2e":  10650K .......... .......... .......... .....�[0m�[91m..... .......... 75% 21.0M 0s
Step #10 - "build-e2e":  10700K .......... .......... .......... .......... .........�[0m�[91m. 75% 22.8M 0s
Step #10 - "build-e2e":  10750K .......... .......... .......... .......... .......... 76% 60.2M 0s
Step #10 - "build-e2e":  10800K .......... .......... .......... .......... .......... 76% 20.6M 0s
Step #10 - "build-e2e":  10850K .......... .......... .......�[0m�[91m... .......... .......... 76% 25.0M 0s
Step #10 - "build-e2e":  10900K .......... .......... .......... .......... .......... 77% 21.3M 0s
Step #10 - "build-e2e":  10950K ....�[0m�[91m...... ..�[0m�[91m........ .......... .......... .......... 77%  102M 0s
Step #10 - "build-e2e":  11000K ..�[0m�[91m........ .......... .......... ..........�[0m�[91m .......... 77% 19.1M 0s
Step #10 - "build-e2e":  11050K .......... .......... .......... .......... .......... 78% 26.2M 0s
Step #10 - "build-e2e":  11100K .......... .......... .......... .......... .......... 78% 28.8M 0s
Step #10 - "build-e2e":  11150K .......... .......... .......... .......... .......... 78% 22.8M 0s
Step #10 - "build-e2e":  11200K .......... .......... .......... .......... .......... 79% 73.0M 0s
Step #10 - "build-e2e":  11250K .......... .......... .......... .......... .......... 79% 20.3M 0s
Step #10 - "build-e2e":  11300K .......... .......... .......... .......... .......... 79% 28.1M 0s
Step #10 - "build-e2e":  11350K .......... .......... .......... .......... .......... 80% 22.5M 0s
Step #10 - "build-e2e":  11400K .......... .......... .......... .......... .......... 80% 74.0M 0s
Step #10 - "build-e2e":  11450K .......... .......... .......... .......... .......... 81% 19.8M 0s
Step #10 - "build-e2e":  11500K .......... .......... .......... .......... .......... 81% 26.1M 0s
Step #10 - "build-e2e":  11550K .......... .......... .......... .�[0m�[91m......... .......... 81% 20.0M 0s
Step #10 - "build-e2e":  11600K .......... .......... .......... .......... .......... 82% 22.0M 0s
Step #10 - "build-e2e":  11650K .......... .......... .......... .......... .......... 82% 80.6M 0s
Step #10 - "build-e2e":  11700K .......... .......... .......... .......... .......... 82% 23.0M 0s
Step #10 - "build-e2e":  11750K .......... .......... .......... .......... .......... 83% 24.8M 0s
Step #10 - "build-e2e":  11800K .......... .......... .......... .......... .......... 83% 25.0M 0s
Step #10 - "build-e2e":  11850K .......... .......... .......... .......... .......... 83% 70.9M 0s
Step #10 - "build-e2e":  11900K .......... .......... .......... .......... .......... 84% 25.1M 0s
Step #10 - "build-e2e":  11950K .......... .......... .......... .......... .......... 84% 21.7M 0s
Step #10 - "build-e2e":  12000K .......... .......... .......... .......... .......... 84% 21.2M 0s
Step #10 - "build-e2e":  12050K .......... .......... .......... .......... ...�[0m�[91m....... 85% 20.7M 0s
Step #10 - "build-e2e":  12100K .......... .......... .......... .......... ....�[0m�[91m...... 85% 61.8M 0s
Step #10 - "build-e2e":  12150K ..�[0m�[91m.....�[0m�[91m... .......... .......... .......... .......... 85% 28.8M 0s
Step #10 - "build-e2e":  12200K .......... .......... .......... .......... .......... 86% 23.3M 0s
Step #10 - "build-e2e":  12250K .......... .......... .......... .....�[0m�[91m..... ........�[0m�[91m.. 86% 21.0M 0s
Step #10 - "build-e2e":  12300K ......�[0m�[91m.�[0m�[91m... ....�[0m�[91m...... ..�[0m�[91m........ .......... ......�[0m�[91m...�[0m�[91m. 87% 25.1M 0s
Step #10 - "build-e2e":  12350K .�[0m�[91m......... .......... .......... ...�[0m�[91m....... .......... 87% 19.6M 0s
Step #10 - "build-e2e":  12400K .......... ...�[0m�[91m....... .......... .......... .......... 87% 80.8M 0s
Step #10 - "build-e2e":  12450K .......... .......�[0m�[91m... .......�[0m�[91m... ...�[0m�[91m....... .......... 88% 21.1M 0s
Step #10 - "build-e2e":  12500K .......... .....�[0m�[91m..... .......... .......... .......... 88% 10.8M 0s
Step #10 - "build-e2e":  12550K .......... .......�[0m�[91m... .....�[0m�[91m..... .......... .......... 88%  185M 0s
Step #10 - "build-e2e":  12600K .......... .......... .....�[0m�[91m..... ...�[0m�[91m....... .......... 89%  176M 0s
Step #10 - "build-e2e":  12650K .......... .........�[0m�[91m. .......... .........�[0m�[91m. .......�[0m�[91m... 89% 28.3M 0s
Step #10 - "build-e2e":  12700K .......... .......... .......... ...�[0m�[91m....... ........�[0m�[91m.�[0m�[91m. 89% 26.5M 0s
Step #10 - "build-e2e":  12750K .......... ......�[0m�[91m.... ...�[0m�[91m....... ....�[0m�[91m.�[0m�[91m..... .......�[0m�[91m... 90% 23.3M 0s
Step #10 - "build-e2e":  12800K .......... .......... ..�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.. ........�[0m�[91m.�[0m�[91m. ......�[0m�[91m.... 90% 29.0M 0s
Step #10 - "build-e2e":  12850K .......... .�[0m�[91m......... .......... .......... .......... 90% 56.3M 0s
Step #10 - "build-e2e":  12900K .......... .......... .....�[0m�[91m..... .......... .......... 91% 23.7M 0s�[0m�[91m
Step #10 - "build-e2e":  12950K .......... .......... .......... ..�[0m�[91m.......�[0m�[91m.�[0m�[91m �[0m�[91m.�[0m�[91m...�[0m�[91m.�[0m�[91m..... 91% 19.2M 0s
Step #10 - "build-e2e":  13000K .......... .......... .......... .......... .......... 91%  229M 0s
Step #10 - "build-e2e":  13050K ..�[0m�[91m.�[0m�[91m....�[0m�[91m..�[0m�[91m. .......... .......... .�[0m�[91m..�[0m�[91m....... .......... 92% 21.4M�[0m�[91m 0s
Step #10 - "build-e2e":  13100K .......... .......... .......... .......... .......... 92% 25.5M 0s
Step #10 - "build-e2e":  13150K .......... .......... .......... .�[0m�[91m......... .......... 93% 23.0M 0s
Step #10 - "build-e2e":  13200K .......... .......... .......�[0m�[91m... .......... .....�[0m�[91m..... 93% 25.5M 0s
Step #10 - "build-e2e":  13250K ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... .......... 93% 59.9M 0s�[0m�[91m
Step #10 - "build-e2e":  13300K .........�[0m�[91m. .......... .......... .......... .......... 94% 23.1M 0s
Step #10 - "build-e2e":  13350K .......... .......... .......... .......... .......... 94% 20.6M 0s
Step #10 - "build-e2e":  13400K .......... .......... .......... .......�[0m�[91m... .......... 94% 26.3M 0s�[0m�[91m
Step #10 - "build-e2e":  13450K�[0m�[91m �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m....�[0m�[91m.. .......... .......... .......... .......... 95% 12.7M 0s
Step #10 - "build-e2e":  13500K .......... .......... .......... .......... .......... 95%  118M 0s
Step #10 - "build-e2e":  13550K .......... .......... .......... .......... .......... 95% 47.2M 0s
Step #10 - "build-e2e":  13600K .......... .......... .........�[0m�[91m. .......... .......... 96% 21.1M 0s
Step #10 - "build-e2e":  13650K .......... .......... .......... .......... .......... 96% 19.0M 0s
Step #10 - "build-e2e":  13700K .......... .......... .......... .......... .�[0m�[91m......... 96% 34.1M 0s
Step #10 - "build-e2e":  13750K ....�[0m�[91m...�[0m�[91m... .......... .......... .......... .......... 97% 17.7M 0s
Step #10 - "build-e2e":  13800K .......... .......... .......... .......... .......... 97% 36.3M 0s
Step #10 - "build-e2e":  13850K .......... .......... .......... .......... .......... 97% 23.0M 0s
Step #10 - "build-e2e":  13900K .......... .......... .......... ..�[0m�[91m........ .........�[0m�[91m. 98% 18.4M 0s
Step #10 - "build-e2e":  13950K .......... .......... .......... .......... .......... 98% 63.5M 0s
Step #10 - "build-e2e":  14000K .......... .......... .......... .......... .......... 99% 19.8M 0s
Step #10 - "build-e2e":  14050K .......... .......... .......�[0m�[91m... .......... .......... 99% 22.8M 0s
Step #10 - "build-e2e":  14100K .......... .......... .......... .......... .�[0m�[91m.......�[0m�[91m.. 99% 25.4M 0s
Step #10 - "build-e2e":  14150K .......... .......... .......... ........             100% 90.8M=0.7s
Step #10 - "build-e2e": 
Step #10 - "build-e2e": 2019-01-23 01:23:10 (20.9 MB/s) - '/tmp/build/consul_1.2.1_linux_amd64.zip' saved [14529496/14529496]
Step #10 - "build-e2e": 
Step #10 - "build-e2e": �[0mArchive:  /tmp/build/consul_1.2.1_linux_amd64.zip
Step #9 - "build": Removing intermediate container ce5490225bdb
Step #9 - "build":  ---> 28209bcd0cce
Step #9 - "build": Step 3/5 : COPY  --chown=agones:root ./bin/controller /home/agones/controller
Step #10 - "build-e2e":   inflating: /usr/local/bin/consul   
Step #10 - "build-e2e": Consul v1.2.1
Step #10 - "build-e2e": Protocol 2 spoken by default, understands 2 to 3 (agent will automatically use protocol >2 when speaking to compatible agents)
Step #9 - "build":  ---> bf2d1922f860
Step #9 - "build": Step 4/5 : USER agones
Step #9 - "build":  ---> Running in 0def850bfc87
Step #9 - "build": Removing intermediate container 0def850bfc87
Step #9 - "build":  ---> f89fb01656d5
Step #9 - "build": Step 5/5 : ENTRYPOINT ["/home/agones/controller"]
Step #9 - "build":  ---> Running in a6a3d59b5b34
Step #9 - "build": Removing intermediate container a6a3d59b5b34
Step #9 - "build":  ---> 241eab9e23f3
Step #9 - "build": Successfully built 241eab9e23f3
Step #9 - "build": Successfully tagged gcr.io/agones-images/agones-controller:0.8.0-7198e65
Step #9 - "build": docker run --rm -e "CGO_ENABLED=0" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #9 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.linux.amd64  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-7198e65" -installsuffix cgo agones.dev/agones/cmd/sdk-server
Step #10 - "build-e2e": Removing intermediate container 33ff8af86ffa
Step #10 - "build-e2e":  ---> e692457a79a4
Step #10 - "build-e2e": Step 16/20 : RUN echo "export PATH=/usr/local/go/bin:/go/bin/:\$PATH" >> /root/.bashrc
Step #10 - "build-e2e":  ---> Running in 1aec19d3c5f4
Step #10 - "build-e2e": Removing intermediate container 1aec19d3c5f4
Step #10 - "build-e2e":  ---> 5226e603ffc4
Step #10 - "build-e2e": Step 17/20 : COPY *.sh /root/
Step #10 - "build-e2e":  ---> 344e19607768
Step #10 - "build-e2e": Step 18/20 : RUN chmod +x /root/*.sh
Step #10 - "build-e2e":  ---> Running in 09046ec50004
Step #10 - "build-e2e": Removing intermediate container 09046ec50004
Step #10 - "build-e2e":  ---> 7cec1453c537
Step #10 - "build-e2e": Step 19/20 : WORKDIR /go
Step #10 - "build-e2e":  ---> Running in dc97daf7af52
Step #10 - "build-e2e": Removing intermediate container dc97daf7af52
Step #10 - "build-e2e":  ---> f9b33291a6e0
Step #10 - "build-e2e": Step 20/20 : ENTRYPOINT [ "/root/entrypoint.sh" ]
Step #10 - "build-e2e":  ---> Running in 550fc269ddd1
Step #10 - "build-e2e": Removing intermediate container 550fc269ddd1
Step #10 - "build-e2e":  ---> a75d7975aaf2
Step #10 - "build-e2e": Successfully built a75d7975aaf2
Step #10 - "build-e2e": Successfully tagged e2e-runner:latest
Finished Step #10 - "build-e2e"
Step #9 - "build": docker run --rm -e "GOOS=windows" -e "GOARCH=amd64" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #9 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.windows.amd64.exe  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-7198e65" agones.dev/agones/cmd/sdk-server
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleetallocation	11.478s
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleetautoscalers	3.419s
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleets	2.770s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameserverallocations	14.992s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameservers	3.218s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameserversets	3.158s
Step #4 - "tests": ok  	agones.dev/agones/pkg/metrics	3.034s
Step #4 - "tests": ?   	agones.dev/agones/pkg/sdk	[no test files]
Step #4 - "tests": ok  	agones.dev/agones/pkg/sdkserver	10.824s
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.046s
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.211s
Step #4 - "tests": ok  	agones.dev/agones/pkg/util/workerqueue	2.085s
Step #4 - "tests": ok  	agones.dev/agones/sdks/go	1.047s
Step #4 - "tests": ?   	agones.dev/agones/cmd/controller	[no test files]
Step #4 - "tests": ok  	agones.dev/agones/cmd/ping	2.057s
Step #4 - "tests": ?   	agones.dev/agones/cmd/sdk-server	[no test files]
Finished Step #4 - "tests"
Starting Step #5 - "gopath-create"
Step #5 - "gopath-create": Already have image (with digest): ubuntu
Finished Step #5 - "gopath-create"
Starting Step #6 - "gopath-link"
Step #6 - "gopath-link": Already have image (with digest): ubuntu
Finished Step #6 - "gopath-link"
Starting Step #7 - "site-static"
Step #7 - "site-static": Already have image: make-docker
Step #7 - "site-static": /usr/bin/make site-static ARGS="-F" ENV=RELEASE_VERSION=0.8.0
Step #7 - "site-static": make[1]: Entering directory '/workspace/build'
Step #7 - "site-static": mkdir -p ~/.kube/
Step #7 - "site-static": mkdir -p /workspace/build//.config/gcloud
Step #7 - "site-static": mkdir -p ~/.helm
Step #7 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb rm -r ./public
Step #7 - "site-static": rm: cannot remove './public': No such file or directory
Step #7 - "site-static": make[1]: [site-static] Error 1 (ignored)
Step #7 - "site-static": includes/website.mk:35: recipe for target 'site-static' failed
Step #7 - "site-static": mkdir /workspace/site/public
Step #7 - "site-static": # for some reason, this only work locally
Step #7 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb \
Step #7 - "site-static": 	bash -c "npm list postcss-cli || npm install postcss-cli"
Step #7 - "site-static": /go/src/agones.dev/agones/site
Step #7 - "site-static": `-- (empty)
Step #7 - "site-static": 
Step #9 - "build": docker run --rm -e "GOOS=darwin" -e "GOARCH=amd64" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #9 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.darwin.amd64  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-7198e65" agones.dev/agones/cmd/sdk-server
Step #7 - "site-static": npm WARN saveError ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #7 - "site-static": npm notice created a lockfile as package-lock.json. You should commit this file.
Step #7 - "site-static": npm WARN enoent ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #7 - "site-static": npm WARN site No description
Step #7 - "site-static": npm WARN site No repository field.
Step #7 - "site-static": npm WARN site No README data
Step #7 - "site-static": npm WARN site No license field.
Step #7 - "site-static": npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
Step #7 - "site-static": npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
Step #7 - "site-static": 
Step #7 - "site-static": + postcss-cli@6.1.1
Step #7 - "site-static": added 248 packages from 148 contributors and audited 3191 packages in 9.948s
Step #7 - "site-static": found 0 vulnerabilities
Step #7 - "site-static": 
Step #7 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb \
Step #7 - "site-static": 	bash -c "npm list autoprefixer || npm install autoprefixer"
Step #7 - "site-static": /go/src/agones.dev/agones/site
Step #7 - "site-static": `-- (empty)
Step #7 - "site-static": 
Step #7 - "site-static": npm WARN saveError ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #7 - "site-static": npm WARN enoent ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #7 - "site-static": npm WARN site No description
Step #7 - "site-static": npm WARN site No repository field.
Step #7 - "site-static": npm WARN site No README data
Step #7 - "site-static": npm WARN site No license field.
Step #7 - "site-static": npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
Step #7 - "site-static": npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
Step #7 - "site-static": 
Step #7 - "site-static": + autoprefixer@9.4.6
Step #7 - "site-static": added 8 packages from 7 contributors and audited 11802 packages in 4.149s
Step #7 - "site-static": found 0 vulnerabilities
Step #7 - "site-static": 
Step #7 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb bash -c \
Step #7 - "site-static": 	"RELEASE_VERSION=0.8.0 hugo --config=config.toml -F"
Step #7 - "site-static": Building sites … 
Step #7 - "site-static":                    | EN  
Step #7 - "site-static": +------------------+----+
Step #7 - "site-static":   Pages            | 59  
Step #7 - "site-static":   Paginator pages  |  0  
Step #7 - "site-static":   Non-page files   |  2  
Step #7 - "site-static":   Static files     | 39  
Step #7 - "site-static":   Processed images |  2  
Step #7 - "site-static":   Aliases          | 10  
Step #7 - "site-static":   Sitemaps         |  1  
Step #7 - "site-static":   Cleaned          |  0  
Step #7 - "site-static": 
Step #7 - "site-static": Total in 2197 ms
Step #7 - "site-static": make[1]: Leaving directory '/workspace/build'
Step #7 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb bash -c \
Step #7 - "site-static": 		"SERVICE=preview envsubst < app.yaml > .app.yaml"
Finished Step #7 - "site-static"
Starting Step #8 - "deploy-site-static"
Step #8 - "deploy-site-static": Already have image (with digest): gcr.io/cloud-builders/gcloud
Step #8 - "deploy-site-static": ERROR: (gcloud.app.deploy) [/go/src/site/.app.yaml] does not exist.
Step #9 - "build": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build -w /go/src/agones.dev/agones/cmd/sdk-server/bin/ agones-build:db76ca0bfb zip -0 \
Step #9 - "build": 	agonessdk-server-0.8.0-7198e65.zip sdk-server.darwin.amd64 sdk-server.linux.amd64 sdk-server.windows.amd64.exe
Finished Step #8 - "deploy-site-static"
Finished Step #9 - "build"
ERROR
ERROR: build step 8 "gcr.io/cloud-builders/gcloud" failed: exit status 1

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 9daa786a-b7fd-40a6-8cdf-d5aaa0772afe

Build Logs
starting build "9daa786a-b7fd-40a6-8cdf-d5aaa0772afe"

FETCHSOURCE
Initialized empty Git repository in /workspace/.git/
From https://source.developers.google.com/p/agones-images/r/agones
 * branch              76ba758f3090707ee619eebc8f21ae310149523a -> FETCH_HEAD
Checking out files:  80% (13010/16087)   
Checking out files:  81% (13031/16087)   
Checking out files:  82% (13192/16087)   
Checking out files:  83% (13353/16087)   
Checking out files:  84% (13514/16087)   
Checking out files:  85% (13674/16087)   
Checking out files:  86% (13835/16087)   
Checking out files:  87% (13996/16087)   
Checking out files:  88% (14157/16087)   
Checking out files:  89% (14318/16087)   
Checking out files:  90% (14479/16087)   
Checking out files:  91% (14640/16087)   
Checking out files:  92% (14801/16087)   
Checking out files:  93% (14961/16087)   
Checking out files:  94% (15122/16087)   
Checking out files:  95% (15283/16087)   
Checking out files:  96% (15444/16087)   
Checking out files:  97% (15605/16087)   
Checking out files:  98% (15766/16087)   
Checking out files:  99% (15927/16087)   
Checking out files: 100% (16087/16087)   
Checking out files: 100% (16087/16087), done.
HEAD is now at 76ba758f Website for Agones
BUILD
Starting Step #0
Step #0: Pulling image: ubuntu
Step #0: Using default tag: latest
Step #0: latest: Pulling from library/ubuntu
Step #0: 38e2e6cd5626: Pulling fs layer
Step #0: 705054bc3f5b: Pulling fs layer
Step #0: c7051e069564: Pulling fs layer
Step #0: 7308e914506c: Pulling fs layer
Step #0: 7308e914506c: Waiting
Step #0: c7051e069564: Download complete
Step #0: 705054bc3f5b: Verifying Checksum
Step #0: 705054bc3f5b: Download complete
Step #0: 7308e914506c: Verifying Checksum
Step #0: 7308e914506c: Download complete
Step #0: 38e2e6cd5626: Verifying Checksum
Step #0: 38e2e6cd5626: Download complete
Step #0: 38e2e6cd5626: Pull complete
Step #0: 705054bc3f5b: Pull complete
Step #0: c7051e069564: Pull complete
Step #0: 7308e914506c: Pull complete
Step #0: Digest: sha256:eb5d7eda6804359e4fc5223a31a2d9caa4c8ea590b14060d81c8bc05b22ca04e
Step #0: Status: Downloaded newer image for ubuntu:latest
Finished Step #0
Starting Step #1
Step #1: Already have image (with digest): gcr.io/cloud-builders/docker
Step #1: Sending build context to Docker daemon  173.6MB

Step #1: Step 1/3 : FROM gcr.io/cloud-builders/docker
Step #1:  ---> 1992f5155e11
Step #1: Step 2/3 : RUN apt-get install make
Step #1:  ---> Running in f35e0d7df0a3
Step #1: Reading package lists...
Step #1: Building dependency tree...
Step #1: Reading state information...
Step #1: make is already the newest version (4.1-6).
Step #1: 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
Step #1: Removing intermediate container f35e0d7df0a3
Step #1:  ---> 80269f9fcd72
Step #1: Step 3/3 : ENTRYPOINT ["/usr/bin/make"]
Step #1:  ---> Running in 51c193584ffd
Step #1: Removing intermediate container 51c193584ffd
Step #1:  ---> b44d88083459
Step #1: Successfully built b44d88083459
Step #1: Successfully tagged make-docker:latest
Finished Step #1
Starting Step #2
Step #2: Already have image: make-docker
Step #2: docker pull gcr.io/agones-images/agones-build:db76ca0bfb && docker tag gcr.io/agones-images/agones-build:db76ca0bfb agones-build:db76ca0bfb
Step #2: Error response from daemon: manifest for gcr.io/agones-images/agones-build:db76ca0bfb not found
Step #2: make: [pull-build-image] Error 1 (ignored)
Step #2: Makefile:358: recipe for target 'pull-build-image' failed
Finished Step #2
Starting Step #3 - "lint"
Step #3 - "lint": Already have image: make-docker
Step #3 - "lint": mkdir -p ~/.kube/
Step #3 - "lint": mkdir -p /workspace/build//.config/gcloud
Step #3 - "lint": mkdir -p ~/.helm
Step #3 - "lint": Could not find agones-build:db76ca0bfb image. Building...
Step #3 - "lint": make[1]: Entering directory '/workspace/build'
Step #3 - "lint": docker build --tag=agones-build:db76ca0bfb /workspace/build//build-image 
Step #3 - "lint": Sending build context to Docker daemon  17.92kB

Step #3 - "lint": Step 1/33 : FROM gcr.io/agones-images/grpc-cxx:1.16.1
Step #3 - "lint": 1.16.1: Pulling from agones-images/grpc-cxx
Step #3 - "lint": 54f7e8ac135a: Pulling fs layer
Step #3 - "lint": d6b856b25aeb: Pulling fs layer
Step #3 - "lint": b4d69f3225dc: Pulling fs layer
Step #3 - "lint": 54f7e8ac135a: Verifying Checksum
Step #3 - "lint": 54f7e8ac135a: Download complete
Step #3 - "lint": d6b856b25aeb: Verifying Checksum
Step #3 - "lint": d6b856b25aeb: Download complete
Step #3 - "lint": 54f7e8ac135a: Pull complete
Step #3 - "lint": b4d69f3225dc: Verifying Checksum
Step #3 - "lint": b4d69f3225dc: Download complete
Step #3 - "lint": d6b856b25aeb: Pull complete
Step #3 - "lint": b4d69f3225dc: Pull complete
Step #3 - "lint": Digest: sha256:ac598e5d35a7d253f8c93f0a11dbeb2df17d0dab83693fa5cb55b119beb01d01
Step #3 - "lint": Status: Downloaded newer image for gcr.io/agones-images/grpc-cxx:1.16.1
Step #3 - "lint":  ---> 8b1e772a99a1
Step #3 - "lint": Step 2/33 : RUN apt-get update &&     apt-get install -y wget psmisc rsync make python bash-completion zip nano jq graphviz linkchecker gettext-base &&     apt-get clean
Step #3 - "lint":  ---> Running in 0d25cade17eb
Step #3 - "lint": Get:1 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
Step #3 - "lint": Ign:2 http://deb.debian.org/debian stretch InRelease
Step #3 - "lint": Get:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
Step #3 - "lint": Hit:4 http://deb.debian.org/debian stretch Release
Step #3 - "lint": Get:5 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [469 kB]
Step #3 - "lint": Get:6 http://deb.debian.org/debian stretch-updates/main amd64 Packages.diff/Index [6640 B]
Step #3 - "lint": Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages 2019-01-02-2012.38.pdiff [332 B]
Step #3 - "lint": Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages 2019-01-02-2012.38.pdiff [332 B]
Step #3 - "lint": Fetched 661 kB in 0s (1720 kB/s)
Step #3 - "lint": Reading package lists...
Step #3 - "lint": Reading package lists...
Step #3 - "lint": Building dependency tree...
Step #3 - "lint": Reading state information...
Step #3 - "lint": make is already the newest version (4.1-9.1).
Step #3 - "lint": rsync is already the newest version (3.1.2-1+deb9u1).
Step #3 - "lint": rsync set to manually installed.
Step #3 - "lint": The following additional packages will be installed:
Step #3 - "lint":   fontconfig fontconfig-config fonts-dejavu-core fonts-liberation libann0
Step #3 - "lint":   libcairo2 libcdt5 libcgraph6 libdatrie1 libfontconfig1 libfreetype6 libgd3
Step #3 - "lint":   libgraphite2-3 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz0b
Step #3 - "lint":   libice6 libjbig0 libjpeg62-turbo libjq1 libonig4 libpango-1.0-0
Step #3 - "lint":   libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpixman-1-0 libpng16-16
Step #3 - "lint":   libpython-stdlib libpython2.7-minimal libpython2.7-stdlib libsm6
Step #3 - "lint":   libthai-data libthai0 libtiff5 libwebp6 libxaw7 libxcb-render0 libxcb-shm0
Step #3 - "lint":   libxdot4 libxmu6 libxpm4 libxrender1 libxt6 mime-support python-cffi-backend
Step #3 - "lint":   python-chardet python-cryptography python-enum34 python-idna
Step #3 - "lint":   python-ipaddress python-minimal python-openssl python-pkg-resources
Step #3 - "lint":   python-pyasn1 python-requests python-setuptools python-six python-urllib3
Step #3 - "lint":   python2.7 python2.7-minimal ucf x11-common
Step #3 - "lint": Suggested packages:
Step #3 - "lint":   gsfonts graphviz-doc libgd-tools clamav-daemon linkchecker-gui
Step #3 - "lint":   linkchecker-web python-argcomplete python-cssutils python-gconf python-geoip
Step #3 - "lint":   python-meliae python-twill spell python-doc python-tk
Step #3 - "lint":   python-cryptography-doc python-cryptography-vectors python-enum34-doc
Step #3 - "lint":   python-openssl-doc python-openssl-dbg doc-base python-socks
Step #3 - "lint":   python-setuptools-doc python-ntlm python2.7-doc binfmt-support
Step #3 - "lint": The following NEW packages will be installed:
Step #3 - "lint":   bash-completion fontconfig fontconfig-config fonts-dejavu-core
Step #3 - "lint":   fonts-liberation gettext-base graphviz jq libann0 libcairo2 libcdt5
Step #3 - "lint":   libcgraph6 libdatrie1 libfontconfig1 libfreetype6 libgd3 libgraphite2-3
Step #3 - "lint":   libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz0b libice6 libjbig0
Step #3 - "lint":   libjpeg62-turbo libjq1 libonig4 libpango-1.0-0 libpangocairo-1.0-0
Step #3 - "lint":   libpangoft2-1.0-0 libpathplan4 libpixman-1-0 libpng16-16 libpython-stdlib
Step #3 - "lint":   libpython2.7-minimal libpython2.7-stdlib libsm6 libthai-data libthai0
Step #3 - "lint":   libtiff5 libwebp6 libxaw7 libxcb-render0 libxcb-shm0 libxdot4 libxmu6
Step #3 - "lint":   libxpm4 libxrender1 libxt6 linkchecker mime-support nano psmisc python
Step #3 - "lint":   python-cffi-backend python-chardet python-cryptography python-enum34
Step #3 - "lint":   python-idna python-ipaddress python-minimal python-openssl
Step #3 - "lint":   python-pkg-resources python-pyasn1 python-requests python-setuptools
Step #3 - "lint":   python-six python-urllib3 python2.7 python2.7-minimal ucf wget x11-common
Step #3 - "lint":   zip
Step #3 - "lint": 0 upgraded, 74 newly installed, 0 to remove and 6 not upgraded.
Step #3 - "lint": Need to get 18.7 MB of archives.
Step #3 - "lint": After this operation, 65.5 MB of additional disk space will be used.
Step #3 - "lint": Get:1 http://deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB]
Step #3 - "lint": Get:2 http://security.debian.org/debian-security stretch/updates/main amd64 libtiff5 amd64 4.0.8-2+deb9u4 [238 kB]
Step #3 - "lint": Get:3 http://deb.debian.org/debian stretch/main amd64 libpython2.7-minimal amd64 2.7.13-2+deb9u3 [389 kB]
Step #3 - "lint": Get:4 http://deb.debian.org/debian stretch/main amd64 python2.7-minimal amd64 2.7.13-2+deb9u3 [1382 kB]
Step #3 - "lint": Get:5 http://deb.debian.org/debian stretch/main amd64 python-minimal amd64 2.7.13-2 [40.5 kB]
Step #3 - "lint": Get:6 http://deb.debian.org/debian stretch/main amd64 mime-support all 3.60 [36.7 kB]
Step #3 - "lint": Get:7 http://deb.debian.org/debian stretch/main amd64 libpython2.7-stdlib amd64 2.7.13-2+deb9u3 [1897 kB]
Step #3 - "lint": Get:8 http://deb.debian.org/debian stretch/main amd64 python2.7 amd64 2.7.13-2+deb9u3 [285 kB]
Step #3 - "lint": Get:9 http://deb.debian.org/debian stretch/main amd64 libpython-stdlib amd64 2.7.13-2 [20.0 kB]
Step #3 - "lint": Get:10 http://deb.debian.org/debian stretch/main amd64 python amd64 2.7.13-2 [154 kB]
Step #3 - "lint": Get:11 http://deb.debian.org/debian stretch/main amd64 libpng16-16 amd64 1.6.28-1 [280 kB]
Step #3 - "lint": Get:12 http://deb.debian.org/debian stretch/main amd64 libfreetype6 amd64 2.6.3-3.2 [438 kB]
Step #3 - "lint": Get:13 http://deb.debian.org/debian stretch/main amd64 ucf all 3.0036 [70.2 kB]
Step #3 - "lint": Get:14 http://deb.debian.org/debian stretch/main amd64 fonts-dejavu-core all 2.37-1 [1068 kB]
Step #3 - "lint": Get:15 http://deb.debian.org/debian stretch/main amd64 fonts-liberation all 1:1.07.4-2 [827 kB]
Step #3 - "lint": Get:16 http://deb.debian.org/debian stretch/main amd64 fontconfig-config all 2.11.0-6.7 [271 kB]
Step #3 - "lint": Get:17 http://deb.debian.org/debian stretch/main amd64 libfontconfig1 amd64 2.11.0-6.7+b1 [331 kB]
Step #3 - "lint": Get:18 http://deb.debian.org/debian stretch/main amd64 fontconfig amd64 2.11.0-6.7+b1 [404 kB]
Step #3 - "lint": Get:19 http://deb.debian.org/debian stretch/main amd64 nano amd64 2.7.4-1 [485 kB]
Step #3 - "lint": Get:20 http://deb.debian.org/debian stretch/main amd64 wget amd64 1.18-5+deb9u2 [799 kB]
Step #3 - "lint": Get:21 http://deb.debian.org/debian stretch/main amd64 gettext-base amd64 0.19.8.1-2 [121 kB]
Step #3 - "lint": Get:22 http://deb.debian.org/debian stretch/main amd64 libann0 amd64 1.1.2+doc-6 [24.9 kB]
Step #3 - "lint": Get:23 http://deb.debian.org/debian stretch/main amd64 libcdt5 amd64 2.38.0-17 [59.6 kB]
Step #3 - "lint": Get:24 http://deb.debian.org/debian stretch/main amd64 libcgraph6 amd64 2.38.0-17 [82.2 kB]
Step #3 - "lint": Get:25 http://deb.debian.org/debian stretch/main amd64 libjpeg62-turbo amd64 1:1.5.1-2 [134 kB]
Step #3 - "lint": Get:26 http://deb.debian.org/debian stretch/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB]
Step #3 - "lint": Get:27 http://deb.debian.org/debian stretch/main amd64 libwebp6 amd64 0.5.2-1 [235 kB]
Step #3 - "lint": Get:28 http://deb.debian.org/debian stretch/main amd64 libxpm4 amd64 1:3.5.12-1 [49.1 kB]
Step #3 - "lint": Get:29 http://deb.debian.org/debian stretch/main amd64 libgd3 amd64 2.2.4-2+deb9u3 [132 kB]
Step #3 - "lint": Get:30 http://deb.debian.org/debian stretch/main amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [158 kB]
Step #3 - "lint": Get:31 http://deb.debian.org/debian stretch/main amd64 libpixman-1-0 amd64 0.34.0-1 [530 kB]
Step #3 - "lint": Get:32 http://deb.debian.org/debian stretch/main amd64 libxcb-render0 amd64 1.12-1 [105 kB]
Step #3 - "lint": Get:33 http://deb.debian.org/debian stretch/main amd64 libxcb-shm0 amd64 1.12-1 [95.9 kB]
Step #3 - "lint": Get:34 http://deb.debian.org/debian stretch/main amd64 libxrender1 amd64 1:0.9.10-1 [33.0 kB]
Step #3 - "lint": Get:35 http://deb.debian.org/debian stretch/main amd64 libcairo2 amd64 1.14.8-1 [771 kB]
Step #3 - "lint": Get:36 http://deb.debian.org/debian stretch/main amd64 libthai-data all 0.1.26-1 [166 kB]
Step #3 - "lint": Get:37 http://deb.debian.org/debian stretch/main amd64 libdatrie1 amd64 0.2.10-4+b1 [36.4 kB]
Step #3 - "lint": Get:38 http://deb.debian.org/debian stretch/main amd64 libthai0 amd64 0.1.26-1 [52.1 kB]
Step #3 - "lint": Get:39 http://deb.debian.org/debian stretch/main amd64 libpango-1.0-0 amd64 1.40.5-1 [320 kB]
Step #3 - "lint": Get:40 http://deb.debian.org/debian stretch/main amd64 libgraphite2-3 amd64 1.3.10-1 [84.2 kB]
Step #3 - "lint": Get:41 http://deb.debian.org/debian stretch/main amd64 libharfbuzz0b amd64 1.4.2-1 [671 kB]
Step #3 - "lint": Get:42 http://deb.debian.org/debian stretch/main amd64 libpangoft2-1.0-0 amd64 1.40.5-1 [205 kB]
Step #3 - "lint": Get:43 http://deb.debian.org/debian stretch/main amd64 libpangocairo-1.0-0 amd64 1.40.5-1 [193 kB]
Step #3 - "lint": Get:44 http://deb.debian.org/debian stretch/main amd64 libpathplan4 amd64 2.38.0-17 [62.8 kB]
Step #3 - "lint": Get:45 http://deb.debian.org/debian stretch/main amd64 libxdot4 amd64 2.38.0-17 [55.6 kB]
Step #3 - "lint": Get:46 http://deb.debian.org/debian stretch/main amd64 libgvc6 amd64 2.38.0-17 [639 kB]
Step #3 - "lint": Get:47 http://deb.debian.org/debian stretch/main amd64 libgvpr2 amd64 2.38.0-17 [211 kB]
Step #3 - "lint": Get:48 http://deb.debian.org/debian stretch/main amd64 x11-common all 1:7.7+19 [251 kB]
Step #3 - "lint": Get:49 http://deb.debian.org/debian stretch/main amd64 libice6 amd64 2:1.0.9-2 [58.7 kB]
Step #3 - "lint": Get:50 http://deb.debian.org/debian stretch/main amd64 libsm6 amd64 2:1.2.2-1+b3 [33.3 kB]
Step #3 - "lint": Get:51 http://deb.debian.org/debian stretch/main amd64 libxt6 amd64 1:1.1.5-1 [188 kB]
Step #3 - "lint": Get:52 http://deb.debian.org/debian stretch/main amd64 libxmu6 amd64 2:1.1.2-2 [60.3 kB]
Step #3 - "lint": Get:53 http://deb.debian.org/debian stretch/main amd64 libxaw7 amd64 2:1.0.13-1+b2 [201 kB]
Step #3 - "lint": Get:54 http://deb.debian.org/debian stretch/main amd64 graphviz amd64 2.38.0-17 [802 kB]
Step #3 - "lint": Get:55 http://deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB]
Step #3 - "lint": Get:56 http://deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB]
Step #3 - "lint": Get:57 http://deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB]
Step #3 - "lint": Get:58 http://deb.debian.org/debian stretch/main amd64 libgts-bin amd64 0.7.6+darcs121130-4 [50.8 kB]
Step #3 - "lint": Get:59 http://deb.debian.org/debian stretch/main amd64 python-six all 1.10.0-3 [14.4 kB]
Step #3 - "lint": Get:60 http://deb.debian.org/debian stretch/main amd64 python-urllib3 all 1.19.1-1 [77.5 kB]
Step #3 - "lint": Get:61 http://deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB]
Step #3 - "lint": Get:62 http://deb.debian.org/debian stretch/main amd64 python-chardet all 2.3.0-2 [96.0 kB]
Step #3 - "lint": Get:63 http://deb.debian.org/debian stretch/main amd64 python-requests all 2.12.4-1 [101 kB]
Step #3 - "lint": Get:64 http://deb.debian.org/debian stretch/main amd64 linkchecker amd64 9.3-4 [312 kB]
Step #3 - "lint": Get:65 http://deb.debian.org/debian stretch/main amd64 psmisc amd64 22.21-2.1+b2 [123 kB]
Step #3 - "lint": Get:66 http://deb.debian.org/debian stretch/main amd64 python-cffi-backend amd64 1.9.1-2 [69.0 kB]
Step #3 - "lint": Get:67 http://deb.debian.org/debian stretch/main amd64 python-enum34 all 1.1.6-1 [35.0 kB]
Step #3 - "lint": Get:68 http://deb.debian.org/debian stretch/main amd64 python-idna all 2.2-1 [32.6 kB]
Step #3 - "lint": Get:69 http://deb.debian.org/debian stretch/main amd64 python-ipaddress all 1.0.17-1 [18.1 kB]
Step #3 - "lint": Get:70 http://deb.debian.org/debian stretch/main amd64 python-pyasn1 all 0.1.9-2 [51.8 kB]
Step #3 - "lint": Get:71 http://deb.debian.org/debian stretch/main amd64 python-setuptools all 33.1.1-1 [297 kB]
Step #3 - "lint": Get:72 http://deb.debian.org/debian stretch/main amd64 python-cryptography amd64 1.7.1-3 [211 kB]
Step #3 - "lint": Get:73 http://deb.debian.org/debian stretch/main amd64 python-openssl all 16.2.0-1 [43.7 kB]
Step #3 - "lint": Get:74 http://deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB]
Step #3 - "lint": �[91mdebconf: delaying package configuration, since apt-utils is not installed
Step #3 - "lint": �[0mFetched 18.7 MB in 3s (4842 kB/s)
Step #3 - "lint": Selecting previously unselected package bash-completion.
Step #3 - "lint": (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 ... 17197 files and directories currently installed.)
Step #3 - "lint": Preparing to unpack .../0-bash-completion_1%3a2.1-4.3_all.deb ...
Step #3 - "lint": Unpacking bash-completion (1:2.1-4.3) ...
Step #3 - "lint": Selecting previously unselected package libpython2.7-minimal:amd64.
Step #3 - "lint": Preparing to unpack .../1-libpython2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package python2.7-minimal.
Step #3 - "lint": Preparing to unpack .../2-python2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking python2.7-minimal (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package python-minimal.
Step #3 - "lint": Preparing to unpack .../3-python-minimal_2.7.13-2_amd64.deb ...
Step #3 - "lint": Unpacking python-minimal (2.7.13-2) ...
Step #3 - "lint": Selecting previously unselected package mime-support.
Step #3 - "lint": Preparing to unpack .../4-mime-support_3.60_all.deb ...
Step #3 - "lint": Unpacking mime-support (3.60) ...
Step #3 - "lint": Selecting previously unselected package libpython2.7-stdlib:amd64.
Step #3 - "lint": Preparing to unpack .../5-libpython2.7-stdlib_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package python2.7.
Step #3 - "lint": Preparing to unpack .../6-python2.7_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking python2.7 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package libpython-stdlib:amd64.
Step #3 - "lint": Preparing to unpack .../7-libpython-stdlib_2.7.13-2_amd64.deb ...
Step #3 - "lint": Unpacking libpython-stdlib:amd64 (2.7.13-2) ...
Step #3 - "lint": Setting up libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Setting up python2.7-minimal (2.7.13-2+deb9u3) ...
Step #3 - "lint": Linking and byte-compiling packages for runtime python2.7...
Step #3 - "lint": Setting up python-minimal (2.7.13-2) ...
Step #3 - "lint": Selecting previously unselected package python.
Step #3 - "lint": (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 ... 18545 files and directories currently installed.)
Step #3 - "lint": Preparing to unpack .../00-python_2.7.13-2_amd64.deb ...
Step #3 - "lint": Unpacking python (2.7.13-2) ...
Step #3 - "lint": Selecting previously unselected package libpng16-16:amd64.
Step #3 - "lint": Preparing to unpack .../01-libpng16-16_1.6.28-1_amd64.deb ...
Step #3 - "lint": Unpacking libpng16-16:amd64 (1.6.28-1) ...
Step #3 - "lint": Selecting previously unselected package libfreetype6:amd64.
Step #3 - "lint": Preparing to unpack .../02-libfreetype6_2.6.3-3.2_amd64.deb ...
Step #3 - "lint": Unpacking libfreetype6:amd64 (2.6.3-3.2) ...
Step #3 - "lint": Selecting previously unselected package ucf.
Step #3 - "lint": Preparing to unpack .../03-ucf_3.0036_all.deb ...
Step #3 - "lint": Moving old data out of the way
Step #3 - "lint": Unpacking ucf (3.0036) ...
Step #3 - "lint": Selecting previously unselected package fonts-dejavu-core.
Step #3 - "lint": Preparing to unpack .../04-fonts-dejavu-core_2.37-1_all.deb ...
Step #3 - "lint": Unpacking fonts-dejavu-core (2.37-1) ...
Step #3 - "lint": Selecting previously unselected package fonts-liberation.
Step #3 - "lint": Preparing to unpack .../05-fonts-liberation_1%3a1.07.4-2_all.deb ...
Step #3 - "lint": Unpacking fonts-liberation (1:1.07.4-2) ...
Step #3 - "lint": Selecting previously unselected package fontconfig-config.
Step #3 - "lint": Preparing to unpack .../06-fontconfig-config_2.11.0-6.7_all.deb ...
Step #3 - "lint": Unpacking fontconfig-config (2.11.0-6.7) ...
Step #3 - "lint": Selecting previously unselected package libfontconfig1:amd64.
Step #3 - "lint": Preparing to unpack .../07-libfontconfig1_2.11.0-6.7+b1_amd64.deb ...
Step #3 - "lint": Unpacking libfontconfig1:amd64 (2.11.0-6.7+b1) ...
Step #3 - "lint": Selecting previously unselected package fontconfig.
Step #3 - "lint": Preparing to unpack .../08-fontconfig_2.11.0-6.7+b1_amd64.deb ...
Step #3 - "lint": Unpacking fontconfig (2.11.0-6.7+b1) ...
Step #3 - "lint": Selecting previously unselected package nano.
Step #3 - "lint": Preparing to unpack .../09-nano_2.7.4-1_amd64.deb ...
Step #3 - "lint": Unpacking nano (2.7.4-1) ...
Step #3 - "lint": Selecting previously unselected package wget.
Step #3 - "lint": Preparing to unpack .../10-wget_1.18-5+deb9u2_amd64.deb ...
Step #3 - "lint": Unpacking wget (1.18-5+deb9u2) ...
Step #3 - "lint": Selecting previously unselected package gettext-base.
Step #3 - "lint": Preparing to unpack .../11-gettext-base_0.19.8.1-2_amd64.deb ...
Step #3 - "lint": Unpacking gettext-base (0.19.8.1-2) ...
Step #3 - "lint": Selecting previously unselected package libann0.
Step #3 - "lint": Preparing to unpack .../12-libann0_1.1.2+doc-6_amd64.deb ...
Step #3 - "lint": Unpacking libann0 (1.1.2+doc-6) ...
Step #3 - "lint": Selecting previously unselected package libcdt5.
Step #3 - "lint": Preparing to unpack .../13-libcdt5_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libcdt5 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libcgraph6.
Step #3 - "lint": Preparing to unpack .../14-libcgraph6_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libcgraph6 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libjpeg62-turbo:amd64.
Step #3 - "lint": Preparing to unpack .../15-libjpeg62-turbo_1%3a1.5.1-2_amd64.deb ...
Step #3 - "lint": Unpacking libjpeg62-turbo:amd64 (1:1.5.1-2) ...
Step #3 - "lint": Selecting previously unselected package libjbig0:amd64.
Step #3 - "lint": Preparing to unpack .../16-libjbig0_2.1-3.1+b2_amd64.deb ...
Step #3 - "lint": Unpacking libjbig0:amd64 (2.1-3.1+b2) ...
Step #3 - "lint": Selecting previously unselected package libtiff5:amd64.
Step #3 - "lint": Preparing to unpack .../17-libtiff5_4.0.8-2+deb9u4_amd64.deb ...
Step #3 - "lint": Unpacking libtiff5:amd64 (4.0.8-2+deb9u4) ...
Step #3 - "lint": Selecting previously unselected package libwebp6:amd64.
Step #3 - "lint": Preparing to unpack .../18-libwebp6_0.5.2-1_amd64.deb ...
Step #3 - "lint": Unpacking libwebp6:amd64 (0.5.2-1) ...
Step #3 - "lint": Selecting previously unselected package libxpm4:amd64.
Step #3 - "lint": Preparing to unpack .../19-libxpm4_1%3a3.5.12-1_amd64.deb ...
Step #3 - "lint": Unpacking libxpm4:amd64 (1:3.5.12-1) ...
Step #3 - "lint": Selecting previously unselected package libgd3:amd64.
Step #3 - "lint": Preparing to unpack .../20-libgd3_2.2.4-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking libgd3:amd64 (2.2.4-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package libgts-0.7-5:amd64.
Step #3 - "lint": Preparing to unpack .../21-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ...
Step #3 - "lint": Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
Step #3 - "lint": Selecting previously unselected package libpixman-1-0:amd64.
Step #3 - "lint": Preparing to unpack .../22-libpixman-1-0_0.34.0-1_amd64.deb ...
Step #3 - "lint": Unpacking libpixman-1-0:amd64 (0.34.0-1) ...
Step #3 - "lint": Selecting previously unselected package libxcb-render0:amd64.
Step #3 - "lint": Preparing to unpack .../23-libxcb-render0_1.12-1_amd64.deb ...
Step #3 - "lint": Unpacking libxcb-render0:amd64 (1.12-1) ...
Step #3 - "lint": Selecting previously unselected package libxcb-shm0:amd64.
Step #3 - "lint": Preparing to unpack .../24-libxcb-shm0_1.12-1_amd64.deb ...
Step #3 - "lint": Unpacking libxcb-shm0:amd64 (1.12-1) ...
Step #3 - "lint": Selecting previously unselected package libxrender1:amd64.
Step #3 - "lint": Preparing to unpack .../25-libxrender1_1%3a0.9.10-1_amd64.deb ...
Step #3 - "lint": Unpacking libxrender1:amd64 (1:0.9.10-1) ...
Step #3 - "lint": Selecting previously unselected package libcairo2:amd64.
Step #3 - "lint": Preparing to unpack .../26-libcairo2_1.14.8-1_amd64.deb ...
Step #3 - "lint": Unpacking libcairo2:amd64 (1.14.8-1) ...
Step #3 - "lint": Selecting previously unselected package libthai-data.
Step #3 - "lint": Preparing to unpack .../27-libthai-data_0.1.26-1_all.deb ...
Step #3 - "lint": Unpacking libthai-data (0.1.26-1) ...
Step #3 - "lint": Selecting previously unselected package libdatrie1:amd64.
Step #3 - "lint": Preparing to unpack .../28-libdatrie1_0.2.10-4+b1_amd64.deb ...
Step #3 - "lint": Unpacking libdatrie1:amd64 (0.2.10-4+b1) ...
Step #3 - "lint": Selecting previously unselected package libthai0:amd64.
Step #3 - "lint": Preparing to unpack .../29-libthai0_0.1.26-1_amd64.deb ...
Step #3 - "lint": Unpacking libthai0:amd64 (0.1.26-1) ...
Step #3 - "lint": Selecting previously unselected package libpango-1.0-0:amd64.
Step #3 - "lint": Preparing to unpack .../30-libpango-1.0-0_1.40.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libpango-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Selecting previously unselected package libgraphite2-3:amd64.
Step #3 - "lint": Preparing to unpack .../31-libgraphite2-3_1.3.10-1_amd64.deb ...
Step #3 - "lint": Unpacking libgraphite2-3:amd64 (1.3.10-1) ...
Step #3 - "lint": Selecting previously unselected package libharfbuzz0b:amd64.
Step #3 - "lint": Preparing to unpack .../32-libharfbuzz0b_1.4.2-1_amd64.deb ...
Step #3 - "lint": Unpacking libharfbuzz0b:amd64 (1.4.2-1) ...
Step #3 - "lint": Selecting previously unselected package libpangoft2-1.0-0:amd64.
Step #3 - "lint": Preparing to unpack .../33-libpangoft2-1.0-0_1.40.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libpangoft2-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Selecting previously unselected package libpangocairo-1.0-0:amd64.
Step #3 - "lint": Preparing to unpack .../34-libpangocairo-1.0-0_1.40.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libpangocairo-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Selecting previously unselected package libpathplan4.
Step #3 - "lint": Preparing to unpack .../35-libpathplan4_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libpathplan4 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libxdot4.
Step #3 - "lint": Preparing to unpack .../36-libxdot4_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libxdot4 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libgvc6.
Step #3 - "lint": Preparing to unpack .../37-libgvc6_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libgvc6 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libgvpr2.
Step #3 - "lint": Preparing to unpack .../38-libgvpr2_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libgvpr2 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package x11-common.
Step #3 - "lint": Preparing to unpack .../39-x11-common_1%3a7.7+19_all.deb ...
Step #3 - "lint": Unpacking x11-common (1:7.7+19) ...
Step #3 - "lint": Selecting previously unselected package libice6:amd64.
Step #3 - "lint": Preparing to unpack .../40-libice6_2%3a1.0.9-2_amd64.deb ...
Step #3 - "lint": Unpacking libice6:amd64 (2:1.0.9-2) ...
Step #3 - "lint": Selecting previously unselected package libsm6:amd64.
Step #3 - "lint": Preparing to unpack .../41-libsm6_2%3a1.2.2-1+b3_amd64.deb ...
Step #3 - "lint": Unpacking libsm6:amd64 (2:1.2.2-1+b3) ...
Step #3 - "lint": Selecting previously unselected package libxt6:amd64.
Step #3 - "lint": Preparing to unpack .../42-libxt6_1%3a1.1.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libxt6:amd64 (1:1.1.5-1) ...
Step #3 - "lint": Selecting previously unselected package libxmu6:amd64.
Step #3 - "lint": Preparing to unpack .../43-libxmu6_2%3a1.1.2-2_amd64.deb ...
Step #3 - "lint": Unpacking libxmu6:amd64 (2:1.1.2-2) ...
Step #3 - "lint": Selecting previously unselected package libxaw7:amd64.
Step #3 - "lint": Preparing to unpack .../44-libxaw7_2%3a1.0.13-1+b2_amd64.deb ...
Step #3 - "lint": Unpacking libxaw7:amd64 (2:1.0.13-1+b2) ...
Step #3 - "lint": Selecting previously unselected package graphviz.
Step #3 - "lint": Preparing to unpack .../45-graphviz_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking graphviz (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libonig4:amd64.
Step #3 - "lint": Preparing to unpack .../46-libonig4_6.1.3-2_amd64.deb ...
Step #3 - "lint": Unpacking libonig4:amd64 (6.1.3-2) ...
Step #3 - "lint": Selecting previously unselected package libjq1:amd64.
Step #3 - "lint": Preparing to unpack .../47-libjq1_1.5+dfsg-1.3_amd64.deb ...
Step #3 - "lint": Unpacking libjq1:amd64 (1.5+dfsg-1.3) ...
Step #3 - "lint": Selecting previously unselected package jq.
Step #3 - "lint": Preparing to unpack .../48-jq_1.5+dfsg-1.3_amd64.deb ...
Step #3 - "lint": Unpacking jq (1.5+dfsg-1.3) ...
Step #3 - "lint": Selecting previously unselected package libgts-bin.
Step #3 - "lint": Preparing to unpack .../49-libgts-bin_0.7.6+darcs121130-4_amd64.deb ...
Step #3 - "lint": Unpacking libgts-bin (0.7.6+darcs121130-4) ...
Step #3 - "lint": Selecting previously unselected package python-six.
Step #3 - "lint": Preparing to unpack .../50-python-six_1.10.0-3_all.deb ...
Step #3 - "lint": Unpacking python-six (1.10.0-3) ...
Step #3 - "lint": Selecting previously unselected package python-urllib3.
Step #3 - "lint": Preparing to unpack .../51-python-urllib3_1.19.1-1_all.deb ...
Step #3 - "lint": Unpacking python-urllib3 (1.19.1-1) ...
Step #3 - "lint": Selecting previously unselected package python-pkg-resources.
Step #3 - "lint": Preparing to unpack .../52-python-pkg-resources_33.1.1-1_all.deb ...
Step #3 - "lint": Unpacking python-pkg-resources (33.1.1-1) ...
Step #3 - "lint": Selecting previously unselected package python-chardet.
Step #3 - "lint": Preparing to unpack .../53-python-chardet_2.3.0-2_all.deb ...
Step #3 - "lint": Unpacking python-chardet (2.3.0-2) ...
Step #3 - "lint": Selecting previously unselected package python-requests.
Step #3 - "lint": Preparing to unpack .../54-python-requests_2.12.4-1_all.deb ...
Step #3 - "lint": Unpacking python-requests (2.12.4-1) ...
Step #3 - "lint": Selecting previously unselected package linkchecker.
Step #3 - "lint": Preparing to unpack .../55-linkchecker_9.3-4_amd64.deb ...
Step #3 - "lint": Unpacking linkchecker (9.3-4) ...
Step #3 - "lint": Selecting previously unselected package psmisc.
Step #3 - "lint": Preparing to unpack .../56-psmisc_22.21-2.1+b2_amd64.deb ...
Step #3 - "lint": Unpacking psmisc (22.21-2.1+b2) ...
Step #3 - "lint": Selecting previously unselected package python-cffi-backend.
Step #3 - "lint": Preparing to unpack .../57-python-cffi-backend_1.9.1-2_amd64.deb ...
Step #3 - "lint": Unpacking python-cffi-backend (1.9.1-2) ...
Step #3 - "lint": Selecting previously unselected package python-enum34.
Step #3 - "lint": Preparing to unpack .../58-python-enum34_1.1.6-1_all.deb ...
Step #3 - "lint": Unpacking python-enum34 (1.1.6-1) ...
Step #3 - "lint": Selecting previously unselected package python-idna.
Step #3 - "lint": Preparing to unpack .../59-python-idna_2.2-1_all.deb ...
Step #3 - "lint": Unpacking python-idna (2.2-1) ...
Step #3 - "lint": Selecting previously unselected package python-ipaddress.
Step #3 - "lint": Preparing to unpack .../60-python-ipaddress_1.0.17-1_all.deb ...
Step #3 - "lint": Unpacking python-ipaddress (1.0.17-1) ...
Step #3 - "lint": Selecting previously unselected package python-pyasn1.
Step #3 - "lint": Preparing to unpack .../61-python-pyasn1_0.1.9-2_all.deb ...
Step #3 - "lint": Unpacking python-pyasn1 (0.1.9-2) ...
Step #3 - "lint": Selecting previously unselected package python-setuptools.
Step #3 - "lint": Preparing to unpack .../62-python-setuptools_33.1.1-1_all.deb ...
Step #3 - "lint": Unpacking python-setuptools (33.1.1-1) ...
Step #3 - "lint": Selecting previously unselected package python-cryptography.
Step #3 - "lint": Preparing to unpack .../63-python-cryptography_1.7.1-3_amd64.deb ...
Step #3 - "lint": Unpacking python-cryptography (1.7.1-3) ...
Step #3 - "lint": Selecting previously unselected package python-openssl.
Step #3 - "lint": Preparing to unpack .../64-python-openssl_16.2.0-1_all.deb ...
Step #3 - "lint": Unpacking python-openssl (16.2.0-1) ...
Step #3 - "lint": Selecting previously unselected package zip.
Step #3 - "lint": Preparing to unpack .../65-zip_3.0-11+b1_amd64.deb ...
Step #3 - "lint": Unpacking zip (3.0-11+b1) ...
Step #3 - "lint": Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
Step #3 - "lint": Setting up libpathplan4 (2.38.0-17) ...
Step #3 - "lint": Setting up libxcb-render0:amd64 (1.12-1) ...
Step #3 - "lint": Setting up libxdot4 (2.38.0-17) ...
Step #3 - "lint": Setting up libjpeg62-turbo:amd64 (1:1.5.1-2) ...
Step #3 - "lint": Setting up psmisc (22.21-2.1+b2) ...
Step #3 - "lint": Setting up mime-support (3.60) ...
Step #3 - "lint": Setting up libpng16-16:amd64 (1.6.28-1) ...
Step #3 - "lint": Setting up libjbig0:amd64 (2.1-3.1+b2) ...
Step #3 - "lint": Setting up fonts-dejavu-core (2.37-1) ...
Step #3 - "lint": Setting up bash-completion (1:2.1-4.3) ...
Step #3 - "lint": Setting up libonig4:amd64 (6.1.3-2) ...
Step #3 - "lint": Setting up libdatrie1:amd64 (0.2.10-4+b1) ...
Step #3 - "lint": Setting up libtiff5:amd64 (4.0.8-2+deb9u4) ...
Step #3 - "lint": Setting up gettext-base (0.19.8.1-2) ...
Step #3 - "lint": Processing triggers for sgml-base (1.29) ...
Step #3 - "lint": Setting up fonts-liberation (1:1.07.4-2) ...
Step #3 - "lint": Setting up ucf (3.0036) ...
Step #3 - "lint": debconf: unable to initialize frontend: Dialog
Step #3 - "lint": debconf: (TERM is not set, so the dialog frontend is not usable.)
Step #3 - "lint": debconf: falling back to frontend: Readline
Step #3 - "lint": Setting up zip (3.0-11+b1) ...
Step #3 - "lint": Setting up libfreetype6:amd64 (2.6.3-3.2) ...
Step #3 - "lint": Setting up libgraphite2-3:amd64 (1.3.10-1) ...
Step #3 - "lint": Setting up libjq1:amd64 (1.5+dfsg-1.3) ...
Step #3 - "lint": Setting up nano (2.7.4-1) ...
Step #3 - "lint": update-alternatives: using /bin/nano to provide /usr/bin/editor (editor) in auto mode
Step #3 - "lint": update-alternatives: using /bin/nano to provide /usr/bin/pico (pico) in auto mode
Step #3 - "lint": Setting up libpixman-1-0:amd64 (0.34.0-1) ...
Step #3 - "lint": Processing triggers for libc-bin (2.24-11+deb9u3) ...
Step #3 - "lint": Setting up wget (1.18-5+deb9u2) ...
Step #3 - "lint": Setting up libann0 (1.1.2+doc-6) ...
Step #3 - "lint": Setting up libxcb-shm0:amd64 (1.12-1) ...
Step #3 - "lint": Setting up libxpm4:amd64 (1:3.5.12-1) ...
Step #3 - "lint": Setting up libxrender1:amd64 (1:0.9.10-1) ...
Step #3 - "lint": Setting up libgts-bin (0.7.6+darcs121130-4) ...
Step #3 - "lint": Setting up libthai-data (0.1.26-1) ...
Step #3 - "lint": Setting up x11-common (1:7.7+19) ...
Step #3 - "lint": debconf: unable to initialize frontend: Dialog
Step #3 - "lint": debconf: (TERM is not set, so the dialog frontend is not usable.)
Step #3 - "lint": debconf: falling back to frontend: Readline
Step #3 - "lint": update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Step #3 - "lint": invoke-rc.d: could not determine current runlevel
Step #3 - "lint": invoke-rc.d: policy-rc.d denied execution of start.
Step #3 - "lint": Setting up libcdt5 (2.38.0-17) ...
Step #3 - "lint": Setting up libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Setting up libcgraph6 (2.38.0-17) ...
Step #3 - "lint": Setting up libwebp6:amd64 (0.5.2-1) ...
Step #3 - "lint": Setting up jq (1.5+dfsg-1.3) ...
Step #3 - "lint": Setting up fontconfig-config (2.11.0-6.7) ...
Step #3 - "lint": debconf: unable to initialize frontend: Dialog
Step #3 - "lint": debconf: (TERM is not set, so the dialog frontend is not usable.)
Step #3 - "lint": debconf: falling back to frontend: Readline
Step #3 - "lint": Setting up libgvpr2 (2.38.0-17) ...
Step #3 - "lint": Setting up python2.7 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Setting up libharfbuzz0b:amd64 (1.4.2-1) ...
Step #3 - "lint": Setting up libthai0:amd64 (0.1.26-1) ...
Step #3 - "lint": Setting up libpython-stdlib:amd64 (2.7.13-2) ...
Step #3 - "lint": Setting up libice6:amd64 (2:1.0.9-2) ...
Step #3 - "lint": Setting up python (2.7.13-2) ...
Step #3 - "lint": Setting up python-idna (2.2-1) ...
Step #3 - "lint": Setting up libfontconfig1:amd64 (2.11.0-6.7+b1) ...
Step #3 - "lint": Setting up libsm6:amd64 (2:1.2.2-1+b3) ...
Step #3 - "lint": Setting up python-pyasn1 (0.1.9-2) ...
Step #3 - "lint": Setting up libgd3:amd64 (2.2.4-2+deb9u3) ...
Step #3 - "lint": Setting up python-pkg-resources (33.1.1-1) ...
Step #3 - "lint": Setting up python-cffi-backend (1.9.1-2) ...
Step #3 - "lint": Setting up python-six (1.10.0-3) ...
Step #3 - "lint": Setting up python-enum34 (1.1.6-1) ...
Step #3 - "lint": Setting up libxt6:amd64 (1:1.1.5-1) ...
Step #3 - "lint": Setting up python-ipaddress (1.0.17-1) ...
Step #3 - "lint": Setting up fontconfig (2.11.0-6.7+b1) ...
Step #3 - "lint": Regenerating fonts cache... done.
Step #3 - "lint": Setting up libcairo2:amd64 (1.14.8-1) ...
Step #3 - "lint": Setting up python-setuptools (33.1.1-1) ...
Step #3 - "lint": Setting up python-urllib3 (1.19.1-1) ...
Step #3 - "lint": Setting up python-chardet (2.3.0-2) ...
Step #3 - "lint": Setting up libxmu6:amd64 (2:1.1.2-2) ...
Step #3 - "lint": Setting up libpango-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Setting up python-cryptography (1.7.1-3) ...
Step #3 - "lint": Setting up python-requests (2.12.4-1) ...
Step #3 - "lint": Setting up linkchecker (9.3-4) ...
Step #3 - "lint": Setting up libxaw7:amd64 (2:1.0.13-1+b2) ...
Step #3 - "lint": Setting up python-openssl (16.2.0-1) ...
Step #3 - "lint": Setting up libpangoft2-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Setting up libpangocairo-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Setting up libgvc6 (2.38.0-17) ...
Step #3 - "lint": Setting up graphviz (2.38.0-17) ...
Step #3 - "lint": Processing triggers for libc-bin (2.24-11+deb9u3) ...
Step #3 - "lint": Removing intermediate container 0d25cade17eb
Step #3 - "lint":  ---> 67c69675ef68
Step #3 - "lint": Step 3/33 : ENV RUSTUP_HOME=/usr/local/rustup     CARGO_HOME=/usr/local/cargo     PATH=/usr/local/cargo/bin:$PATH     RUST_VERSION=1.26.1
Step #3 - "lint":  ---> Running in f22ce3929358
Step #3 - "lint": Removing intermediate container f22ce3929358
Step #3 - "lint":  ---> 18438e0a314a
Step #3 - "lint": Step 4/33 : ENV RUST_ARCH=x86_64-unknown-linux-gnu     RUSTUP_SHA256=c9837990bce0faab4f6f52604311a19bb8d2cde989bea6a7b605c8e526db6f02
Step #3 - "lint":  ---> Running in 0c025432ca14
Step #3 - "lint": Removing intermediate container 0c025432ca14
Step #3 - "lint":  ---> e74e1ef47b22
Step #3 - "lint": Step 5/33 : RUN wget -q https://static.rust-lang.org/rustup/archive/1.11.0/${RUST_ARCH}/rustup-init &&     echo "${RUSTUP_SHA256} *rustup-init" | sha256sum -c - &&     chmod +x rustup-init &&     ./rustup-init -y --no-modify-path --default-toolchain $RUST_VERSION &&     rm rustup-init &&     rustup --version;     cargo --version;     rustc --version;
Step #3 - "lint":  ---> Running in 9cf60e65957f
Step #3 - "lint": rustup-init: OK
Step #3 - "lint": �[91minfo: syncing channel updates for '1.26.1-x86_64-unknown-linux-gnu'
Step #3 - "lint": �[0m�[91minfo: latest update on 2018-05-29, rust version 1.26.1 (827013a31 2018-05-25)
Step #3 - "lint": info: downloading component 'rustc'
Step #3 - "lint": �[0m�[91minfo: downloading component 'rust-std'
Step #3 - "lint": �[0m�[91minfo: downloading component 'cargo'
Step #3 - "lint": �[0m�[91minfo: downloading component 'rust-docs'
Step #3 - "lint": �[0m�[91minfo: installing component 'rustc'
Step #3 - "lint": �[0m�[91minfo: installing component 'rust-std'
Step #3 - "lint": �[0m�[91minfo: installing component 'cargo'
Step #3 - "lint": �[0m�[91minfo: installing component 'rust-docs'
Step #3 - "lint": �[0m�[91minfo: default toolchain set to '1.26.1'
Step #3 - "lint": �[0m
Step #3 - "lint":   1.26.1 installed - rustc 1.26.1 (827013a31 2018-05-25)
Step #3 - "lint": 
Step #3 - "lint": rustup 1.11.0 (e751ff9f8 2018-02-13)
Step #3 - "lint": cargo 1.26.0 (0e7c5a931 2018-04-06)
Step #3 - "lint": rustc 1.26.1 (827013a31 2018-05-25)
Step #3 - "lint": Removing intermediate container 9cf60e65957f
Step #3 - "lint":  ---> 0762ef2fdb42
Step #3 - "lint": Step 6/33 : WORKDIR /usr/local
Step #3 - "lint":  ---> Running in fecf950bd0ac
Step #3 - "lint": Removing intermediate container fecf950bd0ac
Step #3 - "lint":  ---> 91527b5a7288
Step #3 - "lint": Step 7/33 : ENV GO_VERSION=1.11.4
Step #3 - "lint":  ---> Running in 8a3e6aa0b995
Step #3 - "lint": Removing intermediate container 8a3e6aa0b995
Step #3 - "lint":  ---> b4f5d7787e20
Step #3 - "lint": Step 8/33 : ENV GOPATH /go
Step #3 - "lint":  ---> Running in 905fdd777a8c
Step #3 - "lint": Removing intermediate container 905fdd777a8c
Step #3 - "lint":  ---> cb7f79244d68
Step #3 - "lint": Step 9/33 : RUN wget -q https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz &&     tar -xzf go${GO_VERSION}.linux-amd64.tar.gz && rm go${GO_VERSION}.linux-amd64.tar.gz && mkdir ${GOPATH}
Step #3 - "lint":  ---> Running in 59a40d73f7a3
Step #3 - "lint": Removing intermediate container 59a40d73f7a3
Step #3 - "lint":  ---> 38a52b17fabf
Step #3 - "lint": Step 10/33 : WORKDIR /opt
Step #3 - "lint":  ---> Running in f12c7369387c
Step #3 - "lint": Removing intermediate container f12c7369387c
Step #3 - "lint":  ---> ac00a876b232
Step #3 - "lint": Step 11/33 : RUN wget -q https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.zip && unzip -q google-cloud-sdk.zip &&     rm google-cloud-sdk.zip &&     /opt/google-cloud-sdk/install.sh --usage-reporting=true --path-update=true --bash-completion=true --rc-path=/root/.bashrc
Step #3 - "lint":  ---> Running in 40b781ec50f0
Step #3 - "lint": Welcome to the Google Cloud SDK!
Step #3 - "lint": WARNING: You appear to be running this script as root. This may cause 
Step #3 - "lint": the installation to be inaccessible to users other than the root user.
Step #3 - "lint": �[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Your current Cloud SDK version is: 230.0.0
Step #3 - "lint": �[0m�[91mInstalling components from version: 230.0.0
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91m+----------------------------------------------------------------------------+�[0m�[91m
Step #3 - "lint": �[0m�[91m|                    These components will be installed.                     |�[0m�[91m
Step #3 - "lint": �[0m�[91m+-----------------------------------------------------+------------+---------+�[0m�[91m
Step #3 - "lint": �[0m�[91m|                         Name                        |  Version   |   Size  |�[0m�[91m
Step #3 - "lint": �[0m�[91m+-----------------------------------------------------+------------+---------+�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mBigQuery Command Line Tool                         �[0m�[91m �[0m�[91m| �[0m�[91m    2.0.39�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mBigQuery Command Line Tool (Platform Specific)     �[0m�[91m �[0m�[91m| �[0m�[91m    2.0.34�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud SDK Core Libraries (Platform Specific)       �[0m�[91m �[0m�[91m| �[0m�[91m2018.09.24�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud Storage Command Line Tool                    �[0m�[91m �[0m�[91m| �[0m�[91m      4.35�[0m�[91m �[0m�[91m| �[0m�[91m3.6 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud Storage Command Line Tool (Platform Specific)�[0m�[91m �[0m�[91m| �[0m�[91m      4.34�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mDefault set of gcloud commands                     �[0m�[91m �[0m�[91m| �[0m�[91m          �[0m�[91m �[0m�[91m| �[0m�[91m       �[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgcloud cli dependencies                            �[0m�[91m �[0m�[91m| �[0m�[91m2018.08.03�[0m�[91m �[0m�[91m| �[0m�[91m8.6 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m+-----------------------------------------------------+------------+---------+�[0m�[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mFor the latest full release notes, please visit:
Step #3 - "lint":   https://cloud.google.com/sdk/release_notes
Step #3 - "lint": 
Step #3 - "lint": �[0m�[91m#============================================================#
Step #3 - "lint": �[0m�[91m#= Creating update staging area                             =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: BigQuery Command Line Tool                   =#
Step #3 - "lint": #�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: BigQuery Command Line Tool (Platform Spec... =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m==============================�[0m�[91m===============�[0m�[91m===============�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud SDK Core Libraries (Platform Specific) =#
Step #3 - "lint": #�[0m�[91m==============================�[0m�[91m==========�[0m�[91m=========�[0m�[91m===========�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud Storage Command Line Tool              =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud Storage Command Line Tool (Platform... =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m==============================�[0m�[91m===============�[0m�[91m===============�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: Default set of gcloud commands               =#
Step #3 - "lint": #�[0m�[91m============================================================�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: gcloud cli dependencies                      =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Creating backup and activating new installation          =#
Step #3 - "lint": #�[0m�[91m==============================�[0m�[91m==============================�[0m�[91m#
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mPerforming post processing steps...
Step #3 - "lint": �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91mdone.
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Update done!
Step #3 - "lint": 
Step #3 - "lint": �[0m
Step #3 - "lint": This will install all the core command line tools necessary for working with
Step #3 - "lint": the Google Cloud Platform.
Step #3 - "lint": 
Step #3 - "lint": Backing up [/root/.bashrc] to [/root/.bashrc.backup].
Step #3 - "lint": [/root/.bashrc] has been updated.
Step #3 - "lint": 
Step #3 - "lint": ==> Start a new shell for the changes to take effect.
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": For more information on how to get started, please visit:
Step #3 - "lint":   https://cloud.google.com/sdk/docs/quickstarts
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": Removing intermediate container 40b781ec50f0
Step #3 - "lint":  ---> 6790b064979b
Step #3 - "lint": Step 12/33 : ENV PATH /usr/local/go/bin:/go/bin:/opt/google-cloud-sdk/bin:$PATH
Step #3 - "lint":  ---> Running in b3841d03fa54
Step #3 - "lint": Removing intermediate container b3841d03fa54
Step #3 - "lint":  ---> 65391da7c083
Step #3 - "lint": Step 13/33 : RUN gcloud components update && gcloud components install app-engine-go
Step #3 - "lint":  ---> Running in 8957b0474472
Step #3 - "lint": �[91m
Step #3 - "lint": All components are up to date.
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Your current Cloud SDK version is: 230.0.0
Step #3 - "lint": �[0m�[91mInstalling components from version: 230.0.0
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91m+---------------------------------------------------+
Step #3 - "lint": �[0m�[91m|        These components will be installed.        |�[0m�[91m
Step #3 - "lint": �[0m�[91m+------------------------------+---------+----------+�[0m�[91m
Step #3 - "lint": �[0m�[91m|             Name             | Version |   Size   |�[0m�[91m
Step #3 - "lint": �[0m�[91m+------------------------------+---------+----------+�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mApp Engine Go Extensions    �[0m�[91m �[0m�[91m| �[0m�[91m       �[0m�[91m �[0m�[91m| �[0m�[91m        �[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mApp Engine Go Extensions    �[0m�[91m �[0m�[91m| �[0m�[91m 1.9.70�[0m�[91m �[0m�[91m| �[0m�[91m56.6 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud Datastore Emulator    �[0m�[91m �[0m�[91m| �[0m�[91m  2.0.3�[0m�[91m �[0m�[91m| �[0m�[91m18.3 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgRPC python library         �[0m�[91m �[0m�[91m| �[0m�[91m  1.9.1�[0m�[91m �[0m�[91m| �[0m�[91m12.1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgRPC python library         �[0m�[91m �[0m�[91m| �[0m�[91m       �[0m�[91m �[0m�[91m| �[0m�[91m        �[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgcloud app Python Extensions�[0m�[91m �[0m�[91m| �[0m�[91m 1.9.81�[0m�[91m �[0m�[91m| �[0m�[91m 6.2 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m+------------------------------+---------+----------+�[0m�[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mFor the latest full release notes, please visit:
Step #3 - "lint":   https://cloud.google.com/sdk/release_notes
Step #3 - "lint": 
Step #3 - "lint": �[0m�[91mDo you want to continue (Y/n)?  
Step #3 - "lint": �[0m�[91m#============================================================#
Step #3 - "lint": �[0m�[91m#= Creating update staging area                             =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: App Engine Go Extensions                     =#
Step #3 - "lint": #�[0m�[91m============================================================�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: App Engine Go Extensions                     =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud Datastore Emulator                     =#
Step #3 - "lint": #�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: gRPC python library                          =#
Step #3 - "lint": #�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: gRPC python library                          =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m============================================================�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: gcloud app Python Extensions                 =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Creating backup and activating new installation          =#
Step #3 - "lint": #�[0m�[91m==============================�[0m�[91m==============================�[0m�[91m#
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mPerforming post processing steps...
Step #3 - "lint": �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91mdone.
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Update done!
Step #3 - "lint": 
Step #3 - "lint": �[0mRemoving intermediate container 8957b0474472
Step #3 - "lint":  ---> 3cf30e5ec22e
Step #3 - "lint": Step 14/33 : ENV KUBECTL_VER 1.11.5
Step #3 - "lint":  ---> Running in 082421be22f7
Step #3 - "lint": Removing intermediate container 082421be22f7
Step #3 - "lint":  ---> 269c3e466784
Step #3 - "lint": Step 15/33 : 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 #3 - "lint":  ---> Running in ebbaa63f3b27
Step #3 - "lint": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #3 - "lint":                                  Dload  Upload   Total   Spen�[0m�[91mt    Left  Speed
Step #3 - "lint": 
  0     0    0     0    0     0      0      0 --�[0m�[91m:--:-- --:--:-- --:--�[0m�[91m:--     0�[0m�[91m
100 52.8M  100 52.8M    0     0   113M      0 --:--:-- --:--:-- --:--:--  113M
Step #3 - "lint": �[0mRemoving intermediate container ebbaa63f3b27
Step #3 - "lint":  ---> fe23e0078cbd
Step #3 - "lint": Step 16/33 : RUN echo "source <(kubectl completion bash)" >> /root/.bashrc
Step #3 - "lint":  ---> Running in 4db347fc47e8
Step #3 - "lint": Removing intermediate container 4db347fc47e8
Step #3 - "lint":  ---> e703981d1fba
Step #3 - "lint": Step 17/33 : ENV HELM_VER 2.11.0
Step #3 - "lint":  ---> Running in 40ed99d8f8c7
Step #3 - "lint": Removing intermediate container 40ed99d8f8c7
Step #3 - "lint":  ---> 6f048cb8a4b9
Step #3 - "lint": Step 18/33 : ENV HELM_URL https://storage.googleapis.com/kubernetes-helm/helm-v${HELM_VER}-linux-amd64.tar.gz
Step #3 - "lint":  ---> Running in 15c2e52f5c98
Step #3 - "lint": Removing intermediate container 15c2e52f5c98
Step #3 - "lint":  ---> f6067a464ec3
Step #3 - "lint": Step 19/33 : 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 #3 - "lint":  ---> Running in 68bfe8e7de43
Step #3 - "lint": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #3 - "lint":                                  Dload  Upload   Total   Spent    Left  Speed
Step #3 - "lint": 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --�[0m�[91m:--:--     0�[0m�[91m
100 18.2M  100 18.2M    0     0  72.4M      0 --:--:-- --:--:-- --:--:-- 72.4M
Step #3 - "lint": �[0mlinux-amd64/
Step #3 - "lint": linux-amd64/tiller
Step #3 - "lint": linux-amd64/README.md
Step #3 - "lint": linux-amd64/helm
Step #3 - "lint": linux-amd64/LICENSE
Step #3 - "lint": Removing intermediate container 68bfe8e7de43
Step #3 - "lint":  ---> 55f7b9717533
Step #3 - "lint": Step 20/33 : RUN echo "source <(helm completion bash)" >> /root/.bashrc
Step #3 - "lint":  ---> Running in e94aa8dd0f37
Step #3 - "lint": Removing intermediate container e94aa8dd0f37
Step #3 - "lint":  ---> fdcbaa94cb94
Step #3 - "lint": Step 21/33 : RUN mkdir -p /go/src/github.com/golang && cd /go/src/github.com/golang &&     git clone https://github.com/golang/protobuf.git &&      cd protobuf && git checkout v1.2.0 &&     go install github.com/golang/protobuf/protoc-gen-go
Step #3 - "lint":  ---> Running in 32fe007eeb29
Step #3 - "lint": �[91mCloning into 'protobuf'...
Step #3 - "lint": �[0m�[91mNote: checking out 'v1.2.0'.
Step #3 - "lint": 
Step #3 - "lint": You are in 'detached HEAD' state. You can look around, make experimental
Step #3 - "lint": changes and commit them, and you can discard any commits you make in this
Step #3 - "lint": state without impacting any branches by performing another checkout.
Step #3 - "lint": 
Step #3 - "lint": If you want to create a new branch to retain commits you create, you may
Step #3 - "lint": do so (now or later) by using -b with the checkout command again. Example:
Step #3 - "lint": 
Step #3 - "lint":   git checkout -b <new-branch-name>
Step #3 - "lint": 
Step #3 - "lint": HEAD is now at aa810b6... proto: fix handling of required fields after multiple violations (#679)
Step #3 - "lint": �[0mRemoving intermediate container 32fe007eeb29
Step #3 - "lint":  ---> e58ed0be1895
Step #3 - "lint": Step 22/33 : RUN cargo install protobuf-codegen --vers 2.0.2
Step #3 - "lint":  ---> Running in 060f304d9ef3
Step #3 - "lint": �[91m    Updating registry `https://github.com/rust-lang/crates.io-index`
Step #3 - "lint": �[0m�[91m Downloading protobuf-codegen v2.0.2
Step #3 - "lint": �[0m�[91m  Installing protobuf-codegen v2.0.2
Step #3 - "lint": �[0m�[91m Downloading protobuf v2.0.2
Step #3 - "lint": �[0m�[91m   Compiling protobuf v2.0.2
Step #3 - "lint": �[0m�[91m   Compiling protobuf-codegen v2.0.2
Step #3 - "lint": �[0m�[91m    Finished release [optimized] target(s) in 36.82 secs
Step #3 - "lint": �[0m�[91m  Installing /usr/local/cargo/bin/protoc-gen-rust
Step #3 - "lint":   Installing /usr/local/cargo/bin/protobuf-bin-gen-rust-do-not-use
Step #3 - "lint": �[0mRemoving intermediate container 060f304d9ef3
Step #3 - "lint":  ---> 86001c0fbe3a
Step #3 - "lint": Step 23/33 : RUN cargo install grpcio-compiler --vers 0.3.0
Step #3 - "lint":  ---> Running in 2456af3723e9
Step #3 - "lint": �[91m    Updating registry `https://github.com/rust-lang/crates.io-index`
Step #3 - "lint": �[0m�[91m Downloading grpcio-compiler v0.3.0
Step #3 - "lint": �[0m�[91m  Installing grpcio-compiler v0.3.0
Step #3 - "lint": �[0m�[91m Downloading protobuf-codegen v2.0.6
Step #3 - "lint": �[0m�[91m Downloading protobuf v2.0.6
Step #3 - "lint": �[0m�[91m   Compiling protobuf v2.0.6
Step #3 - "lint": �[0m�[91m   Compiling protobuf-codegen v2.0.6
Step #3 - "lint": �[0m�[91m   Compiling grpcio-compiler v0.3.0
Step #3 - "lint": �[0m�[91m    Finished release [optimized] target(s) in 37.64 secs
Step #3 - "lint": �[0m�[91m  Installing /usr/local/cargo/bin/grpc_rust_plugin
Step #3 - "lint": �[0mRemoving intermediate container 2456af3723e9
Step #3 - "lint":  ---> b74ae6e4e2e6
Step #3 - "lint": Step 24/33 : RUN go get -u github.com/golang/dep/cmd/dep &&     go get -u golang.org/x/tools/cmd/goimports
Step #3 - "lint":  ---> Running in e26cbe655c4f
Step #3 - "lint": Removing intermediate container e26cbe655c4f
Step #3 - "lint":  ---> bc09e947e869
Step #3 - "lint": Step 25/33 : RUN curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin v1.12.2
Step #3 - "lint":  ---> Running in a46a508f0181
Step #3 - "lint": �[91mgolangci/golangci-lint info checking GitHub for tag 'v1.12.2'
Step #3 - "lint": �[0m�[91mgolangci/golangci-lint info found version: 1.12.2 for v1.12.2/linux/amd64
Step #3 - "lint": �[0m�[91mgolangci/golangci-lint info installed /go/bin/golangci-lint
Step #3 - "lint": �[0mRemoving intermediate container a46a508f0181
Step #3 - "lint":  ---> ffd04a820d96
Step #3 - "lint": Step 26/33 : RUN mkdir -p /go/src && cd /go/src && mkdir -p k8s.io && cd k8s.io &&     git clone -b kubernetes-1.11.5 --depth=3 https://github.com/kubernetes/code-generator.git
Step #3 - "lint":  ---> Running in 139804764c23
Step #3 - "lint": �[91mCloning into 'code-generator'...
Step #3 - "lint": �[0m�[91mNote: checking out '8c97d6ab64da020f8b151e9d3ed8af3172f5c390'.
Step #3 - "lint": 
Step #3 - "lint": You are in 'detached HEAD' state. You can look around, make experimental
Step #3 - "lint": changes and commit them, and you can discard any commits you make in this
Step #3 - "lint": state without impacting any branches by performing another checkout.
Step #3 - "lint": 
Step #3 - "lint": If you want to create a new branch to retain commits you create, you may
Step #3 - "lint": do so (now or later) by using -b with the checkout command again. Example:
Step #3 - "lint": 
Step #3 - "lint":   git checkout -b <new-branch-name>
Step #3 - "lint": 
Step #3 - "lint": �[0mRemoving intermediate container 139804764c23
Step #3 - "lint":  ---> 304cdd3227ed
Step #3 - "lint": Step 27/33 : RUN mkdir /tmp/hugo &&     wget -O /tmp/hugo/hugo.tar.gz https://github.com/gohugoio/hugo/releases/download/v0.53/hugo_extended_0.53_Linux-64bit.tar.gz &&     tar -zxvf /tmp/hugo/hugo.tar.gz -C /tmp/hugo/ &&     mv /tmp/hugo/hugo /usr/local/bin/ &&     rm -r /tmp/hugo
Step #3 - "lint":  ---> Running in ab6355dedd91
Step #3 - "lint": �[91m--2019-01-23 01:40:19--  https://github.com/gohugoio/hugo/releases/download/v0.53/hugo_extended_0.53_Linux-64bit.tar.gz
Step #3 - "lint": �[0m�[91mResolving github.com (github.com)... �[0m�[91m192.30.253.113, 192.30.253.112
Step #3 - "lint": Connecting to github.com (github.com)|192.30.253.113|:443... �[0m�[91mconnected.
Step #3 - "lint": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m302 Found
Step #3 - "lint": Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/11180687/68eb0b80-0760-11e9-8761-329b77cc0aeb?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190123%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190123T014019Z&X-Amz-Expires=300&X-Amz-Signature=2f4367089d65c2fab0b1d446db3545024f429be71581658239978ac856f4b11f&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dhugo_extended_0.53_Linux-64bit.tar.gz&response-content-type=application%2Foctet-stream [following]
Step #3 - "lint": --2019-01-23 01:40:19--  https://github-production-release-asset-2e65be.s3.amazonaws.com/11180687/68eb0b80-0760-11e9-8761-329b77cc0aeb?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190123%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190123T014019Z&X-Amz-Expires=300&X-Amz-Signature=2f4367089d65c2fab0b1d446db3545024f429be71581658239978ac856f4b11f&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dhugo_extended_0.53_Linux-64bit.tar.gz&response-content-type=application%2Foctet-stream
Step #3 - "lint": Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... �[0m�[91m52.216.132.19
Step #3 - "lint": Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.132.19|:443... �[0m�[91mconnected.
Step #3 - "lint": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m200 OK
Step #3 - "lint": Length: 8698428 (8.3M) [application/octet-stream]
Step #3 - "lint": Saving to: '/tmp/hugo/hugo.tar.gz'
Step #3 - "lint": �[0m�[91m
Step #3 - "lint":      0K .......... .....�[0m�[91m.�[0m�[91m.... .......... .......... ..........  0% 1.54M 5s�[0m�[91m
Step #3 - "lint":     50K .......... .......... .......... ....�[0m�[91m...... ..........  1% 1.54M 5s
Step #3 - "lint":    100K .�[0m�[91m......... .......... .......... .......... ..........  1% 1.54M 5s
Step #3 - "lint":    150K .......... .........�[0m�[91m. .......... .......... ..........  2% 40.3M 4s
Step #3 - "lint":    200K ...�[0m�[91m....... ..........�[0m�[91m .......... .......... ..........  2% 1.61M 4s
Step #3 - "lint":    250K ....�[0m�[91m...... ..........�[0m�[91m .........�[0m�[91m. .......�[0m�[91m... ..........  3% 75.1M 3s
Step #3 - "lint":    300K ....�[0m�[91m.�[0m�[91m..... .......... ..�[0m�[91m........ .......... ..........  4% 54.6M 3s
Step #3 - "lint":    350K .....�[0m�[91m.�[0m�[91m.... .......... ...�[0m�[91m....... .........�[0m�[91m.�[0m�[91m ..........  4% 80.3M 3s
Step #3 - "lint":    400K .......�[0m�[91m... .......... ....�[0m�[91m...... .......... .�[0m�[91m........�[0m�[91m.  5%  129M 2s
Step #3 - "lint":    450K ........�[0m�[91m.. .......... .......... .......... ..�[0m�[91m........  5% 1.68M 3s
Step #3 - "lint":    500K .........�[0m�[91m. .......... .......... .......... ...�[0m�[91m.......  6% 99.9M 2s
Step #3 - "lint":    550K ..........�[0m�[91m ........�[0m�[91m.. .......�[0m�[91m... .........�[0m�[91m. ....�[0m�[91m......  7%  110M 2s
Step #3 - "lint":    600K ..�[0m�[91m........ .�[0m�[91m........�[0m�[91m. .......�[0m�[91m.�[0m�[91m.. ......�[0m�[91m.... ..........  7% 78.4M 2s
Step #3 - "lint":    650K ...�[0m�[91m....... ..�[0m�[91m........ ........�[0m�[91m.�[0m�[91m. ....�[0m�[91m...... .....�[0m�[91m.�[0m�[91m.�[0m�[91m...  8% 67.4M 2s
Step #3 - "lint":    700K .......... ..�[0m�[91m.�[0m�[91m....... .......... .....�[0m�[91m...�[0m�[91m.. .......�[0m�[91m...  8%  124M 2s
Step #3 - "lint":    750K .....�[0m�[91m..... ...�[0m�[91m.�[0m�[91m...... .......... .........�[0m�[91m. ..........  9%  166M 2s
Step #3 - "lint":    800K .....�[0m�[91m.�[0m�[91m.... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m.�[0m�[91m........ .........�[0m�[91m. 10%  130M 1s
Step #3 - "lint":    850K .......... .....�[0m�[91m..... .......... .......... .......... 10%  137M 1s
Step #3 - "lint":    900K .......... .......... .......... ....�[0m�[91m...... .......... 11% 1.75M 2s
Step #3 - "lint":    950K .........�[0m�[91m. .......... ......�[0m�[91m.... ...�[0m�[91m.�[0m�[91m.�[0m�[91m..... .......... 11% 70.0M 1s
Step #3 - "lint":   1000K .�[0m�[91m......... .�[0m�[91m.......�[0m�[91m.�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... .�[0m�[91m....�[0m�[91m..... 12% 77.1M 1s
Step #3 - "lint":   1050K ..�[0m�[91m.�[0m�[91m....... .�[0m�[91m......... .�[0m�[91m.......�[0m�[91m.. .......... .......... 12% 61.2M 1s
Step #3 - "lint":   1100K ...�[0m�[91m.�[0m�[91m...... ..........�[0m�[91m .�[0m�[91m........�[0m�[91m.�[0m�[91m .......�[0m�[91m.�[0m�[91m.. .......... 13% 72.4M 1s
Step #3 - "lint":   1150K ....�[0m�[91m...... ...�[0m�[91m....... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.�[0m�[91m. .......... 14%�[0m�[91m 96.3M 1s
Step #3 - "lint":   1200K .....�[0m�[91m..... .....�[0m�[91m..... ..�[0m�[91m.�[0m�[91m....... .�[0m�[91m........�[0m�[91m.�[0m�[91m ........�[0m�[91m.. 14% 88.7M 1s
Step #3 - "lint":   1250K ......�[0m�[91m.�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m.�[0m�[91m...... ..�[0m�[91m........ .�[0m�[91m........�[0m�[91m. 15%  133M 1s
Step #3 - "lint":   1300K .......�[0m�[91m.�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m.�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... 15%  118M 1s
Step #3 - "lint":   1350K ........�[0m�[91m.. .......... ......�[0m�[91m.... .......... ...�[0m�[91m....... 16%  134M 1s
Step #3 - "lint":   1400K ..........�[0m�[91m .......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m.�[0m�[91m...... 17%  132M 1s
Step #3 - "lint":   1450K ..�[0m�[91m........�[0m�[91m .......... ........�[0m�[91m.. .......... ....�[0m�[91m.�[0m�[91m..... 17%  127M 1s
Step #3 - "lint":   1500K ...�[0m�[91m....... .......... .........�[0m�[91m. .......... .....�[0m�[91m.�[0m�[91m.... 18%  137M 1s
Step #3 - "lint":   1550K ....�[0m�[91m...... ..�[0m�[91m.�[0m�[91m....... .........�[0m�[91m. ........�[0m�[91m.. .......�[0m�[91m... 18%  195M 1s
Step #3 - "lint":   1600K .....�[0m�[91m..... ...�[0m�[91m.�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .........�[0m�[91m. ........�[0m�[91m.. 19%  178M 1s
Step #3 - "lint":   1650K .......... .....�[0m�[91m..... ...�[0m�[91m....... ..�[0m�[91m........�[0m�[91m .......... 20%  141M 1s
Step #3 - "lint":   1700K .......�[0m�[91m... .......... .......... .......... .�[0m�[91m......... 20%  141M 1s�[0m�[91m
Step #3 - "lint":   1750K .......... .......... .......... .......... .......... 21%  108M 1s
Step #3 - "lint":   1800K ........�[0m�[91m.. .......... .......... ..�[0m�[91m........ .......... 21%  142M 1s
Step #3 - "lint":   1850K ..�[0m�[91m....�[0m�[91m.... ....�[0m�[91m...... .......... .......... .......... 22% 2.07M 1s
Step #3 - "lint":   1900K .......... .......... ........�[0m�[91m.. .......... .......... 22%  140M 1s
Step #3 - "lint":   1950K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.�[0m�[91m. ......�[0m�[91m.... .......... .......... 23% 94.1M 1s
Step #3 - "lint":   2000K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 24% 59.2M 1s
Step #3 - "lint":   2050K .......... .......... ..........�[0m�[91m ........�[0m�[91m.. .......... 24%  147M 1s
Step #3 - "lint":   2100K ....�[0m�[91m...... .......... .......... ......�[0m�[91m.... .......... 25%  139M 1s
Step #3 - "lint":   2150K .......... ........�[0m�[91m.. ......�[0m�[91m.... .......... .......... 25%  117M 1s
Step #3 - "lint":   2200K .......�[0m�[91m.�[0m�[91m.. .......... ....�[0m�[91m...... .�[0m�[91m.�[0m�[91m........�[0m�[91m ........�[0m�[91m..�[0m�[91m 26%�[0m�[91m 93.2M 1s
Step #3 - "lint":   2250K ......�[0m�[91m.... ....�[0m�[91m...... .......... ........�[0m�[91m.. ......�[0m�[91m.... 27% 97.6M 1s
Step #3 - "lint":   2300K ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... 27% 89.6M 1s
Step #3 - "lint":   2350K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.�[0m�[91m. ......�[0m�[91m.... .......... ..�[0m�[91m........ 28%  151M 1s�[0m�[91m
Step #3 - "lint":   2400K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..........�[0m�[91m .......... 28%  156M 1s
Step #3 - "lint":   2450K ......�[0m�[91m.... .......... ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... 29%  153M 1s
Step #3 - "lint":   2500K .......... .......... ........�[0m�[91m.. ......�[0m�[91m.... .......... 30%  145M 1s
Step #3 - "lint":   2550K �[0m�[91m..�[0m�[91m........ .......�[0m�[91m... .......... ....�[0m�[91m...... .......... 30%  161M 1s�[0m�[91m
Step #3 - "lint":   2600K .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ ........�[0m�[91m.. 31%  147M 1s
Step #3 - "lint":   2650K .......... ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... 31%  176M 0s
Step #3 - "lint":   2700K .......... ..�[0m�[91m........ .......... ......�[0m�[91m.... ....�[0m�[91m...... 32%  173M 0s
Step #3 - "lint":   2750K ..........�[0m�[91m .......... ......�[0m�[91m.... .......... .......... 32%  180M 0s
Step #3 - "lint":   2800K .......... .......... ....�[0m�[91m...... ..........�[0m�[91m .......... 33%  168M 0s
Step #3 - "lint":   2850K ......�[0m�[91m.... .......... .......... ........�[0m�[91m.. ......�[0m�[91m.... 34%  256M 0s
Step #3 - "lint":   2900K .......... ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... .......... 34%  175M 0s
Step #3 - "lint":   2950K ..�[0m�[91m........ .......... .......... .......... ..�[0m�[91m........ 35% 2.06M 0s�[0m�[91m
Step #3 - "lint":   3000K .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ ........�[0m�[91m.. 35% 79.8M 0s
Step #3 - "lint":   3050K .......... ....�[0m�[91m...... ..........�[0m�[91m .......... ..�[0m�[91m....�[0m�[91m.... 36% 89.9M 0s
Step #3 - "lint":   3100K .......... ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m......�[0m�[91m 37%  101M 0s
Step #3 - "lint":   3150K ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ 37% 73.8M 0s�[0m�[91m
Step #3 - "lint":   3200K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m �[0m�[91m.......... 38% 66.3M 0s
Step #3 - "lint":   3250K .......... .......... ..�[0m�[91m........ ........�[0m�[91m.. .......... 38%  176M 0s
Step #3 - "lint":   3300K .......... ..�[0m�[91m........ .........�[0m�[91m. ......�[0m�[91m.... ..�[0m�[91m........ 39%  109M 0s
Step #3 - "lint":   3350K ..�[0m�[91m........ .......... ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ 40% 83.9M 0s�[0m�[91m
Step #3 - "lint":   3400K .......... .....�[0m�[91m.�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ �[0m�[91m........�[0m�[91m.. 40% 72.4M 0s
Step #3 - "lint":   3450K .......�[0m�[91m... ....�[0m�[91m...... .........�[0m�[91m.�[0m�[91m .........�[0m�[91m. ......�[0m�[91m.... 41% 49.4M 0s
Step #3 - "lint":   3500K .......... ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... 41% 91.1M 0s
Step #3 - "lint":   3550K ..�[0m�[91m......�[0m�[91m..�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ........�[0m�[91m.. ..�[0m�[91m........ 42% 77.7M 0s�[0m�[91m
Step #3 - "lint":   3600K .......... .......... ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. 42% 74.8M 0s
Step #3 - "lint":   3650K ......�[0m�[91m.�[0m�[91m... ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. ..........�[0m�[91m 43% 86.7M 0s
Step #3 - "lint":   3700K ....�[0m�[91m...... .........�[0m�[91m.�[0m�[91m .......... ......�[0m�[91m.... ......�[0m�[91m.... 44%�[0m�[91m 90.1M 0s
Step #3 - "lint":   3750K ..�[0m�[91m........�[0m�[91m ....�[0m�[91m....�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... .......... 44% 78.4M 0s�[0m�[91m
Step #3 - "lint":   3800K .......... ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 45% 58.5M 0s
Step #3 - "lint":   3850K ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... 45%  134M 0s
Step #3 - "lint":   3900K .......... ..�[0m�[91m........�[0m�[91m .....�[0m�[91m...�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... 46%  138M 0s
Step #3 - "lint":   3950K ..�[0m�[91m........ ......�[0m�[91m..�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m........ 47%  177M 0s
Step #3 - "lint":   4000K .......... ......�[0m�[91m.... ....�[0m�[91m...... ..........�[0m�[91m .......... 47%  158M 0s
Step #3 - "lint":   4050K ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... 48%  157M 0s
Step #3 - "lint":   4100K ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... 48%  177M 0s
Step #3 - "lint":   4150K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... .......... 49%�[0m�[91m  163M 0s�[0m�[91m
Step #3 - "lint":   4200K .......... .......... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 50%  154M 0s
Step #3 - "lint":   4250K ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ .......... ......�[0m�[91m.... 50%  157M 0s
Step #3 - "lint":   4300K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... ....�[0m�[91m...... 51%  163M 0s
Step #3 - "lint":   4350K ..........�[0m�[91m .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ 51%  183M 0s�[0m�[91m
Step #3 - "lint":   4400K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 52%�[0m�[91m  131M 0s
Step #3 - "lint":   4450K ......�[0m�[91m.... .......... ..�[0m�[91m........ ........�[0m�[91m.. .......... 52%  127M 0s
Step #3 - "lint":   4500K ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... .......... 53%  151M 0s
Step #3 - "lint":   4550K ..�[0m�[91m........ .......... ......�[0m�[91m.... ....�[0m�[91m...... .......... 54%  174M 0s�[0m�[91m
Step #3 - "lint":   4600K .......... .......... .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 54%  137M 0s
Step #3 - "lint":   4650K ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... 55%  179M 0s
Step #3 - "lint":   4700K ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. .......... .......... 55%  167M 0s
Step #3 - "lint":   4750K ..........�[0m�[91m .......... .......... ....�[0m�[91m...... ..�[0m�[91m........ 56%  198M 0s
Step #3 - "lint":   4800K ........�[0m�[91m.. ..........�[0m�[91m ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... 57%  175M 0s
Step #3 - "lint":   4850K ......�[0m�[91m.... .......... ..........�[0m�[91m .......... ......�[0m�[91m.... 57%  209M 0s
Step #3 - "lint":   4900K .......... ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... .......... 58%�[0m�[91m  182M 0s
Step #3 - "lint":   4950K�[0m�[91m ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... .......... 58%  176M�[0m�[91m 0s�[0m�[91m
Step #3 - "lint":   5000K .......... .......... .......... ..�[0m�[91m........ ........�[0m�[91m.. 59%  138M 0s
Step #3 - "lint":   5050K .......... ....�[0m�[91m...... .......... .......... ......�[0m�[91m.... 60%  163M 0s
Step #3 - "lint":   5100K .......... ..�[0m�[91m........ .......... .......... ....�[0m�[91m...... 60%  171M 0s
Step #3 - "lint":   5150K ..........�[0m�[91m .......... .......... .......... �[0m�[91m.......... 61%  183M 0s
Step #3 - "lint":   5200K ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..........�[0m�[91m .......... 61%  137M 0s
Step #3 - "lint":   5250K ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... 62%  163M 0s
Step #3 - "lint":   5300K ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... .......... 62%  159M 0s�[0m�[91m
Step #3 - "lint":   5350K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........ 63%  153M 0s
Step #3 - "lint":   5400K ........�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m........ .......... 64%  142M 0s
Step #3 - "lint":   5450K .......... .......... .......... .......... .......... 64%  203M 0s
Step #3 - "lint":   5500K .......... .......... .......... ......�[0m�[91m.... ....�[0m�[91m...... 65%  181M 0s
Step #3 - "lint":   5550K .......... .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ 65%  168M 0s
Step #3 - "lint":   5600K ........�[0m�[91m.. .......... .......... ..�[0m�[91m........�[0m�[91m .......... 66%  142M 0s
Step #3 - "lint":   5650K ......�[0m�[91m.... .......... .......... .......... .......... 67% 4.77M 0s
Step #3 - "lint":   5700K ....�[0m�[91m...... .......... ......�[0m�[91m.... ......�[0m�[91m.... .......... 67% 97.9M 0s
Step #3 - "lint":   5750K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... .�[0m�[91m...�[0m�[91m...... .......... 68%  104M 0s�[0m�[91m
Step #3 - "lint":   5800K .......... ..�[0m�[91m....�[0m�[91m.... .......... .......... ........�[0m�[91m.. 68% 93.2M 0s
Step #3 - "lint":   5850K ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... 69% 95.2M 0s
Step #3 - "lint":   5900K .......... ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... 70% 91.4M 0s
Step #3 - "lint":   5950K ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ 70%�[0m�[91m  101M 0s
Step #3 - "lint":   6000K ........�[0m�[91m.. .......... ....�[0m�[91m...... ..........�[0m�[91m .......... 71% 94.8M�[0m�[91m 0s
Step #3 - "lint":   6050K ......�[0m�[91m.... .........�[0m�[91m. ..�[0m�[91m........ ........�[0m�[91m.. .......... 71% 81.4M 0s
Step #3 - "lint":   6100K ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... .......... 72% 98.9M 0s
Step #3 - "lint":   6150K ..�[0m�[91m........ .......... ......�[0m�[91m.... ....�[0m�[91m...... .......... 72%�[0m�[91m  129M 0s�[0m�[91m
Step #3 - "lint":   6200K ........�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m........ .......... 73%  136M 0s
Step #3 - "lint":   6250K ......�[0m�[91m.... .......... ..�[0m�[91m........ .......�[0m�[91m.�[0m�[91m.. ......�[0m�[91m.... 74% 95.8M 0s
Step #3 - "lint":   6300K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... ....�[0m�[91m...... 74% 77.6M 0s
Step #3 - "lint":   6350K ..........�[0m�[91m .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ 75% 96.6M 0s
Step #3 - "lint":   6400K ........�[0m�[91m.. .......... ...�[0m�[91m.�[0m�[91m...... ..........�[0m�[91m .......... 75%  138M 0s
Step #3 - "lint":   6450K ......�[0m�[91m.... .......... .......... .......... ......�[0m�[91m.... 76%  187M 0s
Step #3 - "lint":   6500K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... ....�[0m�[91m...... 77%  157M 0s
Step #3 - "lint":   6550K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ..........�[0m�[91m ....�[0m�[91m...... .......... 77%  140M 0s�[0m�[91m
Step #3 - "lint":   6600K .......... ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 78%  126M 0s
Step #3 - "lint":   6650K .......... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... 78%  103M 0s
Step #3 - "lint":   6700K ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... 79% 94.5M 0s
Step #3 - "lint":   6750K ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... ........�[0m�[91m.. ..�[0m�[91m....�[0m�[91m....�[0m�[91m 80% 83.9M 0s�[0m�[91m
Step #3 - "lint":   6800K ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... .......... ..�[0m�[91m......�[0m�[91m.. 80% 52.4M 0s
Step #3 - "lint":   6850K ......�[0m�[91m.... .........�[0m�[91m. ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... 81% 71.5M 0s
Step #3 - "lint":   6900K ....�[0m�[91m...... ..........�[0m�[91m .......... ......�[0m�[91m.... ....�[0m�[91m...... 81%  134M 0s
Step #3 - "lint":   6950K ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... ..�[0m�[91m........ 82%  142M 0s�[0m�[91m
Step #3 - "lint":   7000K .......... ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. 82% 84.8M 0s
Step #3 - "lint":   7050K .......... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... 83% 87.5M 0s
Step #3 - "lint":   7100K .......... ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... ....�[0m�[91m...... 84%  129M 0s
Step #3 - "lint":   7150K .......... .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ 84%  142M 0s
Step #3 - "lint":   7200K ........�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m........�[0m�[91m .......... 85%  129M 0s�[0m�[91m
Step #3 - "lint":   7250K .......... ..........�[0m�[91m ..�[0m�[91m........ ........�[0m�[91m.. .......... 85%  117M 0s
Step #3 - "lint":   7300K ....�[0m�[91m...... ..�[0m�[91m........ .......... ......�[0m�[91m.... ....�[0m�[91m...... 86%  166M 0s
Step #3 - "lint":   7350K .......... ........�[0m�[91m.. .......... ....�[0m�[91m...... .......... 87%  145M 0s
Step #3 - "lint":   7400K ........�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m........ .......�[0m�[91m.�[0m�[91m.. 87%  123M 0s
Step #3 - "lint":   7450K ......�[0m�[91m.... .......... ..........�[0m�[91m �[0m�[91m.......... ......�[0m�[91m.... 88%  142M 0s
Step #3 - "lint":   7500K .......... ..�[0m�[91m........ ........�[0m�[91m.. .......... .......... 88% 3.27M 0s
Step #3 - "lint":   7550K ..........�[0m�[91m .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ 89%  127M 0s�[0m�[91m
Step #3 - "lint":   7600K ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..........�[0m�[91m .......... 90%  103M 0s
Step #3 - "lint":   7650K ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... 90% 70.5M 0s
Step #3 - "lint":   7700K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m ....�[0m�[91m....�[0m�[91m.. ......�[0m�[91m.... .......... 91% 93.1M 0s
Step #3 - "lint":   7750K ..�[0m�[91m........ .�[0m�[91m.......�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... .......... 91% 94.5M 0s
Step #3 - "lint":   7800K ...�[0m�[91m....�[0m�[91m.�[0m�[91m.. ......�[0m�[91m.... .......... ..........�[0m�[91m ........�[0m�[91m.. 92% 78.4M 0s
Step #3 - "lint":   7850K .......... ....�[0m�[91m...... ..�[0m�[91m........ .......... ......�[0m�[91m.... 93%  131M 0s
Step #3 - "lint":   7900K ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... 93%  168M 0s
Step #3 - "lint":   7950K ..........�[0m�[91m .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ 94%  164M 0s
Step #3 - "lint":   8000K ........�[0m�[91m.. .......... .......... .......... .......... 94%  134M 0s
Step #3 - "lint":   8050K .......... .......... ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... 95%  213M 0s
Step #3 - "lint":   8100K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... .......... ....�[0m�[91m...... 95%  151M 0s
Step #3 - "lint":   8150K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... ....�[0m�[91m...... .......... 96%�[0m�[91m  135M 0s�[0m�[91m
Step #3 - "lint":   8200K .......... .......... ....�[0m�[91m...... .......... ........�[0m�[91m.. 97%  152M 0s
Step #3 - "lint":   8250K ......�[0m�[91m.... .......... .......�[0m�[91m...�[0m�[91m .......... .......... 97%  159M 0s
Step #3 - "lint":   8300K ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... ....�[0m�[91m...... 98%  153M 0s
Step #3 - "lint":   8350K ..�[0m�[91m........�[0m�[91m .......... .......... .......... ..�[0m�[91m........ 98%  212M 0s
Step #3 - "lint":   8400K ........�[0m�[91m.. ......�[0m�[91m.... .......... .......... .......... 99%  142M 0s
Step #3 - "lint":   8450K ......�[0m�[91m.... .......... ..�[0m�[91m........ .......... ....      100%  202M=0.3s
Step #3 - "lint": 
Step #3 - "lint": �[0m�[91m2019-01-23 01:40:20 (25.7 MB/s) - '/tmp/hugo/hugo.tar.gz' saved [8698428/8698428]
Step #3 - "lint": 
Step #3 - "lint": �[0mLICENSE
Step #3 - "lint": README.md
Step #3 - "lint": hugo
Step #3 - "lint": Removing intermediate container ab6355dedd91
Step #3 - "lint":  ---> 76df2152e1b6
Step #3 - "lint": Step 28/33 : RUN curl -sL https://deb.nodesource.com/setup_11.x | bash - &&     apt-get install -y nodejs
Step #3 - "lint":  ---> Running in b714f3ab791d
Step #3 - "lint": 
Step #3 - "lint": ## Installing the NodeSource Node.js 11.x repo...
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": ## Populating apt-get cache...
Step #3 - "lint": 
Step #3 - "lint": + apt-get update
Step #3 - "lint": Hit:1 http://security.debian.org/debian-security stretch/updates InRelease
Step #3 - "lint": Ign:2 http://deb.debian.org/debian stretch InRelease
Step #3 - "lint": Hit:3 http://deb.debian.org/debian stretch-updates InRelease
Step #3 - "lint": Hit:4 http://deb.debian.org/debian stretch Release
Step #3 - "lint": Reading package lists...
Step #3 - "lint": 
Step #3 - "lint": ## Installing packages required for setup: apt-transport-https lsb-release...
Step #3 - "lint": 
Step #3 - "lint": + apt-get install -y apt-transport-https lsb-release > /dev/null 2>&1
Step #3 - "lint": 
Step #3 - "lint": ## Confirming "stretch" is supported...
Step #3 - "lint": 
Step #3 - "lint": + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_11.x/dists/stretch/Release'
Step #3 - "lint": 
Step #3 - "lint": ## Adding the NodeSource signing key to your keyring...
Step #3 - "lint": 
Step #3 - "lint": + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
Step #3 - "lint": �[91mWarning: apt-key output should not be parsed (stdout is not a terminal)
Step #3 - "lint": �[0mOK
Step #3 - "lint": 
Step #3 - "lint": ## Creating apt sources list file for the NodeSource Node.js 11.x repo...
Step #3 - "lint": 
Step #3 - "lint": + echo 'deb https://deb.nodesource.com/node_11.x stretch main' > /etc/apt/sources.list.d/nodesource.list
Step #3 - "lint": + echo 'deb-src https://deb.nodesource.com/node_11.x stretch main' >> /etc/apt/sources.list.d/nodesource.list
Step #3 - "lint": 
Step #3 - "lint": ## Running `apt-get update` for you...
Step #3 - "lint": 
Step #3 - "lint": + apt-get update
Step #3 - "lint": Hit:1 http://security.debian.org/debian-security stretch/updates InRelease
Step #3 - "lint": Ign:2 http://deb.debian.org/debian stretch InRelease
Step #3 - "lint": Hit:3 http://deb.debian.org/debian stretch-updates InRelease
Step #3 - "lint": Hit:4 http://deb.debian.org/debian stretch Release
Step #3 - "lint": Get:5 https://deb.nodesource.com/node_11.x stretch InRelease [4612 B]
Step #3 - "lint": Get:7 https://deb.nodesource.com/node_11.x stretch/main amd64 Packages [767 B]
Step #3 - "lint": Fetched 5379 B in 0s (11.1 kB/s)
Step #3 - "lint": Reading package lists...
Step #3 - "lint": 
Step #3 - "lint": ## Run `sudo apt-get install -y nodejs` to install Node.js 11.x and npm
Step #3 - "lint": ## You may also need development tools to build native addons:
Step #3 - "lint":      sudo apt-get install gcc g++ make
Step #3 - "lint": ## To install the Yarn package manager, run:
Step #3 - "lint":      curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
Step #3 - "lint":      echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
Step #3 - "lint":      sudo apt-get update && sudo apt-get install yarn
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": Reading package lists...
Step #3 - "lint": Building dependency tree...
Step #3 - "lint": Reading state information...
Step #3 - "lint": The following NEW packages will be installed:
Step #3 - "lint":   nodejs
Step #3 - "lint": 0 upgraded, 1 newly installed, 0 to remove and 6 not upgraded.
Step #3 - "lint": Need to get 15.7 MB of archives.
Step #3 - "lint": After this operation, 74.1 MB of additional disk space will be used.
Step #3 - "lint": Get:1 https://deb.nodesource.com/node_11.x stretch/main amd64 nodejs amd64 11.7.0-1nodesource1 [15.7 MB]
Step #3 - "lint": �[91mdebconf: delaying package configuration, since apt-utils is not installed
Step #3 - "lint": �[0mFetched 15.7 MB in 0s (39.5 MB/s)
Step #3 - "lint": Selecting previously unselected package nodejs.
Step #3 - "lint": (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 ... 21148 files and directories currently installed.)
Step #3 - "lint": Preparing to unpack .../nodejs_11.7.0-1nodesource1_amd64.deb ...
Step #3 - "lint": Unpacking nodejs (11.7.0-1nodesource1) ...
Step #3 - "lint": Setting up nodejs (11.7.0-1nodesource1) ...
Step #3 - "lint": Removing intermediate container b714f3ab791d
Step #3 - "lint":  ---> 4a45cdcb6f67
Step #3 - "lint": Step 29/33 : RUN echo "export PATH=/usr/local/go/bin:/go/bin/:\$PATH" >> /root/.bashrc
Step #3 - "lint":  ---> Running in 81bd7679cb2b
Step #3 - "lint": Removing intermediate container 81bd7679cb2b
Step #3 - "lint":  ---> dafc0b15dd85
Step #3 - "lint": Step 30/33 : RUN echo "export EDITOR=nano" >> /root/.bashrc
Step #3 - "lint":  ---> Running in 892a975c086a
Step #3 - "lint": Removing intermediate container 892a975c086a
Step #3 - "lint":  ---> a7d59f871f35
Step #3 - "lint": Step 31/33 : COPY *.sh /root/
Step #3 - "lint":  ---> 99365cd07321
Step #3 - "lint": Step 32/33 : RUN chmod +x /root/*.sh
Step #3 - "lint":  ---> Running in 63321ae46b6b
Step #3 - "lint": Removing intermediate container 63321ae46b6b
Step #3 - "lint":  ---> 920ed1f0e691
Step #3 - "lint": Step 33/33 : WORKDIR /go
Step #3 - "lint":  ---> Running in dd9b98cf5ea4
Step #3 - "lint": Removing intermediate container dd9b98cf5ea4
Step #3 - "lint":  ---> c2528bec21cb
Step #3 - "lint": Successfully built c2528bec21cb
Step #3 - "lint": Successfully tagged agones-build:db76ca0bfb
Step #3 - "lint": make[1]: Leaving directory '/workspace/build'
Step #3 - "lint": docker run -t -e "TERM=xterm-256color" --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build -w /go/src/agones.dev/agones  agones-build:db76ca0bfb bash -c \
Step #3 - "lint": 	"golangci-lint run ./examples/... && golangci-lint run --deadline 15m ./..."
Finished Step #3 - "lint"
Starting Step #4 - "tests"
Starting Step #8 - "build"
Starting Step #9 - "build-e2e"
Step #8 - "build": Already have image: make-docker
Step #4 - "tests": Already have image: make-docker
Step #9 - "build-e2e": Already have image (with digest): gcr.io/cloud-builders/docker
Step #8 - "build": mkdir -p ~/.kube/
Step #8 - "build": mkdir -p /workspace/build//.config/gcloud
Step #8 - "build": mkdir -p ~/.helm
Step #8 - "build": docker run --rm -e "CGO_ENABLED=0" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #8 - "build": -tags none -o /go/src/agones.dev/agones/cmd/controller/bin/controller \
Step #8 - "build":  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-76ba758" -installsuffix cgo agones.dev/agones/cmd/controller
Step #4 - "tests": mkdir -p ~/.kube/
Step #4 - "tests": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go test -race agones.dev/agones/pkg/... \
Step #4 - "tests": agones.dev/agones/sdks/... agones.dev/agones/cmd/...
Step #4 - "tests": mkdir -p /tmp/agones-install
Step #4 - "tests": mkdir -p /workspace/build//.config/gcloud
Step #4 - "tests": mkdir -p ~/.helm
Step #4 - "tests": cp /workspace/install/yaml/install.yaml /tmp/agones-install/install.yaml
Step #4 - "tests": docker run --rm --name=agones-website -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb \
Step #4 - "tests":     	hugo server --watch --baseURL="http://localhost:1313/site/" &
Step #4 - "tests": until docker exec agones-website curl -o /dev/null --silent http://localhost:1313/site/; \
Step #4 - "tests": 		do \
Step #4 - "tests": 			echo "Waiting for server to start..."; \
Step #4 - "tests": 			sleep 1; \
Step #4 - "tests": 		done
Step #4 - "tests": sort /tmp/agones-install/install.yaml > /tmp/agones-install/install.yaml.sorted
Step #4 - "tests": /usr/bin/make gen-install
Step #4 - "tests": make[1]: Entering directory '/workspace/build'
Step #4 - "tests": mkdir -p ~/.kube/
Step #4 - "tests": mkdir -p /workspace/build//.config/gcloud
Step #4 - "tests": mkdir -p ~/.helm
Step #4 - "tests": Error: No such container: agones-website
Step #4 - "tests": Waiting for server to start...
Step #4 - "tests": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build  agones-build:db76ca0bfb bash -c \
Step #4 - "tests": 	'helm template --name=agones-manual --namespace agones-system /go/src/agones.dev/agones/install/helm/agones \
Step #4 - "tests": 	--set agones.controller.generateTLS=false \
Step #4 - "tests": 	--set agones.crds.cleanupOnDelete=false \
Step #4 - "tests": 	> /go/src/agones.dev/agones/install/yaml/install.yaml'
Step #9 - "build-e2e": Sending build context to Docker daemon  7.168kB

Step #9 - "build-e2e": Step 1/20 : FROM gcr.io/cloud-builders/gcloud-slim
Step #9 - "build-e2e":  ---> c328dc31a68c
Step #9 - "build-e2e": Step 2/20 : RUN apt-get update &&     apt-get install -y wget psmisc make gcc python jq zip &&     apt-get clean
Step #9 - "build-e2e":  ---> Running in 171e97f90a1a
Step #4 - "tests": Building sites … Waiting for server to start...
Step #4 - "tests": ?   	agones.dev/agones/pkg	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/apis	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/apis/stable	[no test files]
Step #4 - "tests": make[1]: Leaving directory '/workspace/build'
Step #4 - "tests": sort /workspace/install/yaml/install.yaml > /tmp/agones-install/install.current.yaml.sorted
Step #4 - "tests": diff /tmp/agones-install/install.yaml.sorted /tmp/agones-install/install.current.yaml.sorted
Step #9 - "build-e2e": Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB]
Step #9 - "build-e2e": Get:2 http://archive.ubuntu.com/ubuntu xenial InRelease [247 kB]
Step #9 - "build-e2e": Get:3 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial InRelease [23.8 kB]
Step #9 - "build-e2e": Get:4 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
Step #9 - "build-e2e": Get:5 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
Step #9 - "build-e2e": Get:6 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [600 kB]
Step #9 - "build-e2e": Get:7 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial/main amd64 Packages [3356 B]
Step #9 - "build-e2e": Get:8 http://security.ubuntu.com/ubuntu xenial-security/main Translation-en [249 kB]
Step #9 - "build-e2e": Get:9 http://security.ubuntu.com/ubuntu xenial-security/restricted amd64 Packages [7204 B]
Step #9 - "build-e2e": Get:10 http://security.ubuntu.com/ubuntu xenial-security/restricted Translation-en [2152 B]
Step #9 - "build-e2e": Get:11 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [415 kB]
Step #4 - "tests": Waiting for server to start...
Step #9 - "build-e2e": Get:12 http://security.ubuntu.com/ubuntu xenial-security/universe Translation-en [163 kB]
Step #9 - "build-e2e": Get:13 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages [1201 kB]
Step #9 - "build-e2e": Get:14 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial/main Translation-en [2380 B]
Step #9 - "build-e2e": Get:15 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [5600 B]
Step #9 - "build-e2e": Get:16 http://security.ubuntu.com/ubuntu xenial-security/multiverse Translation-en [2676 B]
Step #4 - "tests": 
Step #4 - "tests":                    | EN  
Step #4 - "tests": +------------------+----+
Step #4 - "tests":   Pages            | 59  
Step #4 - "tests":   Paginator pages  |  0  
Step #4 - "tests":   Non-page files   |  2  
Step #4 - "tests":   Static files     | 39  
Step #4 - "tests":   Processed images |  2  
Step #4 - "tests":   Aliases          | 10  
Step #4 - "tests":   Sitemaps         |  1  
Step #4 - "tests":   Cleaned          |  0  
Step #4 - "tests": 
Step #4 - "tests": Total in 2385 ms
Step #9 - "build-e2e": Get:17 http://archive.ubuntu.com/ubuntu xenial/main Translation-en [568 kB]
Step #9 - "build-e2e": Get:18 http://archive.ubuntu.com/ubuntu xenial/restricted amd64 Packages [8344 B]
Step #9 - "build-e2e": Get:19 http://archive.ubuntu.com/ubuntu xenial/restricted Translation-en [2908 B]
Step #9 - "build-e2e": Get:20 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages [7532 kB]
Step #4 - "tests": Watching for changes in /go/src/agones.dev/agones/site/{assets,content,layouts,static,themes}
Step #4 - "tests": Watching for config changes in /go/src/agones.dev/agones/site/config.toml, /go/src/agones.dev/agones/site/themes/docsy/config.toml
Step #4 - "tests": Environment: "development"
Step #4 - "tests": Serving pages from memory
Step #4 - "tests": Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
Step #4 - "tests": Web Server is available at http://localhost:1313/site/ (bind address 127.0.0.1)
Step #4 - "tests": Press Ctrl+C to stop
Step #9 - "build-e2e": Get:21 http://archive.ubuntu.com/ubuntu xenial/universe Translation-en [4354 kB]
Step #9 - "build-e2e": Get:22 http://archive.ubuntu.com/ubuntu xenial/multiverse amd64 Packages [144 kB]
Step #9 - "build-e2e": Get:23 http://archive.ubuntu.com/ubuntu xenial/multiverse Translation-en [106 kB]
Step #9 - "build-e2e": Get:24 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [902 kB]
Step #9 - "build-e2e": Get:25 http://archive.ubuntu.com/ubuntu xenial-updates/main Translation-en [365 kB]
Step #9 - "build-e2e": Get:26 http://archive.ubuntu.com/ubuntu xenial-updates/restricted amd64 Packages [7556 B]
Step #9 - "build-e2e": Get:27 http://archive.ubuntu.com/ubuntu xenial-updates/restricted Translation-en [2272 B]
Step #9 - "build-e2e": Get:28 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [720 kB]
Step #9 - "build-e2e": Get:29 http://archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [295 kB]
Step #9 - "build-e2e": Get:30 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [16.6 kB]
Step #9 - "build-e2e": Get:31 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse Translation-en [8440 B]
Step #9 - "build-e2e": Get:32 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [7280 B]
Step #9 - "build-e2e": Get:33 http://archive.ubuntu.com/ubuntu xenial-backports/main Translation-en [4456 B]
Step #9 - "build-e2e": Get:34 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [7804 B]
Step #9 - "build-e2e": Get:35 http://archive.ubuntu.com/ubuntu xenial-backports/universe Translation-en [4184 B]
Step #4 - "tests": ( trap 'docker stop agones-website' EXIT; docker exec agones-website linkchecker --anchors http://localhost:1313/site/ )
Step #4 - "tests": WARNING 2019-01-23 01:41:23,253 MainThread Running as root user; dropping privileges by changing user to nobody.
Step #4 - "tests": INFO 2019-01-23 01:41:23,254 MainThread Checking intern URLs only; use --check-extern to check extern URLs.
Step #4 - "tests": LinkChecker 9.3              Copyright (C) 2000-2014 Bastian Kleineidam
Step #4 - "tests": LinkChecker comes with ABSOLUTELY NO WARRANTY!
Step #4 - "tests": This is free software, and you are welcome to redistribute it
Step #4 - "tests": under certain conditions. Look at the file `LICENSE' within this
Step #4 - "tests": distribution.
Step #4 - "tests": Get the newest version at http://wummel.github.io/linkchecker/
Step #4 - "tests": Write comments and bugs to https://github.com/wummel/linkchecker/issues
Step #4 - "tests": Support this project at http://wummel.github.io/linkchecker/donations.html
Step #4 - "tests": 
Step #4 - "tests": Start checking at 2019-01-23 01:41:23+000
Step #4 - "tests": 10 threads active,     2 links queued,   24 links in   5 URLs checked, runtime 1 seconds
Step #9 - "build-e2e": Fetched 18.3 MB in 6s (2868 kB/s)
Step #9 - "build-e2e": Reading package lists...
Step #9 - "build-e2e": Reading package lists...
Step #9 - "build-e2e": Building dependency tree...
Step #9 - "build-e2e": Reading state information...
Step #9 - "build-e2e": python is already the newest version (2.7.12-1~16.04).
Step #9 - "build-e2e": python set to manually installed.
Step #9 - "build-e2e": The following packages were automatically installed and are no longer required:
Step #9 - "build-e2e":   libexpat1-dev libpython-dev libpython2.7 libpython2.7-dev
Step #9 - "build-e2e":   python-pkg-resources python2.7-dev
Step #9 - "build-e2e": Use 'apt autoremove' to remove them.
Step #9 - "build-e2e": The following additional packages will be installed:
Step #9 - "build-e2e":   libonig2 unzip
Step #9 - "build-e2e": Suggested packages:
Step #9 - "build-e2e":   gcc-multilib autoconf automake libtool flex bison gdb gcc-doc make-doc
Step #9 - "build-e2e": The following NEW packages will be installed:
Step #9 - "build-e2e":   gcc jq libonig2 make psmisc unzip wget zip
Step #9 - "build-e2e": 0 upgraded, 8 newly installed, 0 to remove and 15 not upgraded.
Step #9 - "build-e2e": Need to get 746 kB/1051 kB of archives.
Step #9 - "build-e2e": After this operation, 3466 kB of additional disk space will be used.
Step #9 - "build-e2e": Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 psmisc amd64 22.21-2.1build1 [48.0 kB]
Step #9 - "build-e2e": Get:2 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libonig2 amd64 5.9.6-1ubuntu0.1 [86.7 kB]
Step #9 - "build-e2e": Get:3 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 jq amd64 1.5+dfsg-1ubuntu0.1 [144 kB]
Step #9 - "build-e2e": Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 make amd64 4.1-6 [151 kB]
Step #9 - "build-e2e": Get:5 http://archive.ubuntu.com/ubuntu xenial/main amd64 unzip amd64 6.0-20ubuntu1 [158 kB]
Step #9 - "build-e2e": Get:6 http://archive.ubuntu.com/ubuntu xenial/main amd64 zip amd64 3.0-11 [158 kB]
Step #4 - "tests": 10 threads active,   218 links queued,  342 links in  17 URLs checked, runtime 6 seconds
Step #9 - "build-e2e": Fetched 746 kB in 0s (832 kB/s)
Step #9 - "build-e2e": Selecting previously unselected package psmisc.
Step #9 - "build-e2e": (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15833 files and directories currently installed.)
Step #9 - "build-e2e": Preparing to unpack .../psmisc_22.21-2.1build1_amd64.deb ...
Step #9 - "build-e2e": Unpacking psmisc (22.21-2.1build1) ...
Step #9 - "build-e2e": Selecting previously unselected package wget.
Step #9 - "build-e2e": Preparing to unpack .../wget_1.17.1-1ubuntu1.4_amd64.deb ...
Step #9 - "build-e2e": Unpacking wget (1.17.1-1ubuntu1.4) ...
Step #9 - "build-e2e": Selecting previously unselected package gcc.
Step #9 - "build-e2e": Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ...
Step #9 - "build-e2e": Unpacking gcc (4:5.3.1-1ubuntu1) ...
Step #9 - "build-e2e": Selecting previously unselected package libonig2:amd64.
Step #9 - "build-e2e": Preparing to unpack .../libonig2_5.9.6-1ubuntu0.1_amd64.deb ...
Step #9 - "build-e2e": Unpacking libonig2:amd64 (5.9.6-1ubuntu0.1) ...
Step #9 - "build-e2e": Selecting previously unselected package jq.
Step #9 - "build-e2e": Preparing to unpack .../jq_1.5+dfsg-1ubuntu0.1_amd64.deb ...
Step #9 - "build-e2e": Unpacking jq (1.5+dfsg-1ubuntu0.1) ...
Step #9 - "build-e2e": Selecting previously unselected package make.
Step #9 - "build-e2e": Preparing to unpack .../archives/make_4.1-6_amd64.deb ...
Step #9 - "build-e2e": Unpacking make (4.1-6) ...
Step #9 - "build-e2e": Selecting previously unselected package unzip.
Step #9 - "build-e2e": Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ...
Step #9 - "build-e2e": Unpacking unzip (6.0-20ubuntu1) ...
Step #9 - "build-e2e": Selecting previously unselected package zip.
Step #9 - "build-e2e": Preparing to unpack .../archives/zip_3.0-11_amd64.deb ...
Step #9 - "build-e2e": Unpacking zip (3.0-11) ...
Step #9 - "build-e2e": Processing triggers for libc-bin (2.23-0ubuntu10) ...
Step #9 - "build-e2e": Processing triggers for mime-support (3.59ubuntu1) ...
Step #9 - "build-e2e": Setting up psmisc (22.21-2.1build1) ...
Step #9 - "build-e2e": Setting up wget (1.17.1-1ubuntu1.4) ...
Step #9 - "build-e2e": Setting up gcc (4:5.3.1-1ubuntu1) ...
Step #9 - "build-e2e": Setting up libonig2:amd64 (5.9.6-1ubuntu0.1) ...
Step #9 - "build-e2e": Setting up jq (1.5+dfsg-1ubuntu0.1) ...
Step #9 - "build-e2e": Setting up make (4.1-6) ...
Step #9 - "build-e2e": Setting up unzip (6.0-20ubuntu1) ...
Step #9 - "build-e2e": Setting up zip (3.0-11) ...
Step #9 - "build-e2e": Processing triggers for libc-bin (2.23-0ubuntu10) ...
Step #4 - "tests": 10 threads active,   363 links queued,  728 links in  33 URLs checked, runtime 11 seconds
Step #9 - "build-e2e": Removing intermediate container 171e97f90a1a
Step #9 - "build-e2e":  ---> e238956f5175
Step #9 - "build-e2e": Step 3/20 : WORKDIR /usr/local
Step #9 - "build-e2e":  ---> Running in 42c360d3eff0
Step #9 - "build-e2e": Removing intermediate container 42c360d3eff0
Step #9 - "build-e2e":  ---> 5524c93b40e6
Step #9 - "build-e2e": Step 4/20 : ENV GO_VERSION=1.11.1
Step #9 - "build-e2e":  ---> Running in 55bb2bf09130
Step #9 - "build-e2e": Removing intermediate container 55bb2bf09130
Step #9 - "build-e2e":  ---> 46725938d171
Step #9 - "build-e2e": Step 5/20 : ENV GOPATH /go
Step #9 - "build-e2e":  ---> Running in 5fe2b02ece1d
Step #9 - "build-e2e": Removing intermediate container 5fe2b02ece1d
Step #9 - "build-e2e":  ---> 7922ca0b43eb
Step #9 - "build-e2e": Step 6/20 : RUN wget -q https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz &&     tar -xzf go${GO_VERSION}.linux-amd64.tar.gz && rm go${GO_VERSION}.linux-amd64.tar.gz && mkdir ${GOPATH}
Step #9 - "build-e2e":  ---> Running in e17bd25ac6e1
Step #4 - "tests": 10 threads active,   576 links queued, 1560 links in  47 URLs checked, runtime 16 seconds
Step #4 - "tests": 10 threads active,   565 links queued, 2502 links in  58 URLs checked, runtime 21 seconds
Step #4 - "tests": 10 threads active,    23 links queued, 3360 links in  68 URLs checked, runtime 26 seconds
Step #4 - "tests":  9 threads active,     0 links queued, 3384 links in  78 URLs checked, runtime 31 seconds
Step #4 - "tests": 
Step #4 - "tests": Statistics:
Step #4 - "tests": Downloaded: 2.26MB.
Step #4 - "tests": Content types: 253 image, 2023 text, 0 video, 0 audio, 88 application, 0 mail and 1029 other.
Step #4 - "tests": URL lengths: min=15, max=373, avg=58.
Step #4 - "tests": 
Step #4 - "tests": That's it. 3393 links in 79 URLs checked. 0 warnings found. 0 errors found.
Step #4 - "tests": Stopped checking at 2019-01-23 01:41:57+000 (34 seconds)
Step #4 - "tests": agones-website
Step #9 - "build-e2e": Removing intermediate container e17bd25ac6e1
Step #9 - "build-e2e":  ---> 9266c7e498cb
Step #9 - "build-e2e": Step 7/20 : ENV PATH /usr/local/go/bin:/go/bin:$PATH
Step #8 - "build": docker build /workspace/cmd/controller/ --tag=gcr.io/agones-images/agones-controller:0.8.0-76ba758 
Step #9 - "build-e2e":  ---> Running in e9b3600eadd0
Step #9 - "build-e2e": Removing intermediate container e9b3600eadd0
Step #9 - "build-e2e":  ---> dde7d1a19def
Step #9 - "build-e2e": Step 8/20 : ENV KUBECTL_VER 1.11.5
Step #9 - "build-e2e":  ---> Running in c3adf508a095
Step #8 - "build": Sending build context to Docker daemon  38.27MB

Step #8 - "build": Step 1/5 : FROM alpine:3.8
Step #9 - "build-e2e": Removing intermediate container c3adf508a095
Step #9 - "build-e2e":  ---> 9012b0433f90
Step #9 - "build-e2e": Step 9/20 : RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VER}/bin/linux/amd64/kubectl &&     chmod go+rx ./kubectl &&     mv ./kubectl /usr/local/bin/kubectl
Step #8 - "build": 3.8: Pulling from library/alpine
Step #8 - "build": Digest: sha256:3d2e482b82608d153a374df3357c0291589a61cc194ec4a9ca2381073a17f58e
Step #8 - "build": Status: Downloaded newer image for alpine:3.8
Step #8 - "build":  ---> 3f53bb00af94
Step #8 - "build": Step 2/5 : RUN apk --update add ca-certificates &&     adduser -D agones
Step #9 - "build-e2e":  ---> Running in 60594e1c7290
Step #8 - "build":  ---> Running in 16bcb532aab3
Step #4 - "tests": ok  	agones.dev/agones/pkg/apis/stable/v1alpha1	1.109s
Step #4 - "tests": ?   	agones.dev/agones/pkg/client	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/clientset/versioned	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/clientset/versioned/fake	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/clientset/versioned/scheme	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/clientset/versioned/typed/stable/v1alpha1	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/clientset/versioned/typed/stable/v1alpha1/fake	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/informers/externalversions	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/informers/externalversions/internalinterfaces	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/informers/externalversions/stable	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/informers/externalversions/stable/v1alpha1	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/listers/stable/v1alpha1	[no test files]
Step #9 - "build-e2e": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #9 - "build-e2e":                                  Dload  Upload   Total   Spent    Left  Speed
Step #8 - "build": fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
Step #8 - "build": fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
Step #9 - "build-e2e": 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
100 52.8M  100 52.8M    0     0  59.6M      0 --:--:-- --:--:-- --:--:-- 59.5M
Step #8 - "build": (1/1) Installing ca-certificates (20171114-r3)
Step #8 - "build": Executing busybox-1.28.4-r2.trigger
Step #8 - "build": Executing ca-certificates-20171114-r3.trigger
Step #8 - "build": OK: 5 MiB in 14 packages
Step #8 - "build": Removing intermediate container 16bcb532aab3
Step #8 - "build":  ---> e54d5eff1c77
Step #8 - "build": Step 3/5 : COPY  --chown=agones:root ./bin/controller /home/agones/controller
Step #9 - "build-e2e": �[0mRemoving intermediate container 60594e1c7290
Step #9 - "build-e2e":  ---> 9e6d7c5060a1
Step #9 - "build-e2e": Step 10/20 : ENV HELM_VER 2.11.0
Step #9 - "build-e2e":  ---> Running in 15f96b1d7eb5
Step #9 - "build-e2e": Removing intermediate container 15f96b1d7eb5
Step #9 - "build-e2e":  ---> 1c99a74281a6
Step #9 - "build-e2e": Step 11/20 : ENV HELM_URL https://storage.googleapis.com/kubernetes-helm/helm-v${HELM_VER}-linux-amd64.tar.gz
Step #9 - "build-e2e":  ---> Running in c4f875ded2c3
Step #8 - "build":  ---> baeb23489982
Step #8 - "build": Step 4/5 : USER agones
Step #9 - "build-e2e": Removing intermediate container c4f875ded2c3
Step #9 - "build-e2e":  ---> a21e06cd5239
Step #9 - "build-e2e": Step 12/20 : RUN curl -L  ${HELM_URL} > /tmp/helm.tar.gz     && tar -zxvf /tmp/helm.tar.gz -C /tmp     && mv /tmp/linux-amd64/helm /usr/local/bin/helm     && chmod go+rx /usr/local/bin/helm     && rm /tmp/helm.tar.gz && rm -rf /tmp/linux-amd64
Step #8 - "build":  ---> Running in ce40655f4748
Step #9 - "build-e2e":  ---> Running in cf74c1d37a09
Step #8 - "build": Removing intermediate container ce40655f4748
Step #8 - "build":  ---> 34e29ed5a8cb
Step #8 - "build": Step 5/5 : ENTRYPOINT ["/home/agones/controller"]
Step #8 - "build":  ---> Running in 95d773c436f3
Step #8 - "build": Removing intermediate container 95d773c436f3
Step #8 - "build":  ---> b808fbb5af73
Step #8 - "build": Successfully built b808fbb5af73
Step #8 - "build": Successfully tagged gcr.io/agones-images/agones-controller:0.8.0-76ba758
Step #8 - "build": docker run --rm -e "CGO_ENABLED=0" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #8 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.linux.amd64  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-76ba758" -installsuffix cgo agones.dev/agones/cmd/sdk-server
Step #9 - "build-e2e": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #9 - "build-e2e":                                  Dload  Upload   Total   Spent    Left  Speed
Step #9 - "build-e2e": 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
100 18.2M  100 18.2M    0     0  47.1M      0 --:--:-- --:--:-- --:--:-- 47.1M
Step #9 - "build-e2e": �[0mlinux-amd64/
Step #9 - "build-e2e": linux-amd64/tiller
Step #9 - "build-e2e": linux-amd64/README.md
Step #9 - "build-e2e": linux-amd64/helm
Step #9 - "build-e2e": linux-amd64/LICENSE
Step #9 - "build-e2e": Removing intermediate container cf74c1d37a09
Step #9 - "build-e2e":  ---> 085f7bc60c0e
Step #9 - "build-e2e": Step 13/20 : ENV CONSUL_VERSION=1.2.1
Step #9 - "build-e2e":  ---> Running in 3238aabe5f2d
Step #9 - "build-e2e": Removing intermediate container 3238aabe5f2d
Step #9 - "build-e2e":  ---> af8c4b6f407e
Step #9 - "build-e2e": Step 14/20 : ENV HASHICORP_RELEASES=https://releases.hashicorp.com
Step #9 - "build-e2e":  ---> Running in 85c2bca69dbf
Step #9 - "build-e2e": Removing intermediate container 85c2bca69dbf
Step #9 - "build-e2e":  ---> 6633845f9873
Step #9 - "build-e2e": Step 15/20 : RUN mkdir -p /tmp/build &&     wget ${HASHICORP_RELEASES}/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_linux_amd64.zip     -P /tmp/build/  &&     unzip -d /usr/local/bin/ /tmp/build/consul_${CONSUL_VERSION}_linux_amd64.zip &&     cd /tmp &&     rm -rf /tmp/build &&     chmod go+rx /usr/local/bin/consul &&     consul version
Step #9 - "build-e2e":  ---> Running in 70a460be573b
Step #9 - "build-e2e": �[91m--2019-01-23 01:42:14--  https://releases.hashicorp.com/consul/1.2.1/consul_1.2.1_linux_amd64.zip
Step #9 - "build-e2e": �[0m�[91mResolving releases.hashicorp.com (releases.hashicorp.com)... �[0m�[91m151.101.1.183, 151.101.65.183, 151.101.129.183, ...
Step #9 - "build-e2e": Connecting to releases.hashicorp.com (releases.hashicorp.com)|151.101.1.183|:443... �[0m�[91mconnected.
Step #9 - "build-e2e": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m200 OK
Step #9 - "build-e2e": Length: 14529496 (14M) [application/zip]
Step #9 - "build-e2e": Saving to: '/tmp/build/consul_1.2.1_linux_amd64.zip'
Step #9 - "build-e2e": 
Step #9 - "build-e2e":      0K ..........�[0m�[91m .......... .�[0m�[91m......... ..�[0m�[91m........ ..........  0% 2.28M 6s
Step #9 - "build-e2e":     50K .......... .......... ........�[0m�[91m.. .......... ..........  0% 4.63M 5s
Step #9 - "build-e2e":    100K .......... .......... .......... .......... ..........  1%  114M 3s
Step #9 - "build-e2e":    150K .......... .......... .......... .......... ..........  1%  169M 2s
Step #9 - "build-e2e":    200K ......�[0m�[91m.... .......... .......... .......... ..........  1% 4.76M 2s
Step #9 - "build-e2e":    250K .......... .......... .......... .......... ..........  2%  139M 2s
Step #9 - "build-e2e":    300K .......... .......... .......... .......... ..........  2% 96.5M 2s
Step #9 - "build-e2e":    350K .......... ......�[0m�[91m.... .......... .......... ..........  2% 5.61M 2s
Step #9 - "build-e2e":    400K .......... .......... .......... .......... ..........  3% 37.2M 2s
Step #9 - "build-e2e":    450K .......... .......... ........�[0m�[91m.. .......... ..........  3%  115M 1s�[0m�[91m
Step #9 - "build-e2e":    500K .......... ........�[0m�[91m.. .......... .......... ..........  3%  130M 1s
Step #9 - "build-e2e":    550K .......... .......... ....�[0m�[91m...... .......... ........�[0m�[91m..  4%  160M 1s
Step #9 - "build-e2e":    600K ......�[0m�[91m.... .......... ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m....  4%  217M 1s
Step #9 - "build-e2e":    650K ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ..........  4%  212M 1s
Step #9 - "build-e2e":    700K ..�[0m�[91m........�[0m�[91m .......... ......�[0m�[91m.... ....�[0m�[91m...... ..........  5% 6.13M 1s�[0m�[91m
Step #9 - "build-e2e":    750K .......... .......... .......... ..�[0m�[91m........ ........�[0m�[91m..  5%  147M 1s
Step #9 - "build-e2e":    800K ......�[0m�[91m.... .......... .......... .......... ..........  5% 69.8M 1s
Step #9 - "build-e2e":    850K .......... .......... .......... .......... ..........  6%  103M 1s
Step #9 - "build-e2e":    900K .......... .......... .......... .......... ..........  6%  142M 1s
Step #9 - "build-e2e":    950K .......... .......... .......... .......... ..........  7%  112M 1s
Step #9 - "build-e2e":   1000K .......... .......... .......... .......... ..........  7%  143M 1s
Step #9 - "build-e2e":   1050K .......... ..........�[0m�[91m ........�[0m�[91m.. .......... ..........  7%  170M 1s
Step #9 - "build-e2e":   1100K ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..........  8%  147M 1s
Step #9 - "build-e2e":   1150K .......... .......... .......... .......... ..........  8%  143M 1s
Step #9 - "build-e2e":   1200K .......... .......... .......... .......... ..........  8%  212M 1s
Step #9 - "build-e2e":   1250K .......... .......... .......... .......... ..........  9%  207M 1s
Step #9 - "build-e2e":   1300K .......... .......... .......... .......... ..........  9%  203M 1s
Step #9 - "build-e2e":   1350K .......... .......... .......... .......... ..........  9%  184M 1s
Step #9 - "build-e2e":   1400K .......... .......... .......... .......... .......... 10%  220M 1s
Step #9 - "build-e2e":   1450K .......... .......... .......... ......�[0m�[91m.�[0m�[91m... .......... 10%�[0m�[91m 8.10M�[0m�[91m 1s�[0m�[91m
Step #9 - "build-e2e":   1500K�[0m�[91m �[0m�[91m..�[0m�[91m.�[0m�[91m.......�[0m�[91m ........�[0m�[91m.�[0m�[91m. ..�[0m�[91m..�[0m�[91m.�[0m�[91m.�[0m�[91m..�[0m�[91m..�[0m�[91m �[0m�[91m.......... .......... 10% 23.2M 1s
Step #9 - "build-e2e":   1550K .......... .......... .......... .......... .......... 11%  103M 1s
Step #9 - "build-e2e":   1600K .......... .......... .......... .......... .......... 11%  103M 1s
Step #9 - "build-e2e":   1650K .......... .......... .......... .......... .......... 11%  155M 1s
Step #9 - "build-e2e":   1700K .......... .......... .......... .......... .......... 12%  182M 1s
Step #9 - "build-e2e":   1750K .......... .......... .......... .......... .......... 12%  171M 1s
Step #9 - "build-e2e":   1800K .......... .......... .......... .......... .......... 13%  160M 1s
Step #9 - "build-e2e":   1850K .......... .......... .......... .......... .......... 13%  136M 1s
Step #9 - "build-e2e":   1900K .......... .......... .......... .......... .......... 13%  143M 0s
Step #9 - "build-e2e":   1950K .......... .......... .......... .......... .......... 14%  125M 0s
Step #9 - "build-e2e":   2000K .......... .......... .......... .......... .......... 14%  130M 0s
Step #9 - "build-e2e":   2050K .......... .......... .......... .......... .......... 14%  156M 0s
Step #9 - "build-e2e":   2100K .......... .......... .......... .......... .......... 15%  137M 0s
Step #9 - "build-e2e":   2150K .......... .......... .......... .......... .......... 15%  119M 0s
Step #9 - "build-e2e":   2200K .......... .......... .......... .......... .......... 15%  159M 0s
Step #9 - "build-e2e":   2250K .......... .......... .......... .......... .......... 16%  214M 0s
Step #9 - "build-e2e":   2300K .......... .......... .......... .......... .......... 16%  179M 0s
Step #9 - "build-e2e":   2350K .......... .......... .......... .......... ........�[0m�[91m.. 16%  171M 0s
Step #9 - "build-e2e":   2400K .......... .......... ..�[0m�[91m.�[0m�[91m.......�[0m�[91m ........�[0m�[91m.. .......... 17%  117M 0s
Step #9 - "build-e2e":   2450K ....�[0m�[91m...... .......... .......... .......... .......... 17%  195M 0s
Step #9 - "build-e2e":   2500K .......... .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ 17%  192M 0s
Step #9 - "build-e2e":   2550K ........�[0m�[91m.. .......... .......... .......... .......... 18%  153M 0s
Step #9 - "build-e2e":   2600K .......... .......... .......... .......... .......... 18%  180M 0s
Step #9 - "build-e2e":   2650K ....�[0m�[91m...... .......�[0m�[91m...�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... .......... 19%  178M 0s
Step #9 - "build-e2e":   2700K .......... ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... .......... 19%  121M 0s
Step #9 - "build-e2e":   2750K .......... .......... .......... .......... .......... 19%  123M 0s
Step #9 - "build-e2e":   2800K .......... .......... .......... .......... .......... 20%  126M 0s
Step #9 - "build-e2e":   2850K .......... .......... .......... .......... .......... 20%  116M 0s
Step #9 - "build-e2e":   2900K .......... .......... .......... .......... .......... 20%  145M 0s
Step #9 - "build-e2e":   2950K .......... .......... .......... .......... .......... 21% 67.4M 0s
Step #9 - "build-e2e":   3000K .......... .......... .......... .......... .......... 21% 40.4M 0s
Step #9 - "build-e2e":   3050K .......... .......... .......... .......... .......... 21% 42.7M 0s
Step #9 - "build-e2e":   3100K .......... .......... .......... .......... .......... 22% 41.1M 0s�[0m�[91m
Step #9 - "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 22%�[0m�[91m 28.8M�[0m�[91m 0s�[0m�[91m
Step #9 - "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..... .......... .......... .......... 22% 55.5M 0s
Step #9 - "build-e2e":   3250K .......... .......... .......... .......... .......... 23%  201M 0s
Step #9 - "build-e2e":   3300K .......... .......... .......... .......... .......... 23%  207M 0s
Step #9 - "build-e2e":   3350K .......... .......... .......... .......... .......... 23%  128M 0s
Step #9 - "build-e2e":   3400K .......... .......... .......... .......... .......... 24%  193M 0s
Step #9 - "build-e2e":   3450K .......... .......... .......... .......... .......... 24%  201M 0s
Step #9 - "build-e2e":   3500K .......... .......... .......... .......... .......... 25%  138M 0s
Step #9 - "build-e2e":   3550K .......... .......... .......... .......... .......... 25%  101M 0s
Step #9 - "build-e2e":   3600K .......... .......... .......... .......... .......... 25%  150M 0s
Step #9 - "build-e2e":   3650K .......... .......... .......... .......... .......... 26%  209M 0s
Step #9 - "build-e2e":   3700K .......... .......... .......... .......... .......... 26%  200M 0s
Step #9 - "build-e2e":   3750K .......... .......... .......... .......... .......... 26%  126M 0s
Step #9 - "build-e2e":   3800K .......... .......... .......... .......... .......... 27%  139M 0s
Step #9 - "build-e2e":   3850K .......... .......... .......... .......... .......... 27%  127M 0s
Step #9 - "build-e2e":   3900K .......... .......... .......... .......... .......... 27%  122M 0s
Step #9 - "build-e2e":   3950K .......... .......... .......... .......... .......... 28%  131M 0s
Step #9 - "build-e2e":   4000K .......... .......... .......... .......... .......... 28%  163M 0s
Step #9 - "build-e2e":   4050K .......... .......... .......... .......... .�[0m�[91m......... 28%  134M 0s
Step #9 - "build-e2e":   4100K .......... .......... .......... .......... .......... 29%  212M 0s
Step #9 - "build-e2e":   4150K .....�[0m�[91m..... .......... .......... .......�[0m�[91m... .....�[0m�[91m..... 29%  138M 0s
Step #9 - "build-e2e":   4200K ...�[0m�[91m.......�[0m�[91m .......... .......... .....�[0m�[91m..... .......... 29%  127M 0s
Step #9 - "build-e2e":   4250K .�[0m�[91m......... .......... .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. 30% 96.9M 0s
Step #9 - "build-e2e":   4300K .......... .......... .......... .......... .......... 30%  112M 0s
Step #9 - "build-e2e":   4350K .......... .......... .......... .......... .......... 31%  128M 0s
Step #9 - "build-e2e":   4400K .......... .......... .......... .......... .......... 31%  131M 0s
Step #9 - "build-e2e":   4450K .......... .......... .......... .......... .......... 31%  165M 0s
Step #9 - "build-e2e":   4500K .......�[0m�[91m... .....�[0m�[91m..... .......... .......... .......... 32% 40.8M 0s
Step #9 - "build-e2e":   4550K .......... .......... .......... .......... .......... 32% 38.9M 0s
Step #9 - "build-e2e":   4600K .......... .......... .......... .......... .......... 32% 59.1M 0s
Step #9 - "build-e2e":   4650K .......... .......... .......... .......... .......... 33% 48.2M 0s
Step #9 - "build-e2e":   4700K .......... .......... .......... .�[0m�[91m......... ........�[0m�[91m.. 33% 57.2M 0s
Step #9 - "build-e2e":   4750K .....�[0m�[91m..... ...�[0m�[91m....... ........�[0m�[91m.�[0m�[91m. .......... .....�[0m�[91m..... 33% 86.4M 0s
Step #9 - "build-e2e":   4800K .........�[0m�[91m. .�[0m�[91m........�[0m�[91m. .......... .........�[0m�[91m. ...�[0m�[91m....... 34%  119M 0s
Step #9 - "build-e2e":   4850K .......... .......... �[0m�[91m.....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m....�[0m�[91m..... 34%  161M 0s
Step #9 - "build-e2e":   4900K .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... 34%  111M 0s
Step #9 - "build-e2e":   4950K .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... �[0m�[91m.....�[0m�[91m..... 35%�[0m�[91m 61.1M 0s
Step #9 - "build-e2e":   5000K ...�[0m�[91m....... .......... .......... .......... .......... 35% 73.9M 0s
Step #9 - "build-e2e":   5050K .......... .......... .......... .......... .......... 35%  106M 0s
Step #9 - "build-e2e":   5100K .......... .......... .......... .......... .......... 36%  133M 0s
Step #9 - "build-e2e":   5150K .......... ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .......... 36%  160M 0s
Step #9 - "build-e2e":   5200K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... 37%  103M 0s
Step #9 - "build-e2e":   5250K .�[0m�[91m......... .......... .......... .......... .........�[0m�[91m. 37%  180M 0s
Step #9 - "build-e2e":   5300K .......... .....�[0m�[91m..... .......... .........�[0m�[91m. .......... 37%  203M 0s
Step #9 - "build-e2e":   5350K .....�[0m�[91m..... .......... .........�[0m�[91m. .......... .......... 38%  180M 0s
Step #9 - "build-e2e":   5400K ....�[0m�[91m...... .........�[0m�[91m. .......... ...�[0m�[91m....... .......... 38%  112M 0s
Step #9 - "build-e2e":   5450K .�[0m�[91m......... .......�[0m�[91m... .�[0m�[91m......... ...�[0m�[91m....... .........�[0m�[91m. 38%  155M 0s
Step #9 - "build-e2e":   5500K .......... .......... .......... .�[0m�[91m......... .......... 39%  182M 0s
Step #9 - "build-e2e":   5550K .......... ...�[0m�[91m....... .......... .......�[0m�[91m... .......... 39%  174M 0s
Step #9 - "build-e2e":   5600K .......... .�[0m�[91m......... .......... .......... ......�[0m�[91m.... 39%  172M 0s
Step #9 - "build-e2e":   5650K .......... ..........�[0m�[91m ........�[0m�[91m.. .......... .......... 40%  188M 0s
Step #9 - "build-e2e":   5700K .......... .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ 40%  138M 0s�[0m�[91m
Step #9 - "build-e2e":   5750K .......... ......�[0m�[91m.... .......... ..........�[0m�[91m ........�[0m�[91m.. 40% 82.9M 0s
Step #9 - "build-e2e":   5800K ......�[0m�[91m.... .......... �[0m�[91m..�[0m�[91m........ ........�[0m�[91m.. .......... 41%  112M 0s
Step #9 - "build-e2e":   5850K .......... .......... .......... .......... .......... 41%  144M 0s
Step #9 - "build-e2e":   5900K .......... .......... .......... .......... .......... 41%  176M 0s
Step #9 - "build-e2e":   5950K .......... .......... .......... .......... .......... 42%  157M 0s
Step #9 - "build-e2e":   6000K .......... .......... .......... .......... .......... 42%  209M 0s
Step #9 - "build-e2e":   6050K .......... .......... .......... .......... .......... 42%  159M 0s
Step #9 - "build-e2e":   6100K .......... .......... .......... .......... .......... 43%  167M 0s
Step #9 - "build-e2e":   6150K .......... .......... .......... .......... .......... 43%  170M 0s
Step #9 - "build-e2e":   6200K .......... .......... .......... .......... .......... 44%  222M 0s
Step #9 - "build-e2e":   6250K .......... .......... .......... .......... .......... 44%  153M 0s
Step #9 - "build-e2e":   6300K .......... .......... .......... .......... .......... 44%  151M 0s
Step #9 - "build-e2e":   6350K .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... .......... .......... 45%�[0m�[91m 98.1M 0s
Step #9 - "build-e2e":   6400K .......�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m......�[0m�[91m..�[0m�[91m. .......... 45%�[0m�[91m 50.4M 0s
Step #9 - "build-e2e":   6450K .....�[0m�[91m..... .......... .�[0m�[91m......... .......... .......... 45%  141M 0s
Step #9 - "build-e2e":   6500K .......... .......... .......... .......... .......... 46%  135M 0s
Step #9 - "build-e2e":   6550K .......... .......... .......... .......... .......... 46%  174M 0s
Step #9 - "build-e2e":   6600K .......... .......... .......... .......... .......... 46%  188M 0s
Step #9 - "build-e2e":   6650K .......... .......... .......... .......... .......... 47%  202M 0s
Step #9 - "build-e2e":   6700K .......... .......... .......... .......... .......... 47%  157M 0s
Step #9 - "build-e2e":   6750K .......... .......... .......... .......... .......... 47%  162M 0s
Step #9 - "build-e2e":   6800K .......... .......... .......... .......... .......... 48%  185M 0s
Step #9 - "build-e2e":   6850K .......... .......... .......... .......... .......... 48%  173M 0s
Step #9 - "build-e2e":   6900K .......... .......... .......... .......... .......... 48%  174M 0s
Step #9 - "build-e2e":   6950K .......... .......... .......... .......... .......... 49%  137M 0s
Step #9 - "build-e2e":   7000K .......... .......... .......... .......... .......... 49%  140M 0s
Step #9 - "build-e2e":   7050K .......... .......... .......... .......... .......... 50%  215M 0s
Step #9 - "build-e2e":   7100K .......... .......... .......... .......... .......... 50%  198M 0s
Step #9 - "build-e2e":   7150K .......... .......... .......... .......... .......... 50%  172M 0s
Step #9 - "build-e2e":   7200K .......... .......... .......... .......... .......... 51%  120M 0s
Step #9 - "build-e2e":   7250K .....�[0m�[91m..... .......... .�[0m�[91m......... .......... .......... 51% 93.7M 0s
Step #9 - "build-e2e":   7300K ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m........ 51%  174M 0s�[0m�[91m
Step #9 - "build-e2e":   7350K .......... .......... .......... ..�[0m�[91m........ ..........�[0m�[91m 52%  118M 0s
Step #9 - "build-e2e":   7400K ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m.�[0m�[91m....... �[0m�[91m........�[0m�[91m.. ..........�[0m�[91m 52% 9.39M 0s
Step #9 - "build-e2e":   7450K ...�[0m�[91m....... .......... .......... ...�[0m�[91m....�[0m�[91m... .......... 52%  128M 0s
Step #9 - "build-e2e":   7500K ..�[0m�[91m........ ......�[0m�[91m..�[0m�[91m.. .......... .......... ..�[0m�[91m........ 53%  140M 0s�[0m�[91m
Step #9 - "build-e2e":   7550K .......... .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. 53%  154M 0s
Step #9 - "build-e2e":   7600K .......�[0m�[91m... ....�[0m�[91m...... .......... .�[0m�[91m.....�[0m�[91m...�[0m�[91m. .......... 53%  126M 0s
Step #9 - "build-e2e":   7650K .......... .......... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... 54%  193M 0s
Step #9 - "build-e2e":   7700K .......... .........�[0m�[91m. .......... .....�[0m�[91m..... ..�[0m�[91m........ 54%  203M 0s
Step #9 - "build-e2e":   7750K ........�[0m�[91m.. ......�[0m�[91m.... .......... ........�[0m�[91m..�[0m�[91m ........�[0m�[91m.. 54%  120M 0s
Step #9 - "build-e2e":   7800K .......... .......... .......... .�[0m�[91m......... .......... 55%  166M 0s
Step #9 - "build-e2e":   7850K .....�[0m�[91m..... ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m.�[0m�[91m..... 55% 32.9M 0s
Step #9 - "build-e2e":   7900K .�[0m�[91m.�[0m�[91m......�[0m�[91m.. ........�[0m�[91m.. .......... .......... ...�[0m�[91m....... 56%  102M 0s
Step #9 - "build-e2e":   7950K .......... .......... .....�[0m�[91m..... .......... .�[0m�[91m.......�[0m�[91m.. 56%  107M 0s
Step #9 - "build-e2e":   8000K ......�[0m�[91m.... .......... .......... .....�[0m�[91m..... ......�[0m�[91m.... 56%  137M 0s
Step #9 - "build-e2e":   8050K .......... .......... .......... .......... .......... 57% 12.8M 0s
Step #9 - "build-e2e":   8100K .......... .......... .......... .......... .......... 57%  153M 0s
Step #9 - "build-e2e":   8150K .......... .......... .......... .......... .......... 57%  161M 0s
Step #9 - "build-e2e":   8200K .......... .......... .......... .......... .......... 58%  204M 0s
Step #9 - "build-e2e":   8250K .......... .......... .......... .......... .......... 58%  194M 0s
Step #9 - "build-e2e":   8300K .......... .......... .......... .......... .......... 58%  141M 0s
Step #9 - "build-e2e":   8350K .......... .......... .......... .......... .......... 59%  102M 0s
Step #9 - "build-e2e":   8400K .......... .......... .......... .......... ......�[0m�[91m.... 59%  148M 0s
Step #9 - "build-e2e":   8450K .......... .......... .......... .......... .......... 59%  163M 0s
Step #9 - "build-e2e":   8500K .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... ..�[0m�[91m.......�[0m�[91m. .......... 60%�[0m�[91m 66.2M 0s
Step #9 - "build-e2e":   8550K ....�[0m�[91m.�[0m�[91m.�[0m�[91m.... ...�[0m�[91m.�[0m�[91m...... .�[0m�[91m...�[0m�[91m...... ..�[0m�[91m........ .�[0m�[91m........�[0m�[91m. 60% 52.0M 0s
Step #9 - "build-e2e":   8600K .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....�[0m�[91m... .�[0m�[91m.......�[0m�[91m..�[0m�[91m ......�[0m�[91m.... 60%  209M 0s
Step #9 - "build-e2e":   8650K .�[0m�[91m...�[0m�[91m...... ..�[0m�[91m.�[0m�[91m.......�[0m�[91m .......... ......�[0m�[91m.... ....�[0m�[91m...... 61%  180M 0s
Step #9 - "build-e2e":   8700K ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ 61% 6.77M 0s�[0m�[91m
Step #9 - "build-e2e":   8750K .......... .......... .......... .......... .......... 62% 17.5M 0s
Step #9 - "build-e2e":   8800K .......... ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... 62% 45.6M 0s
Step #9 - "build-e2e":   8850K .......... ..�[0m�[91m........ .......... .......... ....�[0m�[91m...... 62% 73.8M 0s
Step #9 - "build-e2e":   8900K .......... .......... .......... .......... .......... 63%  101M 0s
Step #9 - "build-e2e":   8950K ........�[0m�[91m.. .......... .......... .......... .......... 63%  107M 0s
Step #9 - "build-e2e":   9000K .......... .....�[0m�[91m..... .......... .......... .......... 63%  114M 0s
Step #9 - "build-e2e":   9050K .......... .......... .......... .......... .......... 64% 95.0M 0s
Step #9 - "build-e2e":   9100K .......... .......... .......... .......... .......... 64%  217M 0s
Step #9 - "build-e2e":   9150K .......... .......... .......... .......... .......... 64%  164M 0s
Step #9 - "build-e2e":   9200K .......... .......... .......... .......... .......... 65%  113M 0s
Step #9 - "build-e2e":   9250K .......... .......... .......... .......... .......... 65%  137M 0s
Step #9 - "build-e2e":   9300K .......... .......... .......... .......... .......... 65%  114M 0s
Step #9 - "build-e2e":   9350K .......... .......... .......... .......... .......... 66%  138M 0s
Step #9 - "build-e2e":   9400K .......... .......... .......... ........�[0m�[91m.. .......... 66%  128M 0s
Step #9 - "build-e2e":   9450K ....�[0m�[91m...... .......... .......... .......... ....�[0m�[91m...... 66%  144M 0s
Step #9 - "build-e2e":   9500K .......... .......... .......... .......... .......... 67% 97.6M 0s
Step #9 - "build-e2e":   9550K .......... .......... .......... .......... .......... 67% 89.8M 0s
Step #9 - "build-e2e":   9600K .......... .......... .......... .......... .......... 68%  128M 0s
Step #9 - "build-e2e":   9650K .......... .......... .......... .......... .......... 68% 76.6M 0s
Step #9 - "build-e2e":   9700K .......... .......... .......... .�[0m�[91m......... .......... 68%  120M 0s
Step #9 - "build-e2e":   9750K .......... .......... .......... .......... .......... 69% 91.7M 0s
Step #9 - "build-e2e":   9800K .......... .......... .......... .......... .......... 69%  160M 0s
Step #9 - "build-e2e":   9850K .......... .......... .......... .......... .......... 69%  149M 0s
Step #9 - "build-e2e":   9900K .......... .......... .......... .......... .......... 70%  175M 0s
Step #9 - "build-e2e":   9950K .......... .......... .......... .......... .......... 70%  134M 0s
Step #9 - "build-e2e":  10000K .......... .......... .......... .......... .......... 70%  210M 0s
Step #9 - "build-e2e":  10050K .......... .......... .......... .......... .......... 71%  143M 0s
Step #9 - "build-e2e":  10100K .......... .......... .......... .......... .......... 71%  140M 0s
Step #9 - "build-e2e":  10150K .......... .......... .......... .......... .......... 71%  173M 0s
Step #9 - "build-e2e":  10200K .......... .......... .......... .......... .......... 72%  115M 0s
Step #9 - "build-e2e":  10250K .......... .......... .......... .......... .......... 72%  189M 0s
Step #9 - "build-e2e":  10300K .......... .......... .......... .......... .......... 72%  194M 0s
Step #9 - "build-e2e":  10350K .......... .......... .......... .......... .......... 73%  167M 0s
Step #9 - "build-e2e":  10400K .......... .......... .......... .......... .......... 73%  187M 0s
Step #9 - "build-e2e":  10450K .......... .......... .......... .......... .......... 74%  120M 0s
Step #9 - "build-e2e":  10500K .......... .......... .......... .......... .......... 74%  164M 0s
Step #9 - "build-e2e":  10550K .......... .......... .......... .......... .......... 74%  161M 0s
Step #9 - "build-e2e":  10600K .......... .......... .......... ........�[0m�[91m.. ......�[0m�[91m.... 75% 22.7M 0s
Step #9 - "build-e2e":  10650K .......... .......... .......... .......... .......... 75%  152M 0s
Step #9 - "build-e2e":  10700K .......... .......... .......... .......... .......... 75%  145M 0s
Step #9 - "build-e2e":  10750K .......... .......... .......... ..�[0m�[91m........ .......... 76% 4.59M 0s
Step #9 - "build-e2e":  10800K .......... .......... .......... .......... .......... 76%  184M 0s
Step #9 - "build-e2e":  10850K .......... .......... .......... .......... .......... 76%  189M 0s
Step #9 - "build-e2e":  10900K .......... .......... .......... .......... .......... 77%  210M 0s
Step #9 - "build-e2e":  10950K .......... .......... .......... .......... .......... 77% 98.8M 0s
Step #9 - "build-e2e":  11000K ......�[0m�[91m.... .......... .......... .......... .......... 77%  110M 0s
Step #9 - "build-e2e":  11050K .......... .......... .......... .......... .......... 78%  134M 0s
Step #9 - "build-e2e":  11100K .......... .......... .......... .......... .......... 78%  159M 0s
Step #9 - "build-e2e":  11150K .......... .......... .......... .......... .......... 78%  139M 0s
Step #9 - "build-e2e":  11200K .......... .......... .......... .......... .......... 79%  169M 0s
Step #9 - "build-e2e":  11250K .......... .......... .......... .......... .......... 79%  185M 0s
Step #9 - "build-e2e":  11300K .......... .......... .......... .......... .......... 79%  192M 0s
Step #9 - "build-e2e":  11350K .......... .......... .......... .......... .......... 80% 14.2M 0s
Step #9 - "build-e2e":  11400K .......... .......... .......... .......... .......... 80%  187M 0s
Step #9 - "build-e2e":  11450K .......... .......... .......... .......... .......... 81%  182M 0s
Step #9 - "build-e2e":  11500K .......... .......... .......... .......... .......... 81%  184M 0s
Step #9 - "build-e2e":  11550K .......... .......... .......... .......... .......... 81%  174M 0s
Step #9 - "build-e2e":  11600K .......... .......... .......... .......... .......... 82%  137M 0s
Step #9 - "build-e2e":  11650K .......... .......... .......... .......... .......... 82% 97.3M 0s
Step #9 - "build-e2e":  11700K .......... .......... .......... .......... .......... 82%  138M 0s
Step #9 - "build-e2e":  11750K .......... .......... .......... .......... .......... 83%  132M 0s
Step #9 - "build-e2e":  11800K .......... .......... .......... .......... .......... 83%  127M 0s
Step #9 - "build-e2e":  11850K .......... .......... .......... .......... .......... 83%  141M 0s
Step #9 - "build-e2e":  11900K .......... .......... .......... .......... .......... 84%  199M 0s
Step #9 - "build-e2e":  11950K .......... .......... .......... .......... .......... 84%  180M 0s
Step #9 - "build-e2e":  12000K .......... .......... .......... .......... .......... 84%  207M 0s
Step #9 - "build-e2e":  12050K .......... .......... .......... .......... .......... 85%  197M 0s
Step #9 - "build-e2e":  12100K .......... .......... .......... ....�[0m�[91m...... .......... 85%  154M 0s
Step #9 - "build-e2e":  12150K .......... .......... .......... .......... .......... 85%  173M 0s
Step #9 - "build-e2e":  12200K .......... .......... .......... .......... .......... 86%  191M 0s
Step #9 - "build-e2e":  12250K .......... .......... .......... .......... .......... 86%  197M 0s
Step #9 - "build-e2e":  12300K .......... .......... .......... .......... .......... 87%  188M 0s
Step #9 - "build-e2e":  12350K .......... .......... .......... .......... .......... 87%  152M 0s
Step #9 - "build-e2e":  12400K .......... .......... .......... .......... .......... 87% 69.7M 0s
Step #9 - "build-e2e":  12450K .......... .......... .......... .......... .......... 88% 93.7M 0s
Step #9 - "build-e2e":  12500K .......... .......... .......... .......... .......... 88%  144M 0s
Step #9 - "build-e2e":  12550K .......�[0m�[91m... .......... .......... .......... .......... 88% 61.4M 0s
Step #9 - "build-e2e":  12600K .......... .......... .......... .......... .......... 89%  176M 0s
Step #9 - "build-e2e":  12650K .......... .......... .......... .......... .......... 89%  124M 0s
Step #9 - "build-e2e":  12700K .......... .......... .......... .......... .......... 89% 59.9M 0s
Step #9 - "build-e2e":  12750K .......... .......... .......... .......... .......... 90%  136M 0s
Step #9 - "build-e2e":  12800K .......... .......... .......... .......... .......... 90%  134M 0s
Step #9 - "build-e2e":  12850K .......... .......... .....�[0m�[91m..... .......... .......... 90% 72.9M 0s
Step #9 - "build-e2e":  12900K .......... .......... .......... .......... .......... 91%  148M 0s
Step #9 - "build-e2e":  12950K .......... .......... .......... .......... .......... 91%  135M 0s
Step #9 - "build-e2e":  13000K .......... .......... .......... .......... .......... 91%  123M 0s
Step #9 - "build-e2e":  13050K .......... .......... .......... .......... .......... 92%  153M 0s
Step #9 - "build-e2e":  13100K .......... .......... .......... .......... .......... 92%  143M 0s
Step #9 - "build-e2e":  13150K .......... .......... .......... .......... .......... 93%  101M 0s
Step #9 - "build-e2e":  13200K .......... .......... .......... .......... .......... 93%  102M 0s
Step #9 - "build-e2e":  13250K .......... .......... .......... .......... .......... 93%  120M 0s
Step #9 - "build-e2e":  13300K .......... .......... .......... .......... .......... 94%  105M 0s
Step #9 - "build-e2e":  13350K .......... .......... .......... .......... .........�[0m�[91m.�[0m�[91m 94% 19.3M 0s
Step #9 - "build-e2e":  13400K .�[0m�[91m......�[0m�[91m... .......... .......... .......... .......�[0m�[91m... 94% 45.5M 0s
Step #9 - "build-e2e":  13450K .......... .......... .......... .......... .......... 95% 82.0M 0s
Step #9 - "build-e2e":  13500K .......... .......... .......... .......... .......... 95%  112M 0s
Step #9 - "build-e2e":  13550K .......... .......... .......... ...�[0m�[91m....�[0m�[91m... .�[0m�[91m.....�[0m�[91m.... 95%  104M 0s
Step #9 - "build-e2e":  13600K .......... .......... .......... .......... .......... 96%  122M 0s
Step #9 - "build-e2e":  13650K .......... .......... .......... .......... .......... 96% 81.8M 0s
Step #9 - "build-e2e":  13700K .......... .......... .......... .....�[0m�[91m..... ....�[0m�[91m...... 96%  101M 0s�[0m�[91m
Step #9 - "build-e2e":  13750K .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... .......... 97% 21.3M 0s
Step #9 - "build-e2e":  13800K .......... .....�[0m�[91m..... ........�[0m�[91m.. .�[0m�[91m......... .......... 97% 79.7M 0s
Step #9 - "build-e2e":  13850K .......... ...�[0m�[91m..�[0m�[91m..... .........�[0m�[91m. .......... .......... 97% 57.8M 0s
Step #9 - "build-e2e":  13900K .......... .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... 98% 87.7M 0s
Step #9 - "build-e2e":  13950K .........�[0m�[91m. .......... .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. 98%�[0m�[91m 75.0M 0s
Step #9 - "build-e2e":  14000K .......�[0m�[91m... .......... .......... .......... .......... 99%  133M 0s
Step #9 - "build-e2e":  14050K .......... .......... .......... .......... .......... 99%  145M 0s
Step #9 - "build-e2e":  14100K .......... .......... .......... .......... .......... 99%  192M 0s
Step #9 - "build-e2e":  14150K .......... .......... .......... ........             100%  182M=0.2s
Step #9 - "build-e2e": 
Step #9 - "build-e2e": 2019-01-23 01:42:14 (63.8 MB/s) - '/tmp/build/consul_1.2.1_linux_amd64.zip' saved [14529496/14529496]
Step #9 - "build-e2e": 
Step #9 - "build-e2e": �[0mArchive:  /tmp/build/consul_1.2.1_linux_amd64.zip
Step #9 - "build-e2e":   inflating: /usr/local/bin/consul   
Step #9 - "build-e2e": Consul v1.2.1
Step #9 - "build-e2e": Protocol 2 spoken by default, understands 2 to 3 (agent will automatically use protocol >2 when speaking to compatible agents)
Step #9 - "build-e2e": Removing intermediate container 70a460be573b
Step #9 - "build-e2e":  ---> a2cc29a6d7ab
Step #9 - "build-e2e": Step 16/20 : RUN echo "export PATH=/usr/local/go/bin:/go/bin/:\$PATH" >> /root/.bashrc
Step #9 - "build-e2e":  ---> Running in 921ad47a9ab1
Step #9 - "build-e2e": Removing intermediate container 921ad47a9ab1
Step #9 - "build-e2e":  ---> 1ff3a33fa0cc
Step #9 - "build-e2e": Step 17/20 : COPY *.sh /root/
Step #9 - "build-e2e":  ---> e88f1e1d1ff5
Step #9 - "build-e2e": Step 18/20 : RUN chmod +x /root/*.sh
Step #9 - "build-e2e":  ---> Running in 06d90d9ff8c2
Step #8 - "build": docker run --rm -e "GOOS=windows" -e "GOARCH=amd64" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #8 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.windows.amd64.exe  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-76ba758" agones.dev/agones/cmd/sdk-server
Step #9 - "build-e2e": Removing intermediate container 06d90d9ff8c2
Step #9 - "build-e2e":  ---> 61566ae45fca
Step #9 - "build-e2e": Step 19/20 : WORKDIR /go
Step #9 - "build-e2e":  ---> Running in 9c5cada44a13
Step #9 - "build-e2e": Removing intermediate container 9c5cada44a13
Step #9 - "build-e2e":  ---> 27c054aea297
Step #9 - "build-e2e": Step 20/20 : ENTRYPOINT [ "/root/entrypoint.sh" ]
Step #9 - "build-e2e":  ---> Running in 75dcd2ac17c5
Step #9 - "build-e2e": Removing intermediate container 75dcd2ac17c5
Step #9 - "build-e2e":  ---> 68248fbd64c6
Step #9 - "build-e2e": Successfully built 68248fbd64c6
Step #9 - "build-e2e": Successfully tagged e2e-runner:latest
Finished Step #9 - "build-e2e"
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleetallocation	11.413s
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleetautoscalers	3.549s
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleets	2.802s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameserverallocations	14.959s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameservers	2.927s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameserversets	3.137s
Step #4 - "tests": ok  	agones.dev/agones/pkg/metrics	3.007s
Step #4 - "tests": ?   	agones.dev/agones/pkg/sdk	[no test files]
Step #4 - "tests": ok  	agones.dev/agones/pkg/sdkserver	10.825s
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.046s
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.180s
Step #4 - "tests": ok  	agones.dev/agones/pkg/util/workerqueue	2.069s
Step #4 - "tests": ok  	agones.dev/agones/sdks/go	1.068s
Step #4 - "tests": ?   	agones.dev/agones/cmd/controller	[no test files]
Step #4 - "tests": ok  	agones.dev/agones/cmd/ping	2.040s
Step #4 - "tests": ?   	agones.dev/agones/cmd/sdk-server	[no test files]
Finished Step #4 - "tests"
Starting Step #5 - "site-static"
Step #5 - "site-static": Already have image: make-docker
Step #5 - "site-static": /usr/bin/make site-static ARGS="-F" ENV=RELEASE_VERSION=0.8.0
Step #5 - "site-static": make[1]: Entering directory '/workspace/build'
Step #5 - "site-static": mkdir -p ~/.kube/
Step #5 - "site-static": mkdir -p /workspace/build//.config/gcloud
Step #5 - "site-static": mkdir -p ~/.helm
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb rm -r ./public
Step #5 - "site-static": rm: cannot remove './public': No such file or directory
Step #5 - "site-static": includes/website.mk:35: recipe for target 'site-static' failed
Step #5 - "site-static": mkdir /workspace/site/public
Step #5 - "site-static": make[1]: [site-static] Error 1 (ignored)
Step #5 - "site-static": # for some reason, this only work locally
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb \
Step #5 - "site-static": 	bash -c "npm list postcss-cli || npm install postcss-cli"
Step #5 - "site-static": /go/src/agones.dev/agones/site
Step #5 - "site-static": `-- (empty)
Step #5 - "site-static": 
Step #8 - "build": docker run --rm -e "GOOS=darwin" -e "GOARCH=amd64" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #8 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.darwin.amd64  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-76ba758" agones.dev/agones/cmd/sdk-server
Step #5 - "site-static": npm WARN saveError ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site-static": npm notice created a lockfile as package-lock.json. You should commit this file.
Step #5 - "site-static": npm WARN enoent ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site-static": npm WARN site No description
Step #5 - "site-static": npm WARN site No repository field.
Step #5 - "site-static": npm WARN site No README data
Step #5 - "site-static": npm WARN site No license field.
Step #5 - "site-static": npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
Step #5 - "site-static": npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
Step #5 - "site-static": 
Step #5 - "site-static": + postcss-cli@6.1.1
Step #5 - "site-static": added 248 packages from 148 contributors and audited 3191 packages in 21.736s
Step #5 - "site-static": found 0 vulnerabilities
Step #5 - "site-static": 
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb \
Step #5 - "site-static": 	bash -c "npm list autoprefixer || npm install autoprefixer"
Step #5 - "site-static": /go/src/agones.dev/agones/site
Step #5 - "site-static": `-- (empty)
Step #5 - "site-static": 
Step #5 - "site-static": npm WARN saveError ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site-static": npm WARN enoent ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site-static": npm WARN site No description
Step #5 - "site-static": npm WARN site No repository field.
Step #5 - "site-static": npm WARN site No README data
Step #5 - "site-static": npm WARN site No license field.
Step #5 - "site-static": npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
Step #5 - "site-static": npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
Step #5 - "site-static": 
Step #5 - "site-static": + autoprefixer@9.4.6
Step #5 - "site-static": added 8 packages from 7 contributors and audited 11802 packages in 3.35s
Step #5 - "site-static": found 0 vulnerabilities
Step #5 - "site-static": 
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb bash -c \
Step #5 - "site-static": 	"RELEASE_VERSION=0.8.0 hugo --config=config.toml -F"
Step #8 - "build": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build -w /go/src/agones.dev/agones/cmd/sdk-server/bin/ agones-build:db76ca0bfb zip -0 \
Step #8 - "build": 	agonessdk-server-0.8.0-76ba758.zip sdk-server.darwin.amd64 sdk-server.linux.amd64 sdk-server.windows.amd64.exe
Step #5 - "site-static": fatal error: concurrent map read and map write
Step #5 - "site-static": 
Step #5 - "site-static": goroutine 77 [running]:
Step #5 - "site-static": runtime.throw(0x118315d, 0x21)
Step #5 - "site-static": 	/usr/local/go/src/runtime/panic.go:608 +0x72 fp=0xc0016ac700 sp=0xc0016ac6d0 pc=0x4b2902
Step #5 - "site-static": runtime.mapaccess1_faststr(0x1021c80, 0xc00034bbc0, 0xc0000efd88, 0x1a, 0x136b0e0)
Step #5 - "site-static": 	/usr/local/go/src/runtime/map_faststr.go:21 +0x418 fp=0xc0016ac770 sp=0xc0016ac700 pc=0x499508
Step #5 - "site-static": text/template.(*state).walkTemplate(0xc0016ac9f0, 0x111fb20, 0xc001ec2780, 0x16, 0xc000595880)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:397 +0x8e fp=0xc0016ac850 sp=0xc0016ac770 pc=0x613e7e
Step #5 - "site-static": text/template.(*state).walk(0xc0016ac9f0, 0x111fb20, 0xc001ec2780, 0x16, 0x136b260, 0xc000595880)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:267 +0x205 fp=0xc0016ac8e0 sp=0xc0016ac850 pc=0x6129c5
Step #5 - "site-static": text/template.(*state).walk(0xc0016ac9f0, 0x111fb20, 0xc001ec2780, 0x16, 0x136b0e0, 0xc0005801b0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:262 +0x142 fp=0xc0016ac970 sp=0xc0016ac8e0 pc=0x612902
Step #5 - "site-static": text/template.(*Template).execute(0xc00056f600, 0x135d100, 0xc001566ee0, 0x111fb20, 0xc001ec2780, 0x0, 0x0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:217 +0x215 fp=0xc0016aca48 sp=0xc0016ac970 pc=0x6122d5
Step #5 - "site-static": text/template.(*Template).Execute(0xc00056f600, 0x135d100, 0xc001566ee0, 0x111fb20, 0xc001ec2780, 0x10, 0xc000e04ae0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:200 +0x53 fp=0xc0016aca90 sp=0xc0016aca48 pc=0x612093
Step #5 - "site-static": html/template.(*Template).Execute(0xc000580150, 0x135d100, 0xc001566ee0, 0x111fb20, 0xc001ec2780, 0x4b1662, 0x8)
Step #5 - "site-static": 	/usr/local/go/src/html/template/template.go:122 +0x8c fp=0xc0016acad8 sp=0xc0016aca90 pc=0x81278c
Step #5 - "site-static": github.com/gohugoio/hugo/tpl.(*TemplateAdapter).Execute(0xc000b8fcc0, 0x135d100, 0xc001566ee0, 0x111fb20, 0xc001ec2780, 0x0, 0x0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/tpl/template.go:128 +0xaf fp=0xc0016acb38 sp=0xc0016acad8 pc=0xbd04af
Step #5 - "site-static": github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0004d04d0, 0xc0006404df, 0x9, 0xc0012f5360, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/tpl/partials/partials.go:90 +0x1ca fp=0xc0016acc28 sp=0xc0016acb38 pc=0xd02e5a
Step #5 - "site-static": github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include-fm(0xc0006404df, 0x9, 0xc0012f5360, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/tpl/partials/init.go:32 +0x63 fp=0xc0016acc88 sp=0xc0016acc28 pc=0xd03cd3
Step #5 - "site-static": runtime.call128(0xc001f0f620, 0xc0004d04f0, 0xc000d90690, 0x2800000048)
Step #5 - "site-static": 	/usr/local/go/src/runtime/asm_amd64.s:524 +0x52 fp=0xc0016acd18 sp=0xc0016acc88 pc=0x4ddc82
Step #5 - "site-static": reflect.Value.call(0x1032740, 0xc0004d04f0, 0x13, 0x112360d, 0x4, 0xc0012661e0, 0x2, 0x2, 0x1117be0, 0x1393640, ...)
Step #5 - "site-static": 	/usr/local/go/src/reflect/value.go:447 +0x454 fp=0xc0016acfe0 sp=0xc0016acd18 pc=0x53ded4
Step #5 - "site-static": reflect.Value.Call(0x1032740, 0xc0004d04f0, 0x13, 0xc0012661e0, 0x2, 0x2, 0x136afe0, 0xc000892f00, 0x111fb20)
Step #5 - "site-static": 	/usr/local/go/src/reflect/value.go:308 +0xa4 fp=0xc0016ad048 sp=0xc0016acfe0 pc=0x53d964
Step #5 - "site-static": text/template.(*state).evalCall(0xc0016ad698, 0x111fb20, 0xc001ec2780, 0x16, 0x1032740, 0xc0004d04f0, 0x13, 0x136afa0, 0xc000752510, 0xc0006404d6, ...)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:695 +0x6bd fp=0xc0016ad240 sp=0xc0016ad048 pc=0x61776d
Step #5 - "site-static": text/template.(*state).evalFunction(0xc000e05698, 0x111fb20, 0xc001ec2780, 0x16, 0xc000752540, 0x136afa0, 0xc000752510, 0xc0006a93c0, 0x3, 0x4, ...)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:563 +0x172 fp=0xc0016ad338 sp=0xc0016ad240 pc=0x6160b2
Step #5 - "site-static": text/template.(*state).evalCommand(0xc000e05698, 0x111fb20, 0xc001ec2780, 0x16, 0xc000752510, 0x103aec0, 0x1d2b538, 0x99, 0xc000e054e8, 0x61aed7, ...)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:460 +0x5e9 fp=0xc0016ad408 sp=0xc0016ad338 pc=0x614e19
Step #5 - "site-static": text/template.(*state).evalPipeline(0xc0016ad698, 0x111fb20, 0xc001ec2780, 0x16, 0xc000754060, 0x0, 0x0, 0x98)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:429 +0x126 fp=0xc0016ad4f8 sp=0xc0016ad408 pc=0x614306
Step #5 - "site-static": text/template.(*state).walk(0xc0016ad698, 0x111fb20, 0xc001ec2780, 0x16, 0x136aea0, 0xc000752570)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:254 +0x49b fp=0xc0016ad588 sp=0xc0016ad4f8 pc=0x612c5b
Step #5 - "site-static": text/template.(*state).walk(0xc0016ad698, 0x111fb20, 0xc001ec2780, 0x16, 0x136b0e0, 0xc0007523c0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:262 +0x142 fp=0xc0016ad618 sp=0xc0016ad588 pc=0x612902
Step #5 - "site-static": text/template.(*Template).execute(0xc0005591c0, 0x135d100, 0xc0015239d0, 0x111fb20, 0xc001ec2780, 0x0, 0x0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:217 +0x215 fp=0xc0016ad6f0 sp=0xc0016ad618 pc=0x6122d5
Step #5 - "site-static": text/template.(*Template).Execute(0xc0005591c0, 0x135d100, 0xc0015239d0, 0x111fb20, 0xc001ec2780, 0x10, 0xc000e05788)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:200 +0x53 fp=0xc0016ad738 sp=0xc0016ad6f0 pc=0x612093
Step #5 - "site-static": html/template.(*Template).Execute(0xc000752f60, 0x135d100, 0xc0015239d0, 0x111fb20, 0xc001ec2780, 0x1360da0, 0xc000b8fbc0)
Step #5 - "site-static": 	/usr/local/go/src/html/template/template.go:122 +0x8c fp=0xc0016ad780 sp=0xc0016ad738 pc=0x81278c
Step #5 - "site-static": github.com/gohugoio/hugo/tpl.(*TemplateAdapter).Execute(0xc000b8fbc0, 0x135d100, 0xc0015239d0, 0x111fb20, 0xc001ec2780, 0x0, 0x0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/tpl/template.go:128 +0xaf fp=0xc0016ad7e0 sp=0xc0016ad780 pc=0xbd04af
Step #5 - "site-static": github.com/gohugoio/hugo/hugolib.(*Site).renderForLayouts(0xc000491180, 0x11312ec, 0x7, 0x111fb20, 0xc001ec2780, 0x135d100, 0xc0015239d0, 0xc000206800, 0x24, 0x40, ...)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/hugolib/site.go:1795 +0xbb fp=0xc0016ad928 sp=0xc0016ad7e0 pc=0xd8a98b
Step #5 - "site-static": github.com/gohugoio/hugo/hugolib.(*Site).renderAndWritePage(0xc000491180, 0xc0002a8650, 0xc000e05cb0, 0x20, 0xc00128b720, 0x1d, 0xc001ec2780, 0xc000206800, 0x24, 0x40, ...)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/hugolib/site.go:1723 +0xf4 fp=0xc0016adb98 sp=0xc0016ad928 pc=0xd8a3b4
Step #5 - "site-static": github.com/gohugoio/hugo/hugolib.pageRenderer(0xc000491180, 0xc000e16ba0, 0xc000e16b40, 0xc001cf7194)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/hugolib/site_render.go:169 +0x72e fp=0xc0016adfc0 sp=0xc0016adb98 pc=0xd8e63e
Step #5 - "site-static": runtime.goexit()
Step #5 - "site-static": 	/usr/local/go/src/runtime/asm_amd64.s:1333 +0x1 fp=0xc0016adfc8 sp=0xc0016adfc0 pc=0x4df881
Step #5 - "site-static": created by github.com/gohugoio/hugo/hugolib.(*Site).renderPages
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/hugolib/site_render.go:43 +0x160
Step #5 - "site-static": 
Step #5 - "site-static": goroutine 1 [semacquire]:
Step #5 - "site-static": sync.runtime_Semacquire(0xc000a9c040)
Step #5 - "site-static": 	/usr/local/go/src/runtime/sema.go:56 +0x39
Step #5 - "site-static": sync.(*WaitGroup).Wait(0xc000a9c038)
Step #5 - "site-static": 	/usr/local/go/src/sync/waitgroup.go:130 +0x64
Step #5 - "site-static": golang.org/x/sync/errgroup.(*Group).Wait(0xc000a9c030, 0xc000afe090, 0x13)
Step #5 - "site-static": 	/go/pkg/mod/golang.org/x/sync@v0.0.0-20180314180146-1d60e4601c6f/errgroup/errgroup.go:41 +0x31
Step #5 - "site-static": github.com/gohugoio/hugo/commands.(*commandeer).fullBuild(0xc00012e0c0, 0x0, 0x0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/commands/hugo.go:323 +0x370
Step #5 - "site-static": github.com/gohugoio/hugo/commands.(*commandeer).build(0xc00012e0c0, 0x0, 0x0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/commands/hugo.go:350 +0xaf
Step #5 - "site-static": github.com/gohugoio/hugo/commands.(*commandsBuilder).newHugoCmd.func1(0xc000445900, 0xc0004d23c0, 0x0, 0x2, 0x0, 0x0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/commands/commands.go:161 +0xc3
Step #5 - "site-static": github.com/spf13/cobra.(*Command).execute(0xc000445900, 0xc0000300a0, 0x2, 0x2, 0xc000445900, 0xc0000300a0)
Step #5 - "site-static": 	/go/pkg/mod/github.com/spf13/cobra@v0.0.3/command.go:762 +0x473
Step #5 - "site-static": github.com/spf13/cobra.(*Command).ExecuteC(0xc000445900, 0xc00033ef50, 0xc000148820, 0x0)
Step #5 - "site-static": 	/go/pkg/mod/github.com/spf13/cobra@v0.0.3/command.go:852 +0x2fd
Step #5 - "site-static": github.com/gohugoio/hugo/commands.Execute(0xc0000300a0, 0x2, 0x2, 0x8, 0xc00038bf88, 0x48d1e0, 0xc00003e0b8)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/commands/hugo.go:86 +0xad
Step #5 - "site-static": main.main()
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/main.go:27 +0x7a
Step #5 - "site-static": 
Step #5 - "site-static": goroutine 51 [syscall]:
Step #5 - "site-static": os/signal.signal_recv(0x0)
Step #5 - "site-static": 	/usr/local/go/src/runtime/sigqueue.go:139 +0x9c
Step #5 - "site-static": os/signal.loop()
Step #5 - "site-static": 	/usr/local/go/src/os/signal/signal_unix.go:23 +0x22
Step #5 - "site-static": created by os/signal.init.0
Step #5 - "site-static": 	/usr/local/go/src/os/signal/signal_unix.go:29 +0x41
Step #5 - "site-static": 
Step #5 - "site-static": goroutine 147 [chan send]:
Step #5 - "site-static": github.com/gohugoio/hugo/hugolib.(*Site).renderPages(0xc000491180, 0xc000b14000, 0x18, 0x0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/hugolib/site_render.go:53 +0x21f
Step #5 - "site-static": github.com/gohugoio/hugo/hugolib.(*Site).render(0xc000491180, 0xc000b14000, 0x0, 0x0, 0x0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/hugolib/site.go:1098 +0x57
Step #5 - "site-static": github.com/gohugoio/hugo/hugolib.(*HugoSites).render(0xc0004ad300, 0xc000b14000, 0xc0004ad300, 0xc000c211a0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/hugolib/hugo_sites_build.go:302 +0x350
Step #5 - "site-static": github.com/gohugoio/hugo/hugolib.(*HugoSites).Build(0xc0004ad300, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/hugolib/hugo_sites_build.go:97 +0x4ce
Step #5 - "site-static": github.com/gohugoio/hugo/commands.(*commandeer).buildSites(0xc00012e0c0, 0x4b1662, 0xc000000008)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/commands/hugo.go:630 +0x79
Step #5 - "site-static": github.com/gohugoio/hugo/commands.(*commandeer).fullBuild.func3(0x8, 0x11dca18)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/commands/hugo.go:305 +0x2a
Step #5 - "site-static": golang.org/x/sync/errgroup.(*Group).Go.func1(0xc000a9c030, 0xc000afe090)
Step #5 - "site-static": 	/go/pkg/mod/golang.org/x/sync@v0.0.0-20180314180146-1d60e4601c6f/errgroup/errgroup.go:58 +0x57
Step #5 - "site-static": created by golang.org/x/sync/errgroup.(*Group).Go
Step #5 - "site-static": 	/go/pkg/mod/golang.org/x/sync@v0.0.0-20180314180146-1d60e4601c6f/errgroup/errgroup.go:55 +0x66
Step #5 - "site-static": 
Step #5 - "site-static": goroutine 148 [chan receive]:
Step #5 - "site-static": github.com/gohugoio/hugo/hugolib.(*HugoSites).Build.func1(0xc0004ad300, 0xc000c211a0, 0xc000ac4960)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/hugolib/hugo_sites_build.go:35 +0x7c
Step #5 - "site-static": created by github.com/gohugoio/hugo/hugolib.(*HugoSites).Build
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/hugolib/hugo_sites_build.go:32 +0x130
Step #5 - "site-static": 
Step #5 - "site-static": goroutine 78 [semacquire]:
Step #5 - "site-static": sync.runtime_SemacquireMutex(0xc001f24d64, 0xc001fd2600)
Step #5 - "site-static": 	/usr/local/go/src/runtime/sema.go:71 +0x3d
Step #5 - "site-static": sync.(*Mutex).Lock(0xc001f24d60)
Step #5 - "site-static": 	/usr/local/go/src/sync/mutex.go:134 +0xff
Step #5 - "site-static": sync.(*RWMutex).Lock(0xc001f24d60)
Step #5 - "site-static": 	/usr/local/go/src/sync/rwmutex.go:93 +0x2d
Step #5 - "site-static": github.com/BurntSushi/locker.(*Locker).Lock(0xc0003f5230, 0xc001d6e240, 0x34)
Step #5 - "site-static": 	/go/pkg/mod/github.com/!burnt!sushi/locker@v0.0.0-20171006230638-a6e239ea1c69/locker.go:54 +0x57
Step #5 - "site-static": github.com/gohugoio/hugo/resource.(*transformedResource).transform(0xc000e8e780, 0xc001fa0100, 0x0, 0x0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/resource/transform.go:342 +0x586
Step #5 - "site-static": github.com/gohugoio/hugo/resource.(*transformedResource).initTransform.func1()
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/resource/transform.go:497 +0x46
Step #5 - "site-static": sync.(*Once).Do(0xc000e8e7b8, 0xc001fd2c88)
Step #5 - "site-static": 	/usr/local/go/src/sync/once.go:44 +0xb3
Step #5 - "site-static": github.com/gohugoio/hugo/resource.(*transformedResource).initTransform(0xc000e8e780, 0xc001d00100, 0x1077280, 0xfedd00)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/resource/transform.go:495 +0x7e
Step #5 - "site-static": github.com/gohugoio/hugo/resource.(*transformedResource).RelPermalink(0xc000e8e780, 0x0, 0x0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/resource/transform.go:268 +0x36
Step #5 - "site-static": reflect.Value.call(0x10e40e0, 0xc000e8e780, 0x2213, 0x112360d, 0x4, 0x1d2b538, 0x0, 0x0, 0x1117be0, 0x1, ...)
Step #5 - "site-static": 	/usr/local/go/src/reflect/value.go:447 +0x454
Step #5 - "site-static": reflect.Value.Call(0x10e40e0, 0xc000e8e780, 0x2213, 0x1d2b538, 0x0, 0x0, 0x0, 0xc000482380, 0xc001cfdf18)
Step #5 - "site-static": 	/usr/local/go/src/reflect/value.go:308 +0xa4
Step #5 - "site-static": text/template.(*state).evalCall(0xc001fd3c40, 0x111fb20, 0xc001ec2c80, 0x16, 0x10e40e0, 0xc000e8e780, 0x2213, 0x136b2e0, 0xc000579da0, 0xc000354645, ...)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:695 +0x6bd
Step #5 - "site-static": text/template.(*state).evalField(0xc001fd3c40, 0x111fb20, 0xc001ec2c80, 0x16, 0xc000354645, 0xc, 0x136b2e0, 0xc000579da0, 0xc00065ae20, 0x1, ...)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:585 +0xd78
Step #5 - "site-static": text/template.(*state).evalFieldChain(0xc001fd3c40, 0x111fb20, 0xc001ec2c80, 0x16, 0x1082aa0, 0xc001cfdf18, 0x94, 0x136b2e0, 0xc000579da0, 0xc000674eb0, ...)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:553 +0x220
Step #5 - "site-static": text/template.(*state).evalVariableNode(0xc001fd3c40, 0x111fb20, 0xc001ec2c80, 0x16, 0xc000579da0, 0xc00065ae20, 0x1, 0x1, 0x103aec0, 0x1d2b538, ...)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:541 +0x18b
Step #5 - "site-static": text/template.(*state).evalCommand(0xc001fd3c40, 0x111fb20, 0xc001ec2c80, 0x16, 0xc000579d40, 0x103aec0, 0x1d2b538, 0x99, 0x1082aa0, 0xc001cfdf18, ...)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:465 +0x7e4
Step #5 - "site-static": text/template.(*state).evalPipeline(0xc001fd3c40, 0x111fb20, 0xc001ec2c80, 0x16, 0xc0005717a0, 0x0, 0x0, 0x94)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:429 +0x126
Step #5 - "site-static": text/template.(*state).walk(0xc001fd3c40, 0x111fb20, 0xc001ec2c80, 0x16, 0x136aea0, 0xc000579dd0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:254 +0x49b
Step #5 - "site-static": text/template.(*state).walk(0xc001fd3c40, 0x111fb20, 0xc001ec2c80, 0x16, 0x136b0e0, 0xc0005799e0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:262 +0x142
Step #5 - "site-static": text/template.(*state).walkIfOrWith(0xc0016a7c40, 0xa, 0x111fb20, 0xc001ec2c80, 0x16, 0xc000571560, 0xc000579680, 0xc0005799e0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:295 +0x222
Step #5 - "site-static": text/template.(*state).walk(0xc0016a7c40, 0x111fb20, 0xc001ec2c80, 0x16, 0x136b0a0, 0xc00056f5c0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:259 +0x327
Step #5 - "site-static": text/template.(*state).walk(0xc001fd3c40, 0x111fb20, 0xc001ec2c80, 0x16, 0x136b0e0, 0xc0005794d0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:262 +0x142
Step #5 - "site-static": text/template.(*Template).execute(0xc00056f140, 0x135d100, 0xc000fb9ab0, 0x111fb20, 0xc001ec2c80, 0x0, 0x0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:217 +0x215
Step #5 - "site-static": text/template.(*Template).Execute(0xc00056f140, 0x135d100, 0xc000fb9ab0, 0x111fb20, 0xc001ec2c80, 0x10, 0xc0016a7d30)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:200 +0x53
Step #5 - "site-static": html/template.(*Template).Execute(0xc000579470, 0x135d100, 0xc000fb9ab0, 0x111fb20, 0xc001ec2c80, 0x4b1662, 0x8)
Step #5 - "site-static": 	/usr/local/go/src/html/template/template.go:122 +0x8c
Step #5 - "site-static": github.com/gohugoio/hugo/tpl.(*TemplateAdapter).Execute(0xc001cfdd80, 0x135d100, 0xc000fb9ab0, 0x111fb20, 0xc001ec2c80, 0x0, 0x0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/tpl/template.go:128 +0xaf
Step #5 - "site-static": github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0004d04d0, 0xc0000efe89, 0xd, 0xc0016a7ee0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/tpl/partials/partials.go:90 +0x1ca
Step #5 - "site-static": github.com/gohugoio/hugo/tpl/partials.(*Namespace).getOrCreate(0xc0004d04d0, 0xc001d603e0, 0x11, 0xc0000efe89, 0xd, 0x111fb20, 0xc001ec2c80, 0x0, 0x0, 0x0, ...)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/tpl/partials/partials.go:137 +0x141
Step #5 - "site-static": github.com/gohugoio/hugo/tpl/partials.(*Namespace).IncludeCached(0xc0004d04d0, 0xc0000efe89, 0xd, 0x111fb20, 0xc001ec2c80, 0xc001d530a0, 0x1, 0x1, 0xfe2e80, 0xfe2e80, ...)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/tpl/partials/partials.go:124 +0xe7
Step #5 - "site-static": github.com/gohugoio/hugo/tpl/partials.(*Namespace).IncludeCached-fm(0xc0000efe89, 0xd, 0x111fb20, 0xc001ec2c80, 0xc001d530a0, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/tpl/partials/init.go:39 +0x83
Step #5 - "site-static": reflect.Value.call(0x1038100, 0xc0004d0510, 0x13, 0x112360d, 0x4, 0xc001c9f310, 0x3, 0x3, 0x1117be0, 0x109, ...)
Step #5 - "site-static": 	/usr/local/go/src/reflect/value.go:447 +0x454
Step #5 - "site-static": reflect.Value.Call(0x1038100, 0xc0004d0510, 0x13, 0xc001c9f310, 0x3, 0x3, 0x136b220, 0xc000595b40, 0xfedd00)
Step #5 - "site-static": 	/usr/local/go/src/reflect/value.go:308 +0xa4
Step #5 - "site-static": text/template.(*state).evalCall(0xc001fd49f0, 0x111fb20, 0xc001ec2c80, 0x16, 0x1038100, 0xc0004d0510, 0x13, 0x136afa0, 0xc000670960, 0xc0000efe7a, ...)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:695 +0x6bd
Step #5 - "site-static": text/template.(*state).evalFunction(0xc0016a89f0, 0x111fb20, 0xc001ec2c80, 0x16, 0xc000670990, 0x136afa0, 0xc000670960, 0xc000595b00, 0x4, 0x4, ...)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:563 +0x172
Step #5 - "site-static": text/template.(*state).evalCommand(0xc0016a89f0, 0x111fb20, 0xc001ec2c80, 0x16, 0xc000670960, 0x103aec0, 0x1d2b538, 0x99, 0xc0016a87b8, 0xc0016a8840, ...)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:460 +0x5e9
Step #5 - "site-static": text/template.(*state).evalPipeline(0xc001fd49f0, 0x111fb20, 0xc001ec2c80, 0x16, 0xc00062af60, 0x0, 0x0, 0x0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:429 +0x126
Step #5 - "site-static": text/template.(*state).walk(0xc001fd49f0, 0x111fb20, 0xc001ec2c80, 0x16, 0x136aea0, 0xc0006709c0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:254 +0x49b
Step #5 - "site-static": text/template.(*state).walk(0xc001fd49f0, 0x111fb20, 0xc001ec2c80, 0x16, 0x136b0e0, 0xc0005801b0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:262 +0x142
Step #5 - "site-static": text/template.(*Template).execute(0xc00056f600, 0x135d100, 0xc000fb9110, 0x111fb20, 0xc001ec2c80, 0x0, 0x0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:217 +0x215
Step #5 - "site-static": text/template.(*Template).Execute(0xc00056f600, 0x135d100, 0xc000fb9110, 0x111fb20, 0xc001ec2c80, 0x10, 0xc000e6eae0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:200 +0x53
Step #5 - "site-static": html/template.(*Template).Execute(0xc000580150, 0x135d100, 0xc000fb9110, 0x111fb20, 0xc001ec2c80, 0x4b1662, 0x8)
Step #5 - "site-static": 	/usr/local/go/src/html/template/template.go:122 +0x8c
Step #5 - "site-static": github.com/gohugoio/hugo/tpl.(*TemplateAdapter).Execute(0xc001cfd980, 0x135d100, 0xc000fb9110, 0x111fb20, 0xc001ec2c80, 0x0, 0x0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/tpl/template.go:128 +0xaf
Step #5 - "site-static": github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0004d04d0, 0xc0006404df, 0x9, 0xc001275ef0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/tpl/partials/partials.go:90 +0x1ca
Step #5 - "site-static": github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include-fm(0xc0006404df, 0x9, 0xc001275ef0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/tpl/partials/init.go:32 +0x63
Step #5 - "site-static": reflect.Value.call(0x1032740, 0xc0004d04f0, 0x13, 0x112360d, 0x4, 0xc001b9c4e0, 0x2, 0x2, 0x1117be0, 0x1393640, ...)
Step #5 - "site-static": 	/usr/local/go/src/reflect/value.go:447 +0x454
Step #5 - "site-static": reflect.Value.Call(0x1032740, 0xc0004d04f0, 0x13, 0xc001b9c4e0, 0x2, 0x2, 0x136afe0, 0xc000892f00, 0x111fb20)
Step #5 - "site-static": 	/usr/local/go/src/reflect/value.go:308 +0xa4
Step #5 - "site-static": text/template.(*state).evalCall(0xc001fd5698, 0x111fb20, 0xc001ec2c80, 0x16, 0x1032740, 0xc0004d04f0, 0x13, 0x136afa0, 0xc000752510, 0xc0006404d6, ...)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:695 +0x6bd
Step #5 - "site-static": text/template.(*state).evalFunction(0xc000e6f698, 0x111fb20, 0xc001ec2c80, 0x16, 0xc000752540, 0x136afa0, 0xc000752510, 0xc0006a93c0, 0x3, 0x4, ...)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:563 +0x172
Step #5 - "site-static": text/template.(*state).evalCommand(0xc000e6f698, 0x111fb20, 0xc001ec2c80, 0x16, 0xc000752510, 0x103aec0, 0x1d2b538, 0x99, 0xc000e6f4e8, 0x61aed7, ...)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:460 +0x5e9
Step #5 - "site-static": text/template.(*state).evalPipeline(0xc001fd5698, 0x111fb20, 0xc001ec2c80, 0x16, 0xc000754060, 0x0, 0x0, 0x98)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:429 +0x126
Step #5 - "site-static": text/template.(*state).walk(0xc001fd5698, 0x111fb20, 0xc001ec2c80, 0x16, 0x136aea0, 0xc000752570)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:254 +0x49b
Step #5 - "site-static": text/template.(*state).walk(0xc001fd5698, 0x111fb20, 0xc001ec2c80, 0x16, 0x136b0e0, 0xc0007523c0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:262 +0x142
Step #5 - "site-static": text/template.(*Template).execute(0xc0005591c0, 0x135d100, 0xc001f2b500, 0x111fb20, 0xc001ec2c80, 0x0, 0x0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:217 +0x215
Step #5 - "site-static": text/template.(*Template).Execute(0xc0005591c0, 0x135d100, 0xc001f2b500, 0x111fb20, 0xc001ec2c80, 0x10, 0xc000e6f788)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:200 +0x53
Step #5 - "site-static": html/template.(*Template).Execute(0xc000752f60, 0x135d100, 0xc001f2b500, 0x111fb20, 0xc001ec2c80, 0x1360da0, 0xc001f28140)
Step #5 - "site-static": 	/usr/local/go/src/html/template/template.go:122 +0x8c
Step #5 - "site-static": github.com/gohugoio/hugo/tpl.(*TemplateAdapter).Execute(0xc001f28140, 0x135d100, 0xc001f2b500, 0x111fb20, 0xc001ec2c80, 0x0, 0x0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/tpl/template.go:128 +0xaf
Step #5 - "site-static": github.com/gohugoio/hugo/hugolib.(*Site).renderForLayouts(0xc000491180, 0x11312ec, 0x7, 0x111fb20, 0xc001ec2c80, 0x135d100, 0xc001f2b500, 0xc000206800, 0x24, 0x40, ...)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/hugolib/site.go:1795 +0xbb
Step #5 - "site-static": github.com/gohugoio/hugo/hugolib.(*Site).renderAndWritePage(0xc000491180, 0xc0002a8650, 0xc000da78c0, 0x23, 0xc000da7890, 0x20, 0xc001ec2c80, 0xc000206800, 0x24, 0x40, ...)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/hugolib/site.go:1723 +0xf4
Step #5 - "site-static": github.com/gohugoio/hugo/hugolib.pageRenderer(0xc000491180, 0xc000e16ba0, 0xc000e16b40, 0xc001cf7194)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/hugolib/site_render.go:169 +0x72e
Step #5 - "site-static": created by github.com/gohugoio/hugo/hugolib.(*Site).renderPages
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/hugolib/site_render.go:43 +0x160
Step #5 - "site-static": 
Step #5 - "site-static": goroutine 146 [runnable]:
Step #5 - "site-static": syscall.Syscall(0x1, 0x3, 0xc001ff0000, 0x7778, 0x7778, 0x7778, 0x0)
Step #5 - "site-static": 	/usr/local/go/src/syscall/asm_linux_amd64.s:18 +0x5
Step #5 - "site-static": syscall.write(0x3, 0xc001ff0000, 0x7778, 0x8000, 0xc0004acb01, 0x0, 0x0)
Step #5 - "site-static": 	/usr/local/go/src/syscall/zsyscall_linux_amd64.go:1005 +0x5a
Step #5 - "site-static": syscall.Write(0x3, 0xc001ff0000, 0x7778, 0x8000, 0xc00117f300, 0x51752e, 0xc001cce4e0)
Step #5 - "site-static": 	/usr/local/go/src/syscall/syscall_unix.go:191 +0x49
Step #5 - "site-static": internal/poll.(*FD).Write(0xc001cce480, 0xc001ff0000, 0x7778, 0x8000, 0x0, 0x0, 0x0)
Step #5 - "site-static": 	/usr/local/go/src/internal/poll/fd_unix.go:268 +0x165
Step #5 - "site-static": os.(*File).write(0xc001c7cc08, 0xc001ff0000, 0x7778, 0x8000, 0x69f013, 0xc00117f3b8, 0x7e726a)
Step #5 - "site-static": 	/usr/local/go/src/os/file_unix.go:266 +0x4e
Step #5 - "site-static": os.(*File).Write(0xc001c7cc08, 0xc001ff0000, 0x7778, 0x8000, 0x7778, 0x0, 0x0)
Step #5 - "site-static": 	/usr/local/go/src/os/file.go:145 +0x6f
Step #5 - "site-static": github.com/gohugoio/hugo/hugofs.(*hashingFile).Write(0xc001da68a0, 0xc001ff0000, 0x7778, 0x8000, 0x7778, 0x0, 0x0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/hugofs/hashing_fs.go:85 +0x56
Step #5 - "site-static": io.copyBuffer(0x7fcfd80cccd8, 0xc001da68a0, 0x7fcfd7f842c0, 0xc001db7640, 0xc001ff0000, 0x8000, 0x8000, 0x10cc920, 0x0, 0x7fcfd7f842c0)
Step #5 - "site-static": 	/usr/local/go/src/io/io.go:404 +0x201
Step #5 - "site-static": io.Copy(0x7fcfd80cccd8, 0xc001da68a0, 0x7fcfd7f842c0, 0xc001db7640, 0xc001db7640, 0x0, 0x0)
Step #5 - "site-static": 	/usr/local/go/src/io/io.go:364 +0x5a
Step #5 - "site-static": github.com/spf13/fsync.(*Syncer).sync(0xc000a6a180, 0xc001503180, 0x42, 0xc001d975c0, 0x1d)
Step #5 - "site-static": 	/go/pkg/mod/github.com/spf13/fsync@v0.0.0-20170320142552-12a01e648f05/fsync.go:162 +0xa81
Step #5 - "site-static": github.com/spf13/fsync.(*Syncer).sync(0xc000a6a180, 0xc000da70b0, 0x2e, 0xc001b486c0, 0x9)
Step #5 - "site-static": 	/go/pkg/mod/github.com/spf13/fsync@v0.0.0-20170320142552-12a01e648f05/fsync.go:194 +0x465
Step #5 - "site-static": github.com/spf13/fsync.(*Syncer).sync(0xc000a6a180, 0xc00034c7b0, 0x26, 0x1121ae6, 0x1)
Step #5 - "site-static": 	/go/pkg/mod/github.com/spf13/fsync@v0.0.0-20170320142552-12a01e648f05/fsync.go:194 +0x465
Step #5 - "site-static": github.com/spf13/fsync.(*Syncer).syncRecover(0xc000a6a180, 0xc00034c7b0, 0x26, 0x1121ae6, 0x1, 0x0, 0x0)
Step #5 - "site-static": 	/go/pkg/mod/github.com/spf13/fsync@v0.0.0-20170320142552-12a01e648f05/fsync.go:125 +0x85
Step #5 - "site-static": github.com/spf13/fsync.(*Syncer).Sync(0xc000a6a180, 0xc00034c7b0, 0x26, 0x1121ae6, 0x1, 0x10dd9e0, 0xc00081ad01)
Step #5 - "site-static": 	/go/pkg/mod/github.com/spf13/fsync@v0.0.0-20170320142552-12a01e648f05/fsync.go:100 +0x113
Step #5 - "site-static": github.com/gohugoio/hugo/commands.(*commandeer).copyStaticTo(0xc00012e0c0, 0xc0002a85a0, 0x495ca4, 0xc00081ae58, 0xc000a72150)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/commands/hugo.go:481 +0x2f3
Step #5 - "site-static": github.com/gohugoio/hugo/commands.(*commandeer).copyStaticTo-fm(0xc0002a85a0, 0xc000259f50, 0xc00081ae58, 0xc00081ae08)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/commands/hugo.go:399 +0x34
Step #5 - "site-static": github.com/gohugoio/hugo/commands.(*commandeer).doWithPublishDirs(0xc00012e0c0, 0xc00117fef0, 0x48c7b5, 0xc00003f860, 0xc00081af40)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/commands/hugo.go:414 +0x15d
Step #5 - "site-static": github.com/gohugoio/hugo/commands.(*commandeer).copyStatic(0xc00012e0c0, 0xc00003f860, 0xc00081af40, 0x1121b0f)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/commands/hugo.go:399 +0x4e
Step #5 - "site-static": github.com/gohugoio/hugo/commands.(*commandeer).fullBuild.func2(0x8, 0x11dca18)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/commands/hugo.go:293 +0x3c
Step #5 - "site-static": golang.org/x/sync/errgroup.(*Group).Go.func1(0xc000a9c030, 0xc000b1a0a0)
Step #5 - "site-static": 	/go/pkg/mod/golang.org/x/sync@v0.0.0-20180314180146-1d60e4601c6f/errgroup/errgroup.go:58 +0x57
Step #5 - "site-static": created by golang.org/x/sync/errgroup.(*Group).Go
Step #5 - "site-static": 	/go/pkg/mod/golang.org/x/sync@v0.0.0-20180314180146-1d60e4601c6f/errgroup/errgroup.go:55 +0x66
Step #5 - "site-static": 
Step #5 - "site-static": goroutine 76 [select]:
Step #5 - "site-static": github.com/gohugoio/hugo/hugolib.(*Page).initContent.func1()
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/hugolib/page.go:330 +0x1ea
Step #5 - "site-static": sync.(*Once).Do(0xc001eaaf08, 0xc0016a7860)
Step #5 - "site-static": 	/usr/local/go/src/sync/once.go:44 +0xb3
Step #5 - "site-static": github.com/gohugoio/hugo/hugolib.(*Page).initContent(0xc001328000)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/hugolib/page.go:296 +0x58
Step #5 - "site-static": github.com/gohugoio/hugo/hugolib.(*Page).initContentPlainAndMeta(0xc001328000)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/hugolib/page.go:970 +0x2b
Step #5 - "site-static": github.com/gohugoio/hugo/hugolib.(*Page).WordCount(0xc001328000, 0x0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/hugolib/page.go:955 +0x2b
Step #5 - "site-static": reflect.Value.call(0x111fb20, 0xc001ec2000, 0x15613, 0x112360d, 0x4, 0x1d2b538, 0x0, 0x0, 0x1117be0, 0x1, ...)
Step #5 - "site-static": 	/usr/local/go/src/reflect/value.go:447 +0x454
Step #5 - "site-static": reflect.Value.Call(0x111fb20, 0xc001ec2000, 0x15613, 0x1d2b538, 0x0, 0x0, 0x101ee00, 0x1007360, 0xc001fcd240)
Step #5 - "site-static": 	/usr/local/go/src/reflect/value.go:308 +0xa4
Step #5 - "site-static": text/template.(*state).evalCall(0xc0016a87f8, 0x111fb20, 0xc001ec2000, 0x16, 0x111fb20, 0xc001ec2000, 0x15613, 0x136b020, 0xc00051a420, 0x11b19c2, ...)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:695 +0x6bd
Step #5 - "site-static": text/template.(*state).evalField(0xc0016a87f8, 0x111fb20, 0xc001ec2000, 0x16, 0x11b19c2, 0x9, 0x136b020, 0xc00051a420, 0xc0005183c0, 0x1, ...)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:585 +0xd78
Step #5 - "site-static": text/template.(*state).evalFieldChain(0xc0016a87f8, 0x111fb20, 0xc001ec2000, 0x16, 0x111fb20, 0xc001ec2000, 0x16, 0x136b020, 0xc00051a420, 0xc0005183b0, ...)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:553 +0x220
Step #5 - "site-static": text/template.(*state).evalFieldNode(0xc0016a87f8, 0x111fb20, 0xc001ec2000, 0x16, 0xc00051a420, 0xc0005183c0, 0x1, 0x1, 0x103aec0, 0x1d2b538, ...)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:517 +0x113
Step #5 - "site-static": text/template.(*state).evalCommand(0xc0016a87f8, 0x111fb20, 0xc001ec2000, 0x16, 0xc00051a3f0, 0x103aec0, 0x1d2b538, 0x99, 0xc0016a8400, 0xc0016a8488, ...)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:455 +0x725
Step #5 - "site-static": text/template.(*state).evalPipeline(0xc0016a87f8, 0x111fb20, 0xc001ec2000, 0x16, 0xc00022e000, 0x0, 0x0, 0x0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:429 +0x126
Step #5 - "site-static": text/template.(*state).walk(0xc0016a87f8, 0x111fb20, 0xc001ec2000, 0x16, 0x136aea0, 0xc00051a450)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:254 +0x49b
Step #5 - "site-static": text/template.(*state).walk(0xc0016a87f8, 0x111fb20, 0xc001ec2000, 0x16, 0x136b0e0, 0xc000515d70)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:262 +0x142
Step #5 - "site-static": text/template.(*state).walkIfOrWith(0xc0016a87f8, 0xa, 0x111fb20, 0xc001ec2000, 0x16, 0xc00031fda0, 0xc000515d70, 0x0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:292 +0x1ca
Step #5 - "site-static": text/template.(*state).walk(0xc0016a87f8, 0x111fb20, 0xc001ec2000, 0x16, 0x136b0a0, 0xc00050b440)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:259 +0x327
Step #5 - "site-static": text/template.(*state).walk(0xc0016a87f8, 0x111fb20, 0xc001ec2000, 0x16, 0x136b0e0, 0xc000515650)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:262 +0x142
Step #5 - "site-static": text/template.(*state).walkTemplate(0xc0016a89f0, 0x111fb20, 0xc001ec2000, 0x16, 0xc0005958c0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:411 +0x23e
Step #5 - "site-static": text/template.(*state).walk(0xc0016a89f0, 0x111fb20, 0xc001ec2000, 0x16, 0x136b260, 0xc0005958c0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:267 +0x205
Step #5 - "site-static": text/template.(*state).walk(0xc0016a89f0, 0x111fb20, 0xc001ec2000, 0x16, 0x136b0e0, 0xc0005801b0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:262 +0x142
Step #5 - "site-static": text/template.(*Template).execute(0xc00056f600, 0x135d100, 0xc000fb9b20, 0x111fb20, 0xc001ec2000, 0x0, 0x0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:217 +0x215
Step #5 - "site-static": text/template.(*Template).Execute(0xc00056f600, 0x135d100, 0xc000fb9b20, 0x111fb20, 0xc001ec2000, 0x10, 0xc000e06ae0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:200 +0x53
Step #5 - "site-static": html/template.(*Template).Execute(0xc000580150, 0x135d100, 0xc000fb9b20, 0x111fb20, 0xc001ec2000, 0x4b1662, 0x8)
Step #5 - "site-static": 	/usr/local/go/src/html/template/template.go:122 +0x8c
Step #5 - "site-static": github.com/gohugoio/hugo/tpl.(*TemplateAdapter).Execute(0xc001cfdfc0, 0x135d100, 0xc000fb9b20, 0x111fb20, 0xc001ec2000, 0x0, 0x0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/tpl/template.go:128 +0xaf
Step #5 - "site-static": github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0004d04d0, 0xc00064125f, 0x9, 0xc001f26c20, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/tpl/partials/partials.go:90 +0x1ca
Step #5 - "site-static": github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include-fm(0xc00064125f, 0x9, 0xc001f26c20, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/tpl/partials/init.go:32 +0x63
Step #5 - "site-static": reflect.Value.call(0x1032740, 0xc0004d04f0, 0x13, 0x112360d, 0x4, 0xc001f74300, 0x2, 0x2, 0x1117be0, 0x1393640, ...)
Step #5 - "site-static": 	/usr/local/go/src/reflect/value.go:447 +0x454
Step #5 - "site-static": reflect.Value.Call(0x1032740, 0xc0004d04f0, 0x13, 0xc001f74300, 0x2, 0x2, 0x136afe0, 0xc00071f0a0, 0x111fb20)
Step #5 - "site-static": 	/usr/local/go/src/reflect/value.go:308 +0xa4
Step #5 - "site-static": text/template.(*state).evalCall(0xc0016a9698, 0x111fb20, 0xc001ec2000, 0x16, 0x1032740, 0xc0004d04f0, 0x13, 0x136afa0, 0xc00072a6c0, 0xc000641256, ...)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:695 +0x6bd
Step #5 - "site-static": text/template.(*state).evalFunction(0xc000e07698, 0x111fb20, 0xc001ec2000, 0x16, 0xc00072a6f0, 0x136afa0, 0xc00072a6c0, 0xc000723980, 0x3, 0x4, ...)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:563 +0x172
Step #5 - "site-static": text/template.(*state).evalCommand(0xc000e07698, 0x111fb20, 0xc001ec2000, 0x16, 0xc00072a6c0, 0x103aec0, 0x1d2b538, 0x99, 0xc000e074e8, 0x61aed7, ...)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:460 +0x5e9
Step #5 - "site-static": text/template.(*state).evalPipeline(0xc0016a9698, 0x111fb20, 0xc001ec2000, 0x16, 0xc000728c00, 0x0, 0x0, 0x98)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:429 +0x126
Step #5 - "site-static": text/template.(*state).walk(0xc0016a9698, 0x111fb20, 0xc001ec2000, 0x16, 0x136aea0, 0xc00072a720)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:254 +0x49b
Step #5 - "site-static": text/template.(*state).walk(0xc0016a9698, 0x111fb20, 0xc001ec2000, 0x16, 0x136b0e0, 0xc00072a570)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:262 +0x142
Step #5 - "site-static": text/template.(*Template).execute(0xc0006ec2c0, 0x135d100, 0xc001f2b8f0, 0x111fb20, 0xc001ec2000, 0x0, 0x0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:217 +0x215
Step #5 - "site-static": text/template.(*Template).Execute(0xc0006ec2c0, 0x135d100, 0xc001f2b8f0, 0x111fb20, 0xc001ec2000, 0x10, 0xc000e07788)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:200 +0x53
Step #5 - "site-static": html/template.(*Template).Execute(0xc00072b110, 0x135d100, 0xc001f2b8f0, 0x111fb20, 0xc001ec2000, 0x1360da0, 0xc001f282c0)
Step #5 - "site-static": 	/usr/local/go/src/html/template/template.go:122 +0x8c
Step #5 - "site-static": github.com/gohugoio/hugo/tpl.(*TemplateAdapter).Execute(0xc001f282c0, 0x135d100, 0xc001f2b8f0, 0x111fb20, 0xc001ec2000, 0x0, 0x0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/tpl/template.go:128 +0xaf
Step #5 - "site-static": github.com/gohugoio/hugo/hugolib.(*Site).renderForLayouts(0xc000491180, 0x1124745, 0x4, 0x111fb20, 0xc001ec2000, 0x135d100, 0xc001f2b8f0, 0xc001f2e280, 0x8, 0x8, ...)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/hugolib/site.go:1795 +0xbb
Step #5 - "site-static": github.com/gohugoio/hugo/hugolib.(*Site).renderAndWritePage(0xc000491180, 0xc0002a8650, 0xc000e07cb0, 0x1e, 0xc000da7a10, 0x22, 0xc001ec2000, 0xc001f2e280, 0x8, 0x8, ...)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/hugolib/site.go:1723 +0xf4
Step #5 - "site-static": github.com/gohugoio/hugo/hugolib.pageRenderer(0xc000491180, 0xc000e16ba0, 0xc000e16b40, 0xc001cf7194)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/hugolib/site_render.go:169 +0x72e
Step #5 - "site-static": created by github.com/gohugoio/hugo/hugolib.(*Site).renderPages
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/hugolib/site_render.go:43 +0x160
Step #5 - "site-static": 
Step #5 - "site-static": goroutine 75 [chan receive]:
Step #5 - "site-static": github.com/gohugoio/hugo/hugolib.(*Site).errorCollator(0xc000491180, 0xc000e16b40, 0xc000e16c00)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/hugolib/site.go:1642 +0x72
Step #5 - "site-static": created by github.com/gohugoio/hugo/hugolib.(*Site).renderPages
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/hugolib/site_render.go:35 +0xcc
Step #5 - "site-static": 
Step #5 - "site-static": goroutine 242 [runnable]:
Step #5 - "site-static": text/template.(*Template).associate(0xc0005a2040, 0xc001f89240, 0xc001ee2c00, 0xc0001bfad0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/template.go:222 +0xa9
Step #5 - "site-static": text/template.(*Template).AddParseTree(0xc0005a2040, 0xc000eb9d00, 0x39, 0xc001ee2c00, 0x0, 0x0, 0x0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/template.go:128 +0xfa
Step #5 - "site-static": html/template.(*escaper).commit(0xc0002a8798)
Step #5 - "site-static": 	/usr/local/go/src/html/template/escape.go:810 +0x19e
Step #5 - "site-static": html/template.escapeTemplate(0xc000790000, 0x136b0e0, 0xc000790060, 0xc00025cfe0, 0x17, 0xc000099b00, 0xc0001b4340)
Step #5 - "site-static": 	/usr/local/go/src/html/template/escape.go:38 +0x200
Step #5 - "site-static": html/template.(*Template).escape(0xc000790000, 0x0, 0x0)
Step #5 - "site-static": 	/usr/local/go/src/html/template/template.go:102 +0x134
Step #5 - "site-static": html/template.(*Template).Execute(0xc000790000, 0x135d100, 0xc001ffa310, 0x10a0540, 0xc000e61c20, 0x4b1662, 0x8)
Step #5 - "site-static": 	/usr/local/go/src/html/template/template.go:119 +0x2f
Step #5 - "site-static": github.com/gohugoio/hugo/tpl.(*TemplateAdapter).Execute(0xc0012a0480, 0x135d100, 0xc001ffa310, 0x10a0540, 0xc000e61c20, 0x0, 0x0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/tpl/template.go:128 +0xaf
Step #5 - "site-static": github.com/gohugoio/hugo/hugolib.renderShortcodeWithPage(0x1360da0, 0xc0012a0480, 0xc000e61c20, 0x0, 0x0, 0x0, 0x0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/hugolib/shortcode.go:828 +0xb4
Step #5 - "site-static": github.com/gohugoio/hugo/hugolib.renderShortcode(0xc0000b9cfc, 0x2, 0x1123789, 0x4, 0x1124389, 0x4, 0xc000d97aa0, 0x25, 0xc000f05c70, 0x0, ...)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/hugolib/shortcode.go:470 +0x3c6
Step #5 - "site-static": github.com/gohugoio/hugo/hugolib.(*shortcodeHandler).prepareShortcodeForPage.func3(0xc001ea7040, 0x10a60c0, 0xc001ea7080, 0xc001e02ae0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/hugolib/shortcode.go:359 +0x67
Step #5 - "site-static": github.com/gohugoio/hugo/hugolib.(*shortcodeHandler).executeShortcodesForDelta(0xc000ef8960, 0xc000bff3e8, 0x1b, 0xc000d12e00)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/hugolib/shortcode.go:560 +0xca
Step #5 - "site-static": github.com/gohugoio/hugo/hugolib.handleShortcodes(0xc000bff3e8, 0xc0011a7000, 0x3713, 0x424a, 0x2f7373632f656572, 0x2e72616c75676572, 0xa7373632e6e696d, 0x6568742f65746973, 0x73636f642f73656d)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/hugolib/hugo_sites.go:701 +0x20c
Step #5 - "site-static": github.com/gohugoio/hugo/hugolib.(*Page).prepareContent(0xc001328000, 0x1, 0x0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/hugolib/page.go:1231 +0xfb
Step #5 - "site-static": github.com/gohugoio/hugo/hugolib.(*Page).initContent.func1.1(0xc001328000, 0xc000c217a0, 0x1368e60, 0xc001fe08a0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/hugolib/page.go:310 +0x40
Step #5 - "site-static": created by github.com/gohugoio/hugo/hugolib.(*Page).initContent.func1
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/hugolib/page.go:307 +0x147
Step #5 - "site-static": 
Step #5 - "site-static": goroutine 79 [runnable, locked to thread]:
Step #5 - "site-static": github.com/wellington/go-libsass/libs._Cfunc_sass_compiler_parse(0x7fcfb4001430, 0x7fcf00000000)
Step #5 - "site-static": 	_cgo_gotypes.go:267 +0x49
Step #5 - "site-static": github.com/wellington/go-libsass/libs.SassCompilerParse.func1(0x7fcfb4001430, 0x7fcfb4001430)
Step #5 - "site-static": 	/go/pkg/mod/github.com/wellington/go-libsass@v0.9.3-0.20181113175235-c63644206701/libs/wrap.go:232 +0x56
Step #5 - "site-static": github.com/wellington/go-libsass/libs.SassCompilerParse(0x7fcfb4001430)
Step #5 - "site-static": 	/go/pkg/mod/github.com/wellington/go-libsass@v0.9.3-0.20181113175235-c63644206701/libs/wrap.go:232 +0x2b
Step #5 - "site-static": github.com/bep/go-tocss/scss/libsass.(*libsassTranspiler).Execute(0xc001fb2380, 0x135d100, 0xc001f8f570, 0x7fcfd7f842c0, 0xc001fb64a0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
Step #5 - "site-static": 	/go/pkg/mod/github.com/bep/go-tocss@v0.6.0/scss/libsass/transpiler.go:96 +0x31b
Step #5 - "site-static": github.com/gohugoio/hugo/resource/tocss/scss.(*Client).toCSS(0xc0004ab660, 0x0, 0x8, 0xc001fb64c0, 0x2, 0x2, 0xc001fb64e0, 0x0, 0x0, 0x0, ...)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/resource/tocss/scss/tocss.go:167 +0xe2
Step #5 - "site-static": github.com/gohugoio/hugo/resource/tocss/scss.(*toCSSTransformation).Transform(0xc001316820, 0xc001fb8000, 0xe, 0x7fcfd7f842c0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/resource/tocss/scss/tocss.go:133 +0x3f5
Step #5 - "site-static": github.com/gohugoio/hugo/resource.(*transformedResource).transform(0xc00024ecc0, 0x1330100, 0x0, 0x0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/resource/transform.go:407 +0x144a
Step #5 - "site-static": github.com/gohugoio/hugo/resource.(*transformedResource).initTransform.func1()
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/resource/transform.go:497 +0x46
Step #5 - "site-static": sync.(*Once).Do(0xc00024ecf8, 0xc001faec88)
Step #5 - "site-static": 	/usr/local/go/src/sync/once.go:44 +0xb3
Step #5 - "site-static": github.com/gohugoio/hugo/resource.(*transformedResource).initTransform(0xc00024ecc0, 0xc001fb0100, 0x8, 0x8)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/resource/transform.go:495 +0x7e
Step #5 - "site-static": github.com/gohugoio/hugo/resource.(*transformedResource).RelPermalink(0xc00024ecc0, 0x0, 0x0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/resource/transform.go:268 +0x36
Step #5 - "site-static": reflect.Value.call(0x10e40e0, 0xc00024ecc0, 0x2213, 0x112360d, 0x4, 0x1d2b538, 0x0, 0x0, 0x1117be0, 0x1, ...)
Step #5 - "site-static": 	/usr/local/go/src/reflect/value.go:447 +0x454
Step #5 - "site-static": reflect.Value.Call(0x10e40e0, 0xc00024ecc0, 0x2213, 0x1d2b538, 0x0, 0x0, 0x0, 0xc00046ee00, 0xc001f89018)
Step #5 - "site-static": 	/usr/local/go/src/reflect/value.go:308 +0xa4
Step #5 - "site-static": text/template.(*state).evalCall(0xc001fafc40, 0x111fb20, 0xc000403180, 0x16, 0x10e40e0, 0xc00024ecc0, 0x2213, 0x136b2e0, 0xc000579da0, 0xc000354645, ...)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:695 +0x6bd
Step #5 - "site-static": text/template.(*state).evalField(0xc001fafc40, 0x111fb20, 0xc000403180, 0x16, 0xc000354645, 0xc, 0x136b2e0, 0xc000579da0, 0xc00065ae20, 0x1, ...)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:585 +0xd78
Step #5 - "site-static": text/template.(*state).evalFieldChain(0xc001fafc40, 0x111fb20, 0xc000403180, 0x16, 0x1082aa0, 0xc001f89018, 0x94, 0x136b2e0, 0xc000579da0, 0xc000674eb0, ...)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:553 +0x220
Step #5 - "site-static": text/template.(*state).evalVariableNode(0xc001fafc40, 0x111fb20, 0xc000403180, 0x16, 0xc000579da0, 0xc00065ae20, 0x1, 0x1, 0x103aec0, 0x1d2b538, ...)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:541 +0x18b
Step #5 - "site-static": text/template.(*state).evalCommand(0xc001fafc40, 0x111fb20, 0xc000403180, 0x16, 0xc000579d40, 0x103aec0, 0x1d2b538, 0x99, 0x1082aa0, 0xc001f89018, ...)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:465 +0x7e4
Step #5 - "site-static": text/template.(*state).evalPipeline(0xc001fafc40, 0x111fb20, 0xc000403180, 0x16, 0xc0005717a0, 0x0, 0x0, 0x94)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:429 +0x126
Step #5 - "site-static": text/template.(*state).walk(0xc001fafc40, 0x111fb20, 0xc000403180, 0x16, 0x136aea0, 0xc000579dd0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:254 +0x49b
Step #5 - "site-static": text/template.(*state).walk(0xc001fafc40, 0x111fb20, 0xc000403180, 0x16, 0x136b0e0, 0xc0005799e0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:262 +0x142
Step #5 - "site-static": text/template.(*state).walkIfOrWith(0xc001fafc40, 0xa, 0x111fb20, 0xc000403180, 0x16, 0xc000571560, 0xc000579680, 0xc0005799e0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:295 +0x222
Step #5 - "site-static": text/template.(*state).walk(0xc001fafc40, 0x111fb20, 0xc000403180, 0x16, 0x136b0a0, 0xc00056f5c0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:259 +0x327
Step #5 - "site-static": text/template.(*state).walk(0xc001fafc40, 0x111fb20, 0xc000403180, 0x16, 0x136b0e0, 0xc0005794d0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:262 +0x142
Step #5 - "site-static": text/template.(*Template).execute(0xc00056f140, 0x135d100, 0xc001f8e380, 0x111fb20, 0xc000403180, 0x0, 0x0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:217 +0x215
Step #5 - "site-static": text/template.(*Template).Execute(0xc00056f140, 0x135d100, 0xc001f8e380, 0x111fb20, 0xc000403180, 0x10, 0xc001fafd30)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:200 +0x53
Step #5 - "site-static": html/template.(*Template).Execute(0xc000579470, 0x135d100, 0xc001f8e380, 0x111fb20, 0xc000403180, 0x4b1662, 0x8)
Step #5 - "site-static": 	/usr/local/go/src/html/template/template.go:122 +0x8c
Step #5 - "site-static": github.com/gohugoio/hugo/tpl.(*TemplateAdapter).Execute(0xc001f88dc0, 0x135d100, 0xc001f8e380, 0x111fb20, 0xc000403180, 0x0, 0x0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/tpl/template.go:128 +0xaf
Step #5 - "site-static": github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0004d04d0, 0xc0000efe89, 0xd, 0xc001fafee0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/tpl/partials/partials.go:90 +0x1ca
Step #5 - "site-static": github.com/gohugoio/hugo/tpl/partials.(*Namespace).getOrCreate(0xc0004d04d0, 0xc001f24b40, 0x11, 0xc0000efe89, 0xd, 0x111fb20, 0xc000403180, 0x0, 0x0, 0x0, ...)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/tpl/partials/partials.go:137 +0x141
Step #5 - "site-static": github.com/gohugoio/hugo/tpl/partials.(*Namespace).IncludeCached(0xc0004d04d0, 0xc0000efe89, 0xd, 0x111fb20, 0xc000403180, 0xc001f9ec80, 0x1, 0x1, 0xfe2e80, 0xfe2e80, ...)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/tpl/partials/partials.go:124 +0xe7
Step #5 - "site-static": github.com/gohugoio/hugo/tpl/partials.(*Namespace).IncludeCached-fm(0xc0000efe89, 0xd, 0x111fb20, 0xc000403180, 0xc001f9ec80, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/tpl/partials/init.go:39 +0x83
Step #5 - "site-static": reflect.Value.call(0x1038100, 0xc0004d0510, 0x13, 0x112360d, 0x4, 0xc001f23a40, 0x3, 0x3, 0x1117be0, 0xc7, ...)
Step #5 - "site-static": 	/usr/local/go/src/reflect/value.go:447 +0x454
Step #5 - "site-static": reflect.Value.Call(0x1038100, 0xc0004d0510, 0x13, 0xc001f23a40, 0x3, 0x3, 0x136b220, 0xc000595b40, 0xfedd00)
Step #5 - "site-static": 	/usr/local/go/src/reflect/value.go:308 +0xa4
Step #5 - "site-static": text/template.(*state).evalCall(0xc001fb09f0, 0x111fb20, 0xc000403180, 0x16, 0x1038100, 0xc0004d0510, 0x13, 0x136afa0, 0xc000670960, 0xc0000efe7a, ...)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:695 +0x6bd
Step #5 - "site-static": text/template.(*state).evalFunction(0xc001fb09f0, 0x111fb20, 0xc000403180, 0x16, 0xc000670990, 0x136afa0, 0xc000670960, 0xc000595b00, 0x4, 0x4, ...)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:563 +0x172
Step #5 - "site-static": text/template.(*state).evalCommand(0xc001fb09f0, 0x111fb20, 0xc000403180, 0x16, 0xc000670960, 0x103aec0, 0x1d2b538, 0x99, 0xc001fb07b8, 0xc001fb0840, ...)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:460 +0x5e9
Step #5 - "site-static": text/template.(*state).evalPipeline(0xc001fb09f0, 0x111fb20, 0xc000403180, 0x16, 0xc00062af60, 0x0, 0x0, 0x0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:429 +0x126
Step #5 - "site-static": text/template.(*state).walk(0xc001fb09f0, 0x111fb20, 0xc000403180, 0x16, 0x136aea0, 0xc0006709c0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:254 +0x49b
Step #5 - "site-static": text/template.(*state).walk(0xc001fb09f0, 0x111fb20, 0xc000403180, 0x16, 0x136b0e0, 0xc0005801b0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:262 +0x142
Step #5 - "site-static": text/template.(*Template).execute(0xc00056f600, 0x135d100, 0xc001f685b0, 0x111fb20, 0xc000403180, 0x0, 0x0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:217 +0x215
Step #5 - "site-static": text/template.(*Template).Execute(0xc00056f600, 0x135d100, 0xc001f685b0, 0x111fb20, 0xc000403180, 0x10, 0xc001184ae0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:200 +0x53
Step #5 - "site-static": html/template.(*Template).Execute(0xc000580150, 0x135d100, 0xc001f685b0, 0x111fb20, 0xc000403180, 0x4b1662, 0x8)
Step #5 - "site-static": 	/usr/local/go/src/html/template/template.go:122 +0x8c
Step #5 - "site-static": github.com/gohugoio/hugo/tpl.(*TemplateAdapter).Execute(0xc001f07b00, 0x135d100, 0xc001f685b0, 0x111fb20, 0xc000403180, 0x0, 0x0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/tpl/template.go:128 +0xaf
Step #5 - "site-static": github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include(0xc0004d04d0, 0xc0006404df, 0x9, 0xc001d0b3e0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/tpl/partials/partials.go:90 +0x1ca
Step #5 - "site-static": github.com/gohugoio/hugo/tpl/partials.(*Namespace).Include-fm(0xc0006404df, 0x9, 0xc001d0b3e0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/tpl/partials/init.go:32 +0x63
Step #5 - "site-static": reflect.Value.call(0x1032740, 0xc0004d04f0, 0x13, 0x112360d, 0x4, 0xc001f0f5c0, 0x2, 0x2, 0x1117be0, 0x1393640, ...)
Step #5 - "site-static": 	/usr/local/go/src/reflect/value.go:447 +0x454
Step #5 - "site-static": reflect.Value.Call(0x1032740, 0xc0004d04f0, 0x13, 0xc001f0f5c0, 0x2, 0x2, 0x136afe0, 0xc000892f00, 0x111fb20)
Step #5 - "site-static": 	/usr/local/go/src/reflect/value.go:308 +0xa4
Step #5 - "site-static": text/template.(*state).evalCall(0xc001fb1698, 0x111fb20, 0xc000403180, 0x16, 0x1032740, 0xc0004d04f0, 0x13, 0x136afa0, 0xc000752510, 0xc0006404d6, ...)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:695 +0x6bd
Step #5 - "site-static": text/template.(*state).evalFunction(0xc001185698, 0x111fb20, 0xc000403180, 0x16, 0xc000752540, 0x136afa0, 0xc000752510, 0xc0006a93c0, 0x3, 0x4, ...)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:563 +0x172
Step #5 - "site-static": text/template.(*state).evalCommand(0xc001185698, 0x111fb20, 0xc000403180, 0x16, 0xc000752510, 0x103aec0, 0x1d2b538, 0x99, 0xc0011854e8, 0x61aed7, ...)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:460 +0x5e9
Step #5 - "site-static": text/template.(*state).evalPipeline(0xc001fb1698, 0x111fb20, 0xc000403180, 0x16, 0xc000754060, 0x0, 0x0, 0x98)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:429 +0x126
Step #5 - "site-static": text/template.(*state).walk(0xc001fb1698, 0x111fb20, 0xc000403180, 0x16, 0x136aea0, 0xc000752570)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:254 +0x49b
Step #5 - "site-static": text/template.(*state).walk(0xc001fb1698, 0x111fb20, 0xc000403180, 0x16, 0x136b0e0, 0xc0007523c0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:262 +0x142
Step #5 - "site-static": text/template.(*Template).execute(0xc0005591c0, 0x135d100, 0xc001d3dd50, 0x111fb20, 0xc000403180, 0x0, 0x0)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:217 +0x215
Step #5 - "site-static": text/template.(*Template).Execute(0xc0005591c0, 0x135d100, 0xc001d3dd50, 0x111fb20, 0xc000403180, 0x10, 0xc001185788)
Step #5 - "site-static": 	/usr/local/go/src/text/template/exec.go:200 +0x53
Step #5 - "site-static": html/template.(*Template).Execute(0xc000752f60, 0x135d100, 0xc001d3dd50, 0x111fb20, 0xc000403180, 0x1360da0, 0xc001f07a00)
Step #5 - "site-static": 	/usr/local/go/src/html/template/template.go:122 +0x8c
Step #5 - "site-static": github.com/gohugoio/hugo/tpl.(*TemplateAdapter).Execute(0xc001f07a00, 0x135d100, 0xc001d3dd50, 0x111fb20, 0xc000403180, 0x0, 0x0)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/tpl/template.go:128 +0xaf
Step #5 - "site-static": github.com/gohugoio/hugo/hugolib.(*Site).renderForLayouts(0xc000491180, 0x11312ec, 0x7, 0x111fb20, 0xc000403180, 0x135d100, 0xc001d3dd50, 0xc000d1b400, 0x24, 0x40, ...)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/hugolib/site.go:1795 +0xbb
Step #5 - "site-static": github.com/gohugoio/hugo/hugolib.(*Site).renderAndWritePage(0xc000491180, 0xc0002a8650, 0xc001185cb0, 0x1c, 0xc001f24240, 0x19, 0xc000403180, 0xc000d1b400, 0x24, 0x40, ...)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/hugolib/site.go:1723 +0xf4
Step #5 - "site-static": github.com/gohugoio/hugo/hugolib.pageRenderer(0xc000491180, 0xc000e16ba0, 0xc000e16b40, 0xc001cf7194)
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/hugolib/site_render.go:169 +0x72e
Step #5 - "site-static": created by github.com/gohugoio/hugo/hugolib.(*Site).renderPages
Step #5 - "site-static": 	/go/src/github.com/gohugoio/hugo/hugolib/site_render.go:43 +0x160
Step #8 - "build":   adding: sdk-server.darwin.amd64 (stored 0%)
Step #8 - "build":   adding: sdk-server.linux.amd64 (stored 0%)
Step #8 - "build":   adding: sdk-server.windows.amd64.exe (stored 0%)
Step #5 - "site-static": make[1]: *** [site-static] Error 2
Step #5 - "site-static": Building sites … includes/website.mk:35: recipe for target 'site-static' failed
Step #5 - "site-static": make[1]: Leaving directory '/workspace/build'
Step #5 - "site-static": includes/website.mk:55: recipe for target 'site-static-preview' failed
Step #5 - "site-static": make: *** [site-static-preview] Error 2
Step #8 - "build": docker build /workspace/cmd/sdk-server/ --tag=gcr.io/agones-images/agones-sdk:0.8.0-76ba758 
Finished Step #5 - "site-static"
Finished Step #8 - "build"
ERROR
ERROR: build step 5 "make-docker" failed: exit status 2

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 1d0b9540-07b5-4634-b314-fd4dedf4880e

Build Logs
starting build "1d0b9540-07b5-4634-b314-fd4dedf4880e"

FETCHSOURCE
Initialized empty Git repository in /workspace/.git/
From https://source.developers.google.com/p/agones-images/r/agones
 * branch              76ba758f3090707ee619eebc8f21ae310149523a -> FETCH_HEAD
Checking out files:  82% (13333/16087)   
Checking out files:  83% (13353/16087)   
Checking out files:  84% (13514/16087)   
Checking out files:  85% (13674/16087)   
Checking out files:  86% (13835/16087)   
Checking out files:  87% (13996/16087)   
Checking out files:  88% (14157/16087)   
Checking out files:  89% (14318/16087)   
Checking out files:  90% (14479/16087)   
Checking out files:  91% (14640/16087)   
Checking out files:  92% (14801/16087)   
Checking out files:  93% (14961/16087)   
Checking out files:  94% (15122/16087)   
Checking out files:  95% (15283/16087)   
Checking out files:  96% (15444/16087)   
Checking out files:  97% (15605/16087)   
Checking out files:  98% (15766/16087)   
Checking out files:  99% (15927/16087)   
Checking out files: 100% (16087/16087)   
Checking out files: 100% (16087/16087), done.
HEAD is now at 76ba758f Website for Agones
BUILD
Starting Step #0
Step #0: Pulling image: ubuntu
Step #0: Using default tag: latest
Step #0: latest: Pulling from library/ubuntu
Step #0: 38e2e6cd5626: Pulling fs layer
Step #0: 705054bc3f5b: Pulling fs layer
Step #0: c7051e069564: Pulling fs layer
Step #0: 7308e914506c: Pulling fs layer
Step #0: 7308e914506c: Waiting
Step #0: 705054bc3f5b: Verifying Checksum
Step #0: 705054bc3f5b: Download complete
Step #0: c7051e069564: Verifying Checksum
Step #0: c7051e069564: Download complete
Step #0: 7308e914506c: Verifying Checksum
Step #0: 7308e914506c: Download complete
Step #0: 38e2e6cd5626: Verifying Checksum
Step #0: 38e2e6cd5626: Download complete
Step #0: 38e2e6cd5626: Pull complete
Step #0: 705054bc3f5b: Pull complete
Step #0: c7051e069564: Pull complete
Step #0: 7308e914506c: Pull complete
Step #0: Digest: sha256:eb5d7eda6804359e4fc5223a31a2d9caa4c8ea590b14060d81c8bc05b22ca04e
Step #0: Status: Downloaded newer image for ubuntu:latest
Finished Step #0
Starting Step #1
Step #1: Already have image (with digest): gcr.io/cloud-builders/docker
Step #1: Sending build context to Docker daemon  173.6MB

Step #1: Step 1/3 : FROM gcr.io/cloud-builders/docker
Step #1:  ---> 1992f5155e11
Step #1: Step 2/3 : RUN apt-get install make
Step #1:  ---> Running in 54cfd9d08e8f
Step #1: Reading package lists...
Step #1: Building dependency tree...
Step #1: Reading state information...
Step #1: make is already the newest version (4.1-6).
Step #1: 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
Step #1: Removing intermediate container 54cfd9d08e8f
Step #1:  ---> 6d170d3b9644
Step #1: Step 3/3 : ENTRYPOINT ["/usr/bin/make"]
Step #1:  ---> Running in 6e96d38ced52
Step #1: Removing intermediate container 6e96d38ced52
Step #1:  ---> 88766955985b
Step #1: Successfully built 88766955985b
Step #1: Successfully tagged make-docker:latest
Finished Step #1
Starting Step #2
Step #2: Already have image: make-docker
Step #2: docker pull gcr.io/agones-images/agones-build:db76ca0bfb && docker tag gcr.io/agones-images/agones-build:db76ca0bfb agones-build:db76ca0bfb
Step #2: Error response from daemon: manifest for gcr.io/agones-images/agones-build:db76ca0bfb not found
Step #2: Makefile:358: recipe for target 'pull-build-image' failed
Step #2: make: [pull-build-image] Error 1 (ignored)
Finished Step #2
Starting Step #3 - "lint"
Step #3 - "lint": Already have image: make-docker
Step #3 - "lint": mkdir -p ~/.kube/
Step #3 - "lint": mkdir -p /workspace/build//.config/gcloud
Step #3 - "lint": mkdir -p ~/.helm
Step #3 - "lint": Could not find agones-build:db76ca0bfb image. Building...
Step #3 - "lint": make[1]: Entering directory '/workspace/build'
Step #3 - "lint": docker build --tag=agones-build:db76ca0bfb /workspace/build//build-image 
Step #3 - "lint": Sending build context to Docker daemon  17.92kB

Step #3 - "lint": Step 1/33 : FROM gcr.io/agones-images/grpc-cxx:1.16.1
Step #3 - "lint": 1.16.1: Pulling from agones-images/grpc-cxx
Step #3 - "lint": 54f7e8ac135a: Pulling fs layer
Step #3 - "lint": d6b856b25aeb: Pulling fs layer
Step #3 - "lint": b4d69f3225dc: Pulling fs layer
Step #3 - "lint": 54f7e8ac135a: Verifying Checksum
Step #3 - "lint": 54f7e8ac135a: Download complete
Step #3 - "lint": d6b856b25aeb: Verifying Checksum
Step #3 - "lint": d6b856b25aeb: Download complete
Step #3 - "lint": 54f7e8ac135a: Pull complete
Step #3 - "lint": b4d69f3225dc: Verifying Checksum
Step #3 - "lint": b4d69f3225dc: Download complete
Step #3 - "lint": d6b856b25aeb: Pull complete
Step #3 - "lint": b4d69f3225dc: Pull complete
Step #3 - "lint": Digest: sha256:ac598e5d35a7d253f8c93f0a11dbeb2df17d0dab83693fa5cb55b119beb01d01
Step #3 - "lint": Status: Downloaded newer image for gcr.io/agones-images/grpc-cxx:1.16.1
Step #3 - "lint":  ---> 8b1e772a99a1
Step #3 - "lint": Step 2/33 : RUN apt-get update &&     apt-get install -y wget psmisc rsync make python bash-completion zip nano jq graphviz linkchecker gettext-base &&     apt-get clean
Step #3 - "lint":  ---> Running in b90f6dc07be4
Step #3 - "lint": Get:1 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
Step #3 - "lint": Ign:2 http://deb.debian.org/debian stretch InRelease
Step #3 - "lint": Get:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
Step #3 - "lint": Hit:4 http://deb.debian.org/debian stretch Release
Step #3 - "lint": Get:5 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [469 kB]
Step #3 - "lint": Get:6 http://deb.debian.org/debian stretch-updates/main amd64 Packages.diff/Index [6640 B]
Step #3 - "lint": Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages 2019-01-02-2012.38.pdiff [332 B]
Step #3 - "lint": Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages 2019-01-02-2012.38.pdiff [332 B]
Step #3 - "lint": Fetched 661 kB in 0s (1866 kB/s)
Step #3 - "lint": Reading package lists...
Step #3 - "lint": Reading package lists...
Step #3 - "lint": Building dependency tree...
Step #3 - "lint": Reading state information...
Step #3 - "lint": make is already the newest version (4.1-9.1).
Step #3 - "lint": rsync is already the newest version (3.1.2-1+deb9u1).
Step #3 - "lint": rsync set to manually installed.
Step #3 - "lint": The following additional packages will be installed:
Step #3 - "lint":   fontconfig fontconfig-config fonts-dejavu-core fonts-liberation libann0
Step #3 - "lint":   libcairo2 libcdt5 libcgraph6 libdatrie1 libfontconfig1 libfreetype6 libgd3
Step #3 - "lint":   libgraphite2-3 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz0b
Step #3 - "lint":   libice6 libjbig0 libjpeg62-turbo libjq1 libonig4 libpango-1.0-0
Step #3 - "lint":   libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpixman-1-0 libpng16-16
Step #3 - "lint":   libpython-stdlib libpython2.7-minimal libpython2.7-stdlib libsm6
Step #3 - "lint":   libthai-data libthai0 libtiff5 libwebp6 libxaw7 libxcb-render0 libxcb-shm0
Step #3 - "lint":   libxdot4 libxmu6 libxpm4 libxrender1 libxt6 mime-support python-cffi-backend
Step #3 - "lint":   python-chardet python-cryptography python-enum34 python-idna
Step #3 - "lint":   python-ipaddress python-minimal python-openssl python-pkg-resources
Step #3 - "lint":   python-pyasn1 python-requests python-setuptools python-six python-urllib3
Step #3 - "lint":   python2.7 python2.7-minimal ucf x11-common
Step #3 - "lint": Suggested packages:
Step #3 - "lint":   gsfonts graphviz-doc libgd-tools clamav-daemon linkchecker-gui
Step #3 - "lint":   linkchecker-web python-argcomplete python-cssutils python-gconf python-geoip
Step #3 - "lint":   python-meliae python-twill spell python-doc python-tk
Step #3 - "lint":   python-cryptography-doc python-cryptography-vectors python-enum34-doc
Step #3 - "lint":   python-openssl-doc python-openssl-dbg doc-base python-socks
Step #3 - "lint":   python-setuptools-doc python-ntlm python2.7-doc binfmt-support
Step #3 - "lint": The following NEW packages will be installed:
Step #3 - "lint":   bash-completion fontconfig fontconfig-config fonts-dejavu-core
Step #3 - "lint":   fonts-liberation gettext-base graphviz jq libann0 libcairo2 libcdt5
Step #3 - "lint":   libcgraph6 libdatrie1 libfontconfig1 libfreetype6 libgd3 libgraphite2-3
Step #3 - "lint":   libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz0b libice6 libjbig0
Step #3 - "lint":   libjpeg62-turbo libjq1 libonig4 libpango-1.0-0 libpangocairo-1.0-0
Step #3 - "lint":   libpangoft2-1.0-0 libpathplan4 libpixman-1-0 libpng16-16 libpython-stdlib
Step #3 - "lint":   libpython2.7-minimal libpython2.7-stdlib libsm6 libthai-data libthai0
Step #3 - "lint":   libtiff5 libwebp6 libxaw7 libxcb-render0 libxcb-shm0 libxdot4 libxmu6
Step #3 - "lint":   libxpm4 libxrender1 libxt6 linkchecker mime-support nano psmisc python
Step #3 - "lint":   python-cffi-backend python-chardet python-cryptography python-enum34
Step #3 - "lint":   python-idna python-ipaddress python-minimal python-openssl
Step #3 - "lint":   python-pkg-resources python-pyasn1 python-requests python-setuptools
Step #3 - "lint":   python-six python-urllib3 python2.7 python2.7-minimal ucf wget x11-common
Step #3 - "lint":   zip
Step #3 - "lint": 0 upgraded, 74 newly installed, 0 to remove and 6 not upgraded.
Step #3 - "lint": Need to get 18.7 MB of archives.
Step #3 - "lint": After this operation, 65.5 MB of additional disk space will be used.
Step #3 - "lint": Get:1 http://security.debian.org/debian-security stretch/updates/main amd64 libtiff5 amd64 4.0.8-2+deb9u4 [238 kB]
Step #3 - "lint": Get:2 http://deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB]
Step #3 - "lint": Get:3 http://deb.debian.org/debian stretch/main amd64 libpython2.7-minimal amd64 2.7.13-2+deb9u3 [389 kB]
Step #3 - "lint": Get:4 http://deb.debian.org/debian stretch/main amd64 python2.7-minimal amd64 2.7.13-2+deb9u3 [1382 kB]
Step #3 - "lint": Get:5 http://deb.debian.org/debian stretch/main amd64 python-minimal amd64 2.7.13-2 [40.5 kB]
Step #3 - "lint": Get:6 http://deb.debian.org/debian stretch/main amd64 mime-support all 3.60 [36.7 kB]
Step #3 - "lint": Get:7 http://deb.debian.org/debian stretch/main amd64 libpython2.7-stdlib amd64 2.7.13-2+deb9u3 [1897 kB]
Step #3 - "lint": Get:8 http://deb.debian.org/debian stretch/main amd64 python2.7 amd64 2.7.13-2+deb9u3 [285 kB]
Step #3 - "lint": Get:9 http://deb.debian.org/debian stretch/main amd64 libpython-stdlib amd64 2.7.13-2 [20.0 kB]
Step #3 - "lint": Get:10 http://deb.debian.org/debian stretch/main amd64 python amd64 2.7.13-2 [154 kB]
Step #3 - "lint": Get:11 http://deb.debian.org/debian stretch/main amd64 libpng16-16 amd64 1.6.28-1 [280 kB]
Step #3 - "lint": Get:12 http://deb.debian.org/debian stretch/main amd64 libfreetype6 amd64 2.6.3-3.2 [438 kB]
Step #3 - "lint": Get:13 http://deb.debian.org/debian stretch/main amd64 ucf all 3.0036 [70.2 kB]
Step #3 - "lint": Get:14 http://deb.debian.org/debian stretch/main amd64 fonts-dejavu-core all 2.37-1 [1068 kB]
Step #3 - "lint": Get:15 http://deb.debian.org/debian stretch/main amd64 fonts-liberation all 1:1.07.4-2 [827 kB]
Step #3 - "lint": Get:16 http://deb.debian.org/debian stretch/main amd64 fontconfig-config all 2.11.0-6.7 [271 kB]
Step #3 - "lint": Get:17 http://deb.debian.org/debian stretch/main amd64 libfontconfig1 amd64 2.11.0-6.7+b1 [331 kB]
Step #3 - "lint": Get:18 http://deb.debian.org/debian stretch/main amd64 fontconfig amd64 2.11.0-6.7+b1 [404 kB]
Step #3 - "lint": Get:19 http://deb.debian.org/debian stretch/main amd64 nano amd64 2.7.4-1 [485 kB]
Step #3 - "lint": Get:20 http://deb.debian.org/debian stretch/main amd64 wget amd64 1.18-5+deb9u2 [799 kB]
Step #3 - "lint": Get:21 http://deb.debian.org/debian stretch/main amd64 gettext-base amd64 0.19.8.1-2 [121 kB]
Step #3 - "lint": Get:22 http://deb.debian.org/debian stretch/main amd64 libann0 amd64 1.1.2+doc-6 [24.9 kB]
Step #3 - "lint": Get:23 http://deb.debian.org/debian stretch/main amd64 libcdt5 amd64 2.38.0-17 [59.6 kB]
Step #3 - "lint": Get:24 http://deb.debian.org/debian stretch/main amd64 libcgraph6 amd64 2.38.0-17 [82.2 kB]
Step #3 - "lint": Get:25 http://deb.debian.org/debian stretch/main amd64 libjpeg62-turbo amd64 1:1.5.1-2 [134 kB]
Step #3 - "lint": Get:26 http://deb.debian.org/debian stretch/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB]
Step #3 - "lint": Get:27 http://deb.debian.org/debian stretch/main amd64 libwebp6 amd64 0.5.2-1 [235 kB]
Step #3 - "lint": Get:28 http://deb.debian.org/debian stretch/main amd64 libxpm4 amd64 1:3.5.12-1 [49.1 kB]
Step #3 - "lint": Get:29 http://deb.debian.org/debian stretch/main amd64 libgd3 amd64 2.2.4-2+deb9u3 [132 kB]
Step #3 - "lint": Get:30 http://deb.debian.org/debian stretch/main amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [158 kB]
Step #3 - "lint": Get:31 http://deb.debian.org/debian stretch/main amd64 libpixman-1-0 amd64 0.34.0-1 [530 kB]
Step #3 - "lint": Get:32 http://deb.debian.org/debian stretch/main amd64 libxcb-render0 amd64 1.12-1 [105 kB]
Step #3 - "lint": Get:33 http://deb.debian.org/debian stretch/main amd64 libxcb-shm0 amd64 1.12-1 [95.9 kB]
Step #3 - "lint": Get:34 http://deb.debian.org/debian stretch/main amd64 libxrender1 amd64 1:0.9.10-1 [33.0 kB]
Step #3 - "lint": Get:35 http://deb.debian.org/debian stretch/main amd64 libcairo2 amd64 1.14.8-1 [771 kB]
Step #3 - "lint": Get:36 http://deb.debian.org/debian stretch/main amd64 libthai-data all 0.1.26-1 [166 kB]
Step #3 - "lint": Get:37 http://deb.debian.org/debian stretch/main amd64 libdatrie1 amd64 0.2.10-4+b1 [36.4 kB]
Step #3 - "lint": Get:38 http://deb.debian.org/debian stretch/main amd64 libthai0 amd64 0.1.26-1 [52.1 kB]
Step #3 - "lint": Get:39 http://deb.debian.org/debian stretch/main amd64 libpango-1.0-0 amd64 1.40.5-1 [320 kB]
Step #3 - "lint": Get:40 http://deb.debian.org/debian stretch/main amd64 libgraphite2-3 amd64 1.3.10-1 [84.2 kB]
Step #3 - "lint": Get:41 http://deb.debian.org/debian stretch/main amd64 libharfbuzz0b amd64 1.4.2-1 [671 kB]
Step #3 - "lint": Get:42 http://deb.debian.org/debian stretch/main amd64 libpangoft2-1.0-0 amd64 1.40.5-1 [205 kB]
Step #3 - "lint": Get:43 http://deb.debian.org/debian stretch/main amd64 libpangocairo-1.0-0 amd64 1.40.5-1 [193 kB]
Step #3 - "lint": Get:44 http://deb.debian.org/debian stretch/main amd64 libpathplan4 amd64 2.38.0-17 [62.8 kB]
Step #3 - "lint": Get:45 http://deb.debian.org/debian stretch/main amd64 libxdot4 amd64 2.38.0-17 [55.6 kB]
Step #3 - "lint": Get:46 http://deb.debian.org/debian stretch/main amd64 libgvc6 amd64 2.38.0-17 [639 kB]
Step #3 - "lint": Get:47 http://deb.debian.org/debian stretch/main amd64 libgvpr2 amd64 2.38.0-17 [211 kB]
Step #3 - "lint": Get:48 http://deb.debian.org/debian stretch/main amd64 x11-common all 1:7.7+19 [251 kB]
Step #3 - "lint": Get:49 http://deb.debian.org/debian stretch/main amd64 libice6 amd64 2:1.0.9-2 [58.7 kB]
Step #3 - "lint": Get:50 http://deb.debian.org/debian stretch/main amd64 libsm6 amd64 2:1.2.2-1+b3 [33.3 kB]
Step #3 - "lint": Get:51 http://deb.debian.org/debian stretch/main amd64 libxt6 amd64 1:1.1.5-1 [188 kB]
Step #3 - "lint": Get:52 http://deb.debian.org/debian stretch/main amd64 libxmu6 amd64 2:1.1.2-2 [60.3 kB]
Step #3 - "lint": Get:53 http://deb.debian.org/debian stretch/main amd64 libxaw7 amd64 2:1.0.13-1+b2 [201 kB]
Step #3 - "lint": Get:54 http://deb.debian.org/debian stretch/main amd64 graphviz amd64 2.38.0-17 [802 kB]
Step #3 - "lint": Get:55 http://deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB]
Step #3 - "lint": Get:56 http://deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB]
Step #3 - "lint": Get:57 http://deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB]
Step #3 - "lint": Get:58 http://deb.debian.org/debian stretch/main amd64 libgts-bin amd64 0.7.6+darcs121130-4 [50.8 kB]
Step #3 - "lint": Get:59 http://deb.debian.org/debian stretch/main amd64 python-six all 1.10.0-3 [14.4 kB]
Step #3 - "lint": Get:60 http://deb.debian.org/debian stretch/main amd64 python-urllib3 all 1.19.1-1 [77.5 kB]
Step #3 - "lint": Get:61 http://deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB]
Step #3 - "lint": Get:62 http://deb.debian.org/debian stretch/main amd64 python-chardet all 2.3.0-2 [96.0 kB]
Step #3 - "lint": Get:63 http://deb.debian.org/debian stretch/main amd64 python-requests all 2.12.4-1 [101 kB]
Step #3 - "lint": Get:64 http://deb.debian.org/debian stretch/main amd64 linkchecker amd64 9.3-4 [312 kB]
Step #3 - "lint": Get:65 http://deb.debian.org/debian stretch/main amd64 psmisc amd64 22.21-2.1+b2 [123 kB]
Step #3 - "lint": Get:66 http://deb.debian.org/debian stretch/main amd64 python-cffi-backend amd64 1.9.1-2 [69.0 kB]
Step #3 - "lint": Get:67 http://deb.debian.org/debian stretch/main amd64 python-enum34 all 1.1.6-1 [35.0 kB]
Step #3 - "lint": Get:68 http://deb.debian.org/debian stretch/main amd64 python-idna all 2.2-1 [32.6 kB]
Step #3 - "lint": Get:69 http://deb.debian.org/debian stretch/main amd64 python-ipaddress all 1.0.17-1 [18.1 kB]
Step #3 - "lint": Get:70 http://deb.debian.org/debian stretch/main amd64 python-pyasn1 all 0.1.9-2 [51.8 kB]
Step #3 - "lint": Get:71 http://deb.debian.org/debian stretch/main amd64 python-setuptools all 33.1.1-1 [297 kB]
Step #3 - "lint": Get:72 http://deb.debian.org/debian stretch/main amd64 python-cryptography amd64 1.7.1-3 [211 kB]
Step #3 - "lint": Get:73 http://deb.debian.org/debian stretch/main amd64 python-openssl all 16.2.0-1 [43.7 kB]
Step #3 - "lint": Get:74 http://deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB]
Step #3 - "lint": �[91mdebconf: delaying package configuration, since apt-utils is not installed
Step #3 - "lint": �[0mFetched 18.7 MB in 0s (64.5 MB/s)
Step #3 - "lint": Selecting previously unselected package bash-completion.
Step #3 - "lint": (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 ... 17197 files and directories currently installed.)
Step #3 - "lint": Preparing to unpack .../0-bash-completion_1%3a2.1-4.3_all.deb ...
Step #3 - "lint": Unpacking bash-completion (1:2.1-4.3) ...
Step #3 - "lint": Selecting previously unselected package libpython2.7-minimal:amd64.
Step #3 - "lint": Preparing to unpack .../1-libpython2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package python2.7-minimal.
Step #3 - "lint": Preparing to unpack .../2-python2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking python2.7-minimal (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package python-minimal.
Step #3 - "lint": Preparing to unpack .../3-python-minimal_2.7.13-2_amd64.deb ...
Step #3 - "lint": Unpacking python-minimal (2.7.13-2) ...
Step #3 - "lint": Selecting previously unselected package mime-support.
Step #3 - "lint": Preparing to unpack .../4-mime-support_3.60_all.deb ...
Step #3 - "lint": Unpacking mime-support (3.60) ...
Step #3 - "lint": Selecting previously unselected package libpython2.7-stdlib:amd64.
Step #3 - "lint": Preparing to unpack .../5-libpython2.7-stdlib_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package python2.7.
Step #3 - "lint": Preparing to unpack .../6-python2.7_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking python2.7 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package libpython-stdlib:amd64.
Step #3 - "lint": Preparing to unpack .../7-libpython-stdlib_2.7.13-2_amd64.deb ...
Step #3 - "lint": Unpacking libpython-stdlib:amd64 (2.7.13-2) ...
Step #3 - "lint": Setting up libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Setting up python2.7-minimal (2.7.13-2+deb9u3) ...
Step #3 - "lint": Linking and byte-compiling packages for runtime python2.7...
Step #3 - "lint": Setting up python-minimal (2.7.13-2) ...
Step #3 - "lint": Selecting previously unselected package python.
Step #3 - "lint": (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 ... 18545 files and directories currently installed.)
Step #3 - "lint": Preparing to unpack .../00-python_2.7.13-2_amd64.deb ...
Step #3 - "lint": Unpacking python (2.7.13-2) ...
Step #3 - "lint": Selecting previously unselected package libpng16-16:amd64.
Step #3 - "lint": Preparing to unpack .../01-libpng16-16_1.6.28-1_amd64.deb ...
Step #3 - "lint": Unpacking libpng16-16:amd64 (1.6.28-1) ...
Step #3 - "lint": Selecting previously unselected package libfreetype6:amd64.
Step #3 - "lint": Preparing to unpack .../02-libfreetype6_2.6.3-3.2_amd64.deb ...
Step #3 - "lint": Unpacking libfreetype6:amd64 (2.6.3-3.2) ...
Step #3 - "lint": Selecting previously unselected package ucf.
Step #3 - "lint": Preparing to unpack .../03-ucf_3.0036_all.deb ...
Step #3 - "lint": Moving old data out of the way
Step #3 - "lint": Unpacking ucf (3.0036) ...
Step #3 - "lint": Selecting previously unselected package fonts-dejavu-core.
Step #3 - "lint": Preparing to unpack .../04-fonts-dejavu-core_2.37-1_all.deb ...
Step #3 - "lint": Unpacking fonts-dejavu-core (2.37-1) ...
Step #3 - "lint": Selecting previously unselected package fonts-liberation.
Step #3 - "lint": Preparing to unpack .../05-fonts-liberation_1%3a1.07.4-2_all.deb ...
Step #3 - "lint": Unpacking fonts-liberation (1:1.07.4-2) ...
Step #3 - "lint": Selecting previously unselected package fontconfig-config.
Step #3 - "lint": Preparing to unpack .../06-fontconfig-config_2.11.0-6.7_all.deb ...
Step #3 - "lint": Unpacking fontconfig-config (2.11.0-6.7) ...
Step #3 - "lint": Selecting previously unselected package libfontconfig1:amd64.
Step #3 - "lint": Preparing to unpack .../07-libfontconfig1_2.11.0-6.7+b1_amd64.deb ...
Step #3 - "lint": Unpacking libfontconfig1:amd64 (2.11.0-6.7+b1) ...
Step #3 - "lint": Selecting previously unselected package fontconfig.
Step #3 - "lint": Preparing to unpack .../08-fontconfig_2.11.0-6.7+b1_amd64.deb ...
Step #3 - "lint": Unpacking fontconfig (2.11.0-6.7+b1) ...
Step #3 - "lint": Selecting previously unselected package nano.
Step #3 - "lint": Preparing to unpack .../09-nano_2.7.4-1_amd64.deb ...
Step #3 - "lint": Unpacking nano (2.7.4-1) ...
Step #3 - "lint": Selecting previously unselected package wget.
Step #3 - "lint": Preparing to unpack .../10-wget_1.18-5+deb9u2_amd64.deb ...
Step #3 - "lint": Unpacking wget (1.18-5+deb9u2) ...
Step #3 - "lint": Selecting previously unselected package gettext-base.
Step #3 - "lint": Preparing to unpack .../11-gettext-base_0.19.8.1-2_amd64.deb ...
Step #3 - "lint": Unpacking gettext-base (0.19.8.1-2) ...
Step #3 - "lint": Selecting previously unselected package libann0.
Step #3 - "lint": Preparing to unpack .../12-libann0_1.1.2+doc-6_amd64.deb ...
Step #3 - "lint": Unpacking libann0 (1.1.2+doc-6) ...
Step #3 - "lint": Selecting previously unselected package libcdt5.
Step #3 - "lint": Preparing to unpack .../13-libcdt5_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libcdt5 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libcgraph6.
Step #3 - "lint": Preparing to unpack .../14-libcgraph6_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libcgraph6 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libjpeg62-turbo:amd64.
Step #3 - "lint": Preparing to unpack .../15-libjpeg62-turbo_1%3a1.5.1-2_amd64.deb ...
Step #3 - "lint": Unpacking libjpeg62-turbo:amd64 (1:1.5.1-2) ...
Step #3 - "lint": Selecting previously unselected package libjbig0:amd64.
Step #3 - "lint": Preparing to unpack .../16-libjbig0_2.1-3.1+b2_amd64.deb ...
Step #3 - "lint": Unpacking libjbig0:amd64 (2.1-3.1+b2) ...
Step #3 - "lint": Selecting previously unselected package libtiff5:amd64.
Step #3 - "lint": Preparing to unpack .../17-libtiff5_4.0.8-2+deb9u4_amd64.deb ...
Step #3 - "lint": Unpacking libtiff5:amd64 (4.0.8-2+deb9u4) ...
Step #3 - "lint": Selecting previously unselected package libwebp6:amd64.
Step #3 - "lint": Preparing to unpack .../18-libwebp6_0.5.2-1_amd64.deb ...
Step #3 - "lint": Unpacking libwebp6:amd64 (0.5.2-1) ...
Step #3 - "lint": Selecting previously unselected package libxpm4:amd64.
Step #3 - "lint": Preparing to unpack .../19-libxpm4_1%3a3.5.12-1_amd64.deb ...
Step #3 - "lint": Unpacking libxpm4:amd64 (1:3.5.12-1) ...
Step #3 - "lint": Selecting previously unselected package libgd3:amd64.
Step #3 - "lint": Preparing to unpack .../20-libgd3_2.2.4-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking libgd3:amd64 (2.2.4-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package libgts-0.7-5:amd64.
Step #3 - "lint": Preparing to unpack .../21-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ...
Step #3 - "lint": Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
Step #3 - "lint": Selecting previously unselected package libpixman-1-0:amd64.
Step #3 - "lint": Preparing to unpack .../22-libpixman-1-0_0.34.0-1_amd64.deb ...
Step #3 - "lint": Unpacking libpixman-1-0:amd64 (0.34.0-1) ...
Step #3 - "lint": Selecting previously unselected package libxcb-render0:amd64.
Step #3 - "lint": Preparing to unpack .../23-libxcb-render0_1.12-1_amd64.deb ...
Step #3 - "lint": Unpacking libxcb-render0:amd64 (1.12-1) ...
Step #3 - "lint": Selecting previously unselected package libxcb-shm0:amd64.
Step #3 - "lint": Preparing to unpack .../24-libxcb-shm0_1.12-1_amd64.deb ...
Step #3 - "lint": Unpacking libxcb-shm0:amd64 (1.12-1) ...
Step #3 - "lint": Selecting previously unselected package libxrender1:amd64.
Step #3 - "lint": Preparing to unpack .../25-libxrender1_1%3a0.9.10-1_amd64.deb ...
Step #3 - "lint": Unpacking libxrender1:amd64 (1:0.9.10-1) ...
Step #3 - "lint": Selecting previously unselected package libcairo2:amd64.
Step #3 - "lint": Preparing to unpack .../26-libcairo2_1.14.8-1_amd64.deb ...
Step #3 - "lint": Unpacking libcairo2:amd64 (1.14.8-1) ...
Step #3 - "lint": Selecting previously unselected package libthai-data.
Step #3 - "lint": Preparing to unpack .../27-libthai-data_0.1.26-1_all.deb ...
Step #3 - "lint": Unpacking libthai-data (0.1.26-1) ...
Step #3 - "lint": Selecting previously unselected package libdatrie1:amd64.
Step #3 - "lint": Preparing to unpack .../28-libdatrie1_0.2.10-4+b1_amd64.deb ...
Step #3 - "lint": Unpacking libdatrie1:amd64 (0.2.10-4+b1) ...
Step #3 - "lint": Selecting previously unselected package libthai0:amd64.
Step #3 - "lint": Preparing to unpack .../29-libthai0_0.1.26-1_amd64.deb ...
Step #3 - "lint": Unpacking libthai0:amd64 (0.1.26-1) ...
Step #3 - "lint": Selecting previously unselected package libpango-1.0-0:amd64.
Step #3 - "lint": Preparing to unpack .../30-libpango-1.0-0_1.40.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libpango-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Selecting previously unselected package libgraphite2-3:amd64.
Step #3 - "lint": Preparing to unpack .../31-libgraphite2-3_1.3.10-1_amd64.deb ...
Step #3 - "lint": Unpacking libgraphite2-3:amd64 (1.3.10-1) ...
Step #3 - "lint": Selecting previously unselected package libharfbuzz0b:amd64.
Step #3 - "lint": Preparing to unpack .../32-libharfbuzz0b_1.4.2-1_amd64.deb ...
Step #3 - "lint": Unpacking libharfbuzz0b:amd64 (1.4.2-1) ...
Step #3 - "lint": Selecting previously unselected package libpangoft2-1.0-0:amd64.
Step #3 - "lint": Preparing to unpack .../33-libpangoft2-1.0-0_1.40.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libpangoft2-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Selecting previously unselected package libpangocairo-1.0-0:amd64.
Step #3 - "lint": Preparing to unpack .../34-libpangocairo-1.0-0_1.40.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libpangocairo-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Selecting previously unselected package libpathplan4.
Step #3 - "lint": Preparing to unpack .../35-libpathplan4_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libpathplan4 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libxdot4.
Step #3 - "lint": Preparing to unpack .../36-libxdot4_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libxdot4 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libgvc6.
Step #3 - "lint": Preparing to unpack .../37-libgvc6_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libgvc6 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libgvpr2.
Step #3 - "lint": Preparing to unpack .../38-libgvpr2_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libgvpr2 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package x11-common.
Step #3 - "lint": Preparing to unpack .../39-x11-common_1%3a7.7+19_all.deb ...
Step #3 - "lint": Unpacking x11-common (1:7.7+19) ...
Step #3 - "lint": Selecting previously unselected package libice6:amd64.
Step #3 - "lint": Preparing to unpack .../40-libice6_2%3a1.0.9-2_amd64.deb ...
Step #3 - "lint": Unpacking libice6:amd64 (2:1.0.9-2) ...
Step #3 - "lint": Selecting previously unselected package libsm6:amd64.
Step #3 - "lint": Preparing to unpack .../41-libsm6_2%3a1.2.2-1+b3_amd64.deb ...
Step #3 - "lint": Unpacking libsm6:amd64 (2:1.2.2-1+b3) ...
Step #3 - "lint": Selecting previously unselected package libxt6:amd64.
Step #3 - "lint": Preparing to unpack .../42-libxt6_1%3a1.1.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libxt6:amd64 (1:1.1.5-1) ...
Step #3 - "lint": Selecting previously unselected package libxmu6:amd64.
Step #3 - "lint": Preparing to unpack .../43-libxmu6_2%3a1.1.2-2_amd64.deb ...
Step #3 - "lint": Unpacking libxmu6:amd64 (2:1.1.2-2) ...
Step #3 - "lint": Selecting previously unselected package libxaw7:amd64.
Step #3 - "lint": Preparing to unpack .../44-libxaw7_2%3a1.0.13-1+b2_amd64.deb ...
Step #3 - "lint": Unpacking libxaw7:amd64 (2:1.0.13-1+b2) ...
Step #3 - "lint": Selecting previously unselected package graphviz.
Step #3 - "lint": Preparing to unpack .../45-graphviz_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking graphviz (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libonig4:amd64.
Step #3 - "lint": Preparing to unpack .../46-libonig4_6.1.3-2_amd64.deb ...
Step #3 - "lint": Unpacking libonig4:amd64 (6.1.3-2) ...
Step #3 - "lint": Selecting previously unselected package libjq1:amd64.
Step #3 - "lint": Preparing to unpack .../47-libjq1_1.5+dfsg-1.3_amd64.deb ...
Step #3 - "lint": Unpacking libjq1:amd64 (1.5+dfsg-1.3) ...
Step #3 - "lint": Selecting previously unselected package jq.
Step #3 - "lint": Preparing to unpack .../48-jq_1.5+dfsg-1.3_amd64.deb ...
Step #3 - "lint": Unpacking jq (1.5+dfsg-1.3) ...
Step #3 - "lint": Selecting previously unselected package libgts-bin.
Step #3 - "lint": Preparing to unpack .../49-libgts-bin_0.7.6+darcs121130-4_amd64.deb ...
Step #3 - "lint": Unpacking libgts-bin (0.7.6+darcs121130-4) ...
Step #3 - "lint": Selecting previously unselected package python-six.
Step #3 - "lint": Preparing to unpack .../50-python-six_1.10.0-3_all.deb ...
Step #3 - "lint": Unpacking python-six (1.10.0-3) ...
Step #3 - "lint": Selecting previously unselected package python-urllib3.
Step #3 - "lint": Preparing to unpack .../51-python-urllib3_1.19.1-1_all.deb ...
Step #3 - "lint": Unpacking python-urllib3 (1.19.1-1) ...
Step #3 - "lint": Selecting previously unselected package python-pkg-resources.
Step #3 - "lint": Preparing to unpack .../52-python-pkg-resources_33.1.1-1_all.deb ...
Step #3 - "lint": Unpacking python-pkg-resources (33.1.1-1) ...
Step #3 - "lint": Selecting previously unselected package python-chardet.
Step #3 - "lint": Preparing to unpack .../53-python-chardet_2.3.0-2_all.deb ...
Step #3 - "lint": Unpacking python-chardet (2.3.0-2) ...
Step #3 - "lint": Selecting previously unselected package python-requests.
Step #3 - "lint": Preparing to unpack .../54-python-requests_2.12.4-1_all.deb ...
Step #3 - "lint": Unpacking python-requests (2.12.4-1) ...
Step #3 - "lint": Selecting previously unselected package linkchecker.
Step #3 - "lint": Preparing to unpack .../55-linkchecker_9.3-4_amd64.deb ...
Step #3 - "lint": Unpacking linkchecker (9.3-4) ...
Step #3 - "lint": Selecting previously unselected package psmisc.
Step #3 - "lint": Preparing to unpack .../56-psmisc_22.21-2.1+b2_amd64.deb ...
Step #3 - "lint": Unpacking psmisc (22.21-2.1+b2) ...
Step #3 - "lint": Selecting previously unselected package python-cffi-backend.
Step #3 - "lint": Preparing to unpack .../57-python-cffi-backend_1.9.1-2_amd64.deb ...
Step #3 - "lint": Unpacking python-cffi-backend (1.9.1-2) ...
Step #3 - "lint": Selecting previously unselected package python-enum34.
Step #3 - "lint": Preparing to unpack .../58-python-enum34_1.1.6-1_all.deb ...
Step #3 - "lint": Unpacking python-enum34 (1.1.6-1) ...
Step #3 - "lint": Selecting previously unselected package python-idna.
Step #3 - "lint": Preparing to unpack .../59-python-idna_2.2-1_all.deb ...
Step #3 - "lint": Unpacking python-idna (2.2-1) ...
Step #3 - "lint": Selecting previously unselected package python-ipaddress.
Step #3 - "lint": Preparing to unpack .../60-python-ipaddress_1.0.17-1_all.deb ...
Step #3 - "lint": Unpacking python-ipaddress (1.0.17-1) ...
Step #3 - "lint": Selecting previously unselected package python-pyasn1.
Step #3 - "lint": Preparing to unpack .../61-python-pyasn1_0.1.9-2_all.deb ...
Step #3 - "lint": Unpacking python-pyasn1 (0.1.9-2) ...
Step #3 - "lint": Selecting previously unselected package python-setuptools.
Step #3 - "lint": Preparing to unpack .../62-python-setuptools_33.1.1-1_all.deb ...
Step #3 - "lint": Unpacking python-setuptools (33.1.1-1) ...
Step #3 - "lint": Selecting previously unselected package python-cryptography.
Step #3 - "lint": Preparing to unpack .../63-python-cryptography_1.7.1-3_amd64.deb ...
Step #3 - "lint": Unpacking python-cryptography (1.7.1-3) ...
Step #3 - "lint": Selecting previously unselected package python-openssl.
Step #3 - "lint": Preparing to unpack .../64-python-openssl_16.2.0-1_all.deb ...
Step #3 - "lint": Unpacking python-openssl (16.2.0-1) ...
Step #3 - "lint": Selecting previously unselected package zip.
Step #3 - "lint": Preparing to unpack .../65-zip_3.0-11+b1_amd64.deb ...
Step #3 - "lint": Unpacking zip (3.0-11+b1) ...
Step #3 - "lint": Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
Step #3 - "lint": Setting up libpathplan4 (2.38.0-17) ...
Step #3 - "lint": Setting up libxcb-render0:amd64 (1.12-1) ...
Step #3 - "lint": Setting up libxdot4 (2.38.0-17) ...
Step #3 - "lint": Setting up libjpeg62-turbo:amd64 (1:1.5.1-2) ...
Step #3 - "lint": Setting up psmisc (22.21-2.1+b2) ...
Step #3 - "lint": Setting up mime-support (3.60) ...
Step #3 - "lint": Setting up libpng16-16:amd64 (1.6.28-1) ...
Step #3 - "lint": Setting up libjbig0:amd64 (2.1-3.1+b2) ...
Step #3 - "lint": Setting up fonts-dejavu-core (2.37-1) ...
Step #3 - "lint": Setting up bash-completion (1:2.1-4.3) ...
Step #3 - "lint": Setting up libonig4:amd64 (6.1.3-2) ...
Step #3 - "lint": Setting up libdatrie1:amd64 (0.2.10-4+b1) ...
Step #3 - "lint": Setting up libtiff5:amd64 (4.0.8-2+deb9u4) ...
Step #3 - "lint": Setting up gettext-base (0.19.8.1-2) ...
Step #3 - "lint": Processing triggers for sgml-base (1.29) ...
Step #3 - "lint": Setting up fonts-liberation (1:1.07.4-2) ...
Step #3 - "lint": Setting up ucf (3.0036) ...
Step #3 - "lint": debconf: unable to initialize frontend: Dialog
Step #3 - "lint": debconf: (TERM is not set, so the dialog frontend is not usable.)
Step #3 - "lint": debconf: falling back to frontend: Readline
Step #3 - "lint": Setting up zip (3.0-11+b1) ...
Step #3 - "lint": Setting up libfreetype6:amd64 (2.6.3-3.2) ...
Step #3 - "lint": Setting up libgraphite2-3:amd64 (1.3.10-1) ...
Step #3 - "lint": Setting up libjq1:amd64 (1.5+dfsg-1.3) ...
Step #3 - "lint": Setting up nano (2.7.4-1) ...
Step #3 - "lint": update-alternatives: using /bin/nano to provide /usr/bin/editor (editor) in auto mode
Step #3 - "lint": update-alternatives: using /bin/nano to provide /usr/bin/pico (pico) in auto mode
Step #3 - "lint": Setting up libpixman-1-0:amd64 (0.34.0-1) ...
Step #3 - "lint": Processing triggers for libc-bin (2.24-11+deb9u3) ...
Step #3 - "lint": Setting up wget (1.18-5+deb9u2) ...
Step #3 - "lint": Setting up libann0 (1.1.2+doc-6) ...
Step #3 - "lint": Setting up libxcb-shm0:amd64 (1.12-1) ...
Step #3 - "lint": Setting up libxpm4:amd64 (1:3.5.12-1) ...
Step #3 - "lint": Setting up libxrender1:amd64 (1:0.9.10-1) ...
Step #3 - "lint": Setting up libgts-bin (0.7.6+darcs121130-4) ...
Step #3 - "lint": Setting up libthai-data (0.1.26-1) ...
Step #3 - "lint": Setting up x11-common (1:7.7+19) ...
Step #3 - "lint": debconf: unable to initialize frontend: Dialog
Step #3 - "lint": debconf: (TERM is not set, so the dialog frontend is not usable.)
Step #3 - "lint": debconf: falling back to frontend: Readline
Step #3 - "lint": update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Step #3 - "lint": invoke-rc.d: could not determine current runlevel
Step #3 - "lint": invoke-rc.d: policy-rc.d denied execution of start.
Step #3 - "lint": Setting up libcdt5 (2.38.0-17) ...
Step #3 - "lint": Setting up libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Setting up libcgraph6 (2.38.0-17) ...
Step #3 - "lint": Setting up libwebp6:amd64 (0.5.2-1) ...
Step #3 - "lint": Setting up jq (1.5+dfsg-1.3) ...
Step #3 - "lint": Setting up fontconfig-config (2.11.0-6.7) ...
Step #3 - "lint": debconf: unable to initialize frontend: Dialog
Step #3 - "lint": debconf: (TERM is not set, so the dialog frontend is not usable.)
Step #3 - "lint": debconf: falling back to frontend: Readline
Step #3 - "lint": Setting up libgvpr2 (2.38.0-17) ...
Step #3 - "lint": Setting up python2.7 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Setting up libharfbuzz0b:amd64 (1.4.2-1) ...
Step #3 - "lint": Setting up libthai0:amd64 (0.1.26-1) ...
Step #3 - "lint": Setting up libpython-stdlib:amd64 (2.7.13-2) ...
Step #3 - "lint": Setting up libice6:amd64 (2:1.0.9-2) ...
Step #3 - "lint": Setting up python (2.7.13-2) ...
Step #3 - "lint": Setting up python-idna (2.2-1) ...
Step #3 - "lint": Setting up libfontconfig1:amd64 (2.11.0-6.7+b1) ...
Step #3 - "lint": Setting up libsm6:amd64 (2:1.2.2-1+b3) ...
Step #3 - "lint": Setting up python-pyasn1 (0.1.9-2) ...
Step #3 - "lint": Setting up libgd3:amd64 (2.2.4-2+deb9u3) ...
Step #3 - "lint": Setting up python-pkg-resources (33.1.1-1) ...
Step #3 - "lint": Setting up python-cffi-backend (1.9.1-2) ...
Step #3 - "lint": Setting up python-six (1.10.0-3) ...
Step #3 - "lint": Setting up python-enum34 (1.1.6-1) ...
Step #3 - "lint": Setting up libxt6:amd64 (1:1.1.5-1) ...
Step #3 - "lint": Setting up python-ipaddress (1.0.17-1) ...
Step #3 - "lint": Setting up fontconfig (2.11.0-6.7+b1) ...
Step #3 - "lint": Regenerating fonts cache... done.
Step #3 - "lint": Setting up libcairo2:amd64 (1.14.8-1) ...
Step #3 - "lint": Setting up python-setuptools (33.1.1-1) ...
Step #3 - "lint": Setting up python-urllib3 (1.19.1-1) ...
Step #3 - "lint": Setting up python-chardet (2.3.0-2) ...
Step #3 - "lint": Setting up libxmu6:amd64 (2:1.1.2-2) ...
Step #3 - "lint": Setting up libpango-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Setting up python-cryptography (1.7.1-3) ...
Step #3 - "lint": Setting up python-requests (2.12.4-1) ...
Step #3 - "lint": Setting up linkchecker (9.3-4) ...
Step #3 - "lint": Setting up libxaw7:amd64 (2:1.0.13-1+b2) ...
Step #3 - "lint": Setting up python-openssl (16.2.0-1) ...
Step #3 - "lint": Setting up libpangoft2-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Setting up libpangocairo-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Setting up libgvc6 (2.38.0-17) ...
Step #3 - "lint": Setting up graphviz (2.38.0-17) ...
Step #3 - "lint": Processing triggers for libc-bin (2.24-11+deb9u3) ...
Step #3 - "lint": Removing intermediate container b90f6dc07be4
Step #3 - "lint":  ---> 6a0d5df9f3a8
Step #3 - "lint": Step 3/33 : ENV RUSTUP_HOME=/usr/local/rustup     CARGO_HOME=/usr/local/cargo     PATH=/usr/local/cargo/bin:$PATH     RUST_VERSION=1.26.1
Step #3 - "lint":  ---> Running in fc88d61b7a27
Step #3 - "lint": Removing intermediate container fc88d61b7a27
Step #3 - "lint":  ---> efc5052f063c
Step #3 - "lint": Step 4/33 : ENV RUST_ARCH=x86_64-unknown-linux-gnu     RUSTUP_SHA256=c9837990bce0faab4f6f52604311a19bb8d2cde989bea6a7b605c8e526db6f02
Step #3 - "lint":  ---> Running in c8a8fd2a4ab3
Step #3 - "lint": Removing intermediate container c8a8fd2a4ab3
Step #3 - "lint":  ---> 87c0a9b7d1d8
Step #3 - "lint": Step 5/33 : RUN wget -q https://static.rust-lang.org/rustup/archive/1.11.0/${RUST_ARCH}/rustup-init &&     echo "${RUSTUP_SHA256} *rustup-init" | sha256sum -c - &&     chmod +x rustup-init &&     ./rustup-init -y --no-modify-path --default-toolchain $RUST_VERSION &&     rm rustup-init &&     rustup --version;     cargo --version;     rustc --version;
Step #3 - "lint":  ---> Running in 24840428ba49
Step #3 - "lint": rustup-init: OK
Step #3 - "lint": �[91minfo: syncing channel updates for '1.26.1-x86_64-unknown-linux-gnu'
Step #3 - "lint": �[0m�[91minfo: latest update on 2018-05-29, rust version 1.26.1 (827013a31 2018-05-25)
Step #3 - "lint": info: downloading component 'rustc'
Step #3 - "lint": �[0m�[91minfo: downloading component 'rust-std'
Step #3 - "lint": �[0m�[91minfo: downloading component 'cargo'
Step #3 - "lint": �[0m�[91minfo: downloading component 'rust-docs'
Step #3 - "lint": �[0m�[91minfo: installing component 'rustc'
Step #3 - "lint": �[0m�[91minfo: installing component 'rust-std'
Step #3 - "lint": �[0m�[91minfo: installing component 'cargo'
Step #3 - "lint": �[0m�[91minfo: installing component 'rust-docs'
Step #3 - "lint": �[0m
Step #3 - "lint": �[91minfo: default toolchain set to '1.26.1'
Step #3 - "lint": �[0m  1.26.1 installed - rustc 1.26.1 (827013a31 2018-05-25)
Step #3 - "lint": 
Step #3 - "lint": rustup 1.11.0 (e751ff9f8 2018-02-13)
Step #3 - "lint": cargo 1.26.0 (0e7c5a931 2018-04-06)
Step #3 - "lint": rustc 1.26.1 (827013a31 2018-05-25)
Step #3 - "lint": Removing intermediate container 24840428ba49
Step #3 - "lint":  ---> 5b2efdc90846
Step #3 - "lint": Step 6/33 : WORKDIR /usr/local
Step #3 - "lint":  ---> Running in b7ce479c3fe2
Step #3 - "lint": Removing intermediate container b7ce479c3fe2
Step #3 - "lint":  ---> 9fa107eca71f
Step #3 - "lint": Step 7/33 : ENV GO_VERSION=1.11.4
Step #3 - "lint":  ---> Running in 6faed12b725d
Step #3 - "lint": Removing intermediate container 6faed12b725d
Step #3 - "lint":  ---> 3019b780fbe9
Step #3 - "lint": Step 8/33 : ENV GOPATH /go
Step #3 - "lint":  ---> Running in 99b461502ea3
Step #3 - "lint": Removing intermediate container 99b461502ea3
Step #3 - "lint":  ---> 116cc1a43679
Step #3 - "lint": Step 9/33 : RUN wget -q https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz &&     tar -xzf go${GO_VERSION}.linux-amd64.tar.gz && rm go${GO_VERSION}.linux-amd64.tar.gz && mkdir ${GOPATH}
Step #3 - "lint":  ---> Running in dd92d6037bd3
Step #3 - "lint": Removing intermediate container dd92d6037bd3
Step #3 - "lint":  ---> c27f7d7dfa45
Step #3 - "lint": Step 10/33 : WORKDIR /opt
Step #3 - "lint":  ---> Running in 209d86c7a4d7
Step #3 - "lint": Removing intermediate container 209d86c7a4d7
Step #3 - "lint":  ---> 545cfe6ec423
Step #3 - "lint": Step 11/33 : RUN wget -q https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.zip && unzip -q google-cloud-sdk.zip &&     rm google-cloud-sdk.zip &&     /opt/google-cloud-sdk/install.sh --usage-reporting=true --path-update=true --bash-completion=true --rc-path=/root/.bashrc
Step #3 - "lint":  ---> Running in 1bef39e1a48d
Step #3 - "lint": Welcome to the Google Cloud SDK!
Step #3 - "lint": WARNING: You appear to be running this script as root. This may cause 
Step #3 - "lint": the installation to be inaccessible to users other than the root user.
Step #3 - "lint": �[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Your current Cloud SDK version is: 230.0.0
Step #3 - "lint": Installing components from version: 230.0.0
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91m+----------------------------------------------------------------------------+�[0m�[91m
Step #3 - "lint": �[0m�[91m|                    These components will be installed.                     |�[0m�[91m
Step #3 - "lint": �[0m�[91m+-----------------------------------------------------+------------+---------+�[0m�[91m
Step #3 - "lint": �[0m�[91m|                         Name                        |  Version   |   Size  |�[0m�[91m
Step #3 - "lint": �[0m�[91m+-----------------------------------------------------+------------+---------+�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mBigQuery Command Line Tool                         �[0m�[91m �[0m�[91m| �[0m�[91m    2.0.39�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|
Step #3 - "lint": �[0m�[91m| BigQuery Command Line Tool (Platform Specific)     �[0m�[91m �[0m�[91m| �[0m�[91m    2.0.34�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud SDK Core Libraries (Platform Specific)       �[0m�[91m �[0m�[91m| �[0m�[91m2018.09.24�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud Storage Command Line Tool                    �[0m�[91m �[0m�[91m| �[0m�[91m      4.35�[0m�[91m �[0m�[91m| �[0m�[91m3.6 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud Storage Command Line Tool (Platform Specific)�[0m�[91m �[0m�[91m| �[0m�[91m      4.34�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mDefault set of gcloud commands                     �[0m�[91m | �[0m�[91m          �[0m�[91m �[0m�[91m| �[0m�[91m       �[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgcloud cli dependencies                            �[0m�[91m �[0m�[91m| �[0m�[91m2018.08.03�[0m�[91m �[0m�[91m| �[0m�[91m8.6 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m+-----------------------------------------------------+------------+---------+�[0m�[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mFor the latest full release notes, please visit:
Step #3 - "lint":   https://cloud.google.com/sdk/release_notes
Step #3 - "lint": 
Step #3 - "lint": �[0m�[91m#============================================================#
Step #3 - "lint": #= Creating update staging area                             =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m======�[0m�[91m============�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: BigQuery Command Line Tool                   =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: BigQuery Command Line Tool (Platform Spec... =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m==============================�[0m�[91m===============�[0m�[91m===============�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud SDK Core Libraries (Platform Specific) =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m==============================�[0m�[91m==========�[0m�[91m=========�[0m�[91m===========#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud Storage Command Line Tool              =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud Storage Command Line Tool (Platform... =#
Step #3 - "lint": #�[0m�[91m==============================�[0m�[91m===============�[0m�[91m===============#
Step #3 - "lint": �[0m�[91m#= Installing: Default set of gcloud commands               =#
Step #3 - "lint": #�[0m�[91m============================================================#
Step #3 - "lint": �[0m�[91m#= Installing: gcloud cli dependencies                      =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Creating backup and activating new installation          =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m==============================�[0m�[91m==============================�[0m�[91m#
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mPerforming post processing steps...
Step #3 - "lint": �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91mdone.
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Update done!
Step #3 - "lint": 
Step #3 - "lint": �[0m
Step #3 - "lint": This will install all the core command line tools necessary for working with
Step #3 - "lint": the Google Cloud Platform.
Step #3 - "lint": 
Step #3 - "lint": Backing up [/root/.bashrc] to [/root/.bashrc.backup].
Step #3 - "lint": [/root/.bashrc] has been updated.
Step #3 - "lint": 
Step #3 - "lint": ==> Start a new shell for the changes to take effect.
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": For more information on how to get started, please visit:
Step #3 - "lint":   https://cloud.google.com/sdk/docs/quickstarts
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": Removing intermediate container 1bef39e1a48d
Step #3 - "lint":  ---> 78c0a0258ea0
Step #3 - "lint": Step 12/33 : ENV PATH /usr/local/go/bin:/go/bin:/opt/google-cloud-sdk/bin:$PATH
Step #3 - "lint":  ---> Running in 5b46c007fccc
Step #3 - "lint": Removing intermediate container 5b46c007fccc
Step #3 - "lint":  ---> d2873352dc9c
Step #3 - "lint": Step 13/33 : RUN gcloud components update && gcloud components install app-engine-go
Step #3 - "lint":  ---> Running in 8b655f22a1d0
Step #3 - "lint": �[91m
Step #3 - "lint": All components are up to date.
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Your current Cloud SDK version is: 230.0.0
Step #3 - "lint": �[0m�[91mInstalling components from version: 230.0.0
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91m+---------------------------------------------------+
Step #3 - "lint": �[0m�[91m|        These components will be installed.        |�[0m�[91m
Step #3 - "lint": �[0m�[91m+------------------------------+---------+----------+�[0m�[91m
Step #3 - "lint": �[0m�[91m|             Name             | Version |   Size   |�[0m�[91m
Step #3 - "lint": �[0m�[91m+------------------------------+---------+----------+�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mApp Engine Go Extensions    �[0m�[91m �[0m�[91m| �[0m�[91m       �[0m�[91m �[0m�[91m| �[0m�[91m        �[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mApp Engine Go Extensions    �[0m�[91m �[0m�[91m| �[0m�[91m 1.9.70�[0m�[91m �[0m�[91m| �[0m�[91m56.6 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud Datastore Emulator    �[0m�[91m �[0m�[91m| �[0m�[91m  2.0.3�[0m�[91m �[0m�[91m| �[0m�[91m18.3 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgRPC python library         �[0m�[91m �[0m�[91m| �[0m�[91m  1.9.1�[0m�[91m �[0m�[91m| �[0m�[91m12.1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgRPC python library         �[0m�[91m �[0m�[91m| �[0m�[91m       �[0m�[91m �[0m�[91m| �[0m�[91m        �[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgcloud app Python Extensions�[0m�[91m �[0m�[91m| �[0m�[91m 1.9.81�[0m�[91m �[0m�[91m| �[0m�[91m 6.2 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m+------------------------------+---------+----------+�[0m�[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mFor the latest full release notes, please visit:
Step #3 - "lint":   https://cloud.google.com/sdk/release_notes
Step #3 - "lint": 
Step #3 - "lint": �[0m�[91mDo you want to continue (Y/n)?  
Step #3 - "lint": �[0m�[91m#============================================================#
Step #3 - "lint": �[0m�[91m#= Creating update staging area                             =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: App Engine Go Extensions                     =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m============================================================�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: App Engine Go Extensions                     =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud Datastore Emulator                     =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: gRPC python library                          =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: gRPC python library                          =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m============================================================�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: gcloud app Python Extensions                 =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Creating backup and activating new installation          =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m==============================�[0m�[91m==============================�[0m�[91m#
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mPerforming post processing steps...
Step #3 - "lint": �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91mdone.
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Update done!
Step #3 - "lint": 
Step #3 - "lint": �[0mRemoving intermediate container 8b655f22a1d0
Step #3 - "lint":  ---> e8db1fa50eb4
Step #3 - "lint": Step 14/33 : ENV KUBECTL_VER 1.11.5
Step #3 - "lint":  ---> Running in db5686b1370d
Step #3 - "lint": Removing intermediate container db5686b1370d
Step #3 - "lint":  ---> 651f291499db
Step #3 - "lint": Step 15/33 : 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 #3 - "lint":  ---> Running in bf112a88da9b
Step #3 - "lint": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     �[0m�[91mTime  Current
Step #3 - "lint":                                  Dload  Upload   Tota�[0m�[91ml   Spent    �[0m�[91mLeft  Sp�[0m�[91mee�[0m�[91md�[0m�[91m
Step #3 - "lint": 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
100 52.8M  100 52.8M    0     0   135M      0 --:--:-- --:--:-- --:--:--  135M
Step #3 - "lint": �[0mRemoving intermediate container bf112a88da9b
Step #3 - "lint":  ---> d92017bedc5e
Step #3 - "lint": Step 16/33 : RUN echo "source <(kubectl completion bash)" >> /root/.bashrc
Step #3 - "lint":  ---> Running in 1ff35fbb2453
Step #3 - "lint": Removing intermediate container 1ff35fbb2453
Step #3 - "lint":  ---> a220a4a59ba6
Step #3 - "lint": Step 17/33 : ENV HELM_VER 2.11.0
Step #3 - "lint":  ---> Running in 10435425a381
Step #3 - "lint": Removing intermediate container 10435425a381
Step #3 - "lint":  ---> 0007cd3844c7
Step #3 - "lint": Step 18/33 : ENV HELM_URL https://storage.googleapis.com/kubernetes-helm/helm-v${HELM_VER}-linux-amd64.tar.gz
Step #3 - "lint":  ---> Running in 04c172c88ecc
Step #3 - "lint": Removing intermediate container 04c172c88ecc
Step #3 - "lint":  ---> 5e8910cf2e70
Step #3 - "lint": Step 19/33 : 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 #3 - "lint":  ---> Running in fa2c9b52df9a
Step #3 - "lint": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #3 - "lint":                                  Dload  Upload   Total   S�[0m�[91mpent    Left  Speed
Step #3 - "lint": 
  0     0    0     0 �[0m�[91m   0     0   �[0m�[91m   0      0 --:--�[0m�[91m:-- --:--:-- --:--:--   �[0m�[91m  0�[0m�[91m
100 18.2M  100 18.2M    0     0  41.3M      0 --:--:-- --:--:-- --:--:-- 41.4M
Step #3 - "lint": �[0mlinux-amd64/
Step #3 - "lint": linux-amd64/tiller
Step #3 - "lint": linux-amd64/README.md
Step #3 - "lint": linux-amd64/helm
Step #3 - "lint": linux-amd64/LICENSE
Step #3 - "lint": Removing intermediate container fa2c9b52df9a
Step #3 - "lint":  ---> 50131fad6c8f
Step #3 - "lint": Step 20/33 : RUN echo "source <(helm completion bash)" >> /root/.bashrc
Step #3 - "lint":  ---> Running in 38dd64af0557
Step #3 - "lint": Removing intermediate container 38dd64af0557
Step #3 - "lint":  ---> 52bf650b7521
Step #3 - "lint": Step 21/33 : RUN mkdir -p /go/src/github.com/golang && cd /go/src/github.com/golang &&     git clone https://github.com/golang/protobuf.git &&      cd protobuf && git checkout v1.2.0 &&     go install github.com/golang/protobuf/protoc-gen-go
Step #3 - "lint":  ---> Running in 69375c203286
Step #3 - "lint": �[91mCloning into 'protobuf'...
Step #3 - "lint": �[0m�[91mNote: checking out 'v1.2.0'.
Step #3 - "lint": 
Step #3 - "lint": You are in 'detached HEAD' state. You can look around, make experimental
Step #3 - "lint": changes and commit them, and you can discard any commits you make in this
Step #3 - "lint": state without impacting any branches by performing another checkout.
Step #3 - "lint": 
Step #3 - "lint": If you want to create a new branch to retain commits you create, you may
Step #3 - "lint": do so (now or later) by using -b with the checkout command again. Example:
Step #3 - "lint": 
Step #3 - "lint":   git checkout -b <new-branch-name>
Step #3 - "lint": 
Step #3 - "lint": HEAD is now at aa810b6... proto: fix handling of required fields after multiple violations (#679)
Step #3 - "lint": �[0mRemoving intermediate container 69375c203286
Step #3 - "lint":  ---> 7de338c7dc14
Step #3 - "lint": Step 22/33 : RUN cargo install protobuf-codegen --vers 2.0.2
Step #3 - "lint":  ---> Running in 898a4e4c762a
Step #3 - "lint": �[91m    Updating registry `https://github.com/rust-lang/crates.io-index`
Step #3 - "lint": �[0m�[91m Downloading protobuf-codegen v2.0.2
Step #3 - "lint": �[0m�[91m  Installing protobuf-codegen v2.0.2
Step #3 - "lint": �[0m�[91m Downloading protobuf v2.0.2
Step #3 - "lint": �[0m�[91m   Compiling protobuf v2.0.2
Step #3 - "lint": �[0m�[91m   Compiling protobuf-codegen v2.0.2
Step #3 - "lint": �[0m�[91m    Finished release [optimized] target(s) in 32.89 secs
Step #3 - "lint": �[0m�[91m  Installing /usr/local/cargo/bin/protoc-gen-rust
Step #3 - "lint":   Installing /usr/local/cargo/bin/protobuf-bin-gen-rust-do-not-use
Step #3 - "lint": �[0mRemoving intermediate container 898a4e4c762a
Step #3 - "lint":  ---> 958291fc22b3
Step #3 - "lint": Step 23/33 : RUN cargo install grpcio-compiler --vers 0.3.0
Step #3 - "lint":  ---> Running in 75f83ba75ebd
Step #3 - "lint": �[91m    Updating registry `https://github.com/rust-lang/crates.io-index`
Step #3 - "lint": �[0m�[91m Downloading grpcio-compiler v0.3.0
Step #3 - "lint": �[0m�[91m  Installing grpcio-compiler v0.3.0
Step #3 - "lint": �[0m�[91m Downloading protobuf-codegen v2.0.6
Step #3 - "lint": �[0m�[91m Downloading protobuf v2.0.6
Step #3 - "lint": �[0m�[91m   Compiling protobuf v2.0.6
Step #3 - "lint": �[0m�[91m   Compiling protobuf-codegen v2.0.6
Step #3 - "lint": �[0m�[91m   Compiling grpcio-compiler v0.3.0
Step #3 - "lint": �[0m�[91m    Finished release [optimized] target(s) in 33.99 secs
Step #3 - "lint": �[0m�[91m  Installing /usr/local/cargo/bin/grpc_rust_plugin
Step #3 - "lint": �[0mRemoving intermediate container 75f83ba75ebd
Step #3 - "lint":  ---> 1680078cf13e
Step #3 - "lint": Step 24/33 : RUN go get -u github.com/golang/dep/cmd/dep &&     go get -u golang.org/x/tools/cmd/goimports
Step #3 - "lint":  ---> Running in d9f1e339086e
Step #3 - "lint": Removing intermediate container d9f1e339086e
Step #3 - "lint":  ---> 0ff42e50bce0
Step #3 - "lint": Step 25/33 : RUN curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin v1.12.2
Step #3 - "lint":  ---> Running in 1b5500261b0e
Step #3 - "lint": �[91mgolangci/golangci-lint info checking GitHub for tag 'v1.12.2'
Step #3 - "lint": �[0m�[91mgolangci/golangci-lint info found version: 1.12.2 for v1.12.2/linux/amd64
Step #3 - "lint": �[0m�[91mgolangci/golangci-lint info installed /go/bin/golangci-lint
Step #3 - "lint": �[0mRemoving intermediate container 1b5500261b0e
Step #3 - "lint":  ---> 9380ec1709ac
Step #3 - "lint": Step 26/33 : RUN mkdir -p /go/src && cd /go/src && mkdir -p k8s.io && cd k8s.io &&     git clone -b kubernetes-1.11.5 --depth=3 https://github.com/kubernetes/code-generator.git
Step #3 - "lint":  ---> Running in 3b8b2affa795
Step #3 - "lint": �[91mCloning into 'code-generator'...
Step #3 - "lint": �[0m�[91mNote: checking out '8c97d6ab64da020f8b151e9d3ed8af3172f5c390'.
Step #3 - "lint": 
Step #3 - "lint": You are in 'detached HEAD' state. You can look around, make experimental
Step #3 - "lint": changes and commit them, and you can discard any commits you make in this
Step #3 - "lint": state without impacting any branches by performing another checkout.
Step #3 - "lint": 
Step #3 - "lint": If you want to create a new branch to retain commits you create, you may
Step #3 - "lint": do so (now or later) by using -b with the checkout command again. Example:
Step #3 - "lint": 
Step #3 - "lint":   git checkout -b <new-branch-name>
Step #3 - "lint": 
Step #3 - "lint": �[0mRemoving intermediate container 3b8b2affa795
Step #3 - "lint":  ---> 88648da3fbff
Step #3 - "lint": Step 27/33 : RUN mkdir /tmp/hugo &&     wget -O /tmp/hugo/hugo.tar.gz https://github.com/gohugoio/hugo/releases/download/v0.53/hugo_extended_0.53_Linux-64bit.tar.gz &&     tar -zxvf /tmp/hugo/hugo.tar.gz -C /tmp/hugo/ &&     mv /tmp/hugo/hugo /usr/local/bin/ &&     rm -r /tmp/hugo
Step #3 - "lint":  ---> Running in 954c33aa1c69
Step #3 - "lint": �[91m--2019-01-23 01:52:18--  https://github.com/gohugoio/hugo/releases/download/v0.53/hugo_extended_0.53_Linux-64bit.tar.gz
Step #3 - "lint": �[0m�[91mResolving github.com (github.com)... �[0m�[91m192.30.255.112, 192.30.255.113
Step #3 - "lint": Connecting to github.com (github.com)|192.30.255.112|:443... �[0m�[91mconnected.
Step #3 - "lint": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m302 Found
Step #3 - "lint": Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/11180687/68eb0b80-0760-11e9-8761-329b77cc0aeb?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190123%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190123T015218Z&X-Amz-Expires=300&X-Amz-Signature=b25e19c2baa84e8328b7ba57c2c27f0fe24d07a2a51d917143246c8c9a3a7020&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dhugo_extended_0.53_Linux-64bit.tar.gz&response-content-type=application%2Foctet-stream [following]
Step #3 - "lint": --2019-01-23 01:52:18--  https://github-production-release-asset-2e65be.s3.amazonaws.com/11180687/68eb0b80-0760-11e9-8761-329b77cc0aeb?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190123%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190123T015218Z&X-Amz-Expires=300&X-Amz-Signature=b25e19c2baa84e8328b7ba57c2c27f0fe24d07a2a51d917143246c8c9a3a7020&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dhugo_extended_0.53_Linux-64bit.tar.gz&response-content-type=application%2Foctet-stream
Step #3 - "lint": Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... �[0m�[91m52.216.178.59
Step #3 - "lint": Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.178.59|:443... �[0m�[91mconnected.
Step #3 - "lint": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m200 OK
Step #3 - "lint": Length: 8698428 (8.3M) [application/octet-stream]
Step #3 - "lint": Saving to: '/tmp/hugo/hugo.tar.gz'
Step #3 - "lint": �[0m�[91m
Step #3 - "lint":      0K .......... ......�[0m�[91m.... .......... .......... ..........  0%  774K 11s�[0m�[91m
Step #3 - "lint":     50K .......... .......�[0m�[91m... .......... ....�[0m�[91m...... ..........  1%  771K 11s
Step #3 - "lint":    100K .�[0m�[91m......... ........�[0m�[91m.. .......... .....�[0m�[91m..... ..........  1%  782K 11s
Step #3 - "lint":    150K ..�[0m�[91m........ .........�[0m�[91m. .......... .....�[0m�[91m.�[0m�[91m.... ..........  2% 27.0M 8s
Step #3 - "lint":    200K ...�[0m�[91m....... ..........�[0m�[91m .......... ......�[0m�[91m.�[0m�[91m... ..........  2% 15.1M 7s
Step #3 - "lint":    250K ....�[0m�[91m...... ..........�[0m�[91m .�[0m�[91m......... .......�[0m�[91m.�[0m�[91m.. ..........  3%  855K 7s
Step #3 - "lint":    300K .....�[0m�[91m..... .......... ..�[0m�[91m........ ........�[0m�[91m.�[0m�[91m. ..........  4% 14.6M 6s
Step #3 - "lint":    350K .......... ....�[0m�[91m...... ...�[0m�[91m....... ..........�[0m�[91m ..........  4% 42.4M 5s
Step #3 - "lint":    400K .......�[0m�[91m... .......... ....�[0m�[91m...... .......... .�[0m�[91m.........  5% 62.1M 5s
Step #3 - "lint":    450K .......�[0m�[91m.�[0m�[91m.. .......... .....�[0m�[91m..... .......... ..�[0m�[91m........  5% 40.6M 4s
Step #3 - "lint":    500K .........�[0m�[91m. .......... ......�[0m�[91m.... .......... ...�[0m�[91m.......  6% 60.3M 4s
Step #3 - "lint":    550K .........�[0m�[91m.�[0m�[91m ........�[0m�[91m.. .......�[0m�[91m... .......... ....�[0m�[91m......  7%  885K 4s
Step #3 - "lint":    600K .......... .�[0m�[91m......... ........�[0m�[91m.. .......... .....�[0m�[91m.....  7% 33.1M 4s
Step #3 - "lint":    650K ...�[0m�[91m....... ..�[0m�[91m........ .........�[0m�[91m. .......... ......�[0m�[91m....  8% 26.4M 4s
Step #3 - "lint":    700K .......... ...�[0m�[91m....... ..........�[0m�[91m .......... ..........  8% 70.2M 3s
Step #3 - "lint":    750K .......... ..�[0m�[91m..�[0m�[91m...... .......... .�[0m�[91m......... .......�[0m�[91m.�[0m�[91m..  9% 38.7M 3s
Step #3 - "lint":    800K .......... .....�[0m�[91m..... ...�[0m�[91m.......�[0m�[91m .�[0m�[91m.�[0m�[91m........ .........�[0m�[91m. 10% 90.5M 3s
Step #3 - "lint":    850K .......... ......�[0m�[91m.... .......... ...�[0m�[91m....... .......... 10% 42.7M 3s�[0m�[91m
Step #3 - "lint":    900K .......... ......�[0m�[91m.�[0m�[91m... .......... ...�[0m�[91m.�[0m�[91m...... .....�[0m�[91m..... 11% 99.5M 3s
Step #3 - "lint":    950K .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... ......�[0m�[91m.... ....�[0m�[91m...... ...�[0m�[91m....... 11%  129M 2s
Step #3 - "lint":   1000K .�[0m�[91m......... .......�[0m�[91m..�[0m�[91m. .......... .......... .......... 12%  120M 2s
Step #3 - "lint":   1050K .......... ..........�[0m�[91m .......... .......�[0m�[91m... .......... 12%  124M 2s
Step #3 - "lint":   1100K ...�[0m�[91m.�[0m�[91m...... .......... .�[0m�[91m......... ........�[0m�[91m.. .......... 13% 33.5M 2s
Step #3 - "lint":   1150K .....�[0m�[91m..... .......... .�[0m�[91m.�[0m�[91m........ .......... .......... 14%  922K 2s
Step #3 - "lint":   1200K ......�[0m�[91m.... .......... .......... .�[0m�[91m.........�[0m�[91m .......... 14% 94.7M 2s
Step #3 - "lint":   1250K ......�[0m�[91m.�[0m�[91m... .......... ...�[0m�[91m.�[0m�[91m...... .......... .........�[0m�[91m. 15% 70.9M 2s
Step #3 - "lint":   1300K .......... ..�[0m�[91m........ .....�[0m�[91m..... .......... .�[0m�[91m.�[0m�[91m........ 15%  138M 2s
Step #3 - "lint":   1350K ........�[0m�[91m.�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... .......... ..�[0m�[91m........ 16% 54.8M 2s
Step #3 - "lint":   1400K .......... .......... ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... 17% 70.3M 2s
Step #3 - "lint":   1450K .....�[0m�[91m..... .......... .........�[0m�[91m. .......... .....�[0m�[91m..... 17%  128M 2s
Step #3 - "lint":   1500K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... .......... .......... 18%  110M 2s
Step #3 - "lint":   1550K .........�[0m�[91m. .......�[0m�[91m... .......... .......... .........�[0m�[91m. 18% 99.7M 2s
Step #3 - "lint":   1600K .......... .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. .......... 19% 90.0M 2s
Step #3 - "lint":   1650K .......... ...�[0m�[91m....... .........�[0m�[91m.�[0m�[91m .�[0m�[91m......�[0m�[91m... .....�[0m�[91m..... 20%  118M 2s
Step #3 - "lint":   1700K ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... 20%  113M 2s
Step #3 - "lint":   1750K .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... .......... .........�[0m�[91m. 21% 60.1M 1s
Step #3 - "lint":   1800K .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. .......... 21%  149M 1s
Step #3 - "lint":   1850K .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... 22%  122M 1s
Step #3 - "lint":   1900K ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m.�[0m�[91m.... ...�[0m�[91m....... 22%  147M 1s
Step #3 - "lint":   1950K .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. 23%  129M 1s
Step #3 - "lint":   2000K .�[0m�[91m.�[0m�[91m.....�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... 24%  144M 1s
Step #3 - "lint":   2050K .......... ..�[0m�[91m.�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... 24% 97.3M 1s
Step #3 - "lint":   2100K ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... 25%  120M 1s
Step #3 - "lint":   2150K .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... .......... ........�[0m�[91m.. 25%  139M 1s
Step #3 - "lint":   2200K .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... 26%  118M 1s
Step #3 - "lint":   2250K .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... 27%  207M 1s
Step #3 - "lint":   2300K ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... .......... 27%  180M 1s
Step #3 - "lint":   2350K .........�[0m�[91m. .......�[0m�[91m... .......... .......... .........�[0m�[91m. 28%  934K 1s
Step #3 - "lint":   2400K .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... 28% 19.5M 1s
Step #3 - "lint":   2450K .......... ...�[0m�[91m....... .......... .......... .....�[0m�[91m..... 29% 72.7M 1s
Step #3 - "lint":   2500K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... 30%  118M 1s
Step #3 - "lint":   2550K .�[0m�[91m........�[0m�[91m. .....�[0m�[91m..... .....�[0m�[91m..... .......... .�[0m�[91m......... 30% 93.7M 1s
Step #3 - "lint":   2600K .�[0m�[91m......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. .......... 31% 17.7M 1s
Step #3 - "lint":   2650K .....�[0m�[91m..... .......... .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m.....�[0m�[91m 31%  120M 1s
Step #3 - "lint":   2700K�[0m�[91m ..�[0m�[91m.�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... 32%  141M 1s
Step #3 - "lint":   2750K .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. 32% 73.8M 1s
Step #3 - "lint":   2800K .......... .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... 33% 97.7M 1s
Step #3 - "lint":   2850K ..�[0m�[91m...�[0m�[91m..... .......... .........�[0m�[91m. .......... .....�[0m�[91m..... 34% 18.9M 1s
Step #3 - "lint":   2900K .......... .......... .......�[0m�[91m... .......... ...�[0m�[91m....... 34%  135M 1s
Step #3 - "lint":   2950K .�[0m�[91m........�[0m�[91m. .......... .......... .......... .�[0m�[91m......... 35%  114M 1s
Step #3 - "lint":   3000K .......�[0m�[91m... .......... .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... 35%  150M 1s
Step #3 - "lint":   3050K .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... .......... 36%  149M 1s
Step #3 - "lint":   3100K .......... .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... .......... 37%  190M 1s
Step #3 - "lint":   3150K .�[0m�[91m......... .......�[0m�[91m... .......... .......... .........�[0m�[91m. 37% 11.8M 1s
Step #3 - "lint":   3200K .......... .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... 38%  136M 1s
Step #3 - "lint":   3250K .......... ...�[0m�[91m....... .......... .......�[0m�[91m... .....�[0m�[91m..... 38%  155M 1s
Step #3 - "lint":   3300K .......... .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... 39%  154M 1s
Step #3 - "lint":   3350K ......�[0m�[91m...�[0m�[91m. .......... .....�[0m�[91m..... .......... .�[0m�[91m......... 40%  186M�[0m�[91m 1s�[0m�[91m
Step #3 - "lint":   3400K .......�[0m�[91m... .......... .......... .........�[0m�[91m. .......... 40% 14.7M 1s
Step #3 - "lint":   3450K .......... �[0m�[91m.......... .�[0m�[91m......... .......�[0m�[91m... .......... 41%  144M 1s
Step #3 - "lint":   3500K ...�[0m�[91m....... .......... .......... .....�[0m�[91m..... .......... 41% 32.4M 1s
Step #3 - "lint":   3550K .�[0m�[91m......... .......... .......... .......... .........�[0m�[91m. 42% 75.3M 1s
Step #3 - "lint":   3600K .......... .....�[0m�[91m..... .......... .......... .......... 42%  256M 1s
Step #3 - "lint":   3650K .....�[0m�[91m..... ...�[0m�[91m....... .......... .......... .......... 43%  261M 1s
Step #3 - "lint":   3700K ...�[0m�[91m....... .......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... 44%  283M 1s
Step #3 - "lint":   3750K .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... .......... 44%  240M 1s
Step #3 - "lint":   3800K .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. .......... 45%  268M 1s
Step #3 - "lint":   3850K .......... .......... .�[0m�[91m......... .......... .......... 45%  281M 1s
Step #3 - "lint":   3900K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... .......... .......... 46%  211M 1s
Step #3 - "lint":   3950K .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. 47%  161M 1s
Step #3 - "lint":   4000K .......... .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... 47%  178M 1s
Step #3 - "lint":   4050K .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... 48%  182M 1s
Step #3 - "lint":   4100K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... .......... 48% 99.2M 0s
Step #3 - "lint":   4150K .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m......... 49% 29.5M 0s
Step #3 - "lint":   4200K .......�[0m�[91m... .......... .......... .........�[0m�[91m. .......... 50% 16.2M 0s
Step #3 - "lint":   4250K .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... .......... 50% 56.9M 0s
Step #3 - "lint":   4300K .......... .........�[0m�[91m. .......... .....�[0m�[91m..... .......... 51%  118M 0s
Step #3 - "lint":   4350K .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. 51%  118M 0s
Step #3 - "lint":   4400K .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... 52% 52.7M 0s
Step #3 - "lint":   4450K .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... 52% 33.8M 0s
Step #3 - "lint":   4500K .......... .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... 53% 67.3M 0s
Step #3 - "lint":   4550K .........�[0m�[91m. .......... .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. 54% 83.7M 0s
Step #3 - "lint":   4600K .......... .......... ...�[0m�[91m....... .........�[0m�[91m. .......... 54% 98.4M 0s
Step #3 - "lint":   4650K .....�[0m�[91m..... .......... .........�[0m�[91m. .......�[0m�[91m... .......... 55% 99.5M 0s
Step #3 - "lint":   4700K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... .......... .......... 55% 1.85M 0s
Step #3 - "lint":   4750K .�[0m�[91m......... .......�[0m�[91m... .......... .......... .........�[0m�[91m. 56% 89.0M 0s
Step #3 - "lint":   4800K .......... .....�[0m�[91m..... .......... .......... .......�[0m�[91m... 57% 25.7M 0s
Step #3 - "lint":   4850K .......... .......... .�[0m�[91m......... .......... .....�[0m�[91m..... 57%  135M 0s
Step #3 - "lint":   4900K ...�[0m�[91m....... .......... .......�[0m�[91m... .......... ...�[0m�[91m....... 58%  117M�[0m�[91m 0s
Step #3 - "lint":   4950K .........�[0m�[91m. .......... .....�[0m�[91m..... .......... .......... 58%  149M 0s
Step #3 - "lint":   5000K .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......�[0m�[91m..�[0m�[91m. .......... 59%  160M 0s
Step #3 - "lint":   5050K .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... .......... 60%�[0m�[91m  152M 0s
Step #3 - "lint":   5100K ...�[0m�[91m....... .........�[0m�[91m. .......... .......... ...�[0m�[91m....... 60%  167M 0s
Step #3 - "lint":   5150K .�[0m�[91m......... .......... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. 61%  125M 0s
Step #3 - "lint":   5200K .......... .......... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... 61% 31.6M 0s
Step #3 - "lint":   5250K .......... .......... .........�[0m�[91m. .......... .....�[0m�[91m..... 62% 88.6M 0s
Step #3 - "lint":   5300K .......... .�[0m�[91m......... .......... .....�[0m�[91m..... ...�[0m�[91m....... 62%  151M 0s
Step #3 - "lint":   5350K .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... .......... .�[0m�[91m......... 63%  128M 0s
Step #3 - "lint":   5400K .....�[0m�[91m..�[0m�[91m... .......... ...�[0m�[91m.....�[0m�[91m.. .........�[0m�[91m. .......�[0m�[91m... 64%  156M 0s
Step #3 - "lint":   5450K .....�[0m�[91m..... .......... .�[0m�[91m......... .......... .....�[0m�[91m..... 64% 86.9M 0s
Step #3 - "lint":   5500K .�[0m�[91m..�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... .......... 65% 43.6M 0s
Step #3 - "lint":   5550K .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. 65% 25.4M 0s
Step #3 - "lint":   5600K .......... .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... 66% 30.0M�[0m�[91m 0s
Step #3 - "lint":   5650K .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... 67% 39.1M 0s
Step #3 - "lint":   5700K .......... .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... 67% 16.3M 0s
Step #3 - "lint":   5750K .........�[0m�[91m. .......... .....�[0m�[91m.....�[0m�[91m .......... .�[0m�[91m......... 68% 49.7M 0s
Step #3 - "lint":   5800K .......�[0m�[91m... .....�[0m�[91m..... .......... .........�[0m�[91m. .......... 68%  168M 0s
Step #3 - "lint":   5850K .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .......... 69%  105M 0s
Step #3 - "lint":   5900K ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... .......... 70% 97.7M 0s
Step #3 - "lint":   5950K .........�[0m�[91m. .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. 70% 10.2M 0s
Step #3 - "lint":   6000K .......... .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... 71% 17.7M 0s
Step #3 - "lint":   6050K .......... ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... 71% 72.7M 0s
Step #3 - "lint":   6100K ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... 72%  131M 0s
Step #3 - "lint":   6150K .�[0m�[91m......... .......... .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. 72%  135M 0s
Step #3 - "lint":   6200K .......�[0m�[91m... .......... ...�[0m�[91m....... .......... .......... 73% 10.1M 0s
Step #3 - "lint":   6250K�[0m�[91m ..�[0m�[91m........ ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .......... 74% 71.4M 0s
Step #3 - "lint":   6300K ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... .......... 74% 55.8M 0s
Step #3 - "lint":   6350K .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... .......... 75% 81.2M 0s
Step #3 - "lint":   6400K ..�[0m�[91m........ .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... 75% 98.0M 0s�[0m�[91m
Step #3 - "lint":   6450K .......... .�[0m�[91m..�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... 76% 8.78M 0s
Step #3 - "lint":   6500K .......... .�[0m�[91m......... .......�[0m�[91m... .......... .......... 77% 94.4M 0s
Step #3 - "lint":   6550K .........�[0m�[91m. .......... ..�[0m�[91m...�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... 77%  110M 0s
Step #3 - "lint":   6600K .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. .......... 78%  143M 0s
Step #3 - "lint":   6650K .....�[0m�[91m..... .......... .�[0m�[91m......... .......... .....�[0m�[91m..... 78%  165M 0s
Step #3 - "lint":   6700K .......... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... .......... 79% 25.8M 0s
Step #3 - "lint":   6750K .�[0m�[91m......... .......... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. 80%  108M 0s
Step #3 - "lint":   6800K .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. .......... 80%  154M 0s
Step #3 - "lint":   6850K .......... ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... 81%  139M 0s
Step #3 - "lint":   6900K ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... 81%  158M 0s
Step #3 - "lint":   6950K .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m......... 82% 18.6M 0s
Step #3 - "lint":   7000K .......�[0m�[91m... .......... .......... .�[0m�[91m........�[0m�[91m. .......... 82%  138M 0s
Step #3 - "lint":   7050K .....�[0m�[91m..... .......... .........�[0m�[91m. .......�[0m�[91m... .......... 83%  115M 0s
Step #3 - "lint":   7100K ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... .......... 84%  110M 0s
Step #3 - "lint":   7150K .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. 84%  109M 0s
Step #3 - "lint":   7200K .......�[0m�[91m... .......... ...�[0m�[91m....... .......... .......�[0m�[91m... 85% 17.5M 0s
Step #3 - "lint":   7250K .......... ...�[0m�[91m....... .........�[0m�[91m. .......... .........�[0m�[91m. 85% 79.9M 0s
Step #3 - "lint":   7300K ...�[0m�[91m....... .�[0m�[91m..�[0m�[91m......�[0m�[91m. .......�[0m�[91m... .......... ...�[0m�[91m....... 86%  102M 0s
Step #3 - "lint":   7350K .........�[0m�[91m. .......... .......... ......�[0m�[91m.... .�[0m�[91m........�[0m�[91m. 87%  167M 0s
Step #3 - "lint":   7400K .......�[0m�[91m... .......... ...�[0m�[91m....... .......... .......�[0m�[91m... 87%  102M 0s
Step #3 - "lint":   7450K .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... 88% 99.7M 0s�[0m�[91m
Step #3 - "lint":   7500K ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... .......... 88% 12.2M 0s
Step #3 - "lint":   7550K .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... .......... .......... 89% 80.4M 0s
Step #3 - "lint":   7600K .......�[0m�[91m... .......... .........�[0m�[91m. .......... .......�[0m�[91m... 90%  200M 0s
Step #3 - "lint":   7650K .......... ...�[0m�[91m....... .........�[0m�[91m. .......... .......... 90%  166M 0s
Step #3 - "lint":   7700K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... .......... 91% 94.8M 0s�[0m�[91m
Step #3 - "lint":   7750K .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... .......... .�[0m�[91m......... 91% 10.0M 0s
Step #3 - "lint":   7800K .......�[0m�[91m... .......... .......... .�[0m�[91m......... .......... 92% 53.1M 0s
Step #3 - "lint":   7850K .....�[0m�[91m..... ........�[0m�[91m.. .�[0m�[91m......... .......... .....�[0m�[91m..... 93%  158M 0s
Step #3 - "lint":   7900K ...�[0m�[91m....... .�[0m�[91m......... ......�[0m�[91m.... .....�[0m�[91m..... .......... 93%  106M 0s
Step #3 - "lint":   7950K .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. 94% 93.2M 0s
Step #3 - "lint":   8000K .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... 94%  106M 0s
Step #3 - "lint":   8050K .....�[0m�[91m..... ...�[0m�[91m....... .......... .......�[0m�[91m... .....�[0m�[91m..... 95%  146M 0s
Step #3 - "lint":   8100K ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... 95%  142M 0s
Step #3 - "lint":   8150K .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... ..�[0m�[91m.�[0m�[91m....... .�[0m�[91m......... 96%  124M 0s
Step #3 - "lint":   8200K ......�[0m�[91m....�[0m�[91m .....�[0m�[91m..... .�[0m�[91m..�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... 97%  131M 0s
Step #3 - "lint":   8250K ..�[0m�[91m...�[0m�[91m..... .......... .�[0m�[91m......... ......�[0m�[91m.�[0m�[91m... .....�[0m�[91m..... 97%  123M 0s
Step #3 - "lint":   8300K .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... .......... 98%  148M 0s
Step #3 - "lint":   8350K .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. 98%  131M 0s
Step #3 - "lint":   8400K .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... 99%  158M 0s
Step #3 - "lint":   8450K .......... ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... ....      100%  198M=0.6s
Step #3 - "lint": 
Step #3 - "lint": �[0m�[91m2019-01-23 01:52:19 (14.2 MB/s) - '/tmp/hugo/hugo.tar.gz' saved [8698428/8698428]
Step #3 - "lint": 
Step #3 - "lint": �[0mLICENSE
Step #3 - "lint": README.md
Step #3 - "lint": hugo
Step #3 - "lint": Removing intermediate container 954c33aa1c69
Step #3 - "lint":  ---> cd9288e99835
Step #3 - "lint": Step 28/33 : RUN curl -sL https://deb.nodesource.com/setup_11.x | bash - &&     apt-get install -y nodejs
Step #3 - "lint":  ---> Running in 93b8ede8cd53
Step #3 - "lint": 
Step #3 - "lint": ## Installing the NodeSource Node.js 11.x repo...
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": ## Populating apt-get cache...
Step #3 - "lint": 
Step #3 - "lint": + apt-get update
Step #3 - "lint": Ign:1 http://deb.debian.org/debian stretch InRelease
Step #3 - "lint": Hit:2 http://security.debian.org/debian-security stretch/updates InRelease
Step #3 - "lint": Hit:3 http://deb.debian.org/debian stretch-updates InRelease
Step #3 - "lint": Hit:4 http://deb.debian.org/debian stretch Release
Step #3 - "lint": Reading package lists...
Step #3 - "lint": 
Step #3 - "lint": ## Installing packages required for setup: apt-transport-https lsb-release...
Step #3 - "lint": 
Step #3 - "lint": + apt-get install -y apt-transport-https lsb-release > /dev/null 2>&1
Step #3 - "lint": 
Step #3 - "lint": ## Confirming "stretch" is supported...
Step #3 - "lint": 
Step #3 - "lint": + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_11.x/dists/stretch/Release'
Step #3 - "lint": 
Step #3 - "lint": ## Adding the NodeSource signing key to your keyring...
Step #3 - "lint": 
Step #3 - "lint": + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
Step #3 - "lint": �[91mWarning: apt-key output should not be parsed (stdout is not a terminal)
Step #3 - "lint": �[0mOK
Step #3 - "lint": 
Step #3 - "lint": ## Creating apt sources list file for the NodeSource Node.js 11.x repo...
Step #3 - "lint": 
Step #3 - "lint": + echo 'deb https://deb.nodesource.com/node_11.x stretch main' > /etc/apt/sources.list.d/nodesource.list
Step #3 - "lint": + echo 'deb-src https://deb.nodesource.com/node_11.x stretch main' >> /etc/apt/sources.list.d/nodesource.list
Step #3 - "lint": 
Step #3 - "lint": ## Running `apt-get update` for you...
Step #3 - "lint": 
Step #3 - "lint": + apt-get update
Step #3 - "lint": Ign:1 http://deb.debian.org/debian stretch InRelease
Step #3 - "lint": Hit:2 http://security.debian.org/debian-security stretch/updates InRelease
Step #3 - "lint": Hit:3 http://deb.debian.org/debian stretch-updates InRelease
Step #3 - "lint": Hit:4 http://deb.debian.org/debian stretch Release
Step #3 - "lint": Get:5 https://deb.nodesource.com/node_11.x stretch InRelease [4612 B]
Step #3 - "lint": Get:7 https://deb.nodesource.com/node_11.x stretch/main amd64 Packages [767 B]
Step #3 - "lint": Fetched 5379 B in 0s (11.2 kB/s)
Step #3 - "lint": Reading package lists...
Step #3 - "lint": 
Step #3 - "lint": ## Run `sudo apt-get install -y nodejs` to install Node.js 11.x and npm
Step #3 - "lint": ## You may also need development tools to build native addons:
Step #3 - "lint":      sudo apt-get install gcc g++ make
Step #3 - "lint": ## To install the Yarn package manager, run:
Step #3 - "lint":      curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
Step #3 - "lint":      echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
Step #3 - "lint":      sudo apt-get update && sudo apt-get install yarn
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": Reading package lists...
Step #3 - "lint": Building dependency tree...
Step #3 - "lint": Reading state information...
Step #3 - "lint": The following NEW packages will be installed:
Step #3 - "lint":   nodejs
Step #3 - "lint": 0 upgraded, 1 newly installed, 0 to remove and 6 not upgraded.
Step #3 - "lint": Need to get 15.7 MB of archives.
Step #3 - "lint": After this operation, 74.1 MB of additional disk space will be used.
Step #3 - "lint": Get:1 https://deb.nodesource.com/node_11.x stretch/main amd64 nodejs amd64 11.7.0-1nodesource1 [15.7 MB]
Step #3 - "lint": �[91mdebconf: delaying package configuration, since apt-utils is not installed
Step #3 - "lint": �[0mFetched 15.7 MB in 0s (31.6 MB/s)
Step #3 - "lint": Selecting previously unselected package nodejs.
Step #3 - "lint": (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 ... 21148 files and directories currently installed.)
Step #3 - "lint": Preparing to unpack .../nodejs_11.7.0-1nodesource1_amd64.deb ...
Step #3 - "lint": Unpacking nodejs (11.7.0-1nodesource1) ...
Step #3 - "lint": Setting up nodejs (11.7.0-1nodesource1) ...
Step #3 - "lint": Removing intermediate container 93b8ede8cd53
Step #3 - "lint":  ---> 7197cac3c034
Step #3 - "lint": Step 29/33 : RUN echo "export PATH=/usr/local/go/bin:/go/bin/:\$PATH" >> /root/.bashrc
Step #3 - "lint":  ---> Running in 23cf18fddc84
Step #3 - "lint": Removing intermediate container 23cf18fddc84
Step #3 - "lint":  ---> 0351489d7371
Step #3 - "lint": Step 30/33 : RUN echo "export EDITOR=nano" >> /root/.bashrc
Step #3 - "lint":  ---> Running in 82fcb111564a
Step #3 - "lint": Removing intermediate container 82fcb111564a
Step #3 - "lint":  ---> 66ea11bfff1a
Step #3 - "lint": Step 31/33 : COPY *.sh /root/
Step #3 - "lint":  ---> d5d3015a6e67
Step #3 - "lint": Step 32/33 : RUN chmod +x /root/*.sh
Step #3 - "lint":  ---> Running in f72c09f86412
Step #3 - "lint": Removing intermediate container f72c09f86412
Step #3 - "lint":  ---> 3398a18f19d3
Step #3 - "lint": Step 33/33 : WORKDIR /go
Step #3 - "lint":  ---> Running in 9d543a6e7ecb
Step #3 - "lint": Removing intermediate container 9d543a6e7ecb
Step #3 - "lint":  ---> 5aa4affdd21e
Step #3 - "lint": Successfully built 5aa4affdd21e
Step #3 - "lint": Successfully tagged agones-build:db76ca0bfb
Step #3 - "lint": make[1]: Leaving directory '/workspace/build'
Step #3 - "lint": docker run -t -e "TERM=xterm-256color" --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build -w /go/src/agones.dev/agones  agones-build:db76ca0bfb bash -c \
Step #3 - "lint": 	"golangci-lint run ./examples/... && golangci-lint run --deadline 15m ./..."
Finished Step #3 - "lint"
Starting Step #4 - "tests"
Starting Step #8 - "build"
Starting Step #9 - "build-e2e"
Step #9 - "build-e2e": Already have image (with digest): gcr.io/cloud-builders/docker
Step #4 - "tests": Already have image: make-docker
Step #8 - "build": Already have image: make-docker
Step #8 - "build": mkdir -p ~/.kube/
Step #8 - "build": mkdir -p /workspace/build//.config/gcloud
Step #8 - "build": mkdir -p ~/.helm
Step #8 - "build": docker run --rm -e "CGO_ENABLED=0" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #8 - "build": -tags none -o /go/src/agones.dev/agones/cmd/controller/bin/controller \
Step #8 - "build":  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-76ba758" -installsuffix cgo agones.dev/agones/cmd/controller
Step #9 - "build-e2e": Sending build context to Docker daemon  7.168kB

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

Step #8 - "build": Step 1/5 : FROM alpine:3.8
Step #8 - "build": 3.8: Pulling from library/alpine
Step #8 - "build": Digest: sha256:3d2e482b82608d153a374df3357c0291589a61cc194ec4a9ca2381073a17f58e
Step #8 - "build": Status: Downloaded newer image for alpine:3.8
Step #8 - "build":  ---> 3f53bb00af94
Step #8 - "build": Step 2/5 : RUN apk --update add ca-certificates &&     adduser -D agones
Step #8 - "build":  ---> Running in f343f5644c29
Step #4 - "tests": ok  	agones.dev/agones/pkg/apis/stable/v1alpha1	1.112s
Step #4 - "tests": ?   	agones.dev/agones/pkg/client	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/clientset/versioned	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/clientset/versioned/fake	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/clientset/versioned/scheme	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/clientset/versioned/typed/stable/v1alpha1	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/clientset/versioned/typed/stable/v1alpha1/fake	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/informers/externalversions	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/informers/externalversions/internalinterfaces	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/informers/externalversions/stable	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/informers/externalversions/stable/v1alpha1	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/listers/stable/v1alpha1	[no test files]
Step #9 - "build-e2e": Removing intermediate container 68152c29fad9
Step #9 - "build-e2e":  ---> 341c643bcece
Step #9 - "build-e2e": Step 13/20 : ENV CONSUL_VERSION=1.2.1
Step #9 - "build-e2e":  ---> Running in 7df496a407d3
Step #9 - "build-e2e": Removing intermediate container 7df496a407d3
Step #9 - "build-e2e":  ---> faf2d2c991ea
Step #9 - "build-e2e": Step 14/20 : ENV HASHICORP_RELEASES=https://releases.hashicorp.com
Step #4 - "tests": agones-website
Step #9 - "build-e2e":  ---> Running in 4848192b6a5e
Step #9 - "build-e2e": Removing intermediate container 4848192b6a5e
Step #9 - "build-e2e":  ---> 0df7c0d0bbeb
Step #9 - "build-e2e": Step 15/20 : RUN mkdir -p /tmp/build &&     wget ${HASHICORP_RELEASES}/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_linux_amd64.zip     -P /tmp/build/  &&     unzip -d /usr/local/bin/ /tmp/build/consul_${CONSUL_VERSION}_linux_amd64.zip &&     cd /tmp &&     rm -rf /tmp/build &&     chmod go+rx /usr/local/bin/consul &&     consul version
Step #8 - "build": fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
Step #9 - "build-e2e":  ---> Running in 17fdfa6055d3
Step #8 - "build": fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
Step #8 - "build": (1/1) Installing ca-certificates (20171114-r3)
Step #8 - "build": Executing busybox-1.28.4-r2.trigger
Step #8 - "build": Executing ca-certificates-20171114-r3.trigger
Step #8 - "build": OK: 5 MiB in 14 packages
Step #9 - "build-e2e": �[91m--2019-01-23 01:53:55--  https://releases.hashicorp.com/consul/1.2.1/consul_1.2.1_linux_amd64.zip
Step #9 - "build-e2e": �[0m�[91mResolving releases.hashicorp.com (releases.hashicorp.com)... �[0m�[91m151.101.1.183, 151.101.65.183, 151.101.129.183, ...
Step #9 - "build-e2e": Connecting to releases.hashicorp.com (releases.hashicorp.com)|151.101.1.183|:443... �[0m�[91mconnected.
Step #9 - "build-e2e": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m200 OK
Step #9 - "build-e2e": Length: 14529496 (14M) [application/zip]
Step #9 - "build-e2e": �[0m�[91mSaving to: '/tmp/build/consul_1.2.1_linux_amd64.zip'
Step #9 - "build-e2e": 
Step #9 - "build-e2e":      0K ..�[0m�[91m...�[0m�[91m.....�[0m�[91m .......... .......... .........�[0m�[91m. ..........  0% 3.19M 4s
Step #9 - "build-e2e":     50K .......... .......... .......... .......... ....�[0m�[91m......  0% 6.85M 3s
Step #9 - "build-e2e":    100K .......... ........�[0m�[91m.. .......... .......... ..........  1%  175M 2s�[0m�[91m
Step #9 - "build-e2e":    150K .......... ......�[0m�[91m.... .......... .......... ........�[0m�[91m..  1% 7.21M 2s
Step #9 - "build-e2e":    200K .......... .......... .......... .......... ..........  1%  159M 2s
Step #9 - "build-e2e":    250K .......... .......... .......... .......... ..........  2%  218M 1s
Step #9 - "build-e2e":    300K .......... .......... .......... .......... ..........  2%  236M 1s
Step #9 - "build-e2e":    350K ........�[0m�[91m.. .......... .......... .......... ..........  2% 7.25M 1s
Step #9 - "build-e2e":    400K .......... .......... .......... .......... ..........  3%  221M 1s
Step #9 - "build-e2e":    450K .......... .......... .......... .......... ..........  3%  156M 1s
Step #9 - "build-e2e":    500K .......... .......... .......... .......... ..........  3%  212M 1s
Step #9 - "build-e2e":    550K .......... .......... .......... .......... ..........  4%  189M 1s
Step #9 - "build-e2e":    600K .......... .......... .......... .......... ..........  4%  237M 1s
Step #9 - "build-e2e":    650K .......... .......... .......... .......... ..........  4%  232M 1s
Step #9 - "build-e2e":    700K .......... .......... .......... .......... ..�[0m�[91m........  5% 8.95M 1s
Step #9 - "build-e2e":    750K .......... .......... .......... .......... ..........  5%  178M 1s
Step #9 - "build-e2e":    800K .......... .......... .......... .......... ..........  5%  244M 1s
Step #9 - "build-e2e":    850K .......... .......... .......... .......... ..........  6%  178M 1s
Step #9 - "build-e2e":    900K .......... .......... .......... .......... ..........  6%  214M 1s
Step #9 - "build-e2e":    950K .......... .......... .......... .......... ..........  7%  198M 1s
Step #9 - "build-e2e":   1000K .......... .......... .......... .......... ..........  7%  236M 1s
Step #9 - "build-e2e":   1050K .......... .......... .......... .......... ..........  7%  238M 1s
Step #9 - "build-e2e":   1100K .......... .........�[0m�[91m. .......... .......... ..........  8% 8.64M 1s
Step #9 - "build-e2e":   1150K .......... .......... .......... .......... ..........  8%  194M 1s
Step #9 - "build-e2e":   1200K .......... .......... .......... .......... ..........  8%  222M 1s
Step #9 - "build-e2e":   1250K .......... .......... .......... .......... ..........  9%  230M 1s
Step #9 - "build-e2e":   1300K .......... .......... .......... .......... ..........  9%  239M 0s
Step #9 - "build-e2e":   1350K .......... .......... .......... .......... ..........  9%  217M 0s
Step #9 - "build-e2e":   1400K .......... .......... .......... .......... .......... 10%  220M 0s
Step #9 - "build-e2e":   1450K .......... .......... .......... .......... .......... 10%  233M 0s
Step #9 - "build-e2e":   1500K .......... .......... .......... .......... .......... 10%  233M 0s
Step #9 - "build-e2e":   1550K .......... .......... .......... .......... .......... 11%  199M 0s
Step #9 - "build-e2e":   1600K .......... .......... .......... .......... .......... 11%  241M 0s
Step #9 - "build-e2e":   1650K .......... .......... .......... .......... .......... 11%  224M 0s
Step #9 - "build-e2e":   1700K .......... .......... .......... .......... .......... 12%  240M 0s
Step #9 - "build-e2e":   1750K .......... .......... .......... .......... .......... 12%  205M 0s
Step #9 - "build-e2e":   1800K .......... .......... .......... .......... .......... 13%  239M 0s
Step #9 - "build-e2e":   1850K .......... .......... .......... .......... .......... 13%  244M 0s
Step #9 - "build-e2e":   1900K .......... .......... .......... .......... .......... 13%  204M 0s
Step #9 - "build-e2e":   1950K .......... .......... .......... .......... .......... 14%  191M 0s
Step #9 - "build-e2e":   2000K .......... .......... .......... .......... .......... 14%  208M 0s
Step #9 - "build-e2e":   2050K .......... .......... .......... .......... .......... 14%  231M 0s
Step #9 - "build-e2e":   2100K .......... .......... ........�[0m�[91m.. .......... .......... 15% 16.0M 0s
Step #9 - "build-e2e":   2150K .......... .......... .......... .......... .......... 15%  163M 0s
Step #9 - "build-e2e":   2200K .......... .......... .......... .......... .......... 15%  210M 0s
Step #9 - "build-e2e":   2250K .......... .......... .......... .......... .......... 16%  198M 0s
Step #9 - "build-e2e":   2300K .......... .......... .......... .......... .......... 16%  211M 0s
Step #9 - "build-e2e":   2350K .......... .......... .......... .......... .......... 16%  192M 0s
Step #9 - "build-e2e":   2400K .......... .......... .......... .......... .......... 17%  232M 0s
Step #9 - "build-e2e":   2450K .......... .......... .......... .......... .....�[0m�[91m..... 17% 53.8M 0s
Step #9 - "build-e2e":   2500K .......... .......... .......... .......... .......... 17%  224M 0s
Step #9 - "build-e2e":   2550K .......... .......... .......... .......... .......... 18%  248M 0s
Step #9 - "build-e2e":   2600K .......... .......... .......... .......... .......... 18%  285M 0s
Step #9 - "build-e2e":   2650K .......... .......... .......... .......... .......... 19%  264M 0s
Step #9 - "build-e2e":   2700K .......... .......... .......... .......... .......... 19%  290M 0s
Step #9 - "build-e2e":   2750K .......... .......... .......... .......... .......... 19%  236M 0s
Step #9 - "build-e2e":   2800K .......... .......... .......... .......... .......... 20%  309M 0s
Step #9 - "build-e2e":   2850K .......... .......... .......... .......... .......... 20%  235M 0s
Step #9 - "build-e2e":   2900K .......... .......... .......... .......... .......... 20%  283M 0s
Step #9 - "build-e2e":   2950K .......... .......... .......... .......... .......... 21%  257M 0s
Step #9 - "build-e2e":   3000K .......... .......... .......... .......... .......... 21%  265M 0s
Step #9 - "build-e2e":   3050K .......... .......... .......... .......... .......... 21%  265M 0s
Step #9 - "build-e2e":   3100K .......... .......... .......... .......... .......... 22%  292M 0s
Step #9 - "build-e2e":   3150K .......... .......... .......... .......... .......... 22%  288M 0s
Step #9 - "build-e2e":   3200K .......... .......... .......... .......... .......... 22%  252M 0s
Step #9 - "build-e2e":   3250K .......... .......... .......... .......... .......... 23%  248M 0s
Step #9 - "build-e2e":   3300K .......... .......... .......... .......... .......... 23%  282M 0s
Step #9 - "build-e2e":   3350K .......... .......... .......... .......... .......... 23%  284M 0s
Step #9 - "build-e2e":   3400K .......... .......... .......... .......... .......... 24%  275M 0s
Step #9 - "build-e2e":   3450K .......... .�[0m�[91m......... .......... .....�[0m�[91m..... ...�[0m�[91m....... 24%  165M 0s
Step #9 - "build-e2e":   3500K .......... .......�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. 25% 6.87M 0s
Step #9 - "build-e2e":   3550K .......�[0m�[91m... .......... ...�[0m�[91m....... .......... .......�[0m�[91m... 25%  187M 0s
Step #9 - "build-e2e":   3600K .....�[0m�[91m..... .......... .�[0m�[91m.�[0m�[91m........ ....�[0m�[91m...�[0m�[91m... .......... 25%  139M 0s
Step #9 - "build-e2e":   3650K ...�[0m�[91m....... .......... .......�[0m�[91m... .....�[0m�[91m..... .......... 26%  170M 0s
Step #9 - "build-e2e":   3700K .........�[0m�[91m. .......... .....�[0m�[91m..... .......... .�[0m�[91m......... 26%  169M 0s
Step #9 - "build-e2e":   3750K .......... .......... ...�[0m�[91m....... .........�[0m�[91m. .........�[0m�[91m. 26%  204M 0s
Step #9 - "build-e2e":   3800K .......... .....�[0m�[91m..... ...�[0m�[91m....... .......... .......... 27%  207M 0s
Step #9 - "build-e2e":   3850K .......... .......... .......... .......... .......... 27%  243M 0s
Step #9 - "build-e2e":   3900K .......... .......... .......... .......... .......... 27%  264M 0s
Step #9 - "build-e2e":   3950K .......... .......... .......... .......... .......... 28%  224M 0s
Step #9 - "build-e2e":   4000K .......... .......... .......... .......... .......... 28%  260M 0s
Step #9 - "build-e2e":   4050K .......... .......... .......... .......... .......... 28%  268M 0s
Step #9 - "build-e2e":   4100K .......... .......... .......... .......... .......... 29%  282M 0s
Step #9 - "build-e2e":   4150K .......... .......... .......... .......... .......... 29%  270M 0s
Step #9 - "build-e2e":   4200K .......... .......... .......... .......... .......... 29%  346M 0s
Step #9 - "build-e2e":   4250K .....�[0m�[91m..... .......... .......... .......�[0m�[91m... .....�[0m�[91m..... 30%  107M 0s
Step #9 - "build-e2e":   4300K .......... .......... .......�[0m�[91m... .......... ...�[0m�[91m....... 30%  234M 0s
Step #9 - "build-e2e":   4350K .......... .......... .......... .......... .........�[0m�[91m. 31%  159M 0s
Step #9 - "build-e2e":   4400K .......�[0m�[91m... .......... .......... .......... .......... 31%  222M 0s
Step #9 - "build-e2e":   4450K .......... .......... .......... .......�[0m�[91m... .......... 31%  252M 0s
Step #9 - "build-e2e":   4500K ...�[0m�[91m....... .......... .......... .......... .......... 32%  201M 0s
Step #9 - "build-e2e":   4550K .......... .......... .....�[0m�[91m..... .......... .�[0m�[91m......... 32%  190M 0s
Step #9 - "build-e2e":   4600K .......... .......... .......... .......... .......... 32%  215M 0s
Step #9 - "build-e2e":   4650K .......... ...�[0m�[91m....... .........�[0m�[91m. .......... .......... 33%  230M 0s
Step #9 - "build-e2e":   4700K .......... .......... .......�[0m�[91m... .......... ...�[0m�[91m....... 33%  252M 0s
Step #9 - "build-e2e":   4750K .......... .......... .......... .......... .........�[0m�[91m. 33%  202M 0s
Step #9 - "build-e2e":   4800K .......�[0m�[91m... .......... .......... .......... .......... 34%  176M 0s
Step #9 - "build-e2e":   4850K .......... .......... .......... .......... .......... 34%  208M 0s
Step #9 - "build-e2e":   4900K .......... .......... .......... .......... .......... 34%  186M 0s
Step #9 - "build-e2e":   4950K .......... .......... .......... .......... .......... 35%  142M 0s
Step #9 - "build-e2e":   5000K .......... .......... .......... .......... .......... 35%  149M 0s
Step #9 - "build-e2e":   5050K .....�[0m�[91m..... .......... .......... .......... .......... 35%  205M 0s
Step #9 - "build-e2e":   5100K .......... .......... .......... .......... .......... 36%  234M 0s
Step #9 - "build-e2e":   5150K .......... .......... .......... .......... .......... 36%  216M 0s
Step #9 - "build-e2e":   5200K .......... .......... .......... .......... .�[0m�[91m......... 37%  198M 0s
Step #9 - "build-e2e":   5250K ...�[0m�[91m....... .......... .......�[0m�[91m... .......... .......... 37%  207M 0s
Step #9 - "build-e2e":   5300K .......... .......... .......... .......... .......... 37%  195M 0s
Step #9 - "build-e2e":   5350K .......... .......... .......... .......... .......... 38%  233M 0s
Step #9 - "build-e2e":   5400K .......... ...�[0m�[91m....... .......... .......... .......... 38%  198M 0s
Step #9 - "build-e2e":   5450K ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... 38%  193M 0s
Step #9 - "build-e2e":   5500K .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m......�[0m�[91m. .........�[0m�[91m. 39%  178M 0s
Step #9 - "build-e2e":   5550K .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... 39%  189M 0s
Step #9 - "build-e2e":   5600K .....�[0m�[91m..... �[0m�[91m.......... .�[0m�[91m..�[0m�[91m....... .........�[0m�[91m. ...�[0m�[91m....... 39%  179M 0s
Step #9 - "build-e2e":   5650K .....�[0m�[91m..... .......... .�[0m�[91m.....�[0m�[91m.... .......... .......... 40%  222M 0s
Step #9 - "build-e2e":   5700K .......... .........�[0m�[91m. .......�[0m�[91m... ..�[0m�[91m...�[0m�[91m..... ...�[0m�[91m.....�[0m�[91m.. 40%  204M 0s
Step #9 - "build-e2e":   5750K .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... ........�[0m�[91m.. .�[0m�[91m....�[0m�[91m....�[0m�[91m. 40%  147M 0s
Step #9 - "build-e2e":   5800K ..�[0m�[91m.....�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... 41%  185M 0s
Step #9 - "build-e2e":   5850K .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m.....�[0m�[91m 41%  228M 0s
Step #9 - "build-e2e":   5900K .......... .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... 41%  203M 0s
Step #9 - "build-e2e":   5950K .......... .......... .......... .......... .......... 42%  199M 0s
Step #9 - "build-e2e":   6000K .......... .......... .......... .......... .......... 42%  233M 0s
Step #9 - "build-e2e":   6050K ......�[0m�[91m.... .......... .�[0m�[91m......... .......... .......... 42%  243M 0s
Step #9 - "build-e2e":   6100K .......... .......... .......... .....�[0m�[91m..... .......... 43%  207M 0s
Step #9 - "build-e2e":   6150K .......... .......... .....�[0m�[91m.....�[0m�[91m .......... .........�[0m�[91m. 43%  165M 0s
Step #9 - "build-e2e":   6200K .......�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... 44%  217M 0s
Step #9 - "build-e2e":   6250K .......... .......... .......... .......... .......... 44% 27.2M 0s
Step #9 - "build-e2e":   6300K .......... .......... .......... .......... .......... 44%  182M 0s
Step #9 - "build-e2e":   6350K .......... .......... .......... .......... .......... 45%  175M 0s
Step #9 - "build-e2e":   6400K .......... .......... .......... .......... .......... 45%  191M 0s
Step #9 - "build-e2e":   6450K .......... .......... .......... .......... .......... 45%  197M 0s
Step #9 - "build-e2e":   6500K .......... .......... .......... .......... .......... 46%  135M 0s
Step #9 - "build-e2e":   6550K .�[0m�[91m......... .......... .......... .......... .......... 46%  177M 0s
Step #9 - "build-e2e":   6600K .......... .......... .......... .......... .......... 46%  180M 0s
Step #9 - "build-e2e":   6650K .......... .......... .......... .......... .......... 47%  179M 0s
Step #9 - "build-e2e":   6700K .......... .......... .......... .......... .......... 47%  219M 0s
Step #9 - "build-e2e":   6750K .......... .......... .......... .......... .......... 47%  205M 0s
Step #9 - "build-e2e":   6800K .......... .......... .......... .......... .......... 48%  181M 0s
Step #9 - "build-e2e":   6850K .......... .......... .......... .......... .......... 48%  160M 0s
Step #9 - "build-e2e":   6900K .......... .......... .......... .......... .......... 48%  214M 0s
Step #9 - "build-e2e":   6950K .......... .......... .......... .......... .......... 49%  205M 0s
Step #9 - "build-e2e":   7000K .......... .......... .......... .......... .......... 49%  165M 0s
Step #9 - "build-e2e":   7050K .......... .......... .......... ..�[0m�[91m........ ........�[0m�[91m.. 50%  132M 0s
Step #9 - "build-e2e":   7100K ...�[0m�[91m...�[0m�[91m....�[0m�[91m ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. .......... 50%  239M 0s
Step #9 - "build-e2e":   7150K .......... .......... .......... .......... ....�[0m�[91m...... 50%  193M 0s
Step #9 - "build-e2e":   7200K .......... .......... .......... .......... .......... 51%  210M 0s
Step #9 - "build-e2e":   7250K .......... .......... .......... .......... .......... 51%  186M 0s
Step #9 - "build-e2e":   7300K .......... .......... .......... .......... .......... 51%  185M 0s
Step #9 - "build-e2e":   7350K .......... .......... .......... .......... .......... 52%  157M 0s
Step #9 - "build-e2e":   7400K .......... .......... .......... .......... .......... 52%  203M 0s
Step #9 - "build-e2e":   7450K .......... .......... .......... .......... ........�[0m�[91m.. 52%  190M 0s
Step #9 - "build-e2e":   7500K .......... .......... .......... .......... .......... 53%  242M 0s
Step #9 - "build-e2e":   7550K .......... .......... .......... .......... .......... 53%  262M 0s
Step #9 - "build-e2e":   7600K .......... .......... .......... .......... .......... 53%  308M 0s
Step #9 - "build-e2e":   7650K .......... .......... .......... .......... .......... 54%  238M 0s
Step #9 - "build-e2e":   7700K .......... .......... .......... .......... .......... 54%  218M 0s
Step #9 - "build-e2e":   7750K .......... .......... .......... .......... .......... 54%  233M 0s
Step #9 - "build-e2e":   7800K .......... .......... .......... .......... .......... 55%  224M 0s
Step #9 - "build-e2e":   7850K .......... .......... .......... .......... .......... 55%  165M 0s
Step #9 - "build-e2e":   7900K .......... .......... .......... .......... .......... 56%  211M 0s
Step #9 - "build-e2e":   7950K .......... .......... .......... .......... .......... 56%  240M 0s
Step #9 - "build-e2e":   8000K .......... .......... .......... .......... .......... 56%  211M 0s
Step #9 - "build-e2e":   8050K .......... .......... .......... .......... .......... 57%  192M 0s
Step #9 - "build-e2e":   8100K .......... .......... .......... .......... .......... 57%  233M 0s
Step #9 - "build-e2e":   8150K .......... .......... .......... .......... .......... 57%  230M 0s
Step #9 - "build-e2e":   8200K .......... .......... .......... .......... ..�[0m�[91m........ 58%  168M 0s
Step #9 - "build-e2e":   8250K ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. 58%  160M 0s
Step #9 - "build-e2e":   8300K .....�[0m�[91m..... .......... ..�[0m�[91m.....�[0m�[91m... ........�[0m�[91m.. ......�[0m�[91m...�[0m�[91m. 58%  188M 0s
Step #9 - "build-e2e":   8350K .......... ..�[0m�[91m........ .......... .......... .......... 59%  193M 0s
Step #9 - "build-e2e":   8400K .......... .......... .......... .......... .......... 59%  200M 0s
Step #9 - "build-e2e":   8450K .......... .......... .......... .......... .......... 59%  170M 0s
Step #9 - "build-e2e":   8500K .......... .......... .......... .......... .......... 60%  174M 0s
Step #9 - "build-e2e":   8550K .......... .......... .......... .......... .......... 60%  187M 0s
Step #9 - "build-e2e":   8600K .......... .......... .......... .......... .......... 60%  191M 0s
Step #9 - "build-e2e":   8650K .......... .......... .......... .......... .......... 61%  155M 0s
Step #9 - "build-e2e":   8700K .......... .......... .......... .......... .......... 61%  191M 0s
Step #9 - "build-e2e":   8750K .......... .......... .......... .......... .......... 62%  161M 0s
Step #9 - "build-e2e":   8800K .......... .......... .......... .......... .......... 62%  163M 0s
Step #9 - "build-e2e":   8850K .......... .......... .......... .......... .......... 62%  156M 0s
Step #9 - "build-e2e":   8900K .......... .......... .......... .......... .......... 63%  196M 0s
Step #9 - "build-e2e":   8950K .......... ..�[0m�[91m........�[0m�[91m .......... .......... .......... 63%  189M 0s
Step #9 - "build-e2e":   9000K ..�[0m�[91m........�[0m�[91m .......... .......... .......... .......... 63%  221M 0s
Step #9 - "build-e2e":   9050K .......... .......... .......... .......... .......... 64%  167M 0s
Step #9 - "build-e2e":   9100K .......... .......... .......... .......... .......... 64%  196M 0s
Step #9 - "build-e2e":   9150K .......... .......... .......... .......... .......... 64%  206M 0s
Step #9 - "build-e2e":   9200K .......... .......... .......... .......... .......... 65%  215M 0s
Step #9 - "build-e2e":   9250K .......... .......... .......... .......... .......... 65%  169M 0s
Step #9 - "build-e2e":   9300K .......... .......... .......... .......... .......... 65%  206M 0s
Step #9 - "build-e2e":   9350K .......... .......... .......... .......... .......... 66%  193M 0s
Step #9 - "build-e2e":   9400K .......... .......... .......... .......... .......... 66%  203M 0s
Step #9 - "build-e2e":   9450K .......... .......... .......... .......... .......... 66%  168M 0s
Step #9 - "build-e2e":   9500K .......... .......... .......... .......... .......... 67%  195M 0s
Step #9 - "build-e2e":   9550K .......... .......... .......... .......... .......... 67%  206M 0s
Step #9 - "build-e2e":   9600K .......... .......... .......... .......... .......... 68%  205M 0s
Step #9 - "build-e2e":   9650K .......... .......... .......... .......... .......... 68%  187M 0s
Step #9 - "build-e2e":   9700K .......... .......... .......... .......... .......... 68%  215M 0s
Step #9 - "build-e2e":   9750K ....�[0m�[91m...... ..........�[0m�[91m .......... .......... .......... 69%  197M 0s
Step #9 - "build-e2e":   9800K .......... .......... .......... ....�[0m�[91m...... ..�[0m�[91m........ 69%  247M 0s
Step #9 - "build-e2e":   9850K .......... .......... ....�[0m�[91m...... .......... .......... 69%  183M 0s
Step #9 - "build-e2e":   9900K .......... .......... .......... .......... .......... 70%  222M 0s
Step #9 - "build-e2e":   9950K .......... ..........�[0m�[91m .......... .......... .......... 70%  231M 0s
Step #9 - "build-e2e":  10000K .......... .......... .......... .......... .......... 70%  234M 0s
Step #9 - "build-e2e":  10050K .......... .......... .......... .......... .......... 71%  221M 0s
Step #9 - "build-e2e":  10100K .......... .......... .......... .......... .......... 71%  249M 0s
Step #9 - "build-e2e":  10150K .......... .......... .......... .......... .......... 71%  261M 0s
Step #9 - "build-e2e":  10200K .......... .......... .......... .......... .......... 72%  262M 0s
Step #9 - "build-e2e":  10250K .......... .......... .......... .......... .......... 72%  198M 0s
Step #9 - "build-e2e":  10300K .......... .......... .......... .......... .......... 72%  207M 0s
Step #9 - "build-e2e":  10350K .......... .......... .......... .......... .......... 73%  212M 0s
Step #9 - "build-e2e":  10400K .......... .......... ......�[0m�[91m.... .......... �[0m�[91m..�[0m�[91m........ 73%  191M 0s
Step #9 - "build-e2e":  10450K .......... .......... ....�[0m�[91m...... .......... ........�[0m�[91m.. 74%  193M 0s
Step #9 - "build-e2e":  10500K ......�[0m�[91m.... .......... .......... ........�[0m�[91m.. .......... 74%  197M 0s
Step #9 - "build-e2e":  10550K ....�[0m�[91m...... ..........�[0m�[91m ........�[0m�[91m.. .......... ....�[0m�[91m...... 74%  192M 0s
Step #9 - "build-e2e":  10600K ..�[0m�[91m........ ........�[0m�[91m.. .......... .......... .......... 75%  170M 0s
Step #9 - "build-e2e":  10650K .......... .......... .......... .......... .......... 75%  183M 0s
Step #9 - "build-e2e":  10700K .......... .......... .......... .......... .......... 75%  218M 0s
Step #9 - "build-e2e":  10750K .......... .......... .......... .......... .......... 76%  240M 0s
Step #9 - "build-e2e":  10800K .......... .......... .......... .......... .......... 76%  284M 0s
Step #9 - "build-e2e":  10850K .......... .......... .......... .......... .......... 76%  291M 0s
Step #9 - "build-e2e":  10900K .......... .......... .......... .......... .......... 77%  294M 0s
Step #9 - "build-e2e":  10950K .......... .......... .......... .......... .......... 77%  345M 0s
Step #9 - "build-e2e":  11000K .......... .......... .......... .......... .......... 77%  278M 0s
Step #9 - "build-e2e":  11050K .......... .......... .......... .......... .......... 78%  285M 0s
Step #9 - "build-e2e":  11100K .......... .......... .......... .......... .......... 78%  249M 0s
Step #9 - "build-e2e":  11150K .......... .......... .......... .......... .......... 78%  255M 0s
Step #9 - "build-e2e":  11200K .......... .......... .......... .......... .......... 79%  331M 0s
Step #9 - "build-e2e":  11250K .......... .......... .......... .......... .......... 79%  288M 0s
Step #9 - "build-e2e":  11300K .......... .......... .......... .......... .......... 79%  343M 0s
Step #9 - "build-e2e":  11350K .......... .......... .......... .......... .......... 80%  331M 0s
Step #9 - "build-e2e":  11400K .......... .......... .......... .......... .......... 80%  338M 0s
Step #9 - "build-e2e":  11450K .......... .......... .......... .......... .......... 81%  284M 0s
Step #9 - "build-e2e":  11500K .......... .......... .......... .......... .......... 81%  301M 0s
Step #9 - "build-e2e":  11550K .......... .......... .......... .......... .......... 81%  342M 0s
Step #9 - "build-e2e":  11600K .......... .......... .......... .......... .......... 82%  324M 0s
Step #9 - "build-e2e":  11650K .......... .......... .......... .......... .......... 82%  301M 0s
Step #9 - "build-e2e":  11700K .......... .......... .......... .......... .......... 82%  345M 0s
Step #9 - "build-e2e":  11750K .......... .......... .......... .......... ....�[0m�[91m...... 83%  207M 0s
Step #9 - "build-e2e":  11800K ..........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... .......... 83%  184M 0s�[0m�[91m
Step #9 - "build-e2e":  11850K ........�[0m�[91m.. .......... ...�[0m�[91m....... .......... .......... 83%  163M 0s
Step #9 - "build-e2e":  11900K .......... .......... .......... .......... .......... 84%  195M 0s
Step #9 - "build-e2e":  11950K .......... .......... .......... .......... .......... 84%  222M 0s
Step #9 - "build-e2e":  12000K .......... .......... .......... .......... .......... 84%  220M 0s
Step #9 - "build-e2e":  12050K .......... .......... .......... .......... .......... 85%  179M 0s
Step #9 - "build-e2e":  12100K .......... .......... .......... .......... .......... 85%  206M 0s
Step #9 - "build-e2e":  12150K .......... .......... .......... .......... .......... 85%  215M 0s
Step #9 - "build-e2e":  12200K .......... .......... .......... .......... .......... 86%  196M 0s
Step #9 - "build-e2e":  12250K .......... .......... .......... .......... .......... 86%  182M 0s
Step #9 - "build-e2e":  12300K .......... .......... ..�[0m�[91m........ .......... ......�[0m�[91m.... 87%  218M 0s
Step #9 - "build-e2e":  12350K .......... ..�[0m�[91m........ .......... .......... ....�[0m�[91m...... 87%  245M 0s
Step #9 - "build-e2e":  12400K .......... .......... ......�[0m�[91m.... .......... ..�[0m�[91m........ 87%  220M 0s�[0m�[91m
Step #9 - "build-e2e":  12450K .......... .......... .......... ..........�[0m�[91m .......... 88%  204M 0s
Step #9 - "build-e2e":  12500K .......... .......... .......... .......... ..�[0m�[91m........ 88%  236M 0s
Step #9 - "build-e2e":  12550K ....�[0m�[91m...... .......... .......... ......�[0m�[91m.... .......... 88%  243M 0s
Step #9 - "build-e2e":  12600K .......... .......... .......... .......... .......... 89%  216M 0s
Step #9 - "build-e2e":  12650K .......... .......... .......... .......... .......... 89%  207M 0s
Step #9 - "build-e2e":  12700K .......... .......... .......... .......... .......... 89%  238M 0s
Step #9 - "build-e2e":  12750K .......... .......... .......... .......... .......... 90%  256M 0s
Step #9 - "build-e2e":  12800K .......... .......... .......... .......... .......... 90%  242M 0s
Step #9 - "build-e2e":  12850K .......... .......... .......... .......... .......... 90%  210M 0s
Step #9 - "build-e2e":  12900K .......... .......... .......... .......... .......... 91%  256M 0s
Step #9 - "build-e2e":  12950K .......... .......... .......... .......... .......... 91%  241M 0s
Step #9 - "build-e2e":  13000K .......... .......... .......... .......... .......... 91%  258M 0s
Step #9 - "build-e2e":  13050K .......... .......... .......... .......... .......... 92%  189M 0s
Step #9 - "build-e2e":  13100K .......... .......... .......... .......... .......... 92%  237M 0s
Step #9 - "build-e2e":  13150K .......... .......... .......... .......... .......... 93%  250M 0s
Step #9 - "build-e2e":  13200K .......... .......... .......... .......... .......... 93%  238M 0s
Step #9 - "build-e2e":  13250K .......... .......... .......... .......... .......... 93%  224M 0s
Step #9 - "build-e2e":  13300K .......... .......... .......... .......... .......... 94%  247M 0s
Step #9 - "build-e2e":  13350K .......... .......... .......... .......... .......... 94%  230M 0s
Step #9 - "build-e2e":  13400K .......... .......... .......... .......... .......... 94%  249M 0s
Step #9 - "build-e2e":  13450K .......... .......... .......... .......... .......... 95%  206M 0s
Step #9 - "build-e2e":  13500K .......... .......... .......... .......... .......... 95%  239M 0s
Step #9 - "build-e2e":  13550K .......... .......... ........�[0m�[91m.. .......... .......... 95%  207M 0s
Step #9 - "build-e2e":  13600K .......... .......... .......... .......... ..�[0m�[91m........ 96%  229M 0s
Step #9 - "build-e2e":  13650K .......... .......... �[0m�[91m.......... .......... .......... 96%  211M 0s
Step #9 - "build-e2e":  13700K .......... .......... .......... ........�[0m�[91m.. .......... 96%  259M 0s
Step #9 - "build-e2e":  13750K .......... .......... .......... .......... .......... 97%  266M 0s
Step #9 - "build-e2e":  13800K .......... .......... .......... .......... .......... 97%  271M 0s
Step #9 - "build-e2e":  13850K .......... .......... .......... .......... .......... 97%  194M 0s
Step #9 - "build-e2e":  13900K .......... .......... .......... .......... .......... 98%  226M 0s
Step #9 - "build-e2e":  13950K .......... .......... .......... .......... .......... 98%  240M 0s
Step #9 - "build-e2e":  14000K .......... .......... .......... .......... .......... 99%  239M 0s
Step #9 - "build-e2e":  14050K .......... .......... .......... .......... .......... 99%  197M 0s
Step #9 - "build-e2e":  14100K .......... .......... .......... .......... .......... 99%  222M 0s
Step #9 - "build-e2e":  14150K .......... .......... .......... ........             100%  215M=0.1s
Step #9 - "build-e2e": 
Step #9 - "build-e2e": 2019-01-23 01:53:55 (113 MB/s) - '/tmp/build/consul_1.2.1_linux_amd64.zip' saved [14529496/14529496]
Step #9 - "build-e2e": 
Step #9 - "build-e2e": �[0mArchive:  /tmp/build/consul_1.2.1_linux_amd64.zip
Step #9 - "build-e2e":   inflating: /usr/local/bin/consul   
Step #9 - "build-e2e": Consul v1.2.1
Step #9 - "build-e2e": Protocol 2 spoken by default, understands 2 to 3 (agent will automatically use protocol >2 when speaking to compatible agents)
Step #8 - "build": Removing intermediate container f343f5644c29
Step #8 - "build":  ---> cb26194780b0
Step #8 - "build": Step 3/5 : COPY  --chown=agones:root ./bin/controller /home/agones/controller
Step #8 - "build":  ---> 025101eb58b1
Step #8 - "build": Step 4/5 : USER agones
Step #8 - "build":  ---> Running in 85defe65a933
Step #8 - "build": Removing intermediate container 85defe65a933
Step #8 - "build":  ---> 762f0e6d43a8
Step #8 - "build": Step 5/5 : ENTRYPOINT ["/home/agones/controller"]
Step #9 - "build-e2e": Removing intermediate container 17fdfa6055d3
Step #9 - "build-e2e":  ---> 3d013640d052
Step #9 - "build-e2e": Step 16/20 : RUN echo "export PATH=/usr/local/go/bin:/go/bin/:\$PATH" >> /root/.bashrc
Step #8 - "build":  ---> Running in cd8491fb36f6
Step #9 - "build-e2e":  ---> Running in 7b68b9729e5c
Step #8 - "build": Removing intermediate container cd8491fb36f6
Step #8 - "build":  ---> 08879d4933ca
Step #8 - "build": Successfully built 08879d4933ca
Step #8 - "build": Successfully tagged gcr.io/agones-images/agones-controller:0.8.0-76ba758
Step #8 - "build": docker run --rm -e "CGO_ENABLED=0" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #8 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.linux.amd64  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-76ba758" -installsuffix cgo agones.dev/agones/cmd/sdk-server
Step #9 - "build-e2e": Removing intermediate container 7b68b9729e5c
Step #9 - "build-e2e":  ---> a23c7976a4be
Step #9 - "build-e2e": Step 17/20 : COPY *.sh /root/
Step #9 - "build-e2e":  ---> 0568db53de5c
Step #9 - "build-e2e": Step 18/20 : RUN chmod +x /root/*.sh
Step #9 - "build-e2e":  ---> Running in efe0242917a5
Step #9 - "build-e2e": Removing intermediate container efe0242917a5
Step #9 - "build-e2e":  ---> 419a92e8ff11
Step #9 - "build-e2e": Step 19/20 : WORKDIR /go
Step #9 - "build-e2e":  ---> Running in fdd77dc59abb
Step #9 - "build-e2e": Removing intermediate container fdd77dc59abb
Step #9 - "build-e2e":  ---> f2ae7824824f
Step #9 - "build-e2e": Step 20/20 : ENTRYPOINT [ "/root/entrypoint.sh" ]
Step #9 - "build-e2e":  ---> Running in 9b4ce2bdaea5
Step #9 - "build-e2e": Removing intermediate container 9b4ce2bdaea5
Step #9 - "build-e2e":  ---> 5f1cf2d9088b
Step #9 - "build-e2e": Successfully built 5f1cf2d9088b
Step #9 - "build-e2e": Successfully tagged e2e-runner:latest
Finished Step #9 - "build-e2e"
Step #8 - "build": docker run --rm -e "GOOS=windows" -e "GOARCH=amd64" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #8 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.windows.amd64.exe  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-76ba758" agones.dev/agones/cmd/sdk-server
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleetallocation	11.461s
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleetautoscalers	3.382s
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleets	2.592s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameserverallocations	14.941s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameservers	3.042s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameserversets	3.147s
Step #4 - "tests": ok  	agones.dev/agones/pkg/metrics	2.983s
Step #4 - "tests": ?   	agones.dev/agones/pkg/sdk	[no test files]
Step #4 - "tests": ok  	agones.dev/agones/pkg/sdkserver	11.691s
Step #4 - "tests": ?   	agones.dev/agones/pkg/testing	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/util	[no test files]
Step #4 - "tests": ok  	agones.dev/agones/pkg/util/crd	5.044s
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.194s
Step #4 - "tests": ok  	agones.dev/agones/pkg/util/workerqueue	2.171s
Step #4 - "tests": ok  	agones.dev/agones/sdks/go	1.034s
Step #4 - "tests": ?   	agones.dev/agones/cmd/controller	[no test files]
Step #4 - "tests": ok  	agones.dev/agones/cmd/ping	2.067s
Step #4 - "tests": ?   	agones.dev/agones/cmd/sdk-server	[no test files]
Finished Step #4 - "tests"
Starting Step #5 - "site-static"
Step #5 - "site-static": Already have image: make-docker
Step #5 - "site-static": /usr/bin/make site-static ARGS="-F" ENV=RELEASE_VERSION=0.8.0
Step #5 - "site-static": make[1]: Entering directory '/workspace/build'
Step #5 - "site-static": mkdir -p ~/.kube/
Step #5 - "site-static": mkdir -p /workspace/build//.config/gcloud
Step #5 - "site-static": mkdir -p ~/.helm
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb rm -r ./public
Step #5 - "site-static": rm: cannot remove './public': No such file or directory
Step #5 - "site-static": includes/website.mk:35: recipe for target 'site-static' failed
Step #5 - "site-static": mkdir /workspace/site/public
Step #5 - "site-static": make[1]: [site-static] Error 1 (ignored)
Step #5 - "site-static": # for some reason, this only work locally
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb \
Step #5 - "site-static": 	bash -c "npm list postcss-cli || npm install postcss-cli"
Step #5 - "site-static": /go/src/agones.dev/agones/site
Step #5 - "site-static": `-- (empty)
Step #5 - "site-static": 
Step #8 - "build": docker run --rm -e "GOOS=darwin" -e "GOARCH=amd64" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #8 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.darwin.amd64  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-76ba758" agones.dev/agones/cmd/sdk-server
Step #5 - "site-static": npm WARN saveError ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site-static": npm notice created a lockfile as package-lock.json. You should commit this file.
Step #5 - "site-static": npm WARN enoent ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site-static": npm WARN site No description
Step #5 - "site-static": npm WARN site No repository field.
Step #5 - "site-static": npm WARN site No README data
Step #5 - "site-static": npm WARN site No license field.
Step #5 - "site-static": npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
Step #5 - "site-static": npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
Step #5 - "site-static": 
Step #5 - "site-static": + postcss-cli@6.1.1
Step #5 - "site-static": added 248 packages from 148 contributors and audited 3191 packages in 7.761s
Step #5 - "site-static": found 0 vulnerabilities
Step #5 - "site-static": 
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb \
Step #5 - "site-static": 	bash -c "npm list autoprefixer || npm install autoprefixer"
Step #5 - "site-static": /go/src/agones.dev/agones/site
Step #5 - "site-static": `-- (empty)
Step #5 - "site-static": 
Step #5 - "site-static": npm WARN saveError ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site-static": npm WARN enoent ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site-static": npm WARN site No description
Step #5 - "site-static": npm WARN site No repository field.
Step #5 - "site-static": npm WARN site No README data
Step #5 - "site-static": npm WARN site No license field.
Step #5 - "site-static": npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
Step #5 - "site-static": npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
Step #5 - "site-static": 
Step #5 - "site-static": + autoprefixer@9.4.6
Step #5 - "site-static": added 8 packages from 7 contributors and audited 11802 packages in 3.992s
Step #5 - "site-static": found 0 vulnerabilities
Step #5 - "site-static": 
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb bash -c \
Step #5 - "site-static": 	"RELEASE_VERSION=0.8.0 hugo --config=config.toml -F"
Step #5 - "site-static": Building sites … 
Step #5 - "site-static":                    | EN  
Step #5 - "site-static": +------------------+----+
Step #5 - "site-static":   Pages            | 59  
Step #5 - "site-static":   Paginator pages  |  0  
Step #5 - "site-static":   Non-page files   |  2  
Step #5 - "site-static":   Static files     | 39  
Step #5 - "site-static":   Processed images |  2  
Step #5 - "site-static":   Aliases          | 10  
Step #5 - "site-static":   Sitemaps         |  1  
Step #5 - "site-static":   Cleaned          |  0  
Step #5 - "site-static": 
Step #5 - "site-static": Total in 2375 ms
Step #5 - "site-static": make[1]: Leaving directory '/workspace/build'
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb bash -c \
Step #5 - "site-static": 		"SERVICE=preview envsubst < app.yaml > .app.yaml"
Finished Step #5 - "site-static"
Starting Step #6 - "site-gopath"
Step #6 - "site-gopath": Already have image (with digest): ubuntu
Step #6 - "site-gopath": app.yaml
Step #6 - "site-gopath": assets
Step #6 - "site-gopath": config.toml
Step #6 - "site-gopath": content
Step #6 - "site-gopath": credits
Step #6 - "site-gopath": handler.go
Step #6 - "site-gopath": handler_test.go
Step #6 - "site-gopath": layouts
Step #6 - "site-gopath": main.go
Step #6 - "site-gopath": node_modules
Step #6 - "site-gopath": package-lock.json
Step #6 - "site-gopath": public
Step #6 - "site-gopath": resources
Step #6 - "site-gopath": static
Step #6 - "site-gopath": themes
Step #6 - "site-gopath": vanity.yaml
Finished Step #6 - "site-gopath"
Starting Step #7 - "deploy-site-static"
Step #7 - "deploy-site-static": Already have image (with digest): gcr.io/cloud-builders/gcloud
Step #7 - "deploy-site-static": ERROR: (gcloud.app.deploy) [/go/src/site/.app.yaml] does not exist.
Finished Step #7 - "deploy-site-static"
Finished Step #8 - "build"
ERROR
ERROR: build step 7 "gcr.io/cloud-builders/gcloud" failed: exit status 1

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: bec4e5dd-6299-48f6-a30b-d69fede68b81

Build Logs
starting build "bec4e5dd-6299-48f6-a30b-d69fede68b81"

FETCHSOURCE
Initialized empty Git repository in /workspace/.git/
From https://source.developers.google.com/p/agones-images/r/agones
 * branch              c59626c8c87dc5d2ee047d22ece41af370e35306 -> FETCH_HEAD
Checking out files:  83% (13415/16087)   
Checking out files:  84% (13514/16087)   
Checking out files:  85% (13674/16087)   
Checking out files:  86% (13835/16087)   
Checking out files:  87% (13996/16087)   
Checking out files:  88% (14157/16087)   
Checking out files:  89% (14318/16087)   
Checking out files:  90% (14479/16087)   
Checking out files:  91% (14640/16087)   
Checking out files:  92% (14801/16087)   
Checking out files:  93% (14961/16087)   
Checking out files:  94% (15122/16087)   
Checking out files:  95% (15283/16087)   
Checking out files:  96% (15444/16087)   
Checking out files:  97% (15605/16087)   
Checking out files:  98% (15766/16087)   
Checking out files:  99% (15927/16087)   
Checking out files: 100% (16087/16087)   
Checking out files: 100% (16087/16087), done.
HEAD is now at c59626c8 Website for Agones
BUILD
Starting Step #0
Step #0: Pulling image: ubuntu
Step #0: Using default tag: latest
Step #0: latest: Pulling from library/ubuntu
Step #0: 38e2e6cd5626: Pulling fs layer
Step #0: 705054bc3f5b: Pulling fs layer
Step #0: c7051e069564: Pulling fs layer
Step #0: 7308e914506c: Pulling fs layer
Step #0: 7308e914506c: Waiting
Step #0: 705054bc3f5b: Verifying Checksum
Step #0: 705054bc3f5b: Download complete
Step #0: c7051e069564: Verifying Checksum
Step #0: c7051e069564: Download complete
Step #0: 7308e914506c: Verifying Checksum
Step #0: 7308e914506c: Download complete
Step #0: 38e2e6cd5626: Verifying Checksum
Step #0: 38e2e6cd5626: Download complete
Step #0: 38e2e6cd5626: Pull complete
Step #0: 705054bc3f5b: Pull complete
Step #0: c7051e069564: Pull complete
Step #0: 7308e914506c: Pull complete
Step #0: Digest: sha256:eb5d7eda6804359e4fc5223a31a2d9caa4c8ea590b14060d81c8bc05b22ca04e
Step #0: Status: Downloaded newer image for ubuntu:latest
Finished Step #0
Starting Step #1
Step #1: Already have image (with digest): gcr.io/cloud-builders/docker
Step #1: Sending build context to Docker daemon  173.6MB

Step #1: Step 1/3 : FROM gcr.io/cloud-builders/docker
Step #1:  ---> 1992f5155e11
Step #1: Step 2/3 : RUN apt-get install make
Step #1:  ---> Running in 7618c74365fc
Step #1: Reading package lists...
Step #1: Building dependency tree...
Step #1: Reading state information...
Step #1: make is already the newest version (4.1-6).
Step #1: 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
Step #1: Removing intermediate container 7618c74365fc
Step #1:  ---> 92090b5a98dd
Step #1: Step 3/3 : ENTRYPOINT ["/usr/bin/make"]
Step #1:  ---> Running in 1d67a9f9d525
Step #1: Removing intermediate container 1d67a9f9d525
Step #1:  ---> 27f52942eede
Step #1: Successfully built 27f52942eede
Step #1: Successfully tagged make-docker:latest
Finished Step #1
Starting Step #2
Step #2: Already have image: make-docker
Step #2: docker pull gcr.io/agones-images/agones-build:db76ca0bfb && docker tag gcr.io/agones-images/agones-build:db76ca0bfb agones-build:db76ca0bfb
Step #2: Error response from daemon: manifest for gcr.io/agones-images/agones-build:db76ca0bfb not found
Step #2: make: [pull-build-image] Error 1 (ignored)
Step #2: Makefile:358: recipe for target 'pull-build-image' failed
Finished Step #2
Starting Step #3 - "lint"
Step #3 - "lint": Already have image: make-docker
Step #3 - "lint": mkdir -p ~/.kube/
Step #3 - "lint": mkdir -p /workspace/build//.config/gcloud
Step #3 - "lint": mkdir -p ~/.helm
Step #3 - "lint": Could not find agones-build:db76ca0bfb image. Building...
Step #3 - "lint": make[1]: Entering directory '/workspace/build'
Step #3 - "lint": docker build --tag=agones-build:db76ca0bfb /workspace/build//build-image 
Step #3 - "lint": Sending build context to Docker daemon  17.92kB

Step #3 - "lint": Step 1/33 : FROM gcr.io/agones-images/grpc-cxx:1.16.1
Step #3 - "lint": 1.16.1: Pulling from agones-images/grpc-cxx
Step #3 - "lint": 54f7e8ac135a: Pulling fs layer
Step #3 - "lint": d6b856b25aeb: Pulling fs layer
Step #3 - "lint": b4d69f3225dc: Pulling fs layer
Step #3 - "lint": 54f7e8ac135a: Verifying Checksum
Step #3 - "lint": 54f7e8ac135a: Download complete
Step #3 - "lint": d6b856b25aeb: Download complete
Step #3 - "lint": 54f7e8ac135a: Pull complete
Step #3 - "lint": b4d69f3225dc: Download complete
Step #3 - "lint": d6b856b25aeb: Pull complete
Step #3 - "lint": b4d69f3225dc: Pull complete
Step #3 - "lint": Digest: sha256:ac598e5d35a7d253f8c93f0a11dbeb2df17d0dab83693fa5cb55b119beb01d01
Step #3 - "lint": Status: Downloaded newer image for gcr.io/agones-images/grpc-cxx:1.16.1
Step #3 - "lint":  ---> 8b1e772a99a1
Step #3 - "lint": Step 2/33 : RUN apt-get update &&     apt-get install -y wget psmisc rsync make python bash-completion zip nano jq graphviz linkchecker gettext-base &&     apt-get clean
Step #3 - "lint":  ---> Running in 84e5e6940382
Step #3 - "lint": Ign:1 http://deb.debian.org/debian stretch InRelease
Step #3 - "lint": Get:2 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
Step #3 - "lint": Get:3 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
Step #3 - "lint": Hit:4 http://deb.debian.org/debian stretch Release
Step #3 - "lint": Get:5 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [469 kB]
Step #3 - "lint": Get:6 http://deb.debian.org/debian stretch-updates/main amd64 Packages.diff/Index [6640 B]
Step #3 - "lint": Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages 2019-01-02-2012.38.pdiff [332 B]
Step #3 - "lint": Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages 2019-01-02-2012.38.pdiff [332 B]
Step #3 - "lint": Fetched 661 kB in 0s (1655 kB/s)
Step #3 - "lint": Reading package lists...
Step #3 - "lint": Reading package lists...
Step #3 - "lint": Building dependency tree...
Step #3 - "lint": Reading state information...
Step #3 - "lint": make is already the newest version (4.1-9.1).
Step #3 - "lint": rsync is already the newest version (3.1.2-1+deb9u1).
Step #3 - "lint": rsync set to manually installed.
Step #3 - "lint": The following additional packages will be installed:
Step #3 - "lint":   fontconfig fontconfig-config fonts-dejavu-core fonts-liberation libann0
Step #3 - "lint":   libcairo2 libcdt5 libcgraph6 libdatrie1 libfontconfig1 libfreetype6 libgd3
Step #3 - "lint":   libgraphite2-3 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz0b
Step #3 - "lint":   libice6 libjbig0 libjpeg62-turbo libjq1 libonig4 libpango-1.0-0
Step #3 - "lint":   libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpixman-1-0 libpng16-16
Step #3 - "lint":   libpython-stdlib libpython2.7-minimal libpython2.7-stdlib libsm6
Step #3 - "lint":   libthai-data libthai0 libtiff5 libwebp6 libxaw7 libxcb-render0 libxcb-shm0
Step #3 - "lint":   libxdot4 libxmu6 libxpm4 libxrender1 libxt6 mime-support python-cffi-backend
Step #3 - "lint":   python-chardet python-cryptography python-enum34 python-idna
Step #3 - "lint":   python-ipaddress python-minimal python-openssl python-pkg-resources
Step #3 - "lint":   python-pyasn1 python-requests python-setuptools python-six python-urllib3
Step #3 - "lint":   python2.7 python2.7-minimal ucf x11-common
Step #3 - "lint": Suggested packages:
Step #3 - "lint":   gsfonts graphviz-doc libgd-tools clamav-daemon linkchecker-gui
Step #3 - "lint":   linkchecker-web python-argcomplete python-cssutils python-gconf python-geoip
Step #3 - "lint":   python-meliae python-twill spell python-doc python-tk
Step #3 - "lint":   python-cryptography-doc python-cryptography-vectors python-enum34-doc
Step #3 - "lint":   python-openssl-doc python-openssl-dbg doc-base python-socks
Step #3 - "lint":   python-setuptools-doc python-ntlm python2.7-doc binfmt-support
Step #3 - "lint": The following NEW packages will be installed:
Step #3 - "lint":   bash-completion fontconfig fontconfig-config fonts-dejavu-core
Step #3 - "lint":   fonts-liberation gettext-base graphviz jq libann0 libcairo2 libcdt5
Step #3 - "lint":   libcgraph6 libdatrie1 libfontconfig1 libfreetype6 libgd3 libgraphite2-3
Step #3 - "lint":   libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz0b libice6 libjbig0
Step #3 - "lint":   libjpeg62-turbo libjq1 libonig4 libpango-1.0-0 libpangocairo-1.0-0
Step #3 - "lint":   libpangoft2-1.0-0 libpathplan4 libpixman-1-0 libpng16-16 libpython-stdlib
Step #3 - "lint":   libpython2.7-minimal libpython2.7-stdlib libsm6 libthai-data libthai0
Step #3 - "lint":   libtiff5 libwebp6 libxaw7 libxcb-render0 libxcb-shm0 libxdot4 libxmu6
Step #3 - "lint":   libxpm4 libxrender1 libxt6 linkchecker mime-support nano psmisc python
Step #3 - "lint":   python-cffi-backend python-chardet python-cryptography python-enum34
Step #3 - "lint":   python-idna python-ipaddress python-minimal python-openssl
Step #3 - "lint":   python-pkg-resources python-pyasn1 python-requests python-setuptools
Step #3 - "lint":   python-six python-urllib3 python2.7 python2.7-minimal ucf wget x11-common
Step #3 - "lint":   zip
Step #3 - "lint": 0 upgraded, 74 newly installed, 0 to remove and 6 not upgraded.
Step #3 - "lint": Need to get 18.7 MB of archives.
Step #3 - "lint": After this operation, 65.5 MB of additional disk space will be used.
Step #3 - "lint": Get:1 http://security.debian.org/debian-security stretch/updates/main amd64 libtiff5 amd64 4.0.8-2+deb9u4 [238 kB]
Step #3 - "lint": Get:2 http://deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB]
Step #3 - "lint": Get:3 http://deb.debian.org/debian stretch/main amd64 libpython2.7-minimal amd64 2.7.13-2+deb9u3 [389 kB]
Step #3 - "lint": Get:4 http://deb.debian.org/debian stretch/main amd64 python2.7-minimal amd64 2.7.13-2+deb9u3 [1382 kB]
Step #3 - "lint": Get:5 http://deb.debian.org/debian stretch/main amd64 python-minimal amd64 2.7.13-2 [40.5 kB]
Step #3 - "lint": Get:6 http://deb.debian.org/debian stretch/main amd64 mime-support all 3.60 [36.7 kB]
Step #3 - "lint": Get:7 http://deb.debian.org/debian stretch/main amd64 libpython2.7-stdlib amd64 2.7.13-2+deb9u3 [1897 kB]
Step #3 - "lint": Get:8 http://deb.debian.org/debian stretch/main amd64 python2.7 amd64 2.7.13-2+deb9u3 [285 kB]
Step #3 - "lint": Get:9 http://deb.debian.org/debian stretch/main amd64 libpython-stdlib amd64 2.7.13-2 [20.0 kB]
Step #3 - "lint": Get:10 http://deb.debian.org/debian stretch/main amd64 python amd64 2.7.13-2 [154 kB]
Step #3 - "lint": Get:11 http://deb.debian.org/debian stretch/main amd64 libpng16-16 amd64 1.6.28-1 [280 kB]
Step #3 - "lint": Get:12 http://deb.debian.org/debian stretch/main amd64 libfreetype6 amd64 2.6.3-3.2 [438 kB]
Step #3 - "lint": Get:13 http://deb.debian.org/debian stretch/main amd64 ucf all 3.0036 [70.2 kB]
Step #3 - "lint": Get:14 http://deb.debian.org/debian stretch/main amd64 fonts-dejavu-core all 2.37-1 [1068 kB]
Step #3 - "lint": Get:15 http://deb.debian.org/debian stretch/main amd64 fonts-liberation all 1:1.07.4-2 [827 kB]
Step #3 - "lint": Get:16 http://deb.debian.org/debian stretch/main amd64 fontconfig-config all 2.11.0-6.7 [271 kB]
Step #3 - "lint": Get:17 http://deb.debian.org/debian stretch/main amd64 libfontconfig1 amd64 2.11.0-6.7+b1 [331 kB]
Step #3 - "lint": Get:18 http://deb.debian.org/debian stretch/main amd64 fontconfig amd64 2.11.0-6.7+b1 [404 kB]
Step #3 - "lint": Get:19 http://deb.debian.org/debian stretch/main amd64 nano amd64 2.7.4-1 [485 kB]
Step #3 - "lint": Get:20 http://deb.debian.org/debian stretch/main amd64 wget amd64 1.18-5+deb9u2 [799 kB]
Step #3 - "lint": Get:21 http://deb.debian.org/debian stretch/main amd64 gettext-base amd64 0.19.8.1-2 [121 kB]
Step #3 - "lint": Get:22 http://deb.debian.org/debian stretch/main amd64 libann0 amd64 1.1.2+doc-6 [24.9 kB]
Step #3 - "lint": Get:23 http://deb.debian.org/debian stretch/main amd64 libcdt5 amd64 2.38.0-17 [59.6 kB]
Step #3 - "lint": Get:24 http://deb.debian.org/debian stretch/main amd64 libcgraph6 amd64 2.38.0-17 [82.2 kB]
Step #3 - "lint": Get:25 http://deb.debian.org/debian stretch/main amd64 libjpeg62-turbo amd64 1:1.5.1-2 [134 kB]
Step #3 - "lint": Get:26 http://deb.debian.org/debian stretch/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB]
Step #3 - "lint": Get:27 http://deb.debian.org/debian stretch/main amd64 libwebp6 amd64 0.5.2-1 [235 kB]
Step #3 - "lint": Get:28 http://deb.debian.org/debian stretch/main amd64 libxpm4 amd64 1:3.5.12-1 [49.1 kB]
Step #3 - "lint": Get:29 http://deb.debian.org/debian stretch/main amd64 libgd3 amd64 2.2.4-2+deb9u3 [132 kB]
Step #3 - "lint": Get:30 http://deb.debian.org/debian stretch/main amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [158 kB]
Step #3 - "lint": Get:31 http://deb.debian.org/debian stretch/main amd64 libpixman-1-0 amd64 0.34.0-1 [530 kB]
Step #3 - "lint": Get:32 http://deb.debian.org/debian stretch/main amd64 libxcb-render0 amd64 1.12-1 [105 kB]
Step #3 - "lint": Get:33 http://deb.debian.org/debian stretch/main amd64 libxcb-shm0 amd64 1.12-1 [95.9 kB]
Step #3 - "lint": Get:34 http://deb.debian.org/debian stretch/main amd64 libxrender1 amd64 1:0.9.10-1 [33.0 kB]
Step #3 - "lint": Get:35 http://deb.debian.org/debian stretch/main amd64 libcairo2 amd64 1.14.8-1 [771 kB]
Step #3 - "lint": Get:36 http://deb.debian.org/debian stretch/main amd64 libthai-data all 0.1.26-1 [166 kB]
Step #3 - "lint": Get:37 http://deb.debian.org/debian stretch/main amd64 libdatrie1 amd64 0.2.10-4+b1 [36.4 kB]
Step #3 - "lint": Get:38 http://deb.debian.org/debian stretch/main amd64 libthai0 amd64 0.1.26-1 [52.1 kB]
Step #3 - "lint": Get:39 http://deb.debian.org/debian stretch/main amd64 libpango-1.0-0 amd64 1.40.5-1 [320 kB]
Step #3 - "lint": Get:40 http://deb.debian.org/debian stretch/main amd64 libgraphite2-3 amd64 1.3.10-1 [84.2 kB]
Step #3 - "lint": Get:41 http://deb.debian.org/debian stretch/main amd64 libharfbuzz0b amd64 1.4.2-1 [671 kB]
Step #3 - "lint": Get:42 http://deb.debian.org/debian stretch/main amd64 libpangoft2-1.0-0 amd64 1.40.5-1 [205 kB]
Step #3 - "lint": Get:43 http://deb.debian.org/debian stretch/main amd64 libpangocairo-1.0-0 amd64 1.40.5-1 [193 kB]
Step #3 - "lint": Get:44 http://deb.debian.org/debian stretch/main amd64 libpathplan4 amd64 2.38.0-17 [62.8 kB]
Step #3 - "lint": Get:45 http://deb.debian.org/debian stretch/main amd64 libxdot4 amd64 2.38.0-17 [55.6 kB]
Step #3 - "lint": Get:46 http://deb.debian.org/debian stretch/main amd64 libgvc6 amd64 2.38.0-17 [639 kB]
Step #3 - "lint": Get:47 http://deb.debian.org/debian stretch/main amd64 libgvpr2 amd64 2.38.0-17 [211 kB]
Step #3 - "lint": Get:48 http://deb.debian.org/debian stretch/main amd64 x11-common all 1:7.7+19 [251 kB]
Step #3 - "lint": Get:49 http://deb.debian.org/debian stretch/main amd64 libice6 amd64 2:1.0.9-2 [58.7 kB]
Step #3 - "lint": Get:50 http://deb.debian.org/debian stretch/main amd64 libsm6 amd64 2:1.2.2-1+b3 [33.3 kB]
Step #3 - "lint": Get:51 http://deb.debian.org/debian stretch/main amd64 libxt6 amd64 1:1.1.5-1 [188 kB]
Step #3 - "lint": Get:52 http://deb.debian.org/debian stretch/main amd64 libxmu6 amd64 2:1.1.2-2 [60.3 kB]
Step #3 - "lint": Get:53 http://deb.debian.org/debian stretch/main amd64 libxaw7 amd64 2:1.0.13-1+b2 [201 kB]
Step #3 - "lint": Get:54 http://deb.debian.org/debian stretch/main amd64 graphviz amd64 2.38.0-17 [802 kB]
Step #3 - "lint": Get:55 http://deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB]
Step #3 - "lint": Get:56 http://deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB]
Step #3 - "lint": Get:57 http://deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB]
Step #3 - "lint": Get:58 http://deb.debian.org/debian stretch/main amd64 libgts-bin amd64 0.7.6+darcs121130-4 [50.8 kB]
Step #3 - "lint": Get:59 http://deb.debian.org/debian stretch/main amd64 python-six all 1.10.0-3 [14.4 kB]
Step #3 - "lint": Get:60 http://deb.debian.org/debian stretch/main amd64 python-urllib3 all 1.19.1-1 [77.5 kB]
Step #3 - "lint": Get:61 http://deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB]
Step #3 - "lint": Get:62 http://deb.debian.org/debian stretch/main amd64 python-chardet all 2.3.0-2 [96.0 kB]
Step #3 - "lint": Get:63 http://deb.debian.org/debian stretch/main amd64 python-requests all 2.12.4-1 [101 kB]
Step #3 - "lint": Get:64 http://deb.debian.org/debian stretch/main amd64 linkchecker amd64 9.3-4 [312 kB]
Step #3 - "lint": Get:65 http://deb.debian.org/debian stretch/main amd64 psmisc amd64 22.21-2.1+b2 [123 kB]
Step #3 - "lint": Get:66 http://deb.debian.org/debian stretch/main amd64 python-cffi-backend amd64 1.9.1-2 [69.0 kB]
Step #3 - "lint": Get:67 http://deb.debian.org/debian stretch/main amd64 python-enum34 all 1.1.6-1 [35.0 kB]
Step #3 - "lint": Get:68 http://deb.debian.org/debian stretch/main amd64 python-idna all 2.2-1 [32.6 kB]
Step #3 - "lint": Get:69 http://deb.debian.org/debian stretch/main amd64 python-ipaddress all 1.0.17-1 [18.1 kB]
Step #3 - "lint": Get:70 http://deb.debian.org/debian stretch/main amd64 python-pyasn1 all 0.1.9-2 [51.8 kB]
Step #3 - "lint": Get:71 http://deb.debian.org/debian stretch/main amd64 python-setuptools all 33.1.1-1 [297 kB]
Step #3 - "lint": Get:72 http://deb.debian.org/debian stretch/main amd64 python-cryptography amd64 1.7.1-3 [211 kB]
Step #3 - "lint": Get:73 http://deb.debian.org/debian stretch/main amd64 python-openssl all 16.2.0-1 [43.7 kB]
Step #3 - "lint": Get:74 http://deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB]
Step #3 - "lint": �[91mdebconf: delaying package configuration, since apt-utils is not installed
Step #3 - "lint": �[0mFetched 18.7 MB in 0s (21.5 MB/s)
Step #3 - "lint": Selecting previously unselected package bash-completion.
Step #3 - "lint": (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 ... 17197 files and directories currently installed.)
Step #3 - "lint": Preparing to unpack .../0-bash-completion_1%3a2.1-4.3_all.deb ...
Step #3 - "lint": Unpacking bash-completion (1:2.1-4.3) ...
Step #3 - "lint": Selecting previously unselected package libpython2.7-minimal:amd64.
Step #3 - "lint": Preparing to unpack .../1-libpython2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package python2.7-minimal.
Step #3 - "lint": Preparing to unpack .../2-python2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking python2.7-minimal (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package python-minimal.
Step #3 - "lint": Preparing to unpack .../3-python-minimal_2.7.13-2_amd64.deb ...
Step #3 - "lint": Unpacking python-minimal (2.7.13-2) ...
Step #3 - "lint": Selecting previously unselected package mime-support.
Step #3 - "lint": Preparing to unpack .../4-mime-support_3.60_all.deb ...
Step #3 - "lint": Unpacking mime-support (3.60) ...
Step #3 - "lint": Selecting previously unselected package libpython2.7-stdlib:amd64.
Step #3 - "lint": Preparing to unpack .../5-libpython2.7-stdlib_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package python2.7.
Step #3 - "lint": Preparing to unpack .../6-python2.7_2.7.13-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking python2.7 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package libpython-stdlib:amd64.
Step #3 - "lint": Preparing to unpack .../7-libpython-stdlib_2.7.13-2_amd64.deb ...
Step #3 - "lint": Unpacking libpython-stdlib:amd64 (2.7.13-2) ...
Step #3 - "lint": Setting up libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Setting up python2.7-minimal (2.7.13-2+deb9u3) ...
Step #3 - "lint": Linking and byte-compiling packages for runtime python2.7...
Step #3 - "lint": Setting up python-minimal (2.7.13-2) ...
Step #3 - "lint": Selecting previously unselected package python.
Step #3 - "lint": (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 ... 18545 files and directories currently installed.)
Step #3 - "lint": Preparing to unpack .../00-python_2.7.13-2_amd64.deb ...
Step #3 - "lint": Unpacking python (2.7.13-2) ...
Step #3 - "lint": Selecting previously unselected package libpng16-16:amd64.
Step #3 - "lint": Preparing to unpack .../01-libpng16-16_1.6.28-1_amd64.deb ...
Step #3 - "lint": Unpacking libpng16-16:amd64 (1.6.28-1) ...
Step #3 - "lint": Selecting previously unselected package libfreetype6:amd64.
Step #3 - "lint": Preparing to unpack .../02-libfreetype6_2.6.3-3.2_amd64.deb ...
Step #3 - "lint": Unpacking libfreetype6:amd64 (2.6.3-3.2) ...
Step #3 - "lint": Selecting previously unselected package ucf.
Step #3 - "lint": Preparing to unpack .../03-ucf_3.0036_all.deb ...
Step #3 - "lint": Moving old data out of the way
Step #3 - "lint": Unpacking ucf (3.0036) ...
Step #3 - "lint": Selecting previously unselected package fonts-dejavu-core.
Step #3 - "lint": Preparing to unpack .../04-fonts-dejavu-core_2.37-1_all.deb ...
Step #3 - "lint": Unpacking fonts-dejavu-core (2.37-1) ...
Step #3 - "lint": Selecting previously unselected package fonts-liberation.
Step #3 - "lint": Preparing to unpack .../05-fonts-liberation_1%3a1.07.4-2_all.deb ...
Step #3 - "lint": Unpacking fonts-liberation (1:1.07.4-2) ...
Step #3 - "lint": Selecting previously unselected package fontconfig-config.
Step #3 - "lint": Preparing to unpack .../06-fontconfig-config_2.11.0-6.7_all.deb ...
Step #3 - "lint": Unpacking fontconfig-config (2.11.0-6.7) ...
Step #3 - "lint": Selecting previously unselected package libfontconfig1:amd64.
Step #3 - "lint": Preparing to unpack .../07-libfontconfig1_2.11.0-6.7+b1_amd64.deb ...
Step #3 - "lint": Unpacking libfontconfig1:amd64 (2.11.0-6.7+b1) ...
Step #3 - "lint": Selecting previously unselected package fontconfig.
Step #3 - "lint": Preparing to unpack .../08-fontconfig_2.11.0-6.7+b1_amd64.deb ...
Step #3 - "lint": Unpacking fontconfig (2.11.0-6.7+b1) ...
Step #3 - "lint": Selecting previously unselected package nano.
Step #3 - "lint": Preparing to unpack .../09-nano_2.7.4-1_amd64.deb ...
Step #3 - "lint": Unpacking nano (2.7.4-1) ...
Step #3 - "lint": Selecting previously unselected package wget.
Step #3 - "lint": Preparing to unpack .../10-wget_1.18-5+deb9u2_amd64.deb ...
Step #3 - "lint": Unpacking wget (1.18-5+deb9u2) ...
Step #3 - "lint": Selecting previously unselected package gettext-base.
Step #3 - "lint": Preparing to unpack .../11-gettext-base_0.19.8.1-2_amd64.deb ...
Step #3 - "lint": Unpacking gettext-base (0.19.8.1-2) ...
Step #3 - "lint": Selecting previously unselected package libann0.
Step #3 - "lint": Preparing to unpack .../12-libann0_1.1.2+doc-6_amd64.deb ...
Step #3 - "lint": Unpacking libann0 (1.1.2+doc-6) ...
Step #3 - "lint": Selecting previously unselected package libcdt5.
Step #3 - "lint": Preparing to unpack .../13-libcdt5_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libcdt5 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libcgraph6.
Step #3 - "lint": Preparing to unpack .../14-libcgraph6_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libcgraph6 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libjpeg62-turbo:amd64.
Step #3 - "lint": Preparing to unpack .../15-libjpeg62-turbo_1%3a1.5.1-2_amd64.deb ...
Step #3 - "lint": Unpacking libjpeg62-turbo:amd64 (1:1.5.1-2) ...
Step #3 - "lint": Selecting previously unselected package libjbig0:amd64.
Step #3 - "lint": Preparing to unpack .../16-libjbig0_2.1-3.1+b2_amd64.deb ...
Step #3 - "lint": Unpacking libjbig0:amd64 (2.1-3.1+b2) ...
Step #3 - "lint": Selecting previously unselected package libtiff5:amd64.
Step #3 - "lint": Preparing to unpack .../17-libtiff5_4.0.8-2+deb9u4_amd64.deb ...
Step #3 - "lint": Unpacking libtiff5:amd64 (4.0.8-2+deb9u4) ...
Step #3 - "lint": Selecting previously unselected package libwebp6:amd64.
Step #3 - "lint": Preparing to unpack .../18-libwebp6_0.5.2-1_amd64.deb ...
Step #3 - "lint": Unpacking libwebp6:amd64 (0.5.2-1) ...
Step #3 - "lint": Selecting previously unselected package libxpm4:amd64.
Step #3 - "lint": Preparing to unpack .../19-libxpm4_1%3a3.5.12-1_amd64.deb ...
Step #3 - "lint": Unpacking libxpm4:amd64 (1:3.5.12-1) ...
Step #3 - "lint": Selecting previously unselected package libgd3:amd64.
Step #3 - "lint": Preparing to unpack .../20-libgd3_2.2.4-2+deb9u3_amd64.deb ...
Step #3 - "lint": Unpacking libgd3:amd64 (2.2.4-2+deb9u3) ...
Step #3 - "lint": Selecting previously unselected package libgts-0.7-5:amd64.
Step #3 - "lint": Preparing to unpack .../21-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ...
Step #3 - "lint": Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
Step #3 - "lint": Selecting previously unselected package libpixman-1-0:amd64.
Step #3 - "lint": Preparing to unpack .../22-libpixman-1-0_0.34.0-1_amd64.deb ...
Step #3 - "lint": Unpacking libpixman-1-0:amd64 (0.34.0-1) ...
Step #3 - "lint": Selecting previously unselected package libxcb-render0:amd64.
Step #3 - "lint": Preparing to unpack .../23-libxcb-render0_1.12-1_amd64.deb ...
Step #3 - "lint": Unpacking libxcb-render0:amd64 (1.12-1) ...
Step #3 - "lint": Selecting previously unselected package libxcb-shm0:amd64.
Step #3 - "lint": Preparing to unpack .../24-libxcb-shm0_1.12-1_amd64.deb ...
Step #3 - "lint": Unpacking libxcb-shm0:amd64 (1.12-1) ...
Step #3 - "lint": Selecting previously unselected package libxrender1:amd64.
Step #3 - "lint": Preparing to unpack .../25-libxrender1_1%3a0.9.10-1_amd64.deb ...
Step #3 - "lint": Unpacking libxrender1:amd64 (1:0.9.10-1) ...
Step #3 - "lint": Selecting previously unselected package libcairo2:amd64.
Step #3 - "lint": Preparing to unpack .../26-libcairo2_1.14.8-1_amd64.deb ...
Step #3 - "lint": Unpacking libcairo2:amd64 (1.14.8-1) ...
Step #3 - "lint": Selecting previously unselected package libthai-data.
Step #3 - "lint": Preparing to unpack .../27-libthai-data_0.1.26-1_all.deb ...
Step #3 - "lint": Unpacking libthai-data (0.1.26-1) ...
Step #3 - "lint": Selecting previously unselected package libdatrie1:amd64.
Step #3 - "lint": Preparing to unpack .../28-libdatrie1_0.2.10-4+b1_amd64.deb ...
Step #3 - "lint": Unpacking libdatrie1:amd64 (0.2.10-4+b1) ...
Step #3 - "lint": Selecting previously unselected package libthai0:amd64.
Step #3 - "lint": Preparing to unpack .../29-libthai0_0.1.26-1_amd64.deb ...
Step #3 - "lint": Unpacking libthai0:amd64 (0.1.26-1) ...
Step #3 - "lint": Selecting previously unselected package libpango-1.0-0:amd64.
Step #3 - "lint": Preparing to unpack .../30-libpango-1.0-0_1.40.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libpango-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Selecting previously unselected package libgraphite2-3:amd64.
Step #3 - "lint": Preparing to unpack .../31-libgraphite2-3_1.3.10-1_amd64.deb ...
Step #3 - "lint": Unpacking libgraphite2-3:amd64 (1.3.10-1) ...
Step #3 - "lint": Selecting previously unselected package libharfbuzz0b:amd64.
Step #3 - "lint": Preparing to unpack .../32-libharfbuzz0b_1.4.2-1_amd64.deb ...
Step #3 - "lint": Unpacking libharfbuzz0b:amd64 (1.4.2-1) ...
Step #3 - "lint": Selecting previously unselected package libpangoft2-1.0-0:amd64.
Step #3 - "lint": Preparing to unpack .../33-libpangoft2-1.0-0_1.40.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libpangoft2-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Selecting previously unselected package libpangocairo-1.0-0:amd64.
Step #3 - "lint": Preparing to unpack .../34-libpangocairo-1.0-0_1.40.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libpangocairo-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Selecting previously unselected package libpathplan4.
Step #3 - "lint": Preparing to unpack .../35-libpathplan4_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libpathplan4 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libxdot4.
Step #3 - "lint": Preparing to unpack .../36-libxdot4_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libxdot4 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libgvc6.
Step #3 - "lint": Preparing to unpack .../37-libgvc6_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libgvc6 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libgvpr2.
Step #3 - "lint": Preparing to unpack .../38-libgvpr2_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking libgvpr2 (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package x11-common.
Step #3 - "lint": Preparing to unpack .../39-x11-common_1%3a7.7+19_all.deb ...
Step #3 - "lint": Unpacking x11-common (1:7.7+19) ...
Step #3 - "lint": Selecting previously unselected package libice6:amd64.
Step #3 - "lint": Preparing to unpack .../40-libice6_2%3a1.0.9-2_amd64.deb ...
Step #3 - "lint": Unpacking libice6:amd64 (2:1.0.9-2) ...
Step #3 - "lint": Selecting previously unselected package libsm6:amd64.
Step #3 - "lint": Preparing to unpack .../41-libsm6_2%3a1.2.2-1+b3_amd64.deb ...
Step #3 - "lint": Unpacking libsm6:amd64 (2:1.2.2-1+b3) ...
Step #3 - "lint": Selecting previously unselected package libxt6:amd64.
Step #3 - "lint": Preparing to unpack .../42-libxt6_1%3a1.1.5-1_amd64.deb ...
Step #3 - "lint": Unpacking libxt6:amd64 (1:1.1.5-1) ...
Step #3 - "lint": Selecting previously unselected package libxmu6:amd64.
Step #3 - "lint": Preparing to unpack .../43-libxmu6_2%3a1.1.2-2_amd64.deb ...
Step #3 - "lint": Unpacking libxmu6:amd64 (2:1.1.2-2) ...
Step #3 - "lint": Selecting previously unselected package libxaw7:amd64.
Step #3 - "lint": Preparing to unpack .../44-libxaw7_2%3a1.0.13-1+b2_amd64.deb ...
Step #3 - "lint": Unpacking libxaw7:amd64 (2:1.0.13-1+b2) ...
Step #3 - "lint": Selecting previously unselected package graphviz.
Step #3 - "lint": Preparing to unpack .../45-graphviz_2.38.0-17_amd64.deb ...
Step #3 - "lint": Unpacking graphviz (2.38.0-17) ...
Step #3 - "lint": Selecting previously unselected package libonig4:amd64.
Step #3 - "lint": Preparing to unpack .../46-libonig4_6.1.3-2_amd64.deb ...
Step #3 - "lint": Unpacking libonig4:amd64 (6.1.3-2) ...
Step #3 - "lint": Selecting previously unselected package libjq1:amd64.
Step #3 - "lint": Preparing to unpack .../47-libjq1_1.5+dfsg-1.3_amd64.deb ...
Step #3 - "lint": Unpacking libjq1:amd64 (1.5+dfsg-1.3) ...
Step #3 - "lint": Selecting previously unselected package jq.
Step #3 - "lint": Preparing to unpack .../48-jq_1.5+dfsg-1.3_amd64.deb ...
Step #3 - "lint": Unpacking jq (1.5+dfsg-1.3) ...
Step #3 - "lint": Selecting previously unselected package libgts-bin.
Step #3 - "lint": Preparing to unpack .../49-libgts-bin_0.7.6+darcs121130-4_amd64.deb ...
Step #3 - "lint": Unpacking libgts-bin (0.7.6+darcs121130-4) ...
Step #3 - "lint": Selecting previously unselected package python-six.
Step #3 - "lint": Preparing to unpack .../50-python-six_1.10.0-3_all.deb ...
Step #3 - "lint": Unpacking python-six (1.10.0-3) ...
Step #3 - "lint": Selecting previously unselected package python-urllib3.
Step #3 - "lint": Preparing to unpack .../51-python-urllib3_1.19.1-1_all.deb ...
Step #3 - "lint": Unpacking python-urllib3 (1.19.1-1) ...
Step #3 - "lint": Selecting previously unselected package python-pkg-resources.
Step #3 - "lint": Preparing to unpack .../52-python-pkg-resources_33.1.1-1_all.deb ...
Step #3 - "lint": Unpacking python-pkg-resources (33.1.1-1) ...
Step #3 - "lint": Selecting previously unselected package python-chardet.
Step #3 - "lint": Preparing to unpack .../53-python-chardet_2.3.0-2_all.deb ...
Step #3 - "lint": Unpacking python-chardet (2.3.0-2) ...
Step #3 - "lint": Selecting previously unselected package python-requests.
Step #3 - "lint": Preparing to unpack .../54-python-requests_2.12.4-1_all.deb ...
Step #3 - "lint": Unpacking python-requests (2.12.4-1) ...
Step #3 - "lint": Selecting previously unselected package linkchecker.
Step #3 - "lint": Preparing to unpack .../55-linkchecker_9.3-4_amd64.deb ...
Step #3 - "lint": Unpacking linkchecker (9.3-4) ...
Step #3 - "lint": Selecting previously unselected package psmisc.
Step #3 - "lint": Preparing to unpack .../56-psmisc_22.21-2.1+b2_amd64.deb ...
Step #3 - "lint": Unpacking psmisc (22.21-2.1+b2) ...
Step #3 - "lint": Selecting previously unselected package python-cffi-backend.
Step #3 - "lint": Preparing to unpack .../57-python-cffi-backend_1.9.1-2_amd64.deb ...
Step #3 - "lint": Unpacking python-cffi-backend (1.9.1-2) ...
Step #3 - "lint": Selecting previously unselected package python-enum34.
Step #3 - "lint": Preparing to unpack .../58-python-enum34_1.1.6-1_all.deb ...
Step #3 - "lint": Unpacking python-enum34 (1.1.6-1) ...
Step #3 - "lint": Selecting previously unselected package python-idna.
Step #3 - "lint": Preparing to unpack .../59-python-idna_2.2-1_all.deb ...
Step #3 - "lint": Unpacking python-idna (2.2-1) ...
Step #3 - "lint": Selecting previously unselected package python-ipaddress.
Step #3 - "lint": Preparing to unpack .../60-python-ipaddress_1.0.17-1_all.deb ...
Step #3 - "lint": Unpacking python-ipaddress (1.0.17-1) ...
Step #3 - "lint": Selecting previously unselected package python-pyasn1.
Step #3 - "lint": Preparing to unpack .../61-python-pyasn1_0.1.9-2_all.deb ...
Step #3 - "lint": Unpacking python-pyasn1 (0.1.9-2) ...
Step #3 - "lint": Selecting previously unselected package python-setuptools.
Step #3 - "lint": Preparing to unpack .../62-python-setuptools_33.1.1-1_all.deb ...
Step #3 - "lint": Unpacking python-setuptools (33.1.1-1) ...
Step #3 - "lint": Selecting previously unselected package python-cryptography.
Step #3 - "lint": Preparing to unpack .../63-python-cryptography_1.7.1-3_amd64.deb ...
Step #3 - "lint": Unpacking python-cryptography (1.7.1-3) ...
Step #3 - "lint": Selecting previously unselected package python-openssl.
Step #3 - "lint": Preparing to unpack .../64-python-openssl_16.2.0-1_all.deb ...
Step #3 - "lint": Unpacking python-openssl (16.2.0-1) ...
Step #3 - "lint": Selecting previously unselected package zip.
Step #3 - "lint": Preparing to unpack .../65-zip_3.0-11+b1_amd64.deb ...
Step #3 - "lint": Unpacking zip (3.0-11+b1) ...
Step #3 - "lint": Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
Step #3 - "lint": Setting up libpathplan4 (2.38.0-17) ...
Step #3 - "lint": Setting up libxcb-render0:amd64 (1.12-1) ...
Step #3 - "lint": Setting up libxdot4 (2.38.0-17) ...
Step #3 - "lint": Setting up libjpeg62-turbo:amd64 (1:1.5.1-2) ...
Step #3 - "lint": Setting up psmisc (22.21-2.1+b2) ...
Step #3 - "lint": Setting up mime-support (3.60) ...
Step #3 - "lint": Setting up libpng16-16:amd64 (1.6.28-1) ...
Step #3 - "lint": Setting up libjbig0:amd64 (2.1-3.1+b2) ...
Step #3 - "lint": Setting up fonts-dejavu-core (2.37-1) ...
Step #3 - "lint": Setting up bash-completion (1:2.1-4.3) ...
Step #3 - "lint": Setting up libonig4:amd64 (6.1.3-2) ...
Step #3 - "lint": Setting up libdatrie1:amd64 (0.2.10-4+b1) ...
Step #3 - "lint": Setting up libtiff5:amd64 (4.0.8-2+deb9u4) ...
Step #3 - "lint": Setting up gettext-base (0.19.8.1-2) ...
Step #3 - "lint": Processing triggers for sgml-base (1.29) ...
Step #3 - "lint": Setting up fonts-liberation (1:1.07.4-2) ...
Step #3 - "lint": Setting up ucf (3.0036) ...
Step #3 - "lint": debconf: unable to initialize frontend: Dialog
Step #3 - "lint": debconf: (TERM is not set, so the dialog frontend is not usable.)
Step #3 - "lint": debconf: falling back to frontend: Readline
Step #3 - "lint": Setting up zip (3.0-11+b1) ...
Step #3 - "lint": Setting up libfreetype6:amd64 (2.6.3-3.2) ...
Step #3 - "lint": Setting up libgraphite2-3:amd64 (1.3.10-1) ...
Step #3 - "lint": Setting up libjq1:amd64 (1.5+dfsg-1.3) ...
Step #3 - "lint": Setting up nano (2.7.4-1) ...
Step #3 - "lint": update-alternatives: using /bin/nano to provide /usr/bin/editor (editor) in auto mode
Step #3 - "lint": update-alternatives: using /bin/nano to provide /usr/bin/pico (pico) in auto mode
Step #3 - "lint": Setting up libpixman-1-0:amd64 (0.34.0-1) ...
Step #3 - "lint": Processing triggers for libc-bin (2.24-11+deb9u3) ...
Step #3 - "lint": Setting up wget (1.18-5+deb9u2) ...
Step #3 - "lint": Setting up libann0 (1.1.2+doc-6) ...
Step #3 - "lint": Setting up libxcb-shm0:amd64 (1.12-1) ...
Step #3 - "lint": Setting up libxpm4:amd64 (1:3.5.12-1) ...
Step #3 - "lint": Setting up libxrender1:amd64 (1:0.9.10-1) ...
Step #3 - "lint": Setting up libgts-bin (0.7.6+darcs121130-4) ...
Step #3 - "lint": Setting up libthai-data (0.1.26-1) ...
Step #3 - "lint": Setting up x11-common (1:7.7+19) ...
Step #3 - "lint": debconf: unable to initialize frontend: Dialog
Step #3 - "lint": debconf: (TERM is not set, so the dialog frontend is not usable.)
Step #3 - "lint": debconf: falling back to frontend: Readline
Step #3 - "lint": update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Step #3 - "lint": invoke-rc.d: could not determine current runlevel
Step #3 - "lint": invoke-rc.d: policy-rc.d denied execution of start.
Step #3 - "lint": Setting up libcdt5 (2.38.0-17) ...
Step #3 - "lint": Setting up libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Setting up libcgraph6 (2.38.0-17) ...
Step #3 - "lint": Setting up libwebp6:amd64 (0.5.2-1) ...
Step #3 - "lint": Setting up jq (1.5+dfsg-1.3) ...
Step #3 - "lint": Setting up fontconfig-config (2.11.0-6.7) ...
Step #3 - "lint": debconf: unable to initialize frontend: Dialog
Step #3 - "lint": debconf: (TERM is not set, so the dialog frontend is not usable.)
Step #3 - "lint": debconf: falling back to frontend: Readline
Step #3 - "lint": Setting up libgvpr2 (2.38.0-17) ...
Step #3 - "lint": Setting up python2.7 (2.7.13-2+deb9u3) ...
Step #3 - "lint": Setting up libharfbuzz0b:amd64 (1.4.2-1) ...
Step #3 - "lint": Setting up libthai0:amd64 (0.1.26-1) ...
Step #3 - "lint": Setting up libpython-stdlib:amd64 (2.7.13-2) ...
Step #3 - "lint": Setting up libice6:amd64 (2:1.0.9-2) ...
Step #3 - "lint": Setting up python (2.7.13-2) ...
Step #3 - "lint": Setting up python-idna (2.2-1) ...
Step #3 - "lint": Setting up libfontconfig1:amd64 (2.11.0-6.7+b1) ...
Step #3 - "lint": Setting up libsm6:amd64 (2:1.2.2-1+b3) ...
Step #3 - "lint": Setting up python-pyasn1 (0.1.9-2) ...
Step #3 - "lint": Setting up libgd3:amd64 (2.2.4-2+deb9u3) ...
Step #3 - "lint": Setting up python-pkg-resources (33.1.1-1) ...
Step #3 - "lint": Setting up python-cffi-backend (1.9.1-2) ...
Step #3 - "lint": Setting up python-six (1.10.0-3) ...
Step #3 - "lint": Setting up python-enum34 (1.1.6-1) ...
Step #3 - "lint": Setting up libxt6:amd64 (1:1.1.5-1) ...
Step #3 - "lint": Setting up python-ipaddress (1.0.17-1) ...
Step #3 - "lint": Setting up fontconfig (2.11.0-6.7+b1) ...
Step #3 - "lint": Regenerating fonts cache... done.
Step #3 - "lint": Setting up libcairo2:amd64 (1.14.8-1) ...
Step #3 - "lint": Setting up python-setuptools (33.1.1-1) ...
Step #3 - "lint": Setting up python-urllib3 (1.19.1-1) ...
Step #3 - "lint": Setting up python-chardet (2.3.0-2) ...
Step #3 - "lint": Setting up libxmu6:amd64 (2:1.1.2-2) ...
Step #3 - "lint": Setting up libpango-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Setting up python-cryptography (1.7.1-3) ...
Step #3 - "lint": Setting up python-requests (2.12.4-1) ...
Step #3 - "lint": Setting up linkchecker (9.3-4) ...
Step #3 - "lint": Setting up libxaw7:amd64 (2:1.0.13-1+b2) ...
Step #3 - "lint": Setting up python-openssl (16.2.0-1) ...
Step #3 - "lint": Setting up libpangoft2-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Setting up libpangocairo-1.0-0:amd64 (1.40.5-1) ...
Step #3 - "lint": Setting up libgvc6 (2.38.0-17) ...
Step #3 - "lint": Setting up graphviz (2.38.0-17) ...
Step #3 - "lint": Processing triggers for libc-bin (2.24-11+deb9u3) ...
Step #3 - "lint": Removing intermediate container 84e5e6940382
Step #3 - "lint":  ---> 39d5ceb84afc
Step #3 - "lint": Step 3/33 : ENV RUSTUP_HOME=/usr/local/rustup     CARGO_HOME=/usr/local/cargo     PATH=/usr/local/cargo/bin:$PATH     RUST_VERSION=1.26.1
Step #3 - "lint":  ---> Running in e8614a1448f1
Step #3 - "lint": Removing intermediate container e8614a1448f1
Step #3 - "lint":  ---> 7e70abfc8bcc
Step #3 - "lint": Step 4/33 : ENV RUST_ARCH=x86_64-unknown-linux-gnu     RUSTUP_SHA256=c9837990bce0faab4f6f52604311a19bb8d2cde989bea6a7b605c8e526db6f02
Step #3 - "lint":  ---> Running in 39073c629798
Step #3 - "lint": Removing intermediate container 39073c629798
Step #3 - "lint":  ---> 789b2a63239b
Step #3 - "lint": Step 5/33 : RUN wget -q https://static.rust-lang.org/rustup/archive/1.11.0/${RUST_ARCH}/rustup-init &&     echo "${RUSTUP_SHA256} *rustup-init" | sha256sum -c - &&     chmod +x rustup-init &&     ./rustup-init -y --no-modify-path --default-toolchain $RUST_VERSION &&     rm rustup-init &&     rustup --version;     cargo --version;     rustc --version;
Step #3 - "lint":  ---> Running in d1b06cca0071
Step #3 - "lint": rustup-init: OK
Step #3 - "lint": �[91minfo: syncing channel updates for '1.26.1-x86_64-unknown-linux-gnu'
Step #3 - "lint": �[0m�[91minfo: latest update on 2018-05-29, rust version 1.26.1 (827013a31 2018-05-25)
Step #3 - "lint": info: downloading component 'rustc'
Step #3 - "lint": �[0m�[91minfo: downloading component 'rust-std'
Step #3 - "lint": �[0m�[91minfo: downloading component 'cargo'
Step #3 - "lint": �[0m�[91minfo: downloading component 'rust-docs'
Step #3 - "lint": �[0m�[91minfo: installing component 'rustc'
Step #3 - "lint": �[0m�[91minfo: installing component 'rust-std'
Step #3 - "lint": �[0m�[91minfo: installing component 'cargo'
Step #3 - "lint": �[0m�[91minfo: installing component 'rust-docs'
Step #3 - "lint": �[0m
Step #3 - "lint": �[91minfo: default toolchain set to '1.26.1'
Step #3 - "lint": �[0m  1.26.1 installed - rustc 1.26.1 (827013a31 2018-05-25)
Step #3 - "lint": 
Step #3 - "lint": rustup 1.11.0 (e751ff9f8 2018-02-13)
Step #3 - "lint": cargo 1.26.0 (0e7c5a931 2018-04-06)
Step #3 - "lint": rustc 1.26.1 (827013a31 2018-05-25)
Step #3 - "lint": Removing intermediate container d1b06cca0071
Step #3 - "lint":  ---> 3235188c82df
Step #3 - "lint": Step 6/33 : WORKDIR /usr/local
Step #3 - "lint":  ---> Running in 58938dec8593
Step #3 - "lint": Removing intermediate container 58938dec8593
Step #3 - "lint":  ---> b9b2e763ebdf
Step #3 - "lint": Step 7/33 : ENV GO_VERSION=1.11.4
Step #3 - "lint":  ---> Running in 225466878a07
Step #3 - "lint": Removing intermediate container 225466878a07
Step #3 - "lint":  ---> 2028dcbf28cc
Step #3 - "lint": Step 8/33 : ENV GOPATH /go
Step #3 - "lint":  ---> Running in 426110c710ca
Step #3 - "lint": Removing intermediate container 426110c710ca
Step #3 - "lint":  ---> 14dcbc6fb23d
Step #3 - "lint": Step 9/33 : RUN wget -q https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz &&     tar -xzf go${GO_VERSION}.linux-amd64.tar.gz && rm go${GO_VERSION}.linux-amd64.tar.gz && mkdir ${GOPATH}
Step #3 - "lint":  ---> Running in 0d7e637f8650
Step #3 - "lint": Removing intermediate container 0d7e637f8650
Step #3 - "lint":  ---> 3341d5ccddfd
Step #3 - "lint": Step 10/33 : WORKDIR /opt
Step #3 - "lint":  ---> Running in 914170d8ab0b
Step #3 - "lint": Removing intermediate container 914170d8ab0b
Step #3 - "lint":  ---> 95578d6a00c3
Step #3 - "lint": Step 11/33 : RUN wget -q https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.zip && unzip -q google-cloud-sdk.zip &&     rm google-cloud-sdk.zip &&     /opt/google-cloud-sdk/install.sh --usage-reporting=true --path-update=true --bash-completion=true --rc-path=/root/.bashrc
Step #3 - "lint":  ---> Running in 33fb401acad4
Step #3 - "lint": Welcome to the Google Cloud SDK!
Step #3 - "lint": WARNING: You appear to be running this script as root. This may cause 
Step #3 - "lint": the installation to be inaccessible to users other than the root user.
Step #3 - "lint": �[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Your current Cloud SDK version is: 230.0.0
Step #3 - "lint": Installing components from version: 230.0.0
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91m+----------------------------------------------------------------------------+�[0m�[91m
Step #3 - "lint": �[0m�[91m|                    These components will be installed.                     |
Step #3 - "lint": �[0m�[91m+-----------------------------------------------------+------------+---------+
Step #3 - "lint": �[0m�[91m|                         Name                        |  Version   |   Size  |�[0m�[91m
Step #3 - "lint": �[0m�[91m+-----------------------------------------------------+------------+---------+�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mBigQuery Command Line Tool                         �[0m�[91m �[0m�[91m| �[0m�[91m    2.0.39�[0m�[91m | �[0m�[91m< 1 MiB |�[0m�[91m
Step #3 - "lint": | �[0m�[91mBigQuery Command Line Tool (Platform Specific)     �[0m�[91m �[0m�[91m| �[0m�[91m    2.0.34 �[0m�[91m| < 1 MiB |�[0m�[91m
Step #3 - "lint": | �[0m�[91mCloud SDK Core Libraries (Platform Specific)       �[0m�[91m �[0m�[91m| �[0m�[91m2018.09.24�[0m�[91m �[0m�[91m| �[0m�[91m< 1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud Storage Command Line Tool                    �[0m�[91m �[0m�[91m| �[0m�[91m      4.35�[0m�[91m �[0m�[91m| �[0m�[91m3.6 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud Storage Command Line Tool (Platform Specific)�[0m�[91m �[0m�[91m| �[0m�[91m      4.34 �[0m�[91m| �[0m�[91m< 1 MiB �[0m�[91m|
Step #3 - "lint": �[0m�[91m| �[0m�[91mDefault set of gcloud commands                     �[0m�[91m �[0m�[91m| �[0m�[91m          �[0m�[91m �[0m�[91m| �[0m�[91m       �[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgcloud cli dependencies                            �[0m�[91m �[0m�[91m| �[0m�[91m2018.08.03�[0m�[91m �[0m�[91m| �[0m�[91m8.6 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m+-----------------------------------------------------+------------+---------+�[0m�[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mFor the latest full release notes, please visit:
Step #3 - "lint":   https://cloud.google.com/sdk/release_notes
Step #3 - "lint": 
Step #3 - "lint": �[0m�[91m#============================================================#
Step #3 - "lint": #= Creating update staging area                             =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m============�[0m�[91m======�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: BigQuery Command Line Tool                   =#
Step #3 - "lint": #�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: BigQuery Command Line Tool (Platform Spec... =#
Step #3 - "lint": #�[0m�[91m==============================�[0m�[91m===============�[0m�[91m===============�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud SDK Core Libraries (Platform Specific) =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m==============================�[0m�[91m==========�[0m�[91m=========�[0m�[91m===========#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud Storage Command Line Tool              =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud Storage Command Line Tool (Platform... =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m==============================�[0m�[91m===============�[0m�[91m===============�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: Default set of gcloud commands               =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m============================================================�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: gcloud cli dependencies                      =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Creating backup and activating new installation          =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m==============================�[0m�[91m==============================�[0m�[91m#
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mPerforming post processing steps...
Step #3 - "lint": �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91mdone.
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Update done!
Step #3 - "lint": 
Step #3 - "lint": �[0m
Step #3 - "lint": This will install all the core command line tools necessary for working with
Step #3 - "lint": the Google Cloud Platform.
Step #3 - "lint": 
Step #3 - "lint": Backing up [/root/.bashrc] to [/root/.bashrc.backup].
Step #3 - "lint": [/root/.bashrc] has been updated.
Step #3 - "lint": 
Step #3 - "lint": ==> Start a new shell for the changes to take effect.
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": For more information on how to get started, please visit:
Step #3 - "lint":   https://cloud.google.com/sdk/docs/quickstarts
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": Removing intermediate container 33fb401acad4
Step #3 - "lint":  ---> 51924ac5ecb5
Step #3 - "lint": Step 12/33 : ENV PATH /usr/local/go/bin:/go/bin:/opt/google-cloud-sdk/bin:$PATH
Step #3 - "lint":  ---> Running in e6a6ace1cb4e
Step #3 - "lint": Removing intermediate container e6a6ace1cb4e
Step #3 - "lint":  ---> b19718c17cc6
Step #3 - "lint": Step 13/33 : RUN gcloud components update && gcloud components install app-engine-go
Step #3 - "lint":  ---> Running in 22c5a68bf89b
Step #3 - "lint": �[91m
Step #3 - "lint": All components are up to date.
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Your current Cloud SDK version is: 230.0.0
Step #3 - "lint": Installing components from version: 230.0.0
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91m+---------------------------------------------------+
Step #3 - "lint": |        These components will be installed.        |�[0m�[91m
Step #3 - "lint": �[0m�[91m+------------------------------+---------+----------+�[0m�[91m
Step #3 - "lint": �[0m�[91m|             Name             | Version |   Size   |�[0m�[91m
Step #3 - "lint": �[0m�[91m+------------------------------+---------+----------+�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mApp Engine Go Extensions    �[0m�[91m �[0m�[91m| �[0m�[91m       �[0m�[91m �[0m�[91m| �[0m�[91m        �[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mApp Engine Go Extensions    �[0m�[91m �[0m�[91m| �[0m�[91m 1.9.70�[0m�[91m �[0m�[91m| �[0m�[91m56.6 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mCloud Datastore Emulator    �[0m�[91m �[0m�[91m| �[0m�[91m  2.0.3�[0m�[91m �[0m�[91m| �[0m�[91m18.3 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgRPC python library         �[0m�[91m �[0m�[91m| �[0m�[91m  1.9.1�[0m�[91m �[0m�[91m| �[0m�[91m12.1 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgRPC python library         �[0m�[91m �[0m�[91m| �[0m�[91m       �[0m�[91m �[0m�[91m| �[0m�[91m        �[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m| �[0m�[91mgcloud app Python Extensions�[0m�[91m �[0m�[91m| �[0m�[91m 1.9.81�[0m�[91m �[0m�[91m| �[0m�[91m 6.2 MiB�[0m�[91m �[0m�[91m|�[0m�[91m
Step #3 - "lint": �[0m�[91m+------------------------------+---------+----------+�[0m�[91m
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mFor the latest full release notes, please visit:
Step #3 - "lint":   https://cloud.google.com/sdk/release_notes
Step #3 - "lint": 
Step #3 - "lint": �[0m�[91mDo you want to continue (Y/n)?  
Step #3 - "lint": �[0m�[91m#============================================================#
Step #3 - "lint": #= Creating update staging area                             =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: App Engine Go Extensions                     =#
Step #3 - "lint": #�[0m�[91m============================================================#
Step #3 - "lint": �[0m�[91m#= Installing: App Engine Go Extensions                     =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Installing: Cloud Datastore Emulator                     =#
Step #3 - "lint": #�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m======�[0m�[91m======#
Step #3 - "lint": �[0m�[91m#= Installing: gRPC python library                          =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: gRPC python library                          =#
Step #3 - "lint": #�[0m�[91m============================================================�[0m�[91m#
Step #3 - "lint": �[0m�[91m#= Installing: gcloud app Python Extensions                 =#
Step #3 - "lint": �[0m�[91m#�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=�[0m�[91m=#
Step #3 - "lint": �[0m�[91m#= Creating backup and activating new installation          =#
Step #3 - "lint": #�[0m�[91m==============================�[0m�[91m==============================�[0m�[91m#
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": �[0m�[91mPerforming post processing steps...
Step #3 - "lint": �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91mdone.
Step #3 - "lint": �[0m�[91m
Step #3 - "lint": Update done!
Step #3 - "lint": 
Step #3 - "lint": �[0mRemoving intermediate container 22c5a68bf89b
Step #3 - "lint":  ---> 35cb33ccf792
Step #3 - "lint": Step 14/33 : ENV KUBECTL_VER 1.11.5
Step #3 - "lint":  ---> Running in 30077401ece4
Step #3 - "lint": Removing intermediate container 30077401ece4
Step #3 - "lint":  ---> 775c6e800ce1
Step #3 - "lint": Step 15/33 : 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 #3 - "lint":  ---> Running in 4535d5648f82
Step #3 - "lint": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #3 - "lint":                                  Dload  Upload�[0m�[91m   Total   Spent    Left  Speed
Step #3 - "lint": 
  0     0    0     0    0   �[0m�[91m  0      �[0m�[91m0     �[0m�[91m 0 --:�[0m�[91m--:-�[0m�[91m- --:�[0m�[91m--:�[0m�[91m-- --:�[0m�[91m--:--     0�[0m�[91m
100 52.8M  100 52.8M    0     0   135M      0 --:--:-- --:--:-- --:--:--  136M
Step #3 - "lint": �[0mRemoving intermediate container 4535d5648f82
Step #3 - "lint":  ---> 5604248699f4
Step #3 - "lint": Step 16/33 : RUN echo "source <(kubectl completion bash)" >> /root/.bashrc
Step #3 - "lint":  ---> Running in 62e1a555f3ae
Step #3 - "lint": Removing intermediate container 62e1a555f3ae
Step #3 - "lint":  ---> 493747a59065
Step #3 - "lint": Step 17/33 : ENV HELM_VER 2.11.0
Step #3 - "lint":  ---> Running in 3d560deb6893
Step #3 - "lint": Removing intermediate container 3d560deb6893
Step #3 - "lint":  ---> 944781a3e67b
Step #3 - "lint": Step 18/33 : ENV HELM_URL https://storage.googleapis.com/kubernetes-helm/helm-v${HELM_VER}-linux-amd64.tar.gz
Step #3 - "lint":  ---> Running in 47fe276d34a9
Step #3 - "lint": Removing intermediate container 47fe276d34a9
Step #3 - "lint":  ---> c0d04e9c56c6
Step #3 - "lint": Step 19/33 : 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 #3 - "lint":  ---> Running in 6676b1bf247c
Step #3 - "lint": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #3 - "lint":                                  Dload  Upload   Total�[0m�[91m   Spent    Left  Speed
Step #3 - "lint": 
  0     0    0     0  �[0m�[91m  0     0      0      �[0m�[91m0 --:�[0m�[91m--:-- �[0m�[91m--:�[0m�[91m--:-- --:--:--    �[0m�[91m 0�[0m�[91m
100 18.2M  100 18.2M    0     0  87.6M      0 --:--:-- --:--:-- --:--:-- 87.7M
Step #3 - "lint": �[0mlinux-amd64/
Step #3 - "lint": linux-amd64/tiller
Step #3 - "lint": linux-amd64/README.md
Step #3 - "lint": linux-amd64/helm
Step #3 - "lint": linux-amd64/LICENSE
Step #3 - "lint": Removing intermediate container 6676b1bf247c
Step #3 - "lint":  ---> 618b7cd0b77b
Step #3 - "lint": Step 20/33 : RUN echo "source <(helm completion bash)" >> /root/.bashrc
Step #3 - "lint":  ---> Running in 3b42063d7243
Step #3 - "lint": Removing intermediate container 3b42063d7243
Step #3 - "lint":  ---> 60f333e5205e
Step #3 - "lint": Step 21/33 : RUN mkdir -p /go/src/github.com/golang && cd /go/src/github.com/golang &&     git clone https://github.com/golang/protobuf.git &&      cd protobuf && git checkout v1.2.0 &&     go install github.com/golang/protobuf/protoc-gen-go
Step #3 - "lint":  ---> Running in dc714135b6cb
Step #3 - "lint": �[91mCloning into 'protobuf'...
Step #3 - "lint": �[0m�[91mNote: checking out 'v1.2.0'.
Step #3 - "lint": 
Step #3 - "lint": You are in 'detached HEAD' state. You can look around, make experimental
Step #3 - "lint": changes and commit them, and you can discard any commits you make in this
Step #3 - "lint": state without impacting any branches by performing another checkout.
Step #3 - "lint": 
Step #3 - "lint": If you want to create a new branch to retain commits you create, you may
Step #3 - "lint": do so (now or later) by using -b with the checkout command again. Example:
Step #3 - "lint": 
Step #3 - "lint":   git checkout -b <new-branch-name>
Step #3 - "lint": 
Step #3 - "lint": HEAD is now at aa810b6... proto: fix handling of required fields after multiple violations (#679)
Step #3 - "lint": �[0mRemoving intermediate container dc714135b6cb
Step #3 - "lint":  ---> d38d81d27e13
Step #3 - "lint": Step 22/33 : RUN cargo install protobuf-codegen --vers 2.0.2
Step #3 - "lint":  ---> Running in 655f72c25fc1
Step #3 - "lint": �[91m    Updating registry `https://github.com/rust-lang/crates.io-index`
Step #3 - "lint": �[0m�[91m Downloading protobuf-codegen v2.0.2
Step #3 - "lint": �[0m�[91m  Installing protobuf-codegen v2.0.2
Step #3 - "lint": �[0m�[91m Downloading protobuf v2.0.2
Step #3 - "lint": �[0m�[91m   Compiling protobuf v2.0.2
Step #3 - "lint": �[0m�[91m   Compiling protobuf-codegen v2.0.2
Step #3 - "lint": �[0m�[91m    Finished release [optimized] target(s) in 33.93 secs
Step #3 - "lint": �[0m�[91m  Installing /usr/local/cargo/bin/protoc-gen-rust
Step #3 - "lint":   Installing /usr/local/cargo/bin/protobuf-bin-gen-rust-do-not-use
Step #3 - "lint": �[0mRemoving intermediate container 655f72c25fc1
Step #3 - "lint":  ---> 458b700a25e5
Step #3 - "lint": Step 23/33 : RUN cargo install grpcio-compiler --vers 0.3.0
Step #3 - "lint":  ---> Running in 159f10868e3d
Step #3 - "lint": �[91m    Updating registry `https://github.com/rust-lang/crates.io-index`
Step #3 - "lint": �[0m�[91m Downloading grpcio-compiler v0.3.0
Step #3 - "lint": �[0m�[91m  Installing grpcio-compiler v0.3.0
Step #3 - "lint": �[0m�[91m Downloading protobuf v2.0.6
Step #3 - "lint": �[0m�[91m Downloading protobuf-codegen v2.0.6
Step #3 - "lint": �[0m�[91m   Compiling protobuf v2.0.6
Step #3 - "lint": �[0m�[91m   Compiling protobuf-codegen v2.0.6
Step #3 - "lint": �[0m�[91m   Compiling grpcio-compiler v0.3.0
Step #3 - "lint": �[0m�[91m    Finished release [optimized] target(s) in 34.70 secs
Step #3 - "lint": �[0m�[91m  Installing /usr/local/cargo/bin/grpc_rust_plugin
Step #3 - "lint": �[0mRemoving intermediate container 159f10868e3d
Step #3 - "lint":  ---> 928f5073b44a
Step #3 - "lint": Step 24/33 : RUN go get -u github.com/golang/dep/cmd/dep &&     go get -u golang.org/x/tools/cmd/goimports
Step #3 - "lint":  ---> Running in c79be9bdd974
Step #3 - "lint": Removing intermediate container c79be9bdd974
Step #3 - "lint":  ---> cc850a6ea746
Step #3 - "lint": Step 25/33 : RUN curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin v1.12.2
Step #3 - "lint":  ---> Running in 713c3fb4ef25
Step #3 - "lint": �[91mgolangci/golangci-lint info checking GitHub for tag 'v1.12.2'
Step #3 - "lint": �[0m�[91mgolangci/golangci-lint info found version: 1.12.2 for v1.12.2/linux/amd64
Step #3 - "lint": �[0m�[91mgolangci/golangci-lint info installed /go/bin/golangci-lint
Step #3 - "lint": �[0mRemoving intermediate container 713c3fb4ef25
Step #3 - "lint":  ---> 44980dde2c18
Step #3 - "lint": Step 26/33 : RUN mkdir -p /go/src && cd /go/src && mkdir -p k8s.io && cd k8s.io &&     git clone -b kubernetes-1.11.5 --depth=3 https://github.com/kubernetes/code-generator.git
Step #3 - "lint":  ---> Running in 61237fdedcd6
Step #3 - "lint": �[91mCloning into 'code-generator'...
Step #3 - "lint": �[0m�[91mNote: checking out '8c97d6ab64da020f8b151e9d3ed8af3172f5c390'.
Step #3 - "lint": 
Step #3 - "lint": You are in 'detached HEAD' state. You can look around, make experimental
Step #3 - "lint": changes and commit them, and you can discard any commits you make in this
Step #3 - "lint": state without impacting any branches by performing another checkout.
Step #3 - "lint": 
Step #3 - "lint": If you want to create a new branch to retain commits you create, you may
Step #3 - "lint": do so (now or later) by using -b with the checkout command again. Example:
Step #3 - "lint": 
Step #3 - "lint":   git checkout -b <new-branch-name>
Step #3 - "lint": 
Step #3 - "lint": �[0mRemoving intermediate container 61237fdedcd6
Step #3 - "lint":  ---> c9dcb048ac1e
Step #3 - "lint": Step 27/33 : RUN mkdir /tmp/hugo &&     wget -O /tmp/hugo/hugo.tar.gz https://github.com/gohugoio/hugo/releases/download/v0.53/hugo_extended_0.53_Linux-64bit.tar.gz &&     tar -zxvf /tmp/hugo/hugo.tar.gz -C /tmp/hugo/ &&     mv /tmp/hugo/hugo /usr/local/bin/ &&     rm -r /tmp/hugo
Step #3 - "lint":  ---> Running in df52963351fa
Step #3 - "lint": �[91m--2019-01-23 02:12:19--  https://github.com/gohugoio/hugo/releases/download/v0.53/hugo_extended_0.53_Linux-64bit.tar.gz
Step #3 - "lint": �[0m�[91mResolving github.com (github.com)... �[0m�[91m192.30.253.112, 192.30.253.113
Step #3 - "lint": Connecting to github.com (github.com)|192.30.253.112|:443... �[0m�[91mconnected.
Step #3 - "lint": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m302 Found
Step #3 - "lint": Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/11180687/68eb0b80-0760-11e9-8761-329b77cc0aeb?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190123%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190123T021219Z&X-Amz-Expires=300&X-Amz-Signature=2aaf52b3da9241cfe681042011994b1fec874b61da792250e671e776ea4c7dcc&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dhugo_extended_0.53_Linux-64bit.tar.gz&response-content-type=application%2Foctet-stream [following]
Step #3 - "lint": --2019-01-23 02:12:19--  https://github-production-release-asset-2e65be.s3.amazonaws.com/11180687/68eb0b80-0760-11e9-8761-329b77cc0aeb?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190123%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190123T021219Z&X-Amz-Expires=300&X-Amz-Signature=2aaf52b3da9241cfe681042011994b1fec874b61da792250e671e776ea4c7dcc&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dhugo_extended_0.53_Linux-64bit.tar.gz&response-content-type=application%2Foctet-stream
Step #3 - "lint": Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... �[0m�[91m54.231.40.227
Step #3 - "lint": Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|54.231.40.227|:443... �[0m�[91mconnected.
Step #3 - "lint": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m200 OK
Step #3 - "lint": Length: 8698428 (8.3M) [application/octet-stream]
Step #3 - "lint": Saving to: '/tmp/hugo/hugo.tar.gz'
Step #3 - "lint": �[0m�[91m
Step #3 - "lint":      0K .......... ......�[0m�[91m.... .......... ...�[0m�[91m....... ..........  0% 3.78M 2s�[0m�[91m
Step #3 - "lint":     50K .......... .......... .......... .......... ..........  1%�[0m�[91m 3.87M 2s
Step #3 - "lint":    100K .........�[0m�[91m. .......�[0m�[91m.�[0m�[91m.. .......... .......... ..........  1% 3.85M 2s
Step #3 - "lint":    150K ..�[0m�[91m........ ........�[0m�[91m.. .......... ......�[0m�[91m.... ..........  2%  120M 2s
Step #3 - "lint":    200K .......... .........�[0m�[91m. .......... .......�[0m�[91m... ..........  2%  166M 1s
Step #3 - "lint":    250K .......... .......... .�[0m�[91m......... .......... ..........  3% 3.96M 1s
Step #3 - "lint":    300K .......... .......... ..�[0m�[91m........ .......... ..........  4%  162M 1s
Step #3 - "lint":    350K ......�[0m�[91m.... .......... ...�[0m�[91m....... .......... ..........  4%  182M 1s
Step #3 - "lint":    400K ......�[0m�[91m.... .....�[0m�[91m..... .......... .......... ..........  5%  196M 1s
Step #3 - "lint":    450K ........�[0m�[91m.. .......... .....�[0m�[91m..... .......... ..........  5% 4.08M 1s
Step #3 - "lint":    500K .......... .......... .......... ....�[0m�[91m...... ...�[0m�[91m.......  6%  155M 1s
Step #3 - "lint":    550K .......... .......... ......�[0m�[91m.... .......... ..........  7%  156M 1s
Step #3 - "lint":    600K ..�[0m�[91m........ .......... .......... .......... .....�[0m�[91m.....  7%  183M 1s
Step #3 - "lint":    650K ...�[0m�[91m....... .......... .......... .......... .....�[0m�[91m.�[0m�[91m....  8%  140M 1s
Step #3 - "lint":    700K .......... ...�[0m�[91m....... .......... ........�[0m�[91m.. .......�[0m�[91m...  8%  165M 1s
Step #3 - "lint":    750K .....�[0m�[91m.....�[0m�[91m ...�[0m�[91m....... ..........�[0m�[91m .�[0m�[91m......... .�[0m�[91m.....�[0m�[91m..�[0m�[91m..  9%  138M 1s
Step #3 - "lint":    800K .......... .....�[0m�[91m..... .......... .�[0m�[91m......... .........�[0m�[91m. 10%  198M 1s
Step #3 - "lint":    850K .......... ......�[0m�[91m.... .......... ...�[0m�[91m....... .........�[0m�[91m. 10%  227M 1s
Step #3 - "lint":    900K .......... ......�[0m�[91m.�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m.�[0m�[91m...... ..�[0m�[91m........ 11%  245M 1s�[0m�[91m
Step #3 - "lint":    950K .........�[0m�[91m. ........�[0m�[91m.. .......... .......... .......... 11% 4.73M 1s
Step #3 - "lint":   1000K ..�[0m�[91m........ .........�[0m�[91m. .......... .......... ....�[0m�[91m...... 12%  128M 1s
Step #3 - "lint":   1050K .......... .......... .......... .......... .....�[0m�[91m..... 12%  158M 1s
Step #3 - "lint":   1100K ....�[0m�[91m...... �[0m�[91m.......... .�[0m�[91m......... .......�[0m�[91m.�[0m�[91m.. ..........�[0m�[91m 13%  159M 0s
Step #3 - "lint":   1150K ....�[0m�[91m...... .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... 14%  161M 0s
Step #3 - "lint":   1200K ...�[0m�[91m....... .........�[0m�[91m. .......... ......�[0m�[91m.... .......... 14% 98.1M 0s
Step #3 - "lint":   1250K .�[0m�[91m......... .......... .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. 15%  137M 0s
Step #3 - "lint":   1300K ..�[0m�[91m........ .......... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... 15%  215M 0s
Step #3 - "lint":   1350K .......... ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .......... 16%  256M 0s
Step #3 - "lint":   1400K .......... .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... 17%  273M 0s
Step #3 - "lint":   1450K .........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. 17%  230M 0s
Step #3 - "lint":   1500K .......�[0m�[91m... ........�[0m�[91m.. .......... .�[0m�[91m........�[0m�[91m. .......... 18%  253M 0s
Step #3 - "lint":   1550K .......... ...�[0m�[91m....... .�[0m�[91m......... .......... .......... 18%  303M 0s
Step #3 - "lint":   1600K .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... .......... 19% 5.20M 0s
Step #3 - "lint":   1650K .......... .......�[0m�[91m... .......... .......... .........�[0m�[91m. 20%  186M 0s
Step #3 - "lint":   1700K .......�[0m�[91m... .....�[0m�[91m..... .......... .......... .......�[0m�[91m... 20%  179M 0s
Step #3 - "lint":   1750K .....�[0m�[91m..... .......... .......... .......... .......... 21%  249M 0s
Step #3 - "lint":   1800K ...�[0m�[91m....... .�[0m�[91m......... .......... .......... ...�[0m�[91m....... 21%  251M 0s
Step #3 - "lint":   1850K .......... .......�[0m�[91m... .......... .......... .�[0m�[91m........�[0m�[91m. 22%  178M 0s
Step #3 - "lint":   1900K .......�[0m�[91m... ........�[0m�[91m.. .......... .�[0m�[91m........�[0m�[91m. .......... 22%  231M 0s
Step #3 - "lint":   1950K .......... .......... .�[0m�[91m......... .......... .......... 23%  308M 0s
Step #3 - "lint":   2000K .......... .�[0m�[91m......... .......... .....�[0m�[91m..... .......... 24%  272M 0s
Step #3 - "lint":   2050K .�[0m�[91m......... .......�[0m�[91m... .......... .......... .�[0m�[91m........�[0m�[91m. 24%  217M 0s
Step #3 - "lint":   2100K .......... .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... 25%  230M 0s
Step #3 - "lint":   2150K .......... .......... .......... .......... .......... 25%  218M 0s
Step #3 - "lint":   2200K .......... .......... .......�[0m�[91m... .......... .......... 26%  241M 0s
Step #3 - "lint":   2250K .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. 27%  232M 0s
Step #3 - "lint":   2300K .......... .......... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... 27%  203M 0s
Step #3 - "lint":   2350K .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... .......... 28%  244M 0s
Step #3 - "lint":   2400K .......... .........�[0m�[91m. .......... .....�[0m�[91m..... .......... 28%  215M 0s
Step #3 - "lint":   2450K .�[0m�[91m......... .......... .......... ...�[0m�[91m....... .......... 29%  209M 0s
Step #3 - "lint":   2500K .......�[0m�[91m... ...�[0m�[91m....... .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... 30%  229M 0s
Step #3 - "lint":   2550K .......... ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... 30%  224M 0s
Step #3 - "lint":   2600K ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... .......... 31%  238M 0s
Step #3 - "lint":   2650K .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... 31%  223M 0s
Step #3 - "lint":   2700K .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. .......... 32%  229M 0s
Step #3 - "lint":   2750K .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... .......... 32%  216M 0s
Step #3 - "lint":   2800K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... �[0m�[91m.....�[0m�[91m..... .......... 33%  198M 0s
Step #3 - "lint":   2850K .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. 34%  206M 0s
Step #3 - "lint":   2900K .......... .....�[0m�[91m..�[0m�[91m... .......... .�[0m�[91m......... .......�[0m�[91m... 34%  204M 0s
Step #3 - "lint":   2950K .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... 35%  257M 0s
Step #3 - "lint":   3000K ...�[0m�[91m....... .�[0m�[91m......... �[0m�[91m.......�[0m�[91m... .......... .......... 35%  201M 0s
Step #3 - "lint":   3050K .�[0m�[91m........�[0m�[91m. .......... ..........�[0m�[91m .......... .�[0m�[91m........�[0m�[91m. 36%  220M 0s
Step #3 - "lint":   3100K .......�[0m�[91m... .....�[0m�[91m..... .......... .......... .......... 37%  277M 0s
Step #3 - "lint":   3150K .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... .......... 37% 7.77M 0s
Step #3 - "lint":   3200K .......... .........�[0m�[91m. .......... .......... ...�[0m�[91m....... 38%  158M 0s
Step #3 - "lint":   3250K .........�[0m�[91m. ....�[0m�[91m...... .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. 38%  147M 0s
Step #3 - "lint":   3300K .......... .......... .......... .........�[0m�[91m. .......�[0m�[91m... 39%  255M 0s
Step #3 - "lint":   3350K .......... .......... .......... .......... .....�[0m�[91m..... 40%  270M 0s
Step #3 - "lint":   3400K ...�[0m�[91m..�[0m�[91m..... .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... 40%  218M 0s
Step #3 - "lint":   3450K .......... .......... .......... .......... .......... 41%  225M 0s
Step #3 - "lint":   3500K ......�[0m�[91m.... .....�[0m�[91m..... .......... .......... .....�[0m�[91m..... 41%  212M 0s
Step #3 - "lint":   3550K .�[0m�[91m....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... .......... 42%  246M 0s
Step #3 - "lint":   3600K ...�[0m�[91m....... .......... .......... ....�[0m�[91m...... .�[0m�[91m......... 42%  207M 0s
Step #3 - "lint":   3650K ........�[0m�[91m.. .......�[0m�[91m... .......... .......... .........�[0m�[91m. 43%  218M 0s
Step #3 - "lint":   3700K .......... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... .......... 44%  215M 0s
Step #3 - "lint":   3750K .....�[0m�[91m..... ...�[0m�[91m....... .......... .......�[0m�[91m... .......... 44%  276M 0s
Step #3 - "lint":   3800K .......... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... .......... 45%  238M 0s
Step #3 - "lint":   3850K .�[0m�[91m........�[0m�[91m. .......... .......... ...�[0m�[91m....... .�[0m�[91m......... 45%  203M 0s
Step #3 - "lint":   3900K �[0m�[91m.......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... 46%  201M 0s
Step #3 - "lint":   3950K .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... .......... 47%  213M 0s
Step #3 - "lint":   4000K ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... .......... 47%  245M 0s
Step #3 - "lint":   4050K .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. 48%  234M�[0m�[91m 0s
Step #3 - "lint":   4100K .......... .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... 48%  181M 0s
Step #3 - "lint":   4150K .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. .......... .......... 49%  239M 0s
Step #3 - "lint":   4200K ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .......... ...�[0m�[91m....... 50%  197M 0s
Step #3 - "lint":   4250K .......... ......�[0m�[91m.... .....�[0m�[91m..... .......... .�[0m�[91m......... 50%  200M 0s
Step #3 - "lint":   4300K .......... .......... ...�[0m�[91m....... .........�[0m�[91m. .......... 51%  242M 0s
Step #3 - "lint":   4350K .......... .......... .�[0m�[91m......... .......�[0m�[91m... .......... 51%  207M 0s
Step #3 - "lint":   4400K .......... .........�[0m�[91m. .......... .......... .......... 52%  270M 0s
Step #3 - "lint":   4450K .�[0m�[91m......... .�[0m�[91m......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .......... 52%  168M 0s
Step #3 - "lint":   4500K .......... .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... 53%  259M 0s
Step #3 - "lint":   4550K .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. .......... .......... 54%  251M 0s
Step #3 - "lint":   4600K .......... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... .......... 54%  200M 0s
Step #3 - "lint":   4650K .........�[0m�[91m. .......... .......... .......... .........�[0m�[91m. 55%  268M 0s
Step #3 - "lint":   4700K .......�[0m�[91m... .......... .......... .........�[0m�[91m. .......... 55%  216M 0s
Step #3 - "lint":   4750K .......... .......... .......... .......... .....�[0m�[91m..... 56%  237M 0s
Step #3 - "lint":   4800K ...�[0m�[91m....... .......... ......�[0m�[91m.�[0m�[91m... .......... ...�[0m�[91m....... 57%  196M 0s
Step #3 - "lint":   4850K .�[0m�[91m......... .......... .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. 57%  197M 0s
Step #3 - "lint":   4900K .......... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... 58%  197M 0s
Step #3 - "lint":   4950K .......... ...�[0m�[91m....... .........�[0m�[91m. .......... .......... 58%  213M 0s
Step #3 - "lint":   5000K�[0m�[91m ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... 59%  197M 0s
Step #3 - "lint":   5050K .�[0m�[91m........�[0m�[91m. .......... .......... .......... .�[0m�[91m........�[0m�[91m. 60%  256M 0s
Step #3 - "lint":   5100K .......... .......... ...�[0m�[91m....... .........�[0m�[91m. .......... 60%  252M 0s
Step #3 - "lint":   5150K .....�[0m�[91m..... .......... .�[0m�[91m..�[0m�[91m....... .......�[0m�[91m... .......... 61%  274M 0s
Step #3 - "lint":   5200K ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... .......... 61%  224M 0s
Step #3 - "lint":   5250K .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. 62%  204M 0s
Step #3 - "lint":   5300K .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... 62% 15.3M 0s
Step #3 - "lint":   5350K .......... ...�[0m�[91m....... .......... .......... .....�[0m�[91m..... 63%  174M 0s
Step #3 - "lint":   5400K .......... .......... .......�[0m�[91m... .......... .......... 64%  213M 0s
Step #3 - "lint":   5450K .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... .......... .�[0m�[91m......... 64%  225M 0s
Step #3 - "lint":   5500K .......�[0m�[91m... .......... ...�[0m�[91m....... .......... .......... 65%  242M 0s
Step #3 - "lint":   5550K .....�[0m�[91m..... .......... .........�[0m�[91m. .......... .....�[0m�[91m..... 65%  290M 0s
Step #3 - "lint":   5600K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... .......... ...�[0m�[91m....... 66% 46.7M 0s
Step #3 - "lint":   5650K .........�[0m�[91m. .......... .......... ...�[0m�[91m....... .......... 67% 42.4M 0s
Step #3 - "lint":   5700K .......... .....�[0m�[91m..... .......... .�[0m�[91m......... .......... 67% 88.0M 0s
Step #3 - "lint":   5750K .......... .......... .........�[0m�[91m. .......... .....�[0m�[91m..... 68%  122M 0s
Step #3 - "lint":   5800K ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... 68%  118M 0s
Step #3 - "lint":   5850K .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. 69%  156M 0s
Step #3 - "lint":   5900K .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. .......... 70%  194M 0s
Step #3 - "lint":   5950K .....�[0m�[91m..... .......... .........�[0m�[91m. .......�[0m�[91m... .......... 70%  161M 0s
Step #3 - "lint":   6000K ...�[0m�[91m....... .........�[0m�[91m. .......... .......... .......... 71%  109M 0s
Step #3 - "lint":   6050K .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... ...�[0m�[91m....... .......... 71%�[0m�[91m 67.1M 0s
Step #3 - "lint":   6100K .......... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... .......... 72%  178M 0s
Step #3 - "lint":   6150K .......... .......... .......... .......... .......... 72%  218M 0s
Step #3 - "lint":   6200K .......... .�[0m�[91m......... .......�[0m�[91m... .......... .......... 73%�[0m�[91m  122M 0s
Step #3 - "lint":   6250K .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... 74%  140M 0s
Step #3 - "lint":   6300K .......... .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... 74%  130M 0s
Step #3 - "lint":   6350K .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... .......... 75% 91.8M 0s
Step #3 - "lint":   6400K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... .......... 75%  158M 0s
Step #3 - "lint":   6450K .........�[0m�[91m. .......... ..�[0m�[91m...�[0m�[91m..... ...�[0m�[91m....... ........�[0m�[91m.�[0m�[91m. 76%  178M 0s
Step #3 - "lint":   6500K .......... .......... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... 77%  124M 0s
Step #3 - "lint":   6550K .......... ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... 77%  183M 0s
Step #3 - "lint":   6600K .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... ...�[0m�[91m....... 78%  181M 0s
Step #3 - "lint":   6650K .........�[0m�[91m. .......... .....�[0m�[91m..... .......... .......... 78%  165M 0s
Step #3 - "lint":   6700K .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... 79%  144M 0s
Step #3 - "lint":   6750K .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... ..........�[0m�[91m 80% 81.9M 0s
Step #3 - "lint":   6800K ...�[0m�[91m....... .......... .......�[0m�[91m... .....�[0m�[91m..... .......... 80%  170M 0s
Step #3 - "lint":   6850K .......... .......�[0m�[91m... .....�[0m�[91m..... .......... .......... 81%  204M 0s
Step #3 - "lint":   6900K .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... 81%  217M 0s
Step #3 - "lint":   6950K .......... .......... .........�[0m�[91m. .......... .......... 82%  220M 0s
Step #3 - "lint":   7000K ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... 82% 76.2M 0s
Step #3 - "lint":   7050K .........�[0m�[91m. .......... .......... ...�[0m�[91m....... .�[0m�[91m......... 83%  140M 0s
Step #3 - "lint":   7100K .......... .......... ...�[0m�[91m....... .......... .......... 84%  157M 0s
Step #3 - "lint":   7150K .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... 84%  267M 0s
Step #3 - "lint":   7200K .......... ..........�[0m�[91m .......... .....�[0m�[91m..... .......... 85%  216M 0s
Step #3 - "lint":   7250K .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. 85% 99.1M 0s
Step #3 - "lint":   7300K .......... .......... ...�[0m�[91m....... .�[0m�[91m......... .......... 86%  190M 0s
Step #3 - "lint":   7350K .....�[0m�[91m..... .......... .........�[0m�[91m. .......... .....�[0m�[91m..... 87%  153M 0s
Step #3 - "lint":   7400K .......... .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... 87%  223M 0s
Step #3 - "lint":   7450K .......�[0m�[91m..�[0m�[91m. .......... .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. 88%  140M 0s
Step #3 - "lint":   7500K .......�[0m�[91m... ...�[0m�[91m....... ...�[0m�[91m....... .......... .......�[0m�[91m... 88%  107M 0s
Step #3 - "lint":   7550K .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... .......... 89%  163M 0s
Step #3 - "lint":   7600K ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... .......... 90%  114M 0s
Step #3 - "lint":   7650K .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .......... 90%  167M 0s
Step #3 - "lint":   7700K .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... 91%  167M 0s
Step #3 - "lint":   7750K .......... .......... .........�[0m�[91m. .......... .....�[0m�[91m..... 91%  175M 0s
Step #3 - "lint":   7800K .......�[0m�[91m... .�[0m�[91m......... .......... .......... ...�[0m�[91m....... 92% 80.6M 0s
Step #3 - "lint":   7850K .........�[0m�[91m. .......... .......... .......... .�[0m�[91m......... 93%  187M 0s
Step #3 - "lint":   7900K ..�[0m�[91m.....�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. .......... 93%  192M 0s
Step #3 - "lint":   7950K .......... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... 94%  221M 0s
Step #3 - "lint":   8000K .......... .........�[0m�[91m. .......... .....�[0m�[91m..... .......... 94%  235M 0s
Step #3 - "lint":   8050K .�[0m�[91m......... .......... .......... ...�[0m�[91m....... .........�[0m�[91m. 95%  171M 0s
Step #3 - "lint":   8100K .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... 95%  246M 0s
Step #3 - "lint":   8150K .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... 96%  218M 0s
Step #3 - "lint":   8200K .......... .�[0m�[91m......... .......�[0m�[91m... .......... .......... 97%  259M 0s
Step #3 - "lint":   8250K .�[0m�[91m........�[0m�[91m. ....�[0m�[91m...�[0m�[91m... .......... .......... .�[0m�[91m......... 97%  186M 0s
Step #3 - "lint":   8300K .......�[0m�[91m... .......... ...�[0m�[91m....... .......... .......... 98%  244M 0s
Step #3 - "lint":   8350K .......... .......... .......... .......... .......... 98%  280M 0s
Step #3 - "lint":   8400K .......... .......... .......... .......... .......... 99%  285M 0s
Step #3 - "lint":   8450K .......... .......... .......... .......... ....      100%  245M=0.1s
Step #3 - "lint": 
Step #3 - "lint": 2019-01-23 02:12:19 (60.8 MB/s) - '/tmp/hugo/hugo.tar.gz' saved [8698428/8698428]
Step #3 - "lint": 
Step #3 - "lint": �[0mLICENSE
Step #3 - "lint": README.md
Step #3 - "lint": hugo
Step #3 - "lint": Removing intermediate container df52963351fa
Step #3 - "lint":  ---> d54aa6eac969
Step #3 - "lint": Step 28/33 : RUN curl -sL https://deb.nodesource.com/setup_11.x | bash - &&     apt-get install -y nodejs
Step #3 - "lint":  ---> Running in 3a3bdfaa5d8b
Step #3 - "lint": 
Step #3 - "lint": ## Installing the NodeSource Node.js 11.x repo...
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": ## Populating apt-get cache...
Step #3 - "lint": 
Step #3 - "lint": + apt-get update
Step #3 - "lint": Ign:1 http://deb.debian.org/debian stretch InRelease
Step #3 - "lint": Hit:2 http://security.debian.org/debian-security stretch/updates InRelease
Step #3 - "lint": Hit:3 http://deb.debian.org/debian stretch-updates InRelease
Step #3 - "lint": Hit:4 http://deb.debian.org/debian stretch Release
Step #3 - "lint": Reading package lists...
Step #3 - "lint": 
Step #3 - "lint": ## Installing packages required for setup: apt-transport-https lsb-release...
Step #3 - "lint": 
Step #3 - "lint": + apt-get install -y apt-transport-https lsb-release > /dev/null 2>&1
Step #3 - "lint": 
Step #3 - "lint": ## Confirming "stretch" is supported...
Step #3 - "lint": 
Step #3 - "lint": + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_11.x/dists/stretch/Release'
Step #3 - "lint": 
Step #3 - "lint": ## Adding the NodeSource signing key to your keyring...
Step #3 - "lint": 
Step #3 - "lint": + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
Step #3 - "lint": �[91mWarning: apt-key output should not be parsed (stdout is not a terminal)
Step #3 - "lint": �[0mOK
Step #3 - "lint": 
Step #3 - "lint": ## Creating apt sources list file for the NodeSource Node.js 11.x repo...
Step #3 - "lint": 
Step #3 - "lint": + echo 'deb https://deb.nodesource.com/node_11.x stretch main' > /etc/apt/sources.list.d/nodesource.list
Step #3 - "lint": + echo 'deb-src https://deb.nodesource.com/node_11.x stretch main' >> /etc/apt/sources.list.d/nodesource.list
Step #3 - "lint": 
Step #3 - "lint": ## Running `apt-get update` for you...
Step #3 - "lint": 
Step #3 - "lint": + apt-get update
Step #3 - "lint": Ign:1 http://deb.debian.org/debian stretch InRelease
Step #3 - "lint": Hit:2 http://security.debian.org/debian-security stretch/updates InRelease
Step #3 - "lint": Hit:3 http://deb.debian.org/debian stretch-updates InRelease
Step #3 - "lint": Hit:4 http://deb.debian.org/debian stretch Release
Step #3 - "lint": Get:5 https://deb.nodesource.com/node_11.x stretch InRelease [4612 B]
Step #3 - "lint": Get:7 https://deb.nodesource.com/node_11.x stretch/main amd64 Packages [767 B]
Step #3 - "lint": Fetched 5379 B in 0s (10.3 kB/s)
Step #3 - "lint": Reading package lists...
Step #3 - "lint": 
Step #3 - "lint": ## Run `sudo apt-get install -y nodejs` to install Node.js 11.x and npm
Step #3 - "lint": ## You may also need development tools to build native addons:
Step #3 - "lint":      sudo apt-get install gcc g++ make
Step #3 - "lint": ## To install the Yarn package manager, run:
Step #3 - "lint":      curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
Step #3 - "lint":      echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
Step #3 - "lint":      sudo apt-get update && sudo apt-get install yarn
Step #3 - "lint": 
Step #3 - "lint": 
Step #3 - "lint": Reading package lists...
Step #3 - "lint": Building dependency tree...
Step #3 - "lint": Reading state information...
Step #3 - "lint": The following NEW packages will be installed:
Step #3 - "lint":   nodejs
Step #3 - "lint": 0 upgraded, 1 newly installed, 0 to remove and 6 not upgraded.
Step #3 - "lint": Need to get 15.7 MB of archives.
Step #3 - "lint": After this operation, 74.1 MB of additional disk space will be used.
Step #3 - "lint": Get:1 https://deb.nodesource.com/node_11.x stretch/main amd64 nodejs amd64 11.7.0-1nodesource1 [15.7 MB]
Step #3 - "lint": �[91mdebconf: delaying package configuration, since apt-utils is not installed
Step #3 - "lint": �[0mFetched 15.7 MB in 0s (28.0 MB/s)
Step #3 - "lint": Selecting previously unselected package nodejs.
Step #3 - "lint": (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 ... 21148 files and directories currently installed.)
Step #3 - "lint": Preparing to unpack .../nodejs_11.7.0-1nodesource1_amd64.deb ...
Step #3 - "lint": Unpacking nodejs (11.7.0-1nodesource1) ...
Step #3 - "lint": Setting up nodejs (11.7.0-1nodesource1) ...
Step #3 - "lint": Removing intermediate container 3a3bdfaa5d8b
Step #3 - "lint":  ---> d803196725bd
Step #3 - "lint": Step 29/33 : RUN echo "export PATH=/usr/local/go/bin:/go/bin/:\$PATH" >> /root/.bashrc
Step #3 - "lint":  ---> Running in 918a0b111ef7
Step #3 - "lint": Removing intermediate container 918a0b111ef7
Step #3 - "lint":  ---> 655cd0b7444e
Step #3 - "lint": Step 30/33 : RUN echo "export EDITOR=nano" >> /root/.bashrc
Step #3 - "lint":  ---> Running in cfbeca763be5
Step #3 - "lint": Removing intermediate container cfbeca763be5
Step #3 - "lint":  ---> a17516c34439
Step #3 - "lint": Step 31/33 : COPY *.sh /root/
Step #3 - "lint":  ---> 5c11d615f4ca
Step #3 - "lint": Step 32/33 : RUN chmod +x /root/*.sh
Step #3 - "lint":  ---> Running in 2a426b665f75
Step #3 - "lint": Removing intermediate container 2a426b665f75
Step #3 - "lint":  ---> b2c1e1eebe24
Step #3 - "lint": Step 33/33 : WORKDIR /go
Step #3 - "lint":  ---> Running in 529b951e9905
Step #3 - "lint": Removing intermediate container 529b951e9905
Step #3 - "lint":  ---> 3e5a1a7c6cb8
Step #3 - "lint": Successfully built 3e5a1a7c6cb8
Step #3 - "lint": Successfully tagged agones-build:db76ca0bfb
Step #3 - "lint": make[1]: Leaving directory '/workspace/build'
Step #3 - "lint": docker run -t -e "TERM=xterm-256color" --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build -w /go/src/agones.dev/agones  agones-build:db76ca0bfb bash -c \
Step #3 - "lint": 	"golangci-lint run ./examples/... && golangci-lint run --deadline 15m ./..."
Finished Step #3 - "lint"
Starting Step #4 - "tests"
Starting Step #9 - "build-e2e"
Starting Step #8 - "build"
Step #4 - "tests": Already have image: make-docker
Step #9 - "build-e2e": Already have image (with digest): gcr.io/cloud-builders/docker
Step #8 - "build": Already have image: make-docker
Step #4 - "tests": mkdir -p ~/.kube/
Step #4 - "tests": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go test -race agones.dev/agones/pkg/... \
Step #4 - "tests": agones.dev/agones/sdks/... agones.dev/agones/cmd/...
Step #4 - "tests": mkdir -p /tmp/agones-install
Step #4 - "tests": mkdir -p /workspace/build//.config/gcloud
Step #4 - "tests": cp /workspace/install/yaml/install.yaml /tmp/agones-install/install.yaml
Step #4 - "tests": mkdir -p ~/.helm
Step #4 - "tests": docker run --rm --name=agones-website -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb \
Step #4 - "tests":     	hugo server --watch --baseURL="http://localhost:1313/site/" &
Step #4 - "tests": until docker exec agones-website curl -o /dev/null --silent http://localhost:1313/site/; \
Step #4 - "tests": 		do \
Step #4 - "tests": 			echo "Waiting for server to start..."; \
Step #4 - "tests": 			sleep 1; \
Step #4 - "tests": 		done
Step #4 - "tests": sort /tmp/agones-install/install.yaml > /tmp/agones-install/install.yaml.sorted
Step #4 - "tests": /usr/bin/make gen-install
Step #4 - "tests": make[1]: Entering directory '/workspace/build'
Step #4 - "tests": mkdir -p ~/.kube/
Step #4 - "tests": mkdir -p /workspace/build//.config/gcloud
Step #4 - "tests": mkdir -p ~/.helm
Step #4 - "tests": Error: No such container: agones-website
Step #4 - "tests": Waiting for server to start...
Step #4 - "tests": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build  agones-build:db76ca0bfb bash -c \
Step #4 - "tests": 	'helm template --name=agones-manual --namespace agones-system /go/src/agones.dev/agones/install/helm/agones \
Step #4 - "tests": 	--set agones.controller.generateTLS=false \
Step #4 - "tests": 	--set agones.crds.cleanupOnDelete=false \
Step #4 - "tests": 	> /go/src/agones.dev/agones/install/yaml/install.yaml'
Step #9 - "build-e2e": Sending build context to Docker daemon  7.168kB

Step #9 - "build-e2e": Step 1/20 : FROM gcr.io/cloud-builders/gcloud-slim
Step #9 - "build-e2e":  ---> c328dc31a68c
Step #9 - "build-e2e": Step 2/20 : RUN apt-get update &&     apt-get install -y wget psmisc make gcc python jq zip &&     apt-get clean
Step #9 - "build-e2e":  ---> Running in 129d76f9c721
Step #4 - "tests": Building sites … Waiting for server to start...
Step #4 - "tests": ?   	agones.dev/agones/pkg	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/apis	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/apis/stable	[no test files]
Step #9 - "build-e2e": Get:1 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial InRelease [23.8 kB]
Step #4 - "tests": make[1]: Leaving directory '/workspace/build'
Step #4 - "tests": sort /workspace/install/yaml/install.yaml > /tmp/agones-install/install.current.yaml.sorted
Step #4 - "tests": diff /tmp/agones-install/install.yaml.sorted /tmp/agones-install/install.current.yaml.sorted
Step #9 - "build-e2e": Get:2 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB]
Step #9 - "build-e2e": Get:3 http://archive.ubuntu.com/ubuntu xenial InRelease [247 kB]
Step #8 - "build": mkdir -p ~/.kube/
Step #8 - "build": mkdir -p /workspace/build//.config/gcloud
Step #8 - "build": mkdir -p ~/.helm
Step #8 - "build": docker run --rm -e "CGO_ENABLED=0" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #8 - "build": -tags none -o /go/src/agones.dev/agones/cmd/controller/bin/controller \
Step #8 - "build":  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-c59626c" -installsuffix cgo agones.dev/agones/cmd/controller
Step #9 - "build-e2e": Get:4 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial/main amd64 Packages [3356 B]
Step #9 - "build-e2e": Get:5 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial/main Translation-en [2380 B]
Step #9 - "build-e2e": Get:6 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
Step #9 - "build-e2e": Get:7 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [600 kB]
Step #4 - "tests": Waiting for server to start...
Step #9 - "build-e2e": Get:8 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
Step #4 - "tests": 
Step #4 - "tests":                    | EN  
Step #4 - "tests": +------------------+----+
Step #4 - "tests":   Pages            | 59  
Step #4 - "tests":   Paginator pages  |  0  
Step #4 - "tests":   Non-page files   |  2  
Step #4 - "tests":   Static files     | 39  
Step #4 - "tests":   Processed images |  2  
Step #4 - "tests":   Aliases          | 10  
Step #4 - "tests":   Sitemaps         |  1  
Step #4 - "tests":   Cleaned          |  0  
Step #4 - "tests": 
Step #4 - "tests": Total in 2079 ms
Step #4 - "tests": Watching for changes in /go/src/agones.dev/agones/site/{assets,content,layouts,static,themes}
Step #4 - "tests": Watching for config changes in /go/src/agones.dev/agones/site/config.toml, /go/src/agones.dev/agones/site/themes/docsy/config.toml
Step #4 - "tests": Environment: "development"
Step #4 - "tests": Serving pages from memory
Step #4 - "tests": Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
Step #4 - "tests": Web Server is available at http://localhost:1313/site/ (bind address 127.0.0.1)
Step #4 - "tests": Press Ctrl+C to stop
Step #9 - "build-e2e": Get:9 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages [1201 kB]
Step #9 - "build-e2e": Get:10 http://security.ubuntu.com/ubuntu xenial-security/main Translation-en [249 kB]
Step #9 - "build-e2e": Get:11 http://security.ubuntu.com/ubuntu xenial-security/restricted amd64 Packages [7204 B]
Step #9 - "build-e2e": Get:12 http://security.ubuntu.com/ubuntu xenial-security/restricted Translation-en [2152 B]
Step #9 - "build-e2e": Get:13 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [415 kB]
Step #9 - "build-e2e": Get:14 http://security.ubuntu.com/ubuntu xenial-security/universe Translation-en [163 kB]
Step #9 - "build-e2e": Get:15 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [5600 B]
Step #9 - "build-e2e": Get:16 http://security.ubuntu.com/ubuntu xenial-security/multiverse Translation-en [2676 B]
Step #9 - "build-e2e": Get:17 http://archive.ubuntu.com/ubuntu xenial/main Translation-en [568 kB]
Step #9 - "build-e2e": Get:18 http://archive.ubuntu.com/ubuntu xenial/restricted amd64 Packages [8344 B]
Step #9 - "build-e2e": Get:19 http://archive.ubuntu.com/ubuntu xenial/restricted Translation-en [2908 B]
Step #9 - "build-e2e": Get:20 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages [7532 kB]
Step #9 - "build-e2e": Get:21 http://archive.ubuntu.com/ubuntu xenial/universe Translation-en [4354 kB]
Step #9 - "build-e2e": Get:22 http://archive.ubuntu.com/ubuntu xenial/multiverse amd64 Packages [144 kB]
Step #9 - "build-e2e": Get:23 http://archive.ubuntu.com/ubuntu xenial/multiverse Translation-en [106 kB]
Step #9 - "build-e2e": Get:24 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [902 kB]
Step #9 - "build-e2e": Get:25 http://archive.ubuntu.com/ubuntu xenial-updates/main Translation-en [365 kB]
Step #9 - "build-e2e": Get:26 http://archive.ubuntu.com/ubuntu xenial-updates/restricted amd64 Packages [7556 B]
Step #9 - "build-e2e": Get:27 http://archive.ubuntu.com/ubuntu xenial-updates/restricted Translation-en [2272 B]
Step #9 - "build-e2e": Get:28 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [720 kB]
Step #9 - "build-e2e": Get:29 http://archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [295 kB]
Step #9 - "build-e2e": Get:30 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [16.6 kB]
Step #9 - "build-e2e": Get:31 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse Translation-en [8440 B]
Step #9 - "build-e2e": Get:32 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [7280 B]
Step #9 - "build-e2e": Get:33 http://archive.ubuntu.com/ubuntu xenial-backports/main Translation-en [4456 B]
Step #9 - "build-e2e": Get:34 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [7804 B]
Step #9 - "build-e2e": Get:35 http://archive.ubuntu.com/ubuntu xenial-backports/universe Translation-en [4184 B]
Step #4 - "tests": ( trap 'docker stop agones-website' EXIT; docker exec agones-website linkchecker --anchors http://localhost:1313/site/ )
Step #4 - "tests": WARNING 2019-01-23 02:13:23,923 MainThread Running as root user; dropping privileges by changing user to nobody.
Step #4 - "tests": INFO 2019-01-23 02:13:23,924 MainThread Checking intern URLs only; use --check-extern to check extern URLs.
Step #4 - "tests": LinkChecker 9.3              Copyright (C) 2000-2014 Bastian Kleineidam
Step #4 - "tests": LinkChecker comes with ABSOLUTELY NO WARRANTY!
Step #4 - "tests": This is free software, and you are welcome to redistribute it
Step #4 - "tests": under certain conditions. Look at the file `LICENSE' within this
Step #4 - "tests": distribution.
Step #4 - "tests": Get the newest version at http://wummel.github.io/linkchecker/
Step #4 - "tests": Write comments and bugs to https://github.com/wummel/linkchecker/issues
Step #4 - "tests": Support this project at http://wummel.github.io/linkchecker/donations.html
Step #4 - "tests": 
Step #4 - "tests": Start checking at 2019-01-23 02:13:23+000
Step #4 - "tests": 10 threads active,     5 links queued,   21 links in   3 URLs checked, runtime 1 seconds
Step #9 - "build-e2e": Fetched 18.3 MB in 6s (3017 kB/s)
Step #9 - "build-e2e": Reading package lists...
Step #9 - "build-e2e": Reading package lists...
Step #9 - "build-e2e": Building dependency tree...
Step #9 - "build-e2e": Reading state information...
Step #9 - "build-e2e": python is already the newest version (2.7.12-1~16.04).
Step #9 - "build-e2e": python set to manually installed.
Step #9 - "build-e2e": The following packages were automatically installed and are no longer required:
Step #9 - "build-e2e":   libexpat1-dev libpython-dev libpython2.7 libpython2.7-dev
Step #9 - "build-e2e":   python-pkg-resources python2.7-dev
Step #9 - "build-e2e": Use 'apt autoremove' to remove them.
Step #9 - "build-e2e": The following additional packages will be installed:
Step #9 - "build-e2e":   libonig2 unzip
Step #9 - "build-e2e": Suggested packages:
Step #9 - "build-e2e":   gcc-multilib autoconf automake libtool flex bison gdb gcc-doc make-doc
Step #9 - "build-e2e": The following NEW packages will be installed:
Step #9 - "build-e2e":   gcc jq libonig2 make psmisc unzip wget zip
Step #9 - "build-e2e": 0 upgraded, 8 newly installed, 0 to remove and 15 not upgraded.
Step #9 - "build-e2e": Need to get 746 kB/1051 kB of archives.
Step #9 - "build-e2e": After this operation, 3466 kB of additional disk space will be used.
Step #9 - "build-e2e": Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 psmisc amd64 22.21-2.1build1 [48.0 kB]
Step #9 - "build-e2e": Get:2 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libonig2 amd64 5.9.6-1ubuntu0.1 [86.7 kB]
Step #9 - "build-e2e": Get:3 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 jq amd64 1.5+dfsg-1ubuntu0.1 [144 kB]
Step #9 - "build-e2e": Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 make amd64 4.1-6 [151 kB]
Step #9 - "build-e2e": Get:5 http://archive.ubuntu.com/ubuntu xenial/main amd64 unzip amd64 6.0-20ubuntu1 [158 kB]
Step #9 - "build-e2e": Get:6 http://archive.ubuntu.com/ubuntu xenial/main amd64 zip amd64 3.0-11 [158 kB]
Step #9 - "build-e2e": Fetched 746 kB in 0s (928 kB/s)
Step #4 - "tests": 10 threads active,   188 links queued,  242 links in  14 URLs checked, runtime 6 seconds
Step #9 - "build-e2e": Selecting previously unselected package psmisc.
Step #9 - "build-e2e": (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15833 files and directories currently installed.)
Step #9 - "build-e2e": Preparing to unpack .../psmisc_22.21-2.1build1_amd64.deb ...
Step #9 - "build-e2e": Unpacking psmisc (22.21-2.1build1) ...
Step #9 - "build-e2e": Selecting previously unselected package wget.
Step #9 - "build-e2e": Preparing to unpack .../wget_1.17.1-1ubuntu1.4_amd64.deb ...
Step #9 - "build-e2e": Unpacking wget (1.17.1-1ubuntu1.4) ...
Step #9 - "build-e2e": Selecting previously unselected package gcc.
Step #9 - "build-e2e": Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ...
Step #9 - "build-e2e": Unpacking gcc (4:5.3.1-1ubuntu1) ...
Step #9 - "build-e2e": Selecting previously unselected package libonig2:amd64.
Step #9 - "build-e2e": Preparing to unpack .../libonig2_5.9.6-1ubuntu0.1_amd64.deb ...
Step #9 - "build-e2e": Unpacking libonig2:amd64 (5.9.6-1ubuntu0.1) ...
Step #9 - "build-e2e": Selecting previously unselected package jq.
Step #9 - "build-e2e": Preparing to unpack .../jq_1.5+dfsg-1ubuntu0.1_amd64.deb ...
Step #9 - "build-e2e": Unpacking jq (1.5+dfsg-1ubuntu0.1) ...
Step #9 - "build-e2e": Selecting previously unselected package make.
Step #9 - "build-e2e": Preparing to unpack .../archives/make_4.1-6_amd64.deb ...
Step #9 - "build-e2e": Unpacking make (4.1-6) ...
Step #9 - "build-e2e": Selecting previously unselected package unzip.
Step #9 - "build-e2e": Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ...
Step #9 - "build-e2e": Unpacking unzip (6.0-20ubuntu1) ...
Step #9 - "build-e2e": Selecting previously unselected package zip.
Step #9 - "build-e2e": Preparing to unpack .../archives/zip_3.0-11_amd64.deb ...
Step #9 - "build-e2e": Unpacking zip (3.0-11) ...
Step #9 - "build-e2e": Processing triggers for libc-bin (2.23-0ubuntu10) ...
Step #9 - "build-e2e": Processing triggers for mime-support (3.59ubuntu1) ...
Step #9 - "build-e2e": Setting up psmisc (22.21-2.1build1) ...
Step #9 - "build-e2e": Setting up wget (1.17.1-1ubuntu1.4) ...
Step #9 - "build-e2e": Setting up gcc (4:5.3.1-1ubuntu1) ...
Step #9 - "build-e2e": Setting up libonig2:amd64 (5.9.6-1ubuntu0.1) ...
Step #9 - "build-e2e": Setting up jq (1.5+dfsg-1ubuntu0.1) ...
Step #9 - "build-e2e": Setting up make (4.1-6) ...
Step #9 - "build-e2e": Setting up unzip (6.0-20ubuntu1) ...
Step #9 - "build-e2e": Setting up zip (3.0-11) ...
Step #9 - "build-e2e": Processing triggers for libc-bin (2.23-0ubuntu10) ...
Step #4 - "tests": 10 threads active,   231 links queued,  417 links in  28 URLs checked, runtime 11 seconds
Step #9 - "build-e2e": Removing intermediate container 129d76f9c721
Step #9 - "build-e2e":  ---> 3df666099d61
Step #9 - "build-e2e": Step 3/20 : WORKDIR /usr/local
Step #9 - "build-e2e":  ---> Running in aaad55cc550a
Step #9 - "build-e2e": Removing intermediate container aaad55cc550a
Step #9 - "build-e2e":  ---> 13a49ae71f31
Step #9 - "build-e2e": Step 4/20 : ENV GO_VERSION=1.11.1
Step #9 - "build-e2e":  ---> Running in c24c182c579e
Step #9 - "build-e2e": Removing intermediate container c24c182c579e
Step #9 - "build-e2e":  ---> 1d745d47f8c4
Step #9 - "build-e2e": Step 5/20 : ENV GOPATH /go
Step #9 - "build-e2e":  ---> Running in f06f212cb66d
Step #9 - "build-e2e": Removing intermediate container f06f212cb66d
Step #9 - "build-e2e":  ---> a73d3cb5d596
Step #9 - "build-e2e": Step 6/20 : RUN wget -q https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz &&     tar -xzf go${GO_VERSION}.linux-amd64.tar.gz && rm go${GO_VERSION}.linux-amd64.tar.gz && mkdir ${GOPATH}
Step #9 - "build-e2e":  ---> Running in 973c4e4e24dd
Step #4 - "tests": 10 threads active,   526 links queued, 1251 links in  42 URLs checked, runtime 16 seconds
Step #4 - "tests": 10 threads active,   609 links queued, 2087 links in  55 URLs checked, runtime 21 seconds
Step #4 - "tests": 10 threads active,    51 links queued, 3332 links in  64 URLs checked, runtime 26 seconds
Step #4 - "tests": 10 threads active,     0 links queued, 3383 links in  77 URLs checked, runtime 31 seconds
Step #9 - "build-e2e": Removing intermediate container 973c4e4e24dd
Step #9 - "build-e2e":  ---> 341129852a92
Step #9 - "build-e2e": Step 7/20 : ENV PATH /usr/local/go/bin:/go/bin:$PATH
Step #9 - "build-e2e":  ---> Running in ec96fb0ea383
Step #9 - "build-e2e": Removing intermediate container ec96fb0ea383
Step #9 - "build-e2e":  ---> 375f0074eeca
Step #9 - "build-e2e": Step 8/20 : ENV KUBECTL_VER 1.11.5
Step #9 - "build-e2e":  ---> Running in 8baa174c4da0
Step #9 - "build-e2e": Removing intermediate container 8baa174c4da0
Step #9 - "build-e2e":  ---> c03a291bf78f
Step #9 - "build-e2e": Step 9/20 : RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VER}/bin/linux/amd64/kubectl &&     chmod go+rx ./kubectl &&     mv ./kubectl /usr/local/bin/kubectl
Step #9 - "build-e2e":  ---> Running in 0f189ed27217
Step #4 - "tests": 
Step #4 - "tests": Statistics:
Step #4 - "tests": Downloaded: 2.26MB.
Step #4 - "tests": Content types: 253 image, 2023 text, 0 video, 0 audio, 88 application, 0 mail and 1029 other.
Step #4 - "tests": URL lengths: min=15, max=373, avg=58.
Step #4 - "tests": 
Step #4 - "tests": That's it. 3393 links in 79 URLs checked. 0 warnings found. 0 errors found.
Step #4 - "tests": Stopped checking at 2019-01-23 02:13:57+000 (33 seconds)
Step #9 - "build-e2e": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #9 - "build-e2e":                                  Dload  Upload   Total   Spent    Left  Speed
Step #9 - "build-e2e": 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
100 52.8M  100 52.8M    0     0  78.6M      0 --:--:-- --:--:-- --:--:-- 78.7M
Step #4 - "tests": agones-website
Step #9 - "build-e2e": �[0mRemoving intermediate container 0f189ed27217
Step #9 - "build-e2e":  ---> a9322929f239
Step #9 - "build-e2e": Step 10/20 : ENV HELM_VER 2.11.0
Step #9 - "build-e2e":  ---> Running in 99e848db8c73
Step #9 - "build-e2e": Removing intermediate container 99e848db8c73
Step #9 - "build-e2e":  ---> d1f480bebf8f
Step #9 - "build-e2e": Step 11/20 : ENV HELM_URL https://storage.googleapis.com/kubernetes-helm/helm-v${HELM_VER}-linux-amd64.tar.gz
Step #9 - "build-e2e":  ---> Running in 73a1b02a2445
Step #9 - "build-e2e": Removing intermediate container 73a1b02a2445
Step #9 - "build-e2e":  ---> b70aa172d19a
Step #9 - "build-e2e": Step 12/20 : RUN curl -L  ${HELM_URL} > /tmp/helm.tar.gz     && tar -zxvf /tmp/helm.tar.gz -C /tmp     && mv /tmp/linux-amd64/helm /usr/local/bin/helm     && chmod go+rx /usr/local/bin/helm     && rm /tmp/helm.tar.gz && rm -rf /tmp/linux-amd64
Step #9 - "build-e2e":  ---> Running in 4030adbbed44
Step #9 - "build-e2e": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #9 - "build-e2e":                                  Dload  Upload   Total   Spent    Left  Speed
Step #4 - "tests": ok  	agones.dev/agones/pkg/apis/stable/v1alpha1	1.130s
Step #4 - "tests": ?   	agones.dev/agones/pkg/client	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/clientset/versioned	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/clientset/versioned/fake	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/clientset/versioned/scheme	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/clientset/versioned/typed/stable/v1alpha1	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/clientset/versioned/typed/stable/v1alpha1/fake	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/informers/externalversions	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/informers/externalversions/internalinterfaces	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/informers/externalversions/stable	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/informers/externalversions/stable/v1alpha1	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/client/listers/stable/v1alpha1	[no test files]
Step #9 - "build-e2e": 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
�[0m�[91m  0�[0m�[91m    �[0m�[91m �[0m�[91m0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
100 18.2M  100 18.2M    0     0  47.1M      0 --:--:-- --:--:-- --:--:-- 47.0M
Step #9 - "build-e2e": �[0mlinux-amd64/
Step #9 - "build-e2e": linux-amd64/tiller
Step #9 - "build-e2e": linux-amd64/README.md
Step #9 - "build-e2e": linux-amd64/helm
Step #9 - "build-e2e": linux-amd64/LICENSE
Step #9 - "build-e2e": Removing intermediate container 4030adbbed44
Step #9 - "build-e2e":  ---> 3a4bc7228735
Step #9 - "build-e2e": Step 13/20 : ENV CONSUL_VERSION=1.2.1
Step #9 - "build-e2e":  ---> Running in e0450f77a6a5
Step #9 - "build-e2e": Removing intermediate container e0450f77a6a5
Step #9 - "build-e2e":  ---> 9876a2fcf846
Step #9 - "build-e2e": Step 14/20 : ENV HASHICORP_RELEASES=https://releases.hashicorp.com
Step #9 - "build-e2e":  ---> Running in 818c9d236d8d
Step #8 - "build": docker build /workspace/cmd/controller/ --tag=gcr.io/agones-images/agones-controller:0.8.0-c59626c 
Step #9 - "build-e2e": Removing intermediate container 818c9d236d8d
Step #9 - "build-e2e":  ---> a7866d770b98
Step #9 - "build-e2e": Step 15/20 : RUN mkdir -p /tmp/build &&     wget ${HASHICORP_RELEASES}/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_linux_amd64.zip     -P /tmp/build/  &&     unzip -d /usr/local/bin/ /tmp/build/consul_${CONSUL_VERSION}_linux_amd64.zip &&     cd /tmp &&     rm -rf /tmp/build &&     chmod go+rx /usr/local/bin/consul &&     consul version
Step #9 - "build-e2e":  ---> Running in 43ddbf885955
Step #8 - "build": Sending build context to Docker daemon  38.27MB

Step #8 - "build": Step 1/5 : FROM alpine:3.8
Step #8 - "build": 3.8: Pulling from library/alpine
Step #8 - "build": Digest: sha256:3d2e482b82608d153a374df3357c0291589a61cc194ec4a9ca2381073a17f58e
Step #8 - "build": Status: Downloaded newer image for alpine:3.8
Step #8 - "build":  ---> 3f53bb00af94
Step #8 - "build": Step 2/5 : RUN apk --update add ca-certificates &&     adduser -D agones
Step #9 - "build-e2e": �[91m--2019-01-23 02:14:06--  https://releases.hashicorp.com/consul/1.2.1/consul_1.2.1_linux_amd64.zip
Step #8 - "build":  ---> Running in 6c6b84886bd3
Step #9 - "build-e2e": �[0m�[91mResolving releases.hashicorp.com (releases.hashicorp.com)... �[0m�[91m151.101.1.183, 151.101.65.183, 151.101.129.183, ...
Step #9 - "build-e2e": Connecting to releases.hashicorp.com (releases.hashicorp.com)|151.101.1.183|:443... �[0m�[91mconnected.
Step #9 - "build-e2e": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m200 OK
Step #9 - "build-e2e": Length: 14529496 (14M) [application/zip]
Step #9 - "build-e2e": Saving to: '/tmp/build/consul_1.2.1_linux_amd64.zip'
Step #9 - "build-e2e": �[0m�[91m
Step #9 - "build-e2e":      0K .......... .�[0m�[91m......... ..�[0m�[91m..�[0m�[91m...�[0m�[91m... .......... ..........  0% 1.76M 8s
Step #9 - "build-e2e":     50K .......... .......... .......�[0m�[91m... .......... ...�[0m�[91m.......  0% 4.08M 6s
Step #9 - "build-e2e":    100K .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... .......... .�[0m�[91m.........  1% 13.6M 4s
Step #9 - "build-e2e":    150K .......�[0m�[91m... .......... .......... .........�[0m�[91m. ..........  1% 5.84M 4s
Step #9 - "build-e2e":    200K .....�[0m�[91m..... .......... .......... .......�[0m�[91m... ..........  1% 9.44M 3s
Step #9 - "build-e2e":    250K ...�[0m�[91m....... .......... .......... .....�[0m�[91m..... ..........  2% 11.5M 3s�[0m�[91m
Step #9 - "build-e2e":    300K .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m.  2% 6.19M 3s
Step #9 - "build-e2e":    350K .......... .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m...  2% 7.01M 3s
Step #9 - "build-e2e":    400K .......... ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m.....  3% 11.5M 2s
Step #9 - "build-e2e":    450K ...�[0m�[91m....... .�[0m�[91m......... .......... .......... ...�[0m�[91m.......  3% 10.9M 2s
Step #9 - "build-e2e":    500K .......... .......... .....�[0m�[91m..... .......... .�[0m�[91m.........  3% 7.77M 2s
Step #9 - "build-e2e":    550K .......... .......... ...�[0m�[91m....... .........�[0m�[91m. ..........  4% 11.0M 2s
Step #9 - "build-e2e":    600K .......... .......... .�[0m�[91m......... .......�[0m�[91m... ..........  4% 14.1M 2s
Step #9 - "build-e2e":    650K ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... ..........  4% 8.29M 2s
Step #9 - "build-e2e":    700K .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m.  5% 9.27M 2s
Step #9 - "build-e2e":    750K .......... .....�[0m�[91m..... .......... .......... ..........  5% 8.89M 2s
Step #9 - "build-e2e":    800K .......... ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m.....  5% 11.1M 2s
Step #9 - "build-e2e":    850K .......... .......... .......�[0m�[91m... .......... ...�[0m�[91m.......  6% 13.9M 2s
Step #9 - "build-e2e":    900K .........�[0m�[91m. .......... .......... .......... ..........  6% 10.9M 2s
Step #9 - "build-e2e":    950K .......�[0m�[91m... .......... .......... .........�[0m�[91m. ..........  7% 10.5M 2s
Step #9 - "build-e2e":   1000K .....�[0m�[91m..... .......... .......... .......... ..........  7% 14.2M 2s
Step #9 - "build-e2e":   1050K ...�[0m�[91m....... .......... .......... .......... ..........  7% 11.1M 2s
Step #9 - "build-e2e":   1100K .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... ..........  8% 7.79M 2s
Step #9 - "build-e2e":   1150K .......... .......... .......... .......... .......�[0m�[91m...  8% 15.3M 2s
Step #9 - "build-e2e":   1200K .......... ...�[0m�[91m....... .......... .......... ..........  8% 15.4M 2s
Step #9 - "build-e2e":   1250K .......... .�[0m�[91m......... .......... .......... ..........  9% 9.19M 2s
Step #9 - "build-e2e":   1300K .......... .......... .......... .......... .�[0m�[91m.........  9% 11.9M 2s
Step #9 - "build-e2e":   1350K .......... .......... .......... .........�[0m�[91m. ..........  9% 19.8M 2s
Step #9 - "build-e2e":   1400K .......... .......... .......... .......�[0m�[91m... .......... 10% 10.4M 1s
Step #9 - "build-e2e":   1450K .......... .......... .......... .......... .......... 10% 14.8M 1s
Step #9 - "build-e2e":   1500K .......... .......... .......... .......... .........�[0m�[91m. 10% 11.9M 1s
Step #9 - "build-e2e":   1550K .......... .......... .......... .�[0m�[91m......... .......... 11% 11.6M 1s
Step #9 - "build-e2e":   1600K .......... .......... .......... .......... .....�[0m�[91m..... 11% 14.3M 1s
Step #9 - "build-e2e":   1650K .......... .......... .......... .......... .......... 11% 18.0M 1s
Step #9 - "build-e2e":   1700K .......... .......�[0m�[91m... .......... .......... .......... 12% 11.5M 1s
Step #9 - "build-e2e":   1750K .......... .......... ...�[0m�[91m....... .......... .......... 12% 16.4M 1s
Step #9 - "build-e2e":   1800K .....�[0m�[91m..... .......... .�[0m�[91m......... .......... .......... 13% 13.5M 1s
Step #9 - "build-e2e":   1850K .......... .......... .......... .....�[0m�[91m..... .......... 13% 18.5M 1s
Step #9 - "build-e2e":   1900K .......... .......... .......... ...�[0m�[91m....... .......... 13% 12.5M 1s
Step #9 - "build-e2e":   1950K .......... .......... .......... .�[0m�[91m......... .......�[0m�[91m... 14% 11.1M 1s
Step #9 - "build-e2e":   2000K .......... .......... .......... .......... .......... 14% 21.7M 1s
Step #9 - "build-e2e":   2050K .......... .......... .......�[0m�[91m... .......... .......... 14% 15.9M 1s
Step #9 - "build-e2e":   2100K .......... .......... .....�[0m�[91m..... .......... .......... 15% 16.7M 1s
Step #9 - "build-e2e":   2150K .......... .......... .......... .........�[0m�[91m. .......... 15% 12.3M 1s
Step #9 - "build-e2e":   2200K .....�[0m�[91m..... .......... .......... .......... .......... 15% 20.4M 1s
Step #9 - "build-e2e":   2250K .......... .......... .......... .......... .......... 16% 18.0M 1s
Step #9 - "build-e2e":   2300K .......... .......�[0m�[91m... .......... .......... .......... 16% 11.6M 1s
Step #9 - "build-e2e":   2350K .......... .......... .......... .......... .......�[0m�[91m... 16% 17.1M 1s
Step #9 - "build-e2e":   2400K .......... .......... .......... .......... .......... 17% 20.6M 1s
Step #9 - "build-e2e":   2450K .......... .�[0m�[91m......... .......... .......... .......... 17% 15.4M 1s
Step #9 - "build-e2e":   2500K .........�[0m�[91m. .......... .....�[0m�[91m..... .......... .�[0m�[91m......... 17% 13.7M 1s
Step #9 - "build-e2e":   2550K .......�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... 18% 26.6M 1s
Step #9 - "build-e2e":   2600K .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... .......... 18%�[0m�[91m 14.9M 1s
Step #9 - "build-e2e":   2650K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... .......... 19%�[0m�[91m 23.8M 1s
Step #9 - "build-e2e":   2700K .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. 19% 10.6M 1s
Step #9 - "build-e2e":   2750K .......�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m......... .......�[0m�[91m... 19% 30.1M 1s
Step #9 - "build-e2e":   2800K .......... ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... 20% 19.1M 1s
Step #9 - "build-e2e":   2850K .......... .�[0m�[91m......... .......... .......... .......... 20% 17.1M 1s
Step #9 - "build-e2e":   2900K .......... .......... .....�[0m�[91m..... .......... .......... 20% 23.5M 1s
Step #9 - "build-e2e":   2950K .......... .......... .......... .......... .......... 21% 11.4M 1s
Step #9 - "build-e2e":   3000K .......... .......... .�[0m�[91m......... .......�[0m�[91m... .......... 21% 31.5M 1s
Step #9 - "build-e2e":   3050K ...�[0m�[91m....... .....�[0m�[91m..... ...�[0m�[91m....�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... 21% 20.8M 1s
Step #9 - "build-e2e":   3100K .�[0m�[91m......... .......�[0m�[91m... .......... .......... .......... 22% 18.6M 1s
Step #9 - "build-e2e":   3150K .......... .......... .......... .�[0m�[91m......... .......... 22% 11.7M 1s
Step #9 - "build-e2e":   3200K .......... ...�[0m�[91m....... .........�[0m�[91m. .......... .......... 22% 20.8M 1s
Step #9 - "build-e2e":   3250K .......... .......... .......... .......... .......... 23% 26.9M 1s
Step #9 - "build-e2e":   3300K .......... .......... .......... .......... .�[0m�[91m......... 23% 25.1M 1s
Step #9 - "build-e2e":   3350K .......... .......... .......... .......... .......... 23% 27.6M 1s
Step #9 - "build-e2e":   3400K .....�[0m�[91m..... .......... .......... .......�[0m�[91m... .......... 24% 11.1M 1s
Step #9 - "build-e2e":   3450K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... .......... 24% 29.4M 1s
Step #9 - "build-e2e":   3500K .......... .......... .......... .......... .......... 25% 19.3M 1s
Step #9 - "build-e2e":   3550K .......... .......... .......... .......... .......�[0m�[91m... 25% 27.3M 1s
Step #9 - "build-e2e":   3600K .......... .......... .......... .......... .......... 25% 26.3M 1s
Step #9 - "build-e2e":   3650K .......... .�[0m�[91m......... .......... .......... ...�[0m�[91m....... 26% 11.3M 1s
Step #9 - "build-e2e":   3700K .......... .......... .......... .......... .�[0m�[91m......... 26% 27.1M 1s
Step #9 - "build-e2e":   3750K .......... .......... .......... .......... .......... 26% 29.7M 1s
Step #9 - "build-e2e":   3800K .......... .......... .......... .......... .......... 27% 30.6M 1s
Step #9 - "build-e2e":   3850K .......... .......... .......... .......... .......... 27% 20.9M 1s
Step #9 - "build-e2e":   3900K .......... .......... .......... .......... .........�[0m�[91m. 27% 20.7M 1s
Step #9 - "build-e2e":   3950K .......... .......... .......... .......... .......... 28% 13.1M 1s
Step #9 - "build-e2e":   4000K .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... 28% 40.0M 1s
Step #9 - "build-e2e":   4050K .......... .......... .......... .......... .......... 28% 25.1M 1s
Step #9 - "build-e2e":   4100K .......... .......... .....�[0m�[91m..... .......... .......... 29% 26.0M 1s
Step #9 - "build-e2e":   4150K .......... .......... .......... .........�[0m�[91m. .......... 29% 23.4M 1s
Step #9 - "build-e2e":   4200K .....�[0m�[91m..... .......... .......... .......�[0m�[91m... .......... 29% 34.1M 1s
Step #9 - "build-e2e":   4250K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... .......... 30% 19.8M 1s
Step #9 - "build-e2e":   4300K .�[0m�[91m......... .......... .......... .......... .......... 30% 15.8M 1s
Step #9 - "build-e2e":   4350K .......... .......... .......... .�[0m�[91m......... .......... 31% 20.0M 1s
Step #9 - "build-e2e":   4400K .......... .......... .......... .......... .....�[0m�[91m..... 31% 29.9M 1s
Step #9 - "build-e2e":   4450K .......... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... 31% 29.4M 1s
Step #9 - "build-e2e":   4500K .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... .......... .......... 32% 26.6M 1s
Step #9 - "build-e2e":   4550K .......... .......... .......... .........�[0m�[91m. .......... 32% 12.2M 1s
Step #9 - "build-e2e":   4600K .......... .......... .......... .......... .......... 32% 40.5M 1s
Step #9 - "build-e2e":   4650K .......... .......... .......... .....�[0m�[91m..... ...�[0m�[91m....... 33% 39.1M 1s
Step #9 - "build-e2e":   4700K .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. 33% 22.6M 1s
Step #9 - "build-e2e":   4750K .......... .....�[0m�[91m..... .......... .......... .......... 33% 22.7M 1s
Step #9 - "build-e2e":   4800K .......... .......... .......... .......... .......... 34% 46.9M 1s
Step #9 - "build-e2e":   4850K .......... .......... .......... .......... .......... 34% 24.0M 1s
Step #9 - "build-e2e":   4900K .........�[0m�[91m. .......... .....�[0m�[91m..... .......... .......... 34% 16.1M 1s
Step #9 - "build-e2e":   4950K .......... .......... .......... .......... .......... 35% 26.1M 1s
Step #9 - "build-e2e":   5000K .......... .......... .......... .......... .......... 35% 47.3M 1s
Step #9 - "build-e2e":   5050K ...�[0m�[91m....... .......... .......... .......... .......... 35% 21.6M 1s
Step #9 - "build-e2e":   5100K .......... .......�[0m�[91m... .....�[0m�[91m..... .......... .........�[0m�[91m. 36% 28.0M 1s
Step #9 - "build-e2e":   5150K .......... .......... .......... .........�[0m�[91m. .......... 36% 44.9M 1s
Step #9 - "build-e2e":   5200K .......... ...�[0m�[91m....... .......... .......... .......... 37% 11.8M 1s
Step #9 - "build-e2e":   5250K .......... .......... .......... .......... .......... 37% 55.2M 1s
Step #9 - "build-e2e":   5300K .........�[0m�[91m. .......... .......... .......... .......... 37% 25.4M 1s
Step #9 - "build-e2e":   5350K .......... .......... .......... .......... .......... 38% 41.0M 1s
Step #9 - "build-e2e":   5400K .......... .......... .......... .......�[0m�[91m... .......... 38% 29.9M 1s
Step #9 - "build-e2e":   5450K .......... .......... .......... .......... .......... 38% 43.0M 1s
Step #9 - "build-e2e":   5500K .......... .......... .......... .......... .......... 39% 24.1M 1s
Step #9 - "build-e2e":   5550K .......... .....�[0m�[91m..... .......... .�[0m�[91m......... .......... 39% 13.7M 1s
Step #9 - "build-e2e":   5600K .......... .......... .......... .......... .......... 39% 53.6M 1s
Step #9 - "build-e2e":   5650K .......... .......... .......... .......... .......... 40% 27.2M 1s
Step #9 - "build-e2e":   5700K .......... .......... .......... .......... .......... 40% 43.7M 1s
Step #9 - "build-e2e":   5750K .......�[0m�[91m... .......... .......... .......... .......... 40% 27.7M 1s
Step #9 - "build-e2e":   5800K .......... .......... .......... .......... .......... 41% 35.2M 1s
Step #9 - "build-e2e":   5850K .......... .......... .......... .......... .......... 41% 27.8M 1s
Step #9 - "build-e2e":   5900K .......... .......�[0m�[91m... .......... .......... .......... 41% 16.2M 1s
Step #9 - "build-e2e":   5950K .......... .......... .......... .......... .......... 42% 44.8M 1s
Step #9 - "build-e2e":   6000K .......... .......... .......... .......... .......... 42% 29.0M 1s
Step #9 - "build-e2e":   6050K .......... .......... .......... .......... .......... 42% 38.0M 1s
Step #9 - "build-e2e":   6100K .......... .......... .......... .......... .......... 43% 32.7M 1s
Step #9 - "build-e2e":   6150K .......... .......... .......... .......... .......... 43% 61.2M 1s
Step #9 - "build-e2e":   6200K .......... .......... .......... .......... .......... 44% 28.5M 1s
Step #9 - "build-e2e":   6250K .......... .......... .......... .....�[0m�[91m..... ...�[0m�[91m....... 44% 39.6M 1s
Step #9 - "build-e2e":   6300K .......... .......... .......... .......... .......... 44% 15.1M 0s
Step #9 - "build-e2e":   6350K .......... .....�[0m�[91m..... .......... .......... .......... 45% 33.4M 0s
Step #9 - "build-e2e":   6400K .......... .......... .......... .......... .......... 45% 32.0M 0s
Step #9 - "build-e2e":   6450K .......... .......... .......... .......... .......... 45% 35.1M 0s
Step #9 - "build-e2e":   6500K .......... .......... .......... .......... .......... 46% 70.5M 0s
Step #9 - "build-e2e":   6550K .......... .......... .......... .......... .......... 46% 28.0M 0s
Step #9 - "build-e2e":   6600K .......... .......... .......... .......... .......... 46% 42.6M 0s
Step #9 - "build-e2e":   6650K ...�[0m�[91m....... .......... .......... .....�[0m�[91m..... .......... 47% 12.4M 0s
Step #9 - "build-e2e":   6700K .......... .......... .......... .......... .......... 47% 53.7M 0s
Step #9 - "build-e2e":   6750K .......... .......... .......... .......... .......... 47% 32.3M 0s
Step #9 - "build-e2e":   6800K .......... ...�[0m�[91m....... .......... .......... .......... 48% 42.1M 0s
Step #9 - "build-e2e":   6850K .......... .......... .......... .......... .......... 48% 49.8M 0s
Step #9 - "build-e2e":   6900K .......... .......... .......... .......... .......... 48% 31.0M 0s
Step #9 - "build-e2e":   6950K .......... .......... .......... .......... .......... 49% 57.4M 0s
Step #9 - "build-e2e":   7000K .......... .......... .......... .......... .......... 49% 34.9M 0s
Step #9 - "build-e2e":   7050K .......... .........�[0m�[91m. .......... .......... .......... 50% 50.7M 0s
Step #9 - "build-e2e":   7100K .......... .......... .......... ...�[0m�[91m....... .......... 50% 13.9M 0s
Step #9 - "build-e2e":   7150K .......... .......... .......... .......... .......... 50% 29.6M 0s
Step #9 - "build-e2e":   7200K .......... .......... .......... .......... .......... 51% 38.0M 0s
Step #9 - "build-e2e":   7250K .......... .......... .......�[0m�[91m... .......... ...�[0m�[91m....... 51% 49.5M 0s
Step #9 - "build-e2e":   7300K .�[0m�[91m........�[0m�[91m. .......... .......... .......... .......... 51% 52.3M 0s
Step #9 - "build-e2e":   7350K .......... .......... .......... .......... .......... 52% 33.4M 0s
Step #9 - "build-e2e":   7400K .......... .......... .......... .......... .......... 52% 33.4M 0s
Step #9 - "build-e2e":   7450K .......... .......... .......... .....�[0m�[91m..... .......... 52% 39.8M 0s
Step #9 - "build-e2e":   7500K .......... .......... .......... .......... .........�[0m�[91m. 53% 15.3M 0s
Step #9 - "build-e2e":   7550K .......... .......... ...�[0m�[91m....... .�[0m�[91m......... .......... 53%  182M 0s
Step #9 - "build-e2e":   7600K .......... ...�[0m�[91m....... .......... .......... .......... 53% 24.0M 0s
Step #9 - "build-e2e":   7650K .......... .......... .......... .......... .......... 54% 71.8M 0s
Step #9 - "build-e2e":   7700K .......... .......... .......... .......... .�[0m�[91m......... 54% 43.6M 0s
Step #9 - "build-e2e":   7750K .......... .......... .......... .......... .......... 54% 65.3M 0s
Step #9 - "build-e2e":   7800K .......... .......... .......... .......... .......... 55% 30.2M 0s
Step #9 - "build-e2e":   7850K .......... .......... .......... .......... .......... 55% 35.4M 0s
Step #9 - "build-e2e":   7900K .�[0m�[91m........�[0m�[91m. .......... .......... .......... .......... 56% 55.2M 0s
Step #9 - "build-e2e":   7950K .......... .......... .......... .......... .......... 56% 60.7M 0s
Step #9 - "build-e2e":   8000K .......... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m.�[0m�[91m.... 56% 16.6M 0s
Step #9 - "build-e2e":   8050K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m.......�[0m�[91m 57% 34.5M 0s
Step #9 - "build-e2e":   8100K .........�[0m�[91m. .......�[0m�[91m... .......... .......... .�[0m�[91m........�[0m�[91m. 57% 30.4M 0s
Step #9 - "build-e2e":   8150K .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... 57%  129M 0s
Step #9 - "build-e2e":   8200K .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... 58% 52.3M 0s
Step #9 - "build-e2e":   8250K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. ....�[0m�[91m...... .....�[0m�[91m..... ...�[0m�[91m....... 58% 44.3M 0s
Step #9 - "build-e2e":   8300K .�[0m�[91m...�[0m�[91m...... .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. 58% 34.8M 0s
Step #9 - "build-e2e":   8350K .......�[0m�[91m... .......... .......... .�[0m�[91m......... .......�[0m�[91m... 59% 37.3M 0s
Step #9 - "build-e2e":   8400K ........�[0m�[91m.. ........�[0m�[91m.. .........�[0m�[91m. ........�[0m�[91m.. .....�[0m�[91m..... 59% 55.6M 0s
Step #9 - "build-e2e":   8450K .......... .�[0m�[91m......... .......�[0m�[91m... .....�[0m�[91m..... .......... 59% 81.1M 0s
Step #9 - "build-e2e":   8500K .�[0m�[91m........�[0m�[91m. .......... .....�[0m�[91m..... .......... .�[0m�[91m.........�[0m�[91m 60% 12.9M 0s
Step #9 - "build-e2e":   8550K .......�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m..... 60% 10.4M 0s
Step #9 - "build-e2e":   8600K .......... .......... .......... .......... .......... 60%  155M 0s
Step #9 - "build-e2e":   8650K .......... .......... .......... .......... .......... 61%  254M 0s
Step #9 - "build-e2e":   8700K .......... .......... .......... .......... .......... 61%  203M 0s
Step #9 - "build-e2e":   8750K .......... .......... .......... .......... .......... 62%  251M 0s
Step #9 - "build-e2e":   8800K .......... .......... .........�[0m�[91m. .......... .....�[0m�[91m..... 62% 55.6M 0s
Step #9 - "build-e2e":   8850K .......... .......... .......... .......... .......... 62% 67.4M 0s
Step #9 - "build-e2e":   8900K .......... .......... .......... .......... .........�[0m�[91m. 63% 67.7M 0s
Step #9 - "build-e2e":   8950K .......... .......... .......... .......... .......... 63% 38.3M 0s
Step #9 - "build-e2e":   9000K .......... .......... .......... .......... .......... 63% 21.3M 0s
Step #9 - "build-e2e":   9050K ...�[0m�[91m....... .......... .......... .......... .......... 64% 50.5M 0s
Step #9 - "build-e2e":   9100K .......... .......... .......... .......... .......... 64% 17.2M 0s
Step #9 - "build-e2e":   9150K .......... .......... .......... .......... .......... 64% 58.0M 0s
Step #9 - "build-e2e":   9200K .......... ...�[0m�[91m....... .......... .......... .......... 65% 57.3M 0s
Step #9 - "build-e2e":   9250K .......... .�[0m�[91m......... .......�[0m�[91m... .......... .......... 65% 39.0M 0s
Step #9 - "build-e2e":   9300K .......... .......... .....�[0m�[91m..... .......... .......... 65% 43.7M 0s
Step #9 - "build-e2e":   9350K .......... .......... .......... .........�[0m�[91m.�[0m�[91m �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m..�[0m�[91m... 66% 31.3M 0s
Step #9 - "build-e2e":   9400K �[0m�[91m..�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.....�[0m�[91m ..�[0m�[91m.�[0m�[91m..�[0m�[91m....�[0m�[91m.�[0m�[91m �[0m�[91m.�[0m�[91m.�[0m�[91m..�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m..�[0m�[91m.�[0m�[91m ..�[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%�[0m�[91m 30.6M�[0m�[91m 0s�[0m�[91m
Step #9 - "build-e2e":   9450K�[0m�[91m �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m..�[0m�[91m.�[0m�[91m.... .�[0m�[91m..�[0m�[91m.�[0m�[91m.....�[0m�[91m.�[0m�[91m ....�[0m�[91m.�[0m�[91m.�[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% 21.5M 0s
Step #9 - "build-e2e":   9500K�[0m�[91m .�[0m�[91m......... ......�[0m�[91m.... .......... .......... .......... 67% 77.3M 0s
Step #9 - "build-e2e":   9550K .......... .......... .......... .......... .......�[0m�[91m..�[0m�[91m. 67%�[0m�[91m 27.2M 0s�[0m�[91m
Step #9 - "build-e2e":   9600K .�[0m�[91m..�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m �[0m�[91m.�[0m�[91m..�[0m�[91m....... .........�[0m�[91m.�[0m�[91m .......�[0m�[91m... .....�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m. 68%�[0m�[91m 16.0M�[0m�[91m 0s�[0m�[91m
Step #9 - "build-e2e":   9650K�[0m�[91m .�[0m�[91m.�[0m�[91m.�[0m�[91m....... .......... .......... .......... .......... 68% 39.7M 0s
Step #9 - "build-e2e":   9700K .......... .......... .......... .......... .......... 68%  192M 0s
Step #9 - "build-e2e":   9750K .......... .......... .......... .......... .......... 69%  221M 0s
Step #9 - "build-e2e":   9800K .......... .......... .......... .......... .......... 69%  245M 0s
Step #9 - "build-e2e":   9850K .......... .......... .......... .......... .......... 69%  234M 0s
Step #9 - "build-e2e":   9900K .�[0m�[91m..�[0m�[91m...�[0m�[91m.�[0m�[91m... ..�[0m�[91m.....�[0m�[91m.�[0m�[91m.. .......... ...�[0m�[91m....... .�[0m�[91m......... 70% 34.4M 0s
Step #9 - "build-e2e":   9950K .......... .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m.�[0m�[91m.. 70% 61.3M 0s
Step #9 - "build-e2e":  10000K .�[0m�[91m...�[0m�[91m.�[0m�[91m.�[0m�[91m.... ...�[0m�[91m....... .........�[0m�[91m. .......... .......... 70% 52.9M 0s
Step #9 - "build-e2e":  10050K ...�[0m�[91m....... .......... .......... .......... ..�[0m�[91m.�[0m�[91m....�[0m�[91m.�[0m�[91m.. 71% 76.9M�[0m�[91m 0s�[0m�[91m
Step #9 - "build-e2e":  10100K �[0m�[91m...�[0m�[91m......�[0m�[91m. .�[0m�[91m......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m.......�[0m�[91m.�[0m�[91m. 71% 39.1M 0s
Step #9 - "build-e2e":  10150K .......�[0m�[91m... .....�[0m�[91m..�[0m�[91m... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. ...�[0m�[91m...�[0m�[91m.�[0m�[91m... 71%�[0m�[91m 18.8M 0s�[0m�[91m
Step #9 - "build-e2e":  10200K ..�[0m�[91m...�[0m�[91m..... ...�[0m�[91m......�[0m�[91m. .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... 72% 30.9M 0s
Step #9 - "build-e2e":  10250K ...�[0m�[91m......�[0m�[91m. .........�[0m�[91m. .......�[0m�[91m...�[0m�[91m .....�[0m�[91m...�[0m�[91m.�[0m�[91m. .......... 72% 58.4M 0s
Step #9 - "build-e2e":  10300K .�[0m�[91m.......�[0m�[91m.�[0m�[91m. �[0m�[91m.......�[0m�[91m... .......... ...�[0m�[91m.......�[0m�[91m .�[0m�[91m........�[0m�[91m. 72% 51.4M 0s
Step #9 - "build-e2e":  10350K ...�[0m�[91m....... .....�[0m�[91m..... .�[0m�[91m......... �[0m�[91m.�[0m�[91m.......�[0m�[91m.. ..�[0m�[91m.....�[0m�[91m..�[0m�[91m. 73% 57.8M 0s
Step #9 - "build-e2e":  10400K .....�[0m�[91m..... .�[0m�[91m..�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... ...�[0m�[91m..�[0m�[91m..�[0m�[91m... 73% 49.8M 0s
Step #9 - "build-e2e":  10450K ...�[0m�[91m....�[0m�[91m... .�[0m�[91m........�[0m�[91m. .�[0m�[91m......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m.�[0m�[91m......�[0m�[91m 74% 53.9M 0s
Step #9 - "build-e2e":  10500K .�[0m�[91m.....�[0m�[91m...�[0m�[91m. .......�[0m�[91m.�[0m�[91m.. .....�[0m�[91m..... ...�[0m�[91m.......�[0m�[91m .�[0m�[91m........�[0m�[91m. 74% 44.9M 0s
Step #9 - "build-e2e":  10550K .�[0m�[91m......�[0m�[91m... .....�[0m�[91m..�[0m�[91m... ...�[0m�[91m....... .�[0m�[91m..�[0m�[91m......�[0m�[91m. .......�[0m�[91m... 74%�[0m�[91m  128M 0s
Step #9 - "build-e2e":  10600K .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... ..�[0m�[91m...�[0m�[91m..... 75% 38.8M 0s
Step #9 - "build-e2e":  10650K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... 75%�[0m�[91m 43.6M 0s
Step #9 - "build-e2e":  10700K .�[0m�[91m..�[0m�[91m......�[0m�[91m. .....�[0m�[91m..�[0m�[91m... ..�[0m�[91m...�[0m�[91m..... ...�[0m�[91m.....�[0m�[91m.�[0m�[91m. .�[0m�[91m........�[0m�[91m. 75% 22.3M 0s
Step #9 - "build-e2e":  10750K ..�[0m�[91m........ .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. ..�[0m�[91m.....�[0m�[91m... 76% 57.6M 0s
Step #9 - "build-e2e":  10800K .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m.�[0m�[91m �[0m�[91m.......�[0m�[91m... .....�[0m�[91m..... 76% 36.4M 0s
Step #9 - "build-e2e":  10850K ...�[0m�[91m....�[0m�[91m.�[0m�[91m.. .�[0m�[91m..�[0m�[91m......�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m.....�[0m�[91m.. 76% 26.3M 0s
Step #9 - "build-e2e":  10900K .�[0m�[91m..�[0m�[91m.....�[0m�[91m.. ...�[0m�[91m....... .....�[0m�[91m.�[0m�[91m....�[0m�[91m .........�[0m�[91m. .�[0m�[91m........�[0m�[91m. 77% 44.9M 0s
Step #9 - "build-e2e":  10950K .......�[0m�[91m... .......�[0m�[91m... .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... 77%  217M 0s
Step #9 - "build-e2e":  11000K .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m .....�[0m�[91m..... 77% 47.1M�[0m�[91m 0s�[0m�[91m
Step #9 - "build-e2e":  11050K ...�[0m�[91m....... .......... .......... .......... .......... 78% 52.5M 0s
Step #9 - "build-e2e":  11100K .......... .......... .......... .......... .......... 78%  176M 0s
Step #9 - "build-e2e":  11150K .......... .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... 78% 71.7M 0s
Step #9 - "build-e2e":  11200K .......... .......... .......... .......... .......... 79% 75.5M 0s
Step #9 - "build-e2e":  11250K .......... .......... .......... .......... .......... 79% 57.1M 0s
Step #9 - "build-e2e":  11300K .......... .......... .......... .......... .......... 79% 79.7M 0s
Step #9 - "build-e2e":  11350K .......... .......... .......... .......... .......... 80% 23.9M 0s
Step #9 - "build-e2e":  11400K .......... .......... .......... .......�[0m�[91m... .......... 80% 28.2M 0s
Step #9 - "build-e2e":  11450K .......... .......... .......... .......... .......... 81%  150M 0s
Step #9 - "build-e2e":  11500K .......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m.�[0m�[91m 81% 23.9M�[0m�[91m 0s
Step #9 - "build-e2e":  11550K ....�[0m�[91m...... �[0m�[91m.....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m...�[0m�[91m 81% 61.4M 0s�[0m�[91m
Step #9 - "build-e2e":  11600K .....�[0m�[91m..... ...�[0m�[91m....... .......... .......�[0m�[91m... .....�[0m�[91m..... 82%�[0m�[91m  155M 0s
Step #9 - "build-e2e":  11650K ...�[0m�[91m....... .�[0m�[91m......... .......... ..�[0m�[91m........ ...�[0m�[91m....... 82%�[0m�[91m 35.7M 0s
Step #9 - "build-e2e":  11700K .........�[0m�[91m. .....�[0m�[91m..... .....�[0m�[91m..... ...�[0m�[91m.....�[0m�[91m.. .�[0m�[91m.......�[0m�[91m.. 82%�[0m�[91m  122M 0s
Step #9 - "build-e2e":  11750K .......�[0m�[91m...�[0m�[91m .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... 83%  107M 0s
Step #9 - "build-e2e":  11800K ..�[0m�[91m...�[0m�[91m..... .�[0m�[91m.....�[0m�[91m.... .�[0m�[91m......... .......... .......... 83% 58.9M 0s
Step #9 - "build-e2e":  11850K .......... .......... .......... .....�[0m�[91m.....�[0m�[91m .......... 83% 39.8M 0s
Step #9 - "build-e2e":  11900K .�[0m�[91m......... .....�[0m�[91m..�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. 84% 63.4M 0s
Step #9 - "build-e2e":  11950K �[0m�[91m.......�[0m�[91m... .....�[0m�[91m.�[0m�[91m.... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. ..�[0m�[91m.....�[0m�[91m...�[0m�[91m 84% 60.6M 0s
Step #9 - "build-e2e":  12000K .......... ...�[0m�[91m....... ..�[0m�[91m.......�[0m�[91m. .......�[0m�[91m.�[0m�[91m.. ..�[0m�[91m...�[0m�[91m..... 84% 32.3M 0s
Step #9 - "build-e2e":  12050K ...�[0m�[91m.....�[0m�[91m.. .......�[0m�[91m... .......�[0m�[91m... .......... ..�[0m�[91m.�[0m�[91m..�[0m�[91m..... 85% 37.0M 0s
Step #9 - "build-e2e":  12100K .�[0m�[91m.�[0m�[91m.......�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. 85% 50.2M 0s
Step #9 - "build-e2e":  12150K .....�[0m�[91m..�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .....�[0m�[91m..�[0m�[91m... 85% 59.9M 0s
Step #9 - "build-e2e":  12200K .....�[0m�[91m..... .......... .......... .......... .......... 86%  109M 0s
Step #9 - "build-e2e":  12250K .......... .......... .......... .......... .......... 86% 40.9M 0s
Step #9 - "build-e2e":  12300K .......... .......... .......... ...�[0m�[91m....... ..�[0m�[91m...�[0m�[91m....�[0m�[91m. 87% 23.1M 0s
Step #9 - "build-e2e":  12350K �[0m�[91m.......�[0m�[91m.�[0m�[91m.. .....�[0m�[91m.�[0m�[91m.... ...�[0m�[91m.......�[0m�[91m �[0m�[91m.�[0m�[91m.....�[0m�[91m...�[0m�[91m. .......�[0m�[91m... 87% 48.2M 0s
Step #9 - "build-e2e":  12400K �[0m�[91m....�[0m�[91m.�[0m�[91m..... ...�[0m�[91m.�[0m�[91m...... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m...�[0m�[91m .....�[0m�[91m..... 87% 49.5M 0s
Step #9 - "build-e2e":  12450K .......... .�[0m�[91m........�[0m�[91m. .......... .......... .......... 88% 70.0M 0s
Step #9 - "build-e2e":  12500K .......... .......... .......... .......... .......... 88%  116M 0s
Step #9 - "build-e2e":  12550K .......... .......... .......... .......... .......... 88%  193M 0s
Step #9 - "build-e2e":  12600K .......... .......... .......... .......... .......... 89%  202M 0s
Step #9 - "build-e2e":  12650K .......... .......... .......... .......... .......... 89% 88.4M 0s
Step #9 - "build-e2e":  12700K .......... .......... .......... .......... .......... 89% 36.7M 0s
Step #9 - "build-e2e":  12750K .......... .......... .......... .�[0m�[91m......... .......�[0m�[91m... 90% 27.8M 0s
Step #9 - "build-e2e":  12800K .....�[0m�[91m..... ...�[0m�[91m......�[0m�[91m. .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... 90% 50.2M 0s
Step #9 - "build-e2e":  12850K ...�[0m�[91m....... .�[0m�[91m.�[0m�[91m.......�[0m�[91m. .......�[0m�[91m.�[0m�[91m.. .....�[0m�[91m..... ...�[0m�[91m....... 90% 53.2M 0s
Step #9 - "build-e2e":  12900K .......... .......... .......... .......... .......... 91%  132M 0s
Step #9 - "build-e2e":  12950K .......... .......... .......... .......... .......... 91% 52.1M 0s
Step #9 - "build-e2e":  13000K .......... .......... .......... .......... .......... 91% 35.6M 0s
Step #9 - "build-e2e":  13050K .......... .......... .......... .......... .......... 92%  141M 0s
Step #9 - "build-e2e":  13100K .......... .......... .......... .......... .......... 92% 94.3M 0s
Step #9 - "build-e2e":  13150K .......... .......... .......... .......... .......... 93% 62.9M 0s
Step #9 - "build-e2e":  13200K .......... .......... .........�[0m�[91m. .......�[0m�[91m... .......... 93% 34.2M 0s
Step #9 - "build-e2e":  13250K .......... .�[0m�[91m......... .......... .....�[0m�[91m..... ...�[0m�[91m....... 93% 46.5M 0s
Step #9 - "build-e2e":  13300K .......... .......... .......... .......... .......... 94%  218M 0s
Step #9 - "build-e2e":  13350K .......... .......... .......... .......... .......... 94%  164M 0s
Step #9 - "build-e2e":  13400K .......... .......... .......... .......... .......... 94% 46.6M 0s
Step #9 - "build-e2e":  13450K .......... .......... .......... .......... .......... 95% 23.7M 0s
Step #9 - "build-e2e":  13500K .......... .......... .......... .......... .......... 95% 44.4M 0s
Step #9 - "build-e2e":  13550K .......... .......... .......... .......... .......... 95% 73.0M 0s
Step #9 - "build-e2e":  13600K .......... .......... .......... .......... �[0m�[91m.......... 96%  107M 0s
Step #9 - "build-e2e":  13650K ...�[0m�[91m....... .�[0m�[91m......... .......... .......... .......... 96% 37.2M 0s
Step #9 - "build-e2e":  13700K .......... .......... .......... .......... .......... 96% 43.0M 0s
Step #9 - "build-e2e":  13750K .......... .......... .......... .......... .......... 97%  226M 0s
Step #9 - "build-e2e":  13800K .......... .......... .......... .......... .......... 97%  236M 0s
Step #9 - "build-e2e":  13850K .......... .......... .......... .......... .......... 97% 50.8M 0s
Step #9 - "build-e2e":  13900K .......... .....�[0m�[91m..�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m......... 98% 42.7M 0s
Step #9 - "build-e2e":  13950K .......... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... 98% 53.7M 0s
Step #9 - "build-e2e":  14000K .......... .......... .......... .......... .......... 99% 81.7M 0s
Step #9 - "build-e2e":  14050K .......... .......... .......... .......... .......... 99%  190M 0s
Step #9 - "build-e2e":  14100K .........�[0m�[91m. .......... .......... ..........�[0m�[91m .�[0m�[91m........�[0m�[91m. 99% 53.3M 0s
Step #9 - "build-e2e":  14150K ..�[0m�[91m........ ...�[0m�[91m....... ...�[0mArchive:  /tmp/build/consul_1.2.1_linux_amd64.zip
Step #9 - "build-e2e":   inflating: /usr/local/bin/consul   �[91m....... ........             100% 83.8M=0.6s
Step #9 - "build-e2e": 
Step #9 - "build-e2e": 2019-01-23 02:14:07 (23.9 MB/s) - '/tmp/build/consul_1.2.1_linux_amd64.zip' saved [14529496/14529496]
Step #9 - "build-e2e": 
Step #8 - "build": fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
Step #8 - "build": fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
Step #9 - "build-e2e": �[0m
Step #8 - "build": (1/1) Installing ca-certificates (20171114-r3)
Step #8 - "build": Executing busybox-1.28.4-r2.trigger
Step #8 - "build": Executing ca-certificates-20171114-r3.trigger
Step #9 - "build-e2e": Consul v1.2.1
Step #9 - "build-e2e": Protocol 2 spoken by default, understands 2 to 3 (agent will automatically use protocol >2 when speaking to compatible agents)
Step #8 - "build": OK: 5 MiB in 14 packages
Step #9 - "build-e2e": Removing intermediate container 43ddbf885955
Step #9 - "build-e2e":  ---> 66377fcb0a2d
Step #9 - "build-e2e": Step 16/20 : RUN echo "export PATH=/usr/local/go/bin:/go/bin/:\$PATH" >> /root/.bashrc
Step #8 - "build": Removing intermediate container 6c6b84886bd3
Step #8 - "build":  ---> 9778eca344c2
Step #8 - "build": Step 3/5 : COPY  --chown=agones:root ./bin/controller /home/agones/controller
Step #9 - "build-e2e":  ---> Running in f4f4adb375f3
Step #8 - "build":  ---> f7a5180bbccf
Step #8 - "build": Step 4/5 : USER agones
Step #8 - "build":  ---> Running in 3cb47ddc1159
Step #8 - "build": Removing intermediate container 3cb47ddc1159
Step #8 - "build":  ---> af094feccd7c
Step #8 - "build": Step 5/5 : ENTRYPOINT ["/home/agones/controller"]
Step #9 - "build-e2e": Removing intermediate container f4f4adb375f3
Step #9 - "build-e2e":  ---> f694e12d73da
Step #9 - "build-e2e": Step 17/20 : COPY *.sh /root/
Step #8 - "build":  ---> Running in 1f2d7a11bc7c
Step #8 - "build": Removing intermediate container 1f2d7a11bc7c
Step #8 - "build":  ---> 50a329b2fa49
Step #8 - "build": Successfully built 50a329b2fa49
Step #8 - "build": Successfully tagged gcr.io/agones-images/agones-controller:0.8.0-c59626c
Step #8 - "build": docker run --rm -e "CGO_ENABLED=0" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #8 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.linux.amd64  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-c59626c" -installsuffix cgo agones.dev/agones/cmd/sdk-server
Step #9 - "build-e2e":  ---> 0babe8ce13cd
Step #9 - "build-e2e": Step 18/20 : RUN chmod +x /root/*.sh
Step #9 - "build-e2e":  ---> Running in af9c0a87ee47
Step #9 - "build-e2e": Removing intermediate container af9c0a87ee47
Step #9 - "build-e2e":  ---> 581c872388fd
Step #9 - "build-e2e": Step 19/20 : WORKDIR /go
Step #9 - "build-e2e":  ---> Running in a60b97034632
Step #9 - "build-e2e": Removing intermediate container a60b97034632
Step #9 - "build-e2e":  ---> 8f23c6a5e08f
Step #9 - "build-e2e": Step 20/20 : ENTRYPOINT [ "/root/entrypoint.sh" ]
Step #9 - "build-e2e":  ---> Running in eb022a35e230
Step #9 - "build-e2e": Removing intermediate container eb022a35e230
Step #9 - "build-e2e":  ---> d2604edc7081
Step #9 - "build-e2e": Successfully built d2604edc7081
Step #9 - "build-e2e": Successfully tagged e2e-runner:latest
Finished Step #9 - "build-e2e"
Step #8 - "build": docker run --rm -e "GOOS=windows" -e "GOARCH=amd64" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #8 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.windows.amd64.exe  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-c59626c" agones.dev/agones/cmd/sdk-server
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleetallocation	11.544s
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleetautoscalers	3.327s
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleets	2.700s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameserverallocations	14.956s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameservers	2.935s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameserversets	3.128s
Step #4 - "tests": ok  	agones.dev/agones/pkg/metrics	3.156s
Step #4 - "tests": ?   	agones.dev/agones/pkg/sdk	[no test files]
Step #4 - "tests": ok  	agones.dev/agones/pkg/sdkserver	10.721s
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.094s
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.224s
Step #4 - "tests": ok  	agones.dev/agones/pkg/util/workerqueue	2.125s
Step #4 - "tests": ok  	agones.dev/agones/sdks/go	1.053s
Step #4 - "tests": ?   	agones.dev/agones/cmd/controller	[no test files]
Step #4 - "tests": ok  	agones.dev/agones/cmd/ping	2.060s
Step #4 - "tests": ?   	agones.dev/agones/cmd/sdk-server	[no test files]
Finished Step #4 - "tests"
Starting Step #5 - "site-static"
Step #5 - "site-static": Already have image: make-docker
Step #5 - "site-static": /usr/bin/make site-static ARGS="-F" ENV=RELEASE_VERSION=0.8.0
Step #5 - "site-static": make[1]: Entering directory '/workspace/build'
Step #5 - "site-static": mkdir -p ~/.kube/
Step #5 - "site-static": mkdir -p /workspace/build//.config/gcloud
Step #5 - "site-static": mkdir -p ~/.helm
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb rm -r ./public
Step #5 - "site-static": rm: cannot remove './public': No such file or directory
Step #5 - "site-static": includes/website.mk:35: recipe for target 'site-static' failed
Step #5 - "site-static": mkdir /workspace/site/public
Step #5 - "site-static": make[1]: [site-static] Error 1 (ignored)
Step #5 - "site-static": # for some reason, this only work locally
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb \
Step #5 - "site-static": 	bash -c "npm list postcss-cli || npm install postcss-cli"
Step #5 - "site-static": /go/src/agones.dev/agones/site
Step #5 - "site-static": `-- (empty)
Step #5 - "site-static": 
Step #5 - "site-static": npm WARN saveError ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site-static": npm notice created a lockfile as package-lock.json. You should commit this file.
Step #5 - "site-static": npm WARN enoent ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site-static": npm WARN site No description
Step #5 - "site-static": npm WARN site No repository field.
Step #5 - "site-static": npm WARN site No README data
Step #5 - "site-static": npm WARN site No license field.
Step #5 - "site-static": npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
Step #5 - "site-static": npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
Step #5 - "site-static": 
Step #5 - "site-static": + postcss-cli@6.1.1
Step #5 - "site-static": added 248 packages from 148 contributors and audited 3191 packages in 9.898s
Step #5 - "site-static": found 0 vulnerabilities
Step #5 - "site-static": 
Step #8 - "build": docker run --rm -e "GOOS=darwin" -e "GOARCH=amd64" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #8 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.darwin.amd64  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-c59626c" agones.dev/agones/cmd/sdk-server
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb \
Step #5 - "site-static": 	bash -c "npm list autoprefixer || npm install autoprefixer"
Step #5 - "site-static": /go/src/agones.dev/agones/site
Step #5 - "site-static": `-- (empty)
Step #5 - "site-static": 
Step #5 - "site-static": npm WARN saveError ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site-static": npm WARN enoent ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site-static": npm WARN site No description
Step #5 - "site-static": npm WARN site No repository field.
Step #5 - "site-static": npm WARN site No README data
Step #5 - "site-static": npm WARN site No license field.
Step #5 - "site-static": npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
Step #5 - "site-static": npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
Step #5 - "site-static": 
Step #5 - "site-static": + autoprefixer@9.4.6
Step #5 - "site-static": added 8 packages from 7 contributors and audited 11802 packages in 4.206s
Step #5 - "site-static": found 0 vulnerabilities
Step #5 - "site-static": 
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb bash -c \
Step #5 - "site-static": 	"RELEASE_VERSION=0.8.0 hugo --config=config.toml -F"
Step #5 - "site-static": Building sites … 
Step #5 - "site-static":                    | EN  
Step #5 - "site-static": +------------------+----+
Step #5 - "site-static":   Pages            | 59  
Step #5 - "site-static":   Paginator pages  |  0  
Step #5 - "site-static":   Non-page files   |  2  
Step #5 - "site-static":   Static files     | 39  
Step #5 - "site-static":   Processed images |  2  
Step #5 - "site-static":   Aliases          | 10  
Step #5 - "site-static":   Sitemaps         |  1  
Step #5 - "site-static":   Cleaned          |  0  
Step #5 - "site-static": 
Step #5 - "site-static": Total in 2583 ms
Step #5 - "site-static": make[1]: Leaving directory '/workspace/build'
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb bash -c \
Step #5 - "site-static": 		"SERVICE=preview envsubst < app.yaml > .app.yaml"
Finished Step #5 - "site-static"
Starting Step #6 - "site-gopath"
Step #6 - "site-gopath": Already have image (with digest): ubuntu
Step #6 - "site-gopath": .
Step #6 - "site-gopath": ..
Step #6 - "site-gopath": .app.yaml
Step #6 - "site-gopath": .gcloudignore
Step #6 - "site-gopath": .gitignore
Step #6 - "site-gopath": app.yaml
Step #6 - "site-gopath": assets
Step #6 - "site-gopath": config.toml
Step #6 - "site-gopath": content
Step #6 - "site-gopath": credits
Step #6 - "site-gopath": handler.go
Step #6 - "site-gopath": handler_test.go
Step #6 - "site-gopath": layouts
Step #6 - "site-gopath": main.go
Step #6 - "site-gopath": node_modules
Step #6 - "site-gopath": package-lock.json
Step #6 - "site-gopath": public
Step #6 - "site-gopath": resources
Step #6 - "site-gopath": static
Step #6 - "site-gopath": themes
Step #6 - "site-gopath": vanity.yaml
Finished Step #6 - "site-gopath"
Starting Step #7 - "deploy-site-static"
Step #7 - "deploy-site-static": Already have image (with digest): gcr.io/cloud-builders/gcloud
Step #8 - "build": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build -w /go/src/agones.dev/agones/cmd/sdk-server/bin/ agones-build:db76ca0bfb zip -0 \
Step #8 - "build": 	agonessdk-server-0.8.0-c59626c.zip sdk-server.darwin.amd64 sdk-server.linux.amd64 sdk-server.windows.amd64.exe
Step #8 - "build":   adding: sdk-server.darwin.amd64 (stored 0%)
Step #7 - "deploy-site-static": API [appengine.googleapis.com] not enabled on project [258182270954]. 
Step #7 - "deploy-site-static": Would you like to enable and retry (this will take a few minutes)? 
Step #7 - "deploy-site-static": (y/N)?  
Step #8 - "build":   adding: sdk-server.linux.amd64 (stored 0%)
Step #8 - "build":   adding: sdk-server.windows.amd64.exe (stored 0%)
Step #7 - "deploy-site-static": ERROR: (gcloud.app.deploy) User [258182270954@cloudbuild.gserviceaccount.com] does not have permission to access app [agones-images] (or it may not exist): App Engine Admin API has not been used in project 258182270954 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/appengine.googleapis.com/overview?project=258182270954 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.
Step #7 - "deploy-site-static": - '@type': type.googleapis.com/google.rpc.Help
Step #7 - "deploy-site-static":   links:
Step #7 - "deploy-site-static":   - description: Google developers console API activation
Step #7 - "deploy-site-static":     url: https://console.developers.google.com/apis/api/appengine.googleapis.com/overview?project=258182270954
Finished Step #7 - "deploy-site-static"
Finished Step #8 - "build"
ERROR
ERROR: build step 7 "gcr.io/cloud-builders/gcloud" failed: exit status 1

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: e6567ab9-21d0-4db1-9f90-ea84066f015e

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

To install this version:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/493/head:pr_493 && git checkout pr_493
  • helm install install/helm/agones --namespace agones-system --name agones --set agones.image.tag=0.8.0-98fefd3

@markmandel
Copy link
Member Author

Yay! it worked!
Here is the preview!

https://98fefd3-dot-preview-dot-agones-images.appspot.com

//cc @googlebot to unstick CLA.

This is a new static site for Agones, as well as the tools to enable people to
write documentation for new features, without it displaying until the feature
is released.

Integration with cloudbuild for previews is also build in (preview is the
current documentation + all the documentation for the new features), as well
as a link checker that runs as part of the test suite.

This also brings into the codebase all the redirect code for go-get as
well as the chart redirects as well.

Closes googleforgames#410
@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 8857fbee-42df-471b-b90a-8b15406422ac

Build Logs
starting build "8857fbee-42df-471b-b90a-8b15406422ac"

FETCHSOURCE
Initialized empty Git repository in /workspace/.git/
From https://source.developers.google.com/p/agones-images/r/agones
 * branch              273f1f23b37290511fd5bba1050f7e168bb92535 -> FETCH_HEAD
Checking out files:  83% (13415/16087)   
Checking out files:  84% (13514/16087)   
Checking out files:  85% (13674/16087)   
Checking out files:  86% (13835/16087)   
Checking out files:  87% (13996/16087)   
Checking out files:  88% (14157/16087)   
Checking out files:  89% (14318/16087)   
Checking out files:  90% (14479/16087)   
Checking out files:  91% (14640/16087)   
Checking out files:  92% (14801/16087)   
Checking out files:  93% (14961/16087)   
Checking out files:  94% (15122/16087)   
Checking out files:  95% (15283/16087)   
Checking out files:  96% (15444/16087)   
Checking out files:  97% (15605/16087)   
Checking out files:  98% (15766/16087)   
Checking out files:  99% (15927/16087)   
Checking out files: 100% (16087/16087)   
Checking out files: 100% (16087/16087), done.
HEAD is now at 273f1f23 Website for Agones
BUILD
Starting Step #0
Step #0: Pulling image: ubuntu
Step #0: Using default tag: latest
Step #0: latest: Pulling from library/ubuntu
Step #0: 38e2e6cd5626: Pulling fs layer
Step #0: 705054bc3f5b: Pulling fs layer
Step #0: c7051e069564: Pulling fs layer
Step #0: 7308e914506c: Pulling fs layer
Step #0: 705054bc3f5b: Download complete
Step #0: c7051e069564: Verifying Checksum
Step #0: c7051e069564: Download complete
Step #0: 7308e914506c: Verifying Checksum
Step #0: 7308e914506c: Download complete
Step #0: 38e2e6cd5626: Verifying Checksum
Step #0: 38e2e6cd5626: Download complete
Step #0: 38e2e6cd5626: Pull complete
Step #0: 705054bc3f5b: Pull complete
Step #0: c7051e069564: Pull complete
Step #0: 7308e914506c: Pull complete
Step #0: Digest: sha256:eb5d7eda6804359e4fc5223a31a2d9caa4c8ea590b14060d81c8bc05b22ca04e
Step #0: Status: Downloaded newer image for ubuntu:latest
Finished Step #0
Starting Step #1
Step #1: Already have image (with digest): gcr.io/cloud-builders/docker
Step #1: Sending build context to Docker daemon  173.6MB

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

Step #9 - "build-e2e": Step 1/20 : FROM gcr.io/cloud-builders/gcloud-slim
Step #9 - "build-e2e":  ---> c328dc31a68c
Step #9 - "build-e2e": Step 2/20 : RUN apt-get update &&     apt-get install -y wget psmisc make gcc python jq zip &&     apt-get clean
Step #9 - "build-e2e":  ---> Running in f38a93860378
Step #9 - "build-e2e": Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB]
Step #9 - "build-e2e": Get:2 http://archive.ubuntu.com/ubuntu xenial InRelease [247 kB]
Step #9 - "build-e2e": Get:3 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial InRelease [23.8 kB]
Step #4 - "tests": mkdir -p ~/.kube/
Step #4 - "tests": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go test -race agones.dev/agones/pkg/... \
Step #4 - "tests": agones.dev/agones/sdks/... agones.dev/agones/cmd/...
Step #4 - "tests": mkdir -p /tmp/agones-install
Step #4 - "tests": mkdir -p /workspace/build//.config/gcloud
Step #4 - "tests": mkdir -p ~/.helm
Step #4 - "tests": cp /workspace/install/yaml/install.yaml /tmp/agones-install/install.yaml
Step #4 - "tests": docker run --rm --name=agones-website -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb \
Step #4 - "tests":     	hugo server --watch --baseURL="http://localhost:1313/site/" &
Step #4 - "tests": until docker exec agones-website curl -o /dev/null --silent http://localhost:1313/site/; \
Step #4 - "tests": 		do \
Step #4 - "tests": 			echo "Waiting for server to start..."; \
Step #4 - "tests": 			sleep 1; \
Step #4 - "tests": 		done
Step #4 - "tests": sort /tmp/agones-install/install.yaml > /tmp/agones-install/install.yaml.sorted
Step #4 - "tests": /usr/bin/make gen-install
Step #4 - "tests": make[1]: Entering directory '/workspace/build'
Step #4 - "tests": mkdir -p ~/.kube/
Step #4 - "tests": mkdir -p /workspace/build//.config/gcloud
Step #4 - "tests": mkdir -p ~/.helm
Step #4 - "tests": Error: No such container: agones-website
Step #4 - "tests": Waiting for server to start...
Step #4 - "tests": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build  agones-build:db76ca0bfb bash -c \
Step #4 - "tests": 	'helm template --name=agones-manual --namespace agones-system /go/src/agones.dev/agones/install/helm/agones \
Step #4 - "tests": 	--set agones.controller.generateTLS=false \
Step #4 - "tests": 	--set agones.crds.cleanupOnDelete=false \
Step #4 - "tests": 	> /go/src/agones.dev/agones/install/yaml/install.yaml'
Step #9 - "build-e2e": Get:4 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [600 kB]
Step #9 - "build-e2e": Get:5 http://security.ubuntu.com/ubuntu xenial-security/main Translation-en [249 kB]
Step #9 - "build-e2e": Get:6 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial/main amd64 Packages [3356 B]
Step #9 - "build-e2e": Get:7 http://security.ubuntu.com/ubuntu xenial-security/restricted amd64 Packages [7204 B]
Step #9 - "build-e2e": Get:8 http://security.ubuntu.com/ubuntu xenial-security/restricted Translation-en [2152 B]
Step #9 - "build-e2e": Get:9 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [415 kB]
Step #9 - "build-e2e": Get:10 http://security.ubuntu.com/ubuntu xenial-security/universe Translation-en [163 kB]
Step #9 - "build-e2e": Get:11 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [5600 B]
Step #9 - "build-e2e": Get:12 http://security.ubuntu.com/ubuntu xenial-security/multiverse Translation-en [2676 B]
Step #9 - "build-e2e": Get:13 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
Step #9 - "build-e2e": Get:14 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial/main Translation-en [2380 B]
Step #9 - "build-e2e": Get:15 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
Step #9 - "build-e2e": Get:16 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages [1201 kB]
Step #8 - "build": mkdir -p ~/.kube/
Step #8 - "build": mkdir -p /workspace/build//.config/gcloud
Step #8 - "build": mkdir -p ~/.helm
Step #9 - "build-e2e": Get:17 http://archive.ubuntu.com/ubuntu xenial/main Translation-en [568 kB]
Step #8 - "build": docker run --rm -e "CGO_ENABLED=0" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #8 - "build": -tags none -o /go/src/agones.dev/agones/cmd/controller/bin/controller \
Step #8 - "build":  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-273f1f2" -installsuffix cgo agones.dev/agones/cmd/controller
Step #9 - "build-e2e": Get:18 http://archive.ubuntu.com/ubuntu xenial/restricted amd64 Packages [8344 B]
Step #9 - "build-e2e": Get:19 http://archive.ubuntu.com/ubuntu xenial/restricted Translation-en [2908 B]
Step #9 - "build-e2e": Get:20 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages [7532 kB]
Step #4 - "tests": Building sites … Waiting for server to start...
Step #4 - "tests": ?   	agones.dev/agones/pkg	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/apis	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/apis/stable	[no test files]
Step #9 - "build-e2e": Get:21 http://archive.ubuntu.com/ubuntu xenial/universe Translation-en [4354 kB]
Step #4 - "tests": make[1]: Leaving directory '/workspace/build'
Step #4 - "tests": sort /workspace/install/yaml/install.yaml > /tmp/agones-install/install.current.yaml.sorted
Step #4 - "tests": diff /tmp/agones-install/install.yaml.sorted /tmp/agones-install/install.current.yaml.sorted
Step #9 - "build-e2e": Get:22 http://archive.ubuntu.com/ubuntu xenial/multiverse amd64 Packages [144 kB]
Step #9 - "build-e2e": Get:23 http://archive.ubuntu.com/ubuntu xenial/multiverse Translation-en [106 kB]
Step #9 - "build-e2e": Get:24 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [902 kB]
Step #9 - "build-e2e": Get:25 http://archive.ubuntu.com/ubuntu xenial-updates/main Translation-en [365 kB]
Step #9 - "build-e2e": Get:26 http://archive.ubuntu.com/ubuntu xenial-updates/restricted amd64 Packages [7556 B]
Step #9 - "build-e2e": Get:27 http://archive.ubuntu.com/ubuntu xenial-updates/restricted Translation-en [2272 B]
Step #9 - "build-e2e": Get:28 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [721 kB]
Step #9 - "build-e2e": Get:29 http://archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [295 kB]
Step #9 - "build-e2e": Get:30 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [16.6 kB]
Step #9 - "build-e2e": Get:31 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse Translation-en [8440 B]
Step #9 - "build-e2e": Get:32 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [7280 B]
Step #9 - "build-e2e": Get:33 http://archive.ubuntu.com/ubuntu xenial-backports/main Translation-en [4456 B]
Step #9 - "build-e2e": Get:34 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [7804 B]
Step #9 - "build-e2e": Get:35 http://archive.ubuntu.com/ubuntu xenial-backports/universe Translation-en [4184 B]
Step #4 - "tests": Waiting for server to start...
Step #4 - "tests": 
Step #4 - "tests":                    | EN  
Step #4 - "tests": +------------------+----+
Step #4 - "tests":   Pages            | 59  
Step #4 - "tests":   Paginator pages  |  0  
Step #4 - "tests":   Non-page files   |  2  
Step #4 - "tests":   Static files     | 39  
Step #4 - "tests":   Processed images |  2  
Step #4 - "tests":   Aliases          | 10  
Step #4 - "tests":   Sitemaps         |  1  
Step #4 - "tests":   Cleaned          |  0  
Step #4 - "tests": 
Step #4 - "tests": Total in 2055 ms
Step #4 - "tests": Watching for changes in /go/src/agones.dev/agones/site/{assets,content,layouts,static,themes}
Step #4 - "tests": Watching for config changes in /go/src/agones.dev/agones/site/config.toml, /go/src/agones.dev/agones/site/themes/docsy/config.toml
Step #4 - "tests": Environment: "development"
Step #4 - "tests": Serving pages from memory
Step #4 - "tests": Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
Step #4 - "tests": Web Server is available at http://localhost:1313/site/ (bind address 127.0.0.1)
Step #4 - "tests": Press Ctrl+C to stop
Step #4 - "tests": ( trap 'docker stop agones-website' EXIT; docker exec agones-website linkchecker --anchors http://localhost:1313/site/ )
Step #9 - "build-e2e": Fetched 18.3 MB in 5s (3197 kB/s)
Step #4 - "tests": WARNING 2019-01-23 17:28:57,755 MainThread Running as root user; dropping privileges by changing user to nobody.
Step #4 - "tests": INFO 2019-01-23 17:28:57,756 MainThread Checking intern URLs only; use --check-extern to check extern URLs.
Step #4 - "tests": LinkChecker 9.3              Copyright (C) 2000-2014 Bastian Kleineidam
Step #4 - "tests": LinkChecker comes with ABSOLUTELY NO WARRANTY!
Step #4 - "tests": This is free software, and you are welcome to redistribute it
Step #4 - "tests": under certain conditions. Look at the file `LICENSE' within this
Step #4 - "tests": distribution.
Step #4 - "tests": Get the newest version at http://wummel.github.io/linkchecker/
Step #4 - "tests": Write comments and bugs to https://github.com/wummel/linkchecker/issues
Step #4 - "tests": Support this project at http://wummel.github.io/linkchecker/donations.html
Step #4 - "tests": 
Step #4 - "tests": Start checking at 2019-01-23 17:28:57+000
Step #4 - "tests": 10 threads active,     6 links queued,   20 links in   2 URLs checked, runtime 1 seconds
Step #9 - "build-e2e": Reading package lists...
Step #9 - "build-e2e": Reading package lists...
Step #9 - "build-e2e": Building dependency tree...
Step #9 - "build-e2e": Reading state information...
Step #9 - "build-e2e": python is already the newest version (2.7.12-1~16.04).
Step #9 - "build-e2e": python set to manually installed.
Step #9 - "build-e2e": The following packages were automatically installed and are no longer required:
Step #9 - "build-e2e":   libexpat1-dev libpython-dev libpython2.7 libpython2.7-dev
Step #9 - "build-e2e":   python-pkg-resources python2.7-dev
Step #9 - "build-e2e": Use 'apt autoremove' to remove them.
Step #9 - "build-e2e": The following additional packages will be installed:
Step #9 - "build-e2e":   libonig2 unzip
Step #9 - "build-e2e": Suggested packages:
Step #9 - "build-e2e":   gcc-multilib autoconf automake libtool flex bison gdb gcc-doc make-doc
Step #9 - "build-e2e": The following NEW packages will be installed:
Step #9 - "build-e2e":   gcc jq libonig2 make psmisc unzip wget zip
Step #9 - "build-e2e": 0 upgraded, 8 newly installed, 0 to remove and 15 not upgraded.
Step #9 - "build-e2e": Need to get 746 kB/1051 kB of archives.
Step #9 - "build-e2e": After this operation, 3466 kB of additional disk space will be used.
Step #9 - "build-e2e": Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 psmisc amd64 22.21-2.1build1 [48.0 kB]
Step #9 - "build-e2e": Get:2 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libonig2 amd64 5.9.6-1ubuntu0.1 [86.7 kB]
Step #9 - "build-e2e": Get:3 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 jq amd64 1.5+dfsg-1ubuntu0.1 [144 kB]
Step #9 - "build-e2e": Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 make amd64 4.1-6 [151 kB]
Step #9 - "build-e2e": Get:5 http://archive.ubuntu.com/ubuntu xenial/main amd64 unzip amd64 6.0-20ubuntu1 [158 kB]
Step #9 - "build-e2e": Get:6 http://archive.ubuntu.com/ubuntu xenial/main amd64 zip amd64 3.0-11 [158 kB]
Step #9 - "build-e2e": Fetched 746 kB in 1s (585 kB/s)
Step #9 - "build-e2e": Selecting previously unselected package psmisc.
Step #9 - "build-e2e": (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15833 files and directories currently installed.)
Step #9 - "build-e2e": Preparing to unpack .../psmisc_22.21-2.1build1_amd64.deb ...
Step #9 - "build-e2e": Unpacking psmisc (22.21-2.1build1) ...
Step #9 - "build-e2e": Selecting previously unselected package wget.
Step #9 - "build-e2e": Preparing to unpack .../wget_1.17.1-1ubuntu1.4_amd64.deb ...
Step #9 - "build-e2e": Unpacking wget (1.17.1-1ubuntu1.4) ...
Step #9 - "build-e2e": Selecting previously unselected package gcc.
Step #9 - "build-e2e": Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ...
Step #9 - "build-e2e": Unpacking gcc (4:5.3.1-1ubuntu1) ...
Step #9 - "build-e2e": Selecting previously unselected package libonig2:amd64.
Step #9 - "build-e2e": Preparing to unpack .../libonig2_5.9.6-1ubuntu0.1_amd64.deb ...
Step #9 - "build-e2e": Unpacking libonig2:amd64 (5.9.6-1ubuntu0.1) ...
Step #9 - "build-e2e": Selecting previously unselected package jq.
Step #9 - "build-e2e": Preparing to unpack .../jq_1.5+dfsg-1ubuntu0.1_amd64.deb ...
Step #9 - "build-e2e": Unpacking jq (1.5+dfsg-1ubuntu0.1) ...
Step #9 - "build-e2e": Selecting previously unselected package make.
Step #9 - "build-e2e": Preparing to unpack .../archives/make_4.1-6_amd64.deb ...
Step #9 - "build-e2e": Unpacking make (4.1-6) ...
Step #9 - "build-e2e": Selecting previously unselected package unzip.
Step #9 - "build-e2e": Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ...
Step #9 - "build-e2e": Unpacking unzip (6.0-20ubuntu1) ...
Step #9 - "build-e2e": Selecting previously unselected package zip.
Step #9 - "build-e2e": Preparing to unpack .../archives/zip_3.0-11_amd64.deb ...
Step #9 - "build-e2e": Unpacking zip (3.0-11) ...
Step #9 - "build-e2e": Processing triggers for libc-bin (2.23-0ubuntu10) ...
Step #9 - "build-e2e": Processing triggers for mime-support (3.59ubuntu1) ...
Step #9 - "build-e2e": Setting up psmisc (22.21-2.1build1) ...
Step #9 - "build-e2e": Setting up wget (1.17.1-1ubuntu1.4) ...
Step #9 - "build-e2e": Setting up gcc (4:5.3.1-1ubuntu1) ...
Step #9 - "build-e2e": Setting up libonig2:amd64 (5.9.6-1ubuntu0.1) ...
Step #9 - "build-e2e": Setting up jq (1.5+dfsg-1ubuntu0.1) ...
Step #9 - "build-e2e": Setting up make (4.1-6) ...
Step #9 - "build-e2e": Setting up unzip (6.0-20ubuntu1) ...
Step #9 - "build-e2e": Setting up zip (3.0-11) ...
Step #9 - "build-e2e": Processing triggers for libc-bin (2.23-0ubuntu10) ...
Step #4 - "tests": 10 threads active,   228 links queued,  332 links in  15 URLs checked, runtime 6 seconds
Step #9 - "build-e2e": Removing intermediate container f38a93860378
Step #9 - "build-e2e":  ---> 65c6b8d094d4
Step #9 - "build-e2e": Step 3/20 : WORKDIR /usr/local
Step #9 - "build-e2e":  ---> Running in df33a213113f
Step #9 - "build-e2e": Removing intermediate container df33a213113f
Step #9 - "build-e2e":  ---> df85a1052338
Step #9 - "build-e2e": Step 4/20 : ENV GO_VERSION=1.11.1
Step #9 - "build-e2e":  ---> Running in 924060b0ef38
Step #9 - "build-e2e": Removing intermediate container 924060b0ef38
Step #9 - "build-e2e":  ---> b59549596374
Step #9 - "build-e2e": Step 5/20 : ENV GOPATH /go
Step #9 - "build-e2e":  ---> Running in 6ead13919ad7
Step #4 - "tests": 10 threads active,   460 links queued,  861 links in  25 URLs checked, runtime 11 seconds
Step #9 - "build-e2e": Removing intermediate container 6ead13919ad7
Step #9 - "build-e2e":  ---> a40b2bb52962
Step #9 - "build-e2e": Step 6/20 : RUN wget -q https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz &&     tar -xzf go${GO_VERSION}.linux-amd64.tar.gz && rm go${GO_VERSION}.linux-amd64.tar.gz && mkdir ${GOPATH}
Step #9 - "build-e2e":  ---> Running in c8e6cc0f21be
Step #4 - "tests": 10 threads active,   647 links queued, 1762 links in  40 URLs checked, runtime 16 seconds
Step #4 - "tests": 10 threads active,   623 links queued, 2507 links in  51 URLs checked, runtime 21 seconds
Step #4 - "tests": 10 threads active,   410 links queued, 2840 links in  60 URLs checked, runtime 26 seconds
Step #9 - "build-e2e": Removing intermediate container c8e6cc0f21be
Step #9 - "build-e2e":  ---> 98079129fbed
Step #9 - "build-e2e": Step 7/20 : ENV PATH /usr/local/go/bin:/go/bin:$PATH
Step #9 - "build-e2e":  ---> Running in ca880854c4de
Step #9 - "build-e2e": Removing intermediate container ca880854c4de
Step #9 - "build-e2e":  ---> d603466e9845
Step #9 - "build-e2e": Step 8/20 : ENV KUBECTL_VER 1.11.5
Step #9 - "build-e2e":  ---> Running in c4b398ca483a
Step #9 - "build-e2e": Removing intermediate container c4b398ca483a
Step #9 - "build-e2e":  ---> 19eacbb15152
Step #9 - "build-e2e": Step 9/20 : RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VER}/bin/linux/amd64/kubectl &&     chmod go+rx ./kubectl &&     mv ./kubectl /usr/local/bin/kubectl
Step #9 - "build-e2e":  ---> Running in e493017a38d7
Step #9 - "build-e2e": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #9 - "build-e2e":                                  Dload  Upload   Total   Spent    Left  Speed
Step #4 - "tests": 10 threads active,     7 links queued, 3243 links in  72 URLs checked, runtime 31 seconds
Step #9 - "build-e2e": 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
 20 52.8M   20 10.9M    0     0  17.9M      0  0:00:02 --:--:--  0:00:02 17.9M�[0m�[91m
100 52.8M  100 52.8M    0     0  69.3M      0 --:--:-- --:--:-- --:--:-- 69.2M
Step #9 - "build-e2e": �[0mRemoving intermediate container e493017a38d7
Step #9 - "build-e2e":  ---> 2614addb4cce
Step #9 - "build-e2e": Step 10/20 : ENV HELM_VER 2.11.0
Step #9 - "build-e2e":  ---> Running in bbc70c674707
Step #9 - "build-e2e": Removing intermediate container bbc70c674707
Step #9 - "build-e2e":  ---> 8d319429b371
Step #9 - "build-e2e": Step 11/20 : ENV HELM_URL https://storage.googleapis.com/kubernetes-helm/helm-v${HELM_VER}-linux-amd64.tar.gz
Step #9 - "build-e2e":  ---> Running in 1077eb6c92ff
Step #9 - "build-e2e": Removing intermediate container 1077eb6c92ff
Step #9 - "build-e2e":  ---> 0b0d0c1a75d6
Step #9 - "build-e2e": Step 12/20 : RUN curl -L  ${HELM_URL} > /tmp/helm.tar.gz     && tar -zxvf /tmp/helm.tar.gz -C /tmp     && mv /tmp/linux-amd64/helm /usr/local/bin/helm     && chmod go+rx /usr/local/bin/helm     && rm /tmp/helm.tar.gz && rm -rf /tmp/linux-amd64
Step #9 - "build-e2e":  ---> Running in c2aeb31e9167
Step #9 - "build-e2e": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #9 - "build-e2e":                                  Dload  Upload   Total   Spent    Left  Speed
Step #4 - "tests":  1 thread active,     0 links queued, 3259 links in  79 URLs checked, runtime 36 seconds
Step #9 - "build-e2e": 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
100 18.2M  100 18.2M    0     0  46.3M      0 --:--:-- --:--:-- --:--:-- 46.3M
Step #9 - "build-e2e": �[0mlinux-amd64/
Step #9 - "build-e2e": linux-amd64/tiller
Step #4 - "tests": 
Step #4 - "tests": Statistics:
Step #4 - "tests": Downloaded: 2.26MB.
Step #4 - "tests": Content types: 243 image, 1940 text, 0 video, 0 audio, 83 application, 0 mail and 994 other.
Step #4 - "tests": URL lengths: min=15, max=373, avg=58.
Step #4 - "tests": 
Step #4 - "tests": That's it. 3260 links in 79 URLs checked. 0 warnings found. 0 errors found.
Step #4 - "tests": Stopped checking at 2019-01-23 17:29:33+000 (36 seconds)
Step #9 - "build-e2e": linux-amd64/README.md
Step #9 - "build-e2e": linux-amd64/helm
Step #9 - "build-e2e": linux-amd64/LICENSE
Step #4 - "tests": ok  	agones.dev/agones/pkg/apis/stable/v1alpha1	1.084s
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 #4 - "tests": agones-website
Step #9 - "build-e2e": Removing intermediate container c2aeb31e9167
Step #9 - "build-e2e":  ---> 5d8dcf81ae52
Step #9 - "build-e2e": Step 13/20 : ENV CONSUL_VERSION=1.2.1
Step #9 - "build-e2e":  ---> Running in 57140017cd52
Step #9 - "build-e2e": Removing intermediate container 57140017cd52
Step #9 - "build-e2e":  ---> dd7189998728
Step #9 - "build-e2e": Step 14/20 : ENV HASHICORP_RELEASES=https://releases.hashicorp.com
Step #9 - "build-e2e":  ---> Running in ce84b4385091
Step #9 - "build-e2e": Removing intermediate container ce84b4385091
Step #9 - "build-e2e":  ---> fa1659d4f01c
Step #9 - "build-e2e": Step 15/20 : RUN mkdir -p /tmp/build &&     wget ${HASHICORP_RELEASES}/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_linux_amd64.zip     -P /tmp/build/  &&     unzip -d /usr/local/bin/ /tmp/build/consul_${CONSUL_VERSION}_linux_amd64.zip &&     cd /tmp &&     rm -rf /tmp/build &&     chmod go+rx /usr/local/bin/consul &&     consul version
Step #9 - "build-e2e":  ---> Running in 4def767e232c
Step #8 - "build": docker build /workspace/cmd/controller/ --tag=gcr.io/agones-images/agones-controller:0.8.0-273f1f2 
Step #8 - "build": Sending build context to Docker daemon  38.27MB

Step #8 - "build": Step 1/5 : FROM alpine:3.8
Step #9 - "build-e2e": �[91m--2019-01-23 17:29:38--  https://releases.hashicorp.com/consul/1.2.1/consul_1.2.1_linux_amd64.zip
Step #9 - "build-e2e": Resolving releases.hashicorp.com (releases.hashicorp.com)... �[0m�[91m151.101.1.183, 151.101.65.183, 151.101.129.183, ...
Step #9 - "build-e2e": Connecting to releases.hashicorp.com (releases.hashicorp.com)|151.101.1.183|:443... �[0m�[91mconnected.
Step #9 - "build-e2e": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m200 OK
Step #9 - "build-e2e": Length: 14529496 (14M) [application/zip]
Step #9 - "build-e2e": �[0m�[91mSaving to: '/tmp/build/consul_1.2.1_linux_amd64.zip'
Step #9 - "build-e2e": 
Step #9 - "build-e2e":      0K ..�[0m�[91m.....�[0m�[91m... ..�[0m�[91m........ .......... .�[0m�[91m......... .......�[0m�[91m...  0% 3.43M 4s
Step #9 - "build-e2e":     50K .......... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m �[0m�[91m.�[0m�[91m.�[0m�[91m...�[0m�[91m.....  0% 6.72M 3s
Step #9 - "build-e2e":    100K .......... .�[0m�[91m......... .......... .......... ...�[0m�[91m.......  1%  208M 2s
Step #9 - "build-e2e":    150K .........�[0m�[91m. .......... .....�[0m�[91m.�[0m�[91m..�[0m�[91m.. ...�[0m�[91m....... ..........  1% 52.0M 2s
Step #9 - "build-e2e":    200K .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. ..........  1% 7.93M 2s
Step #9 - "build-e2e":    250K .....�[0m�[91m..... .......... .......... .......... ..........  2%  177M 1s
Step #9 - "build-e2e":    300K .......... .......... .......... .....�[0m�[91m..... ..........  2%  133M 1s
Step #9 - "build-e2e":    350K .......... .......... .......... ...�[0m�[91m....... .�[0m�[91m.........  2%  167M 1s
Step #9 - "build-e2e":    400K .......... .......... .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m...  3% 7.79M 1s
Step #9 - "build-e2e":    450K .......... .......... .......... .......... .....�[0m�[91m.....  3%  213M 1s
Step #9 - "build-e2e":    500K .......... .�[0m�[91m......... .......... .......... ..........  3%  218M 1s
Step #9 - "build-e2e":    550K .......... .......... .....�[0m�[91m..... .......... .�[0m�[91m.........  4%  167M 1s
Step #9 - "build-e2e":    600K .......... .......... .......... .......... .......�[0m�[91m...  4%  178M 1s
Step #9 - "build-e2e":    650K .......... .......... .........�[0m�[91m. .......... .....�[0m�[91m.....  4%  226M 1s
Step #9 - "build-e2e":    700K .......... .........�[0m�[91m. .......... .....�[0m�[91m..... ..........  5%  227M 1s
Step #9 - "build-e2e":    750K .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... .......... ..........  5%  179M 1s
Step #9 - "build-e2e":    800K .......... .......... .�[0m�[91m......... .......... ..........  5%  186M 1s
Step #9 - "build-e2e":    850K .�[0m�[91m....�[0m�[91m..... .......... .........�[0m�[91m. .......... .....�[0m�[91m.....  6% 9.47M 1s
Step #9 - "build-e2e":    900K .......... .......... .......... .�[0m�[91m......... ...�[0m�[91m.......  6%  166M 1s
Step #9 - "build-e2e":    950K .�[0m�[91m......... .......... .......... .......... .�[0m�[91m.........  7%  163M 1s
Step #9 - "build-e2e":   1000K .......... .......... .......... ..�[0m�[91m........ ..........  7%  159M 1s
Step #9 - "build-e2e":   1050K .......... .......... .........�[0m�[91m. .......... .....�[0m�[91m.....  7%  171M 1s
Step #9 - "build-e2e":   1100K ...�[0m�[91m....... .......... .......�[0m�[91m... .....�[0m�[91m..... ..........  8%  177M 1s
Step #9 - "build-e2e":   1150K .�[0m�[91m......... .......�[0m�[91m... .......... .......... .........�[0m�[91m.�[0m�[91m  8%  138M 0s
Step #9 - "build-e2e":   1200K .......... .....�[0m�[91m..... .......... .......... ..........  8% 47.8M 0s
Step #9 - "build-e2e":   1250K .......... ...�[0m�[91m....... .........�[0m�[91m. .......... ..........  9%  195M 0s
Step #9 - "build-e2e":   1300K .......... .......... .......�[0m�[91m... .......... ...�[0m�[91m.......  9%  232M 0s
Step #9 - "build-e2e":   1350K .......... .......... .......... .......... .�[0m�[91m.........  9%  182M 0s
Step #9 - "build-e2e":   1400K .......�[0m�[91m... .......... .......... .......... .......... 10%  203M 0s
Step #9 - "build-e2e":   1450K .......... .......... .......... .......... .....�[0m�[91m..... 10%  223M 0s
Step #9 - "build-e2e":   1500K .......... .�[0m�[91m......... .......... .......... .......... 10%  209M 0s
Step #9 - "build-e2e":   1550K .......... .......�[0m�[91m... .......... ...�[0m�[91m....... .......... 11%  183M 0s
Step #9 - "build-e2e":   1600K .......... .......... .......... .........�[0m�[91m. .......... 11%  213M 0s
Step #9 - "build-e2e":   1650K .....�[0m�[91m..... .......... .........�[0m�[91m. .......... .....�[0m�[91m..... 11% 21.0M 0s
Step #9 - "build-e2e":   1700K .......... .�[0m�[91m......... .......... .......... .......... 12%  203M 0s
Step #9 - "build-e2e":   1750K .........�[0m�[91m. .......... .....�[0m�[91m..... .......... .�[0m�[91m......... 12%  168M 0s
Step #9 - "build-e2e":   1800K .......... .......... .......... .......... .......... 13%  188M 0s
Step #9 - "build-e2e":   1850K .......... ...�[0m�[91m....... ..�[0m�[91m.......�[0m�[91m. �[0m�[91m.�[0m�[91m.�[0m�[91m.�[0m�[91m....�[0m�[91m... .......... 13% 88.2M 0s
Step #9 - "build-e2e":   1900K ...�[0m�[91m....... ..........�[0m�[91m .�[0m�[91m..�[0m�[91m....�[0m�[91m... ..........�[0m�[91m .......... 13% 88.1M 0s
Step #9 - "build-e2e":   1950K .......... .......�[0m�[91m... .......... .�[0m�[91m..�[0m�[91m....... .�[0m�[91m........�[0m�[91m. 14% 23.9M 0s
Step #9 - "build-e2e":   2000K .......... .......... ...�[0m�[91m....... .�[0m�[91m......... .......... 14%  173M 0s
Step #9 - "build-e2e":   2050K .....�[0m�[91m..... ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... 14%  160M 0s
Step #9 - "build-e2e":   2100K ...�[0m�[91m....... .........�[0m�[91m. ....�[0m�[91m...�[0m�[91m.�[0m�[91m.. .....�[0m�[91m..... ...�[0m�[91m....... 15%  154M 0s
Step #9 - "build-e2e":   2150K .......... .......�[0m�[91m... .......... .......... .......... 15%  191M 0s
Step #9 - "build-e2e":   2200K .......�[0m�[91m... .......... .......... .......... .......... 15%  244M 0s
Step #9 - "build-e2e":   2250K .......... .......... .......... .......... .......... 16%  240M 0s
Step #9 - "build-e2e":   2300K ...�[0m�[91m....... .........�[0m�[91m. .......... .......... ...�[0m�[91m....... 16%  201M 0s
Step #9 - "build-e2e":   2350K .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .......... .......... .�[0m�[91m......... 16%  180M 0s
Step #9 - "build-e2e":   2400K .......... .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. .......... 17%  231M 0s
Step #9 - "build-e2e":   2450K .......... .......... .......... .....�[0m�[91m..... .....�[0m�[91m..... 17%  214M 0s
Step #9 - "build-e2e":   2500K ...�[0m�[91m....... .........�[0m�[91m. .......... .......... .......... 17%  181M 0s
Step #9 - "build-e2e":   2550K ...�[0m�[91m....... .......... .......... ...�[0m�[91m....... .........�[0m�[91m. 18%  190M 0s
Step #9 - "build-e2e":   2600K .......�[0m�[91m... .......... .......... .�[0m�[91m........�[0m�[91m. .......... 18%  152M 0s�[0m�[91m
Step #9 - "build-e2e":   2650K .....�[0m�[91m..... .......... ..�[0m�[91m.�[0m�[91m......�[0m�[91m. .......�[0m�[91m... .......... 19%  112M 0s
Step #9 - "build-e2e":   2700K ...�[0m�[91m....... .........�[0m�[91m. .......... .....�[0m�[91m..... .......... 19%  185M 0s
Step #9 - "build-e2e":   2750K ....�[0m�[91m...... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .......... 19%  157M 0s
Step #9 - "build-e2e":   2800K .......... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... 20%  181M 0s
Step #9 - "build-e2e":   2850K .....�[0m�[91m..... ...�[0m�[91m....... .......... .....�[0m�[91m..... .......... 20%  173M 0s
Step #9 - "build-e2e":   2900K ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .......... ...�[0m�[91m....... 20%  180M 0s
Step #9 - "build-e2e":   2950K .�[0m�[91m......... .......... .......... ...�[0m�[91m....... .......... 21%  168M 0s
Step #9 - "build-e2e":   3000K .......... .......... .......... .........�[0m�[91m. .......�[0m�[91m... 21%  162M 0s
Step #9 - "build-e2e":   3050K .......... .......... .......... .......... .......... 21%  227M 0s
Step #9 - "build-e2e":   3100K ...�[0m�[91m....... .......... .......�[0m�[91m... .......... .......... 22%  244M 0s
Step #9 - "build-e2e":   3150K .......... .......... .....�[0m�[91m..... ...�[0m�[91m....... .......... 22%  200M 0s
Step #9 - "build-e2e":   3200K .......�[0m�[91m... .......... .......... .�[0m�[91m......... .......�[0m�[91m... 22%  149M 0s
Step #9 - "build-e2e":   3250K�[0m�[91m .......... ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... 23%  145M 0s
Step #9 - "build-e2e":   3300K ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... .......... .......... 23%  152M 0s
Step #9 - "build-e2e":   3350K .�[0m�[91m......... .......... .......... .......... .......... 23% 87.9M 0s
Step #9 - "build-e2e":   3400K .......... .......... .......... .......... .......... 24%  146M 0s
Step #9 - "build-e2e":   3450K .....�[0m�[91m..... �[0m�[91m.......... .........�[0m�[91m. .......�[0m�[91m.�[0m�[91m.. .....�[0m�[91m..... 24% 10.6M 0s
Step #9 - "build-e2e":   3500K ...�[0m�[91m....... .........�[0m�[91m. .......�[0m�[91m... .......... ...�[0m�[91m....... 25%  136M 0s
Step #9 - "build-e2e":   3550K .�[0m�[91m......... .......... .......... .......... ...�[0m�[91m......�[0m�[91m. 25%  121M 0s
Step #9 - "build-e2e":   3600K .......... .....�[0m�[91m..... .......... .........�[0m�[91m. .......�[0m�[91m... 25%  157M 0s
Step #9 - "build-e2e":   3650K .....�[0m�[91m..... .......... .......... .......�[0m�[91m... .....�[0m�[91m..... 26%  197M 0s
Step #9 - "build-e2e":   3700K .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... 26%  185M 0s
Step #9 - "build-e2e":   3750K .....�[0m�[91m....�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. 26%  123M 0s
Step #9 - "build-e2e":   3800K .......�[0m�[91m... .......... ...�[0m�[91m....... .......... .......�[0m�[91m... 27%  161M 0s
Step #9 - "build-e2e":   3850K .�[0m�[91m....�[0m�[91m..... ...�[0m�[91m....... .......... .......�[0m�[91m... .......... 27%�[0m�[91m  132M 0s�[0m�[91m
Step #9 - "build-e2e":   3900K ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... .......... 27%  174M 0s
Step #9 - "build-e2e":   3950K .........�[0m�[91m. .......... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m.....�[0m�[91m...�[0m�[91m. 28%  151M 0s
Step #9 - "build-e2e":   4000K .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m........�[0m�[91m. .......... 28%  167M 0s
Step #9 - "build-e2e":   4050K .......... .......... .�[0m�[91m........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... 28%  228M 0s
Step #9 - "build-e2e":   4100K .......... .�[0m�[91m......... .......�[0m�[91m... .......... ...�[0m�[91m....... 29%  200M 0s
Step #9 - "build-e2e":   4150K .........�[0m�[91m. .......... .......... .�[0m�[91m......... .�[0m�[91m........�[0m�[91m. 29%  194M 0s
Step #9 - "build-e2e":   4200K .......... .....�[0m�[91m..... .......... .........�[0m�[91m. .......... 29%  192M 0s
Step #9 - "build-e2e":   4250K �[0m�[91m.......... ..�[0m�[91m.�[0m�[91m....... .......... .......... .....�[0m�[91m..... 30%  243M 0s
Step #9 - "build-e2e":   4300K .......... .........�[0m�[91m. .......... .......... ...�[0m�[91m....... 30%  196M 0s
Step #9 - "build-e2e":   4350K .......... ....�[0m�[91m...�[0m�[91m... .....�[0m�[91m..... .......... .�[0m�[91m........�[0m�[91m. 31%  194M 0s
Step #9 - "build-e2e":   4400K .......�[0m�[91m...�[0m�[91m .......... .......... .......... ..�[0m�[91m.....�[0m�[91m.�[0m�[91m.. 31%  192M 0s
Step #9 - "build-e2e":   4450K .....�[0m�[91m..... .�[0m�[91m......... .......... .......�[0m�[91m... .......... 31%  203M 0s�[0m�[91m
Step #9 - "build-e2e":   4500K .......... .......... .......�[0m�[91m... .......... .......... 32%�[0m�[91m  198M�[0m�[91m 0s
Step #9 - "build-e2e":   4550K .......... .......... .......... .......... .......... 32%  193M 0s
Step #9 - "build-e2e":   4600K .......�[0m�[91m... .......... ...�[0m�[91m....... .�[0m�[91m......... .......... 32%  223M 0s
Step #9 - "build-e2e":   4650K .....�[0m�[91m..... .......�[0m�[91m... .�[0m�[91m......... .......�[0m�[91m... .......... 33%  229M 0s
Step #9 - "build-e2e":   4700K .......... .........�[0m�[91m. .......�[0m�[91m... .....�[0m�[91m..... .......... 33%  132M 0s
Step #9 - "build-e2e":   4750K .........�[0m�[91m. .......�[0m�[91m... .......... ...�[0m�[91m....... .........�[0m�[91m. 33%  151M 0s
Step #9 - "build-e2e":   4800K .......�[0m�[91m... .......... .......... .�[0m�[91m......... .......... 34%  210M 0s
Step #9 - "build-e2e":   4850K .......... .......... .......... .......... .......... 34%  246M 0s
Step #9 - "build-e2e":   4900K .......... .......... .......... .......... .......... 34%  187M 0s
Step #9 - "build-e2e":   4950K .......... .......... .......... .......... .......... 35%  175M 0s
Step #9 - "build-e2e":   5000K .......... .......... .......... .......... .......... 35%  224M 0s
Step #9 - "build-e2e":   5050K .......... .......... .......... .......... .......... 35%  215M 0s
Step #9 - "build-e2e":   5100K .......... .......... .......... .......... .......... 36%  199M 0s
Step #9 - "build-e2e":   5150K .......... .......... .......... .......... .......... 36%  154M 0s
Step #9 - "build-e2e":   5200K .......... .......... .......... .......... .......... 37%  222M 0s
Step #9 - "build-e2e":   5250K .......... .......... .......... .......... .......... 37%  236M 0s
Step #9 - "build-e2e":   5300K .......... .......... .......... .......... .......... 37%  206M 0s
Step #9 - "build-e2e":   5350K .......... .......... .......... .......... .......... 38%  214M 0s
Step #9 - "build-e2e":   5400K .......... .......... .......... .......... .......... 38%  174M 0s
Step #9 - "build-e2e":   5450K .......... .......... .......... .......... .......... 38%  226M 0s
Step #9 - "build-e2e":   5500K .......... .......... .......... .......... .......... 39%  205M 0s
Step #9 - "build-e2e":   5550K .......... .......... .......... .......... .......... 39%  198M 0s
Step #9 - "build-e2e":   5600K .......... .......... .......... .......... .......... 39%  171M 0s
Step #9 - "build-e2e":   5650K .....�[0m�[91m..... .......... .......... .......... .......... 40%  221M 0s
Step #9 - "build-e2e":   5700K .......... .......... .......... .......... .......... 40%  207M 0s
Step #9 - "build-e2e":   5750K .......... .......... .......... .......... .......... 40%  210M 0s
Step #9 - "build-e2e":   5800K .......... .......... .......... .......... .......... 41%  243M 0s
Step #9 - "build-e2e":   5850K .......... .......... .......... .......... .......... 41%  194M 0s
Step #9 - "build-e2e":   5900K .......... .......... .......... .......... .......... 41%  168M 0s
Step #9 - "build-e2e":   5950K .......... .......... .......... .......... .......... 42%  189M 0s
Step #9 - "build-e2e":   6000K .......... .......... .......... .......... .......... 42%  243M 0s
Step #9 - "build-e2e":   6050K .......... .......... .......... .......... .......... 42%  245M 0s
Step #9 - "build-e2e":   6100K .......... .......... .......... .......... .......... 43%  248M 0s
Step #9 - "build-e2e":   6150K .......... .......... .......... .......... .......... 43%  148M 0s
Step #9 - "build-e2e":   6200K .......... .......... .......... .......... .......... 44%  215M 0s
Step #9 - "build-e2e":   6250K .......... .......... .......... .......... .......... 44%  206M 0s
Step #9 - "build-e2e":   6300K .......... .......... .......... .......... .......... 44%  245M 0s
Step #9 - "build-e2e":   6350K .......... .......... .......... .......... .......... 45%  177M 0s
Step #9 - "build-e2e":   6400K .......... .......... .......... .......... .......... 45%  194M 0s
Step #9 - "build-e2e":   6450K .......... .......... .......... .......�[0m�[91m... .......... 45%  169M 0s
Step #9 - "build-e2e":   6500K .......... .......... .......... .......... .......... 46%  179M 0s
Step #9 - "build-e2e":   6550K .......... .......... .......... .......... .......... 46%  215M 0s
Step #9 - "build-e2e":   6600K .......... .......... .......... .......... .......... 46%  225M 0s
Step #9 - "build-e2e":   6650K .......... .......... .......... .......... .......... 47%  188M 0s
Step #9 - "build-e2e":   6700K .......... .......... .......... .......... .......... 47%  190M 0s
Step #9 - "build-e2e":   6750K .......... .......... .......... .......... .......... 47%  192M 0s
Step #9 - "build-e2e":   6800K .......... .......... .......... .......... .......... 48%  247M 0s
Step #9 - "build-e2e":   6850K .......... .......... .......... .......... .......... 48%  197M 0s
Step #9 - "build-e2e":   6900K .......... .......... .......... .......... .......... 48%  212M 0s
Step #9 - "build-e2e":   6950K .......... .......... .......... .......... .......... 49%  156M 0s
Step #9 - "build-e2e":   7000K .......... .......... .......... .......... .......... 49%  236M 0s
Step #9 - "build-e2e":   7050K .......... .......... .......... .......... .......... 50%  243M 0s
Step #9 - "build-e2e":   7100K .......... .......... .......... .......... .......... 50%  199M 0s
Step #9 - "build-e2e":   7150K .......... .......... .......... .......... .......... 50%  172M 0s
Step #9 - "build-e2e":   7200K .......... .......... .......... .......... .......... 51%  239M 0s
Step #9 - "build-e2e":   7250K .......... .......... .......... .......... .......... 51%  239M 0s
Step #9 - "build-e2e":   7300K .......... .........�[0m�[91m. .......... .......... .......... 51%  180M 0s
Step #9 - "build-e2e":   7350K .�[0m�[91m........�[0m�[91m. .......... .......... .......... .......... 52%  141M 0s
Step #9 - "build-e2e":   7400K .......... .......... .......... .......... .......... 52%  177M 0s
Step #9 - "build-e2e":   7450K .......... .......... .......... .......... .......... 52%  181M 0s
Step #9 - "build-e2e":   7500K .......... .......... .......... .......... .......... 53%  170M 0s
Step #9 - "build-e2e":   7550K .......... .......... .......... .......... .......... 53%  167M 0s
Step #9 - "build-e2e":   7600K .......... .......... .......... .......... .......... 53%  150M 0s
Step #9 - "build-e2e":   7650K .......... .......... .......... .......... .......... 54%  177M 0s
Step #9 - "build-e2e":   7700K .......... .......... .......... .......... .......... 54% 63.3M 0s
Step #9 - "build-e2e":   7750K .......... .......... .......... .......... .......... 54%  109M 0s
Step #9 - "build-e2e":   7800K .......... .......... .......... .......... .......... 55%  163M 0s
Step #9 - "build-e2e":   7850K .......... .......... .�[0m�[91m......... .......�[0m�[91m... .......... 55%  151M 0s
Step #9 - "build-e2e":   7900K .......... .......... .......... .......... .......... 56%  182M 0s
Step #9 - "build-e2e":   7950K .......... .......�[0m�[91m... .......... .......... .......... 56%  173M 0s
Step #9 - "build-e2e":   8000K .......... .......... .......... .......... .......... 56%  164M 0s
Step #9 - "build-e2e":   8050K .......... .......... .......... .......... .......... 57%  159M 0s
Step #9 - "build-e2e":   8100K .......... .......... .......... .......... .......... 57%  164M 0s
Step #9 - "build-e2e":   8150K .......... .......... .......... .......... .......... 57%  168M 0s
Step #9 - "build-e2e":   8200K .......... .......... .......... .......... .......... 58%  136M 0s
Step #9 - "build-e2e":   8250K .......... .......... .......... .......... .......... 58%  149M 0s
Step #9 - "build-e2e":   8300K .......... .......... .......... .......... .......... 58%  161M 0s
Step #9 - "build-e2e":   8350K .......... .......... .......... .......... .......... 59%  174M 0s
Step #9 - "build-e2e":   8400K .......... .......... .......... .......... .......... 59%  124M 0s
Step #9 - "build-e2e":   8450K .......... .......... .......... .......... .......... 59%  153M 0s
Step #9 - "build-e2e":   8500K .......... ..�[0m�[91m........ ........�[0m�[91m.. .......... ....�[0m�[91m...... 60%  147M 0s
Step #9 - "build-e2e":   8550K .......... ........�[0m�[91m.. .......... .......... ..�[0m�[91m........ 60%  139M 0s
Step #9 - "build-e2e":   8600K ........�[0m�[91m.. ......�[0m�[91m.... .......... .......... .......... 60%  212M 0s
Step #9 - "build-e2e":   8650K .......... .......... ..�[0m�[91m........ .......... .......... 61%  213M 0s
Step #9 - "build-e2e":   8700K .......... .......... .......... .......... .......... 61%  238M 0s
Step #9 - "build-e2e":   8750K .......... .......... .......... .......... .......... 62%  205M 0s
Step #9 - "build-e2e":   8800K .......... .......... .......... .......... .......... 62%  205M 0s
Step #9 - "build-e2e":   8850K .......... .......... .......... .......... .......... 62%  246M 0s
Step #9 - "build-e2e":   8900K .......... .......... .......... .......... .......... 63%  246M 0s
Step #9 - "build-e2e":   8950K .......... .......... .......... .......... .......... 63%  244M 0s
Step #9 - "build-e2e":   9000K .......... .......... .......... .......... .......... 63%  187M 0s
Step #9 - "build-e2e":   9050K .......... .......... .......... .......... .......... 64%  243M 0s
Step #9 - "build-e2e":   9100K .......... .......... .......... .......... .......... 64%  248M 0s
Step #9 - "build-e2e":   9150K .......... .......... .......... .......... .......... 64%  248M 0s
Step #9 - "build-e2e":   9200K .......... .......... .......... .......... .......... 65%  131M 0s
Step #9 - "build-e2e":   9250K .......... .......... .......... .......... .......... 65%  220M 0s
Step #9 - "build-e2e":   9300K .......... .......... .......... .......... .......... 65%  244M 0s
Step #8 - "build": 3.8: Pulling from library/alpine
Step #8 - "build": Digest: sha256:3d2e482b82608d153a374df3357c0291589a61cc194ec4a9ca2381073a17f58e
Step #9 - "build-e2e":   9350K .........�[0m�[91m. .......... .......... .......... .......... 66%  176M 0s
Step #9 - "build-e2e":   9400K .......... .......... .......... .......... .......... 66%  159M 0s
Step #9 - "build-e2e":   9450K .......... .......... .......... .......... .......... 66%  214M 0s
Step #9 - "build-e2e":   9500K .......... .......... .......... .......... .......... 67%  200M 0s
Step #9 - "build-e2e":   9550K .......... .......... .......... .......... .......... 67%  197M 0s
Step #9 - "build-e2e":   9600K .......... .......... .......... .......... .......... 68%  144M 0s
Step #9 - "build-e2e":   9650K .......... .......... .......... .......... .......... 68%  190M 0s
Step #9 - "build-e2e":   9700K .......... .......... .......... .......... .......... 68%  177M 0s
Step #9 - "build-e2e":   9750K .......... .......... .......... .......... .......... 69%  225M 0s
Step #9 - "build-e2e":   9800K .......... .......... .......... .......... .......... 69%  158M 0s
Step #9 - "build-e2e":   9850K .......... .......... .......... .......... .......... 69%  224M 0s
Step #9 - "build-e2e":   9900K .......... .......... .......... .......... .......... 70%  200M 0s
Step #9 - "build-e2e":   9950K .......... .......... .......... .......... .......... 70%  224M 0s
Step #9 - "build-e2e":  10000K .......... .......... .......... .......... .......... 70%  141M 0s
Step #9 - "build-e2e":  10050K .......... .......... .......... .......... .......... 71%  224M 0s
Step #9 - "build-e2e":  10100K .......... .......... ..�[0m�[91m....�[0m�[91m.... �[0m�[91m......�[0m�[91m...�[0m�[91m. �[0m�[91m.......... 71% 23.7M 0s
Step #9 - "build-e2e":  10150K .......... .......... .......... .......... .......... 71%  230M 0s
Step #9 - "build-e2e":  10200K .......... ......�[0m�[91m.... .......... .......... .......... 72%  164M 0s
Step #9 - "build-e2e":  10250K .......... .......... .......... .......... .......... 72%  135M 0s
Step #9 - "build-e2e":  10300K .......... .......... .......... .......... .......... 72%  182M 0s
Step #9 - "build-e2e":  10350K .......... .......... .......... .......... .......... 73%  208M 0s
Step #9 - "build-e2e":  10400K .......... .......... .......... .......... .......... 73%  143M 0s
Step #9 - "build-e2e":  10450K .......... .......... .......... .......... .......... 74%  201M 0s
Step #8 - "build": Status: Downloaded newer image for alpine:3.8
Step #8 - "build":  ---> 3f53bb00af94
Step #8 - "build": Step 2/5 : RUN apk --update add ca-certificates &&     adduser -D agones
Step #9 - "build-e2e":  10500K .......... ..�[0m�[91m...�[0m�[91m..... .......... ......�[0m�[91m.... ....�[0m�[91m...... 74% 41.3M 0s
Step #9 - "build-e2e":  10550K .......... .......... .......... .......... .......... 74%  183M 0s
Step #9 - "build-e2e":  10600K ........�[0m�[91m.. ......�[0m�[91m.... ..�[0m�[91m........ .......... .......... 75%  210M 0s
Step #9 - "build-e2e":  10650K .......... .......... .......... .......... .......... 75%  307M 0s
Step #9 - "build-e2e":  10700K .......... .......... .......... .......... .......... 75%  222M 0s
Step #9 - "build-e2e":  10750K .......... .......... .......... .......... .......... 76%  287M 0s
Step #9 - "build-e2e":  10800K .......... .......... .......... .......... .......... 76%  248M 0s
Step #9 - "build-e2e":  10850K .......... .......... .......... .......... .......... 76%  251M 0s
Step #9 - "build-e2e":  10900K .......... .......... .......... .......... .......... 77%  301M 0s
Step #9 - "build-e2e":  10950K .......... .......... .......... .......... .......... 77%  297M 0s
Step #9 - "build-e2e":  11000K .......... .......... .......... .......... .......... 77%  259M 0s
Step #9 - "build-e2e":  11050K .......... .......... .......... .......... .......... 78%  297M 0s
Step #9 - "build-e2e":  11100K .......... .......... .......... .......... .......... 78%  256M 0s
Step #9 - "build-e2e":  11150K .......... .......... .......... .......... .......... 78%  301M 0s
Step #9 - "build-e2e":  11200K .......... .......... .......... .......... .......... 79%  245M 0s
Step #9 - "build-e2e":  11250K .......... .......... .......... .......... .......... 79%  302M 0s
Step #9 - "build-e2e":  11300K .......... .......... .......... .......... .......... 79%  213M 0s
Step #9 - "build-e2e":  11350K .......... .......... .......... .......... .......... 80%  296M 0s
Step #9 - "build-e2e":  11400K .......... .......... .......... .......... .......... 80%  220M 0s
Step #9 - "build-e2e":  11450K .......... .......... .......... .......... .......... 81%  292M 0s
Step #9 - "build-e2e":  11500K .......... .......... .......... .......... .......... 81%  239M 0s
Step #9 - "build-e2e":  11550K .......... .......... .......... .......... .......... 81%  225M 0s
Step #9 - "build-e2e":  11600K .......... .......... .......... .......... .......... 82%  176M 0s
Step #9 - "build-e2e":  11650K .......... .......... .......... .......... .......... 82%  269M 0s
Step #9 - "build-e2e":  11700K .......... .......... .......... .......... .......... 82%  294M 0s
Step #9 - "build-e2e":  11750K .......... .......... .......... .......... .......... 83%  293M 0s
Step #9 - "build-e2e":  11800K .......... .......... .......... .......... .......... 83%  209M 0s
Step #9 - "build-e2e":  11850K .......... .......... .......... .......... .......... 83%  230M 0s
Step #9 - "build-e2e":  11900K .......... .......... .......... .......... .......... 84%  272M 0s
Step #9 - "build-e2e":  11950K .......... .......... .......... .......... .......... 84%  285M 0s
Step #9 - "build-e2e":  12000K .......... .......... .......... .......... .......... 84%  244M 0s
Step #9 - "build-e2e":  12050K .......... .......... .......... .......... .......... 85%  275M 0s
Step #9 - "build-e2e":  12100K .......... .......... .......... .......... .......... 85%  220M 0s
Step #9 - "build-e2e":  12150K .......... .......... .......... .......... .......... 85%  173M 0s
Step #9 - "build-e2e":  12200K .......... .......... .......... .......... .......... 86%  165M 0s
Step #9 - "build-e2e":  12250K .......... ....�[0m�[91m...... .......... .......... .......... 86%  176M 0s
Step #9 - "build-e2e":  12300K .......... .......... .......... .......... .......... 87%  206M 0s
Step #9 - "build-e2e":  12350K .......... .......... .......... .......... .......... 87%  213M 0s
Step #9 - "build-e2e":  12400K .......... .......... .......... .......... .......... 87%  168M 0s
Step #9 - "build-e2e":  12450K .......... .......... .......... .......... .......... 88%  169M 0s
Step #9 - "build-e2e":  12500K .......... .......... .......... .......... .......... 88%  163M 0s
Step #9 - "build-e2e":  12550K .......... .......... ......�[0mArchive:  /tmp/build/consul_1.2.1_linux_amd64.zip
Step #9 - "build-e2e":   inflating: /usr/local/bin/consul   �[91m.... .......... .......... 88%  162M 0s
Step #9 - "build-e2e":  12600K .......... .......... .......... .......... .......... 89%  191M 0s
Step #9 - "build-e2e":  12650K .......... .......... .......... .......... .......... 89%  217M 0s
Step #9 - "build-e2e":  12700K .......... .......... .......... .......... .......... 89%  204M 0s
Step #9 - "build-e2e":  12750K .......... .......... .......... .......... .......... 90%  209M 0s
Step #9 - "build-e2e":  12800K .......... .......... .......... .......... .......... 90%  151M 0s
Step #9 - "build-e2e":  12850K .......... .......... .......... .......... .......... 90%  158M 0s
Step #9 - "build-e2e":  12900K .......... .......... .......... .......... .......... 91%  178M 0s
Step #9 - "build-e2e":  12950K .......... .......... .......... .......... .......... 91%  183M 0s
Step #9 - "build-e2e":  13000K .......... .......... .......... .......... .......... 91%  147M 0s
Step #9 - "build-e2e":  13050K .......... .......... .......... .......... .......... 92%  201M 0s
Step #9 - "build-e2e":  13100K .......... .......... .......... .......... .......... 92%  229M 0s
Step #9 - "build-e2e":  13150K .......... .......... .......... .......... .......... 93%  225M 0s
Step #9 - "build-e2e":  13200K .......... .......... .......... .......... .......... 93%  184M 0s
Step #9 - "build-e2e":  13250K .......... .......... .......... .......... .......... 93%  201M 0s
Step #9 - "build-e2e":  13300K .......... .......... .......... .......... .......... 94%  226M 0s
Step #9 - "build-e2e":  13350K .......... .......... .......... .......... .......... 94%  229M 0s
Step #9 - "build-e2e":  13400K .......... .......... .......... .......... .......... 94%  189M 0s
Step #9 - "build-e2e":  13450K .......... .......... .......... .......... .......... 95%  168M 0s
Step #9 - "build-e2e":  13500K .......... .......... .......... .......... .......... 95%  182M 0s
Step #9 - "build-e2e":  13550K .......... .......... .......... .......... .......... 95%  178M 0s
Step #9 - "build-e2e":  13600K .......... .......... .......... .......... .......... 96%  162M 0s
Step #9 - "build-e2e":  13650K .......... .......... .......... .......... .......... 96%  160M 0s
Step #9 - "build-e2e":  13700K .......... .......... .......... .......... .......... 96%  182M 0s
Step #9 - "build-e2e":  13750K .......... .......... .......... .......... .......... 97%  169M 0s
Step #9 - "build-e2e":  13800K .......... .......... .......... .......... .......... 97%  155M 0s
Step #9 - "build-e2e":  13850K .......... .......... .......... .......... .......... 97%  196M 0s
Step #9 - "build-e2e":  13900K .......... .......... .......... .......... .......... 98%  189M 0s
Step #9 - "build-e2e":  13950K .......... .......... .......... .......... .......... 98%  192M 0s
Step #9 - "build-e2e":  14000K .......... .......... .......... .......... .......... 99%  147M 0s
Step #9 - "build-e2e":  14050K .......... .......... .......... .......... .......... 99%  194M 0s
Step #9 - "build-e2e":  14100K .......... .......... .......... .......... .......... 99%  194M 0s
Step #9 - "build-e2e":  14150K .......... .......... .......... ........             100%  183M=0.1s
Step #9 - "build-e2e": 
Step #9 - "build-e2e": 2019-01-23 17:29:38 (111 MB/s) - '/tmp/build/consul_1.2.1_linux_amd64.zip' saved [14529496/14529496]
Step #9 - "build-e2e": 
Step #8 - "build":  ---> Running in d4d4c7edb9c2
Step #9 - "build-e2e": �[0m
Step #9 - "build-e2e": Consul v1.2.1
Step #9 - "build-e2e": Protocol 2 spoken by default, understands 2 to 3 (agent will automatically use protocol >2 when speaking to compatible agents)
Step #8 - "build": fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
Step #8 - "build": fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
Step #8 - "build": (1/1) Installing ca-certificates (20171114-r3)
Step #8 - "build": Executing busybox-1.28.4-r2.trigger
Step #8 - "build": Executing ca-certificates-20171114-r3.trigger
Step #8 - "build": OK: 5 MiB in 14 packages
Step #9 - "build-e2e": Removing intermediate container 4def767e232c
Step #9 - "build-e2e":  ---> a2f5d37d5522
Step #9 - "build-e2e": Step 16/20 : RUN echo "export PATH=/usr/local/go/bin:/go/bin/:\$PATH" >> /root/.bashrc
Step #9 - "build-e2e":  ---> Running in 1a46a514968f
Step #8 - "build": Removing intermediate container d4d4c7edb9c2
Step #8 - "build":  ---> d19f5be5688d
Step #8 - "build": Step 3/5 : COPY  --chown=agones:root ./bin/controller /home/agones/controller
Step #8 - "build":  ---> 3b57bc655aff
Step #8 - "build": Step 4/5 : USER agones
Step #8 - "build":  ---> Running in e4f3e2e64d25
Step #8 - "build": Removing intermediate container e4f3e2e64d25
Step #8 - "build":  ---> 77fa2b57f846
Step #8 - "build": Step 5/5 : ENTRYPOINT ["/home/agones/controller"]
Step #8 - "build":  ---> Running in 8cf6897e27a5
Step #9 - "build-e2e": Removing intermediate container 1a46a514968f
Step #9 - "build-e2e":  ---> f0801e6f02db
Step #9 - "build-e2e": Step 17/20 : COPY *.sh /root/
Step #8 - "build": Removing intermediate container 8cf6897e27a5
Step #8 - "build":  ---> 9c7e24575495
Step #8 - "build": Successfully built 9c7e24575495
Step #8 - "build": Successfully tagged gcr.io/agones-images/agones-controller:0.8.0-273f1f2
Step #8 - "build": docker run --rm -e "CGO_ENABLED=0" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #8 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.linux.amd64  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-273f1f2" -installsuffix cgo agones.dev/agones/cmd/sdk-server
Step #9 - "build-e2e":  ---> acdeae93ff96
Step #9 - "build-e2e": Step 18/20 : RUN chmod +x /root/*.sh
Step #9 - "build-e2e":  ---> Running in 3cd0e23cc0a8
Step #9 - "build-e2e": Removing intermediate container 3cd0e23cc0a8
Step #9 - "build-e2e":  ---> 3d917df617f5
Step #9 - "build-e2e": Step 19/20 : WORKDIR /go
Step #9 - "build-e2e":  ---> Running in 853a2d714904
Step #9 - "build-e2e": Removing intermediate container 853a2d714904
Step #9 - "build-e2e":  ---> 0dd200deb199
Step #9 - "build-e2e": Step 20/20 : ENTRYPOINT [ "/root/entrypoint.sh" ]
Step #9 - "build-e2e":  ---> Running in e037cd5990f9
Step #9 - "build-e2e": Removing intermediate container e037cd5990f9
Step #9 - "build-e2e":  ---> 31ba0adbb173
Step #9 - "build-e2e": Successfully built 31ba0adbb173
Step #9 - "build-e2e": Successfully tagged e2e-runner:latest
Finished Step #9 - "build-e2e"
Step #8 - "build": docker run --rm -e "GOOS=windows" -e "GOARCH=amd64" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #8 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.windows.amd64.exe  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-273f1f2" agones.dev/agones/cmd/sdk-server
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleetallocation	11.459s
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleetautoscalers	3.447s
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleets	2.637s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameserverallocations	15.000s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameservers	2.994s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameserversets	3.139s
Step #4 - "tests": ok  	agones.dev/agones/pkg/metrics	3.032s
Step #4 - "tests": ?   	agones.dev/agones/pkg/sdk	[no test files]
Step #4 - "tests": ok  	agones.dev/agones/pkg/sdkserver	10.754s
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.039s
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.196s
Step #4 - "tests": ok  	agones.dev/agones/pkg/util/workerqueue	2.089s
Step #4 - "tests": ok  	agones.dev/agones/sdks/go	1.061s
Step #4 - "tests": ?   	agones.dev/agones/cmd/controller	[no test files]
Step #4 - "tests": ok  	agones.dev/agones/cmd/ping	2.053s
Step #4 - "tests": ?   	agones.dev/agones/cmd/sdk-server	[no test files]
Finished Step #4 - "tests"
Starting Step #5 - "site-static"
Step #5 - "site-static": Already have image: make-docker
Step #5 - "site-static": /usr/bin/make site-static ARGS="-F" ENV=RELEASE_VERSION=0.8.0
Step #5 - "site-static": make[1]: Entering directory '/workspace/build'
Step #5 - "site-static": mkdir -p ~/.kube/
Step #5 - "site-static": mkdir -p /workspace/build//.config/gcloud
Step #5 - "site-static": mkdir -p ~/.helm
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb rm -r ./public
Step #5 - "site-static": rm: cannot remove './public': No such file or directory
Step #5 - "site-static": make[1]: [site-static] Error 1 (ignored)
Step #5 - "site-static": includes/website.mk:35: recipe for target 'site-static' failed
Step #5 - "site-static": mkdir /workspace/site/public
Step #5 - "site-static": # for some reason, this only work locally
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb \
Step #5 - "site-static": 	bash -c "npm list postcss-cli || npm install postcss-cli"
Step #5 - "site-static": /go/src/agones.dev/agones/site
Step #5 - "site-static": `-- (empty)
Step #5 - "site-static": 
Step #8 - "build": docker run --rm -e "GOOS=darwin" -e "GOARCH=amd64" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #8 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.darwin.amd64  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-273f1f2" agones.dev/agones/cmd/sdk-server
Step #5 - "site-static": npm WARN saveError ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site-static": npm notice created a lockfile as package-lock.json. You should commit this file.
Step #5 - "site-static": npm WARN enoent ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site-static": npm WARN site No description
Step #5 - "site-static": npm WARN site No repository field.
Step #5 - "site-static": npm WARN site No README data
Step #5 - "site-static": npm WARN site No license field.
Step #5 - "site-static": npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
Step #5 - "site-static": npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
Step #5 - "site-static": 
Step #5 - "site-static": + postcss-cli@6.1.1
Step #5 - "site-static": added 248 packages from 148 contributors and audited 3191 packages in 8.338s
Step #5 - "site-static": found 0 vulnerabilities
Step #5 - "site-static": 
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb \
Step #5 - "site-static": 	bash -c "npm list autoprefixer || npm install autoprefixer"
Step #5 - "site-static": /go/src/agones.dev/agones/site
Step #5 - "site-static": `-- (empty)
Step #5 - "site-static": 
Step #5 - "site-static": npm WARN saveError ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site-static": npm WARN enoent ENOENT: no such file or directory, open '/go/src/agones.dev/agones/site/package.json'
Step #5 - "site-static": npm WARN site No description
Step #5 - "site-static": npm WARN site No repository field.
Step #5 - "site-static": npm WARN site No README data
Step #5 - "site-static": npm WARN site No license field.
Step #5 - "site-static": npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
Step #5 - "site-static": npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
Step #5 - "site-static": 
Step #5 - "site-static": + autoprefixer@9.4.6
Step #5 - "site-static": added 8 packages from 7 contributors and audited 11802 packages in 4.389s
Step #5 - "site-static": found 0 vulnerabilities
Step #5 - "site-static": 
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb bash -c \
Step #5 - "site-static": 	"RELEASE_VERSION=0.8.0 hugo --config=config.toml -F"
Step #5 - "site-static": Building sites … 
Step #5 - "site-static":                    | EN  
Step #5 - "site-static": +------------------+----+
Step #5 - "site-static":   Pages            | 59  
Step #5 - "site-static":   Paginator pages  |  0  
Step #5 - "site-static":   Non-page files   |  2  
Step #5 - "site-static":   Static files     | 39  
Step #5 - "site-static":   Processed images |  2  
Step #5 - "site-static":   Aliases          | 10  
Step #5 - "site-static":   Sitemaps         |  1  
Step #5 - "site-static":   Cleaned          |  0  
Step #5 - "site-static": 
Step #5 - "site-static": Total in 2661 ms
Step #5 - "site-static": make[1]: Leaving directory '/workspace/build'
Step #5 - "site-static": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb bash -c \
Step #5 - "site-static": 		"SERVICE=preview envsubst < app.yaml > .app.yaml"
Finished Step #5 - "site-static"
Starting Step #6 - "site-gopath"
Step #6 - "site-gopath": Already have image (with digest): ubuntu
Step #6 - "site-gopath": .
Step #6 - "site-gopath": ..
Step #6 - "site-gopath": .app.yaml
Step #6 - "site-gopath": .gcloudignore
Step #6 - "site-gopath": .gitignore
Step #6 - "site-gopath": app.yaml
Step #6 - "site-gopath": assets
Step #6 - "site-gopath": config.toml
Step #6 - "site-gopath": content
Step #6 - "site-gopath": credits
Step #6 - "site-gopath": handler.go
Step #6 - "site-gopath": handler_test.go
Step #6 - "site-gopath": layouts
Step #6 - "site-gopath": main.go
Step #6 - "site-gopath": node_modules
Step #6 - "site-gopath": package-lock.json
Step #6 - "site-gopath": public
Step #6 - "site-gopath": resources
Step #6 - "site-gopath": static
Step #6 - "site-gopath": themes
Step #6 - "site-gopath": vanity.yaml
Finished Step #6 - "site-gopath"
Starting Step #7 - "deploy-site-static"
Step #7 - "deploy-site-static": Already have image (with digest): gcr.io/cloud-builders/gcloud
Step #8 - "build": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build -w /go/src/agones.dev/agones/cmd/sdk-server/bin/ agones-build:db76ca0bfb zip -0 \
Step #8 - "build": 	agonessdk-server-0.8.0-273f1f2.zip sdk-server.darwin.amd64 sdk-server.linux.amd64 sdk-server.windows.amd64.exe
Step #8 - "build":   adding: sdk-server.darwin.amd64 (stored 0%)
Step #8 - "build":   adding: sdk-server.linux.amd64 (stored 0%)
Step #8 - "build":   adding: sdk-server.windows.amd64.exe (stored 0%)
Step #8 - "build": docker build /workspace/cmd/sdk-server/ --tag=gcr.io/agones-images/agones-sdk:0.8.0-273f1f2 
Step #7 - "deploy-site-static": Services to deploy:
Step #7 - "deploy-site-static": 
Step #7 - "deploy-site-static": descriptor:      [/workspace/go/src/site/.app.yaml]
Step #7 - "deploy-site-static": source:          [/workspace/go/src/site]
Step #7 - "deploy-site-static": target project:  [agones-images]
Step #7 - "deploy-site-static": target service:  [preview]
Step #7 - "deploy-site-static": target version:  [273f1f2]
Step #7 - "deploy-site-static": target url:      [https://273f1f2-dot-preview-dot-agones-images.appspot.com]
Step #7 - "deploy-site-static": 
Step #7 - "deploy-site-static": 
Step #7 - "deploy-site-static":      (add --promote if you also want to make this service available from
Step #7 - "deploy-site-static":      [https://preview-dot-agones-images.appspot.com])
Step #7 - "deploy-site-static": 
Step #7 - "deploy-site-static": Do you want to continue (Y/n)?  
Step #7 - "deploy-site-static": Beginning deployment of service [preview]...
Step #7 - "deploy-site-static": #============================================================#
Step #7 - "deploy-site-static": #= Uploading 33 files to Google Cloud Storage               =#
Step #8 - "build": Sending build context to Docker daemon  217.7MB

Step #8 - "build": Step 1/5 : FROM alpine:3.8
Step #8 - "build":  ---> 3f53bb00af94
Step #8 - "build": Step 2/5 : RUN apk --update add ca-certificates &&     adduser -D agones
Step #8 - "build":  ---> Using cache
Step #8 - "build":  ---> d19f5be5688d
Step #8 - "build": Step 3/5 : COPY --chown=agones:root ./bin/sdk-server.linux.amd64 /home/agones/sdk-server
Step #7 - "deploy-site-static": #============================================================#
Step #7 - "deploy-site-static": File upload done.
Step #8 - "build":  ---> d8869bc7e7a4
Step #8 - "build": Step 4/5 : USER agones
Step #8 - "build":  ---> Running in 7a466839e4ae
Step #7 - "deploy-site-static": Updating service [preview]...
Step #8 - "build": Removing intermediate container 7a466839e4ae
Step #8 - "build":  ---> 0ec74bb6decf
Step #8 - "build": Step 5/5 : ENTRYPOINT ["/home/agones/sdk-server"]
Step #8 - "build":  ---> Running in 54461fed662f
Step #8 - "build": Removing intermediate container 54461fed662f
Step #8 - "build":  ---> 52994311e192
Step #8 - "build": Successfully built 52994311e192
Step #8 - "build": Successfully tagged gcr.io/agones-images/agones-sdk:0.8.0-273f1f2
Step #8 - "build": docker run --rm -e "CGO_ENABLED=0" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #8 - "build": -tags none -o /go/src/agones.dev/agones/cmd/ping/bin/ping \
Step #8 - "build":  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-273f1f2" -installsuffix cgo agones.dev/agones/cmd/ping
Step #8 - "build": docker build /workspace/cmd/ping/ --tag=gcr.io/agones-images/agones-ping:0.8.0-273f1f2 
Step #8 - "build": Sending build context to Docker daemon  12.71MB

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

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: fb2cb893-90db-42eb-bd82-ba693e278026

Build Logs
starting build "fb2cb893-90db-42eb-bd82-ba693e278026"

FETCHSOURCE
Initialized empty Git repository in /workspace/.git/
From https://source.developers.google.com/p/agones-images/r/agones
 * branch              273f1f23b37290511fd5bba1050f7e168bb92535 -> FETCH_HEAD
Checking out files:  82% (13333/16087)   
Checking out files:  83% (13353/16087)   
Checking out files:  84% (13514/16087)   
Checking out files:  85% (13674/16087)   
Checking out files:  86% (13835/16087)   
Checking out files:  87% (13996/16087)   
Checking out files:  88% (14157/16087)   
Checking out files:  89% (14318/16087)   
Checking out files:  90% (14479/16087)   
Checking out files:  91% (14640/16087)   
Checking out files:  92% (14801/16087)   
Checking out files:  93% (14961/16087)   
Checking out files:  94% (15122/16087)   
Checking out files:  95% (15283/16087)   
Checking out files:  96% (15444/16087)   
Checking out files:  97% (15605/16087)   
Checking out files:  98% (15766/16087)   
Checking out files:  99% (15927/16087)   
Checking out files: 100% (16087/16087)   
Checking out files: 100% (16087/16087), done.
HEAD is now at 273f1f23 Website for Agones
BUILD
Starting Step #0
Step #0: Pulling image: ubuntu
Step #0: Using default tag: latest
Step #0: latest: Pulling from library/ubuntu
Step #0: 38e2e6cd5626: Pulling fs layer
Step #0: 705054bc3f5b: Pulling fs layer
Step #0: c7051e069564: Pulling fs layer
Step #0: 7308e914506c: Pulling fs layer
Step #0: 7308e914506c: Waiting
Step #0: 705054bc3f5b: Verifying Checksum
Step #0: 705054bc3f5b: Download complete
Step #0: c7051e069564: Verifying Checksum
Step #0: c7051e069564: Download complete
Step #0: 7308e914506c: Download complete
Step #0: 38e2e6cd5626: Verifying Checksum
Step #0: 38e2e6cd5626: Download complete
Step #0: 38e2e6cd5626: Pull complete
Step #0: 705054bc3f5b: Pull complete
Step #0: c7051e069564: Pull complete
Step #0: 7308e914506c: Pull complete
Step #0: Digest: sha256:eb5d7eda6804359e4fc5223a31a2d9caa4c8ea590b14060d81c8bc05b22ca04e
Step #0: Status: Downloaded newer image for ubuntu:latest
Finished Step #0
Starting Step #1
Step #1: Already have image (with digest): gcr.io/cloud-builders/docker
Step #1: Sending build context to Docker daemon  173.6MB

Step #1: Step 1/3 : FROM gcr.io/cloud-builders/docker
Step #1:  ---> 1992f5155e11
Step #1: Step 2/3 : RUN apt-get install make
Step #1:  ---> Running in a519747c5acf
Step #1: Reading package lists...
Step #1: Building dependency tree...
Step #1: Reading state information...
Step #1: make is already the newest version (4.1-6).
Step #1: 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
Step #1: Removing intermediate container a519747c5acf
Step #1:  ---> 125bc0ad6c1c
Step #1: Step 3/3 : ENTRYPOINT ["/usr/bin/make"]
Step #1:  ---> Running in 44fb0fbbc586
Step #1: Removing intermediate container 44fb0fbbc586
Step #1:  ---> b64a2466576c
Step #1: Successfully built b64a2466576c
Step #1: Successfully tagged make-docker:latest
Finished Step #1
Starting Step #2
Step #2: Already have image: make-docker
Step #2: docker pull gcr.io/agones-images/agones-build:db76ca0bfb && docker tag gcr.io/agones-images/agones-build:db76ca0bfb agones-build:db76ca0bfb
Step #2: db76ca0bfb: Pulling from agones-images/agones-build
Step #2: 54f7e8ac135a: Pulling fs layer
Step #2: d6b856b25aeb: Pulling fs layer
Step #2: b4d69f3225dc: Pulling fs layer
Step #2: 35ae38fba43f: Pulling fs layer
Step #2: 0b07bd5731b1: Pulling fs layer
Step #2: c9be458cecce: Pulling fs layer
Step #2: adf56d0b1592: Pulling fs layer
Step #2: cb7a3e76cb35: Pulling fs layer
Step #2: ad6bbe5d9e39: Pulling fs layer
Step #2: 1665e2e79d54: Pulling fs layer
Step #2: 6dd3f5bc4dfb: Pulling fs layer
Step #2: ef3428aedf60: Pulling fs layer
Step #2: 55ad8552b073: Pulling fs layer
Step #2: 07ce7491b54f: Pulling fs layer
Step #2: 35ae38fba43f: Waiting
Step #2: adf56d0b1592: Waiting
Step #2: b19dd2ef50b3: Pulling fs layer
Step #2: 0b07bd5731b1: Waiting
Step #2: cb7a3e76cb35: Waiting
Step #2: a760ea671a67: Pulling fs layer
Step #2: c9be458cecce: Waiting
Step #2: 9053ef7eba9e: Pulling fs layer
Step #2: 70c2fe44a16c: Pulling fs layer
Step #2: 7e519e55b704: Pulling fs layer
Step #2: ad6bbe5d9e39: Waiting
Step #2: c30bdfa63c6d: Pulling fs layer
Step #2: ef3428aedf60: Waiting
Step #2: c97c73228563: Pulling fs layer
Step #2: a510318ea9e1: Pulling fs layer
Step #2: 55ad8552b073: Waiting
Step #2: 9ad9cd8032e0: Pulling fs layer
Step #2: c65faf52f1a7: Pulling fs layer
Step #2: 07ce7491b54f: Waiting
Step #2: 1665e2e79d54: Waiting
Step #2: b19dd2ef50b3: Waiting
Step #2: c30bdfa63c6d: Waiting
Step #2: a760ea671a67: Waiting
Step #2: c97c73228563: Waiting
Step #2: 7e519e55b704: Waiting
Step #2: 70c2fe44a16c: Waiting
Step #2: a510318ea9e1: Waiting
Step #2: c65faf52f1a7: Waiting
Step #2: 9ad9cd8032e0: Waiting
Step #2: 6dd3f5bc4dfb: Waiting
Step #2: 54f7e8ac135a: Verifying Checksum
Step #2: 54f7e8ac135a: Download complete
Step #2: 35ae38fba43f: Verifying Checksum
Step #2: 35ae38fba43f: Download complete
Step #2: d6b856b25aeb: Verifying Checksum
Step #2: d6b856b25aeb: Download complete
Step #2: 54f7e8ac135a: Pull complete
Step #2: c9be458cecce: Verifying Checksum
Step #2: c9be458cecce: Download complete
Step #2: 0b07bd5731b1: Verifying Checksum
Step #2: 0b07bd5731b1: Download complete
Step #2: b4d69f3225dc: Verifying Checksum
Step #2: b4d69f3225dc: Download complete
Step #2: ad6bbe5d9e39: Verifying Checksum
Step #2: ad6bbe5d9e39: Download complete
Step #2: adf56d0b1592: Verifying Checksum
Step #2: adf56d0b1592: Download complete
Step #2: 1665e2e79d54: Verifying Checksum
Step #2: 1665e2e79d54: Download complete
Step #2: ef3428aedf60: Verifying Checksum
Step #2: ef3428aedf60: Download complete
Step #2: 6dd3f5bc4dfb: Verifying Checksum
Step #2: 6dd3f5bc4dfb: Download complete
Step #2: 55ad8552b073: Verifying Checksum
Step #2: 55ad8552b073: Download complete
Step #2: b19dd2ef50b3: Verifying Checksum
Step #2: b19dd2ef50b3: Download complete
Step #2: 07ce7491b54f: Verifying Checksum
Step #2: 07ce7491b54f: Download complete
Step #2: cb7a3e76cb35: Verifying Checksum
Step #2: cb7a3e76cb35: Download complete
Step #2: 70c2fe44a16c: Verifying Checksum
Step #2: 70c2fe44a16c: Download complete
Step #2: a760ea671a67: Verifying Checksum
Step #2: a760ea671a67: Download complete
Step #2: 9053ef7eba9e: Verifying Checksum
Step #2: 9053ef7eba9e: Download complete
Step #2: 7e519e55b704: Verifying Checksum
Step #2: 7e519e55b704: Download complete
Step #2: c97c73228563: Verifying Checksum
Step #2: c97c73228563: Download complete
Step #2: a510318ea9e1: Verifying Checksum
Step #2: a510318ea9e1: Download complete
Step #2: 9ad9cd8032e0: Verifying Checksum
Step #2: 9ad9cd8032e0: Download complete
Step #2: c65faf52f1a7: Download complete
Step #2: c30bdfa63c6d: Verifying Checksum
Step #2: c30bdfa63c6d: Download complete
Step #2: d6b856b25aeb: Pull complete
Step #2: b4d69f3225dc: Pull complete
Step #2: 35ae38fba43f: Pull complete
Step #2: 0b07bd5731b1: Pull complete
Step #2: c9be458cecce: Pull complete
Step #2: adf56d0b1592: Pull complete
Step #2: cb7a3e76cb35: Pull complete
Step #2: ad6bbe5d9e39: Pull complete
Step #2: 1665e2e79d54: Pull complete
Step #2: 6dd3f5bc4dfb: Pull complete
Step #2: ef3428aedf60: Pull complete
Step #2: 55ad8552b073: Pull complete
Step #2: 07ce7491b54f: Pull complete
Step #2: b19dd2ef50b3: Pull complete
Step #2: a760ea671a67: Pull complete
Step #2: 9053ef7eba9e: Pull complete
Step #2: 70c2fe44a16c: Pull complete
Step #2: 7e519e55b704: Pull complete
Step #2: c30bdfa63c6d: Pull complete
Step #2: c97c73228563: Pull complete
Step #2: a510318ea9e1: Pull complete
Step #2: 9ad9cd8032e0: Pull complete
Step #2: c65faf52f1a7: Pull complete
Step #2: Digest: sha256:2d00d35b9783ae90c0f836eaebb1aca018edfa03510db7301ddb121a4cb39f82
Step #2: Status: Downloaded newer image for gcr.io/agones-images/agones-build:db76ca0bfb
Finished Step #2
Starting Step #3 - "lint"
Step #3 - "lint": Already have image: make-docker
Step #3 - "lint": mkdir -p ~/.kube/
Step #3 - "lint": mkdir -p /workspace/build//.config/gcloud
Step #3 - "lint": mkdir -p ~/.helm
Step #3 - "lint": docker run -t -e "TERM=xterm-256color" --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build -w /go/src/agones.dev/agones  agones-build:db76ca0bfb bash -c \
Step #3 - "lint": 	"golangci-lint run ./examples/... && golangci-lint run --deadline 15m ./..."
Finished Step #3 - "lint"
Starting Step #4 - "tests"
Starting Step #8 - "build"
Starting Step #9 - "build-e2e"
Step #9 - "build-e2e": Already have image (with digest): gcr.io/cloud-builders/docker
Step #4 - "tests": Already have image: make-docker
Step #8 - "build": Already have image: make-docker
Step #4 - "tests": mkdir -p ~/.kube/
Step #4 - "tests": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go test -race agones.dev/agones/pkg/... \
Step #4 - "tests": agones.dev/agones/sdks/... agones.dev/agones/cmd/...
Step #4 - "tests": mkdir -p /tmp/agones-install
Step #4 - "tests": mkdir -p /workspace/build//.config/gcloud
Step #4 - "tests": cp /workspace/install/yaml/install.yaml /tmp/agones-install/install.yaml
Step #4 - "tests": mkdir -p ~/.helm
Step #4 - "tests": docker run --rm --name=agones-website -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build --workdir=/go/src/agones.dev/agones/site  agones-build:db76ca0bfb \
Step #4 - "tests":     	hugo server --watch --baseURL="http://localhost:1313/site/" &
Step #4 - "tests": until docker exec agones-website curl -o /dev/null --silent http://localhost:1313/site/; \
Step #4 - "tests": 		do \
Step #4 - "tests": 			echo "Waiting for server to start..."; \
Step #4 - "tests": 			sleep 1; \
Step #4 - "tests": 		done
Step #4 - "tests": sort /tmp/agones-install/install.yaml > /tmp/agones-install/install.yaml.sorted
Step #4 - "tests": /usr/bin/make gen-install
Step #4 - "tests": make[1]: Entering directory '/workspace/build'
Step #4 - "tests": mkdir -p ~/.kube/
Step #4 - "tests": mkdir -p /workspace/build//.config/gcloud
Step #4 - "tests": mkdir -p ~/.helm
Step #4 - "tests": Error: No such container: agones-website
Step #4 - "tests": Waiting for server to start...
Step #4 - "tests": docker run --rm -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build  agones-build:db76ca0bfb bash -c \
Step #4 - "tests": 	'helm template --name=agones-manual --namespace agones-system /go/src/agones.dev/agones/install/helm/agones \
Step #4 - "tests": 	--set agones.controller.generateTLS=false \
Step #4 - "tests": 	--set agones.crds.cleanupOnDelete=false \
Step #4 - "tests": 	> /go/src/agones.dev/agones/install/yaml/install.yaml'
Step #9 - "build-e2e": Sending build context to Docker daemon  7.168kB

Step #9 - "build-e2e": Step 1/20 : FROM gcr.io/cloud-builders/gcloud-slim
Step #9 - "build-e2e":  ---> c328dc31a68c
Step #9 - "build-e2e": Step 2/20 : RUN apt-get update &&     apt-get install -y wget psmisc make gcc python jq zip &&     apt-get clean
Step #9 - "build-e2e":  ---> Running in e0a798726bf9
Step #4 - "tests": Building sites … Waiting for server to start...
Step #4 - "tests": ?   	agones.dev/agones/pkg	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/apis	[no test files]
Step #4 - "tests": ?   	agones.dev/agones/pkg/apis/stable	[no test files]
Step #4 - "tests": make[1]: Leaving directory '/workspace/build'
Step #4 - "tests": sort /workspace/install/yaml/install.yaml > /tmp/agones-install/install.current.yaml.sorted
Step #4 - "tests": diff /tmp/agones-install/install.yaml.sorted /tmp/agones-install/install.current.yaml.sorted
Step #8 - "build": mkdir -p ~/.kube/
Step #8 - "build": mkdir -p /workspace/build//.config/gcloud
Step #8 - "build": mkdir -p ~/.helm
Step #9 - "build-e2e": Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB]
Step #9 - "build-e2e": Get:2 http://archive.ubuntu.com/ubuntu xenial InRelease [247 kB]
Step #9 - "build-e2e": Get:3 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial InRelease [23.8 kB]
Step #8 - "build": docker run --rm -e "CGO_ENABLED=0" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #8 - "build": -tags none -o /go/src/agones.dev/agones/cmd/controller/bin/controller \
Step #8 - "build":  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-273f1f2" -installsuffix cgo agones.dev/agones/cmd/controller
Step #9 - "build-e2e": Get:4 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
Step #9 - "build-e2e": Get:5 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial/main amd64 Packages [3356 B]
Step #4 - "tests": Waiting for server to start...
Step #9 - "build-e2e": Get:6 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
Step #9 - "build-e2e": Get:7 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [600 kB]
Step #9 - "build-e2e": Get:8 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial/main Translation-en [2380 B]
Step #4 - "tests": 
Step #4 - "tests":                    | EN  
Step #4 - "tests": +------------------+----+
Step #4 - "tests":   Pages            | 59  
Step #4 - "tests":   Paginator pages  |  0  
Step #4 - "tests":   Non-page files   |  2  
Step #4 - "tests":   Static files     | 39  
Step #4 - "tests":   Processed images |  2  
Step #4 - "tests":   Aliases          | 10  
Step #4 - "tests":   Sitemaps         |  1  
Step #4 - "tests":   Cleaned          |  0  
Step #4 - "tests": 
Step #4 - "tests": Total in 2133 ms
Step #9 - "build-e2e": Get:9 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages [1201 kB]
Step #4 - "tests": Watching for changes in /go/src/agones.dev/agones/site/{assets,content,layouts,static,themes}
Step #4 - "tests": Watching for config changes in /go/src/agones.dev/agones/site/config.toml, /go/src/agones.dev/agones/site/themes/docsy/config.toml
Step #4 - "tests": Environment: "development"
Step #4 - "tests": Serving pages from memory
Step #4 - "tests": Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
Step #4 - "tests": Web Server is available at http://localhost:1313/site/ (bind address 127.0.0.1)
Step #4 - "tests": Press Ctrl+C to stop
Step #9 - "build-e2e": Get:10 http://security.ubuntu.com/ubuntu xenial-security/main Translation-en [249 kB]
Step #9 - "build-e2e": Get:11 http://security.ubuntu.com/ubuntu xenial-security/restricted amd64 Packages [7204 B]
Step #9 - "build-e2e": Get:12 http://security.ubuntu.com/ubuntu xenial-security/restricted Translation-en [2152 B]
Step #9 - "build-e2e": Get:13 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [415 kB]
Step #9 - "build-e2e": Get:14 http://security.ubuntu.com/ubuntu xenial-security/universe Translation-en [163 kB]
Step #9 - "build-e2e": Get:15 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [5600 B]
Step #9 - "build-e2e": Get:16 http://security.ubuntu.com/ubuntu xenial-security/multiverse Translation-en [2676 B]
Step #9 - "build-e2e": Get:17 http://archive.ubuntu.com/ubuntu xenial/main Translation-en [568 kB]
Step #9 - "build-e2e": Get:18 http://archive.ubuntu.com/ubuntu xenial/restricted amd64 Packages [8344 B]
Step #9 - "build-e2e": Get:19 http://archive.ubuntu.com/ubuntu xenial/restricted Translation-en [2908 B]
Step #9 - "build-e2e": Get:20 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages [7532 kB]
Step #9 - "build-e2e": Get:21 http://archive.ubuntu.com/ubuntu xenial/universe Translation-en [4354 kB]
Step #9 - "build-e2e": Get:22 http://archive.ubuntu.com/ubuntu xenial/multiverse amd64 Packages [144 kB]
Step #9 - "build-e2e": Get:23 http://archive.ubuntu.com/ubuntu xenial/multiverse Translation-en [106 kB]
Step #9 - "build-e2e": Get:24 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [902 kB]
Step #9 - "build-e2e": Get:25 http://archive.ubuntu.com/ubuntu xenial-updates/main Translation-en [365 kB]
Step #9 - "build-e2e": Get:26 http://archive.ubuntu.com/ubuntu xenial-updates/restricted amd64 Packages [7556 B]
Step #9 - "build-e2e": Get:27 http://archive.ubuntu.com/ubuntu xenial-updates/restricted Translation-en [2272 B]
Step #9 - "build-e2e": Get:28 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [721 kB]
Step #9 - "build-e2e": Get:29 http://archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [295 kB]
Step #9 - "build-e2e": Get:30 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [16.6 kB]
Step #9 - "build-e2e": Get:31 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse Translation-en [8440 B]
Step #9 - "build-e2e": Get:32 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [7280 B]
Step #9 - "build-e2e": Get:33 http://archive.ubuntu.com/ubuntu xenial-backports/main Translation-en [4456 B]
Step #9 - "build-e2e": Get:34 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [7804 B]
Step #9 - "build-e2e": Get:35 http://archive.ubuntu.com/ubuntu xenial-backports/universe Translation-en [4184 B]
Step #4 - "tests": ( trap 'docker stop agones-website' EXIT; docker exec agones-website linkchecker --anchors http://localhost:1313/site/ )
Step #4 - "tests": WARNING 2019-01-23 17:41:37,058 MainThread Running as root user; dropping privileges by changing user to nobody.
Step #4 - "tests": INFO 2019-01-23 17:41:37,059 MainThread Checking intern URLs only; use --check-extern to check extern URLs.
Step #4 - "tests": LinkChecker 9.3              Copyright (C) 2000-2014 Bastian Kleineidam
Step #4 - "tests": LinkChecker comes with ABSOLUTELY NO WARRANTY!
Step #4 - "tests": This is free software, and you are welcome to redistribute it
Step #4 - "tests": under certain conditions. Look at the file `LICENSE' within this
Step #4 - "tests": distribution.
Step #4 - "tests": Get the newest version at http://wummel.github.io/linkchecker/
Step #4 - "tests": Write comments and bugs to https://github.com/wummel/linkchecker/issues
Step #4 - "tests": Support this project at http://wummel.github.io/linkchecker/donations.html
Step #4 - "tests": 
Step #4 - "tests": Start checking at 2019-01-23 17:41:37+000
Step #4 - "tests": 10 threads active,     4 links queued,   22 links in   4 URLs checked, runtime 1 seconds
Step #9 - "build-e2e": Fetched 18.3 MB in 6s (3040 kB/s)
Step #9 - "build-e2e": Reading package lists...
Step #9 - "build-e2e": Reading package lists...
Step #9 - "build-e2e": Building dependency tree...
Step #9 - "build-e2e": Reading state information...
Step #9 - "build-e2e": python is already the newest version (2.7.12-1~16.04).
Step #9 - "build-e2e": python set to manually installed.
Step #9 - "build-e2e": The following packages were automatically installed and are no longer required:
Step #9 - "build-e2e":   libexpat1-dev libpython-dev libpython2.7 libpython2.7-dev
Step #9 - "build-e2e":   python-pkg-resources python2.7-dev
Step #9 - "build-e2e": Use 'apt autoremove' to remove them.
Step #9 - "build-e2e": The following additional packages will be installed:
Step #9 - "build-e2e":   libonig2 unzip
Step #9 - "build-e2e": Suggested packages:
Step #9 - "build-e2e":   gcc-multilib autoconf automake libtool flex bison gdb gcc-doc make-doc
Step #9 - "build-e2e": The following NEW packages will be installed:
Step #9 - "build-e2e":   gcc jq libonig2 make psmisc unzip wget zip
Step #9 - "build-e2e": 0 upgraded, 8 newly installed, 0 to remove and 15 not upgraded.
Step #9 - "build-e2e": Need to get 746 kB/1051 kB of archives.
Step #9 - "build-e2e": After this operation, 3466 kB of additional disk space will be used.
Step #9 - "build-e2e": Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 psmisc amd64 22.21-2.1build1 [48.0 kB]
Step #9 - "build-e2e": Get:2 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libonig2 amd64 5.9.6-1ubuntu0.1 [86.7 kB]
Step #9 - "build-e2e": Get:3 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 jq amd64 1.5+dfsg-1ubuntu0.1 [144 kB]
Step #9 - "build-e2e": Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 make amd64 4.1-6 [151 kB]
Step #9 - "build-e2e": Get:5 http://archive.ubuntu.com/ubuntu xenial/main amd64 unzip amd64 6.0-20ubuntu1 [158 kB]
Step #9 - "build-e2e": Get:6 http://archive.ubuntu.com/ubuntu xenial/main amd64 zip amd64 3.0-11 [158 kB]
Step #4 - "tests": 10 threads active,   188 links queued,  242 links in  14 URLs checked, runtime 6 seconds
Step #9 - "build-e2e": Fetched 746 kB in 0s (831 kB/s)
Step #9 - "build-e2e": Selecting previously unselected package psmisc.
Step #9 - "build-e2e": (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15833 files and directories currently installed.)
Step #9 - "build-e2e": Preparing to unpack .../psmisc_22.21-2.1build1_amd64.deb ...
Step #9 - "build-e2e": Unpacking psmisc (22.21-2.1build1) ...
Step #9 - "build-e2e": Selecting previously unselected package wget.
Step #9 - "build-e2e": Preparing to unpack .../wget_1.17.1-1ubuntu1.4_amd64.deb ...
Step #9 - "build-e2e": Unpacking wget (1.17.1-1ubuntu1.4) ...
Step #9 - "build-e2e": Selecting previously unselected package gcc.
Step #9 - "build-e2e": Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ...
Step #9 - "build-e2e": Unpacking gcc (4:5.3.1-1ubuntu1) ...
Step #9 - "build-e2e": Selecting previously unselected package libonig2:amd64.
Step #9 - "build-e2e": Preparing to unpack .../libonig2_5.9.6-1ubuntu0.1_amd64.deb ...
Step #9 - "build-e2e": Unpacking libonig2:amd64 (5.9.6-1ubuntu0.1) ...
Step #9 - "build-e2e": Selecting previously unselected package jq.
Step #9 - "build-e2e": Preparing to unpack .../jq_1.5+dfsg-1ubuntu0.1_amd64.deb ...
Step #9 - "build-e2e": Unpacking jq (1.5+dfsg-1ubuntu0.1) ...
Step #9 - "build-e2e": Selecting previously unselected package make.
Step #9 - "build-e2e": Preparing to unpack .../archives/make_4.1-6_amd64.deb ...
Step #9 - "build-e2e": Unpacking make (4.1-6) ...
Step #9 - "build-e2e": Selecting previously unselected package unzip.
Step #9 - "build-e2e": Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ...
Step #9 - "build-e2e": Unpacking unzip (6.0-20ubuntu1) ...
Step #9 - "build-e2e": Selecting previously unselected package zip.
Step #9 - "build-e2e": Preparing to unpack .../archives/zip_3.0-11_amd64.deb ...
Step #9 - "build-e2e": Unpacking zip (3.0-11) ...
Step #9 - "build-e2e": Processing triggers for libc-bin (2.23-0ubuntu10) ...
Step #9 - "build-e2e": Processing triggers for mime-support (3.59ubuntu1) ...
Step #9 - "build-e2e": Setting up psmisc (22.21-2.1build1) ...
Step #9 - "build-e2e": Setting up wget (1.17.1-1ubuntu1.4) ...
Step #9 - "build-e2e": Setting up gcc (4:5.3.1-1ubuntu1) ...
Step #9 - "build-e2e": Setting up libonig2:amd64 (5.9.6-1ubuntu0.1) ...
Step #9 - "build-e2e": Setting up jq (1.5+dfsg-1ubuntu0.1) ...
Step #9 - "build-e2e": Setting up make (4.1-6) ...
Step #9 - "build-e2e": Setting up unzip (6.0-20ubuntu1) ...
Step #9 - "build-e2e": Setting up zip (3.0-11) ...
Step #9 - "build-e2e": Processing triggers for libc-bin (2.23-0ubuntu10) ...
Step #4 - "tests": 10 threads active,   497 links queued, 1008 links in  27 URLs checked, runtime 11 seconds
Step #9 - "build-e2e": Removing intermediate container e0a798726bf9
Step #9 - "build-e2e":  ---> 80fd8d083a9e
Step #9 - "build-e2e": Step 3/20 : WORKDIR /usr/local
Step #9 - "build-e2e":  ---> Running in 54bd0587d314
Step #9 - "build-e2e": Removing intermediate container 54bd0587d314
Step #9 - "build-e2e":  ---> 1036e65322f8
Step #9 - "build-e2e": Step 4/20 : ENV GO_VERSION=1.11.1
Step #9 - "build-e2e":  ---> Running in 3f332278684e
Step #9 - "build-e2e": Removing intermediate container 3f332278684e
Step #9 - "build-e2e":  ---> 724b85710974
Step #9 - "build-e2e": Step 5/20 : ENV GOPATH /go
Step #9 - "build-e2e":  ---> Running in c4ee783d5d56
Step #9 - "build-e2e": Removing intermediate container c4ee783d5d56
Step #9 - "build-e2e":  ---> 6e1e7e259d94
Step #9 - "build-e2e": Step 6/20 : RUN wget -q https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz &&     tar -xzf go${GO_VERSION}.linux-amd64.tar.gz && rm go${GO_VERSION}.linux-amd64.tar.gz && mkdir ${GOPATH}
Step #9 - "build-e2e":  ---> Running in 7094bedcbbe4
Step #4 - "tests": 10 threads active,   643 links queued, 1793 links in  40 URLs checked, runtime 16 seconds
Step #4 - "tests": 10 threads active,   659 links queued, 2501 links in  48 URLs checked, runtime 21 seconds
Step #4 - "tests": 10 threads active,   505 links queued, 2971 links in  57 URLs checked, runtime 26 seconds
Step #4 - "tests": 10 threads active,    22 links queued, 3454 links in  69 URLs checked, runtime 31 seconds
Step #9 - "build-e2e": Removing intermediate container 7094bedcbbe4
Step #9 - "build-e2e":  ---> 5bdc3bc897ea
Step #9 - "build-e2e": Step 7/20 : ENV PATH /usr/local/go/bin:/go/bin:$PATH
Step #9 - "build-e2e":  ---> Running in 0b3e52e254dc
Step #9 - "build-e2e": Removing intermediate container 0b3e52e254dc
Step #9 - "build-e2e":  ---> d6e178cc6f67
Step #9 - "build-e2e": Step 8/20 : ENV KUBECTL_VER 1.11.5
Step #9 - "build-e2e":  ---> Running in bc36d3f690d6
Step #9 - "build-e2e": Removing intermediate container bc36d3f690d6
Step #9 - "build-e2e":  ---> 194fe1b5dbd7
Step #9 - "build-e2e": Step 9/20 : RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VER}/bin/linux/amd64/kubectl &&     chmod go+rx ./kubectl &&     mv ./kubectl /usr/local/bin/kubectl
Step #9 - "build-e2e":  ---> Running in eaee247113bf
Step #9 - "build-e2e": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #9 - "build-e2e":                                  Dload  Upload   Total   Spent    Left  Speed
Step #4 - "tests":  7 threads active,     0 links queued, 3479 links in  78 URLs checked, runtime 36 seconds
Step #9 - "build-e2e": 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
 74 52.8M   74 39.3M    0     0  54.3M      0 --:--:-- --:--:-- --:--:-- 54.2M�[0m�[91m
100 52.8M  100 52.8M    0     0  67.6M      0 --:--:-- --:--:-- --:--:-- 67.5M
Step #4 - "tests": 
Step #4 - "tests": Statistics:
Step #4 - "tests": Downloaded: 2.35MB.
Step #4 - "tests": Content types: 263 image, 2074 text, 0 video, 0 audio, 92 application, 0 mail and 1057 other.
Step #4 - "tests": URL lengths: min=15, max=373, avg=58.
Step #4 - "tests": 
Step #4 - "tests": That's it. 3486 links in 79 URLs checked. 0 warnings found. 0 errors found.
Step #4 - "tests": Stopped checking at 2019-01-23 17:42:15+000 (38 seconds)
Step #9 - "build-e2e": �[0mRemoving intermediate container eaee247113bf
Step #9 - "build-e2e":  ---> fb0c0784b65b
Step #9 - "build-e2e": Step 10/20 : ENV HELM_VER 2.11.0
Step #9 - "build-e2e":  ---> Running in 667a4e363ee7
Step #9 - "build-e2e": Removing intermediate container 667a4e363ee7
Step #9 - "build-e2e":  ---> e7f0c6f4b477
Step #9 - "build-e2e": Step 11/20 : ENV HELM_URL https://storage.googleapis.com/kubernetes-helm/helm-v${HELM_VER}-linux-amd64.tar.gz
Step #9 - "build-e2e":  ---> Running in 19ded0a60fc6
Step #9 - "build-e2e": Removing intermediate container 19ded0a60fc6
Step #9 - "build-e2e":  ---> 64c60fd0d05d
Step #9 - "build-e2e": Step 12/20 : RUN curl -L  ${HELM_URL} > /tmp/helm.tar.gz     && tar -zxvf /tmp/helm.tar.gz -C /tmp     && mv /tmp/linux-amd64/helm /usr/local/bin/helm     && chmod go+rx /usr/local/bin/helm     && rm /tmp/helm.tar.gz && rm -rf /tmp/linux-amd64
Step #9 - "build-e2e":  ---> Running in 1c9e12743cfb
Step #4 - "tests": ok  	agones.dev/agones/pkg/apis/stable/v1alpha1	1.184s
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 #4 - "tests": agones-website
Step #9 - "build-e2e": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #9 - "build-e2e":                                  Dload  Upload   Total   Spent    Left  Speed
Step #9 - "build-e2e": 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
100 18.2M  100 18.2M    0     0  46.4M      0 --:--:-- --:--:-- --:--:-- 46.4M
Step #9 - "build-e2e": �[0mlinux-amd64/
Step #9 - "build-e2e": linux-amd64/tiller
Step #9 - "build-e2e": linux-amd64/README.md
Step #9 - "build-e2e": linux-amd64/helm
Step #9 - "build-e2e": linux-amd64/LICENSE
Step #9 - "build-e2e": Removing intermediate container 1c9e12743cfb
Step #9 - "build-e2e":  ---> a7eca8f7411c
Step #9 - "build-e2e": Step 13/20 : ENV CONSUL_VERSION=1.2.1
Step #9 - "build-e2e":  ---> Running in 71855b58299a
Step #9 - "build-e2e": Removing intermediate container 71855b58299a
Step #9 - "build-e2e":  ---> 8aecddea3ad2
Step #9 - "build-e2e": Step 14/20 : ENV HASHICORP_RELEASES=https://releases.hashicorp.com
Step #9 - "build-e2e":  ---> Running in 81ab6a11ffaa
Step #9 - "build-e2e": Removing intermediate container 81ab6a11ffaa
Step #9 - "build-e2e":  ---> 200c1b674f80
Step #9 - "build-e2e": Step 15/20 : RUN mkdir -p /tmp/build &&     wget ${HASHICORP_RELEASES}/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_linux_amd64.zip     -P /tmp/build/  &&     unzip -d /usr/local/bin/ /tmp/build/consul_${CONSUL_VERSION}_linux_amd64.zip &&     cd /tmp &&     rm -rf /tmp/build &&     chmod go+rx /usr/local/bin/consul &&     consul version
Step #8 - "build": docker build /workspace/cmd/controller/ --tag=gcr.io/agones-images/agones-controller:0.8.0-273f1f2 
Step #9 - "build-e2e":  ---> Running in 3d710b812f82
Step #8 - "build": Sending build context to Docker daemon  38.27MB

Step #8 - "build": Step 1/5 : FROM alpine:3.8
Step #8 - "build": 3.8: Pulling from library/alpine
Step #8 - "build": Digest: sha256:3d2e482b82608d153a374df3357c0291589a61cc194ec4a9ca2381073a17f58e
Step #8 - "build": Status: Downloaded newer image for alpine:3.8
Step #8 - "build":  ---> 3f53bb00af94
Step #8 - "build": Step 2/5 : RUN apk --update add ca-certificates &&     adduser -D agones
Step #9 - "build-e2e": �[91m--2019-01-23 17:42:21--  https://releases.hashicorp.com/consul/1.2.1/consul_1.2.1_linux_amd64.zip
Step #9 - "build-e2e": �[0m�[91mResolving releases.hashicorp.com (releases.hashicorp.com)... �[0m�[91m151.101.1.183, 151.101.65.183, 151.101.129.183, ...
Step #9 - "build-e2e": Connecting to releases.hashicorp.com (releases.hashicorp.com)|151.101.1.183|:443... �[0m�[91mconnected.
Step #9 - "build-e2e": �[0m�[91mHTTP request sent, awaiting response... �[0m�[91m200 OK
Step #9 - "build-e2e": Length: 14529496 (14M) [application/zip]
Step #9 - "build-e2e": Saving to: '/tmp/build/consul_1.2.1_linux_amd64.zip'
Step #9 - "build-e2e": 
Step #8 - "build":  ---> Running in ca7e1fb988c1
Step #9 - "build-e2e":      0K ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. .......... ..�[0m�[91m........ ........�[0m�[91m..  0% 2.05M 7s
Step #9 - "build-e2e":     50K .......... .......... .......... .......... ..�[0m�[91m........  0% 6.58M 4s
Step #9 - "build-e2e":    100K .......... .......... ....�[0m�[91m...... .......... ..........  1% 17.4M 3s
Step #9 - "build-e2e":    150K .......... .......... .......... .......... ..........  1%  175M 2s
Step #9 - "build-e2e":    200K ....�[0m�[91m...... .......... .......... ......�[0m�[91m.... ..........  1% 6.75M 2s
Step #9 - "build-e2e":    250K ..�[0m�[91m........ .......... .......... .......... ..........  2% 18.1M 2s
Step #9 - "build-e2e":    300K .......... .......... .......... .......... ..........  2%  170M 2s
Step #9 - "build-e2e":    350K .......... .......... .......... .......... ..........  2% 84.5M 2s
Step #9 - "build-e2e":    400K .......... .......... ........�[0m�[91m.. .......... ....�[0m�[91m......  3% 7.34M 2s
Step #9 - "build-e2e":    450K ..�[0m�[91m....�[0m�[91m....�[0m�[91m .......... .......... .......... ..........  3%  187M 1s
Step #9 - "build-e2e":    500K ........�[0m�[91m.. .......... .......... .......... ..........  3% 20.1M 1s
Step #9 - "build-e2e":    550K .......... .......... .......... .......... ..........  4%  207M 1s
Step #9 - "build-e2e":    600K .......... .......... .......... .......... ..........  4%  197M 1s
Step #9 - "build-e2e":    650K .......... .......... .......... .......... ..........  4%  171M 1s
Step #9 - "build-e2e":    700K .......... .......... .......... .......... ..........  5%  149M 1s
Step #9 - "build-e2e":    750K .......... .......... .......... .......... ..........  5%  236M 1s
Step #9 - "build-e2e":    800K .......... ..�[0m�[91m........ .......... ......�[0m�[91m.... ....�[0m�[91m......  5%  241M 1s
Step #9 - "build-e2e":    850K .......... .......... ......�[0m�[91m.... .......... ..........  6% 8.24M 1s
Step #9 - "build-e2e":    900K .......... .......... .......... ..�[0m�[91m........�[0m�[91m ..........  6% 27.5M 1s
Step #9 - "build-e2e":    950K .......... .......... .......... .......... ..........  7%  261M 1s
Step #9 - "build-e2e":   1000K .......... ..�[0m�[91m........ .......... ......�[0m�[91m.... ....�[0m�[91m......  7% 91.0M 1s
Step #9 - "build-e2e":   1050K ..�[0m�[91m........ ........�[0m�[91m.. .......... .......... ..�[0m�[91m........  7%  164M 1s�[0m�[91m
Step #9 - "build-e2e":   1100K ........�[0m�[91m.. ......�[0m�[91m.... .......... ..�[0m�[91m........ ..........  8%  159M 1s
Step #9 - "build-e2e":   1150K .......... ....�[0m�[91m...... .......... ..�[0m�[91m........ ......�[0m�[91m....  8%  166M 1s
Step #9 - "build-e2e":   1200K ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. ......�[0m�[91m.... ..........  8%  179M 1s
Step #9 - "build-e2e":   1250K ..�[0m�[91m........�[0m�[91m .......... .......... .......... ..�[0m�[91m........  9%  190M 1s
Step #9 - "build-e2e":   1300K �[0m�[91m........�[0m�[91m.. .......... .......... .......... ........�[0m�[91m..  9%  204M 1s
Step #9 - "build-e2e":   1350K .......... .�[0m�[91m...�[0m�[91m...... .......... .......... ......�[0m�[91m....  9%  224M 1s
Step #9 - "build-e2e":   1400K .......... ..........�[0m�[91m .......... ......�[0m�[91m.... .......... 10%  249M 1s
Step #9 - "build-e2e":   1450K ..�[0m�[91m........ .......... .......... ....�[0m�[91m...... .......... 10%  228M 1s�[0m�[91m
Step #9 - "build-e2e":   1500K .......... .......... .......... .......... .......... 10%  193M 1s
Step #9 - "build-e2e":   1550K ......�[0m�[91m.... .......... .......... .......... .......... 11% 3.68M 1s
Step #9 - "build-e2e":   1600K .......... .......... .......... .......... .......... 11%  174M 1s
Step #9 - "build-e2e":   1650K .......... .......... .......... .......... .......... 11%  153M 1s
Step #9 - "build-e2e":   1700K .......... .......... ....�[0m�[91m...... .......... .......... 12%  200M 1s
Step #9 - "build-e2e":   1750K .......... .....�[0m�[91m..... ..�[0m�[91m........�[0m�[91m ........�[0m�[91m.. ......�[0m�[91m.... 12%  228M 1s
Step #9 - "build-e2e":   1800K ....�[0m�[91m...... .......... ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... 13%  240M 1s
Step #9 - "build-e2e":   1850K ..�[0m�[91m........ .......... .......... .......... .......... 13%  220M 1s�[0m�[91m
Step #9 - "build-e2e":   1900K .......... .......... .......... .......... ........�[0m�[91m.. 13%  203M 1s
Step #9 - "build-e2e":   1950K .......... .......... .......... .......... .......... 14%  172M 1s
Step #9 - "build-e2e":   2000K .......... .......... .......... .......... .......... 14%  200M 0s
Step #9 - "build-e2e":   2050K .......... .......... .......... .......... .......... 14%  219M 0s�[0m�[91m
Step #9 - "build-e2e":   2100K .......... .......... .......... .......... .......... 15%  215M 0s
Step #9 - "build-e2e":   2150K .......... .......... .......... .......... .......... 15%  236M 0s
Step #9 - "build-e2e":   2200K .......... .......... .......... .......... .......... 15%  195M 0s
Step #9 - "build-e2e":   2250K .......... .......... .......... ....�[0m�[91m...... .......... 16%  197M 0s�[0m�[91m
Step #9 - "build-e2e":   2300K ........�[0m�[91m.. ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........ ........�[0m�[91m.. 16%  189M 0s
Step #9 - "build-e2e":   2350K ......�[0m�[91m.... ....�[0m�[91m...... ..�[0m�[91m........�[0m�[91m .......... .......... 16%  218M 0s
Step #9 - "build-e2e":   2400K .......... .......... .......... .......... .......... 17%  239M 0s
Step #9 - "build-e2e":   2450K .......... .......... .......... .......... .......... 17%  242M 0s
Step #9 - "build-e2e":   2500K .......... .......... .......... .......... .......... 17%  206M 0s
Step #9 - "build-e2e":   2550K .......... .......... .......... .......... .......... 18%  238M 0s
Step #9 - "build-e2e":   2600K .......... .......... .......... .......... .......... 18%  229M 0s
Step #9 - "build-e2e":   2650K .......... .......... .......... .......... .......... 19%  225M 0s
Step #9 - "build-e2e":   2700K .......... .......... .......... .......... .......... 19%  180M 0s
Step #9 - "build-e2e":   2750K .......... .......... .......... .......... .......... 19%  239M 0s
Step #9 - "build-e2e":   2800K .......... .......... .......... .......... .......... 20%  217M 0s
Step #9 - "build-e2e":   2850K .......... .......... .......... .......... .......... 20%  229M 0s
Step #9 - "build-e2e":   2900K .......... .......... .......... .......... .......... 20%  210M 0s
Step #9 - "build-e2e":   2950K .......... .......... ..�[0m�[91m........ .......... .......... 21%  210M 0s
Step #9 - "build-e2e":   3000K .......... .......... .......... .......... .......... 21%  239M 0s
Step #9 - "build-e2e":   3050K .......... .......... .......... .......... .......... 21%  213M 0s
Step #9 - "build-e2e":   3100K .......... .......... .......... .......... .......... 22%  201M 0s
Step #9 - "build-e2e":   3150K .......... .......... .......... .......... .......... 22%  204M 0s
Step #9 - "build-e2e":   3200K .......... .......... .......... .......... .......... 22%  245M 0s
Step #9 - "build-e2e":   3250K .......... .......... .......... .......... .......... 23%  244M 0s
Step #9 - "build-e2e":   3300K .......... .......... .......... .......... .......... 23%  207M 0s
Step #9 - "build-e2e":   3350K .......... .......... .......... ........�[0m�[91m.. .......... 23% 10.2M 0s
Step #9 - "build-e2e":   3400K ..........�[0m�[91m ..........�[0m�[91m .......... .......... .......... 24%  155M 0s
Step #9 - "build-e2e":   3450K .......... .......... .......... .......... ..�[0m�[91m........ 24%  198M 0s�[0m�[91m
Step #9 - "build-e2e":   3500K .......... .......... .......... ..�[0m�[91m........�[0m�[91m .......... 25%  174M 0s
Step #9 - "build-e2e":   3550K .......... .......... .......... .......... .......... 25%  221M 0s
Step #9 - "build-e2e":   3600K .......... .......... .......... .......... .......... 25%  246M 0s
Step #9 - "build-e2e":   3650K .......... .......... .......... .......... .......... 26%  247M 0s
Step #9 - "build-e2e":   3700K .......... .......... .......... .......... .......... 26%  244M 0s
Step #9 - "build-e2e":   3750K .......... .......... .......... .......... .......... 26%  298M 0s
Step #9 - "build-e2e":   3800K .......... .......... .......... .......... .......... 27%  258M 0s
Step #9 - "build-e2e":   3850K .......... .......... .......... .......... .......... 27%  234M 0s
Step #9 - "build-e2e":   3900K .......... .......... .......... .......... .......... 27%  184M 0s
Step #9 - "build-e2e":   3950K .......... .......... ..........�[0m�[91m .......... .......... 28%  218M 0s
Step #9 - "build-e2e":   4000K ....�[0m�[91m...... .......... .......... .......... .......... 28%  238M 0s
Step #9 - "build-e2e":   4050K .......... .......... .......... .......... .......... 28%  238M 0s
Step #9 - "build-e2e":   4100K .......... .......... .......... .......... .......... 29%  228M 0s
Step #9 - "build-e2e":   4150K .......... .......... .......... .......... .......... 29%  237M 0s
Step #9 - "build-e2e":   4200K .......... .......... .......... .......... .......... 29%  250M 0s
Step #9 - "build-e2e":   4250K .......... .......... .......... .......... .......... 30%  271M 0s
Step #9 - "build-e2e":   4300K .......... .......... .......... .......... .......... 30%  208M 0s
Step #9 - "build-e2e":   4350K .......... .......... .......... .......... .......... 31%  257M 0s
Step #9 - "build-e2e":   4400K .......... .......... .......... .......... .......... 31%  240M 0s
Step #9 - "build-e2e":   4450K .......... .......... .......... .......... .......... 31%  257M 0s
Step #9 - "build-e2e":   4500K .......... .......... .......... .......... .......... 32%  227M 0s
Step #9 - "build-e2e":   4550K .......... .......... .......... .......... .......... 32%  233M 0s
Step #9 - "build-e2e":   4600K .......... .......... .......... .......... .......... 32%  248M 0s
Step #9 - "build-e2e":   4650K .......... .......... .......... .......... .......... 33%  209M 0s
Step #9 - "build-e2e":   4700K .......... .......... .......... .......... .......... 33%  205M 0s
Step #9 - "build-e2e":   4750K .......... .......... .......... .......... .......... 33%  249M 0s
Step #9 - "build-e2e":   4800K .......... .......... .......... .......... .......... 34%  226M 0s
Step #9 - "build-e2e":   4850K .......... .......... .......... .......... .......... 34% 56.9M 0s
Step #9 - "build-e2e":   4900K .......... .......... .......... .......... .......... 34%  133M 0s
Step #9 - "build-e2e":   4950K .......... .......... .......... .......... .......... 35%  204M 0s
Step #9 - "build-e2e":   5000K .......... .......... .......... .......... .......... 35%  260M 0s
Step #9 - "build-e2e":   5050K .......... .......... .......... .......... .......... 35%  246M 0s
Step #9 - "build-e2e":   5100K .......... .......... .......... .......... .......... 36%  110M 0s
Step #9 - "build-e2e":   5150K .......... .......... .......... .......... .......... 36%  203M 0s
Step #9 - "build-e2e":   5200K .......... .......... .......... .......... .......... 37% 77.7M 0s
Step #9 - "build-e2e":   5250K .......... .......... .......... .......... .......... 37%  234M 0s
Step #9 - "build-e2e":   5300K .......... .......... .......... .......... .......... 37%  225M 0s
Step #9 - "build-e2e":   5350K .......... .......... .......... .......... .......... 38%  345M 0s
Step #9 - "build-e2e":   5400K .......... .......... .......... .......... .......... 38%  247M 0s
Step #9 - "build-e2e":   5450K .......... .......... .......... .......... .......... 38%  306M 0s
Step #9 - "build-e2e":   5500K ........�[0m�[91m.. .......... .......... .......... .......... 39%  129M 0s
Step #9 - "build-e2e":   5550K .......... .......... .......... .......... .......... 39%  177M 0s
Step #9 - "build-e2e":   5600K .......... .......... .......... .......... .......... 39%  167M 0s
Step #9 - "build-e2e":   5650K .......... .......... .......... .......... .......... 40%  151M 0s
Step #9 - "build-e2e":   5700K .......... .......... .......... .......... .......... 40%  133M 0s
Step #9 - "build-e2e":   5750K .......... .......... .......... .......... .......... 40%  141M 0s
Step #9 - "build-e2e":   5800K .......... .......... .......... .......... .......... 41%  167M 0s
Step #9 - "build-e2e":   5850K .......... .......... .......... .......... .......... 41%  201M 0s
Step #9 - "build-e2e":   5900K .......... .......... .......... .......... .......... 41%  171M 0s
Step #9 - "build-e2e":   5950K .......... .......... .......... .......... .......... 42%  219M 0s
Step #9 - "build-e2e":   6000K .......... .......... .......... .......... .......... 42%  203M 0s
Step #9 - "build-e2e":   6050K .......... .......... .......... .......... .......... 42%  211M 0s
Step #9 - "build-e2e":   6100K .......... .......... .......... .......... .......... 43%  176M 0s
Step #9 - "build-e2e":   6150K .......... .......... .......... .......... .......... 43%  213M 0s
Step #9 - "build-e2e":   6200K .....�[0m�[91m..... .......... .......... .......... .......... 44%  149M 0s
Step #9 - "build-e2e":   6250K .......... .......... .......... .......... .......... 44%  222M 0s
Step #9 - "build-e2e":   6300K .......... .......... .......... .......... .......... 44%  181M 0s
Step #9 - "build-e2e":   6350K .......... .......... .......... .......... .......... 45%  218M 0s
Step #9 - "build-e2e":   6400K .......... .......... .......... .......... .......... 45%  190M 0s
Step #9 - "build-e2e":   6450K .......... .......... .......... .......... .......... 45%  190M 0s
Step #9 - "build-e2e":   6500K .......... .......... .......... .......... .......... 46%  170M 0s
Step #9 - "build-e2e":   6550K .......... .......... .......... .......... .......... 46%  218M 0s
Step #9 - "build-e2e":   6600K .......... .......... .......... .......... .......... 46%  185M 0s
Step #9 - "build-e2e":   6650K .......... .......... .......... .......... .......... 47%  200M 0s
Step #9 - "build-e2e":   6700K .......... .......... .......... .......... .......... 47%  126M 0s
Step #9 - "build-e2e":   6750K .......... .......... .......... .......... .......... 47%  158M 0s
Step #9 - "build-e2e":   6800K .......... .......... .......... .......... .......... 48%  174M 0s
Step #9 - "build-e2e":   6850K .......... .......... .......... .......... .......... 48%  202M 0s
Step #9 - "build-e2e":   6900K .......... .......... .......... .......... .......... 48%  123M 0s
Step #9 - "build-e2e":   6950K .......... .......... .......... .......... .......... 49% 85.9M 0s
Step #9 - "build-e2e":   7000K .......... .......... .......... .......... .......... 49%  101M 0s
Step #9 - "build-e2e":   7050K .......... .......... .......... .......... .......... 50%  178M 0s
Step #9 - "build-e2e":   7100K .......... .......... .......... .......... .......... 50%  138M 0s
Step #9 - "build-e2e":   7150K .......... .......... .......... .......... .......... 50%  121M 0s
Step #9 - "build-e2e":   7200K .......... .......... .......... .......... .......... 51%  128M 0s
Step #9 - "build-e2e":   7250K .......... .......... .......... .......... .......... 51% 95.7M 0s
Step #9 - "build-e2e":   7300K .......... .......... .......... .......... .......... 51%  130M 0s
Step #9 - "build-e2e":   7350K .......... .......... .......... .......... .......... 52%  170M 0s
Step #9 - "build-e2e":   7400K .......... .......... .......... .........�[0m�[91m. .......... 52%  127M 0s
Step #9 - "build-e2e":   7450K .......... .......... .......... .......... .......... 52%  176M 0s
Step #9 - "build-e2e":   7500K .......... .......... .......... .......... .......... 53%  164M 0s
Step #9 - "build-e2e":   7550K .......... .......... .......... .......... .......... 53%  191M 0s
Step #9 - "build-e2e":   7600K .......... .......... .......... .......... .......... 53%  227M 0s
Step #9 - "build-e2e":   7650K .......... .......... .......... .......... .......... 54%  231M 0s
Step #9 - "build-e2e":   7700K .......... .......... .......... .......... .......... 54%  188M 0s
Step #9 - "build-e2e":   7750K .......... .......... .......... .......... .......... 54%  245M 0s
Step #9 - "build-e2e":   7800K .......... .......... .......... .......... .......... 55%  207M 0s
Step #9 - "build-e2e":   7850K .......... .......... .......... .......... .......... 55%  226M 0s
Step #9 - "build-e2e":   7900K .......... .......... .......... .......... .......... 56%  207M 0s
Step #9 - "build-e2e":   7950K .......... .......... .......... .......... .......... 56%  228M 0s
Step #9 - "build-e2e":   8000K .......... .......... .......... .......... .......... 56%  239M 0s
Step #9 - "build-e2e":   8050K .......... .......... .......... .......... .......... 57%  222M 0s
Step #9 - "build-e2e":   8100K .......... .......... .......... .......... .......... 57%  206M 0s
Step #9 - "build-e2e":   8150K .......... .......... .......... .......... .......... 57%  224M 0s
Step #9 - "build-e2e":   8200K .......... .......... .......... .......... .......... 58%  243M 0s
Step #9 - "build-e2e":   8250K .......... .......... .......�[0m�[91m... .......... .......... 58%  136M 0s
Step #9 - "build-e2e":   8300K .......... .......�[0m�[91m... .....�[0m�[91m..... ...�[0m�[91m....... .�[0m�[91m......... 58%  164M 0s
Step #9 - "build-e2e":   8350K .......�[0m�[91m... .......... .......... .......... .......... 59%  157M 0s
Step #9 - "build-e2e":   8400K .......... .......... .......... .......... .......... 59%  185M 0s
Step #9 - "build-e2e":   8450K .......... .......... .......... .......... .......... 59%  199M 0s
Step #9 - "build-e2e":   8500K .......... .......... .......... .......... .......... 60%  152M 0s
Step #9 - "build-e2e":   8550K .......... .......... .......... .......... .......... 60%  224M 0s
Step #9 - "build-e2e":   8600K .......... .......... .......... .......... .......... 60%  200M 0s
Step #9 - "build-e2e":   8650K .......... .......... .......... .......... .......... 61%  223M 0s
Step #9 - "build-e2e":   8700K .......... .......... .......... .......... .......... 61%  140M 0s
Step #9 - "build-e2e":   8750K .......... .......... .......... .......... .......... 62%  168M 0s
Step #9 - "build-e2e":   8800K .......... .......... .......... .......... .......... 62%  152M 0s
Step #9 - "build-e2e":   8850K .......... .......... .......... .......... .......... 62%  171M 0s
Step #9 - "build-e2e":   8900K .......... .......... .......... .......... .......... 63%  138M 0s
Step #9 - "build-e2e":   8950K .......... .......... .......... .......... .......... 63%  165M 0s
Step #9 - "build-e2e":   9000K .......... .......... .......... .......... .......... 63%  214M 0s
Step #9 - "build-e2e":   9050K .......... .......... .......... .......... .......... 64%  150M 0s
Step #9 - "build-e2e":   9100K .......... .......... .......... .......... .......... 64%  163M 0s
Step #9 - "build-e2e":   9150K .......... .......... .......... .......... .......... 64%  198M 0s
Step #9 - "build-e2e":   9200K .......... .......... .......... .......... .......... 65%  216M 0s
Step #9 - "build-e2e":   9250K .......... .......... .......... .......... .......... 65%  220M 0s
Step #9 - "build-e2e":   9300K .......... .......... .......... .......... .......... 65%  165M 0s
Step #9 - "build-e2e":   9350K .......... .......... .......... .......... .......... 66%  198M 0s
Step #9 - "build-e2e":   9400K .......... .......... .......... .......... .......... 66%  216M 0s
Step #9 - "build-e2e":   9450K .......... .......... .......... .......... .......... 66%  183M 0s
Step #9 - "build-e2e":   9500K .......... .......... .......... .......... .......... 67%  143M 0s
Step #9 - "build-e2e":   9550K .......... .......... .......... .......... .......... 67%  219M 0s
Step #9 - "build-e2e":   9600K .......... .......... .......... .......... .......... 68%  246M 0s
Step #9 - "build-e2e":   9650K .......... .......... .......... .......... .......... 68%  228M 0s
Step #9 - "build-e2e":   9700K .......... .......... .......... ...�[0m�[91m....... .......... 68%  132M 0s
Step #9 - "build-e2e":   9750K .......... .......... .......... .......... .......... 69%  251M 0s
Step #9 - "build-e2e":   9800K .......... .......... .......... .......... .......... 69%  251M 0s
Step #9 - "build-e2e":   9850K .......... .......... .......... .......... .......... 69%  211M 0s
Step #9 - "build-e2e":   9900K .......... .......... .......... .......... .......... 70%  212M 0s
Step #9 - "build-e2e":   9950K .......... .......... .......... .......... .......... 70%  227M 0s
Step #9 - "build-e2e":  10000K .......... .......... .......... .......... .......... 70%  264M 0s
Step #9 - "build-e2e":  10050K .......... .......... .......... .......... .......... 71%  249M 0s
Step #9 - "build-e2e":  10100K .......... .......... .......... .......... .......... 71%  186M 0s
Step #9 - "build-e2e":  10150K .......... .......... .......... .......... .......... 71%  197M 0s
Step #9 - "build-e2e":  10200K .......... .......... .......... .......... .......... 72%  224M 0s
Step #9 - "build-e2e":  10250K .......... .......... .......... .......... .......... 72%  226M 0s
Step #9 - "build-e2e":  10300K .......... .......... .......... .......... .......... 72%  179M 0s
Step #9 - "build-e2e":  10350K .......... .......... .......... .......... .......... 73%  128M 0s
Step #9 - "build-e2e":  10400K .......... .......... .......... .......... .......... 73%  154M 0s
Step #9 - "build-e2e":  10450K .......... .......... .......... .......... .......... 74%  176M 0s
Step #9 - "build-e2e":  10500K .......... .......... .......... .......... .�[0m�[91m......... 74%  146M 0s
Step #9 - "build-e2e":  10550K .......... .......... ...�[0m�[91m....... .�[0m�[91m......... .......�[0m�[91m... 74%  227M 0s
Step #9 - "build-e2e":  10600K .......... .......... .......... .......... .......... 75%  132M 0s
Step #9 - "build-e2e":  10650K .......... .......... .......... .......... .......... 75%  130M 0s
Step #9 - "build-e2e":  10700K .......... .......... .......... .......... .......... 75%  122M 0s
Step #9 - "build-e2e":  10750K .......... .......... .......... .........�[0m�[91m. .......... 76%  145M 0s
Step #9 - "build-e2e":  10800K .......... .......... .......... .......... .......... 76%  149M 0s
Step #9 - "build-e2e":  10850K .......... .......... .......... .......... .......... 76%  178M 0s
Step #9 - "build-e2e":  10900K .......... .......... .......... .......... .......... 77%  117M 0s
Step #9 - "build-e2e":  10950K .......... .......... .......... .......... .......... 77%  175M 0s
Step #9 - "build-e2e":  11000K .......... .......... .......... .......... .......... 77%  140M 0s
Step #9 - "build-e2e":  11050K .......... .......... .......... .......... .......... 78%  196M 0s
Step #9 - "build-e2e":  11100K .......... .......... .......... .......... .......... 78%  115M 0s
Step #9 - "build-e2e":  11150K .......... .......... .......... .......... .......... 78%  174M 0s
Step #9 - "build-e2e":  11200K .......... .......... .......... .......... .......... 79%  146M 0s
Step #9 - "build-e2e":  11250K .......... .......... .......... .......... .......... 79%  153M 0s
Step #9 - "build-e2e":  11300K .......... .......... .......... .......... .......... 79%  148M 0s
Step #9 - "build-e2e":  11350K .......... .......... .......... .......... .......... 80%  184M 0s
Step #9 - "build-e2e":  11400K .......... .......... .......... .......... .......... 80%  184M 0s
Step #9 - "build-e2e":  11450K .......... .......... .......... .......... .......... 81%  147M 0s
Step #9 - "build-e2e":  11500K .......... .......... .......... .......... .......... 81%  152M 0s
Step #9 - "build-e2e":  11550K .......... .......... .......... .......... .......... 81%  183M 0s
Step #9 - "build-e2e":  11600K ....�[0m�[91m...... .......... .......... .......... .......... 82%  226M 0s
Step #9 - "build-e2e":  11650K .......... .......... .......... .......... .......... 82%  185M 0s
Step #9 - "build-e2e":  11700K .......... .......... .......... .......... .......... 82%  200M 0s
Step #9 - "build-e2e":  11750K .......... .......... .......... .......... .......... 83%  237M 0s
Step #9 - "build-e2e":  11800K .......... .......... .......... .......... .......... 83%  178M 0s
Step #9 - "build-e2e":  11850K .......... .......... .......... .......... .......... 83%  189M 0s
Step #9 - "build-e2e":  11900K .......... .......... .......... .......... .......... 84%  203M 0s
Step #9 - "build-e2e":  11950K .......... .......... .......... .......... .......... 84%  199M 0s
Step #9 - "build-e2e":  12000K .......... .......... .......... .......... .......... 84%  171M 0s
Step #9 - "build-e2e":  12050K .......... .......... .......... .......... .......... 85%  221M 0s
Step #9 - "build-e2e":  12100K .......... .......... .......... .......... .......... 85%  118M 0s
Step #9 - "build-e2e":  12150K .......... .......... .......... .......... .......... 85%  202M 0s
Step #9 - "build-e2e":  12200K .......... .......... .......... .......... .......... 86% 77.1M 0s
Step #9 - "build-e2e":  12250K .......... .......... .......... .......... .......... 86%  191M 0s
Step #9 - "build-e2e":  12300K .......... .......... .......... .......... .......... 87%  134M 0s
Step #9 - "build-e2e":  12350K .......... .......... .......... .......... .......... 87%  224M 0s
Step #9 - "build-e2e":  12400K .......... .......... .......... .......... .......... 87%  164M 0s
Step #9 - "build-e2e":  12450K .......... .......... .......... .....�[0m�[91m..... .......... 88%  144M 0s
Step #9 - "build-e2e":  12500K .........�[0m�[91m. .......... .......... ...�[0m�[91m.......�[0m�[91m ........�[0m�[91m.. 88%  161M 0s
Step #9 - "build-e2e":  12550K .......... ....�[0m�[91m...... .......... .......... .......... 88%  213M 0s
Step #9 - "build-e2e":  12600K .......... .......... .......... .......... .......... 89%  226M 0s
Step #9 - "build-e2e":  12650K .......... .......... .......... .......... .......... 89%  294M 0s
Step #9 - "build-e2e":  12700K .......... .......... .......... .......... .......... 89%  177M 0s
Step #9 - "build-e2e":  12750K .......... .......... .......... .......... .......... 90%  245M 0s
Step #9 - "build-e2e":  12800K .......... .......... .......... .......... .......... 90%  225M 0s
Step #9 - "build-e2e":  12850K .......... .......... .......... .......... .......... 90%  232M 0s
Step #9 - "build-e2e":  12900K .......... .......... .......... .......... .......... 91%  161M 0s
Step #9 - "build-e2e":  12950K .......... .......... .......... .......... .......... 91%  183M 0s
Step #9 - "build-e2e":  13000K .......... .......... .......... .......... .......... 91%  226M 0s
Step #9 - "build-e2e":  13050K .......... .......... .......... .......... .......... 92%  171M 0s
Step #9 - "build-e2e":  13100K .......... .......... .......... .......... .......... 92%  193M 0s
Step #9 - "build-e2e":  13150K .......... .......... .......... .......... .......... 93%  243M 0s
Step #9 - "build-e2e":  13200K .......... .......... .......... .......... .......... 93%  168M 0s
Step #9 - "build-e2e":  13250K .......... .......... .......... .......... .......... 93%  223M 0s
Step #9 - "build-e2e":  13300K .......... .......... .......... .......... .......... 94%  164M 0s
Step #9 - "build-e2e":  13350K .......... .......... .......... .......... .......... 94%  174M 0s
Step #9 - "build-e2e":  13400K .......... .......... .......... .......... .......... 94%  214M 0s
Step #9 - "build-e2e":  13450K .......... .......... .......... .......... .......... 95%  181M 0s
Step #9 - "build-e2e":  13500K .......... .......... .......... .......... .......... 95%  183M 0s
Step #9 - "build-e2e":  13550K .......... .......... .......... .......... .......... 95%  234M 0s
Step #9 - "build-e2e":  13600K .......... .......... .......... .......... .......... 96%  185M 0s
Step #9 - "build-e2e":  13650K .......... .......... .......... .......... .......... 96%  187M 0s
Step #9 - "build-e2e":  13700K .......... .......... .......... .......... .......... 96%  185M 0s
Step #9 - "build-e2e":  13750K .......... .......... .......... .......... .......... 97%  166M 0s
Step #9 - "build-e2e":  13800K .......... .......... .......... .......... .......... 97%  170M 0s
Step #9 - "build-e2e":  13850K .......... .......... .......... .......... .......... 97%  175M 0s
Step #9 - "build-e2e":  13900K .......... .......... .......... .......... .......... 98%  161M 0s
Step #9 - "build-e2e":  13950K .......... .......... .......... .......... .......... 98%  188M 0s
Step #9 - "build-e2e":  14000K .......... .......... .......... .......... .......... 99%  178M 0s
Step #9 - "build-e2e":  14050K .......... .........�[0m�[91m. .......... .......... .......... 99%  186M 0s
Step #9 - "build-e2e":  14100K .......... .......... .......... .......... .......... 99%  204M 0s
Step #9 - "build-e2e":  14150K .......... .......... .......... ........             100%  307M=0.2s
Step #9 - "build-e2e": 
Step #9 - "build-e2e": 2019-01-23 17:42:22 (91.1 MB/s) - '/tmp/build/consul_1.2.1_linux_amd64.zip' saved [14529496/14529496]
Step #9 - "build-e2e": 
Step #9 - "build-e2e": �[0mArchive:  /tmp/build/consul_1.2.1_linux_amd64.zip
Step #9 - "build-e2e":   inflating: /usr/local/bin/consul   
Step #9 - "build-e2e": Consul v1.2.1
Step #9 - "build-e2e": Protocol 2 spoken by default, understands 2 to 3 (agent will automatically use protocol >2 when speaking to compatible agents)
Step #8 - "build": fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
Step #8 - "build": fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
Step #8 - "build": (1/1) Installing ca-certificates (20171114-r3)
Step #8 - "build": Executing busybox-1.28.4-r2.trigger
Step #8 - "build": Executing ca-certificates-20171114-r3.trigger
Step #8 - "build": OK: 5 MiB in 14 packages
Step #9 - "build-e2e": Removing intermediate container 3d710b812f82
Step #9 - "build-e2e":  ---> e4c17d8f6302
Step #9 - "build-e2e": Step 16/20 : RUN echo "export PATH=/usr/local/go/bin:/go/bin/:\$PATH" >> /root/.bashrc
Step #9 - "build-e2e":  ---> Running in bd0718671354
Step #8 - "build": Removing intermediate container ca7e1fb988c1
Step #8 - "build":  ---> 67f9e6275b4a
Step #8 - "build": Step 3/5 : COPY  --chown=agones:root ./bin/controller /home/agones/controller
Step #4 - "tests": {"groupKind":{"Group":"stable.agones.dev","Kind":"FleetAllocation"},"message":"Added webhook handler","op":"CREATE","path":"/mutate","severity":"info","source":"*webhooks.WebHook","time":"2019-01-23T17:42:26.76216154Z"}
Step #4 - "tests": {"groupKind":{"Group":"stable.agones.dev","Kind":"FleetAllocation"},"message":"Added webhook handler","op":"CREATE","path":"/validate","severity":"info","source":"*webhooks.WebHook","time":"2019-01-23T17:42:26.762821592Z"}
Step #4 - "tests": {"groupKind":{"Group":"stable.agones.dev","Kind":"FleetAllocation"},"message":"Added webhook handler","op":"UPDATE","path":"/validate","severity":"info","source":"*webhooks.WebHook","time":"2019-01-23T17:42:26.762991964Z"}
Step #4 - "tests": {"groupKind":{"Group":"stable.agones.dev","Kind":"FleetAllocation"},"message":"Added webhook handler","op":"CREATE","path":"/mutate","severity":"info","source":"*webhooks.WebHook","time":"2019-01-23T17:42:26.767408815Z"}
Step #4 - "tests": {"groupKind":{"Group":"stable.agones.dev","Kind":"FleetAllocation"},"message":"Added webhook handler","op":"CREATE","path":"/validate","severity":"info","source":"*webhooks.WebHook","time":"2019-01-23T17:42:26.767679274Z"}
Step #4 - "tests": {"groupKind":{"Group":"stable.agones.dev","Kind":"FleetAllocation"},"message":"Added webhook handler","op":"UPDATE","path":"/validate","severity":"info","source":"*webhooks.WebHook","time":"2019-01-23T17:42:26.767854652Z"}
Step #4 - "tests": {"groupKind":{"Group":"stable.agones.dev","Kind":"FleetAllocation"},"message":"Added webhook handler","op":"CREATE","path":"/mutate","severity":"info","source":"*webhooks.WebHook","time":"2019-01-23T17:42:26.769489446Z"}
Step #4 - "tests": {"groupKind":{"Group":"stable.agones.dev","Kind":"FleetAllocation"},"message":"Added webhook handler","op":"CREATE","path":"/validate","severity":"info","source":"*webhooks.WebHook","time":"2019-01-23T17:42:26.769714254Z"}
Step #4 - "tests": {"groupKind":{"Group":"stable.agones.dev","Kind":"FleetAllocation"},"message":"Added webhook handler","op":"UPDATE","path":"/validate","severity":"info","source":"*webhooks.WebHook","time":"2019-01-23T17:42:26.769948647Z"}
Step #4 - "tests": {"message":"Wait for cache sync","severity":"info","time":"2019-01-23T17:42:26.771120692Z"}
Step #4 - "tests": {"groupKind":{"Group":"stable.agones.dev","Kind":"FleetAllocation"},"message":"Added webhook handler","op":"CREATE","path":"/mutate","severity":"info","source":"*webhooks.WebHook","time":"2019-01-23T17:42:26.778893363Z"}
Step #4 - "tests": {"groupKind":{"Group":"stable.agones.dev","Kind":"FleetAllocation"},"message":"Added webhook handler","op":"CREATE","path":"/validate","severity":"info","source":"*webhooks.WebHook","time":"2019-01-23T17:42:26.779099683Z"}
Step #4 - "tests": {"groupKind":{"Group":"stable.agones.dev","Kind":"FleetAllocation"},"message":"Added webhook handler","op":"UPDATE","path":"/validate","severity":"info","source":"*webhooks.WebHook","time":"2019-01-23T17:42:26.779232437Z"}
Step #4 - "tests": {"message":"Wait for cache sync","severity":"info","time":"2019-01-23T17:42:26.782823575Z"}
Step #4 - "tests": {"message":"creationValidationHandler","review":{"request":{"uid":"","kind":{"group":"stable.agones.dev","version":"v1alpha1","kind":"FleetAllocation"},"resource":{"group":"","version":"","resource":""},"namespace":"default","operation":"CREATE","userInfo":{},"object":{"metadata":{"name":"fa-1","namespace":"default","creationTimestamp":null},"spec":{"fleetName":"doesnotexist","metadata":{}},"status":{"gameServer":{"metadata":{"creationTimestamp":null},"spec":{"ports":null,"health":{},"template":{"metadata":{"creationTimestamp":null},"spec":{"containers":null}}},"status":{"state":"","ports":null,"address":"","nodeName":""}}}},"oldObject":null},"response":{"uid":"","allowed":true}},"severity":"info","source":"*fleetallocation.Controller","time":"2019-01-23T17:42:26.809132338Z"}
Step #4 - "tests": {"groupKind":{"Group":"stable.agones.dev","Kind":"FleetAllocation"},"message":"Added webhook handler","op":"CREATE","path":"/mutate","severity":"info","source":"*webhooks.WebHook","time":"2019-01-23T17:42:26.815485428Z"}
Step #4 - "tests": {"groupKind":{"Group":"stable.agones.dev","Kind":"FleetAllocation"},"message":"Added webhook handler","op":"CREATE","path":"/mutate","severity":"info","source":"*webhooks.WebHook","time":"2019-01-23T17:42:26.816377559Z"}
Step #4 - "tests": {"groupKind":{"Group":"stable.agones.dev","Kind":"FleetAllocation"},"message":"Added webhook handler","op":"CREATE","path":"/validate","severity":"info","source":"*webhooks.WebHook","time":"2019-01-23T17:42:26.816632344Z"}
Step #4 - "tests": {"groupKind":{"Group":"stable.agones.dev","Kind":"FleetAllocation"},"message":"Added webhook handler","op":"UPDATE","path":"/validate","severity":"info","source":"*webhooks.WebHook","time":"2019-01-23T17:42:26.816796399Z"}
Step #4 - "tests": {"groupKind":{"Group":"stable.agones.dev","Kind":"FleetAllocation"},"message":"Added webhook handler","op":"CREATE","path":"/validate","severity":"info","source":"*webhooks.WebHook","time":"2019-01-23T17:42:26.817115799Z"}
Step #4 - "tests": {"groupKind":{"Group":"stable.agones.dev","Kind":"FleetAllocation"},"message":"Added webhook handler","op":"UPDATE","path":"/validate","severity":"info","source":"*webhooks.WebHook","time":"2019-01-23T17:42:26.818155906Z"}
Step #4 - "tests": {"message":"mutationValidationHandler","review":{"request":{"uid":"","kind":{"group":"stable.agones.dev","version":"v1alpha1","kind":"FleetAllocation"},"resource":{"group":"","version":"","resource":""},"namespace":"default","operation":"CREATE","userInfo":{},"object":{"metadata":{"name":"fa-1","namespace":"default","creationTimestamp":null},"spec":{"fleetName":"my-fleet-name","metadata":{}},"status":{}},"oldObject":{"metadata":{"name":"fa-1","namespace":"default","creationTimestamp":null},"spec":{"fleetName":"my-fleet-name","metadata":{}},"status":{}}},"response":{"uid":"","allowed":true}},"severity":"info","source":"*fleetallocation.Controller","time":"2019-01-23T17:42:26.846102796Z"}
Step #4 - "tests": {"message":"agones.dev/agones/pkg/client/informers/externalversions/factory.go:117: Failed to watch *v1alpha1.FleetAllocation: unhandled watch: testing.WatchActionImpl{ActionImpl:testing.ActionImpl{Namespace:\"\", Verb:\"watch\", Resource:schema.GroupVersionResource{Group:\"stable.agones.dev\", Version:\"v1alpha1\", Resource:\"fleetallocations\"}, Subresource:\"\"}, WatchRestrictions:testing.WatchRestrictions{Labels:labels.internalSelector(nil), Fields:fields.andTerm{}, ResourceVersion:\"\"}}","severity":"error","time":"2019-01-23T17:42:26.848676212Z"}
Step #4 - "tests": {"message":"creationValidationHandler","review":{"request":{"uid":"","kind":{"group":"stable.agones.dev","version":"v1alpha1","kind":"FleetAllocation"},"resource":{"group":"","version":"","resource":""},"namespace":"default","operation":"CREATE","userInfo":{},"object":{"metadata":{"name":"fa-1","namespace":"default","creationTimestamp":null},"spec":{"fleetName":"doesnotexist","metadata":{}},"status":{}},"oldObject":null},"response":{"uid":"","allowed":true}},"severity":"info","source":"*fleetallocation.Controller","time":"2019-01-23T17:42:26.851925419Z"}
Step #4 - "tests": {"message":"agones.dev/agones/pkg/client/informers/externalversions/factory.go:117: 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":"2019-01-23T17:42:26.853989115Z"}
Step #4 - "tests": {"message":"agones.dev/agones/pkg/client/informers/externalversions/factory.go:117: Failed to watch *v1alpha1.GameServerSet: unhandled watch: testing.WatchActionImpl{ActionImpl:testing.ActionImpl{Namespace:\"\", Verb:\"watch\", Resource:schema.GroupVersionResource{Group:\"stable.agones.dev\", Version:\"v1alpha1\", Resource:\"gameserversets\"}, Subresource:\"\"}, WatchRestrictions:testing.WatchRestrictions{Labels:labels.internalSelector(nil), Fields:fields.andTerm{}, ResourceVersion:\"\"}}","severity":"error","time":"2019-01-23T17:42:26.85460703Z"}
Step #4 - "tests": {"message":"agones.dev/agones/pkg/client/informers/externalversions/factory.go:117: Failed to watch *v1alpha1.GameServerSet: unhandled watch: testing.WatchActionImpl{ActionImpl:testing.ActionImpl{Namespace:\"\", Verb:\"watch\", Resource:schema.GroupVersionResource{Group:\"stable.agones.dev\", Version:\"v1alpha1\", Resource:\"gameserversets\"}, Subresource:\"\"}, WatchRestrictions:testing.WatchRestrictions{Labels:labels.internalSelector(nil), Fields:fields.andTerm{}, ResourceVersion:\"\"}}","severity":"error","time":"2019-01-23T17:42:26.856764954Z"}
Step #4 - "tests": {"message":"agones.dev/agones/pkg/client/informers/externalversions/factory.go:117: Failed to watch *v1alpha1.FleetAllocation: unhandled watch: testing.WatchActionImpl{ActionImpl:testing.ActionImpl{Namespace:\"\", Verb:\"watch\", Resource:schema.GroupVersionResource{Group:\"stable.agones.dev\", Version:\"v1alpha1\", Resource:\"fleetallocations\"}, Subresource:\"\"}, WatchRestrictions:testing.WatchRestrictions{Labels:labels.internalSelector(nil), Fields:fields.andTerm{}, ResourceVersion:\"\"}}","severity":"error","time":"2019-01-23T17:42:26.857352902Z"}
Step #4 - "tests": {"message":"Wait for cache sync","severity":"info","time":"2019-01-23T17:42:26.858181029Z"}
Step #4 - "tests": {"message":"mutationValidationHandler","review":{"request":{"uid":"","kind":{"group":"stable.agones.dev","version":"v1alpha1","kind":"FleetAllocation"},"resource":{"group":"","version":"","resource":""},"namespace":"default","operation":"CREATE","userInfo":{},"object":{"metadata":{"name":"fa-1","namespace":"default","creationTimestamp":null},"spec":{"fleetName":"my-fleet-name","metadata":{}},"status":{}},"oldObject":{"metadata":{"name":"fa-1","namespace":"default","creationTimestamp":null},"spec":{"fleetName":"changed","metadata":{}},"status":{}}},"response":{"uid":"","allowed":true}},"severity":"info","source":"*fleetallocation.Controller","time":"2019-01-23T17:42:26.864998738Z"}
Step #4 - "tests": {"message":"creationMutationHandler","review":{"request":{"uid":"","kind":{"group":"stable.agones.dev","version":"v1alpha1","kind":"FleetAllocation"},"resource":{"group":"","version":"","resource":""},"namespace":"default","operation":"CREATE","userInfo":{},"object":{"metadata":{"name":"fa-1","creationTimestamp":null},"spec":{"fleetName":"fleet-1","metadata":{}},"status":{}},"oldObject":null},"response":{"uid":"","allowed":true}},"severity":"info","source":"*fleetallocation.Controller","time":"2019-01-23T17:42:26.90559626Z"}
Step #4 - "tests": {"error":"fleet.stable.agones.dev \"fleet-1\" not found","fleetName":"fa-1","message":"Could not find fleet for allocation. Skipping.","namespace":"default","severity":"warning","time":"2019-01-23T17:42:26.907655211Z"}
Step #4 - "tests": --- FAIL: TestControllerCreationMutationHandler (0.18s)
Step #4 - "tests": panic: runtime error: invalid memory address or nil pointer dereference [recovered]
Step #4 - "tests": 	panic: runtime error: invalid memory address or nil pointer dereference
Step #4 - "tests": [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x16b1a9a]
Step #4 - "tests": 
Step #4 - "tests": goroutine 35 [running]:
Step #4 - "tests": testing.tRunner.func1(0xc0003c2500)
Step #4 - "tests": 	/usr/local/go/src/testing/testing.go:792 +0x6a7
Step #4 - "tests": panic(0x17f1cc0, 0x2704b20)
Step #4 - "tests": 	/usr/local/go/src/runtime/panic.go:513 +0x1b9
Step #4 - "tests": agones.dev/agones/pkg/fleetallocation.TestControllerCreationMutationHandler(0xc0003c2500)
Step #4 - "tests": 	/go/src/agones.dev/agones/pkg/fleetallocation/controller_test.go:68 +0xcea
Step #4 - "tests": testing.tRunner(0xc0003c2500, 0x19c83f0)
Step #4 - "tests": 	/usr/local/go/src/testing/testing.go:827 +0x163
Step #4 - "tests": created by testing.(*T).Run
Step #4 - "tests": 	/usr/local/go/src/testing/testing.go:878 +0x65a
Step #4 - "tests": FAIL	agones.dev/agones/pkg/fleetallocation	0.281s
Step #8 - "build":  ---> d2d71277b9ed
Step #8 - "build": Step 4/5 : USER agones
Step #8 - "build":  ---> Running in a5f67f5fb19d
Step #9 - "build-e2e": Removing intermediate container bd0718671354
Step #9 - "build-e2e":  ---> 725433cb3591
Step #9 - "build-e2e": Step 17/20 : COPY *.sh /root/
Step #8 - "build": Removing intermediate container a5f67f5fb19d
Step #8 - "build":  ---> 0f42d74347bf
Step #8 - "build": Step 5/5 : ENTRYPOINT ["/home/agones/controller"]
Step #8 - "build":  ---> Running in e0b2ed55a575
Step #9 - "build-e2e":  ---> 98c3906dce3a
Step #9 - "build-e2e": Step 18/20 : RUN chmod +x /root/*.sh
Step #8 - "build": Removing intermediate container e0b2ed55a575
Step #8 - "build":  ---> 73c44b37dfa6
Step #9 - "build-e2e":  ---> Running in 0c78807509a9
Step #8 - "build": Successfully built 73c44b37dfa6
Step #8 - "build": Successfully tagged gcr.io/agones-images/agones-controller:0.8.0-273f1f2
Step #8 - "build": docker run --rm -e "CGO_ENABLED=0" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #8 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.linux.amd64  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-273f1f2" -installsuffix cgo agones.dev/agones/cmd/sdk-server
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleetautoscalers	3.483s
Step #4 - "tests": ok  	agones.dev/agones/pkg/fleets	2.666s
Step #9 - "build-e2e": Removing intermediate container 0c78807509a9
Step #9 - "build-e2e":  ---> 82f88b462eac
Step #9 - "build-e2e": Step 19/20 : WORKDIR /go
Step #9 - "build-e2e":  ---> Running in b1eebc740957
Step #9 - "build-e2e": Removing intermediate container b1eebc740957
Step #9 - "build-e2e":  ---> 4c65cb1bef62
Step #9 - "build-e2e": Step 20/20 : ENTRYPOINT [ "/root/entrypoint.sh" ]
Step #9 - "build-e2e":  ---> Running in f7fc0c48bc55
Step #9 - "build-e2e": Removing intermediate container f7fc0c48bc55
Step #9 - "build-e2e":  ---> 82aec6f2b7b5
Step #9 - "build-e2e": Successfully built 82aec6f2b7b5
Step #9 - "build-e2e": Successfully tagged e2e-runner:latest
Finished Step #9 - "build-e2e"
Step #8 - "build": docker run --rm -e "GOOS=windows" -e "GOARCH=amd64" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.helm:/root/.helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gocache:/root/.cache/go-build agones-build:db76ca0bfb go build \
Step #8 - "build": 	-o /go/src/agones.dev/agones/cmd/sdk-server/bin/sdk-server.windows.amd64.exe  -ldflags "-X agones.dev/agones/pkg.Version=0.8.0-273f1f2" agones.dev/agones/cmd/sdk-server
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameserverallocations	14.988s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameservers	3.027s
Step #4 - "tests": ok  	agones.dev/agones/pkg/gameserversets	3.125s
Step #4 - "tests": ok  	agones.dev/agones/pkg/metrics	3.009s
Step #4 - "tests": ?   	agones.dev/agones/pkg/sdk	[no test files]
Step #4 - "tests": ok  	agones.dev/agones/pkg/sdkserver	10.740s
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.053s
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.228s
Step #4 - "tests": ok  	agones.dev/agones/pkg/util/workerqueue	2.177s
Step #4 - "tests": ok  	agones.dev/agones/sdks/go	1.041s
Step #4 - "tests": ?   	agones.dev/agones/cmd/controller	[no test files]
Step #4 - "tests": ok  	agones.dev/agones/cmd/ping	2.044s
Step #4 - "tests": ?   	agones.dev/agones/cmd/sdk-server	[no test files]
Step #4 - "tests": make: *** [test-go] Error 1
Step #4 - "tests": Makefile:179: recipe for target 'test-go' failed
Finished Step #4 - "tests"
Finished Step #8 - "build"
ERROR
ERROR: build step 4 "make-docker" failed: exit status 2

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: ac623b32-394e-474b-845b-3f97a82e2dcf

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

To install this version:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/493/head:pr_493 && git checkout pr_493
  • helm install install/helm/agones --namespace agones-system --name agones --set agones.image.tag=0.8.0-273f1f2

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: d545ef04-db31-4a6f-b0c3-043e31a4e4ba

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

To install this version:

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

@markmandel markmandel merged commit 625728e into googleforgames:master Jan 24, 2019
@markmandel markmandel deleted the feature/website branch January 24, 2019 03:50
@Kalaiselvi84 Kalaiselvi84 modified the milestones: 0.8.0, 1.29.0 Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/site The website itself - including redirects, styling, search, etc 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