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

Use the version in the go.mod file for vuln checks #1528

Merged
merged 1 commit into from
Jul 4, 2024

Use the version in the go.mod file for vuln checks

38c17cd
Select commit
Loading
Failed to load commit list.
Merged

Use the version in the go.mod file for vuln checks #1528

Use the version in the go.mod file for vuln checks
38c17cd
Select commit
Loading
Failed to load commit list.
Google Cloud Build / certificate-transparency-go-cloud-build-pull-request (trillian-opensource-ci) succeeded Jul 4, 2024 in 8m 32s

Summary

Build Information

Trigger certificate-transparency-go-cloud-build-pull-request
Build 22b70e42-a73e-4de0-a8d9-c502fa218ff4
Start 2024-07-04T03:09:21-07:00
Duration 7m46.189s
Status SUCCESS

Steps

Step Status Duration
gcr.io/cloud-builders/docker SUCCESS 11.323s
gcr.io/cloud-builders/docker SUCCESS 1.197s
prepare SUCCESS 18.158s
ci-ready SUCCESS 1m27.088s
default_test SUCCESS 2m42.449s
race_detection SUCCESS 5m25.203s
etcd_with_coverage SUCCESS 2m42.432s
etcd_with_race SUCCESS 5m25.675s
with_pkcs11_and_race SUCCESS 5m27.749s
codecov.io SUCCESS 2.346s
ci_complete SUCCESS 739ms
build_ctfe SUCCESS 52.757s
build_envsubst SUCCESS 2.6s
envsubst_kubernetes_configs SUCCESS 815ms
update_kubernetes_configs_dryrun SUCCESS 6.656s

Details

starting build "22b70e42-a73e-4de0-a8d9-c502fa218ff4"

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/certificate-transparency-go
 * branch            38c17cd4e868b09efe364c45d247d60eed6bb5fe -> FETCH_HEAD
HEAD is now at 38c17cd Use the version in the go.mod file for vuln checks
BUILD
Starting Step #0
Starting Step #11 - "build_ctfe"
Step #0: Already have image (with digest): gcr.io/cloud-builders/docker
Step #11 - "build_ctfe": Already have image (with digest): gcr.io/cloud-builders/docker
Step #11 - "build_ctfe": Sending build context to Docker daemon   5.54MB

Step #11 - "build_ctfe": Step 1/12 : FROM golang:1.22.4-bookworm@sha256:96788441ff71144c93fc67577f2ea99fd4474f8e45c084e9445fe3454387de5b as build
Step #0: latest: Pulling from trillian-opensource-ci/ct_testbase
Step #0: fea1432adf09: Already exists
Step #0: 5651b5803b18: Already exists
Step #0: 3873416e6a33: Already exists
Step #0: 3e81cd9a510c: Already exists
Step #0: 060aaf7efd06: Already exists
Step #0: a0410200e934: Already exists
Step #0: 4f4fb700ef54: Already exists
Step #0: 5b9cd13c2c5f: Pulling fs layer
Step #0: dd72ff12909b: Pulling fs layer
Step #0: 4f5fe1866c16: Pulling fs layer
Step #0: ca824d5a4ed4: Pulling fs layer
Step #0: 23dcfe090458: Pulling fs layer
Step #0: bee699cf9d7e: Pulling fs layer
Step #0: ca824d5a4ed4: Waiting
Step #0: 23dcfe090458: Waiting
Step #0: bee699cf9d7e: Waiting
Step #0: 5b9cd13c2c5f: Download complete
Step #0: 4f5fe1866c16: Verifying Checksum
Step #0: 4f5fe1866c16: Download complete
Step #0: 5b9cd13c2c5f: Pull complete
Step #11 - "build_ctfe": docker.io/library/golang:1.22.4-bookworm@sha256:96788441ff71144c93fc67577f2ea99fd4474f8e45c084e9445fe3454387de5b: Pulling from library/golang
Step #11 - "build_ctfe": Digest: sha256:96788441ff71144c93fc67577f2ea99fd4474f8e45c084e9445fe3454387de5b
Step #11 - "build_ctfe": Status: Downloaded newer image for golang:1.22.4-bookworm@sha256:96788441ff71144c93fc67577f2ea99fd4474f8e45c084e9445fe3454387de5b
Step #11 - "build_ctfe":  ---> 7c766477b4d1
Step #11 - "build_ctfe": Step 2/12 : ARG GOFLAGS=""
Step #0: 23dcfe090458: Verifying Checksum
Step #0: 23dcfe090458: Download complete
Step #0: ca824d5a4ed4: Verifying Checksum
Step #0: ca824d5a4ed4: Download complete
Step #11 - "build_ctfe":  ---> Running in f0db8dd1583b
Step #0: bee699cf9d7e: Download complete
Step #11 - "build_ctfe": Removing intermediate container f0db8dd1583b
Step #11 - "build_ctfe":  ---> 35589e78f1dc
Step #11 - "build_ctfe": Step 3/12 : ENV GOFLAGS=$GOFLAGS
Step #11 - "build_ctfe":  ---> Running in 0c844effbd01
Step #11 - "build_ctfe": Removing intermediate container 0c844effbd01
Step #11 - "build_ctfe":  ---> b170266d62cd
Step #11 - "build_ctfe": Step 4/12 : WORKDIR /build
Step #11 - "build_ctfe":  ---> Running in 580cbf2fc14a
Step #11 - "build_ctfe": Removing intermediate container 580cbf2fc14a
Step #11 - "build_ctfe":  ---> 827f7912482d
Step #11 - "build_ctfe": Step 5/12 : COPY go.mod .
Step #11 - "build_ctfe":  ---> 87d1c086f5d7
Step #11 - "build_ctfe": Step 6/12 : COPY go.sum .
Step #11 - "build_ctfe":  ---> 155570ae65a0
Step #11 - "build_ctfe": Step 7/12 : RUN go mod download
Step #11 - "build_ctfe":  ---> Running in b0ada26a3036
Step #0: dd72ff12909b: Verifying Checksum
Step #0: dd72ff12909b: Download complete
Step #0: dd72ff12909b: Pull complete
Step #0: 4f5fe1866c16: Pull complete
Step #0: ca824d5a4ed4: Pull complete
Step #0: 23dcfe090458: Pull complete
Step #0: bee699cf9d7e: Pull complete
Step #0: Digest: sha256:6dd3809c29fea01ed58efbb9e32f26c26241c5fc298d7c2f28ed1a26779b797a
Step #0: Status: Downloaded newer image for gcr.io/trillian-opensource-ci/ct_testbase:latest
Step #0: gcr.io/trillian-opensource-ci/ct_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   5.54MB

Step #1: Step 1/13 : FROM golang:1.22.4-bookworm@sha256:96788441ff71144c93fc67577f2ea99fd4474f8e45c084e9445fe3454387de5b as ct_testbase
Step #1:  ---> 7c766477b4d1
Step #1: Step 2/13 : WORKDIR /testbase
Step #1:  ---> Using cache
Step #1:  ---> f6a412bbf391
Step #1: Step 3/13 : ARG GOFLAGS=""
Step #1:  ---> Using cache
Step #1:  ---> 3b62399cd385
Step #1: Step 4/13 : ENV GOFLAGS=$GOFLAGS
Step #1:  ---> Using cache
Step #1:  ---> 43540598944d
Step #1: Step 5/13 : RUN apt-get update && apt-get -y install build-essential curl docker-compose lsof mariadb-client netcat-openbsd unzip wget xxd
Step #1:  ---> Using cache
Step #1:  ---> 6d6d1c9a95d2
Step #1: Step 6/13 : RUN cd /usr/bin && curl -L -O https://github.com/jqlang/jq/releases/download/jq-1.7/jq-linux64 && mv jq-linux64 /usr/bin/jq && chmod +x /usr/bin/jq
Step #1:  ---> Using cache
Step #1:  ---> 8130c86d6a5a
Step #1: Step 7/13 : 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:  ---> e0c2de28e026
Step #1: Step 8/13 : 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:  ---> 39f0ad24b384
Step #1: Step 9/13 : ENV PATH /usr/local/bin:$PATH
Step #1:  ---> Using cache
Step #1:  ---> d20404829a7b
Step #1: Step 10/13 : COPY ./integration/test-runner.sh /testbase/
Step #1:  ---> Using cache
Step #1:  ---> 35cc3cbac1b3
Step #1: Step 11/13 : ENV GOPATH /go
Step #1:  ---> Using cache
Step #1:  ---> 6ac59f6be40d
Step #1: Step 12/13 : ENV PATH $GOPATH/bin:/testbase/protoc/bin:$PATH
Step #1:  ---> Using cache
Step #1:  ---> 4e31897a6fe8
Step #1: Step 13/13 : CMD /bin/bash -exc /testbase/test-runner.sh
Step #1:  ---> Using cache
Step #1:  ---> 4f935eeabb41
Step #1: Successfully built 4f935eeabb41
Step #1: Successfully tagged gcr.io/trillian-opensource-ci/ct_testbase:latest
Finished Step #1
Starting Step #2 - "prepare"
Step #2 - "prepare": Already have image (with digest): gcr.io/trillian-opensource-ci/ct_testbase
Step #2 - "prepare": + docker pull gcr.io/trillian-opensource-ci/log_server:latest
Step #2 - "prepare": latest: Pulling from trillian-opensource-ci/log_server
Step #2 - "prepare": b2ce0e066077: Already exists
Step #2 - "prepare": e8d9a567199d: Already exists
Step #2 - "prepare": 058cf3d8c2ba: Already exists
Step #2 - "prepare": b6824ed73363: Already exists
Step #2 - "prepare": 7c12895b777b: Already exists
Step #2 - "prepare": 33e068de2649: Already exists
Step #2 - "prepare": 5664b15f108b: Already exists
Step #2 - "prepare": 27be814a09eb: Already exists
Step #2 - "prepare": 4aa0ea1413d3: Already exists
Step #2 - "prepare": da7816fa955e: Already exists
Step #2 - "prepare": 9aee425378d2: Already exists
Step #2 - "prepare": b3ae1613dfe7: Already exists
Step #2 - "prepare": cf804ed06a0f: Already exists
Step #2 - "prepare": 9a68836ca0d7: Pulling fs layer
Step #2 - "prepare": 68136c0e1bb9: Pulling fs layer
Step #2 - "prepare": 68136c0e1bb9: Verifying Checksum
Step #2 - "prepare": 68136c0e1bb9: Download complete
Step #2 - "prepare": 9a68836ca0d7: Verifying Checksum
Step #2 - "prepare": 9a68836ca0d7: Download complete
Step #2 - "prepare": 9a68836ca0d7: Pull complete
Step #2 - "prepare": 68136c0e1bb9: Pull complete
Step #2 - "prepare": Digest: sha256:c4a4a38b8f12fadf9b32a3b8effdb6f3f4be2ae6d72236e5884f7e097317ce5b
Step #2 - "prepare": Status: Downloaded newer image for gcr.io/trillian-opensource-ci/log_server:latest
Step #2 - "prepare": gcr.io/trillian-opensource-ci/log_server:latest
Step #2 - "prepare": + docker tag gcr.io/trillian-opensource-ci/log_server:latest deployment_trillian-log-server
Step #2 - "prepare": + docker pull gcr.io/trillian-opensource-ci/log_signer:latest
Step #2 - "prepare": latest: Pulling from trillian-opensource-ci/log_signer
Step #2 - "prepare": b2ce0e066077: Already exists
Step #2 - "prepare": e8d9a567199d: Already exists
Step #2 - "prepare": 058cf3d8c2ba: Already exists
Step #2 - "prepare": b6824ed73363: Already exists
Step #2 - "prepare": 7c12895b777b: Already exists
Step #2 - "prepare": 33e068de2649: Already exists
Step #2 - "prepare": 5664b15f108b: Already exists
Step #2 - "prepare": 27be814a09eb: Already exists
Step #2 - "prepare": 4aa0ea1413d3: Already exists
Step #2 - "prepare": da7816fa955e: Already exists
Step #2 - "prepare": 9aee425378d2: Already exists
Step #2 - "prepare": b3ae1613dfe7: Already exists
Step #2 - "prepare": cf804ed06a0f: Already exists
Step #2 - "prepare": b498cdaf393b: Pulling fs layer
Step #2 - "prepare": 1049d0e0edf8: Pulling fs layer
Step #2 - "prepare": 1049d0e0edf8: Verifying Checksum
Step #2 - "prepare": 1049d0e0edf8: Download complete
Step #2 - "prepare": b498cdaf393b: Verifying Checksum
Step #2 - "prepare": b498cdaf393b: Download complete
Step #2 - "prepare": b498cdaf393b: Pull complete
Step #2 - "prepare": 1049d0e0edf8: Pull complete
Step #2 - "prepare": Digest: sha256:84533c1ecc462574b9c117c6121bfcf56af6d9903fd19e705abfee6b29c1f5f6
Step #2 - "prepare": Status: Downloaded newer image for gcr.io/trillian-opensource-ci/log_signer:latest
Step #2 - "prepare": gcr.io/trillian-opensource-ci/log_signer:latest
Step #2 - "prepare": + docker tag gcr.io/trillian-opensource-ci/log_signer:latest deployment_trillian-log-signer
Step #2 - "prepare": ++ go list -f '{{.Dir}}' github.com/google/trillian
Step #2 - "prepare": go: downloading github.com/google/trillian v1.6.0
Step #2 - "prepare": go: downloading google.golang.org/grpc v1.64.0
Step #2 - "prepare": go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237
Step #2 - "prepare": go: downloading google.golang.org/protobuf v1.34.2
Step #2 - "prepare": go: downloading google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de
Step #2 - "prepare": go: downloading golang.org/x/sys v0.21.0
Step #2 - "prepare": go: downloading golang.org/x/net v0.26.0
Step #2 - "prepare": go: downloading golang.org/x/text v0.16.0
Step #2 - "prepare": + export TRILLIAN_LOCATION=/go/pkg/mod/github.com/google/trillian@v1.6.0
Step #2 - "prepare": + TRILLIAN_LOCATION=/go/pkg/mod/github.com/google/trillian@v1.6.0
Step #2 - "prepare": + echo -e 'networks:\n      default:\n        external:\n          name: cloudbuild'
Step #2 - "prepare": + docker-compose -f /go/pkg/mod/github.com/google/trillian@v1.6.0/examples/deployment/docker-compose.yml pull mysql trillian-log-server trillian-log-signer
Step #2 - "prepare": Pulling mysql               ... 
Step #2 - "prepare": Pulling trillian-log-server ... 
Step #2 - "prepare": Pulling trillian-log-signer ... 
Step #2 - "prepare": Pulling mysql               ... done
Step #2 - "prepare": Pulling trillian-log-server ... done
Step #2 - "prepare": Pulling trillian-log-signer ... done
Step #2 - "prepare": + docker-compose -f /go/pkg/mod/github.com/google/trillian@v1.6.0/examples/deployment/docker-compose.yml up -d mysql trillian-log-server trillian-log-signer
Step #2 - "prepare": Building mysql
Step #2 - "prepare": Sending build context to Docker daemon  5.242MB

Step #2 - "prepare": Step 1/4 : FROM mysql:8.2
Step #2 - "prepare": 8.2: Pulling from library/mysql
Step #2 - "prepare": 558b7d69a2e5: Pulling fs layer
Step #2 - "prepare": 599b67b0dd6a: Pulling fs layer
Step #2 - "prepare": 50314d46ce2b: Pulling fs layer
Step #2 - "prepare": 494babc92263: Pulling fs layer
Step #2 - "prepare": 02548e6f2dbf: Pulling fs layer
Step #2 - "prepare": a9e5e2637e0d: Pulling fs layer
Step #2 - "prepare": 657b198fe6b7: Pulling fs layer
Step #2 - "prepare": 215a2b0eabbf: Pulling fs layer
Step #2 - "prepare": 377a4c7a89c5: Pulling fs layer
Step #2 - "prepare": 4bfe599fe218: Pulling fs layer
Step #2 - "prepare": 657b198fe6b7: Waiting
Step #2 - "prepare": 215a2b0eabbf: Waiting
Step #2 - "prepare": 377a4c7a89c5: Waiting
Step #2 - "prepare": 494babc92263: Waiting
Step #2 - "prepare": 4bfe599fe218: Waiting
Step #2 - "prepare": 02548e6f2dbf: Waiting
Step #2 - "prepare": a9e5e2637e0d: Waiting
Step #2 - "prepare": 599b67b0dd6a: Download complete
Step #2 - "prepare": 50314d46ce2b: Verifying Checksum
Step #2 - "prepare": 50314d46ce2b: Download complete
Step #2 - "prepare": 02548e6f2dbf: Download complete
Step #2 - "prepare": 558b7d69a2e5: Download complete
Step #2 - "prepare": 494babc92263: Verifying Checksum
Step #2 - "prepare": 494babc92263: Download complete
Step #2 - "prepare": a9e5e2637e0d: Verifying Checksum
Step #2 - "prepare": a9e5e2637e0d: Download complete
Step #2 - "prepare": 215a2b0eabbf: Download complete
Step #2 - "prepare": 4bfe599fe218: Verifying Checksum
Step #2 - "prepare": 4bfe599fe218: Download complete
Step #2 - "prepare": 657b198fe6b7: Verifying Checksum
Step #2 - "prepare": 657b198fe6b7: Download complete
Step #2 - "prepare": 558b7d69a2e5: Pull complete
Step #2 - "prepare": 377a4c7a89c5: Verifying Checksum
Step #2 - "prepare": 377a4c7a89c5: Download complete
Step #2 - "prepare": 599b67b0dd6a: Pull complete
Step #2 - "prepare": 50314d46ce2b: Pull complete
Step #2 - "prepare": 494babc92263: Pull complete
Step #2 - "prepare": 02548e6f2dbf: Pull complete
Step #2 - "prepare": a9e5e2637e0d: Pull complete
Step #2 - "prepare": 657b198fe6b7: Pull complete
Step #2 - "prepare": 215a2b0eabbf: Pull complete
Step #11 - "build_ctfe": Removing intermediate container b0ada26a3036
Step #11 - "build_ctfe":  ---> ec9a9f1a7b7a
Step #11 - "build_ctfe": Step 8/12 : COPY . .
Step #2 - "prepare": 377a4c7a89c5: Pull complete
Step #2 - "prepare": 4bfe599fe218: Pull complete
Step #2 - "prepare": Digest: sha256:212fe73edca5df6ff14826d5eb975c914bfb91f82a2e923f9050568f99525da1
Step #2 - "prepare": Status: Downloaded newer image for mysql:8.2
Step #2 - "prepare":  ---> bc861cf238f2
Step #2 - "prepare": Step 2/4 : COPY examples/deployment/docker/db_server/mysql.cnf /etc/mysql/conf.d/trillian.cnf
Step #2 - "prepare":  ---> 00307de0cfca
Step #2 - "prepare": Step 3/4 : COPY storage/mysql/schema/storage.sql /docker-entrypoint-initdb.d/storage.sql
Step #11 - "build_ctfe":  ---> c6279b71a025
Step #11 - "build_ctfe": Step 9/12 : RUN go build ./trillian/ctfe/ct_server
Step #11 - "build_ctfe":  ---> Running in 42e3b8fb96ff
Step #2 - "prepare":  ---> abc23c76d485
Step #2 - "prepare": Step 4/4 : RUN chmod -R 775 /docker-entrypoint-initdb.d &&     chmod 644 /etc/mysql/conf.d/trillian.cnf
Step #2 - "prepare":  ---> Running in ae3a2d35318a
Step #2 - "prepare": Removing intermediate container ae3a2d35318a
Step #2 - "prepare":  ---> 61bd189d30e2
Step #2 - "prepare": Successfully built 61bd189d30e2
Step #2 - "prepare": Successfully tagged deployment_mysql:latest
Step #2 - "prepare": Image for service mysql was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`.
Step #2 - "prepare": Creating deployment_mysql_1 ... 
Step #2 - "prepare": Creating deployment_mysql_1 ... done
Step #2 - "prepare": Creating deployment_trillian-log-server_1 ... 
Step #2 - "prepare": Creating deployment_trillian-log-signer_1 ... 
Step #2 - "prepare": Creating deployment_trillian-log-signer_1 ... done
Step #2 - "prepare": Creating deployment_trillian-log-server_1 ... done
Finished Step #2 - "prepare"
Starting Step #3 - "ci-ready"
Step #3 - "ci-ready": Already have image (with digest): gcr.io/trillian-opensource-ci/ct_testbase
Step #3 - "ci-ready": go: downloading github.com/fullstorydev/grpcurl v1.9.1
Step #3 - "ci-ready": go: downloading github.com/golang/mock v1.6.0
Step #3 - "ci-ready": go: downloading github.com/golang/protobuf v1.5.4
Step #3 - "ci-ready": go: downloading go.etcd.io/etcd/etcdctl/v3 v3.5.14
Step #3 - "ci-ready": go: downloading go.etcd.io/etcd/v3 v3.5.14
Step #3 - "ci-ready": go: downloading github.com/jhump/protoreflect v1.16.0
Step #3 - "ci-ready": go: downloading golang.org/x/sync v0.7.0
Step #3 - "ci-ready": go: downloading github.com/envoyproxy/go-control-plane v0.12.0
Step #3 - "ci-ready": go: downloading github.com/urfave/cli v1.22.14
Step #3 - "ci-ready": go: downloading go.etcd.io/etcd/api/v3 v3.5.14
Step #3 - "ci-ready": go: downloading github.com/spf13/cobra v1.8.1
Step #3 - "ci-ready": go: downloading go.etcd.io/etcd/pkg/v3 v3.5.14
Step #3 - "ci-ready": go: downloading github.com/cespare/xxhash/v2 v2.2.0
Step #3 - "ci-ready": go: downloading github.com/cncf/xds/go v0.0.0-20240318125728-8a4994d93e50
Step #3 - "ci-ready": go: downloading github.com/bgentry/speakeasy v0.1.0
Step #3 - "ci-ready": go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.14
Step #3 - "ci-ready": go: downloading go.etcd.io/etcd/client/v2 v2.305.14
Step #3 - "ci-ready": go: downloading go.etcd.io/etcd/etcdutl/v3 v3.5.14
Step #3 - "ci-ready": go: downloading github.com/dustin/go-humanize v1.0.1
Step #3 - "ci-ready": go: downloading github.com/olekukonko/tablewriter v0.0.5
Step #3 - "ci-ready": go: downloading github.com/spf13/pflag v1.0.5
Step #3 - "ci-ready": go: downloading go.etcd.io/etcd/client/v3 v3.5.14
Step #3 - "ci-ready": go: downloading gopkg.in/cheggaaa/pb.v1 v1.0.28
Step #3 - "ci-ready": go: downloading go.uber.org/zap v1.26.0
Step #3 - "ci-ready": go: downloading golang.org/x/time v0.5.0
Step #3 - "ci-ready": go: downloading golang.org/x/mod v0.17.0
Step #3 - "ci-ready": go: downloading golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d
Step #3 - "ci-ready": go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.4
Step #3 - "ci-ready": go: downloading github.com/coreos/go-semver v0.3.1
Step #3 - "ci-ready": go: downloading github.com/envoyproxy/protoc-gen-validate v1.0.4
Step #3 - "ci-ready": go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237
Step #3 - "ci-ready": go: downloading go.etcd.io/etcd/tests/v3 v3.5.14
Step #3 - "ci-ready": go: downloading github.com/json-iterator/go v1.1.12
Step #3 - "ci-ready": go: downloading github.com/modern-go/reflect2 v1.0.2
Step #3 - "ci-ready": go: downloading go.etcd.io/bbolt v1.3.10
Step #3 - "ci-ready": go: downloading go.etcd.io/etcd/raft/v3 v3.5.14
Step #3 - "ci-ready": go: downloading go.etcd.io/etcd/server/v3 v3.5.14
Step #3 - "ci-ready": go: downloading github.com/gogo/protobuf v1.3.2
Step #3 - "ci-ready": go: downloading github.com/coreos/go-systemd/v22 v22.5.0
Step #3 - "ci-ready": go: downloading github.com/mattn/go-runewidth v0.0.13
Step #3 - "ci-ready": go: downloading github.com/bufbuild/protocompile v0.10.0
Step #3 - "ci-ready": go: downloading github.com/russross/blackfriday/v2 v2.1.0
Step #3 - "ci-ready": go: downloading go.uber.org/multierr v1.11.0
Step #3 - "ci-ready": go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
Step #3 - "ci-ready": go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
Step #3 - "ci-ready": go: downloading github.com/soheilhy/cmux v0.1.5
Step #3 - "ci-ready": go: downloading golang.org/x/crypto v0.24.0
Step #3 - "ci-ready": go: downloading github.com/prometheus/client_golang v1.19.1
Step #3 - "ci-ready": go: downloading github.com/jonboulle/clockwork v0.4.0
Step #3 - "ci-ready": go: downloading github.com/rivo/uniseg v0.4.4
Step #3 - "ci-ready": go: downloading golang.org/x/oauth2 v0.18.0
Step #3 - "ci-ready": go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0
Step #3 - "ci-ready": go: downloading github.com/google/btree v1.1.2
Step #3 - "ci-ready": go: downloading github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
Step #3 - "ci-ready": go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
Step #3 - "ci-ready": go: downloading github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75
Step #3 - "ci-ready": go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.20.0
Step #3 - "ci-ready": go: downloading go.opentelemetry.io/otel v1.24.0
Step #3 - "ci-ready": go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.20.0
Step #3 - "ci-ready": go: downloading go.opentelemetry.io/otel/sdk v1.22.0
Step #3 - "ci-ready": go: downloading sigs.k8s.io/yaml v1.4.0
Step #3 - "ci-ready": go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1
Step #3 - "ci-ready": go: downloading github.com/xiang90/probing v0.0.0-20221125231312-a49e3df8f510
Step #3 - "ci-ready": go: downloading github.com/beorn7/perks v1.0.1
Step #3 - "ci-ready": go: downloading github.com/prometheus/client_model v0.5.0
Step #3 - "ci-ready": go: downloading github.com/prometheus/common v0.48.0
Step #3 - "ci-ready": go: downloading github.com/prometheus/procfs v0.12.0
Step #3 - "ci-ready": go: downloading cloud.google.com/go/compute/metadata v0.2.3
Step #3 - "ci-ready": go: downloading github.com/golang-jwt/jwt/v4 v4.5.0
Step #3 - "ci-ready": go: downloading go.opentelemetry.io/otel/metric v1.24.0
Step #3 - "ci-ready": go: downloading cloud.google.com/go/compute v1.25.1
Step #3 - "ci-ready": go: downloading go.opentelemetry.io/otel/trace v1.24.0
Step #3 - "ci-ready": go: downloading github.com/gorilla/websocket v1.5.0
Step #3 - "ci-ready": go: downloading github.com/sirupsen/logrus v1.9.3
Step #3 - "ci-ready": go: downloading go.opentelemetry.io/proto/otlp v1.0.0
Step #3 - "ci-ready": go: downloading github.com/go-logr/logr v1.4.1
Step #3 - "ci-ready": go: downloading github.com/cenkalti/backoff/v4 v4.2.1
Step #3 - "ci-ready": go: downloading github.com/go-logr/stdr v1.2.2
Step #3 - "ci-ready": go: downloading github.com/census-instrumentation/opencensus-proto v0.4.1
Step #3 - "ci-ready": go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.0
Step #11 - "build_ctfe": Removing intermediate container 42e3b8fb96ff
Step #11 - "build_ctfe":  ---> 2d1ef7efba77
Step #11 - "build_ctfe": Step 10/12 : FROM gcr.io/distroless/base-debian12@sha256:786007f631d22e8a1a5084c5b177352d9dcac24b1e8c815187750f70b24a9fc6
Step #11 - "build_ctfe": gcr.io/distroless/base-debian12@sha256:786007f631d22e8a1a5084c5b177352d9dcac24b1e8c815187750f70b24a9fc6: Pulling from distroless/base-debian12
Step #11 - "build_ctfe": Digest: sha256:786007f631d22e8a1a5084c5b177352d9dcac24b1e8c815187750f70b24a9fc6
Step #11 - "build_ctfe": Status: Downloaded newer image for gcr.io/distroless/base-debian12@sha256:786007f631d22e8a1a5084c5b177352d9dcac24b1e8c815187750f70b24a9fc6
Step #11 - "build_ctfe":  ---> acab2fd13712
Step #11 - "build_ctfe": Step 11/12 : COPY --from=build /build/ct_server /
Step #3 - "ci-ready": go: downloading k8s.io/klog/v2 v2.130.1
Step #3 - "ci-ready": go: downloading gopkg.in/yaml.v3 v3.0.1
Step #3 - "ci-ready": go: downloading github.com/transparency-dev/merkle v0.0.2
Step #3 - "ci-ready": go: downloading github.com/hashicorp/golang-lru/v2 v2.0.7
Step #3 - "ci-ready": go: downloading github.com/gorilla/mux v1.8.1
Step #3 - "ci-ready": go: downloading github.com/go-sql-driver/mysql v1.8.1
Step #3 - "ci-ready": go: downloading github.com/mattn/go-sqlite3 v1.14.22
Step #3 - "ci-ready": go: downloading github.com/kylelemons/godebug v1.1.0
Step #3 - "ci-ready": go: downloading github.com/rs/cors v1.11.0
Step #3 - "ci-ready": go: downloading github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
Step #3 - "ci-ready": go: downloading github.com/google/go-cmp v0.6.0
Step #3 - "ci-ready": go: downloading contrib.go.opencensus.io/exporter/stackdriver v0.13.14
Step #3 - "ci-ready": go: downloading go.opencensus.io v0.24.0
Step #3 - "ci-ready": go: downloading github.com/lib/pq v1.10.9
Step #3 - "ci-ready": go: downloading filippo.io/edwards25519 v1.1.0
Step #3 - "ci-ready": go: downloading github.com/prometheus/prometheus v0.47.2
Step #3 - "ci-ready": go: downloading cloud.google.com/go/trace v1.10.5
Step #3 - "ci-ready": go: downloading cloud.google.com/go/monitoring v1.18.0
Step #3 - "ci-ready": go: downloading github.com/aws/aws-sdk-go v1.46.4
Step #3 - "ci-ready": go: downloading google.golang.org/api v0.169.0
Step #3 - "ci-ready": go: downloading github.com/googleapis/gax-go/v2 v2.12.2
Step #3 - "ci-ready": go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
Step #11 - "build_ctfe":  ---> f7848e9479e8
Step #11 - "build_ctfe": Step 12/12 : ENTRYPOINT ["/ct_server"]
Step #11 - "build_ctfe":  ---> Running in d5d40266e4d5
Step #11 - "build_ctfe": Removing intermediate container d5d40266e4d5
Step #11 - "build_ctfe":  ---> 32cd3defc706
Step #11 - "build_ctfe": Successfully built 32cd3defc706
Step #11 - "build_ctfe": Successfully tagged gcr.io/trillian-opensource-ci/ctfe:38c17cd4e868b09efe364c45d247d60eed6bb5fe
Finished Step #11 - "build_ctfe"
Step #3 - "ci-ready": go: downloading github.com/jmespath/go-jmespath v0.4.0
Step #3 - "ci-ready": go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0
Step #3 - "ci-ready": go: downloading github.com/google/s2a-go v0.1.7
Step #3 - "ci-ready": go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.2
Step #3 - "ci-ready": go: downloading github.com/felixge/httpsnoop v1.0.4
Step #3 - "ci-ready": ok  	github.com/google/certificate-transparency-go	0.440s
Step #3 - "ci-ready": ok  	github.com/google/certificate-transparency-go/asn1	0.021s
Step #3 - "ci-ready": ?   	github.com/google/certificate-transparency-go/client/configpb	[no test files]
Step #3 - "ci-ready": ?   	github.com/google/certificate-transparency-go/client/ctclient	[no test files]
Step #3 - "ci-ready": ?   	github.com/google/certificate-transparency-go/client/ctclient/cmd	[no test files]
Step #3 - "ci-ready": ?   	github.com/google/certificate-transparency-go/ctutil/sctcheck	[no test files]
Step #3 - "ci-ready": ?   	github.com/google/certificate-transparency-go/ctutil/sctscan	[no test files]
Step #3 - "ci-ready": ?   	github.com/google/certificate-transparency-go/fixchain/chainfix	[no test files]
Step #3 - "ci-ready": ?   	github.com/google/certificate-transparency-go/internal/witness/api	[no test files]
Step #3 - "ci-ready": ?   	github.com/google/certificate-transparency-go/internal/witness/client/http	[no test files]
Step #3 - "ci-ready": ?   	github.com/google/certificate-transparency-go/internal/witness/cmd/client	[no test files]
Step #3 - "ci-ready": ?   	github.com/google/certificate-transparency-go/internal/witness/cmd/feeder	[no test files]
Step #3 - "ci-ready": ok  	github.com/google/certificate-transparency-go/client	22.973s
Step #3 - "ci-ready": ok  	github.com/google/certificate-transparency-go/ctpolicy	0.008s
Step #3 - "ci-ready": ok  	github.com/google/certificate-transparency-go/ctutil	0.012s
Step #3 - "ci-ready": ok  	github.com/google/certificate-transparency-go/fixchain	0.086s
Step #3 - "ci-ready": ok  	github.com/google/certificate-transparency-go/gossip/minimal/x509ext	0.004s
Step #3 - "ci-ready": ?   	github.com/google/certificate-transparency-go/internal/witness/cmd/witness	[no test files]
Step #3 - "ci-ready": ?   	github.com/google/certificate-transparency-go/internal/witness/cmd/witness/config	[no test files]
Step #3 - "ci-ready": ?   	github.com/google/certificate-transparency-go/internal/witness/cmd/witness/impl	[no test files]
Step #3 - "ci-ready": ok  	github.com/google/certificate-transparency-go/internal/witness/cmd/witness/internal/http	0.018s
Step #3 - "ci-ready": ?   	github.com/google/certificate-transparency-go/internal/witness/verifier	[no test files]
Step #3 - "ci-ready": ?   	github.com/google/certificate-transparency-go/preload	[no test files]
Step #3 - "ci-ready": ?   	github.com/google/certificate-transparency-go/preload/dumpscts	[no test files]
Step #3 - "ci-ready": ?   	github.com/google/certificate-transparency-go/preload/preloader	[no test files]
Step #3 - "ci-ready": ?   	github.com/google/certificate-transparency-go/scanner/scanlog	[no test files]
Step #3 - "ci-ready": ?   	github.com/google/certificate-transparency-go/submission/hammer	[no test files]
Step #3 - "ci-ready": ?   	github.com/google/certificate-transparency-go/submission/server	[no test files]
Step #3 - "ci-ready": ?   	github.com/google/certificate-transparency-go/trillian/ctfe/cache	[no test files]
Step #3 - "ci-ready": ?   	github.com/google/certificate-transparency-go/trillian/ctfe/cache/noop	[no test files]
Step #3 - "ci-ready": ?   	github.com/google/certificate-transparency-go/trillian/ctfe/configpb	[no test files]
Step #3 - "ci-ready": ?   	github.com/google/certificate-transparency-go/trillian/ctfe/ct_server	[no test files]
Step #3 - "ci-ready": ?   	github.com/google/certificate-transparency-go/trillian/ctfe/storage	[no test files]
Step #3 - "ci-ready": ?   	github.com/google/certificate-transparency-go/trillian/ctfe/testonly	[no test files]
Step #3 - "ci-ready": ?   	github.com/google/certificate-transparency-go/trillian/integration/ct_hammer	[no test files]
Step #3 - "ci-ready": ?   	github.com/google/certificate-transparency-go/trillian/migrillian	[no test files]
Step #3 - "ci-ready": ?   	github.com/google/certificate-transparency-go/trillian/migrillian/configpb	[no test files]
Step #3 - "ci-ready": ?   	github.com/google/certificate-transparency-go/trillian/mockclient	[no test files]
Step #3 - "ci-ready": ?   	github.com/google/certificate-transparency-go/trillian/util	[no test files]
Step #3 - "ci-ready": ok  	github.com/google/certificate-transparency-go/internal/witness/cmd/witness/internal/witness	0.017s
Step #3 - "ci-ready": ok  	github.com/google/certificate-transparency-go/jsonclient	0.014s
Step #3 - "ci-ready": ok  	github.com/google/certificate-transparency-go/logid	0.003s
Step #3 - "ci-ready": ok  	github.com/google/certificate-transparency-go/loglist3	0.015s
Step #3 - "ci-ready": ok  	github.com/google/certificate-transparency-go/scanner	0.009s
Step #3 - "ci-ready": ?   	github.com/google/certificate-transparency-go/x509/pkix	[no test files]
Step #3 - "ci-ready": ?   	github.com/google/certificate-transparency-go/x509util/certcheck	[no test files]
Step #3 - "ci-ready": ?   	github.com/google/certificate-transparency-go/x509util/crlcheck	[no test files]
Step #3 - "ci-ready": ok  	github.com/google/certificate-transparency-go/schedule	0.254s
Step #3 - "ci-ready": ok  	github.com/google/certificate-transparency-go/submission	6.242s
Step #3 - "ci-ready": ok  	github.com/google/certificate-transparency-go/tls	0.011s
Step #3 - "ci-ready": ok  	github.com/google/certificate-transparency-go/trillian/ctfe	0.076s
Step #3 - "ci-ready": ok  	github.com/google/certificate-transparency-go/trillian/ctfe/cache/lru	0.003s
Step #3 - "ci-ready": o
...
[Logs truncated due to log size limitations. For full logs, see https://storage.cloud.google.com/trillian-cloudbuild-logs/log-22b70e42-a73e-4de0-a8d9-c502fa218ff4.txt.]
...
ecert chain: ["0\x82\x02p0\x82\x02\x15\xa0\x03\x02\x01\x02\x02\x05\x00ޭ\xbe\xef0\n\x06\b*\x86H\xce=\x04\x03\x020r1\v0\t\x06\x03U\x04\x06\x13\x02GB1\x0f0\r\x06\x03U\x04\b\x13\x06London1\x0f0\r\x06\x03U\x04\a\x13\x06London1\x0f0\r\x06\x03U\x04\n\x13\x06Google1\f0\n\x06\x03U\x04\v\x13\x03Eng1\"0 \x06\x03U\x04\x03\x13\x19FakeIntermediateAuthority0\x1e\x17\r180329170511Z\x17\r240705101558Z0V1\v0\t\x06\x03U\x04\x06\x13\x02GB1\x0f0\r\x06\x03U\x04\b\f\x06London1\x0f0\r\x06\x03U\x04\n\f\x06Google1\f0\n\x06\x03U\x04\v\f\x03Eng1\x170\x15\x06\x03U\x04\x03\f\x0eleaf01.csr.pem0Y0\x13\x06\a*\x86H\xce=\x02\x01\x06\b*\x86H\xce=\x03\x01\a\x03B\x00\x04\xeb7NRE\x9cFը\xb8\xc5\xedX\xb90)\xa6p\x8ai\xa0&\\\x9e/n\xb8k#l\x84\xe1F:\x986\x82D\xa5\x8a\x17\x8bA\x822\xf4-\xe0\b[~\a8R\xfcGV('\x9b\xed`\x8b\xac\xa3\x81\xb30\x81\xb00\x0f\x06\x03U\x1d\x0f\x01\x01\xff\x04\x05\x03\x03\a\xf9\x800\x81\x8b\x06\x03U\x1d\x0e\x04\x81\x83\x04\x81\x80\x06\xac\xec\x1b\xae\xe74:\x99zN\xb0:\xdc\xdbQ\xcfM\xbc\xac\xdfհ}\xe2t\xc3\x19V\xe4\xe4\xe0\xf1\xcb\x18U\xc90\xbd3Z}\xd6%T\xc8\t\x8f\xbe\x15\x7f$\xef\xa9Lz\x96\xd4\x06\xd1\f{W\xc4N\xdec\xba\xe77\x95%\x93\xcd\x0e\xa1;\x03UA\xc2\xcf\xe7\xdc\x05\x89\xf0G\x88-\xb9<\x85\xed%Ng\x1d\t|\xac}\x06\x95sAR\x99\xf3d\x1b\xdc\xcb$ɑ\x00yc\x8eÔ\x92Pnh\xf9\xae0\x0f\x06\x03U\x1d#\x04\b0\x06\x80\x04\x05\x06\a\b0\n\x06\b*\x86H\xce=\x04\x03\x02\x03I\x000F\x02!\x00\xdd\xf6\xd8\xecZ\xe2\x81\xc7\x1f\x1fD\xde\xed\amk\xdaX杚\xe9\x11\xf4\xael\x8f\xd9\x06xy\xc1\x02!\x00\xb1\xd2\xf6\xc7\x06\x03Y\xb8&!)N\x88\x0fvik\xf7\x06\xab3\"\x1bU\xa5\x94k\xfb\x05\x19\xfd\xd5" "0\x82\x02<0\x82\x01\xe1\xa0\x03\x02\x01\x02\x02\x04BBBB0\n\x06\b*\x86H\xce=\x04\x03\x020q1\v0\t\x06\x03U\x04\x06\x13\x02GB1\x0f0\r\x06\x03U\x04\b\x13\x06London1\x0f0\r\x06\x03U\x04\a\x13\x06London1\x0f0\r\x06\x03U\x04\n\x13\x06Google1\f0\n\x06\x03U\x04\v\x13\x03Eng1!0\x1f\x06\x03U\x04\x03\x13\x18FakeCertificateAuthority0\x1e\x17\r180329170511Z\x17\r280205170511Z0r1\v0\t\x06\x03U\x04\x06\x13\x02GB1\x0f0\r\x06\x03U\x04\b\x13\x06London1\x0f0\r\x06\x03U\x04\a\x13\x06London1\x0f0\r\x06\x03U\x04\n\x13\x06Google1\f0\n\x06\x03U\x04\v\x13\x03Eng1\"0 \x06\x03U\x04\x03\x13\x19FakeIntermediateAuthority0Y0\x13\x06\a*\x86H\xce=\x02\x01\x06\b*\x86H\xce=\x03\x01\a\x03B\x00\x04\xf1\xbf-\xe8\x8cf@\xe3\xa8\xd1T\xe0BI\x02\xcb\xddG\b\x85\xc2gAL\xeb\xf7\x87͍\xa3\t\xc8\x18\xcc.0S\x162\xaa՜\bs\xc6v\xfa\xfa:8\xe945\x9cQ\xd1\xee\x12\x81]\x98_]]\xa3f0d0\r\x06\x03U\x1d\x0e\x04\x06\x04\x04\x05\x06\a\b0\x0f\x06\x03U\x1d#\x04\b0\x06\x80\x04\x01\x02\x03\x040\x12\x06\x03U\x1d\x13\x01\x01\xff\x04\b0\x06\x01\x01\xff\x02\x01\x000\x0f\x06\x03U\x1d\x0f\x01\x01\xff\x04\x05\x03\x03\a\xff\x800\x1d\x06\x03U\x1d%\x04\x160\x14\x06\b+\x06\x01\x05\x05\a\x03\x01\x06\b+\x06\x01\x05\x05\a\x03\x020\n\x06\b*\x86H\xce=\x04\x03\x02\x03I\x000F\x02!\x00\x95\xbfH\xb3\xc7k9\xbd\x8e\x97k\xbfK&\u07b5\x82\bE\xd1D(\x03P\xaa\nش\"\xf7\xa1\xe0\x02!\x00\xfbd\x18\xc8\xc08\x12\xaa\x9c^\xd9.\xcar\xb2Ɔ\xe8\xe0\x8by\xb4+\xcfw3\xeca߰\xc6\xdc"]
Step #5 - "race_detection": W0704 10:16:42.468180   27242 handlers.go:206] aramis{7099555784331057533}: AddPreChain handler error: failed to verify add-chain contents: cert / precert mismatch: bool
Step #7 - "etcd_with_race": W0704 10:16:42.481332   27357 handlers.go:953] aramis{3717894690925165879}: Precert (or cert with invalid CT ext) submitted as cert chain: ["0\x82\x02\x850\x82\x02*\xa0\x03\x02\x01\x02\x02\x05\x00ޭ\xbe\xef0\n\x06\b*\x86H\xce=\x04\x03\x020r1\v0\t\x06\x03U\x04\x06\x13\x02GB1\x0f0\r\x06\x03U\x04\b\x13\x06London1\x0f0\r\x06\x03U\x04\a\x13\x06London1\x0f0\r\x06\x03U\x04\n\x13\x06Google1\f0\n\x06\x03U\x04\v\x13\x03Eng1\"0 \x06\x03U\x04\x03\x13\x19FakeIntermediateAuthority0\x1e\x17\r180329170511Z\x17\r240705101558Z0V1\v0\t\x06\x03U\x04\x06\x13\x02GB1\x0f0\r\x06\x03U\x04\b\f\x06London1\x0f0\r\x06\x03U\x04\n\f\x06Google1\f0\n\x06\x03U\x04\v\f\x03Eng1\x170\x15\x06\x03U\x04\x03\f\x0eleaf01.csr.pem0Y0\x13\x06\a*\x86H\xce=\x02\x01\x06\b*\x86H\xce=\x03\x01\a\x03B\x00\x04\xeb7NRE\x9cFը\xb8\xc5\xedX\xb90)\xa6p\x8ai\xa0&\\\x9e/n\xb8k#l\x84\xe1F:\x986\x82D\xa5\x8a\x17\x8bA\x822\xf4-\xe0\b[~\a8R\xfcGV('\x9b\xed`\x8b\xac\xa3\x81\xc80\x81\xc50\x0f\x06\x03U\x1d\x0f\x01\x01\xff\x04\x05\x03\x03\a\xf9\x800\x81\x8b\x06\x03U\x1d\x0e\x04\x81\x83\x04\x81\x80\x17}\x0eZ\x85C}\xb2\x86\xb8\b\xfbh\x02C\xb0\xb16\xad\x95\xf4\xed\u0082\xeb\xf2\xf3\x89\x82\x05Vd\xcdQ\x1c\xa4\xd0\xc5ܡ\x04]f4\xfa\x9d\xfdl\xa5\x06<8Ђ\xdf\x0e\x8cd\xae~\x97\xe2\xd6\xee\x8f\U0006c008&%\xe1L\rC\x9b1 \xe0\x06\xa6\x1d\x8d\xba\xe7\xfeJK\xa0/B\xdcG5\\\xa2\xb7\x13\xaa<t\xbeo\xfe\xeeR\xa3\xe8\xb3\x17c\xa8\x18\x8bu\x8dU\x18\x0fjGÒc\xd9k\xf6\xd60\x0f\x06\x03U\x1d#\x04\b0\x06\x80\x04\x05\x06\a\b0\x13\x06\n+\x06\x01\x04\x01\xd6y\x02\x04\x03\x01\x01\xff\x04\x02\x05\x000\n\x06\b*\x86H\xce=\x04\x03\x02\x03I\x000F\x02!\x00\xbb`j\x8f\xd1\xff\x13\xb2\xf2\x84,\x96lfj\xc6X\x9e\xafD\x8a\x05ŅO¥\x0f\x86$\xea\xb8\x02!\x00\xfcN\xdcB\xff\xa3as\xfe\x14(o\x8c\x06\xe2f~\xbcWwI\rK&A\xb3:\xdd9D\x12\x98" "0\x82\x02<0\x82\x01\xe1\xa0\x03\x02\x01\x02\x02\x04BBBB0\n\x06\b*\x86H\xce=\x04\x03\x020q1\v0\t\x06\x03U\x04\x06\x13\x02GB1\x0f0\r\x06\x03U\x04\b\x13\x06London1\x0f0\r\x06\x03U\x04\a\x13\x06London1\x0f0\r\x06\x03U\x04\n\x13\x06Google1\f0\n\x06\x03U\x04\v\x13\x03Eng1!0\x1f\x06\x03U\x04\x03\x13\x18FakeCertificateAuthority0\x1e\x17\r180329170511Z\x17\r280205170511Z0r1\v0\t\x06\x03U\x04\x06\x13\x02GB1\x0f0\r\x06\x03U\x04\b\x13\x06London1\x0f0\r\x06\x03U\x04\a\x13\x06London1\x0f0\r\x06\x03U\x04\n\x13\x06Google1\f0\n\x06\x03U\x04\v\x13\x03Eng1\"0 \x06\x03U\x04\x03\x13\x19FakeIntermediateAuthority0Y0\x13\x06\a*\x86H\xce=\x02\x01\x06\b*\x86H\xce=\x03\x01\a\x03B\x00\x04\xf1\xbf-\xe8\x8cf@\xe3\xa8\xd1T\xe0BI\x02\xcb\xddG\b\x85\xc2gAL\xeb\xf7\x87͍\xa3\t\xc8\x18\xcc.0S\x162\xaa՜\bs\xc6v\xfa\xfa:8\xe945\x9cQ\xd1\xee\x12\x81]\x98_]]\xa3f0d0\r\x06\x03U\x1d\x0e\x04\x06\x04\x04\x05\x06\a\b0\x0f\x06\x03U\x1d#\x04\b0\x06\x80\x04\x01\x02\x03\x040\x12\x06\x03U\x1d\x13\x01\x01\xff\x04\b0\x06\x01\x01\xff\x02\x01\x000\x0f\x06\x03U\x1d\x0f\x01\x01\xff\x04\x05\x03\x03\a\xff\x800\x1d\x06\x03U\x1d%\x04\x160\x14\x06\b+\x06\x01\x05\x05\a\x03\x01\x06\b+\x06\x01\x05\x05\a\x03\x020\n\x06\b*\x86H\xce=\x04\x03\x02\x03I\x000F\x02!\x00\x95\xbfH\xb3\xc7k9\xbd\x8e\x97k\xbfK&\u07b5\x82\bE\xd1D(\x03P\xaa\nش\"\xf7\xa1\xe0\x02!\x00\xfbd\x18\xc8\xc08\x12\xaa\x9c^\xd9.\xcar\xb2Ɔ\xe8\xe0\x8by\xb4+\xcfw3\xeca߰\xc6\xdc"]
Step #7 - "etcd_with_race": W0704 10:16:42.481600   27357 handlers.go:206] aramis{3717894690925165879}: AddChain handler error: failed to verify add-chain contents: cert / precert mismatch: bool
Step #7 - "etcd_with_race": W0704 10:16:42.701219   27357 handlers.go:953] aramis{3717894690925165879}: Precert (or cert with invalid CT ext) submitted as cert chain: ["0\x82\x02\x840\x82\x02*\xa0\x03\x02\x01\x02\x02\x05\x00ޭ\xbe\xef0\n\x06\b*\x86H\xce=\x04\x03\x020r1\v0\t\x06\x03U\x04\x06\x13\x02GB1\x0f0\r\x06\x03U\x04\b\x13\x06London1\x0f0\r\x06\x03U\x04\a\x13\x06London1\x0f0\r\x06\x03U\x04\n\x13\x06Google1\f0\n\x06\x03U\x04\v\x13\x03Eng1\"0 \x06\x03U\x04\x03\x13\x19FakeIntermediateAuthority0\x1e\x17\r180329170511Z\x17\r240705101558Z0V1\v0\t\x06\x03U\x04\x06\x13\x02GB1\x0f0\r\x06\x03U\x04\b\f\x06London1\x0f0\r\x06\x03U\x04\n\f\x06Google1\f0\n\x06\x03U\x04\v\f\x03Eng1\x170\x15\x06\x03U\x04\x03\f\x0eleaf01.csr.pem0Y0\x13\x06\a*\x86H\xce=\x02\x01\x06\b*\x86H\xce=\x03\x01\a\x03B\x00\x04\xeb7NRE\x9cFը\xb8\xc5\xedX\xb90)\xa6p\x8ai\xa0&\\\x9e/n\xb8k#l\x84\xe1F:\x986\x82D\xa5\x8a\x17\x8bA\x822\xf4-\xe0\b[~\a8R\xfcGV('\x9b\xed`\x8b\xac\xa3\x81\xc80\x81\xc50\x0f\x06\x03U\x1d\x0f\x01\x01\xff\x04\x05\x03\x03\a\xf9\x800\x81\x8b\x06\x03U\x1d\x0e\x04\x81\x83\x04\x81\x80\x82\x8d*u\xdbS\xf7G\x05\x8c\x18m\xba\x95\xad\xc0I\ru\x98E\x97\xf6\xf1\x8fh\x1al@\xeb\x9a\xee\xbf[F\x05r\x18\xd8\x1b\xfc\xf6\x1a\x10\x93̘\\s\xae\x88\xb9I\xa9\xe3\xb7\xe4\x15\x85i\xcc\xefR^*,\xb4ЊDIOn\xe1)\xe6;C\xd3\f\xdaq\x99\xee\xd9\x0f\x14\xea\xa3\x7f\xd8+,R\xdcc\xde\xd0M\x80\xc5\xcc\xe3\x98*\x159\x02\x98H\xe8\xa0\n~JJ\x7fi\xce~\x9b\xebD\xd6ј\x13\xdb0\x0f\x06\x03U\x1d#\x04\b0\x06\x80\x04\x05\x06\a\b0\x13\x06\n+\x06\x01\x04\x01\xd6y\x02\x04\x03\x01\x01\xff\x04\x02\x05\x000\n\x06\b*\x86H\xce=\x04\x03\x02\x03H\x000E\x02!\x00\xe1\x1a\xd6L0\x8f\x17\x89\x049\xa8\x13\xa9\x88\x88\x92\x84\xc1[sG\xfc5\xf4k\xe5qDvmT\xc6\x02 *\x90,\x82=˕\bm\xd5\xf7\x94\xccn\x1d%\xd1\xcaJk,P\xf5'\xa0H\x8cGFw˧" "0\x82\x02<0\x82\x01\xe1\xa0\x03\x02\x01\x02\x02\x04BBBB0\n\x06\b*\x86H\xce=\x04\x03\x020q1\v0\t\x06\x03U\x04\x06\x13\x02GB1\x0f0\r\x06\x03U\x04\b\x13\x06London1\x0f0\r\x06\x03U\x04\a\x13\x06London1\x0f0\r\x06\x03U\x04\n\x13\x06Google1\f0\n\x06\x03U\x04\v\x13\x03Eng1!0\x1f\x06\x03U\x04\x03\x13\x18FakeCertificateAuthority0\x1e\x17\r180329170511Z\x17\r280205170511Z0r1\v0\t\x06\x03U\x04\x06\x13\x02GB1\x0f0\r\x06\x03U\x04\b\x13\x06London1\x0f0\r\x06\x03U\x04\a\x13\x06London1\x0f0\r\x06\x03U\x04\n\x13\x06Google1\f0\n\x06\x03U\x04\v\x13\x03Eng1\"0 \x06\x03U\x04\x03\x13\x19FakeIntermediateAuthority0Y0\x13\x06\a*\x86H\xce=\x02\x01\x06\b*\x86H\xce=\x03\x01\a\x03B\x00\x04\xf1\xbf-\xe8\x8cf@\xe3\xa8\xd1T\xe0BI\x02\xcb\xddG\b\x85\xc2gAL\xeb\xf7\x87͍\xa3\t\xc8\x18\xcc.0S\x162\xaa՜\bs\xc6v\xfa\xfa:8\xe945\x9cQ\xd1\xee\x12\x81]\x98_]]\xa3f0d0\r\x06\x03U\x1d\x0e\x04\x06\x04\x04\x05\x06\a\b0\x0f\x06\x03U\x1d#\x04\b0\x06\x80\x04\x01\x02\x03\x040\x12\x06\x03U\x1d\x13\x01\x01\xff\x04\b0\x06\x01\x01\xff\x02\x01\x000\x0f\x06\x03U\x1d\x0f\x01\x01\xff\x04\x05\x03\x03\a\xff\x800\x1d\x06\x03U\x1d%\x04\x160\x14\x06\b+\x06\x01\x05\x05\a\x03\x01\x06\b+\x06\x01\x05\x05\a\x03\x020\n\x06\b*\x86H\xce=\x04\x03\x02\x03I\x000F\x02!\x00\x95\xbfH\xb3\xc7k9\xbd\x8e\x97k\xbfK&\u07b5\x82\bE\xd1D(\x03P\xaa\nش\"\xf7\xa1\xe0\x02!\x00\xfbd\x18\xc8\xc08\x12\xaa\x9c^\xd9.\xcar\xb2Ɔ\xe8\xe0\x8by\xb4+\xcfw3\xeca߰\xc6\xdc"]
Step #7 - "etcd_with_race": W0704 10:16:42.701722   27357 handlers.go:206] aramis{3717894690925165879}: AddChain handler error: failed to verify add-chain contents: cert / precert mismatch: bool
Step #8 - "with_pkcs11_and_race": W0704 10:16:42.868802   27330 handlers.go:206] aramis{990888240698534175}: AddChain handler error: aramis{990888240698534175}: failed to parse add-chain body: cert chain was empty
Step #8 - "with_pkcs11_and_race": W0704 10:16:42.871994   27330 handlers.go:206] aramis{990888240698534175}: GetSTHConsistency handler error: need tree size: 1000001482 for proof but only got: 1407
Step #8 - "with_pkcs11_and_race": W0704 10:16:42.944748   27330 handlers.go:206] aramis{990888240698534175}: AddChain handler error: aramis{990888240698534175}: failed to parse add-chain body: cert chain was empty
Step #5 - "race_detection": W0704 10:16:42.991536   27242 handlers.go:206] aramis{7099555784331057533}: AddChain handler error: failed to verify add-chain contents: chain failed to verify: x509: certificate signed by unknown authority
Step #5 - "race_detection": W0704 10:16:43.206613   27242 handlers.go:206] aramis{7099555784331057533}: GetSTHConsistency handler error: failed to parse consistency range: first and second params cannot be <0: -3 -1
Step #8 - "with_pkcs11_and_race": W0704 10:16:43.213853   27330 handlers.go:953] aramis{990888240698534175}: Precert (or cert with invalid CT ext) submitted as cert chain: ["0\x82\x02\x830\x82\x02*\xa0\x03\x02\x01\x02\x02\x05\x00ޭ\xbe\xef0\n\x06\b*\x86H\xce=\x04\x03\x020r1\v0\t\x06\x03U\x04\x06\x13\x02GB1\x0f0\r\x06\x03U\x04\b\x13\x06London1\x0f0\r\x06\x03U\x04\a\x13\x06London1\x0f0\r\x06\x03U\x04\n\x13\x06Google1\f0\n\x06\x03U\x04\v\x13\x03Eng1\"0 \x06\x03U\x04\x03\x13\x19FakeIntermediateAuthority0\x1e\x17\r180329170511Z\x17\r240705101601Z0V1\v0\t\x06\x03U\x04\x06\x13\x02GB1\x0f0\r\x06\x03U\x04\b\f\x06London1\x0f0\r\x06\x03U\x04\n\f\x06Google1\f0\n\x06\x03U\x04\v\f\x03Eng1\x170\x15\x06\x03U\x04\x03\f\x0eleaf01.csr.pem0Y0\x13\x06\a*\x86H\xce=\x02\x01\x06\b*\x86H\xce=\x03\x01\a\x03B\x00\x04\xeb7NRE\x9cFը\xb8\xc5\xedX\xb90)\xa6p\x8ai\xa0&\\\x9e/n\xb8k#l\x84\xe1F:\x986\x82D\xa5\x8a\x17\x8bA\x822\xf4-\xe0\b[~\a8R\xfcGV('\x9b\xed`\x8b\xac\xa3\x81\xc80\x81\xc50\x0f\x06\x03U\x1d\x0f\x01\x01\xff\x04\x05\x03\x03\a\xf9\x800\x81\x8b\x06\x03U\x1d\x0e\x04\x81\x83\x04\x81\x80*)\xe4\xe7\xab\t\xc0m\xc1o\xf22\xfd\x17\x98\x1cFwC\a\xdf\xfa\a\xe3\x06J\xb3\xe3`\xa3\x14\xddN\xf6Q\xbdl\x95\xa1m\xb4\xff\x06m\x93\x9d\x83\xa8\xbd\xe7\x1fo4\xd5f\xcd\xf1>jv\xb9\xfa\x84+\xa5\b\x14F`%\xdf!\xd0z\v{\xd5\xc4>&bCWZDg$\xaa\xfe\xd2g>[\x03\x8aD\xe63\xfb\xd7N\xf3.\xdb\xd1`\xaep\xc1Y\xc1\xdd\xddT\x939\xac?0NaJ\x91\x8a\x06\xbaC\\0\x0f\x06\x03U\x1d#\x04\b0\x06\x80\x04\x05\x06\a\b0\x13\x06\n+\x06\x01\x04\x01\xd6y\x02\x04\x03\x01\x01\xff\x04\x02\x05\x000\n\x06\b*\x86H\xce=\x04\x03\x02\x03G\x000D\x02 |a\x1c\xef\xdbu\xde_\x8a\x83\xf1\xaenO\x1f\x82&\xbbn\x1f\xc0\xf8J[5I\b\xf2t\xe9k\xdd\x02 S\x05\xafj\xe1\xd0\xd0\xfe\xc0\xb2\xdfȦ|G\x8a\bH\x9a\x84\x01ɛ\xa5:\x12N\x8d\x82\x121$" "0\x82\x02<0\x82\x01\xe1\xa0\x03\x02\x01\x02\x02\x04BBBB0\n\x06\b*\x86H\xce=\x04\x03\x020q1\v0\t\x06\x03U\x04\x06\x13\x02GB1\x0f0\r\x06\x03U\x04\b\x13\x06London1\x0f0\r\x06\x03U\x04\a\x13\x06London1\x0f0\r\x06\x03U\x04\n\x13\x06Google1\f0\n\x06\x03U\x04\v\x13\x03Eng1!0\x1f\x06\x03U\x04\x03\x13\x18FakeCertificateAuthority0\x1e\x17\r180329170511Z\x17\r280205170511Z0r1\v0\t\x06\x03U\x04\x06\x13\x02GB1\x0f0\r\x06\x03U\x04\b\x13\x06London1\x0f0\r\x06\x03U\x04\a\x13\x06London1\x0f0\r\x06\x03U\x04\n\x13\x06Google1\f0\n\x06\x03U\x04\v\x13\x03Eng1\"0 \x06\x03U\x04\x03\x13\x19FakeIntermediateAuthority0Y0\x13\x06\a*\x86H\xce=\x02\x01\x06\b*\x86H\xce=\x03\x01\a\x03B\x00\x04\xf1\xbf-\xe8\x8cf@\xe3\xa8\xd1T\xe0BI\x02\xcb\xddG\b\x85\xc2gAL\xeb\xf7\x87͍\xa3\t\xc8\x18\xcc.0S\x162\xaa՜\bs\xc6v\xfa\xfa:8\xe945\x9cQ\xd1\xee\x12\x81]\x98_]]\xa3f0d0\r\x06\x03U\x1d\x0e\x04\x06\x04\x04\x05\x06\a\b0\x0f\x06\x03U\x1d#\x04\b0\x06\x80\x04\x01\x02\x03\x040\x12\x06\x03U\x1d\x13\x01\x01\xff\x04\b0\x06\x01\x01\xff\x02\x01\x000\x0f\x06\x03U\x1d\x0f\x01\x01\xff\x04\x05\x03\x03\a\xff\x800\x1d\x06\x03U\x1d%\x04\x160\x14\x06\b+\x06\x01\x05\x05\a\x03\x01\x06\b+\x06\x01\x05\x05\a\x03\x020\n\x06\b*\x86H\xce=\x04\x03\x02\x03I\x000F\x02!\x00\x95\xbfH\xb3\xc7k9\xbd\x8e\x97k\xbfK&\u07b5\x82\bE\xd1D(\x03P\xaa\nش\"\xf7\xa1\xe0\x02!\x00\xfbd\x18\xc8\xc08\x12\xaa\x9c^\xd9.\xcar\xb2Ɔ\xe8\xe0\x8by\xb4+\xcfw3\xeca߰\xc6\xdc"]
Step #8 - "with_pkcs11_and_race": W0704 10:16:43.214140   27330 handlers.go:206] aramis{990888240698534175}: AddChain handler error: failed to verify add-chain contents: cert / precert mismatch: bool
Step #5 - "race_detection": I0704 10:16:43.257484   27281 hammer.go:1134] aramis: completed 1500 operations on log
Step #5 - "race_detection": I0704 10:16:43.257584   27281 main.go:317] completed tests on all 3 logs:
Step #5 - "race_detection": I0704 10:16:43.257629   27281 main.go:329]   no errors; done
Step #7 - "etcd_with_race": W0704 10:16:43.513953   27357 handlers.go:206] aramis{3717894690925165879}: AddPreChain handler error: aramis{3717894690925165879}: failed to parse add-chain body: cert chain was empty
Step #7 - "etcd_with_race": W0704 10:16:43.558945   27357 handlers.go:206] aramis{3717894690925165879}: AddPreChain handler error: failed to verify add-chain contents: chain failed to verify: x509: certificate signed by unknown authority
Step #7 - "etcd_with_race": I0704 10:16:43.757578   27398 hammer.go:1134] aramis: completed 1500 operations on log
Step #7 - "etcd_with_race": I0704 10:16:43.757667   27398 main.go:317] completed tests on all 3 logs:
Step #7 - "etcd_with_race": I0704 10:16:43.757700   27398 main.go:329]   no errors; done
Step #8 - "with_pkcs11_and_race": W0704 10:16:43.829094   27330 handlers.go:206] aramis{990888240698534175}: AddPreChain handler error: failed to verify add-chain contents: chain failed to verify: x509: certificate signed by unknown authority
Step #8 - "with_pkcs11_and_race": W0704 10:16:43.860032   27330 handlers.go:206] aramis{990888240698534175}: AddPreChain handler error: failed to verify add-chain contents: chain failed to verify: x509: certificate signed by unknown authority
Step #8 - "with_pkcs11_and_race": W0704 10:16:43.997622   27330 handlers.go:206] aramis{990888240698534175}: AddChain handler error: failed to verify add-chain contents: chain failed to verify: x509: certificate signed by unknown authority
Step #8 - "with_pkcs11_and_race": W0704 10:16:44.066029   27330 handlers.go:206] aramis{990888240698534175}: AddPreChain handler error: failed to verify add-chain contents: chain failed to verify: x509: certificate signed by unknown authority
Step #8 - "with_pkcs11_and_race": W0704 10:16:44.109456   27330 handlers.go:206] aramis{990888240698534175}: AddChain handler error: failed to verify add-chain contents: chain failed to verify: x509: certificate signed by unknown authority
Step #8 - "with_pkcs11_and_race": W0704 10:16:44.111357   27330 handlers.go:206] aramis{990888240698534175}: AddChain handler error: failed to verify add-chain contents: chain failed to verify: asn1: structure error: tags don't match (16 vs {class:0 tag:0 length:623 isCompound:false}) {optional:false explicit:false application:false private:false defaultValue:<nil> tag:<nil> stringType:0 timeType:0 set:false omitEmpty:false lax:true name:} certificate @4
Step #8 - "with_pkcs11_and_race": W0704 10:16:44.160431   27330 handlers.go:206] aramis{990888240698534175}: AddPreChain handler error: aramis{990888240698534175}: failed to parse add-chain body: cert chain was empty
Step #5 - "race_detection": Stopping CT HTTP servers (pids 27242)
Step #5 - "race_detection": W0704 10:16:44.269889   27242 main.go:343] Signal received: interrupt
Step #5 - "race_detection": I0704 10:16:44.270018   27242 main.go:317] Shutting down HTTP server...
Step #5 - "race_detection": I0704 10:16:44.270218   27242 main.go:321] HTTP server shutdown
Step #8 - "with_pkcs11_and_race": W0704 10:16:44.280733   27330 handlers.go:206] aramis{990888240698534175}: AddChain handler error: failed to verify add-chain contents: chain failed to verify: asn1: structure error: tags don't match (16 vs {class:0 tag:0 length:623 isCompound:false}) {optional:false explicit:false application:false private:false defaultValue:<nil> tag:<nil> stringType:0 timeType:0 set:false omitEmpty:false lax:true name:} certificate @4
Step #8 - "with_pkcs11_and_race": W0704 10:16:44.444526   27330 handlers.go:953] aramis{990888240698534175}: Precert (or cert with invalid CT ext) submitted as cert chain: ["0\x82\x02\x850\x82\x02*\xa0\x03\x02\x01\x02\x02\x05\x00ޭ\xbe\xef0\n\x06\b*\x86H\xce=\x04\x03\x020r1\v0\t\x06\x03U\x04\x06\x13\x02GB1\x0f0\r\x06\x03U\x04\b\x13\x06London1\x0f0\r\x06\x03U\x04\a\x13\x06London1\x0f0\r\x06\x03U\x04\n\x13\x06Google1\f0\n\x06\x03U\x04\v\x13\x03Eng1\"0 \x06\x03U\x04\x03\x13\x19FakeIntermediateAuthority0\x1e\x17\r180329170511Z\x17\r240705101601Z0V1\v0\t\x06\x03U\x04\x06\x13\x02GB1\x0f0\r\x06\x03U\x04\b\f\x06London1\x0f0\r\x06\x03U\x04\n\f\x06Google1\f0\n\x06\x03U\x04\v\f\x03Eng1\x170\x15\x06\x03U\x04\x03\f\x0eleaf01.csr.pem0Y0\x13\x06\a*\x86H\xce=\x02\x01\x06\b*\x86H\xce=\x03\x01\a\x03B\x00\x04\xeb7NRE\x9cFը\xb8\xc5\xedX\xb90)\xa6p\x8ai\xa0&\\\x9e/n\xb8k#l\x84\xe1F:\x986\x82D\xa5\x8a\x17\x8bA\x822\xf4-\xe0\b[~\a8R\xfcGV('\x9b\xed`\x8b\xac\xa3\x81\xc80\x81\xc50\x0f\x06\x03U\x1d\x0f\x01\x01\xff\x04\x05\x03\x03\a\xf9\x800\x81\x8b\x06\x03U\x1d\x0e\x04\x81\x83\x04\x81\x80p\xfe\xdfè\xbd\x85M\"\xa0^#\xbf\xfem\xec*ݘ\a\xd6?R\xe6\xf5_q\xa9\x1b\xedvz\xd8O\x14\xbf\xe8\x14\xf8\t[y,\xab\xb3\x99\xdc\xea:y\xe9\x91*\xfeZ\xa4\x1buX\x06:\xcf\xc9\v\x9bSML\xc1\x05|H\x8f\xdb\xd2\xc9۷\x9a\xf1\xd1\t\xe0!\xaf\xfe\x81|4;\x1c\xaf\x8b\x87t\x96\xd1\xed(!\xbe\x9e!y\xfd\x10\xc1\x9d\x99<\xd6sK\x19\xdc\xe2\b0\x80\x87`\xef\xf9R\xbf\xf2d\xd90\x0f\x06\x03U\x1d#\x04\b0\x06\x80\x04\x05\x06\a\b0\x13\x06\n+\x06\x01\x04\x01\xd6y\x02\x04\x03\x01\x01\xff\x04\x02\x05\x000\n\x06\b*\x86H\xce=\x04\x03\x02\x03I\x000F\x02!\x00\xe5팗#n\xdf\xc9v\x16/\x8a\xc1\xc0\xab\x1bnz\xbe\xf2\xe05\xa6\xd7g\x84\x9eap\xa0\x87:\x02!\x00\xa7\x98\xd1\"t\xd3\\\xd5F\xfc\xc9B<\xa7\x9cR0?}\xc1,\xfe0{ʃ\xbdO\x80\xaf\vJ" "0\x82\x02<0\x82\x01\xe1\xa0\x03\x02\x01\x02\x02\x04BBBB0\n\x06\b*\x86H\xce=\x04\x03\x020q1\v0\t\x06\x03U\x04\x06\x13\x02GB1\x0f0\r\x06\x03U\x04\b\x13\x06London1\x0f0\r\x06\x03U\x04\a\x13\x06London1\x0f0\r\x06\x03U\x04\n\x13\x06Google1\f0\n\x06\x03U\x04\v\x13\x03Eng1!0\x1f\x06\x03U\x04\x03\x13\x18FakeCertificateAuthority0\x1e\x17\r180329170511Z\x17\r280205170511Z0r1\v0\t\x06\x03U\x04\x06\x13\x02GB1\x0f0\r\x06\x03U\x04\b\x13\x06London1\x0f0\r\x06\x03U\x04\a\x13\x06London1\x0f0\r\x06\x03U\x04\n\x13\x06Google1\f0\n\x06\x03U\x04\v\x13\x03Eng1\"0 \x06\x03U\x04\x03\x13\x19FakeIntermediateAuthority0Y0\x13\x06\a*\x86H\xce=\x02\x01\x06\b*\x86H\xce=\x03\x01\a\x03B\x00\x04\xf1\xbf-\xe8\x8cf@\xe3\xa8\xd1T\xe0BI\x02\xcb\xddG\b\x85\xc2gAL\xeb\xf7\x87͍\xa3\t\xc8\x18\xcc.0S\x162\xaa՜\bs\xc6v\xfa\xfa:8\xe945\x9cQ\xd1\xee\x12\x81]\x98_]]\xa3f0d0\r\x06\x03U\x1d\x0e\x04\x06\x04\x04\x05\x06\a\b0\x0f\x06\x03U\x1d#\x04\b0\x06\x80\x04\x01\x02\x03\x040\x12\x06\x03U\x1d\x13\x01\x01\xff\x04\b0\x06\x01\x01\xff\x02\x01\x000\x0f\x06\x03U\x1d\x0f\x01\x01\xff\x04\x05\x03\x03\a\xff\x800\x1d\x06\x03U\x1d%\x04\x160\x14\x06\b+\x06\x01\x05\x05\a\x03\x01\x06\b+\x06\x01\x05\x05\a\x03\x020\n\x06\b*\x86H\xce=\x04\x03\x02\x03I\x000F\x02!\x00\x95\xbfH\xb3\xc7k9\xbd\x8e\x97k\xbfK&\u07b5\x82\bE\xd1D(\x03P\xaa\nش\"\xf7\xa1\xe0\x02!\x00\xfbd\x18\xc8\xc08\x12\xaa\x9c^\xd9.\xcar\xb2Ɔ\xe8\xe0\x8by\xb4+\xcfw3\xeca߰\xc6\xdc"]
Step #8 - "with_pkcs11_and_race": W0704 10:16:44.444801   27330 handlers.go:206] aramis{990888240698534175}: AddChain handler error: failed to verify add-chain contents: cert / precert mismatch: bool
Step #8 - "with_pkcs11_and_race": W0704 10:16:44.499838   27330 handlers.go:206] aramis{990888240698534175}: AddChain handler error: failed to verify add-chain contents: chain failed to verify: asn1: structure error: tags don't match (16 vs {class:0 tag:0 length:622 isCompound:false}) {optional:false explicit:false application:false private:false defaultValue:<nil> tag:<nil> stringType:0 timeType:0 set:false omitEmpty:false lax:true name:} certificate @4
Step #7 - "etcd_with_race": Stopping CT HTTP servers (pids 27357)
Step #7 - "etcd_with_race": W0704 10:16:44.770905   27357 main.go:343] Signal received: interrupt
Step #7 - "etcd_with_race": I0704 10:16:44.771013   27357 main.go:317] Shutting down HTTP server...
Step #7 - "etcd_with_race": I0704 10:16:44.771201   27357 main.go:321] HTTP server shutdown
Step #8 - "with_pkcs11_and_race": W0704 10:16:45.049114   27330 handlers.go:206] aramis{990888240698534175}: AddChain handler error: aramis{990888240698534175}: failed to parse add-chain body: cert chain was empty
Step #8 - "with_pkcs11_and_race": W0704 10:16:45.137217   27330 handlers.go:206] aramis{990888240698534175}: GetProofByHash handler error: get-proof-by-hash: invalid base64 hash: illegal base64 data at input byte 0
Step #5 - "race_detection": Retry kill -INT  27242
Step #8 - "with_pkcs11_and_race": W0704 10:16:45.437278   27330 handlers.go:206] aramis{990888240698534175}: GetEntries handler error: need tree size: 1000001562 to get leaves but only got: 1615
Step #8 - "with_pkcs11_and_race": W0704 10:16:45.501525   27330 handlers.go:206] aramis{990888240698534175}: AddPreChain handler error: aramis{990888240698534175}: failed to parse add-chain body: cert chain was empty
Step #8 - "with_pkcs11_and_race": W0704 10:16:45.598030   27330 handlers.go:206] aramis{990888240698534175}: AddChain handler error: failed to verify add-chain contents: chain failed to verify: asn1: structure error: tags don't match (16 vs {class:0 tag:0 length:623 isCompound:false}) {optional:false explicit:false application:false private:false defaultValue:<nil> tag:<nil> stringType:0 timeType:0 set:false omitEmpty:false lax:true name:} certificate @4
Step #7 - "etcd_with_race": Retry kill -INT  27357
Step #8 - "with_pkcs11_and_race": I0704 10:16:45.830473   27378 hammer.go:1134] aramis: completed 1500 operations on log
Step #8 - "with_pkcs11_and_race": I0704 10:16:45.830594   27378 main.go:317] completed tests on all 3 logs:
Step #8 - "with_pkcs11_and_race": I0704 10:16:45.830638   27378 main.go:329]   no errors; done
Step #5 - "race_detection": Deleting  /tmp/ct-aTn0gB on exit
Finished Step #5 - "race_detection"
Step #7 - "etcd_with_race": Deleting  /tmp/ct-aGCQGD on exit
Step #8 - "with_pkcs11_and_race": Stopping CT HTTP servers (pids 27330)
Step #8 - "with_pkcs11_and_race": W0704 10:16:46.844138   27330 main.go:343] Signal received: interrupt
Step #8 - "with_pkcs11_and_race": I0704 10:16:46.844260   27330 main.go:317] Shutting down HTTP server...
Step #8 - "with_pkcs11_and_race": I0704 10:16:46.844453   27330 main.go:321] HTTP server shutdown
Finished Step #7 - "etcd_with_race"
Step #8 - "with_pkcs11_and_race": Retry kill -INT  27330
Step #8 - "with_pkcs11_and_race": Deleting  /tmp/ct-06eI2p on exit
Finished Step #8 - "with_pkcs11_and_race"
Starting Step #10 - "ci_complete"
Step #10 - "ci_complete": Already have image (with digest): gcr.io/trillian-opensource-ci/ct_testbase
Finished Step #10 - "ci_complete"
Starting Step #12 - "build_envsubst"
Step #12 - "build_envsubst": Already have image (with digest): gcr.io/cloud-builders/docker
Step #12 - "build_envsubst": Sending build context to Docker daemon  3.072kB

Step #12 - "build_envsubst": Step 1/4 : FROM alpine:3.20@sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0
Step #12 - "build_envsubst":  ---> a606584aa9aa
Step #12 - "build_envsubst": Step 2/4 : RUN apk add --no-cache gettext
Step #12 - "build_envsubst":  ---> Running in 6e113accffd2
Step #12 - "build_envsubst": fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz
Step #12 - "build_envsubst": fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz
Step #12 - "build_envsubst": (1/10) Installing libintl (0.22.5-r0)
Step #12 - "build_envsubst": (2/10) Installing gettext-envsubst (0.22.5-r0)
Step #12 - "build_envsubst": (3/10) Installing libgomp (13.2.1_git20240309-r0)
Step #12 - "build_envsubst": (4/10) Installing ncurses-terminfo-base (6.4_p20240420-r0)
Step #12 - "build_envsubst": (5/10) Installing libncursesw (6.4_p20240420-r0)
Step #12 - "build_envsubst": (6/10) Installing libunistring (1.2-r0)
Step #12 - "build_envsubst": (7/10) Installing gettext-libs (0.22.5-r0)
Step #12 - "build_envsubst": (8/10) Installing xz-libs (5.6.1-r3)
Step #12 - "build_envsubst": (9/10) Installing libxml2 (2.12.7-r0)
Step #12 - "build_envsubst": (10/10) Installing gettext (0.22.5-r0)
Step #12 - "build_envsubst": Executing busybox-1.36.1-r29.trigger
Step #12 - "build_envsubst": OK: 14 MiB in 24 packages
Step #12 - "build_envsubst": Removing intermediate container 6e113accffd2
Step #12 - "build_envsubst":  ---> 192116af0a8d
Step #12 - "build_envsubst": Step 3/4 : ADD envsubst_inplace.sh /entrypoint.sh
Step #12 - "build_envsubst":  ---> 84d67cb3dac3
Step #12 - "build_envsubst": Step 4/4 : ENTRYPOINT ["/entrypoint.sh"]
Step #12 - "build_envsubst":  ---> Running in 6f5193caac43
Step #12 - "build_envsubst": Removing intermediate container 6f5193caac43
Step #12 - "build_envsubst":  ---> 007304bfbb59
Step #12 - "build_envsubst": Successfully built 007304bfbb59
Step #12 - "build_envsubst": Successfully tagged envsubst:latest
Finished Step #12 - "build_envsubst"
Starting Step #13 - "envsubst_kubernetes_configs"
Step #13 - "envsubst_kubernetes_configs": Already have image: envsubst
Finished Step #13 - "envsubst_kubernetes_configs"
Starting Step #14 - "update_kubernetes_configs_dryrun"
Step #14 - "update_kubernetes_configs_dryrun": Already have image (with digest): gcr.io/cloud-builders/kubectl
Step #14 - "update_kubernetes_configs_dryrun": Running: gcloud container clusters get-credentials --project="trillian-opensource-ci" --zone="us-central1-a" "trillian-opensource-ci"
Step #14 - "update_kubernetes_configs_dryrun": Fetching cluster endpoint and auth data.
Step #14 - "update_kubernetes_configs_dryrun": kubeconfig entry generated for trillian-opensource-ci.
Step #14 - "update_kubernetes_configs_dryrun": Running: kubectl apply --dry-run=server -f=trillian/examples/deployment/kubernetes/ctfe-deployment.yaml -f=trillian/examples/deployment/kubernetes/ctfe-service.yaml -f=trillian/examples/deployment/kubernetes/ctfe-ingress.yaml
Step #14 - "update_kubernetes_configs_dryrun": deployment.apps/trillian-ctfe-deployment configured (server dry run)
Step #14 - "update_kubernetes_configs_dryrun": service/trillian-ctfe-service unchanged (server dry run)
Step #14 - "update_kubernetes_configs_dryrun": ingress.networking.k8s.io/trillian-ctfe-ingress unchanged (server dry run)
Finished Step #14 - "update_kubernetes_configs_dryrun"
PUSH
Pushing gcr.io/trillian-opensource-ci/ctfe:38c17cd4e868b09efe364c45d247d60eed6bb5fe
The push refers to repository [gcr.io/trillian-opensource-ci/ctfe]
b82413b5063d: Preparing
a75711e75670: Preparing
642674950c6f: Preparing
b336e209998f: Preparing
f4aee9e53c42: Preparing
1a73b54f556b: Preparing
2a92d6ac9e4f: Preparing
bbb6cacb8c82: Preparing
ac805962e479: Preparing
af5aa97ebe6c: Preparing
4d049f83d9cf: Preparing
945d17be9a3e: Preparing
49626df344c9: Preparing
3d6fa0469044: Preparing
4d049f83d9cf: Waiting
945d17be9a3e: Waiting
49626df344c9: Waiting
1a73b54f556b: Waiting
3d6fa0469044: Waiting
2a92d6ac9e4f: Waiting
bbb6cacb8c82: Waiting
af5aa97ebe6c: Waiting
ac805962e479: Waiting
a75711e75670: Layer already exists
b336e209998f: Layer already exists
642674950c6f: Layer already exists
f4aee9e53c42: Layer already exists
1a73b54f556b: Layer already exists
bbb6cacb8c82: Layer already exists
ac805962e479: Layer already exists
af5aa97ebe6c: Layer already exists
4d049f83d9cf: Layer already exists
945d17be9a3e: Layer already exists
2a92d6ac9e4f: Layer already exists
49626df344c9: Layer already exists
3d6fa0469044: Layer already exists
b82413b5063d: Pushed
38c17cd4e868b09efe364c45d247d60eed6bb5fe: digest: sha256:671f847270f54f30769723dfa794fd7c77f03cfa427f48317a625c2eae34569c size: 3237
Pushing gcr.io/trillian-opensource-ci/ct_testbase:latest
The push refers to repository [gcr.io/trillian-opensource-ci/ct_testbase]
a300c71c74a7: Preparing
9dcf1d7c8db8: Preparing
45d5873b2ba3: Preparing
ac58c9e633b1: Preparing
ee430c067b36: Preparing
0a5b1663c8fb: Preparing
5f70bf18a086: Preparing
4adc8ba80980: Preparing
a8eb8227f98d: Preparing
07bb93e50b53: Preparing
43df359389fd: Preparing
d3e8d42f967c: Preparing
5d64de483bf5: Preparing
a8eb8227f98d: Waiting
4adc8ba80980: Waiting
07bb93e50b53: Waiting
43df359389fd: Waiting
d3e8d42f967c: Waiting
5d64de483bf5: Waiting
0a5b1663c8fb: Waiting
5f70bf18a086: Waiting
ac58c9e633b1: Layer already exists
a300c71c74a7: Layer already exists
45d5873b2ba3: Layer already exists
9dcf1d7c8db8: Layer already exists
ee430c067b36: Layer already exists
5f70bf18a086: Layer already exists
0a5b1663c8fb: Layer already exists
a8eb8227f98d: Layer already exists
4adc8ba80980: Layer already exists
07bb93e50b53: Layer already exists
d3e8d42f967c: Layer already exists
5d64de483bf5: Layer already exists
43df359389fd: Layer already exists
latest: digest: sha256:6dd3809c29fea01ed58efbb9e32f26c26241c5fc298d7c2f28ed1a26779b797a size: 3051
DONE

Build Log: https://storage.cloud.google.com/trillian-cloudbuild-logs/log-22b70e42-a73e-4de0-a8d9-c502fa218ff4.txt