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

Bump golang.org/x/sys from 0.13.0 to 0.14.0 #3191

Merged
merged 1 commit into from
Nov 6, 2023

Bump golang.org/x/sys from 0.13.0 to 0.14.0

e5b754f
Select commit
Loading
Failed to load commit list.
Merged

Bump golang.org/x/sys from 0.13.0 to 0.14.0 #3191

Bump golang.org/x/sys from 0.13.0 to 0.14.0
e5b754f
Select commit
Loading
Failed to load commit list.
Google Cloud Build / trillian-pr-tests (trillian-opensource-ci) succeeded Nov 6, 2023 in 11m 21s

Summary

Build Information

Trigger trillian-pr-tests
Build 25d89017-f422-4a78-a935-f1adbbd03bcb
Start 2023-11-06T14:00:00-08:00
Duration 10m38.989s
Status SUCCESS

Steps

Step Status Duration
gcr.io/cloud-builders/docker SUCCESS 15.05s
gcr.io/cloud-builders/docker SUCCESS 1.104s
prepare SUCCESS 12.825s
lint SUCCESS 59.816s
presubmit SUCCESS 4m43.849s
codecov SUCCESS 4m45.288s
presubmit_batched SUCCESS 4m44.396s
presubmit_pkcs11 SUCCESS 4m41.355s
presubmits_done SUCCESS 621ms
integration SUCCESS 1m8.298s
integration_docker SUCCESS 4m18.258s
integration_etcd SUCCESS 1m26.469s
integration_batched SUCCESS 1m24.242s
integration_pkcs11 SUCCESS 1m24.241s
integration_mariadb SUCCESS 1m2.87s

Details

starting build "25d89017-f422-4a78-a935-f1adbbd03bcb"

FETCHSOURCE
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /workspace/.git/
From https://github.com/google/trillian
 * branch            e5b754f76d9be4e0790384b9141952de1c7dc6b0 -> FETCH_HEAD
HEAD is now at e5b754f Bump golang.org/x/sys from 0.13.0 to 0.14.0
BUILD
Starting Step #0
Step #0: Already have image (with digest): gcr.io/cloud-builders/docker
Step #0: latest: Pulling from trillian-opensource-ci/trillian_testbase
Step #0: 8457fd5474e7: Already exists
Step #0: 13baa2029dde: Already exists
Step #0: 325c5bf4c2f2: Already exists
Step #0: c185020e1367: Already exists
Step #0: 16418b73e8ce: Already exists
Step #0: d0b897dfffc2: Already exists
Step #0: a223ba413555: Pulling fs layer
Step #0: 726f4f990f93: Pulling fs layer
Step #0: 0a5c29c0a1ef: Pulling fs layer
Step #0: 2df147715da6: Pulling fs layer
Step #0: 836ecf7a9ed7: Pulling fs layer
Step #0: 2df147715da6: Waiting
Step #0: 836ecf7a9ed7: Waiting
Step #0: a223ba413555: Verifying Checksum
Step #0: a223ba413555: Download complete
Step #0: a223ba413555: Pull complete
Step #0: 0a5c29c0a1ef: Verifying Checksum
Step #0: 0a5c29c0a1ef: Download complete
Step #0: 836ecf7a9ed7: Download complete
Step #0: 726f4f990f93: Verifying Checksum
Step #0: 726f4f990f93: Download complete
Step #0: 2df147715da6: Verifying Checksum
Step #0: 2df147715da6: Download complete
Step #0: 726f4f990f93: Pull complete
Step #0: 0a5c29c0a1ef: Pull complete
Step #0: 2df147715da6: Pull complete
Step #0: 836ecf7a9ed7: Pull complete
Step #0: Digest: sha256:d66fde3fc0f421f6bd3c14f2bd0f01e243e8fb23ece8d28ee9fa6742d486718f
Step #0: Status: Downloaded newer image for gcr.io/trillian-opensource-ci/trillian_testbase:latest
Step #0: gcr.io/trillian-opensource-ci/trillian_testbase: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  7.457MB

Step #1: Step 1/11 : FROM golang:1.21.3-bookworm@sha256:5bafbbb109f02aaf6b41ddc19f54919773c3006f1cbda1599112603367642f0e
Step #1: docker.io/library/golang:1.21.3-bookworm@sha256:5bafbbb109f02aaf6b41ddc19f54919773c3006f1cbda1599112603367642f0e: Pulling from library/golang
Step #1: Digest: sha256:5bafbbb109f02aaf6b41ddc19f54919773c3006f1cbda1599112603367642f0e
Step #1: Status: Downloaded newer image for golang:1.21.3-bookworm@sha256:5bafbbb109f02aaf6b41ddc19f54919773c3006f1cbda1599112603367642f0e
Step #1:  ---> 16ac1e9944a2
Step #1: Step 2/11 : WORKDIR /testbase
Step #1:  ---> Using cache
Step #1:  ---> 61b1ad029d79
Step #1: Step 3/11 : ARG GOFLAGS=""
Step #1:  ---> Using cache
Step #1:  ---> 13eb31223dbb
Step #1: Step 4/11 : ENV GOFLAGS=$GOFLAGS
Step #1:  ---> Using cache
Step #1:  ---> ed7e46f59f6c
Step #1: Step 5/11 : ENV GOPATH /go
Step #1:  ---> Using cache
Step #1:  ---> 30999418f5c5
Step #1: Step 6/11 : RUN apt-get update && apt-get install -y   build-essential   curl   docker-compose   lsof   mariadb-client   netcat-openbsd   socat   softhsm   unzip   wget   xxd
Step #1:  ---> Using cache
Step #1:  ---> 05ffdfa01ecf
Step #1: Step 7/11 : RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.55.1
Step #1:  ---> Using cache
Step #1:  ---> 4229e3ca6c03
Step #1: Step 8/11 : RUN curl https://binaries.cockroachdb.com/cockroach-v22.1.11.linux-amd64.tgz | tar -xz && cp -i cockroach-v22.1.11.linux-amd64/cockroach /usr/local/bin/
Step #1:  ---> Using cache
Step #1:  ---> 00b1ba555234
Step #1: Step 9/11 : RUN mkdir protoc &&     (cd protoc &&     PROTOC_VERSION="3.20.1" &&     PROTOC_ZIP="protoc-${PROTOC_VERSION}-linux-x86_64.zip" &&     wget "https://github.com/google/protobuf/releases/download/v${PROTOC_VERSION}/${PROTOC_ZIP}" &&     unzip -o ${PROTOC_ZIP} -d /usr/local bin/protoc &&     unzip -o ${PROTOC_ZIP} -d /usr/local 'include/*'     )
Step #1:  ---> Using cache
Step #1:  ---> 603e3d588bc6
Step #1: Step 10/11 : ENV PATH /usr/local/bin:$PATH
Step #1:  ---> Using cache
Step #1:  ---> e264e15e2824
Step #1: Step 11/11 : ENV PATH $GOPATH/bin:/testbase/protoc/bin:$PATH
Step #1:  ---> Using cache
Step #1:  ---> ecb2e25eabaf
Step #1: Successfully built ecb2e25eabaf
Step #1: Successfully tagged gcr.io/trillian-opensource-ci/trillian_testbase:latest
Finished Step #1
Starting Step #2 - "prepare"
Step #2 - "prepare": Already have image (with digest): gcr.io/trillian-opensource-ci/trillian_testbase
Step #2 - "prepare": + go install github.com/golang/mock/mockgen google.golang.org/protobuf/proto google.golang.org/protobuf/cmd/protoc-gen-go google.golang.org/grpc/cmd/protoc-gen-go-grpc github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc golang.org/x/tools/cmd/goimports golang.org/x/tools/cmd/stringer
Step #2 - "prepare": go: downloading golang.org/x/tools v0.14.0
Step #2 - "prepare": go: downloading google.golang.org/protobuf v1.31.0
Step #2 - "prepare": go: downloading github.com/pseudomuto/protoc-gen-doc v1.5.1
Step #2 - "prepare": go: downloading google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0
Step #2 - "prepare": go: downloading github.com/golang/mock v1.6.0
Step #2 - "prepare": go: downloading google.golang.org/grpc v1.59.0
Step #2 - "prepare": go: downloading golang.org/x/mod v0.13.0
Step #2 - "prepare": go: downloading github.com/pseudomuto/protokit v0.2.0
Step #2 - "prepare": go: downloading github.com/Masterminds/sprig v2.22.0+incompatible
Step #2 - "prepare": go: downloading github.com/golang/protobuf v1.5.3
Step #2 - "prepare": go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b
Step #2 - "prepare": go: downloading github.com/mwitkow/go-proto-validators v0.2.0
Step #2 - "prepare": go: downloading github.com/envoyproxy/protoc-gen-validate v1.0.2
Step #2 - "prepare": go: downloading github.com/Masterminds/goutils v1.1.1
Step #2 - "prepare": go: downloading github.com/Masterminds/semver v1.5.0
Step #2 - "prepare": go: downloading github.com/google/uuid v1.4.0
Step #2 - "prepare": go: downloading github.com/huandu/xstrings v1.2.0
Step #2 - "prepare": go: downloading github.com/imdario/mergo v0.3.16
Step #2 - "prepare": go: downloading golang.org/x/crypto v0.14.0
Step #2 - "prepare": go: downloading github.com/mitchellh/copystructure v1.0.0
Step #2 - "prepare": go: downloading github.com/gogo/protobuf v1.3.2
Step #2 - "prepare": go: downloading google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b
Step #2 - "prepare": go: downloading github.com/mitchellh/reflectwalk v1.0.1
Step #2 - "prepare": go: downloading golang.org/x/sys v0.14.0
Finished Step #2 - "prepare"
Starting Step #3 - "lint"
Step #3 - "lint": Already have image (with digest): gcr.io/trillian-opensource-ci/trillian_testbase
Step #3 - "lint": running gofmt
Step #3 - "lint": running goimports
Step #3 - "lint": running golangci-lint
Step #3 - "lint": checking license headers
Step #3 - "lint": running go generate
Step #3 - "lint": checking git diff is empty
Finished Step #3 - "lint"
Starting Step #4 - "presubmit"
Starting Step #7 - "presubmit_pkcs11"
Starting Step #5 - "codecov"
Starting Step #6 - "presubmit_batched"
Step #5 - "codecov": Already have image (with digest): gcr.io/trillian-opensource-ci/trillian_testbase
Step #7 - "presubmit_pkcs11": Already have image (with digest): gcr.io/trillian-opensource-ci/trillian_testbase
Step #6 - "presubmit_batched": Already have image (with digest): gcr.io/trillian-opensource-ci/trillian_testbase
Step #4 - "presubmit": Already have image (with digest): gcr.io/trillian-opensource-ci/trillian_testbase
Step #7 - "presubmit_pkcs11": + MYSQL_PORT=3306
Step #7 - "presubmit_pkcs11": + export MYSQL_HOST=3bcdf93c9d7b_db_1
Step #7 - "presubmit_pkcs11": + MYSQL_HOST=3bcdf93c9d7b_db_1
Step #7 - "presubmit_pkcs11": + COMPOSE_CONFIG='-p 3bcdf93c9d7b -f ./integration/cloudbuild/docker-compose.mysql.yml -f ./integration/cloudbuild/docker-compose.network.yml'
Step #7 - "presubmit_pkcs11": + docker-compose -p 3bcdf93c9d7b -f ./integration/cloudbuild/docker-compose.mysql.yml -f ./integration/cloudbuild/docker-compose.network.yml up -d
Step #5 - "codecov": + MYSQL_PORT=3306
Step #5 - "codecov": + export MYSQL_HOST=0cc3f2d5bacc_db_1
Step #5 - "codecov": + MYSQL_HOST=0cc3f2d5bacc_db_1
Step #5 - "codecov": + COMPOSE_CONFIG='-p 0cc3f2d5bacc -f ./integration/cloudbuild/docker-compose.mysql.yml -f ./integration/cloudbuild/docker-compose.network.yml'
Step #5 - "codecov": + docker-compose -p 0cc3f2d5bacc -f ./integration/cloudbuild/docker-compose.mysql.yml -f ./integration/cloudbuild/docker-compose.network.yml up -d
Step #6 - "presubmit_batched": + MYSQL_PORT=3306
Step #6 - "presubmit_batched": + export MYSQL_HOST=f1ed975c900d_db_1
Step #6 - "presubmit_batched": + MYSQL_HOST=f1ed975c900d_db_1
Step #6 - "presubmit_batched": + COMPOSE_CONFIG='-p f1ed975c900d -f ./integration/cloudbuild/docker-compose.mysql.yml -f ./integration/cloudbuild/docker-compose.network.yml'
Step #6 - "presubmit_batched": + docker-compose -p f1ed975c900d -f ./integration/cloudbuild/docker-compose.mysql.yml -f ./integration/cloudbuild/docker-compose.network.yml up -d
Step #4 - "presubmit": + MYSQL_PORT=3306
Step #4 - "presubmit": + export MYSQL_HOST=bed853755f2f_db_1
Step #4 - "presubmit": + MYSQL_HOST=bed853755f2f_db_1
Step #4 - "presubmit": + COMPOSE_CONFIG='-p bed853755f2f -f ./integration/cloudbuild/docker-compose.mysql.yml -f ./integration/cloudbuild/docker-compose.network.yml'
Step #4 - "presubmit": + docker-compose -p bed853755f2f -f ./integration/cloudbuild/docker-compose.mysql.yml -f ./integration/cloudbuild/docker-compose.network.yml up -d
Step #5 - "codecov": Pulling db (mysql:8.0)...
Step #7 - "presubmit_pkcs11": Pulling db (mysql:8.0)...
Step #6 - "presubmit_batched": Pulling db (mysql:8.0)...
Step #4 - "presubmit": Pulling db (mysql:8.0)...
Step #5 - "codecov": 8.0: Pulling from library/mysql
Step #4 - "presubmit": 8.0: Pulling from library/mysql
Step #6 - "presubmit_batched": 8.0: Pulling from library/mysql
Step #7 - "presubmit_pkcs11": 8.0: Pulling from library/mysql
Step #6 - "presubmit_batched": Digest: sha256:974cac08fff819ea2dfeb83fed4d2eb5100bb79603aff6148bdc53d8be4895f3
Step #5 - "codecov": Digest: sha256:974cac08fff819ea2dfeb83fed4d2eb5100bb79603aff6148bdc53d8be4895f3
Step #4 - "presubmit": Digest: sha256:974cac08fff819ea2dfeb83fed4d2eb5100bb79603aff6148bdc53d8be4895f3
Step #7 - "presubmit_pkcs11": Digest: sha256:974cac08fff819ea2dfeb83fed4d2eb5100bb79603aff6148bdc53d8be4895f3
Step #4 - "presubmit": Status: Image is up to date for mysql:8.0
Step #5 - "codecov": Status: Downloaded newer image for mysql:8.0
Step #7 - "presubmit_pkcs11": Status: Image is up to date for mysql:8.0
Step #6 - "presubmit_batched": Status: Downloaded newer image for mysql:8.0
Step #4 - "presubmit": Creating bed853755f2f_db_1 ... 
Step #7 - "presubmit_pkcs11": Creating 3bcdf93c9d7b_db_1 ... 
Step #5 - "codecov": Creating 0cc3f2d5bacc_db_1 ... 
Step #6 - "presubmit_batched": Creating f1ed975c900d_db_1 ... 
Step #7 - "presubmit_pkcs11": Creating 3bcdf93c9d7b_db_1 ... done
Step #7 - "presubmit_pkcs11": + trap 'docker-compose -p 3bcdf93c9d7b -f ./integration/cloudbuild/docker-compose.mysql.yml -f ./integration/cloudbuild/docker-compose.network.yml down' EXIT
Step #7 - "presubmit_pkcs11": + mysql --protocol=TCP --host=3bcdf93c9d7b_db_1 --port=3306 --user=root -pbananas -e 'SHOW VARIABLES LIKE "%version%";'
Step #7 - "presubmit_pkcs11": ERROR 2002 (HY000): Can't connect to server on '3bcdf93c9d7b_db_1' (115)
Step #7 - "presubmit_pkcs11": + sleep 5
Step #5 - "codecov": Creating 0cc3f2d5bacc_db_1 ... done
Step #5 - "codecov": + trap 'docker-compose -p 0cc3f2d5bacc -f ./integration/cloudbuild/docker-compose.mysql.yml -f ./integration/cloudbuild/docker-compose.network.yml down' EXIT
Step #5 - "codecov": + mysql --protocol=TCP --host=0cc3f2d5bacc_db_1 --port=3306 --user=root -pbananas -e 'SHOW VARIABLES LIKE "%version%";'
Step #5 - "codecov": ERROR 2002 (HY000): Can't connect to server on '0cc3f2d5bacc_db_1' (115)
Step #5 - "codecov": + sleep 5
Step #4 - "presubmit": Creating bed853755f2f_db_1 ... done
Step #6 - "presubmit_batched": Creating f1ed975c900d_db_1 ... done
Step #4 - "presubmit": + trap 'docker-compose -p bed853755f2f -f ./integration/cloudbuild/docker-compose.mysql.yml -f ./integration/cloudbuild/docker-compose.network.yml down' EXIT
Step #4 - "presubmit": + mysql --protocol=TCP --host=bed853755f2f_db_1 --port=3306 --user=root -pbananas -e 'SHOW VARIABLES LIKE "%version%";'
Step #6 - "presubmit_batched": + trap 'docker-compose -p f1ed975c900d -f ./integration/cloudbuild/docker-compose.mysql.yml -f ./integration/cloudbuild/docker-compose.network.yml down' EXIT
Step #6 - "presubmit_batched": + mysql --protocol=TCP --host=f1ed975c900d_db_1 --port=3306 --user=root -pbananas -e 'SHOW VARIABLES LIKE "%version%";'
Step #4 - "presubmit": ERROR 2002 (HY000): Can't connect to server on 'bed853755f2f_db_1' (115)
Step #4 - "presubmit": + sleep 5
Step #6 - "presubmit_batched": ERROR 2002 (HY000): Can't connect to server on 'f1ed975c900d_db_1' (115)
Step #6 - "presubmit_batched": + sleep 5
Step #7 - "presubmit_pkcs11": + mysql --protocol=TCP --host=3bcdf93c9d7b_db_1 --port=3306 --user=root -pbananas -e 'SHOW VARIABLES LIKE "%version%";'
Step #7 - "presubmit_pkcs11": ERROR 2002 (HY000): Can't connect to server on '3bcdf93c9d7b_db_1' (115)
Step #7 - "presubmit_pkcs11": + sleep 5
Step #5 - "codecov": + mysql --protocol=TCP --host=0cc3f2d5bacc_db_1 --port=3306 --user=root -pbananas -e 'SHOW VARIABLES LIKE "%version%";'
Step #5 - "codecov": ERROR 2002 (HY000): Can't connect to server on '0cc3f2d5bacc_db_1' (115)
Step #5 - "codecov": + sleep 5
Step #4 - "presubmit": + mysql --protocol=TCP --host=bed853755f2f_db_1 --port=3306 --user=root -pbananas -e 'SHOW VARIABLES LIKE "%version%";'
Step #6 - "presubmit_batched": + mysql --protocol=TCP --host=f1ed975c900d_db_1 --port=3306 --user=root -pbananas -e 'SHOW VARIABLES LIKE "%version%";'
Step #4 - "presubmit": ERROR 2002 (HY000): Can't connect to server on 'bed853755f2f_db_1' (115)
Step #4 - "presubmit": + sleep 5
Step #6 - "presubmit_batched": ERROR 2002 (HY000): Can't connect to server on 'f1ed975c900d_db_1' (115)
Step #6 - "presubmit_batched": + sleep 5
Step #7 - "presubmit_pkcs11": + mysql --protocol=TCP --host=3bcdf93c9d7b_db_1 --port=3306 --user=root -pbananas -e 'SHOW VARIABLES LIKE "%version%";'
Step #7 - "presubmit_pkcs11": ERROR 2002 (HY000): Can't connect to server on '3bcdf93c9d7b_db_1' (115)
Step #7 - "presubmit_pkcs11": + sleep 5
Step #5 - "codecov": + mysql --protocol=TCP --host=0cc3f2d5bacc_db_1 --port=3306 --user=root -pbananas -e 'SHOW VARIABLES LIKE "%version%";'
Step #5 - "codecov": ERROR 2002 (HY000): Can't connect to server on '0cc3f2d5bacc_db_1' (115)
Step #5 - "codecov": + sleep 5
Step #4 - "presubmit": + mysql --protocol=TCP --host=bed853755f2f_db_1 --port=3306 --user=root -pbananas -e 'SHOW VARIABLES LIKE "%version%";'
Step #6 - "presubmit_batched": + mysql --protocol=TCP --host=f1ed975c900d_db_1 --port=3306 --user=root -pbananas -e 'SHOW VARIABLES LIKE "%version%";'
Step #4 - "presubmit": ERROR 2002 (HY000): Can't connect to server on 'bed853755f2f_db_1' (115)
Step #4 - "presubmit": + sleep 5
Step #6 - "presubmit_batched": ERROR 2002 (HY000): Can't connect to server on 'f1ed975c900d_db_1' (115)
Step #6 - "presubmit_batched": + sleep 5
Step #7 - "presubmit_pkcs11": + mysql --protocol=TCP --host=3bcdf93c9d7b_db_1 --port=3306 --user=root -pbananas -e 'SHOW VARIABLES LIKE "%version%";'
Step #7 - "presubmit_pkcs11": Variable_name	Value
Step #7 - "presubmit_pkcs11": admin_tls_version	TLSv1.2,TLSv1.3
Step #7 - "presubmit_pkcs11": immediate_server_version	999999
Step #7 - "presubmit_pkcs11": innodb_version	8.0.35
Step #7 - "presubmit_pkcs11": original_server_version	999999
Step #7 - "presubmit_pkcs11": protocol_version	10
Step #7 - "presubmit_pkcs11": replica_type_conversions	
Step #7 - "presubmit_pkcs11": slave_type_conversions	
Step #7 - "presubmit_pkcs11": tls_version	TLSv1.2,TLSv1.3
Step #7 - "presubmit_pkcs11": version	8.0.35
Step #7 - "presubmit_pkcs11": version_comment	MySQL Community Server - GPL
Step #7 - "presubmit_pkcs11": version_compile_machine	x86_64
Step #7 - "presubmit_pkcs11": version_compile_os	Linux
Step #7 - "presubmit_pkcs11": version_compile_zlib	1.2.13
Step #7 - "presubmit_pkcs11": + export 'TEST_MYSQL_URI=root:bananas@tcp(3bcdf93c9d7b_db_1:3306)/'
Step #7 - "presubmit_pkcs11": + TEST_MYSQL_URI='root:bananas@tcp(3bcdf93c9d7b_db_1:3306)/'
Step #7 - "presubmit_pkcs11": + ./scripts/presubmit.sh --no-linters --no-generate
Step #7 - "presubmit_pkcs11": running go build
Step #5 - "codecov": + mysql --protocol=TCP --host=0cc3f2d5bacc_db_1 --port=3306 --user=root -pbananas -e 'SHOW VARIABLES LIKE "%version%";'
Step #7 - "presubmit_pkcs11": go: downloading github.com/letsencrypt/pkcs11key/v4 v4.0.0
Step #5 - "codecov": Variable_name	Value
Step #5 - "codecov": admin_tls_version	TLSv1.2,TLSv1.3
Step #5 - "codecov": immediate_server_version	999999
Step #5 - "codecov": innodb_version	8.0.35
Step #5 - "codecov": original_server_version	999999
Step #5 - "codecov": protocol_version	10
Step #5 - "codecov": replica_type_conversions	
Step #5 - "codecov": slave_type_conversions	
Step #5 - "codecov": tls_version	TLSv1.2,TLSv1.3
Step #5 - "codecov": version	8.0.35
Step #5 - "codecov": version_comment	MySQL Community Server - GPL
Step #5 - "codecov": version_compile_machine	x86_64
Step #5 - "codecov": version_compile_os	Linux
Step #5 - "codecov": version_compile_zlib	1.2.13
Step #5 - "codecov": + export 'TEST_MYSQL_URI=root:bananas@tcp(0cc3f2d5bacc_db_1:3306)/'
Step #5 - "codecov": + TEST_MYSQL_URI='root:bananas@tcp(0cc3f2d5bacc_db_1:3306)/'
Step #5 - "codecov": + ./scripts/presubmit.sh --coverage --no-linters --no-generate
Step #5 - "codecov": running go build
Step #7 - "presubmit_pkcs11": go: downloading github.com/miekg/pkcs11 v1.1.1
Step #4 - "presubmit": + mysql --protocol=TCP --host=bed853755f2f_db_1 --port=3306 --user=root -pbananas -e 'SHOW VARIABLES LIKE "%version%";'
Step #6 - "presubmit_batched": + mysql --protocol=TCP --host=f1ed975c900d_db_1 --port=3306 --user=root -pbananas -e 'SHOW VARIABLES LIKE "%version%";'
Step #6 - "presubmit_batched": Variable_name	Value
Step #6 - "presubmit_batched": admin_tls_version	TLSv1.2,TLSv1.3
Step #6 - "presubmit_batched": immediate_server_version	999999
Step #6 - "presubmit_batched": innodb_version	8.0.35
Step #6 - "presubmit_batched": original_server_version	999999
Step #6 - "presubmit_batched": protocol_version	10
Step #6 - "presubmit_batched": replica_type_conversions	
Step #6 - "presubmit_batched": slave_type_conversions	
Step #6 - "presubmit_batched": tls_version	TLSv1.2,TLSv1.3
Step #6 - "presubmit_batched": version	8.0.35
Step #6 - "presubmit_batched": version_comment	MySQL Community Server - GPL
Step #6 - "presubmit_batched": version_compile_machine	x86_64
Step #6 - "presubmit_batched": version_compile_os	Linux
Step #6 - "presubmit_batched": version_compile_zlib	1.2.13
Step #4 - "presubmit": Variable_name	Value
Step #4 - "presubmit": admin_tls_version	TLSv1.2,TLSv1.3
Step #4 - "presubmit": immediate_server_version	999999
Step #4 - "presubmit": innodb_version	8.0.35
Step #4 - "presubmit": original_server_version	999999
Step #4 - "presubmit": protocol_version	10
Step #4 - "presubmit": replica_type_conversions	
Step #4 - "presubmit": slave_type_conversions	
Step #4 - "presubmit": tls_version	TLSv1.2,TLSv1.3
Step #4 - "presubmit": version	8.0.35
Step #4 - "presubmit": version_comment	MySQL Community Server - GPL
Step #4 - "presubmit": version_compile_machine	x86_64
Step #4 - "presubmit": version_compile_os	Linux
Step #4 - "presubmit": version_compile_zlib	1.2.13
Step #6 - "presubmit_batched": + export 'TEST_MYSQL_URI=root:bananas@tcp(f1ed975c900d_db_1:3306)/'
Step #6 - "presubmit_batched": + TEST_MYSQL_URI='root:bananas@tcp(f1ed975c900d_db_1:3306)/'
Step #6 - "presubmit_batched": + ./scripts/presubmit.sh --no-linters --no-generate
Step #4 - "presubmit": + export 'TEST_MYSQL_URI=root:bananas@tcp(bed853755f2f_db_1:3306)/'
Step #4 - "presubmit": + TEST_MYSQL_URI='root:bananas@tcp(bed853755f2f_db_1:3306)/'
Step #4 - "presubmit": + ./scripts/presubmit.sh --no-linters --no-generate
Step #4 - "presubmit": running go build
Step #6 - "presubmit_batched": running go build
Step #6 - "presubmit_batched": running go test -timeout=20m ./...
Step #5 - "codecov": running go test -timeout=20m -covermode=atomic -coverprofile=coverage.txt ./...
Step #7 - "presubmit_pkcs11": running go test -timeout=20m ./...
Step #4 - "presubmit": running go test -timeout=20m ./...
Step #6 - "presubmit_batched": ?   	github.com/google/trillian	[no test files]
Step #7 - "presubmit_pkcs11": ?   	github.com/google/trillian	[no test files]
Step #5 - "codecov": ?   	github.com/google/trillian	[no test files]
Step #4 - "presubmit": ?   	github.com/google/trillian	[no test files]
Step #5 - "codecov": ?   	github.com/google/trillian/cmd/deletetree	[no test files]
Step #4 - "presubmit": ?   	github.com/google/trillian/cmd/deletetree	[no test files]
Step #7 - "presubmit_pkcs11": ?   	github.com/google/trillian/cmd/deletetree	[no test files]
Step #6 - "presubmit_batched": ?   	github.com/google/trillian/cmd/deletetree	[no test files]
Step #7 - "presubmit_pkcs11": ?   	github.com/google/trillian/cmd/internal/serverutil	[no test files]
Step #6 - "presubmit_batched": ?   	github.com/google/trillian/cmd/internal/serverutil	[no test files]
Step #4 - "presubmit": ?   	github.com/google/trillian/cmd/internal/serverutil	[no test files]
Step #5 - "codecov": ?   	github.com/google/trillian/cmd/internal/serverutil	[no test files]
Step #6 - "presubmit_batched": ?   	github.com/google/trillian/cmd/trillian_log_server	[no test files]
Step #7 - "presubmit_pkcs11": ?   	github.com/google/trillian/cmd/trillian_log_server	[no test files]
Step #7 - "presubmit_pkcs11": ?   	github.com/google/trillian/cmd/trillian_log_signer	[no test files]
Step #7 - "presubmit_pkcs11": ?   	github.com/google/trillian/crypto/keys/testonly	[no test files]
Step #7 - "presubmit_pkcs11": ?   	github.com/google/trillian/crypto/keyspb	[no test files]
Step #7 - "presubmit_pkcs11": ?   	github.com/google/trillian/docs/claimantmodel/experimental/cmd/render	[no test files]
Step #7 - "presubmit_pkcs11": ?   	github.com/google/trillian/docs/merkletree/treetex	[no test files]
Step #7 - "presubmit_pkcs11": ?   	github.com/google/trillian/docs/storage/commit_log	[no test files]
Step #7 - "presubmit_pkcs11": ?   	github.com/google/trillian/docs/storage/commit_log/simelection	[no test files]
Step #5 - "codecov": ?   	github.com/google/trillian/cmd/trillian_log_server	[no test files]
Step #5 - "codecov": ?   	github.com/google/trillian/cmd/trillian_log_signer	[no test files]
Step #5 - "codecov": ?   	github.com/google/trillian/crypto/keys/pkcs11	[no test files]
Step #5 - "codecov": ?   	github.com/google/trillian/crypto/keys/testonly	[no test files]
Step #5 - "codecov": ?   	github.com/google/trillian/crypto/keyspb	[no test files]
Step #5 - "codecov": ?   	github.com/google/trillian/docs/claimantmodel/experimental/cmd/render	[no test files]
Step #5 - "codecov": ?   	github.com/google/trillian/docs/merkletree/treetex	[no test files]
Step #5 - "codecov": ?   	github.com/google/trillian/docs/storage/commit_log	[no test files]
Step #5 - "codecov": ?   	github.com/google/trillian/docs/storage/commit_log/simelection	[no test files]
Step #6 - "presubmit_batched": ?   	github.com/google/trillian/cmd/trillian_log_signer	[no test files]
Step #6 - "presubmit_batched": ?   	github.com/google/trillian/crypto/keys/pkcs11	[no test files]
Step #6 - "presubmit_batched": ?   	github.com/google/trillian/crypto/keys/testonly	[no test files]
Step #6 - "presubmit_batched": ?   	github.com/google/trillian/crypto/keyspb	[no test files]
Step #6 - "presubmit_batched": ?   	github.com/google/trillian/docs/claimantmodel/experimental/cmd/render	[no test files]
Step #6 - "presubmit_batched": ?   	github.com/google/trillian/docs/merkletree/treetex	[no test files]
Step #6 - "presubmit_batched": ?   	github.com/google/trillian/docs/storage/commit_log/simelection	[no test files]
Step #6 - "presubmit_batched": ?   	github.com/google/trillian/docs/storage/commit_log	[no test files]
Step #4 - "presubmit": ?   	github.com/google/trillian/cmd/trillian_log_server	[no test files]
Step #4 - "presubmit": ?   	github.com/google/trillian/cmd/trillian_log_signer	[no test files]
Step #4 - "presubmit": ?   	github.com/google/trillian/crypto/keys/pkcs11	[no test files]
Step #4 - "presubmit": ?   	github.com/google/trillian/crypto/keys/testonly	[no test files]
Step #4 - "presubmit": ?   	github.com/google/trillian/crypto/keyspb	[no test files]
Step #4 - "presubmit": ?   	github.com/google/trillian/docs/claimantmodel/experimental/cmd/render	[no test files]
Step #4 - "presubmit": ?   	github.com/google/trillian/docs/merkletree/treetex	[no test files]
Step #4 - "presubmit": ?   	github.com/google/trillian/docs/storage/commit_log	[no test files]
Step #4 - "presubmit": ?   	github.com/google/trillian/docs/storage/commit_log/simelection	[no test files]
Step #4 - "presubmit": ok  	github.com/google/trillian/client	5.868s
Step #4 - "presubmit": ok  	github.com/google/trillian/client/backoff	4.660s
Step #4 - "presubmit": ok  	github.com/google/trillian/client/rpcflags	4.189s
Step #4 - "presubmit": ok  	github.com/google/trillian/cmd	1.068s
Step #4 - "presubmit": ok  	github.com/google/trillian/cmd/createtree	5.195s
Step #4 - "presubmit": ok  	github.com/google/trillian/cmd/updatetree	1.209s
Step #4 - "presubmit": ok  	github.com/google/trillian/crypto/keys	1.104s
Step #4 - "presubmit": ok  	github.com/google/trillian/crypto/keys/der	1.073s
Step #4 - "presubmit": ok  	github.com/google/trillian/crypto/keys/pem	1.247s
Step #4 - "presubmit": ok  	github.com/google/trillian/docs/claimantmodel/experimental/cmd/render/internal	1.058s
Step #4 - "presubmit": ok  	github.com/google/trillian/docs/storage/commit_log/signer	1.033s
Step #4 - "presubmit": ok  	github.com/google/trillian/docs/storage/commit_log/simkafka	1.066s
Step #5 - "codecov": ok  	github.com/google/trillian/client	6.061s	coverage: 79.6% of statements
Step #5 - "codecov": ok  	github.com/google/trillian/client/backoff	4.678s	coverage: 89.7% of statements
Step #5 - "codecov": ok  	github.com/google/trillian/client/rpcflags	4.212s	coverage: 100.0% of statements
Step #5 - "codecov": ok  	github.com/google/trillian/cmd	1.069s	coverage: 61.5% of statements
Step #5 - "codecov": ok  	github.com/google/trillian/cmd/createtree	5.175s	coverage: 57.9% of statements
Step #5 - "codecov": ok  	github.com/google/trillian/cmd/updatetree	1.146s	coverage: 52.7% of statements
Step #5 - "codecov": ok  	github.com/google/trillian/crypto/keys	1.141s	coverage: 94.1% of statements
Step #5 - "codecov": ok  	github.com/google/trillian/crypto/keys/der	1.147s	coverage: 60.0% of statements
Step #5 - "codecov": ok  	github.com/google/trillian/crypto/keys/pem	1.119s	coverage: 91.7% of statements
Step #5 - "codecov": ok  	github.com/google/trillian/docs/claimantmodel/experimental/cmd/render/internal	1.107s	coverage: 34.9% of statements
Step #5 - "codecov": ok  	github.com/google/trillian/docs/storage/commit_log/signer	1.178s	coverage: 7.2% of statements
Step #5 - "codecov": ok  	github.com/google/trillian/docs/storage/commit_log/simkafka	1.122s	coverage: 82.6% of statements
Step #7 - "presubmit_pkcs11": ok  	github.com/google/trillian/client	6.199s
Step #7 - "presubmit_pkcs11": ok  	github.com/google/trillian/client/backoff	4.648s
Step #7 - "presubmit_pkcs11": ok  	github.com/google/trillian/client/rpcflags	4.001s
Step #7 - "presubmit_pkcs11": ok  	github.com/google/trillian/cmd	1.061s
Step #7 - "presubmit_pkcs11": ok  	github.com/google/trillian/cmd/createtree	5.129s
Step #7 - "presubmit_pkcs11": ok  	github.com/google/trillian/cmd/updatetree	1.149s
Step #7 - "presubmit_pkcs11": ok  	github.com/google/trillian/crypto/keys	1.119s
Step #7 - "presubmit_pkcs11": ok  	github.com/google/trillian/crypto/keys/der	1.094s
Step #7 - "presubmit_pkcs11": ok  	github.com/google/trillian/crypto/keys/pem	1.189s
Step #7 - "presubmit_pkcs11": ok  	github.com/google/trillian/crypto/keys/pkcs11	1.026s
Step #7 - "presubmit_pkcs11": ok  	github.com/google/trillian/docs/claimantmodel/experimental/cmd/render/internal	1.078s
Step #7 - "presubmit_pkcs11": ok  	github.com/google/trillian/docs/storage/commit_log/signer	1.063s
Step #7 - "presubmit_pkcs11": ok  	github.com/google/trillian/docs/storage/commit_log/simkafka	1.119s
Step #6 - "presubmit_batched": ok  	github.com/google/trillian/client	6.754s
Step #6 - "presubmit_batched": ok  	github.com/google/trillian/client/backoff	4.624s
Step #6 - "presubmit_batched": ok  	github.com/google/trillian/client/rpcflags	5.471s
Step #6 - "presubmit_batched": ok  	github.com/google/trillian/cmd	1.052s
Step #6 - "presubmit_batched": ok  	github.com/google/trillian/cmd/createtree	5.248s
Step #6 - "presubmit_batched": ok  	github.com/google/trillian/cmd/updatetree	1.146s
Step #6 - "presubmit_batched": ok  	github.com/google/trillian/crypto/keys	1.085s
Step #6 - "presubmit_batched": ok  	github.com/google/trillian/crypto/keys/der	1.120s
Step #6 - "presubmit_batched": ok  	github.com/google/trillian/crypto/keys/pem	1.181s
Step #6 - "presubmit_batched": ok  	github.com/google/trillian/docs/claimantmodel/experimental/cmd/render/internal	1.112s
Step #6 - "presubmit_batched": ok  	github.com/google/trillian/docs/storage/commit_log/signer	1.031s
Step #6 - "presubmit_batched": ok  	github.com/google/trillian/docs/storage/commit_log/simkafka	1.081s
Step #7 - "presubmit_pkcs11": ?   	github.com/google/trillian/experimental/batchmap/cmd/build	[no test files]
Step #7 - "presubmit_pkcs11": ?   	github.com/google/trillian/experimental/batchmap/cmd/verify	[no test files]
Step #7 - "presubmit_pkcs11": ?   	github.com/google/trillian/extension	[no test files]
Step #7 - "presubmit_pkcs11": ?   	github.com/google/trillian/integration/storagetest	[no test files]
Step #7 - "presubmit_pkcs11": ?   	github.com/google/trillian/monitoring/opencensus	[no test files]
Step #7 - "presubmit_pkcs11": ?   	github.com/google/trillian/monitoring/testonly	[no test files]
Step #7 - "presubmit_pkcs11": ?   	github.com/google/trillian/quota/etcd	[no test files]
Step #7 - "presubmit_pkcs11": ?   	github.com/google/trillian/quota/etcd/quotapb	[no test files]
Step #6 - "presubmit_batched": ?   	github.com/google/trillian/exp
...
[Logs truncated due to log size limitations. For full logs, see https://storage.cloud.google.com/trillian-cloudbuild-logs/log-25d89017-f422-4a78-a935-f1adbbd03bcb.txt.]
...
 574 364
Step #12 - "integration_batched": + (( count++ ))
Step #12 - "integration_batched": + local im_still_alive=
Step #12 - "integration_batched": + for pid in ${pids}
Step #12 - "integration_batched": + ps -p 564
Step #12 - "integration_batched": + im_still_alive+=' 564'
Step #12 - "integration_batched": + for pid in ${pids}
Step #12 - "integration_batched": + ps -p 339
Step #12 - "integration_batched": Retry kill -INT  564 339
Step #12 - "integration_batched": + im_still_alive+=' 339'
Step #12 - "integration_batched": + pids=' 564 339'
Step #12 - "integration_batched": + '[' -z ' 564 339' ']'
Step #12 - "integration_batched": + '[' 5 -gt 5 ']'
Step #12 - "integration_batched": + echo 'Retry kill -INT  564 339'
Step #12 - "integration_batched": + kill -INT 564 339
Step #12 - "integration_batched": + sleep 1
Step #13 - "integration_pkcs11": + (( count++ ))
Step #13 - "integration_pkcs11": + local im_still_alive=
Step #13 - "integration_pkcs11": + for pid in ${pids}
Step #13 - "integration_pkcs11": + ps -p 574
Step #13 - "integration_pkcs11": + im_still_alive+=' 574'
Step #13 - "integration_pkcs11": + for pid in ${pids}
Step #13 - "integration_pkcs11": + ps -p 364
Step #13 - "integration_pkcs11": + im_still_alive+=' 364'
Step #13 - "integration_pkcs11": + pids=' 574 364'
Step #13 - "integration_pkcs11": + '[' -z ' 574 364' ']'
Step #13 - "integration_pkcs11": + '[' 6 -gt 5 ']'
Step #13 - "integration_pkcs11": + echo 'Now do kill -KILL  574 364'
Step #13 - "integration_pkcs11": + kill -KILL 574 364
Step #13 - "integration_pkcs11": Now do kill -KILL  574 364
Step #13 - "integration_pkcs11": + break
Step #13 - "integration_pkcs11": + set -e
Step #13 - "integration_pkcs11": + TO_KILL=()
Step #13 - "integration_pkcs11": + '[' 0 '!=' 0 ']'
Step #13 - "integration_pkcs11": + exit 0
Step #13 - "integration_pkcs11": + on_exit
Step #13 - "integration_pkcs11": + local pids=
Step #13 - "integration_pkcs11": + kill_pid ''
Step #13 - "integration_pkcs11": Deleting   on exit
Step #13 - "integration_pkcs11": + local pids=
Step #13 - "integration_pkcs11": + set +e
Step #13 - "integration_pkcs11": + local count=0
Step #13 - "integration_pkcs11": + kill -INT
Step #13 - "integration_pkcs11": + set -e
Step #13 - "integration_pkcs11": + local file=
Step #13 - "integration_pkcs11": + for file in "${TO_DELETE[@]}"
Step #13 - "integration_pkcs11": + echo 'Deleting   on exit'
Step #13 - "integration_pkcs11": + rm -rf
Step #13 - "integration_pkcs11": --- PASS: Log integration test
Step #13 - "integration_pkcs11": + docker-compose -p 60bddbe5eea1 -f ./integration/cloudbuild/docker-compose.mysql.yml -f ./integration/cloudbuild/docker-compose.network.yml down
Step #13 - "integration_pkcs11": Stopping 60bddbe5eea1_db_1 ... 
Step #12 - "integration_batched": + (( count++ ))
Step #12 - "integration_batched": + local im_still_alive=
Step #12 - "integration_batched": + for pid in ${pids}
Step #12 - "integration_batched": + ps -p 564
Step #12 - "integration_batched": + im_still_alive+=' 564'
Step #12 - "integration_batched": + for pid in ${pids}
Step #12 - "integration_batched": + ps -p 339
Step #12 - "integration_batched": + im_still_alive+=' 339'
Step #12 - "integration_batched": + pids=' 564 339'
Step #12 - "integration_batched": + '[' -z ' 564 339' ']'
Step #12 - "integration_batched": + '[' 6 -gt 5 ']'
Step #12 - "integration_batched": + echo 'Now do kill -KILL  564 339'
Step #12 - "integration_batched": + kill -KILL 564 339
Step #12 - "integration_batched": Now do kill -KILL  564 339
Step #12 - "integration_batched": + break
Step #12 - "integration_batched": + set -e
Step #12 - "integration_batched": + TO_KILL=()
Step #12 - "integration_batched": + '[' 0 '!=' 0 ']'
Step #12 - "integration_batched": + exit 0
Step #12 - "integration_batched": + on_exit
Step #12 - "integration_batched": + local pids=
Step #12 - "integration_batched": + kill_pid ''
Step #12 - "integration_batched": + local pids=
Step #12 - "integration_batched": + set +e
Step #12 - "integration_batched": + local count=0
Step #12 - "integration_batched": + kill -INT
Step #12 - "integration_batched": Deleting   on exit
Step #12 - "integration_batched": + set -e
Step #12 - "integration_batched": + local file=
Step #12 - "integration_batched": + for file in "${TO_DELETE[@]}"
Step #12 - "integration_batched": + echo 'Deleting   on exit'
Step #12 - "integration_batched": + rm -rf
Step #12 - "integration_batched": --- PASS: Log integration test
Step #12 - "integration_batched": + docker-compose -p f66f547e6d8e -f ./integration/cloudbuild/docker-compose.mysql.yml -f ./integration/cloudbuild/docker-compose.network.yml down
Step #11 - "integration_etcd": ok  	github.com/google/trillian/integration	31.538s
Step #11 - "integration_etcd": + RESULT=0
Step #11 - "integration_etcd": + set -e
Step #11 - "integration_etcd": + popd
Step #11 - "integration_etcd": + true
Step #11 - "integration_etcd": + log_stop_test
Step #11 - "integration_etcd": + local pids
Step #11 - "integration_etcd": + echo 'Stopping Log signers (pids 1346)'
Step #11 - "integration_etcd": + pids+=' 1346'
Step #11 - "integration_etcd": + echo 'Stopping Log RPC servers (pids 1140)'
Step #11 - "integration_etcd": + pids+=' 1140'
Step #11 - "integration_etcd": + [[ '' != '' ]]
Step #11 - "integration_etcd": + kill_pid 1346 1140
Step #11 - "integration_etcd": + local 'pids=1346 1140'
Step #11 - "integration_etcd": + set +e
Step #11 - "integration_etcd": + local count=0
Step #11 - "integration_etcd": + kill -INT 1346 1140
Step #11 - "integration_etcd": + sleep 1
Step #11 - "integration_etcd": /workspace
Step #11 - "integration_etcd": Stopping Log signers (pids 1346)
Step #11 - "integration_etcd": Stopping Log RPC servers (pids 1140)
Step #12 - "integration_batched": Stopping f66f547e6d8e_db_1 ... 
Step #13 - "integration_pkcs11": [mysql] 2023/11/06 22:07:35 packets.go:122: closing bad idle connection: EOF
Step #13 - "integration_pkcs11": [mysql] 2023/11/06 22:07:35 connection.go:173: driver: bad connection
Step #11 - "integration_etcd": + (( count++ ))
Step #11 - "integration_etcd": + local im_still_alive=
Step #11 - "integration_etcd": + for pid in ${pids}
Step #11 - "integration_etcd": + ps -p 1346
Step #11 - "integration_etcd": + im_still_alive+=' 1346'
Step #11 - "integration_etcd": + for pid in ${pids}
Step #11 - "integration_etcd": + ps -p 1140
Step #11 - "integration_etcd": + im_still_alive+=' 1140'
Step #11 - "integration_etcd": + pids=' 1346 1140'
Step #11 - "integration_etcd": + '[' -z ' 1346 1140' ']'
Step #11 - "integration_etcd": + '[' 1 -gt 5 ']'
Step #11 - "integration_etcd": + echo 'Retry kill -INT  1346 1140'
Step #11 - "integration_etcd": + kill -INT 1346 1140
Step #11 - "integration_etcd": Retry kill -INT  1346 1140
Step #11 - "integration_etcd": + sleep 1
Step #12 - "integration_batched": [mysql] 2023/11/06 22:07:36 packets.go:122: closing bad idle connection: EOF
Step #12 - "integration_batched": [mysql] 2023/11/06 22:07:36 connection.go:173: driver: bad connection
Step #13 - "integration_pkcs11": [mysql] 2023/11/06 22:07:36 packets.go:122: closing bad idle connection: EOF
Step #13 - "integration_pkcs11": [mysql] 2023/11/06 22:07:36 connection.go:173: driver: bad connection
Step #11 - "integration_etcd": + (( count++ ))
Step #11 - "integration_etcd": + local im_still_alive=
Step #11 - "integration_etcd": + for pid in ${pids}
Step #11 - "integration_etcd": + ps -p 1346
Step #11 - "integration_etcd": + im_still_alive+=' 1346'
Step #11 - "integration_etcd": + for pid in ${pids}
Step #11 - "integration_etcd": + ps -p 1140
Step #11 - "integration_etcd": + im_still_alive+=' 1140'
Step #11 - "integration_etcd": + pids=' 1346 1140'
Step #11 - "integration_etcd": + '[' -z ' 1346 1140' ']'
Step #11 - "integration_etcd": Retry kill -INT  1346 1140
Step #11 - "integration_etcd": + '[' 2 -gt 5 ']'
Step #11 - "integration_etcd": + echo 'Retry kill -INT  1346 1140'
Step #11 - "integration_etcd": + kill -INT 1346 1140
Step #11 - "integration_etcd": + sleep 1
Step #12 - "integration_batched": [mysql] 2023/11/06 22:07:37 packets.go:122: closing bad idle connection: EOF
Step #12 - "integration_batched": [mysql] 2023/11/06 22:07:37 connection.go:173: driver: bad connection
Step #11 - "integration_etcd": + (( count++ ))
Step #11 - "integration_etcd": + local im_still_alive=
Step #11 - "integration_etcd": + for pid in ${pids}
Step #11 - "integration_etcd": + ps -p 1346
Step #11 - "integration_etcd": + im_still_alive+=' 1346'
Step #11 - "integration_etcd": + for pid in ${pids}
Step #11 - "integration_etcd": + ps -p 1140
Step #11 - "integration_etcd": + im_still_alive+=' 1140'
Step #11 - "integration_etcd": + pids=' 1346 1140'
Step #11 - "integration_etcd": + '[' -z ' 1346 1140' ']'
Step #11 - "integration_etcd": + '[' 3 -gt 5 ']'
Step #11 - "integration_etcd": + echo 'Retry kill -INT  1346 1140'
Step #11 - "integration_etcd": + kill -INT 1346 1140
Step #11 - "integration_etcd": + sleep 1
Step #11 - "integration_etcd": Retry kill -INT  1346 1140
Step #11 - "integration_etcd": + (( count++ ))
Step #11 - "integration_etcd": + local im_still_alive=
Step #11 - "integration_etcd": + for pid in ${pids}
Step #11 - "integration_etcd": + ps -p 1346
Step #11 - "integration_etcd": + im_still_alive+=' 1346'
Step #11 - "integration_etcd": + for pid in ${pids}
Step #11 - "integration_etcd": + ps -p 1140
Step #11 - "integration_etcd": Retry kill -INT  1346 1140
Step #11 - "integration_etcd": + im_still_alive+=' 1140'
Step #11 - "integration_etcd": + pids=' 1346 1140'
Step #11 - "integration_etcd": + '[' -z ' 1346 1140' ']'
Step #11 - "integration_etcd": + '[' 4 -gt 5 ']'
Step #11 - "integration_etcd": + echo 'Retry kill -INT  1346 1140'
Step #11 - "integration_etcd": + kill -INT 1346 1140
Step #11 - "integration_etcd": + sleep 1
Step #11 - "integration_etcd": + (( count++ ))
Step #11 - "integration_etcd": + local im_still_alive=
Step #11 - "integration_etcd": + for pid in ${pids}
Step #11 - "integration_etcd": + ps -p 1346
Step #11 - "integration_etcd": + im_still_alive+=' 1346'
Step #11 - "integration_etcd": + for pid in ${pids}
Step #11 - "integration_etcd": + ps -p 1140
Step #11 - "integration_etcd": Retry kill -INT  1346 1140
Step #11 - "integration_etcd": + im_still_alive+=' 1140'
Step #11 - "integration_etcd": + pids=' 1346 1140'
Step #11 - "integration_etcd": + '[' -z ' 1346 1140' ']'
Step #11 - "integration_etcd": + '[' 5 -gt 5 ']'
Step #11 - "integration_etcd": + echo 'Retry kill -INT  1346 1140'
Step #11 - "integration_etcd": + kill -INT 1346 1140
Step #11 - "integration_etcd": + sleep 1
Step #11 - "integration_etcd": + (( count++ ))
Step #11 - "integration_etcd": + local im_still_alive=
Step #11 - "integration_etcd": + for pid in ${pids}
Step #11 - "integration_etcd": + ps -p 1346
Step #11 - "integration_etcd": + im_still_alive+=' 1346'
Step #11 - "integration_etcd": + for pid in ${pids}
Step #11 - "integration_etcd": + ps -p 1140
Step #11 - "integration_etcd": + im_still_alive+=' 1140'
Step #11 - "integration_etcd": + pids=' 1346 1140'
Step #11 - "integration_etcd": + '[' -z ' 1346 1140' ']'
Step #11 - "integration_etcd": + '[' 6 -gt 5 ']'
Step #11 - "integration_etcd": + echo 'Now do kill -KILL  1346 1140'
Step #11 - "integration_etcd": + kill -KILL 1346 1140
Step #11 - "integration_etcd": Now do kill -KILL  1346 1140
Step #11 - "integration_etcd": + break
Step #11 - "integration_etcd": + set -e
Step #11 - "integration_etcd": + TO_KILL=()
Step #11 - "integration_etcd": + '[' 0 '!=' 0 ']'
Step #11 - "integration_etcd": + exit 0
Step #11 - "integration_etcd": + on_exit
Step #11 - "integration_etcd": + local pids=
Step #11 - "integration_etcd": + kill_pid ''
Step #11 - "integration_etcd": + local pids=
Step #11 - "integration_etcd": + set +e
Step #11 - "integration_etcd": + local count=0
Step #11 - "integration_etcd": + kill -INT
Step #11 - "integration_etcd": + set -e
Step #11 - "integration_etcd": + local file=
Step #11 - "integration_etcd": + for file in "${TO_DELETE[@]}"
Step #11 - "integration_etcd": + echo 'Deleting   on exit'
Step #11 - "integration_etcd": + rm -rf
Step #11 - "integration_etcd": Deleting   on exit
Step #11 - "integration_etcd": --- PASS: Log integration test
Step #11 - "integration_etcd": + docker-compose -p 045214edbf3d -f ./integration/cloudbuild/docker-compose.mysql.yml -f ./integration/cloudbuild/docker-compose.network.yml down
Step #11 - "integration_etcd": Stopping 045214edbf3d_db_1 ... 
Step #12 - "integration_batched": Stopping f66f547e6d8e_db_1 ... done
Step #13 - "integration_pkcs11": Stopping 60bddbe5eea1_db_1 ... done
Step #13 - "integration_pkcs11": Removing 60bddbe5eea1_db_1 ... 
Step #12 - "integration_batched": Removing f66f547e6d8e_db_1 ... 
Step #13 - "integration_pkcs11": Removing 60bddbe5eea1_db_1 ... done
Step #13 - "integration_pkcs11": Network cloudbuild is external, skipping
Step #12 - "integration_batched": Removing f66f547e6d8e_db_1 ... done
Step #12 - "integration_batched": Network cloudbuild is external, skipping
Step #10 - "integration_docker": Removing intermediate container f307d0c70781
Step #10 - "integration_docker":  ---> 56995d3989a1
Step #10 - "integration_docker": Step 7/13 : COPY . .
Step #11 - "integration_etcd": [mysql] 2023/11/06 22:07:42 packets.go:122: closing bad idle connection: EOF
Step #11 - "integration_etcd": [mysql] 2023/11/06 22:07:42 connection.go:173: driver: bad connection
Finished Step #13 - "integration_pkcs11"
Finished Step #12 - "integration_batched"
Step #10 - "integration_docker":  ---> 9d532802f7bc
Step #10 - "integration_docker": Step 8/13 : RUN go install ./cmd/trillian_log_server
Step #10 - "integration_docker":  ---> Running in 03c7fa9bf28b
Step #11 - "integration_etcd": [mysql] 2023/11/06 22:07:43 packets.go:122: closing bad idle connection: EOF
Step #11 - "integration_etcd": [mysql] 2023/11/06 22:07:43 connection.go:173: driver: bad connection
Step #11 - "integration_etcd": Stopping 045214edbf3d_db_1 ... done
Step #11 - "integration_etcd": Removing 045214edbf3d_db_1 ... 
Step #11 - "integration_etcd": Removing 045214edbf3d_db_1 ... done
Step #11 - "integration_etcd": Network cloudbuild is external, skipping
Finished Step #11 - "integration_etcd"
Step #10 - "integration_docker": Removing intermediate container 03c7fa9bf28b
Step #10 - "integration_docker":  ---> e8e96ec91609
Step #10 - "integration_docker": Step 9/13 : RUN go run github.com/google/go-licenses save ./cmd/trillian_log_server --save_path /THIRD_PARTY_NOTICES
Step #10 - "integration_docker":  ---> Running in 8ae3c34a8dc4
Step #10 - "integration_docker": �[91mW1106 22:08:15.873295    1238 library.go:101] "golang.org/x/sys/unix" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/golang.org/x/[email protected]/unix/asm_linux_amd64.s
Step #10 - "integration_docker": �[0m�[91mW1106 22:08:19.016731    1238 library.go:101] "github.com/cespare/xxhash/v2" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/github.com/cespare/xxhash/[email protected]/xxhash_amd64.s
Step #10 - "integration_docker": �[0m�[91mW1106 22:08:21.282481    1238 library.go:101] "golang.org/x/crypto/chacha20poly1305" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/golang.org/x/[email protected]/chacha20poly1305/chacha20poly1305_amd64.s
Step #10 - "integration_docker": �[0m�[91mW1106 22:08:21.301676    1238 library.go:101] "golang.org/x/crypto/internal/poly1305" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/golang.org/x/[email protected]/internal/poly1305/sum_amd64.s
Step #10 - "integration_docker": �[0m�[91mW1106 22:08:21.308452    1238 library.go:101] "golang.org/x/sys/cpu" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/golang.org/x/[email protected]/cpu/cpu_x86.s
Step #10 - "integration_docker": �[0m�[91mW1106 22:08:27.197553    1238 library.go:101] "github.com/envoyproxy/protoc-gen-validate/validate" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/github.com/envoyproxy/[email protected]/validate/validate.h
Step #10 - "integration_docker": �[0mRemoving intermediate container 8ae3c34a8dc4
Step #10 - "integration_docker":  ---> 42d24f49cc30
Step #10 - "integration_docker": Step 10/13 : FROM gcr.io/distroless/base-debian12@sha256:1dfdb5ed7d9a66dcfc90135b25a46c25a85cf719b619b40c249a2445b9d055f5
Step #10 - "integration_docker": gcr.io/distroless/base-debian12@sha256:1dfdb5ed7d9a66dcfc90135b25a46c25a85cf719b619b40c249a2445b9d055f5: Pulling from distroless/base-debian12
Step #10 - "integration_docker": 06004fb4a3b3: Pulling fs layer
Step #10 - "integration_docker": 2b776ada0341: Pulling fs layer
Step #10 - "integration_docker": 66d6209d01f4: Pulling fs layer
Step #10 - "integration_docker": fcb6f6d2c998: Pulling fs layer
Step #10 - "integration_docker": e8c73c638ae9: Pulling fs layer
Step #10 - "integration_docker": 1e3d9b7d1452: Pulling fs layer
Step #10 - "integration_docker": 4aa0ea1413d3: Pulling fs layer
Step #10 - "integration_docker": 2fa82a9c76b2: Pulling fs layer
Step #10 - "integration_docker": 672354a91bfa: Pulling fs layer
Step #10 - "integration_docker": 1b26523ec020: Pulling fs layer
Step #10 - "integration_docker": ad7888c7ea2f: Pulling fs layer
Step #10 - "integration_docker": fcb6f6d2c998: Waiting
Step #10 - "integration_docker": e8c73c638ae9: Waiting
Step #10 - "integration_docker": 1b26523ec020: Waiting
Step #10 - "integration_docker": ad7888c7ea2f: Waiting
Step #10 - "integration_docker": 1e3d9b7d1452: Waiting
Step #10 - "integration_docker": 4aa0ea1413d3: Waiting
Step #10 - "integration_docker": 2fa82a9c76b2: Waiting
Step #10 - "integration_docker": 2b776ada0341: Verifying Checksum
Step #10 - "integration_docker": 2b776ada0341: Download complete
Step #10 - "integration_docker": 66d6209d01f4: Verifying Checksum
Step #10 - "integration_docker": 66d6209d01f4: Download complete
Step #10 - "integration_docker": 06004fb4a3b3: Download complete
Step #10 - "integration_docker": fcb6f6d2c998: Download complete
Step #10 - "integration_docker": e8c73c638ae9: Download complete
Step #10 - "integration_docker": 1e3d9b7d1452: Verifying Checksum
Step #10 - "integration_docker": 1e3d9b7d1452: Download complete
Step #10 - "integration_docker": 06004fb4a3b3: Pull complete
Step #10 - "integration_docker": 4aa0ea1413d3: Download complete
Step #10 - "integration_docker": 2fa82a9c76b2: Verifying Checksum
Step #10 - "integration_docker": 2fa82a9c76b2: Download complete
Step #10 - "integration_docker": 672354a91bfa: Verifying Checksum
Step #10 - "integration_docker": 672354a91bfa: Download complete
Step #10 - "integration_docker": 2b776ada0341: Pull complete
Step #10 - "integration_docker": 1b26523ec020: Verifying Checksum
Step #10 - "integration_docker": 1b26523ec020: Download complete
Step #10 - "integration_docker": ad7888c7ea2f: Verifying Checksum
Step #10 - "integration_docker": ad7888c7ea2f: Download complete
Step #10 - "integration_docker": 66d6209d01f4: Pull complete
Step #10 - "integration_docker": fcb6f6d2c998: Pull complete
Step #10 - "integration_docker": e8c73c638ae9: Pull complete
Step #10 - "integration_docker": 1e3d9b7d1452: Pull complete
Step #10 - "integration_docker": 4aa0ea1413d3: Pull complete
Step #10 - "integration_docker": 2fa82a9c76b2: Pull complete
Step #10 - "integration_docker": 672354a91bfa: Pull complete
Step #10 - "integration_docker": 1b26523ec020: Pull complete
Step #10 - "integration_docker": ad7888c7ea2f: Pull complete
Step #10 - "integration_docker": Digest: sha256:1dfdb5ed7d9a66dcfc90135b25a46c25a85cf719b619b40c249a2445b9d055f5
Step #10 - "integration_docker": Status: Downloaded newer image for gcr.io/distroless/base-debian12@sha256:1dfdb5ed7d9a66dcfc90135b25a46c25a85cf719b619b40c249a2445b9d055f5
Step #10 - "integration_docker":  ---> 2857ac6ad755
Step #10 - "integration_docker": Step 11/13 : COPY --from=build /go/bin/trillian_log_server /
Step #10 - "integration_docker":  ---> 3c34b9ded3ed
Step #10 - "integration_docker": Step 12/13 : COPY --from=build /THIRD_PARTY_NOTICES /THIRD_PARTY_NOTICES
Step #10 - "integration_docker":  ---> c641c4ff10b2
Step #10 - "integration_docker": Step 13/13 : ENTRYPOINT ["/trillian_log_server"]
Step #10 - "integration_docker":  ---> Running in 1d3832f60b9c
Step #10 - "integration_docker": Removing intermediate container 1d3832f60b9c
Step #10 - "integration_docker":  ---> 31bf19dbe61f
Step #10 - "integration_docker": Successfully built 31bf19dbe61f
Step #10 - "integration_docker": Successfully tagged deployment_trillian-log-server:latest
Step #10 - "integration_docker": Building trillian-log-signer
Step #10 - "integration_docker": Sending build context to Docker daemon  7.792MB

Step #10 - "integration_docker": Step 1/13 : FROM golang:1.21.3-bookworm@sha256:5bafbbb109f02aaf6b41ddc19f54919773c3006f1cbda1599112603367642f0e as build
Step #10 - "integration_docker":  ---> 16ac1e9944a2
Step #10 - "integration_docker": Step 2/13 : WORKDIR /trillian
Step #10 - "integration_docker":  ---> Using cache
Step #10 - "integration_docker":  ---> 9132423d9ce1
Step #10 - "integration_docker": Step 3/13 : ARG GOFLAGS=""
Step #10 - "integration_docker":  ---> Using cache
Step #10 - "integration_docker":  ---> 9f36967e76e2
Step #10 - "integration_docker": Step 4/13 : ENV GOFLAGS=$GOFLAGS
Step #10 - "integration_docker":  ---> Using cache
Step #10 - "integration_docker":  ---> c069ed87577e
Step #10 - "integration_docker": Step 5/13 : COPY go.mod go.sum ./
Step #10 - "integration_docker":  ---> Using cache
Step #10 - "integration_docker":  ---> 7b0e9a06c25a
Step #10 - "integration_docker": Step 6/13 : RUN go mod download
Step #10 - "integration_docker":  ---> Using cache
Step #10 - "integration_docker":  ---> 56995d3989a1
Step #10 - "integration_docker": Step 7/13 : COPY . .
Step #10 - "integration_docker":  ---> Using cache
Step #10 - "integration_docker":  ---> 9d532802f7bc
Step #10 - "integration_docker": Step 8/13 : RUN go install ./cmd/trillian_log_signer
Step #10 - "integration_docker":  ---> Running in 664249d10e3a
Step #10 - "integration_docker": Removing intermediate container 664249d10e3a
Step #10 - "integration_docker":  ---> 938ed90e888f
Step #10 - "integration_docker": Step 9/13 : RUN go run github.com/google/go-licenses save ./cmd/trillian_log_signer --save_path /THIRD_PARTY_NOTICES
Step #10 - "integration_docker":  ---> Running in 59c1afb9160e
Step #10 - "integration_docker": �[91mW1106 22:09:09.859857    1235 library.go:101] "golang.org/x/sys/unix" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/golang.org/x/[email protected]/unix/asm_linux_amd64.s
Step #10 - "integration_docker": �[0m�[91mW1106 22:09:12.907847    1235 library.go:101] "github.com/cespare/xxhash/v2" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/github.com/cespare/xxhash/[email protected]/xxhash_amd64.s
Step #10 - "integration_docker": �[0m�[91mW1106 22:09:15.395703    1235 library.go:101] "golang.org/x/crypto/chacha20poly1305" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/golang.org/x/[email protected]/chacha20poly1305/chacha20poly1305_amd64.s
Step #10 - "integration_docker": �[0m�[91mW1106 22:09:15.416401    1235 library.go:101] "golang.org/x/crypto/internal/poly1305" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/golang.org/x/[email protected]/internal/poly1305/sum_amd64.s
Step #10 - "integration_docker": �[0m�[91mW1106 22:09:15.423559    1235 library.go:101] "golang.org/x/sys/cpu" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/golang.org/x/[email protected]/cpu/cpu_x86.s
Step #10 - "integration_docker": �[0m�[91mW1106 22:09:21.050913    1235 library.go:101] "github.com/envoyproxy/protoc-gen-validate/validate" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/github.com/envoyproxy/[email protected]/validate/validate.h
Step #10 - "integration_docker": �[0mRemoving intermediate container 59c1afb9160e
Step #10 - "integration_docker":  ---> 18c637970f6c
Step #10 - "integration_docker": Step 10/13 : FROM gcr.io/distroless/base-debian12@sha256:1dfdb5ed7d9a66dcfc90135b25a46c25a85cf719b619b40c249a2445b9d055f5
Step #10 - "integration_docker":  ---> 2857ac6ad755
Step #10 - "integration_docker": Step 11/13 : COPY --from=build /go/bin/trillian_log_signer /
Step #10 - "integration_docker":  ---> e6127fa43ed0
Step #10 - "integration_docker": Step 12/13 : COPY --from=build /THIRD_PARTY_NOTICES /THIRD_PARTY_NOTICES
Step #10 - "integration_docker":  ---> b6df53e8c674
Step #10 - "integration_docker": Step 13/13 : ENTRYPOINT ["/trillian_log_signer"]
Step #10 - "integration_docker":  ---> Running in c6f7b9f36349
Step #10 - "integration_docker": Removing intermediate container c6f7b9f36349
Step #10 - "integration_docker":  ---> 24a63f6f3abc
Step #10 - "integration_docker": Successfully built 24a63f6f3abc
Step #10 - "integration_docker": Successfully tagged deployment_trillian-log-signer:latest
Step #10 - "integration_docker": Creating deployment_mysql_1 ... 
Step #10 - "integration_docker": Creating deployment_mysql_1 ... done
Step #10 - "integration_docker": Creating deployment_trillian-log-server_1 ... 
Step #10 - "integration_docker": Creating deployment_trillian-log-signer_1 ... 
Step #10 - "integration_docker": Creating deployment_trillian-log-signer_1 ... done
Step #10 - "integration_docker": Creating deployment_trillian-log-server_1 ... done
Step #10 - "integration_docker": --2023-11-06 22:09:34--  http://deployment_trillian-log-server_1:8091/healthz
Step #10 - "integration_docker": Resolving deployment_trillian-log-server_1 (deployment_trillian-log-server_1)... 192.168.10.4
Step #10 - "integration_docker": Connecting to deployment_trillian-log-server_1 (deployment_trillian-log-server_1)|192.168.10.4|:8091... failed: Connection refused.
Step #10 - "integration_docker": Retrying.
Step #10 - "integration_docker": 
Step #10 - "integration_docker": --2023-11-06 22:09:36--  (try: 2)  http://deployment_trillian-log-server_1:8091/healthz
Step #10 - "integration_docker": Connecting to deployment_trillian-log-server_1 (deployment_trillian-log-server_1)|192.168.10.4|:8091... failed: Connection refused.
Step #10 - "integration_docker": Retrying.
Step #10 - "integration_docker": 
Step #10 - "integration_docker": --2023-11-06 22:09:38--  (try: 3)  http://deployment_trillian-log-server_1:8091/healthz
Step #10 - "integration_docker": Connecting to deployment_trillian-log-server_1 (deployment_trillian-log-server_1)|192.168.10.4|:8091... connected.
Step #10 - "integration_docker": HTTP request sent, awaiting response... 200 OK
Step #10 - "integration_docker": Length: 2 [text/plain]
Step #10 - "integration_docker": Saving to: 'STDOUT'
Step #10 - "integration_docker": 
Step #10 - "integration_docker":      0K                                                       100%  281K=0s
Step #10 - "integration_docker": 
Step #10 - "integration_docker": 2023-11-06 22:09:54 (281 KB/s) - written to stdout [2/2]
Step #10 - "integration_docker": 
Step #10 - "integration_docker": Health: ok
Step #10 - "integration_docker": Provision log
Step #10 - "integration_docker": I1106 22:09:55.423315     328 main.go:110] Creating tree tree_state:ACTIVE tree_type:LOG max_root_duration:{seconds:3600}
Step #10 - "integration_docker": W1106 22:09:55.424068     328 rpcflags.go:36] Using an insecure gRPC connection to Trillian
Step #10 - "integration_docker": I1106 22:09:55.425216     328 admin.go:50] CreateTree...
Step #10 - "integration_docker": I1106 22:09:55.445514     328 admin.go:95] Initialising Log 1020629848414631768...
Step #10 - "integration_docker": I1106 22:09:55.488542     328 admin.go:106] Initialised Log (1020629848414631768) with new SignedTreeHead:
Step #10 - "integration_docker": log_root:"\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00 \xe3\xb0\xc4B\x98\xfc\x1c\x14\x9a\xfb\xf4șo\xb9$'\xaeA\xe4d\x9b\x93L\xa4\x95\x99\x1bxR\xb8U\x17\x95(*\rT\xcf\xcd\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
Step #10 - "integration_docker": Created tree 1020629848414631768
Step #10 - "integration_docker": Running test
Step #10 - "integration_docker": /workspace/integration /workspace
Step #10 - "integration_docker": ok  	github.com/google/trillian/integration	27.562s
Step #10 - "integration_docker": /workspace
Step #10 - "integration_docker": Stopping deployment_trillian-log-signer_1 ... 
Step #10 - "integration_docker": Stopping deployment_trillian-log-server_1 ... 
Step #10 - "integration_docker": Stopping deployment_mysql_1               ... 
Step #10 - "integration_docker": Stopping deployment_trillian-log-server_1 ... done
Step #10 - "integration_docker": Stopping deployment_trillian-log-signer_1 ... done
Step #10 - "integration_docker": Stopping deployment_mysql_1               ... done
Step #10 - "integration_docker": Removing deployment_trillian-log-signer_1 ... 
Step #10 - "integration_docker": Removing deployment_trillian-log-server_1 ... 
Step #10 - "integration_docker": Removing deployment_mysql_1               ... 
Step #10 - "integration_docker": Removing deployment_trillian-log-server_1 ... done
Step #10 - "integration_docker": Removing deployment_trillian-log-signer_1 ... done
Step #10 - "integration_docker": Removing deployment_mysql_1               ... done
Step #10 - "integration_docker": Removing network deployment_default
Step #10 - "integration_docker": Network deployment_default not found.
Finished Step #10 - "integration_docker"
PUSH
Pushing gcr.io/trillian-opensource-ci/trillian_testbase:latest
The push refers to repository [gcr.io/trillian-opensource-ci/trillian_testbase]
e23af7da0bfe: Preparing
21dd3d03f623: Preparing
cc43c8e58363: Preparing
f1a02ed71718: Preparing
e239316c89cc: Preparing
c483f1d19e17: Preparing
f5b2ab1cf390: Preparing
dfe25755ef07: Preparing
266def75d28e: Preparing
29e49b59edda: Preparing
1777ac7d307b: Preparing
c483f1d19e17: Waiting
1777ac7d307b: Waiting
266def75d28e: Waiting
29e49b59edda: Waiting
f5b2ab1cf390: Waiting
dfe25755ef07: Waiting
f1a02ed71718: Layer already exists
e239316c89cc: Layer already exists
cc43c8e58363: Layer already exists
e23af7da0bfe: Layer already exists
21dd3d03f623: Layer already exists
f5b2ab1cf390: Layer already exists
dfe25755ef07: Layer already exists
266def75d28e: Layer already exists
29e49b59edda: Layer already exists
1777ac7d307b: Layer already exists
c483f1d19e17: Layer already exists
latest: digest: sha256:d66fde3fc0f421f6bd3c14f2bd0f01e243e8fb23ece8d28ee9fa6742d486718f size: 2640
DONE

Build Log: https://storage.cloud.google.com/trillian-cloudbuild-logs/log-25d89017-f422-4a78-a935-f1adbbd03bcb.txt