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/feeder #1235

Bump golang in /internal/witness/cmd/feeder

f0d3735
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/feeder #1235

Bump golang in /internal/witness/cmd/feeder
f0d3735
Select commit
Loading
Failed to load commit list.
Google Cloud Build / certificate-transparency-go-cloud-build-pull-request (trillian-opensource-ci) succeeded Nov 8, 2023 in 9m 4s

Summary

Build Information

Trigger certificate-transparency-go-cloud-build-pull-request
Build 840ce97c-e08d-40e5-9f4c-795338c51cdd
Start 2023-11-08T13:21:07-08:00
Duration 8m17.173s
Status SUCCESS

Steps

Step Status Duration
gcr.io/cloud-builders/docker SUCCESS 7.294s
gcr.io/cloud-builders/docker SUCCESS 2.343s
prepare SUCCESS 46.611s
ci-ready SUCCESS 1m32.211s
default_test SUCCESS 2m27.478s
race_detection SUCCESS 5m9.029s
etcd_with_coverage SUCCESS 2m27.306s
etcd_with_race SUCCESS 5m4.555s
with_pkcs11_and_race SUCCESS 5m0.692s
codecov.io SUCCESS 2.68s
ci_complete SUCCESS 870ms
build_ctfe SUCCESS 53.618s
build_envsubst SUCCESS 2.72s
envsubst_kubernetes_configs SUCCESS 878ms
update_kubernetes_configs_dryrun SUCCESS 9.743s

Details

starting build "840ce97c-e08d-40e5-9f4c-795338c51cdd"

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            f0d3735bd003789b495872a214c0a55608a46544 -> FETCH_HEAD
HEAD is now at f0d3735 Bump golang in /internal/witness/cmd/feeder
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 #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: 887e775063de: Waiting
Step #0: d1713cf1562a: Waiting
Step #0: 287c011ca974: Verifying Checksum
Step #0: 287c011ca974: Download complete
Step #11 - "build_ctfe": docker.io/library/golang:1.21.3-bookworm@sha256:5bafbbb109f02aaf6b41ddc19f54919773c3006f1cbda1599112603367642f0e: Pulling from library/golang
Step #0: 60b95803ac41: Verifying Checksum
Step #0: 60b95803ac41: Download complete
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 3153fb5ad607
Step #0: 60b95803ac41: Pull complete
Step #0: d1713cf1562a: Verifying Checksum
Step #0: d1713cf1562a: Download complete
Step #11 - "build_ctfe": Removing intermediate container 3153fb5ad607
Step #11 - "build_ctfe":  ---> ca448fc445ca
Step #11 - "build_ctfe": Step 3/12 : ENV GOFLAGS=$GOFLAGS
Step #0: f55969668562: Verifying Checksum
Step #0: f55969668562: Download complete
Step #11 - "build_ctfe":  ---> Running in 4d3c5cf15805
Step #0: 887e775063de: Verifying Checksum
Step #0: 887e775063de: Download complete
Step #11 - "build_ctfe": Removing intermediate container 4d3c5cf15805
Step #11 - "build_ctfe":  ---> f5cd36b05f66
Step #11 - "build_ctfe": Step 4/12 : WORKDIR /build
Step #11 - "build_ctfe":  ---> Running in bd351e2d7655
Step #11 - "build_ctfe": Removing intermediate container bd351e2d7655
Step #11 - "build_ctfe":  ---> 3cf8c8c37013
Step #11 - "build_ctfe": Step 5/12 : COPY go.mod .
Step #11 - "build_ctfe":  ---> 5744898ad1aa
Step #11 - "build_ctfe": Step 6/12 : COPY go.sum .
Step #11 - "build_ctfe":  ---> f20592db9cfe
Step #11 - "build_ctfe": Step 7/12 : RUN go mod download
Step #11 - "build_ctfe":  ---> Running in 3cec3575bbcc
Step #0: e9e6654a6a7c: Verifying Checksum
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": 2fa82a9c76b2: Waiting
Step #2 - "prepare": fcb6f6d2c998: Waiting
Step #2 - "prepare": 672354a91bfa: Waiting
Step #2 - "prepare": 1b26523ec020: Waiting
Step #2 - "prepare": ad7888c7ea2f: Waiting
Step #2 - "prepare": 157557f998a1: Waiting
Step #2 - "prepare": e8c73c638ae9: Waiting
Step #2 - "prepare": 2b776ada0341: Verifying Checksum
Step #2 - "prepare": 2b776ada0341: Download complete
Step #2 - "prepare": 06004fb4a3b3: Verifying Checksum
Step #2 - "prepare": 66d6209d01f4: Verifying Checksum
Step #2 - "prepare": fcb6f6d2c998: Download complete
Step #2 - "prepare": 66d6209d01f4: Download complete
Step #2 - "prepare": e8c73c638ae9: Verifying Checksum
Step #2 - "prepare": e8c73c638ae9: Download complete
Step #2 - "prepare": 4aa0ea1413d3: 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": 2b776ada0341: Pull complete
Step #2 - "prepare": ad7888c7ea2f: Verifying Checksum
Step #2 - "prepare": ad7888c7ea2f: Download complete
Step #2 - "prepare": 1b26523ec020: Download complete
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": 157557f998a1: Verifying Checksum
Step #2 - "prepare": 157557f998a1: Download complete
Step #2 - "prepare": 672354a91bfa: Pull 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: 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/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/protobuf v1.31.0
Step #2 - "prepare": go: downloading google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b
Step #2 - "prepare": go: downloading github.com/golang/protobuf v1.5.3
Step #2 - "prepare": go: downloading golang.org/x/sys v0.13.0
Step #2 - "prepare": go: downloading golang.org/x/net v0.17.0
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 trillian-log-signer ... done
Step #2 - "prepare": Pulling mysql               ... 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": 3678189951c9: Waiting
Step #2 - "prepare": fba0417e58e0: Waiting
Step #2 - "prepare": 160073826ec8: Waiting
Step #2 - "prepare": ab271ef63699: Waiting
Step #2 - "prepare": c5f8644c04af: Waiting
Step #2 - "prepare": fd7c2ef112f8: Waiting
Step #2 - "prepare": 726812e7450a: Waiting
Step #2 - "prepare": 1bbfcedf2078: Waiting
Step #2 - "prepare": 7ade94ca654b: Verifying Checksum
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: Download complete
Step #2 - "prepare": fd7c2ef112f8: Verifying Checksum
Step #2 - "prepare": fd7c2ef112f8: Download complete
Step #2 - "prepare": 726812e7450a: Verifying Checksum
Step #2 - "prepare": 726812e7450a: Download complete
Step #2 - "prepare": 3678189951c9: Verifying Checksum
Step #2 - "prepare": 3678189951c9: Download complete
Step #2 - "prepare": 160073826ec8: Verifying Checksum
Step #2 - "prepare": 160073826ec8: Download complete
Step #2 - "prepare": 06b678c742c4: Verifying Checksum
Step #2 - "prepare": 06b678c742c4: Download complete
Step #2 - "prepare": ab271ef63699: Verifying Checksum
Step #2 - "prepare": ab271ef63699: Download complete
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 9ede6191e63f
Step #2 - "prepare": Removing intermediate container 9ede6191e63f
Step #2 - "prepare":  ---> 709e3bd64726
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 9ba56acff80e
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 #11 - "build_ctfe": Removing intermediate container 3cec3575bbcc
Step #11 - "build_ctfe":  ---> 21c1a92bc15a
Step #11 - "build_ctfe": Step 8/12 : COPY . .
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 #2 - "prepare": Get:7 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [332 kB]
Step #11 - "build_ctfe":  ---> df369312b10c
Step #11 - "build_ctfe": Step 9/12 : RUN go build ./trillian/ctfe/ct_server
Step #2 - "prepare": Get:8 http://repo.mysql.com/apt/debian buster/mysql-5.7 amd64 Packages [5687 B]
Step #11 - "build_ctfe":  ---> Running in ab516b2b143c
Step #2 - "prepare": Fetched 11.7 MB in 1s (11.9 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 (19.5 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 (117 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%
(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 
...
[Logs truncated due to log size limitations. For full logs, see https://storage.cloud.google.com/trillian-cloudbuild-logs/log-840ce97c-e08d-40e5-9f4c-795338c51cdd.txt.]
...
\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": W1108 21:28:40.206618   25663 handlers.go:198] aramis{5265434116037704336}: AddChain handler error: failed to verify add-chain contents: cert / precert mismatch: bool
Step #5 - "race_detection": W1108 21:28:40.282623   25663 handlers.go:198] athos{5053835220824795483}: AddPreChain handler error: failed to verify add-chain contents: chain failed to verify: x509: certificate signed by unknown authority
Step #5 - "race_detection": W1108 21:28:40.337183   25663 handlers.go:198] athos{5053835220824795483}: GetProofByHash handler error: backend GetInclusionProofByHash request failed: rpc error: code = InvalidArgument desc = GetInclusionProofByHashRequest.LeafHash: 2 bytes, want 32
Step #5 - "race_detection": W1108 21:28:40.339718   25663 handlers.go:896] athos{5053835220824795483}: Cert (or precert with invalid CT ext) submitted as precert chain: ["0\x82\x02n0\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\r231109212800Z0V1\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\xed3TXOL\x00}\xe2{\xc9\xf6\xf2r\x15\x00+I΄7>\xce\xc29\x80\xbd\a\x8a\xf0\xcc_\x9d\x96\x91\r\x82;\x9a\xd2T{\x9b\xef\xb1\a~\xfe\xe4\xa7@.\x87\x1a\xdcU\x9f'\v\xb4\x83\xe3k\xc9^m\xe4\x86\x1c\xc9\xfd\x8b \xea\xf9%z\x16N1\x065\x00\x98\f\x82\x8e\a\xbaQ>25\x9b\x99\xa5\x19\xf9ip\xdc3\x8b\x06n\xacj$,M\xb6\x01>g\xc9\x7f\aǭ\x00\xbf\xc0\xa7\xe9\xdbi\x96Q0\x0f\x06\x03U\x1d#\x04\b0\x06\x80\x04\x05\x06\a\b0\n\x06\b*\x86H\xce=\x04\x03\x02\x03G\x000D\x02 fW^J\x0f\x11\xbb\x01\xdb\xebZ\t:\x87\xc1a(\x17֨\xefߍ\xdf\x0f>v\xda}\x8f\xd9\x01\x02 zsp\x03\xd5\xc6l\x98\x97ꪻ\x97\xc4v\x89\xff\xa5\x81\x06\\A_#)\a\xa3Y\xd3\xe3\aQ" "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": W1108 21:28:40.340048   25663 handlers.go:198] athos{5053835220824795483}: AddPreChain handler error: failed to verify add-chain contents: cert / precert mismatch: bool
Step #5 - "race_detection": W1108 21:28:40.377679   25663 handlers.go:896] porthos{6089704593503923046}: Cert (or precert with invalid CT ext) submitted as precert chain: ["0\x82\x02n0\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\r231109212800Z0V1\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\xad\xc1I\xc0\xd4B\\r\x01:N\x9es\xfc\x06a\x805ͽ\xaa>\xb6\x95\xc5[2\xeb\xe1\xa3\a\xc5\xc4\x01\xaf\xe8\xbe!Z\xe2A\xc6-\xae\x83\xc5\x01\x89#s\xf6C\xf2:w㍷UC\xf1\xe1\xb9Vv\x13~\xf0\x8e\xaeT\xebM\xa9\xc05|V\xc0\xf0>IӨȨ\xd0UM\xa2x\x96ɦ\x8e\x8e\x10\xa0c\xc9i\\\xa6\x92}\xc4\x05\x94\x00\xecnT|\x18[V\x9b\x17\xa10\v\xd5?\x1e;\xa4^w0\x0f\x06\x03U\x1d#\x04\b0\x06\x80\x04\x05\x06\a\b0\n\x06\b*\x86H\xce=\x04\x03\x02\x03G\x000D\x02 %\xb2 \x8d\"QyJVչ\xcd:\x17f\x98D\xa9\\*\xd4,q\xeb2\xf1\x86\U000da265\x9d\x02 U\xff\xea\xba#ٛ\x15\xb7\xe1-\xe4\xb0\v(\xd5q\x97\x1f\xbcr}Eݍ\x12'u\f\x1e\xea\x8d" "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": W1108 21:28:40.378005   25663 handlers.go:198] porthos{6089704593503923046}: AddPreChain handler error: failed to verify add-chain contents: cert / precert mismatch: bool
Step #5 - "race_detection": W1108 21:28:40.443130   25663 handlers.go:198] athos{5053835220824795483}: AddPreChain handler error: failed to verify add-chain contents: chain failed to verify: x509: certificate signed by unknown authority
Step #5 - "race_detection": W1108 21:28:40.453565   25663 handlers.go:198] aramis{5265434116037704336}: AddPreChain handler error: aramis{5265434116037704336}: failed to parse add-chain body: cert chain was empty
Step #5 - "race_detection": W1108 21:28:40.454430   25663 handlers.go:198] aramis{5265434116037704336}: AddChain handler error: aramis{5265434116037704336}: failed to parse add-chain body: cert chain was empty
Step #5 - "race_detection": W1108 21:28:40.467826   25663 handlers.go:198] athos{5053835220824795483}: 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 #5 - "race_detection": W1108 21:28:40.571997   25663 handlers.go:198] aramis{5265434116037704336}: GetSTHConsistency handler error: failed to parse consistency range: invalid first, second params: 1486 1440
Step #5 - "race_detection": W1108 21:28:40.660586   25663 handlers.go:198] aramis{5265434116037704336}: AddPreChain handler error: failed to verify add-chain contents: chain failed to verify: x509: certificate signed by unknown authority
Step #7 - "etcd_with_race": Stopping CT HTTP servers (pids 24316)
Step #7 - "etcd_with_race": W1108 21:28:40.680634   24316 main.go:323] Signal received: interrupt
Step #7 - "etcd_with_race": I1108 21:28:40.680791   24316 main.go:297] Shutting down HTTP server...
Step #7 - "etcd_with_race": I1108 21:28:40.681030   24316 main.go:301] HTTP server shutdown
Step #5 - "race_detection": I1108 21:28:40.858777   25707 hammer.go:1122]      athos: lastSTH.size=1590 ops: total=1323 invalid=149 errs=0 AddChain=527/527 AddPreChain=538/538 GetSTH=61/61 GetSTHConsistency=61/67 GetProofByHash=0/46 GetEntries=58/58 GetRoots=26/26
Step #5 - "race_detection": W1108 21:28:40.873600   25663 handlers.go:198] athos{5053835220824795483}: AddPreChain handler error: failed to verify add-chain contents: chain failed to verify: x509: certificate signed by unknown authority
Step #5 - "race_detection": I1108 21:28:40.879423   25707 hammer.go:1122]     aramis: lastSTH.size=1440 ops: total=1255 invalid=134 errs=0 AddChain=513/513 AddPreChain=493/493 GetSTH=58/58 GetSTHConsistency=49/52 GetProofByHash=0/52 GetEntries=68/68 GetRoots=19/19
Step #5 - "race_detection": W1108 21:28:40.879746   25663 handlers.go:198] athos{5053835220824795483}: AddPreChain handler error: failed to verify add-chain contents: chain failed to verify: x509: certificate signed by unknown authority
Step #5 - "race_detection": W1108 21:28:40.932362   25663 handlers.go:198] athos{5053835220824795483}: AddChain handler error: failed to verify add-chain contents: chain failed to verify: x509: certificate signed by unknown authority
Step #5 - "race_detection": I1108 21:28:41.019611   25707 hammer.go:1122]    porthos: lastSTH.size=1501 ops: total=1316 invalid=131 errs=0 AddChain=527/527 AddPreChain=518/518 GetSTH=68/68 GetSTHConsistency=51/56 GetProofByHash=0/51 GetEntries=67/67 GetRoots=29/29
Step #5 - "race_detection": W1108 21:28:41.039626   25663 handlers.go:896] porthos{6089704593503923046}: Cert (or precert with invalid CT ext) submitted as precert 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\r231109212800Z0V1\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\x80c\x9a\xa6:D:;W\x82\x01\x88\x826\xda\x029\xb6\x97{\x1c\xb1\xa7\x86\xc0)a\x88\xa2\xa9RQQ\xbe\xb7!D\x92\v܄\xd7\xd6\xf0\xac\x15+\xf1\x16W\xfe\x13\x87b\x9bղ\xb0+\x11\x1fH\xb4\xf9\xd3\xdb\x1b\xa0\xfdY\x02swA\x8f\x8b\xd4e\xef{\xc1\xa1\x03Ӝ\xb6S#2\xb9\x7f\x91Am\x12V3B\x99w\x17em\xa4\xe0p\xc9\x12\xe8\xef\x18\xf2\xb6\x92-3\x1e\x8bY1p+qTJw\xe1\x90\xd80\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\xc3<i;\xbes\xdb\xd2\xdb\xdf\xe8\x80TQ\x97`\xcbl\xdf\a2\xf4\xbb^\x99FkVv D\xb8\x02!\x00\xeas\x14\x1b\xc5\x16\x8d\"\xa0\xe4\xe1\xb5z\x8f\xdb(f\xb5|=\xce\x15\xacE0\x11\x92K \xa5\xd6u" "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": W1108 21:28:41.039993   25663 handlers.go:198] porthos{6089704593503923046}: AddPreChain handler error: failed to verify add-chain contents: cert / precert mismatch: bool
Step #5 - "race_detection": W1108 21:28:41.165288   25663 handlers.go:198] aramis{5265434116037704336}: AddChain handler error: aramis{5265434116037704336}: failed to parse add-chain body: cert chain was empty
Step #5 - "race_detection": I1108 21:28:41.186750   25707 hammer.go:1134] athos: completed 1500 operations on log
Step #5 - "race_detection": W1108 21:28:41.401958   25663 handlers.go:198] porthos{6089704593503923046}: 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 #5 - "race_detection": W1108 21:28:41.464715   25663 handlers.go:198] porthos{6089704593503923046}: AddPreChain handler error: porthos{6089704593503923046}: failed to parse add-chain body: cert chain was empty
Step #7 - "etcd_with_race": Retry kill -INT  24316
Step #5 - "race_detection": W1108 21:28:42.226272   25663 handlers.go:896] porthos{6089704593503923046}: 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\r231109212800Z0V1\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\x1cC\xd8\xeaJ\xab\x1c`\x8d\x9a\xb1\xe4+\xe4!\xedL\xd4\x1e2\x1b\xdd?z\x1af\x14\x9fz\r\x04硟\xda\xfdW4w\xb7\x89\xe2\x05\xfe\x0e4\xfe\xae7\xcc\x06^2\xbc\x81\xe3\xdeq\x85\xe3 \xf2Sy\xd3=6\x00M\xde\xdc\t\v\x1b\xe2=\x94\x8d\xfd\xb5\xd3\x7f\xc1\xf3\x83\xf2\x8b\x15\x8d]\x01Z\xb6[\xf6\x02\xfa!\xb6d\xde\xc5\x17\x9d\xac0\x1eٿ\xb2-8^I\xa1\xf4\xe4\xb35u\xeeltƹB\x12Z0\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\xe3|\xf3N\x9a\xeb\xbc\x18}\x018\xff`\bl#\x99\x9dm\xbb>\xdaOĭ\xdfJ\xca>l\a_\x02 HQ\xc1\xa8\x0f\n\xe4P\xf7e\x0e+J(\x9f\x82\xfc\x158\xfb\xab\x1ceF\xcb\xea\\\x04${Q\x7f" "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": W1108 21:28:42.226609   25663 handlers.go:198] porthos{6089704593503923046}: AddPreChain handler error: failed to verify add-chain contents: cert / precert mismatch: bool
Step #5 - "race_detection": W1108 21:28:42.347931   25663 handlers.go:198] porthos{6089704593503923046}: GetEntries handler error: need tree size: 1000001498 to get leaves but only got: 1594
Step #5 - "race_detection": W1108 21:28:42.375061   25663 handlers.go:198] porthos{6089704593503923046}: AddPreChain handler error: failed to verify add-chain contents: chain failed to verify: x509: certificate signed by unknown authority
Step #5 - "race_detection": I1108 21:28:42.375486   25707 hammer.go:1134] porthos: completed 1500 operations on log
Step #5 - "race_detection": W1108 21:28:42.555540   25663 handlers.go:198] aramis{5265434116037704336}: AddPreChain handler error: aramis{5265434116037704336}: failed to parse add-chain body: cert chain was empty
Step #5 - "race_detection": W1108 21:28:42.615409   25663 handlers.go:198] aramis{5265434116037704336}: GetEntries handler error: bad range on get-entries request: start (-2) and end (10) parameters must be >= 0
Step #7 - "etcd_with_race": Deleting  /tmp/ct-GMAqz8 on exit
Step #5 - "race_detection": W1108 21:28:42.914177   25663 handlers.go:198] aramis{5265434116037704336}: 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 #5 - "race_detection": W1108 21:28:42.920983   25663 handlers.go:896] aramis{5265434116037704336}: 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\r231109212800Z0V1\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)_\x02\xff\x97b2\xb5ƃ\x957#Ҽ\xed\x9a\nS\x1e\x89\xb1X\x17~3ig3\u05cf\n\xd8m>\\\x1bl3\xb8\xceW\xf1R\x16\x91\xbayw\x98]\x1fV#\u07ba\x03\xcbl\xd5G\x1e\xd4~,r\t}\x86\xb8Ì\x91W\xdb\xe0\x1d\x18\a\xf1\x85S_\xff+$\xd6?\xb5m\x10Sր\xda3\x95\xab5\xd1\xddO\xa7\xfaѼ:\xf6x.|\xbc$\x11B\b\x9f'}`\n\xe1\xd17\x86n\xeaf0\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\xe7r\x86g\x8e\x94\x82 \x98B\xc8\xf2\n#\xd9\xdd\xec\xec5m\x03\x19\xaa\x10f\x80\x97T{\t\xb5\x0f\x02 {C\xe3~\x9c\xa1\xa3\xc4]\xc5P\x87_r\\\xe7\x1c&s\x98\x9bZ,$\x9f\xe1\x1d\x8eo\x05\x918" "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": W1108 21:28:42.921346   25663 handlers.go:198] aramis{5265434116037704336}: AddPreChain handler error: failed to verify add-chain contents: cert / precert mismatch: bool
Step #5 - "race_detection": W1108 21:28:42.957667   25663 handlers.go:198] aramis{5265434116037704336}: AddChain handler error: aramis{5265434116037704336}: failed to parse add-chain body: cert chain was empty
Step #5 - "race_detection": W1108 21:28:43.067482   25663 handlers.go:198] aramis{5265434116037704336}: GetProofByHash handler error: get-proof-by-hash: invalid base64 hash: illegal base64 data at input byte 0
Finished Step #7 - "etcd_with_race"
Step #5 - "race_detection": I1108 21:28:44.158137   25707 hammer.go:1134] aramis: completed 1500 operations on log
Step #5 - "race_detection": I1108 21:28:44.158274   25707 main.go:315] completed tests on all 3 logs:
Step #5 - "race_detection": I1108 21:28:44.158357   25707 main.go:327]   no errors; done
Step #5 - "race_detection": Stopping CT HTTP servers (pids 25663)
Step #5 - "race_detection": W1108 21:28:45.174167   25663 main.go:323] Signal received: interrupt
Step #5 - "race_detection": I1108 21:28:45.174279   25663 main.go:297] Shutting down HTTP server...
Step #5 - "race_detection": I1108 21:28:45.174425   25663 main.go:301] HTTP server shutdown
Step #5 - "race_detection": Retry kill -INT  25663
Step #5 - "race_detection": Deleting  /tmp/ct-Uhyb0Z on exit
Finished Step #5 - "race_detection"
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 981c159395f6
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 981c159395f6
Step #12 - "build_envsubst":  ---> ebaa563091e8
Step #12 - "build_envsubst": Step 3/4 : ADD envsubst_inplace.sh /entrypoint.sh
Step #12 - "build_envsubst":  ---> 9f7212e8bf06
Step #12 - "build_envsubst": Step 4/4 : ENTRYPOINT ["/entrypoint.sh"]
Step #12 - "build_envsubst":  ---> Running in 25c5b299d7a4
Step #12 - "build_envsubst": Removing intermediate container 25c5b299d7a4
Step #12 - "build_envsubst":  ---> aac08d5fbcfe
Step #12 - "build_envsubst": Successfully built aac08d5fbcfe
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:f0d3735bd003789b495872a214c0a55608a46544
The push refers to repository [gcr.io/trillian-opensource-ci/ctfe]
ebe121fe6e5d: Preparing
4abacc923ad4: Preparing
41b7ca9d7ccd: Preparing
9959f8de3336: Preparing
8f2b2d741d53: Preparing
1a73b54f556b: Preparing
e624a5370eca: Preparing
d52f02c6501c: Preparing
ff5700ec5418: Preparing
e16c585a5d50: Preparing
10e9b9e72178: Preparing
c1f171653244: Preparing
e16c585a5d50: Waiting
e624a5370eca: Waiting
ff5700ec5418: Waiting
d52f02c6501c: Waiting
10e9b9e72178: Waiting
1a73b54f556b: Waiting
4abacc923ad4: Layer already exists
41b7ca9d7ccd: Layer already exists
e624a5370eca: Layer already exists
8f2b2d741d53: Layer already exists
1a73b54f556b: Layer already exists
e16c585a5d50: Layer already exists
ff5700ec5418: Layer already exists
d52f02c6501c: Layer already exists
c1f171653244: Layer already exists
9959f8de3336: Layer already exists
10e9b9e72178: Layer already exists
ebe121fe6e5d: Pushed
f0d3735bd003789b495872a214c0a55608a46544: digest: sha256:d5033acc3ad23eee830db4a25eceb35e748678e65e5cd03bcdce33e0a1478a89 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
f5b2ab1cf390: Waiting
dfe25755ef07: Waiting
266def75d28e: Waiting
29e49b59edda: Waiting
d0f8bc744207: Waiting
1777ac7d307b: Waiting
c483f1d19e17: Waiting
f27f25af1f3d: Layer already exists
e87e50646d49: Layer already exists
57fd2277214d: Layer already exists
8d7433c9445f: Layer already exists
dfe25755ef07: Layer already exists
f5b2ab1cf390: Layer already exists
d0f8bc744207: Layer already exists
29e49b59edda: Layer already exists
266def75d28e: Layer already exists
6c47218fe500: Layer already exists
1777ac7d307b: Layer already exists
c483f1d19e17: Layer already exists
latest: digest: sha256:0332f3b4809f35b01cd4ba10ca5f84d355d3c70f3cb8fcd0f3fc89f79faec6dd size: 2846
DONE

Build Log: https://storage.cloud.google.com/trillian-cloudbuild-logs/log-840ce97c-e08d-40e5-9f4c-795338c51cdd.txt