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 from 1.21.3-bookworm to 1.21.4-bookworm in /internal/witness/cmd/witness #1233

Bump golang in /internal/witness/cmd/witness

2016a5a
Select commit
Loading
Failed to load commit list.
Merged

Bump golang from 1.21.3-bookworm to 1.21.4-bookworm in /internal/witness/cmd/witness #1233

Bump golang in /internal/witness/cmd/witness
2016a5a
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Google Cloud Build / certificate-transparency-go-cloud-build-pull-request (trillian-opensource-ci) succeeded Nov 8, 2023 in 8m 35s

Summary

Build Information

Trigger certificate-transparency-go-cloud-build-pull-request
Build a275d945-e58a-470b-ab2b-659b6fd9d51c
Start 2023-11-08T13:20:29-08:00
Duration 7m47.663s
Status SUCCESS

Steps

Step Status Duration
gcr.io/cloud-builders/docker SUCCESS 9.107s
gcr.io/cloud-builders/docker SUCCESS 831ms
prepare SUCCESS 43.977s
ci-ready SUCCESS 1m29.863s
default_test SUCCESS 2m8.084s
race_detection SUCCESS 4m52.088s
etcd_with_coverage SUCCESS 2m8.085s
etcd_with_race SUCCESS 4m55.509s
with_pkcs11_and_race SUCCESS 4m52.448s
codecov.io SUCCESS 2.287s
ci_complete SUCCESS 792ms
build_ctfe SUCCESS 51.283s
build_envsubst SUCCESS 2.681s
envsubst_kubernetes_configs SUCCESS 835ms
update_kubernetes_configs_dryrun SUCCESS 10.097s

Details

starting build "a275d945-e58a-470b-ab2b-659b6fd9d51c"

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            2016a5a49ef41567142c577d2c2f13294d4b9117 -> FETCH_HEAD
HEAD is now at 2016a5a Bump golang in /internal/witness/cmd/witness
BUILD
Starting Step #0
Starting Step #11 - "build_ctfe"
Step #11 - "build_ctfe": Already have image (with digest): gcr.io/cloud-builders/docker
Step #0: Already have image (with digest): gcr.io/cloud-builders/docker
Step #11 - "build_ctfe": Sending build context to Docker daemon  5.406MB

Step #11 - "build_ctfe": Step 1/12 : FROM golang:1.21.3-bookworm@sha256:5bafbbb109f02aaf6b41ddc19f54919773c3006f1cbda1599112603367642f0e as build
Step #11 - "build_ctfe": docker.io/library/golang:1.21.3-bookworm@sha256:5bafbbb109f02aaf6b41ddc19f54919773c3006f1cbda1599112603367642f0e: Pulling from library/golang
Step #11 - "build_ctfe": Digest: sha256:5bafbbb109f02aaf6b41ddc19f54919773c3006f1cbda1599112603367642f0e
Step #11 - "build_ctfe": Status: Downloaded newer image for golang:1.21.3-bookworm@sha256:5bafbbb109f02aaf6b41ddc19f54919773c3006f1cbda1599112603367642f0e
Step #11 - "build_ctfe":  ---> 16ac1e9944a2
Step #11 - "build_ctfe": Step 2/12 : ARG GOFLAGS=""
Step #11 - "build_ctfe":  ---> Running in c5033fb19721
Step #0: latest: Pulling from trillian-opensource-ci/ct_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: 60b95803ac41: Pulling fs layer
Step #0: e9e6654a6a7c: Pulling fs layer
Step #0: 287c011ca974: Pulling fs layer
Step #0: f55969668562: Pulling fs layer
Step #0: d1713cf1562a: Pulling fs layer
Step #0: 887e775063de: Pulling fs layer
Step #0: f55969668562: Waiting
Step #0: d1713cf1562a: Waiting
Step #0: 887e775063de: Waiting
Step #11 - "build_ctfe": Removing intermediate container c5033fb19721
Step #11 - "build_ctfe":  ---> a9029bb76250
Step #11 - "build_ctfe": Step 3/12 : ENV GOFLAGS=$GOFLAGS
Step #11 - "build_ctfe":  ---> Running in 3f3e869781fd
Step #0: 287c011ca974: Verifying Checksum
Step #0: 287c011ca974: Download complete
Step #11 - "build_ctfe": Removing intermediate container 3f3e869781fd
Step #11 - "build_ctfe":  ---> 1d17dfccd22d
Step #11 - "build_ctfe": Step 4/12 : WORKDIR /build
Step #11 - "build_ctfe":  ---> Running in 8bd332faa849
Step #0: 60b95803ac41: Download complete
Step #0: 60b95803ac41: Pull complete
Step #11 - "build_ctfe": Removing intermediate container 8bd332faa849
Step #11 - "build_ctfe":  ---> 9da9b8459d1d
Step #11 - "build_ctfe": Step 5/12 : COPY go.mod .
Step #11 - "build_ctfe":  ---> 2fc085e84bd4
Step #11 - "build_ctfe": Step 6/12 : COPY go.sum .
Step #0: d1713cf1562a: Verifying Checksum
Step #0: d1713cf1562a: Download complete
Step #0: f55969668562: Verifying Checksum
Step #0: f55969668562: Download complete
Step #0: 887e775063de: Verifying Checksum
Step #0: 887e775063de: Download complete
Step #11 - "build_ctfe":  ---> fa20a6168d8a
Step #11 - "build_ctfe": Step 7/12 : RUN go mod download
Step #11 - "build_ctfe":  ---> Running in a584da162e6b
Step #0: e9e6654a6a7c: Download complete
Step #0: e9e6654a6a7c: Pull complete
Step #0: 287c011ca974: Pull complete
Step #0: f55969668562: Pull complete
Step #0: d1713cf1562a: Pull complete
Step #0: 887e775063de: Pull complete
Step #0: Digest: sha256:0332f3b4809f35b01cd4ba10ca5f84d355d3c70f3cb8fcd0f3fc89f79faec6dd
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.406MB

Step #1: Step 1/13 : FROM golang:1.21.3-bookworm@sha256:5bafbbb109f02aaf6b41ddc19f54919773c3006f1cbda1599112603367642f0e as ct_testbase
Step #1:  ---> 16ac1e9944a2
Step #1: Step 2/13 : WORKDIR /testbase
Step #1:  ---> Using cache
Step #1:  ---> 41f5ef35b9ee
Step #1: Step 3/13 : ARG GOFLAGS=""
Step #1:  ---> Using cache
Step #1:  ---> a05fd07be447
Step #1: Step 4/13 : ENV GOFLAGS=$GOFLAGS
Step #1:  ---> Using cache
Step #1:  ---> ca93848cf231
Step #1: Step 5/13 : RUN apt-get update && apt-get -y install build-essential curl docker-compose lsof netcat-openbsd unzip wget xxd
Step #1:  ---> Using cache
Step #1:  ---> 2119b5d80beb
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:  ---> 9521314051ca
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:  ---> 2e13f1d9b56e
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:  ---> ba2befb3a307
Step #1: Step 9/13 : ENV PATH /usr/local/bin:$PATH
Step #1:  ---> Using cache
Step #1:  ---> 3adb7cc2b92c
Step #1: Step 10/13 : COPY ./integration/test-runner.sh /testbase/
Step #1:  ---> Using cache
Step #1:  ---> d16170758825
Step #1: Step 11/13 : ENV GOPATH /go
Step #1:  ---> Using cache
Step #1:  ---> 21d8a366c5b7
Step #1: Step 12/13 : ENV PATH $GOPATH/bin:/testbase/protoc/bin:$PATH
Step #1:  ---> Using cache
Step #1:  ---> d12b6bcef40f
Step #1: Step 13/13 : CMD /bin/bash -exc /testbase/test-runner.sh
Step #1:  ---> Using cache
Step #1:  ---> f0c803fdd818
Step #1: Successfully built f0c803fdd818
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": 06004fb4a3b3: Pulling fs layer
Step #2 - "prepare": 2b776ada0341: Pulling fs layer
Step #2 - "prepare": 66d6209d01f4: Pulling fs layer
Step #2 - "prepare": fcb6f6d2c998: Pulling fs layer
Step #2 - "prepare": e8c73c638ae9: Pulling fs layer
Step #2 - "prepare": 1e3d9b7d1452: Pulling fs layer
Step #2 - "prepare": 4aa0ea1413d3: Pulling fs layer
Step #2 - "prepare": 2fa82a9c76b2: Pulling fs layer
Step #2 - "prepare": 672354a91bfa: Pulling fs layer
Step #2 - "prepare": 1b26523ec020: Pulling fs layer
Step #2 - "prepare": ad7888c7ea2f: Pulling fs layer
Step #2 - "prepare": 157557f998a1: Pulling fs layer
Step #2 - "prepare": 463d71703164: Pulling fs layer
Step #2 - "prepare": e8c73c638ae9: Waiting
Step #2 - "prepare": 1e3d9b7d1452: Waiting
Step #2 - "prepare": 4aa0ea1413d3: Waiting
Step #2 - "prepare": 2fa82a9c76b2: Waiting
Step #2 - "prepare": 672354a91bfa: Waiting
Step #2 - "prepare": 1b26523ec020: Waiting
Step #2 - "prepare": ad7888c7ea2f: Waiting
Step #2 - "prepare": 157557f998a1: Waiting
Step #2 - "prepare": 463d71703164: Waiting
Step #2 - "prepare": fcb6f6d2c998: Waiting
Step #2 - "prepare": 66d6209d01f4: Verifying Checksum
Step #2 - "prepare": 66d6209d01f4: Download complete
Step #2 - "prepare": 2b776ada0341: Verifying Checksum
Step #2 - "prepare": 2b776ada0341: Download complete
Step #2 - "prepare": 06004fb4a3b3: Verifying Checksum
Step #2 - "prepare": e8c73c638ae9: Verifying Checksum
Step #2 - "prepare": e8c73c638ae9: Download complete
Step #2 - "prepare": fcb6f6d2c998: Verifying Checksum
Step #2 - "prepare": fcb6f6d2c998: Download complete
Step #2 - "prepare": 1e3d9b7d1452: Download complete
Step #2 - "prepare": 06004fb4a3b3: Pull complete
Step #2 - "prepare": 2fa82a9c76b2: Verifying Checksum
Step #2 - "prepare": 2fa82a9c76b2: Download complete
Step #2 - "prepare": 672354a91bfa: Verifying Checksum
Step #2 - "prepare": 672354a91bfa: Download complete
Step #2 - "prepare": 4aa0ea1413d3: Verifying Checksum
Step #2 - "prepare": 4aa0ea1413d3: Download complete
Step #2 - "prepare": 2b776ada0341: Pull complete
Step #2 - "prepare": 1b26523ec020: Verifying Checksum
Step #2 - "prepare": 1b26523ec020: Download complete
Step #2 - "prepare": ad7888c7ea2f: Verifying Checksum
Step #2 - "prepare": ad7888c7ea2f: Download complete
Step #2 - "prepare": 463d71703164: Verifying Checksum
Step #2 - "prepare": 463d71703164: Download complete
Step #2 - "prepare": 66d6209d01f4: Pull complete
Step #2 - "prepare": fcb6f6d2c998: Pull complete
Step #2 - "prepare": e8c73c638ae9: Pull complete
Step #2 - "prepare": 1e3d9b7d1452: Pull complete
Step #2 - "prepare": 4aa0ea1413d3: Pull complete
Step #2 - "prepare": 2fa82a9c76b2: Pull complete
Step #2 - "prepare": 672354a91bfa: Pull complete
Step #2 - "prepare": 157557f998a1: Verifying Checksum
Step #2 - "prepare": 157557f998a1: Download complete
Step #2 - "prepare": 1b26523ec020: Pull complete
Step #2 - "prepare": ad7888c7ea2f: Pull complete
Step #2 - "prepare": 157557f998a1: Pull complete
Step #2 - "prepare": 463d71703164: Pull complete
Step #2 - "prepare": Digest: sha256:9c49c67f5fd7094e78c16873f06312ec38f467bc736a0e69a418907df2fa540e
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": 06004fb4a3b3: Already exists
Step #2 - "prepare": 2b776ada0341: Already exists
Step #2 - "prepare": 66d6209d01f4: Already exists
Step #2 - "prepare": fcb6f6d2c998: Already exists
Step #2 - "prepare": e8c73c638ae9: Already exists
Step #2 - "prepare": 1e3d9b7d1452: Already exists
Step #2 - "prepare": 4aa0ea1413d3: Already exists
Step #2 - "prepare": 2fa82a9c76b2: Already exists
Step #2 - "prepare": 672354a91bfa: Already exists
Step #2 - "prepare": 1b26523ec020: Already exists
Step #2 - "prepare": ad7888c7ea2f: Already exists
Step #2 - "prepare": 4f0aef96031e: Pulling fs layer
Step #2 - "prepare": 508c87ba5340: Pulling fs layer
Step #2 - "prepare": 508c87ba5340: Verifying Checksum
Step #2 - "prepare": 508c87ba5340: Download complete
Step #2 - "prepare": 4f0aef96031e: Verifying Checksum
Step #2 - "prepare": 4f0aef96031e: Download complete
Step #2 - "prepare": 4f0aef96031e: Pull complete
Step #2 - "prepare": 508c87ba5340: Pull complete
Step #2 - "prepare": Digest: sha256:28a7bd28e935d0a437f95846372be5a79154c54d39929e22846e7e573d42ee1d
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.5.3
Step #2 - "prepare": go: downloading google.golang.org/protobuf v1.31.0
Step #2 - "prepare": go: downloading google.golang.org/grpc v1.59.0
Step #2 - "prepare": go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b
Step #2 - "prepare": go: downloading google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b
Step #2 - "prepare": go: downloading golang.org/x/net v0.17.0
Step #2 - "prepare": go: downloading golang.org/x/sys v0.13.0
Step #2 - "prepare": go: downloading github.com/golang/protobuf v1.5.3
Step #2 - "prepare": go: downloading golang.org/x/text v0.13.0
Step #2 - "prepare": + export TRILLIAN_LOCATION=/go/pkg/mod/github.com/google/trillian@v1.5.3
Step #2 - "prepare": + TRILLIAN_LOCATION=/go/pkg/mod/github.com/google/trillian@v1.5.3
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.5.3/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 trillian-log-server ... done
Step #2 - "prepare": Pulling mysql               ... done
Step #2 - "prepare": Pulling trillian-log-signer ... done
Step #2 - "prepare": + docker-compose -f /go/pkg/mod/github.com/google/trillian@v1.5.3/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.212MB

Step #2 - "prepare": Step 1/6 : FROM gcr.io/trillian-opensource-ci/mysql5:5.7@sha256:3f355bed2d85d4ad266771b3c7ddf4251ee5d8a45afc140336d1c0cab9dc5171
Step #2 - "prepare": gcr.io/trillian-opensource-ci/mysql5:5.7@sha256:3f355bed2d85d4ad266771b3c7ddf4251ee5d8a45afc140336d1c0cab9dc5171: Pulling from trillian-opensource-ci/mysql5
Step #2 - "prepare": 06b678c742c4: Pulling fs layer
Step #2 - "prepare": 994d1832cd21: Pulling fs layer
Step #2 - "prepare": 7ade94ca654b: Pulling fs layer
Step #2 - "prepare": 1bbfcedf2078: Pulling fs layer
Step #2 - "prepare": bdc9fdf5b01f: Pulling fs layer
Step #2 - "prepare": fd7c2ef112f8: Pulling fs layer
Step #2 - "prepare": 726812e7450a: Pulling fs layer
Step #2 - "prepare": 3678189951c9: Pulling fs layer
Step #2 - "prepare": 160073826ec8: Pulling fs layer
Step #2 - "prepare": fba0417e58e0: Pulling fs layer
Step #2 - "prepare": ab271ef63699: Pulling fs layer
Step #2 - "prepare": c5f8644c04af: Pulling fs layer
Step #2 - "prepare": bdc9fdf5b01f: Waiting
Step #2 - "prepare": fd7c2ef112f8: Waiting
Step #2 - "prepare": 726812e7450a: Waiting
Step #2 - "prepare": 3678189951c9: Waiting
Step #2 - "prepare": c5f8644c04af: Waiting
Step #2 - "prepare": 1bbfcedf2078: Waiting
Step #2 - "prepare": 160073826ec8: Waiting
Step #2 - "prepare": ab271ef63699: Waiting
Step #2 - "prepare": fba0417e58e0: Waiting
Step #2 - "prepare": 7ade94ca654b: Download complete
Step #2 - "prepare": 1bbfcedf2078: Verifying Checksum
Step #2 - "prepare": 1bbfcedf2078: Download complete
Step #2 - "prepare": bdc9fdf5b01f: Download complete
Step #2 - "prepare": 994d1832cd21: Verifying Checksum
Step #2 - "prepare": 994d1832cd21: Download complete
Step #2 - "prepare": fd7c2ef112f8: Download complete
Step #2 - "prepare": 3678189951c9: Verifying Checksum
Step #2 - "prepare": 3678189951c9: Download complete
Step #2 - "prepare": 726812e7450a: Verifying Checksum
Step #2 - "prepare": 726812e7450a: Download complete
Step #2 - "prepare": 160073826ec8: Verifying Checksum
Step #2 - "prepare": 160073826ec8: Download complete
Step #2 - "prepare": ab271ef63699: Download complete
Step #2 - "prepare": 06b678c742c4: Verifying Checksum
Step #2 - "prepare": 06b678c742c4: Download complete
Step #2 - "prepare": c5f8644c04af: Verifying Checksum
Step #2 - "prepare": c5f8644c04af: Download complete
Step #2 - "prepare": fba0417e58e0: Verifying Checksum
Step #2 - "prepare": fba0417e58e0: Download complete
Step #2 - "prepare": 06b678c742c4: Pull complete
Step #2 - "prepare": 994d1832cd21: Pull complete
Step #2 - "prepare": 7ade94ca654b: Pull complete
Step #2 - "prepare": 1bbfcedf2078: Pull complete
Step #2 - "prepare": bdc9fdf5b01f: Pull complete
Step #2 - "prepare": fd7c2ef112f8: Pull complete
Step #2 - "prepare": 726812e7450a: Pull complete
Step #2 - "prepare": 3678189951c9: Pull complete
Step #2 - "prepare": 160073826ec8: Pull complete
Step #2 - "prepare": fba0417e58e0: Pull complete
Step #2 - "prepare": ab271ef63699: Pull complete
Step #2 - "prepare": c5f8644c04af: Pull complete
Step #2 - "prepare": Digest: sha256:3f355bed2d85d4ad266771b3c7ddf4251ee5d8a45afc140336d1c0cab9dc5171
Step #2 - "prepare": Status: Downloaded newer image for gcr.io/trillian-opensource-ci/mysql5:5.7@sha256:3f355bed2d85d4ad266771b3c7ddf4251ee5d8a45afc140336d1c0cab9dc5171
Step #2 - "prepare":  ---> 7b3a69c810f7
Step #2 - "prepare": Step 2/6 : ENV DEBIAN_FRONTEND=noninteractive
Step #2 - "prepare":  ---> Running in b7712c54cb00
Step #2 - "prepare": Removing intermediate container b7712c54cb00
Step #2 - "prepare":  ---> 0ac0041eb466
Step #2 - "prepare": Step 3/6 : RUN apt-get update     && apt-get install -y procps     && apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" upgrade     && apt-get -y autoremove     && rm -rf /var/lib/apt/lists/*
Step #2 - "prepare":  ---> Running in 6093b5273d45
Step #2 - "prepare": Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
Step #2 - "prepare": Get:2 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
Step #2 - "prepare": Get:3 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
Step #2 - "prepare": Get:4 http://repo.mysql.com/apt/debian buster InRelease [22.1 kB]
Step #2 - "prepare": Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [11.1 MB]
Step #2 - "prepare": Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [17.4 kB]
Step #11 - "build_ctfe": Removing intermediate container a584da162e6b
Step #11 - "build_ctfe":  ---> 70d5ed989223
Step #11 - "build_ctfe": Step 8/12 : COPY . .
Step #2 - "prepare": Get:7 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [332 kB]
Step #2 - "prepare": Get:8 http://repo.mysql.com/apt/debian buster/mysql-5.7 amd64 Packages [5687 B]
Step #11 - "build_ctfe":  ---> 3b33079dd80a
Step #11 - "build_ctfe": Step 9/12 : RUN go build ./trillian/ctfe/ct_server
Step #11 - "build_ctfe":  ---> Running in 61bed6bcef34
Step #2 - "prepare": Fetched 11.7 MB in 1s (12.0 MB/s)
Step #2 - "prepare": Reading package lists...
Step #2 - "prepare": Reading package lists...
Step #2 - "prepare": Building dependency tree...
Step #2 - "prepare": Reading state information...
Step #2 - "prepare": The following additional packages will be installed:
Step #2 - "prepare":   libprocps8
Step #2 - "prepare": The following NEW packages will be installed:
Step #2 - "prepare":   libprocps8 procps
Step #2 - "prepare": 0 upgraded, 2 newly installed, 0 to remove and 17 not upgraded.
Step #2 - "prepare": Need to get 566 kB of archives.
Step #2 - "prepare": After this operation, 1823 kB of additional disk space will be used.
Step #2 - "prepare": Get:1 http://deb.debian.org/debian bullseye/main amd64 libprocps8 amd64 2:3.3.17-5 [63.9 kB]
Step #2 - "prepare": Get:2 http://deb.debian.org/debian bullseye/main amd64 procps amd64 2:3.3.17-5 [502 kB]
Step #2 - "prepare": �[91mdebconf: delaying package configuration, since apt-utils is not installed
Step #2 - "prepare": �[0mFetched 566 kB in 0s (17.3 MB/s)
Step #2 - "prepare": Selecting previously unselected package libprocps8:amd64.
Step #2 - "prepare": (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10813 files and directories currently installed.)
Step #2 - "prepare": Preparing to unpack .../libprocps8_2%3a3.3.17-5_amd64.deb ...
Step #2 - "prepare": Unpacking libprocps8:amd64 (2:3.3.17-5) ...
Step #2 - "prepare": Selecting previously unselected package procps.
Step #2 - "prepare": Preparing to unpack .../procps_2%3a3.3.17-5_amd64.deb ...
Step #2 - "prepare": Unpacking procps (2:3.3.17-5) ...
Step #2 - "prepare": Setting up libprocps8:amd64 (2:3.3.17-5) ...
Step #2 - "prepare": Setting up procps (2:3.3.17-5) ...
Step #2 - "prepare": Processing triggers for libc-bin (2.31-13+deb11u5) ...
Step #2 - "prepare": Reading package lists...
Step #2 - "prepare": Building dependency tree...
Step #2 - "prepare": Reading state information...
Step #2 - "prepare": Calculating upgrade...
Step #2 - "prepare": The following packages will be upgraded:
Step #2 - "prepare":   adduser base-files debian-archive-keyring dpkg grep libc-bin libc6
Step #2 - "prepare":   libgnutls30 libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0
Step #2 - "prepare":   libsystemd0 libudev1 ncurses-base ncurses-bin tzdata
Step #2 - "prepare": 17 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Step #2 - "prepare": Need to get 10.6 MB of archives.
Step #2 - "prepare": After this operation, 37.9 kB of additional disk space will be used.
Step #2 - "prepare": Get:1 http://deb.debian.org/debian bullseye/main amd64 base-files amd64 11.1+deb11u8 [70.2 kB]
Step #2 - "prepare": Get:2 http://deb.debian.org/debian bullseye/main amd64 dpkg amd64 1.20.13 [2538 kB]
Step #2 - "prepare": Get:3 http://deb.debian.org/debian bullseye/main amd64 grep amd64 3.6-1+deb11u1 [398 kB]
Step #2 - "prepare": Get:4 http://deb.debian.org/debian bullseye/main amd64 ncurses-bin amd64 6.2+20201114-2+deb11u2 [429 kB]
Step #2 - "prepare": Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 libc6 amd64 2.31-13+deb11u7 [2823 kB]
Step #2 - "prepare": Get:6 http://deb.debian.org/debian-security bullseye-security/main amd64 libc-bin amd64 2.31-13+deb11u7 [829 kB]
Step #2 - "prepare": Get:7 http://deb.debian.org/debian bullseye/main amd64 ncurses-base all 6.2+20201114-2+deb11u2 [272 kB]
Step #2 - "prepare": Get:8 http://deb.debian.org/debian bullseye/main amd64 libsystemd0 amd64 247.3-7+deb11u4 [376 kB]
Step #2 - "prepare": Get:9 http://deb.debian.org/debian bullseye/main amd64 adduser all 3.118+deb11u1 [241 kB]
Step #2 - "prepare": Get:10 http://deb.debian.org/debian bullseye/main amd64 debian-archive-keyring all 2021.1.1+deb11u1 [110 kB]
Step #2 - "prepare": Get:11 http://deb.debian.org/debian bullseye/main amd64 libgnutls30 amd64 3.7.1-5+deb11u3 [1340 kB]
Step #2 - "prepare": Get:12 http://deb.debian.org/debian bullseye/main amd64 libk5crypto3 amd64 1.18.3-6+deb11u4 [114 kB]
Step #2 - "prepare": Get:13 http://deb.debian.org/debian bullseye/main amd64 libkrb5support0 amd64 1.18.3-6+deb11u4 [65.6 kB]
Step #2 - "prepare": Get:14 http://deb.debian.org/debian bullseye/main amd64 libkrb5-3 amd64 1.18.3-6+deb11u4 [363 kB]
Step #2 - "prepare": Get:15 http://deb.debian.org/debian bullseye/main amd64 libgssapi-krb5-2 amd64 1.18.3-6+deb11u4 [165 kB]
Step #2 - "prepare": Get:16 http://deb.debian.org/debian bullseye/main amd64 libudev1 amd64 247.3-7+deb11u4 [168 kB]
Step #2 - "prepare": Get:17 http://deb.debian.org/debian bullseye/main amd64 tzdata all 2021a-1+deb11u10 [286 kB]
Step #2 - "prepare": �[91mdebconf: delaying package configuration, since apt-utils is not installed
Step #2 - "prepare": �[0mFetched 10.6 MB in 0s (120 MB/s)
Step #2 - "prepare": (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10948 files and directories currently installed.)
Step #2 - "prepare": Preparing to unpack .../base-files_11.1+deb11u8_amd64.deb ...
Step #2 - "prepare": Unpacking base-files (11.1+deb11u8) over (11.1+deb11u6) ...
Step #2 - "prepare": Setting up base-files (11.1+deb11u8) ...
Step #2 - "prepare": Installing new version of config file /etc/debian_version ...
Step #2 - "prepare": (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10948 files and directories currently installed.)
Step #2 - "prepare": Preparing to unpack .../dpkg_1.20.13_amd64.deb ...
Step #2 - "prepare": Unpacking dpkg (1.20.13) over (1.20.12) ...
Step #2 - "prepare": Setting up dpkg (1.20.13) ...
Step #2 - "prepare": (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10948 files and directories currently installed.)
Step #2 - "prepare": Preparing to unpack .../grep_3.6-1+deb11u1_amd64.deb ...
Step #2 - "prepare": Unpacking grep (3.6-1+deb11u1) over (3.6-1) ...
Step #2 - "prepare": Setting up grep (3.6-1+deb11u1) ...
Step #2 - "prepare": (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10948 files and directories currently installed.)
Step #2 - "prepare": Preparing to unpack .../ncurses-bin_6.2+20201114-2+deb11u2_amd64.deb ...
Step #2 - "prepare": Unpacking ncurses-bin (6.2+20201114-2+deb11u2) over (6.2+20201114-2) ...
Step #2 - "prepare": Setting up ncurses-bin (6.2+20201114-2+deb11u2) ...
Step #2 - "prepare": (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10948 files and directories currently installed.)
Step #2 - "prepare": Preparing to unpack .../libc6_2.31-13+deb11u7_amd64.deb ...
Step #2 - "prepare": Unpacking libc6:amd64 (2.31-13+deb11u7) over (2.31-13+deb11u5) ...
Step #2 - "prepare": Setting up libc6:amd64 (2.31-13+deb11u7) ...
Step #2 - "prepare": (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10948 files and directories currently installed.)
Step #2 - "prepare": Preparing to unpack .../libc-bin_2.31-13+deb11u7_amd64.deb ...
Step #2 - "prepare": Unpacking libc-bin (2.31-13+deb11u7) over (2.31-13+deb11u5) ...
Step #2 - "prepare": Setting up libc-bin (2.31-13+deb11u7) ...
Step #2 - "prepare": (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10948 files and directories currently installed.)
Step #2 - "prepare": Preparing to unpack .../ncurses-base_6.2+20201114-2+deb11u2_all.deb ...
Step #2 - "prepare": Unpacking ncurses-base (6.2+20201114-2+deb11u2) over (6.2+20201114-2) ...
Step #2 - "prepare": Setting up ncurses-base (6.2+20201114-2+deb11u2) ...
Step #2 - "prepare": (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10948 files and directories currently installed.)
Step #2 - "prepare": Preparing to unpack .../libsystemd0_247.3-7+deb11u4_amd64.deb ...
Step #2 - "prepare": Unpacking libsystemd0:amd64 (247.3-7+deb11u4) over (247.3-7+deb11u1) ...
Step #2 - "prepare": Setting up libsystemd0:amd64 (247.3-7+deb11u4) ...
Step #2 - "prepare": (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Readin
...
[Logs truncated due to log size limitations. For full logs, see https://storage.cloud.google.com/trillian-cloudbuild-logs/log-a275d945-e58a-470b-ab2b-659b6fd9d51c.txt.]
...
U\x1d\x0f\x01\x01\xff\x04\x05\x03\x03\a\xf9\x800\x81\x8b\x06\x03U\x1d\x0e\x04\x81\x83\x04\x81\x80\xbfP\xceR\xca\x06\x19;\x1e\xc3\xc0\v2\xc2,I\x83I&\xb8\x98\x05\x01\x96\xa7\xa8O\x06?\x87\x1d\xa2؎\xa1\xfc\xbc\x1e\xdcV,\xe5i\xb9\xc1\x01:\xe4\x12\xa0\xf0\xe77\x02쯅\rW\x92\xa6\xc1\x93e\xa6.\xdc \x1c\x81\x89\xfb\xd6[\x81\xe9\x1f\bc=!ր\x1bZm\t\xfd\xear\xb1\x93\xf7\xa1Y\xfdy\n\xc3\xd3!\x9f\x19\x00k\xea\xfc\x8e=\x87\\1\x8c$\xfb\v\x8c^N}oj$\xb5_Y;\x890\x0f\x06\x03U\x1d#\x04\b0\x06\x80\x04\x05\x06\a\b0\n\x06\b*\x86H\xce=\x04\x03\x02\x03G\x000D\x02 \x03\x984\x19\xfc\xc9-\xbb\xe4\xcc\x11\t\xeb\x04@\xc8{\xc3{\xf6\xfeD\x93!\xee$0)k\xca\xe2_\x02 o\xc1\u07bb\xb4\xea\x86\xff\xb9G\x82\xd1\xd8lm@T1X\xbd]Z\xefRj \x9d\x84\x83@\x820" "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": W1108 21:27:44.800764   23534 handlers.go:198] porthos{110801147342699590}: AddPreChain handler error: failed to verify add-chain contents: cert / precert mismatch: bool
Step #7 - "etcd_with_race": W1108 21:27:44.935791   23534 handlers.go:198] porthos{110801147342699590}: 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": I1108 21:27:44.975160   22762 hammer.go:1134] porthos: completed 1500 operations on log
Step #8 - "with_pkcs11_and_race": I1108 21:27:44.975303   22762 main.go:315] completed tests on all 3 logs:
Step #8 - "with_pkcs11_and_race": I1108 21:27:44.975374   22762 main.go:327]   no errors; done
Step #7 - "etcd_with_race": W1108 21:27:45.043827   23534 handlers.go:198] porthos{110801147342699590}: 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": W1108 21:27:45.112235   23534 handlers.go:896] athos{1438824697973875023}: Cert (or precert with invalid CT ext) submitted as precert chain: ["0\x82\x02o0\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\r231109212709Z0V1\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\x80Q\xcd\xd7\xf6'PA`\x8e\x02\xb4\xc2o\xe9&\xdfq\xfa\x05\x88;co\x92\xb1\x00\x86Bh9\x11JY\x80\xb8\xb5\x8bz\xa4\xd4L\xcc,\xa3r\x9d\xf3j\xd7ƫah>\xa8\xef\xf7\xeb^\xba2\xd2\x1ai\xe9\xbezّ\xf3\x94\x19+'\x10\xb1/|\xf6(\x1b\xc6܆\x98\xfd\x0ew\xd6\x1b\xa5S]\x14\xbd\xc1\xccf\x82\x12]:\xf8N\x9bV\x12\xebV2y̰\xef\xbcv\xf5!>}\x97\xaeG\x18Z\xeb\xe4\xa50\x0f\x06\x03U\x1d#\x04\b0\x06\x80\x04\x05\x06\a\b0\n\x06\b*\x86H\xce=\x04\x03\x02\x03H\x000E\x02!\x00\xfe\x87\x9c\x7f~\xe3\x03\x8fN\xe2\x88͈\xa5{\xe9\f\x94\xaf\x124*\x87\xdd:]\x98\\\xf2\xf6˞\x02 O\xa4\x99\xf8\xf0&\xe1~\x8d0:\xab\xa9A\x15 \xaa\x17\xa9\x89D\xf3\x01\xc9\x7f%Z\x82\xed\xa0\x88\xc9" "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": W1108 21:27:45.112554   23534 handlers.go:198] athos{1438824697973875023}: AddPreChain handler error: failed to verify add-chain contents: cert / precert mismatch: bool
Step #7 - "etcd_with_race": W1108 21:27:45.124977   23534 handlers.go:198] porthos{110801147342699590}: GetEntries handler error: need tree size: 1000001553 to get leaves but only got: 1587
Step #7 - "etcd_with_race": W1108 21:27:45.125935   23534 handlers.go:198] porthos{110801147342699590}: AddChain handler error: porthos{110801147342699590}: failed to parse add-chain body: cert chain was empty
Step #7 - "etcd_with_race": W1108 21:27:45.177482   23534 handlers.go:198] athos{1438824697973875023}: AddPreChain handler error: athos{1438824697973875023}: failed to parse add-chain body: cert chain was empty
Step #7 - "etcd_with_race": W1108 21:27:45.349433   23534 handlers.go:198] athos{1438824697973875023}: AddPreChain handler error: failed to verify add-chain contents: chain failed to verify: x509: certificate signed by unknown authority
Step #7 - "etcd_with_race": W1108 21:27:45.427634   23534 handlers.go:198] athos{1438824697973875023}: AddPreChain 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:645 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": W1108 21:27:45.430269   23534 handlers.go:896] athos{1438824697973875023}: Cert (or precert with invalid CT ext) submitted as precert chain: ["0\x82\x02o0\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\r231109212709Z0V1\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\x8cp\xab\xe6l\xb1?\x01Ù\x99qN\xcahv\x19\xcdLY\xef\xa1\xfb\xfb\x95\xf2\xec\x83\xf8\xecz\xa8'\xc9\xce\xe0\xc2\xc1]o;\xe0\x9a\"A\xae]\xc2\xe8\xc0^\xdc\x05\x83\xa9n\x8e\xcd?HW\x19L\xc6F\x91\xc3\xcd\x19\xd1+\x03)ގ S\xf6Xt\xf5{\xaa$&ɧ\xe33\xe2l\xc3o\xb9QC?\x98$\x83\xc2a\xb3\n\xb6x\xc3/D\xde\xec:/\xa2\xa2\xaeh\xa8\xf3\x00\xfay\xcb\x02\xc2\x16\\*0\x0f\x06\x03U\x1d#\x04\b0\x06\x80\x04\x05\x06\a\b0\n\x06\b*\x86H\xce=\x04\x03\x02\x03H\x000E\x02!\x00\x8d\r٥\xe1\xf9\x02\x99\xde\x11,\xd1'\x91\xefwd-\xff\x9cO\xe1\x88\xc6ͪ\xa4\xee\xd0u\xee\xfe\x02 t\x06T\xb1\xf4ZLZ5ֹ\xeb\x9f\x1dJ\x05ğ\r\x83\x1e\xef\x0fA\x82\xf8X\xd8\xceG<\xf8" "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": W1108 21:27:45.430587   23534 handlers.go:198] athos{1438824697973875023}: AddPreChain handler error: failed to verify add-chain contents: cert / precert mismatch: bool
Step #7 - "etcd_with_race": W1108 21:27:45.489868   23534 handlers.go:198] aramis{5631211003879347461}: AddPreChain 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:644 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": W1108 21:27:45.575216   23534 handlers.go:898] athos{1438824697973875023}: 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\r231109212709Z0V1\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\xbc/\x95?\xe5\x86\x01%\xb7\xdf\xf7\x9c-\x1cn\xff\x118\xecX,?X\xc9F\xe0hQ\x11\x9f\v\x8e\xe75CX\xfdb\xa7\xb7\xb0\xa0\x1e^\xd9\xdd\xfd;\x10Fz\xee\xf7\x8f\x8c~\xd5\x11\x1cJ\xac\xb9\xa3\r9\xe8l\x98g\x17⸠\x010\x86Sr\xaeW3N\xb42'L\x95o\xb6\x84\xffȃ\xf7\xb3\x04\x12\xd5Sv\x95\xf8֤\xf0\xf4P\xc2\x13\xb1L\xf5\xdfM\xc2L\xd2\xc3\xf0F\xaf\x8e\xf5_y:S\xb00\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 q,\xd8N\xfbXw)\xba\xfb\x9b<\xd9\xe9\xf6^\x88\xf1\x905\xccՔ?\\\x16̰\x17l\xce\xe1\x02!\x00\xc4=\xe6\xe12\xd2}z\x86\xa9\xa3\xe7_$Z\xf9\xb5;K\xd6ķ&\x80'p;\xabYs\xb3^" "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": W1108 21:27:45.575569   23534 handlers.go:198] athos{1438824697973875023}: AddChain handler error: failed to verify add-chain contents: cert / precert mismatch: bool
Step #5 - "race_detection": Stopping CT HTTP servers (pids 24845)
Step #5 - "race_detection": W1108 21:27:45.582902   24845 main.go:323] Signal received: interrupt
Step #5 - "race_detection": I1108 21:27:45.583038   24845 main.go:297] Shutting down HTTP server...
Step #5 - "race_detection": I1108 21:27:45.583269   24845 main.go:301] HTTP server shutdown
Step #7 - "etcd_with_race": I1108 21:27:45.700305   23572 hammer.go:1134] aramis: completed 1500 operations on log
Step #8 - "with_pkcs11_and_race": Stopping CT HTTP servers (pids 22719)
Step #8 - "with_pkcs11_and_race": W1108 21:27:45.993546   22719 main.go:323] Signal received: interrupt
Step #8 - "with_pkcs11_and_race": I1108 21:27:45.993673   22719 main.go:297] Shutting down HTTP server...
Step #8 - "with_pkcs11_and_race": I1108 21:27:45.993843   22719 main.go:301] HTTP server shutdown
Step #7 - "etcd_with_race": W1108 21:27:46.093214   23534 handlers.go:198] porthos{110801147342699590}: 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": W1108 21:27:46.179439   23534 handlers.go:198] porthos{110801147342699590}: AddChain handler error: failed to verify add-chain contents: chain failed to verify: x509: certificate signed by unknown authority
Step #7 - "etcd_with_race": W1108 21:27:46.350677   23534 handlers.go:198] porthos{110801147342699590}: AddChain handler error: failed to verify add-chain contents: chain failed to verify: x509: certificate signed by unknown authority
Step #7 - "etcd_with_race": W1108 21:27:46.361165   23534 handlers.go:198] athos{1438824697973875023}: AddPreChain handler error: failed to verify add-chain contents: chain failed to verify: x509: certificate signed by unknown authority
Step #7 - "etcd_with_race": W1108 21:27:46.541257   23534 handlers.go:198] athos{1438824697973875023}: AddPreChain 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:643 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": W1108 21:27:46.582528   23534 handlers.go:198] athos{1438824697973875023}: AddPreChain handler error: failed to verify add-chain contents: chain failed to verify: x509: certificate signed by unknown authority
Step #5 - "race_detection": Retry kill -INT  24845
Step #7 - "etcd_with_race": W1108 21:27:46.611144   23534 handlers.go:198] athos{1438824697973875023}: AddPreChain 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:644 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": W1108 21:27:46.623944   23534 handlers.go:198] athos{1438824697973875023}: AddPreChain handler error: athos{1438824697973875023}: failed to parse add-chain body: cert chain was empty
Step #8 - "with_pkcs11_and_race": Retry kill -INT  22719
Step #7 - "etcd_with_race": W1108 21:27:47.119537   23534 handlers.go:198] athos{1438824697973875023}: AddChain handler error: athos{1438824697973875023}: failed to parse add-chain body: cert chain was empty
Step #7 - "etcd_with_race": W1108 21:27:47.141914   23534 handlers.go:198] athos{1438824697973875023}: AddChain handler error: failed to verify add-chain contents: chain failed to verify: x509: certificate signed by unknown authority
Step #7 - "etcd_with_race": W1108 21:27:47.164041   23534 handlers.go:198] athos{1438824697973875023}: AddPreChain handler error: failed to verify add-chain contents: chain failed to verify: x509: certificate signed by unknown authority
Step #7 - "etcd_with_race": W1108 21:27:47.234450   23534 handlers.go:198] athos{1438824697973875023}: AddPreChain 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:644 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": W1108 21:27:47.354839   23534 handlers.go:198] porthos{110801147342699590}: GetSTHConsistency handler error: failed to parse consistency range: invalid first, second params: 1631 1450
Step #7 - "etcd_with_race": I1108 21:27:47.355279   23572 hammer.go:1134] porthos: completed 1500 operations on log
Step #7 - "etcd_with_race": W1108 21:27:47.387084   23534 handlers.go:198] athos{1438824697973875023}: AddPreChain 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:643 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 #5 - "race_detection": Deleting  /tmp/ct-FdidF8 on exit
Step #8 - "with_pkcs11_and_race": Deleting  /tmp/ct-mBQj5F on exit
Step #7 - "etcd_with_race": W1108 21:27:48.057766   23534 handlers.go:898] athos{1438824697973875023}: 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\r231109212709Z0V1\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\xa3IY\x9e\x8d\xf2\x83\\41\x93\xd4\xf7\xb3/\xaeI^9\xed\r\x99<\x9b\x82\x95\xda\xe8YƄ\x13\xffI\xb2\xd7\xccѨ\xba\x9eXFF\xd6k OZ\xdf~\xaaXi\xd8\xf0\xb5\xf3iGFL\xbf(}8\xf6\x99\xc8MƆ\v\x9f\x85ҸV\xbc9\x05\x88\xe5\xae\xf2\xc7\xf1\x9eB`\xae8\xa1\xa4 v\xe8ľV\x83\x9a\xc1\xb2\xacR\xbf\xf5\x0e\xba\xd2\xe3\xba\xe5\x82 }\xb6-I%Ap\x1d\xff\x1d\xcc*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\x03H\x000E\x02!\x00\xbd\x93\xb5th\x14\xa8\x8b\x9fI[\xefaH\x88\"\xa7&\x9a\xf6^\xfa\x10!\xf8@\xa5\xe7\xd2\xd4-9\x02 #/\x82<\xec\xe5%\xcf\x0f\xf1\xf6ϊ2\x98[`\x93L>\x05\x17֥\x8a\a\xa5zΦQI" "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": W1108 21:27:48.058115   23534 handlers.go:198] athos{1438824697973875023}: AddChain handler error: failed to verify add-chain contents: cert / precert mismatch: bool
Step #7 - "etcd_with_race": I1108 21:27:48.074534   23572 hammer.go:1134] athos: completed 1500 operations on log
Step #7 - "etcd_with_race": I1108 21:27:48.074637   23572 main.go:315] completed tests on all 3 logs:
Step #7 - "etcd_with_race": I1108 21:27:48.074677   23572 main.go:327]   no errors; done
Finished Step #5 - "race_detection"
Finished Step #8 - "with_pkcs11_and_race"
Step #7 - "etcd_with_race": Stopping CT HTTP servers (pids 23534)
Step #7 - "etcd_with_race": W1108 21:27:49.090105   23534 main.go:323] Signal received: interrupt
Step #7 - "etcd_with_race": I1108 21:27:49.090220   23534 main.go:297] Shutting down HTTP server...
Step #7 - "etcd_with_race": I1108 21:27:49.090437   23534 main.go:301] HTTP server shutdown
Step #7 - "etcd_with_race": Retry kill -INT  23534
Step #7 - "etcd_with_race": Deleting  /tmp/ct-1tOt4M on exit
Finished Step #7 - "etcd_with_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.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978
Step #12 - "build_envsubst":  ---> 8ca4688f4f35
Step #12 - "build_envsubst": Step 2/4 : RUN apk add --no-cache gettext
Step #12 - "build_envsubst":  ---> Running in e5ccce303a1d
Step #12 - "build_envsubst": fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz
Step #12 - "build_envsubst": fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz
Step #12 - "build_envsubst": (1/10) Installing libintl (0.21.1-r7)
Step #12 - "build_envsubst": (2/10) Installing gettext-envsubst (0.21.1-r7)
Step #12 - "build_envsubst": (3/10) Installing libgomp (12.2.1_git20220924-r10)
Step #12 - "build_envsubst": (4/10) Installing ncurses-terminfo-base (6.4_p20230506-r0)
Step #12 - "build_envsubst": (5/10) Installing libncursesw (6.4_p20230506-r0)
Step #12 - "build_envsubst": (6/10) Installing libunistring (1.1-r1)
Step #12 - "build_envsubst": (7/10) Installing gettext-libs (0.21.1-r7)
Step #12 - "build_envsubst": (8/10) Installing xz-libs (5.4.3-r0)
Step #12 - "build_envsubst": (9/10) Installing libxml2 (2.11.4-r0)
Step #12 - "build_envsubst": (10/10) Installing gettext (0.21.1-r7)
Step #12 - "build_envsubst": Executing busybox-1.36.1-r2.trigger
Step #12 - "build_envsubst": OK: 14 MiB in 25 packages
Step #12 - "build_envsubst": Removing intermediate container e5ccce303a1d
Step #12 - "build_envsubst":  ---> 1c28e894764b
Step #12 - "build_envsubst": Step 3/4 : ADD envsubst_inplace.sh /entrypoint.sh
Step #12 - "build_envsubst":  ---> b0dad9f25a96
Step #12 - "build_envsubst": Step 4/4 : ENTRYPOINT ["/entrypoint.sh"]
Step #12 - "build_envsubst":  ---> Running in 8b7004dd9baf
Step #12 - "build_envsubst": Removing intermediate container 8b7004dd9baf
Step #12 - "build_envsubst":  ---> f939b076e0c4
Step #12 - "build_envsubst": Successfully built f939b076e0c4
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:2016a5a49ef41567142c577d2c2f13294d4b9117
The push refers to repository [gcr.io/trillian-opensource-ci/ctfe]
ea8fd6b74074: Preparing
4abacc923ad4: Preparing
41b7ca9d7ccd: Preparing
9959f8de3336: Preparing
8f2b2d741d53: Preparing
1a73b54f556b: Preparing
e624a5370eca: Preparing
d52f02c6501c: Preparing
ff5700ec5418: Preparing
e16c585a5d50: Preparing
10e9b9e72178: Preparing
c1f171653244: Preparing
e624a5370eca: Waiting
d52f02c6501c: Waiting
ff5700ec5418: Waiting
1a73b54f556b: Waiting
e16c585a5d50: Waiting
10e9b9e72178: Waiting
41b7ca9d7ccd: Layer already exists
8f2b2d741d53: Layer already exists
4abacc923ad4: Layer already exists
1a73b54f556b: Layer already exists
e624a5370eca: Layer already exists
d52f02c6501c: Layer already exists
ff5700ec5418: Layer already exists
e16c585a5d50: Layer already exists
10e9b9e72178: Layer already exists
c1f171653244: Layer already exists
9959f8de3336: Layer already exists
ea8fd6b74074: Pushed
2016a5a49ef41567142c577d2c2f13294d4b9117: digest: sha256:ade53f9438ea5b90f8346f61bfdbbeae6e35f1ac3e3f5718abdb756bbb14a370 size: 2825
Pushing gcr.io/trillian-opensource-ci/ct_testbase:latest
The push refers to repository [gcr.io/trillian-opensource-ci/ct_testbase]
8d7433c9445f: Preparing
e87e50646d49: Preparing
f27f25af1f3d: Preparing
6c47218fe500: Preparing
57fd2277214d: Preparing
d0f8bc744207: Preparing
c483f1d19e17: Preparing
f5b2ab1cf390: Preparing
dfe25755ef07: Preparing
266def75d28e: Preparing
29e49b59edda: Preparing
1777ac7d307b: Preparing
d0f8bc744207: Waiting
c483f1d19e17: Waiting
f5b2ab1cf390: Waiting
dfe25755ef07: Waiting
266def75d28e: Waiting
29e49b59edda: Waiting
1777ac7d307b: Waiting
57fd2277214d: Layer already exists
e87e50646d49: Layer already exists
6c47218fe500: Layer already exists
8d7433c9445f: Layer already exists
d0f8bc744207: Layer already exists
f5b2ab1cf390: Layer already exists
c483f1d19e17: Layer already exists
29e49b59edda: Layer already exists
266def75d28e: Layer already exists
dfe25755ef07: Layer already exists
1777ac7d307b: Layer already exists
f27f25af1f3d: Layer already exists
latest: digest: sha256:0332f3b4809f35b01cd4ba10ca5f84d355d3c70f3cb8fcd0f3fc89f79faec6dd size: 2846
DONE

Build Log: https://storage.cloud.google.com/trillian-cloudbuild-logs/log-a275d945-e58a-470b-ab2b-659b6fd9d51c.txt