Bump the github-actions-deps group with 2 updates #3715
Merged
Google Cloud Build / trillian-pr-tests (trillian-opensource-ci)
succeeded
Jan 14, 2025 in 7m 44s
Summary
Build Information
Trigger | trillian-pr-tests |
Build | 5aa44372-4e2b-406d-9ae9-c64dc00e9f5a |
Start | 2025-01-14T02:08:33-08:00 |
Duration | 6m57.939s |
Status | SUCCESS |
Steps
Step | Status | Duration |
---|---|---|
gcr.io/cloud-builders/docker | SUCCESS | 12.771s |
gcr.io/cloud-builders/docker | SUCCESS | 911ms |
prepare | SUCCESS | 10.8s |
check | SUCCESS | 16.748s |
presubmit | SUCCESS | 3m9.668s |
codecov | SUCCESS | 3m21.085s |
presubmit_batched | SUCCESS | 3m9.694s |
presubmit_pkcs11 | SUCCESS | 3m10.727s |
presubmits_done | SUCCESS | 542ms |
integration | SUCCESS | 1m23.337s |
integration_docker | SUCCESS | 2m49.814s |
integration_etcd | SUCCESS | 1m26.112s |
integration_batched | SUCCESS | 1m16.22s |
integration_pkcs11 | SUCCESS | 1m15.533s |
integration_mariadb | SUCCESS | 1m13.36s |
Details
starting build "5aa44372-4e2b-406d-9ae9-c64dc00e9f5a"
FETCHSOURCE
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
Initialized empty Git repository in /workspace/.git/
From https://github.com/google/trillian
* branch 823cd5fe44429c4699742eb5fd9ec156dcfbdab6 -> FETCH_HEAD
HEAD is now at 823cd5f Bump the github-actions-deps group with 2 updates
GitCommit:
823cd5fe44429c4699742eb5fd9ec156dcfbdab6
BUILD
Starting Step #0
Step #0: Already have image (with digest): gcr.io/cloud-builders/docker
Step #0: latest: Pulling from trillian-opensource-ci/trillian_testbase
Step #0: 0a96bdb82805: Already exists
Step #0: 54c7be425079: Already exists
Step #0: 7aa8176e6d89: Already exists
Step #0: 4930ffbfb215: Already exists
Step #0: 06f05ace1117: Already exists
Step #0: 3fd114183f32: Already exists
Step #0: 4f4fb700ef54: Already exists
Step #0: 9aae0d28b008: Pulling fs layer
Step #0: c990c9b04d45: Pulling fs layer
Step #0: 7e3208a0e92c: Pulling fs layer
Step #0: fa571fdfafad: Pulling fs layer
Step #0: a428d0aedd23: Pulling fs layer
Step #0: a428d0aedd23: Waiting
Step #0: fa571fdfafad: Waiting
Step #0: 9aae0d28b008: Download complete
Step #0: 9aae0d28b008: Pull complete
Step #0: 7e3208a0e92c: Verifying Checksum
Step #0: 7e3208a0e92c: Download complete
Step #0: a428d0aedd23: Verifying Checksum
Step #0: a428d0aedd23: Download complete
Step #0: c990c9b04d45: Verifying Checksum
Step #0: c990c9b04d45: Download complete
Step #0: fa571fdfafad: Verifying Checksum
Step #0: fa571fdfafad: Download complete
Step #0: c990c9b04d45: Pull complete
Step #0: 7e3208a0e92c: Pull complete
Step #0: fa571fdfafad: Pull complete
Step #0: a428d0aedd23: Pull complete
Step #0: Digest: sha256:d983d52a0b018934a4dde1d0a554556dc42e06fbbd869be7e9ec480973d89c3c
Step #0: Status: Downloaded newer image for gcr.io/trillian-opensource-ci/trillian_testbase:latest
Step #0: gcr.io/trillian-opensource-ci/trillian_testbase:latest
Finished Step #0
Starting Step #1
Step #1: Already have image (with digest): gcr.io/cloud-builders/docker
Step #1: Sending build context to Docker daemon 7.849MB
Step #1: Step 1/11 : FROM golang:1.23.4-bookworm@sha256:2e838582004fab0931693a3a84743ceccfbfeeafa8187e87291a1afea457ff7a
Step #1: docker.io/library/golang:1.23.4-bookworm@sha256:2e838582004fab0931693a3a84743ceccfbfeeafa8187e87291a1afea457ff7a: Pulling from library/golang
Step #1: Digest: sha256:2e838582004fab0931693a3a84743ceccfbfeeafa8187e87291a1afea457ff7a
Step #1: Status: Downloaded newer image for golang:1.23.4-bookworm@sha256:2e838582004fab0931693a3a84743ceccfbfeeafa8187e87291a1afea457ff7a
Step #1: ---> 7012e31470cb
Step #1: Step 2/11 : WORKDIR /testbase
Step #1: ---> Using cache
Step #1: ---> c84ff608547d
Step #1: Step 3/11 : ARG GOFLAGS=""
Step #1: ---> Using cache
Step #1: ---> 0eb3c07f57b7
Step #1: Step 4/11 : ENV GOFLAGS=$GOFLAGS
Step #1: ---> Using cache
Step #1: ---> 062c558a3fc7
Step #1: Step 5/11 : ENV GOPATH /go
Step #1: ---> Using cache
Step #1: ---> 200c01a7d207
Step #1: Step 6/11 : RUN apt-get update && apt-get install -y build-essential curl docker-compose lsof mariadb-client netcat-openbsd socat softhsm unzip wget xxd
Step #1: ---> Using cache
Step #1: ---> bb2cbd5b5156
Step #1: Step 7/11 : RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.55.1
Step #1: ---> Using cache
Step #1: ---> aebf2ae49c9c
Step #1: Step 8/11 : RUN curl https://binaries.cockroachdb.com/cockroach-v22.2.7.linux-amd64.tgz | tar -xz && cp -i cockroach-v22.2.7.linux-amd64/cockroach /usr/local/bin/
Step #1: ---> Using cache
Step #1: ---> d2f965d5fed7
Step #1: Step 9/11 : RUN mkdir protoc && (cd protoc && PROTOC_VERSION="3.20.1" && PROTOC_ZIP="protoc-${PROTOC_VERSION}-linux-x86_64.zip" && wget "https://github.com/google/protobuf/releases/download/v${PROTOC_VERSION}/${PROTOC_ZIP}" && unzip -o ${PROTOC_ZIP} -d /usr/local bin/protoc && unzip -o ${PROTOC_ZIP} -d /usr/local 'include/*' )
Step #1: ---> Using cache
Step #1: ---> 29d44a61843c
Step #1: Step 10/11 : ENV PATH /usr/local/bin:$PATH
Step #1: ---> Using cache
Step #1: ---> 490fb61941a0
Step #1: Step 11/11 : ENV PATH $GOPATH/bin:/testbase/protoc/bin:$PATH
Step #1: ---> Using cache
Step #1: ---> 87ec25e5cabd
Step #1: Successfully built 87ec25e5cabd
Step #1: Successfully tagged gcr.io/trillian-opensource-ci/trillian_testbase:latest
Finished Step #1
Starting Step #2 - "prepare"
Step #2 - "prepare": Already have image (with digest): gcr.io/trillian-opensource-ci/trillian_testbase
Step #2 - "prepare": + go install github.com/golang/mock/mockgen google.golang.org/protobuf/proto google.golang.org/protobuf/cmd/protoc-gen-go google.golang.org/grpc/cmd/protoc-gen-go-grpc github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc golang.org/x/tools/cmd/goimports golang.org/x/tools/cmd/stringer
Step #2 - "prepare": go: downloading google.golang.org/protobuf v1.36.1
Step #2 - "prepare": go: downloading github.com/golang/mock v1.6.0
Step #2 - "prepare": go: downloading google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1
Step #2 - "prepare": go: downloading golang.org/x/tools v0.29.0
Step #2 - "prepare": go: downloading github.com/pseudomuto/protoc-gen-doc v1.5.1
Step #2 - "prepare": go: downloading google.golang.org/grpc v1.69.2
Step #2 - "prepare": go: downloading golang.org/x/mod v0.22.0
Step #2 - "prepare": go: downloading github.com/pseudomuto/protokit v0.2.0
Step #2 - "prepare": go: downloading github.com/golang/protobuf v1.5.4
Step #2 - "prepare": go: downloading github.com/Masterminds/sprig v2.22.0+incompatible
Step #2 - "prepare": go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20241113202542-65e8d215514f
Step #2 - "prepare": go: downloading github.com/mwitkow/go-proto-validators v0.2.0
Step #2 - "prepare": go: downloading github.com/envoyproxy/protoc-gen-validate v1.1.0
Step #2 - "prepare": go: downloading github.com/Masterminds/goutils v1.1.1
Step #2 - "prepare": go: downloading github.com/Masterminds/semver v1.5.0
Step #2 - "prepare": go: downloading github.com/google/uuid v1.6.0
Step #2 - "prepare": go: downloading github.com/huandu/xstrings v1.2.0
Step #2 - "prepare": go: downloading github.com/imdario/mergo v0.3.16
Step #2 - "prepare": go: downloading github.com/mitchellh/copystructure v1.0.0
Step #2 - "prepare": go: downloading golang.org/x/crypto v0.32.0
Step #2 - "prepare": go: downloading github.com/gogo/protobuf v1.3.2
Step #2 - "prepare": go: downloading google.golang.org/genproto v0.0.0-20241118233622-e639e219e697
Step #2 - "prepare": go: downloading github.com/mitchellh/reflectwalk v1.0.1
Step #2 - "prepare": go: downloading golang.org/x/sync v0.10.0
Finished Step #2 - "prepare"
Starting Step #3 - "check"
Step #3 - "check": Already have image (with digest): gcr.io/trillian-opensource-ci/trillian_testbase
Step #3 - "check": running gofmt
Step #3 - "check": running goimports
Step #3 - "check": running go generate
Step #3 - "check": go: downloading k8s.io/klog/v2 v2.130.1
Step #3 - "check": go: downloading contrib.go.opencensus.io/exporter/stackdriver v0.13.14
Step #3 - "check": go: downloading github.com/google/go-cmp v0.6.0
Step #3 - "check": go: downloading github.com/transparency-dev/merkle v0.0.2
Step #3 - "check": go: downloading gopkg.in/yaml.v2 v2.4.0
Step #3 - "check": go: downloading github.com/prometheus/client_golang v1.20.5
Step #3 - "check": go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
Step #3 - "check": go: downloading go.etcd.io/etcd/client/v3 v3.5.17
Step #3 - "check": go: downloading github.com/apache/beam/sdks/v2 v2.61.0
Step #3 - "check": go: downloading bitbucket.org/creachadair/shell v0.0.8
Step #3 - "check": go: downloading go.opencensus.io v0.24.0
Step #3 - "check": go: downloading github.com/prometheus/client_model v0.6.1
Step #3 - "check": go: downloading github.com/jackc/pgx/v5 v5.7.2
Step #3 - "check": go: downloading github.com/go-redis/redis v6.15.9+incompatible
Step #3 - "check": go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576
Step #3 - "check": go: downloading cloud.google.com/go/spanner v1.73.0
Step #3 - "check": go: downloading github.com/google/btree v1.1.3
Step #3 - "check": go: downloading github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438
Step #3 - "check": go: downloading golang.org/x/sys v0.29.0
Step #3 - "check": go: downloading github.com/go-sql-driver/mysql v1.8.1
Step #3 - "check": go: downloading github.com/lib/pq v1.10.9
Step #3 - "check": go: downloading github.com/cockroachdb/cockroach-go/v2 v2.3.8
Step #3 - "check": go: downloading google.golang.org/api v0.214.0
Step #3 - "check": go: downloading go.etcd.io/etcd/server/v3 v3.5.17
Step #3 - "check": go: downloading golang.org/x/net v0.34.0
Step #3 - "check": go: downloading filippo.io/edwards25519 v1.1.0
Step #3 - "check": go: downloading go.etcd.io/etcd/api/v3 v3.5.17
Step #3 - "check": go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.17
Step #3 - "check": go: downloading go.uber.org/zap v1.27.0
Step #3 - "check": go: downloading github.com/beorn7/perks v1.0.1
Step #3 - "check": go: downloading github.com/cespare/xxhash/v2 v2.3.0
Step #3 - "check": go: downloading github.com/prometheus/common v0.55.0
Step #3 - "check": go: downloading github.com/klauspost/compress v1.17.11
Step #3 - "check": go: downloading github.com/prometheus/procfs v0.15.1
Step #3 - "check": go: downloading github.com/go-logr/logr v1.4.2
Step #3 - "check": go: downloading github.com/jackc/pgx/v4 v4.18.3
Step #3 - "check": go: downloading cloud.google.com/go/compute/metadata v0.6.0
Step #3 - "check": go: downloading cloud.google.com/go/monitoring v1.21.2
Step #3 - "check": go: downloading cloud.google.com/go/trace v1.11.2
Step #3 - "check": go: downloading github.com/census-instrumentation/opencensus-proto v0.4.1
Step #3 - "check": go: downloading cloud.google.com/go v0.116.0
Step #3 - "check": go: downloading github.com/prometheus/prometheus v0.51.0
Step #3 - "check": go: downloading golang.org/x/oauth2 v0.24.0
Step #3 - "check": go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
Step #3 - "check": go: downloading github.com/coreos/go-semver v0.3.1
Step #3 - "check": go: downloading github.com/coreos/go-systemd/v22 v22.5.0
Step #3 - "check": go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
Step #3 - "check": go: downloading github.com/jackc/puddle/v2 v2.2.2
Step #3 - "check": go: downloading github.com/jackc/pgpassfile v1.0.0
Step #3 - "check": go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
Step #3 - "check": go: downloading golang.org/x/text v0.21.0
Step #3 - "check": go: downloading go.uber.org/multierr v1.11.0
Step #3 - "check": go: downloading github.com/aws/aws-sdk-go v1.51.8
Step #3 - "check": go: downloading github.com/jackc/pgconn v1.14.3
Step #3 - "check": go: downloading github.com/jackc/pgio v1.0.0
Step #3 - "check": go: downloading github.com/jackc/pgproto3/v2 v2.3.3
Step #3 - "check": go: downloading github.com/jackc/pgtype v1.14.3
Step #3 - "check": go: downloading github.com/jackc/chunkreader/v2 v2.0.1
Step #3 - "check": go: downloading github.com/googleapis/gax-go/v2 v2.14.0
Step #3 - "check": go: downloading github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.5.0
Step #3 - "check": go: downloading go.opentelemetry.io/contrib/detectors/gcp v1.31.0
Step #3 - "check": go: downloading go.opentelemetry.io/otel v1.31.0
Step #3 - "check": go: downloading go.opentelemetry.io/otel/metric v1.31.0
Step #3 - "check": go: downloading go.opentelemetry.io/otel/sdk/metric v1.31.0
Step #3 - "check": go: downloading go.opentelemetry.io/otel/trace v1.31.0
Step #3 - "check": go: downloading go.opentelemetry.io/otel/sdk v1.31.0
Step #3 - "check": go: downloading github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
Step #3 - "check": go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
Step #3 - "check": go: downloading github.com/soheilhy/cmux v0.1.5
Step #3 - "check": go: downloading github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75
Step #3 - "check": go: downloading go.etcd.io/bbolt v1.3.11
Step #3 - "check": go: downloading go.etcd.io/etcd/pkg/v3 v3.5.17
Step #3 - "check": go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0
Step #3 - "check": go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.24.0
Step #3 - "check": go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1
Step #3 - "check": go: downloading sigs.k8s.io/yaml v1.4.0
Step #3 - "check": go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.24.2
Step #3 - "check": go: downloading github.com/gorilla/websocket v1.5.1
Step #3 - "check": go: downloading github.com/sirupsen/logrus v1.9.3
Step #3 - "check": go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.24.0
Step #3 - "check": go: downloading go.etcd.io/etcd/raft/v3 v3.5.17
Step #3 - "check": go: downloading github.com/dustin/go-humanize v1.0.1
Step #3 - "check": go: downloading github.com/jonboulle/clockwork v0.4.0
Step #3 - "check": go: downloading github.com/xiang90/probing v0.0.0-20221125231312-a49e3df8f510
Step #3 - "check": go: downloading golang.org/x/time v0.8.0
Step #3 - "check": go: downloading github.com/envoyproxy/go-control-plane v0.13.1
Step #3 - "check": go: downloading github.com/go-logr/stdr v1.2.2
Step #3 - "check": go: downloading github.com/golang-jwt/jwt/v4 v4.5.1
Step #3 - "check": go: downloading go.opentelemetry.io/proto/otlp v1.1.0
Step #3 - "check": go: downloading go.etcd.io/etcd/client/v2 v2.305.17
Step #3 - "check": go: downloading github.com/spf13/pflag v1.0.5
Step #3 - "check": go: downloading github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78
Step #3 - "check": go: downloading github.com/cenkalti/backoff/v4 v4.3.0
Step #3 - "check": go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1
Step #3 - "check": go: downloading github.com/json-iterator/go v1.1.12
Step #3 - "check": go: downloading cel.dev/expr v0.16.2
Step #3 - "check": go: downloading github.com/modern-go/reflect2 v1.0.2
Step #3 - "check": go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
Step #3 - "check": go: downloading golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8
Step #3 - "check": go: downloading cloud.google.com/go/storage v1.45.0
Step #3 - "check": go: downloading cloud.google.com/go/profiler v0.4.1
Step #3 - "check": go: downloading github.com/avast/retry-go/v4 v4.6.0
Step #3 - "check": go: downloading github.com/docker/docker v27.3.1+incompatible
Step #3 - "check": go: downloading github.com/google/pprof v0.0.0-20240528025155-186aa0362fba
Step #3 - "check": go: downloading cloud.google.com/go/iam v1.2.2
Step #3 - "check": go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1
Step #3 - "check": go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1
Step #3 - "check": go: downloading github.com/opencontainers/image-spec v1.1.0
Step #3 - "check": go: downloading github.com/opencontainers/go-digest v1.0.0
Step #3 - "check": go: downloading github.com/moby/docker-image-spec v1.3.1
Step #3 - "check": go: downloading github.com/docker/go-units v0.5.0
Step #3 - "check": go: downloading github.com/docker/go-connections v0.5.0
Step #3 - "check": go: downloading github.com/pkg/errors v0.9.1
Step #3 - "check": go: downloading github.com/distribution/reference v0.6.0
Step #3 - "check": go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0
Step #3 - "check": go: downloading github.com/felixge/httpsnoop v1.0.4
Step #3 - "check": go: downloading cloud.google.com/go/auth v0.13.0
Step #3 - "check": go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.4
Step #3 - "check": go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.6
Step #3 - "check": go: downloading github.com/google/s2a-go v0.1.8
Step #3 - "check": go: downloading github.com/jmespath/go-jmespath v0.4.1-0.20220621161143-b0104c826a24
Step #3 - "check": checking git diff is empty
Finished Step #3 - "check"
Starting Step #7 - "presubmit_pkcs11"
Starting Step #6 - "presubmit_batched"
Starting Step #4 - "presubmit"
Starting Step #5 - "codecov"
Step #7 - "presubmit_pkcs11": Already have image (with digest): gcr.io/trillian-opensource-ci/trillian_testbase
Step #4 - "presubmit": Already have image (with digest): gcr.io/trillian-opensource-ci/trillian_testbase
Step #5 - "codecov": Already have image (with digest): gcr.io/trillian-opensource-ci/trillian_testbase
Step #6 - "presubmit_batched": Already have image (with digest): gcr.io/trillian-opensource-ci/trillian_testbase
Step #4 - "presubmit": + MYSQL_PORT=3306
Step #4 - "presubmit": + export MYSQL_HOST=88a44102547a_db_1
Step #4 - "presubmit": + MYSQL_HOST=88a44102547a_db_1
Step #4 - "presubmit": + COMPOSE_CONFIG='-p 88a44102547a -f ./integration/cloudbuild/docker-compose.mysql.yml -f ./integration/cloudbuild/docker-compose.network.yml'
Step #4 - "presubmit": + docker-compose -p 88a44102547a -f ./integration/cloudbuild/docker-compose.mysql.yml -f ./integration/cloudbuild/docker-compose.network.yml up -d
Step #5 - "codecov": + MYSQL_PORT=3306
Step #5 - "codecov": + export MYSQL_HOST=7f56059bf1d8_db_1
Step #5 - "codecov": + MYSQL_HOST=7f56059bf1d8_db_1
Step #5 - "codecov": + COMPOSE_CONFIG='-p 7f56059bf1d8 -f ./integration/cloudbuild/docker-compose.mysql.yml -f ./integration/cloudbuild/docker-compose.network.yml'
Step #5 - "codecov": + docker-compose -p 7f56059bf1d8 -f ./integration/cloudbuild/docker-compose.mysql.yml -f ./integration/cloudbuild/docker-compose.network.yml up -d
Step #4 - "presubmit": Pulling db (mysql:8.0)...
Step #6 - "presubmit_batched": + MYSQL_PORT=3306
Step #6 - "presubmit_batched": + export MYSQL_HOST=06fb1ef510a2_db_1
Step #6 - "presubmit_batched": + MYSQL_HOST=06fb1ef510a2_db_1
Step #6 - "presubmit_batched": + COMPOSE_CONFIG='-p 06fb1ef510a2 -f ./integration/cloudbuild/docker-compose.mysql.yml -f ./integration/cloudbuild/docker-compose.network.yml'
Step #6 - "presubmit_batched": + docker-compose -p 06fb1ef510a2 -f ./integration/cloudbuild/docker-compose.mysql.yml -f ./integration/cloudbuild/docker-compose.network.yml up -d
Step #7 - "presubmit_pkcs11": + MYSQL_PORT=3306
Step #7 - "presubmit_pkcs11": + export MYSQL_HOST=6a03a49e469b_db_1
Step #7 - "presubmit_pkcs11": + MYSQL_HOST=6a03a49e469b_db_1
Step #7 - "presubmit_pkcs11": + COMPOSE_CONFIG='-p 6a03a49e469b -f ./integration/cloudbuild/docker-compose.mysql.yml -f ./integration/cloudbuild/docker-compose.network.yml'
Step #7 - "presubmit_pkcs11": + docker-compose -p 6a03a49e469b -f ./integration/cloudbuild/docker-compose.mysql.yml -f ./integration/cloudbuild/docker-compose.network.yml up -d
Step #5 - "codecov": Pulling db (mysql:8.0)...
Step #4 - "presubmit": 8.0: Pulling from library/mysql
Step #5 - "codecov": 8.0: Pulling from library/mysql
Step #6 - "presubmit_batched": Pulling db (mysql:8.0)...
Step #7 - "presubmit_pkcs11": Pulling db (mysql:8.0)...
Step #7 - "presubmit_pkcs11": 8.0: Pulling from library/mysql
Step #6 - "presubmit_batched": 8.0: Pulling from library/mysql
Step #4 - "presubmit": Digest: sha256:d58ac93387f644e4e040c636b8f50494e78e5afc27ca0a87348b2f577da2b7ff
Step #6 - "presubmit_batched": Digest: sha256:d58ac93387f644e4e040c636b8f50494e78e5afc27ca0a87348b2f577da2b7ff
Step #4 - "presubmit": Status: Downloaded newer image for mysql:8.0
Step #6 - "presubmit_batched": Status: Downloaded newer image for mysql:8.0
Step #7 - "presubmit_pkcs11": Digest: sha256:d58ac93387f644e4e040c636b8f50494e78e5afc27ca0a87348b2f577da2b7ff
Step #7 - "presubmit_pkcs11": Status: Image is up to date for mysql:8.0
Step #5 - "codecov": Digest: sha256:d58ac93387f644e4e040c636b8f50494e78e5afc27ca0a87348b2f577da2b7ff
Step #5 - "codecov": Status: Image is up to date for mysql:8.0
Step #6 - "presubmit_batched": Creating 06fb1ef510a2_db_1 ...
Step #7 - "presubmit_pkcs11": Creating 6a03a49e469b_db_1 ...
Step #5 - "codecov": Creating 7f56059bf1d8_db_1 ...
Step #4 - "presubmit": Creating 88a44102547a_db_1 ...
Step #5 - "codecov": Creating 7f56059bf1d8_db_1 ... done
Step #5 - "codecov": + trap 'docker-compose -p 7f56059bf1d8 -f ./integration/cloudbuild/docker-compose.mysql.yml -f ./integration/cloudbuild/docker-compose.network.yml down' EXIT
Step #5 - "codecov": + mysql --protocol=TCP --host=7f56059bf1d8_db_1 --port=3306 --user=root -pbananas -e 'SHOW VARIABLES LIKE "%version%";'
Step #5 - "codecov": ERROR 2002 (HY000): Can't connect to server on '7f56059bf1d8_db_1' (115)
Step #5 - "codecov": + sleep 5
Step #4 - "presubmit": Creating 88a44102547a_db_1 ... done
Step #4 - "presubmit": + trap 'docker-compose -p 88a44102547a -f ./integration/cloudbuild/docker-compose.mysql.yml -f ./integration/cloudbuild/docker-compose.network.yml down' EXIT
Step #4 - "presubmit": + mysql --protocol=TCP --host=88a44102547a_db_1 --port=3306 --user=root -pbananas -e 'SHOW VARIABLES LIKE "%version%";'
Step #4 - "presubmit": ERROR 2002 (HY000): Can't connect to server on '88a44102547a_db_1' (115)
Step #4 - "presubmit": + sleep 5
Step #6 - "presubmit_batched": Creating 06fb1ef510a2_db_1 ... done
Step #7 - "presubmit_pkcs11": Creating 6a03a49e469b_db_1 ... done
Step #7 - "presubmit_pkcs11": + trap 'docker-compose -p 6a03a49e469b -f ./integration/cloudbuild/docker-compose.mysql.yml -f ./integration/cloudbuild/docker-compose.network.yml down' EXIT
Step #7 - "presubmit_pkcs11": + mysql --protocol=TCP --host=6a03a49e469b_db_1 --port=3306 --user=root -pbananas -e 'SHOW VARIABLES LIKE "%version%";'
Step #6 - "presubmit_batched": + trap 'docker-compose -p 06fb1ef510a2 -f ./integration/cloudbuild/docker-compose.mysql.yml -f ./integration/cloudbuild/docker-compose.network.yml down' EXIT
Step #6 - "presubmit_batched": + mysql --protocol=TCP --host=06fb1ef510a2_db_1 --port=3306 --user=root -pbananas -e 'SHOW VARIABLES LIKE "%version%";'
Step #7 - "presubmit_pkcs11": ERROR 2002 (HY000): Can't connect to server on '6a03a49e469b_db_1' (115)
Step #6 - "presubmit_batched": ERROR 2002 (HY000): Can't connect to server on '06fb1ef510a2_db_1' (115)
Step #6 - "presubmit_batched": + sleep 5
Step #7 - "presubmit_pkcs11": + sleep 5
Step #5 - "codecov": + mysql --protocol=TCP --host=7f56059bf1d8_db_1 --port=3306 --user=root -pbananas -e 'SHOW VARIABLES LIKE "%version%";'
Step #5 - "codecov": ERROR 2002 (HY000): Can't connect to server on '7f56059bf1d8_db_1' (115)
Step #5 - "codecov": + sleep 5
Step #4 - "presubmit": + mysql --protocol=TCP --host=88a44102547a_db_1 --port=3306 --user=root -pbananas -e 'SHOW VARIABLES LIKE "%version%";'
Step #4 - "presubmit": ERROR 2002 (HY000): Can't connect to server on '88a44102547a_db_1' (115)
Step #4 - "presubmit": + sleep 5
Step #6 - "presubmit_batched": + mysql --protocol=TCP --host=06fb1ef510a2_db_1 --port=3306 --user=root -pbananas -e 'SHOW VARIABLES LIKE "%version%";'
Step #7 - "presubmit_pkcs11": + mysql --protocol=TCP --host=6a03a49e469b_db_1 --port=3306 --user=root -pbananas -e 'SHOW VARIABLES LIKE "%version%";'
Step #7 - "presubmit_pkcs11": ERROR 2002 (HY000): Can't connect to server on '6a03a49e469b_db_1' (115)
Step #6 - "presubmit_batched": ERROR 2002 (HY000): Can't connect to server on '06fb1ef510a2_db_1' (115)
Step #7 - "presubmit_pkcs11": + sleep 5
Step #6 - "presubmit_batched": + sleep 5
Step #5 - "codecov": + mysql --protocol=TCP --host=7f56059bf1d8_db_1 --port=3306 --user=root -pbananas -e 'SHOW VARIABLES LIKE "%version%";'
Step #5 - "codecov": ERROR 2002 (HY000): Can't connect to server on '7f56059bf1d8_db_1' (115)
Step #5 - "codecov": + sleep 5
Step #4 - "presubmit": + mysql --protocol=TCP --host=88a44102547a_db_1 --port=3306 --user=root -pbananas -e 'SHOW VARIABLES LIKE "%version%";'
Step #4 - "presubmit": ERROR 2002 (HY000): Can't connect to server on '88a44102547a_db_1' (115)
Step #4 - "presubmit": + sleep 5
Step #7 - "presubmit_pkcs11": + mysql --protocol=TCP --host=6a03a49e469b_db_1 --port=3306 --user=root -pbananas -e 'SHOW VARIABLES LIKE "%version%";'
Step #6 - "presubmit_batched": + mysql --protocol=TCP --host=06fb1ef510a2_db_1 --port=3306 --user=root -pbananas -e 'SHOW VARIABLES LIKE "%version%";'
Step #6 - "presubmit_batched": ERROR 2002 (HY000): Can't connect to server on '06fb1ef510a2_db_1' (115)
Step #7 - "presubmit_pkcs11": ERROR 2002 (HY000): Can't connect to server on '6a03a49e469b_db_1' (115)
Step #6 - "presubmit_batched": + sleep 5
Step #7 - "presubmit_pkcs11": + sleep 5
Step #5 - "codecov": + mysql --protocol=TCP --host=7f56059bf1d8_db_1 --port=3306 --user=root -pbananas -e 'SHOW VARIABLES LIKE "%version%";'
Step #5 - "codecov": Variable_name Value
Step #5 - "codecov": admin_tls_version TLSv1.2,TLSv1.3
Step #5 - "codecov": immediate_server_version 999999
Step #5 - "codecov": innodb_version 8.0.40
Step #5 - "codecov": original_server_version 999999
Step #5 - "codecov": protocol_version 10
Step #5 - "codecov": replica_type_conversions
Step #5 - "codecov": slave_type_conversions
Step #5 - "codecov": tls_version TLSv1.2,TLSv1.3
Step #5 - "codecov": version 8.0.40
Step #5 - "codecov": version_comment MySQL Community Server - GPL
Step #5 - "codecov": version_compile_machine x86_64
Step #5 - "codecov": version_compile_os Linux
Step #5 - "codecov": version_compile_zlib 1.3.1
Step #5 - "codecov": + export 'TEST_MYSQL_URI=root:bananas@tcp(7f56059bf1d8_db_1:3306)/'
Step #5 - "codecov": + TEST_MYSQL_URI='root:bananas@tcp(7f56059bf1d8_db_1:3306)/'
Step #5 - "codecov": + ./scripts/presubmit.sh --coverage --no-linters --no-generate
Step #5 - "codecov": running go build
Step #4 - "presubmit": + mysql --protocol=TCP --host=88a44102547a_db_1 --port=3306 --user=root -pbananas -e 'SHOW VARIABLES LIKE "%version%";'
Step #4 - "presubmit": Variable_name Value
Step #4 - "presubmit": admin_tls_version TLSv1.2,TLSv1.3
Step #4 - "presubmit": immediate_server_version 999999
Step #4 - "presubmit": innodb_version 8.0.40
Step #4 - "presubmit": original_server_version 999999
Step #4 - "presubmit": protocol_version 10
Step #4 - "presubmit": replica_type_conversions
Step #4 - "presubmit": slave_type_conversions
Step #4 - "presubmit": tls_version TLSv1.2,TLSv1.3
Step #4 - "presubmit": version 8.0.40
Step #4 - "presubmit": version_comment MySQL Community Server - GPL
Step #4 - "presubmit": version_compile_machine x86_64
Step #4 - "presubmit": version_compile_os Linux
Step #4 - "presubmit": version_compile_zlib 1.3.1
Step #4 - "presubmit": + export 'TEST_MYSQL_URI=root:bananas@tcp(88a44102547a_db_1:3306)/'
Step #4 - "presubmit": + TEST_MYSQL_URI='root:bananas@tcp(88a44102547a_db_1:3306)/'
Step #4 - "presubmit": + ./scripts/presubmit.sh --no-linters --no-generate
Step #4 - "presubmit": running go build
Step #7 - "presubmit_pkcs11": + mysql --protocol=TCP --host=6a03a49e469b_db_1 --port=3306 --user=root -pbananas -e 'SHOW VARIABLES LIKE "%version%";'
Step #6 - "presubmit_batched": + mysql --protocol=TCP --host=06fb1ef510a2_db_1 --port=3306 --user=root -pbananas -e 'SHOW VARIABLES LIKE "%version%";'
Step #6 - "presubmit_batched": Variable_name Value
Step #6 - "presubmit_batched": admin_tls_version TLSv1.2,TLSv1.3
Step #6 - "presubmit_batched": immediate_server_version 999999
Step #6 - "presubmit_batched": innodb_version 8.0.40
Step #6 - "presubmit_batched": original_server_version 999999
Step #6 - "presubmit_batched": protocol_version 10
Step #6 - "presubmit_batched": replica_type_conversions
Step #6 - "presubmit_batched": slave_type_conversions
Step #6 - "presubmit_batched": tls_version TLSv1.2,TLSv1.3
Step #6 - "presubmit_batched": version 8.0.40
Step #6 - "presubmit_batched": version_comment MySQL Community Server - GPL
Step #6 - "presubmit_batched": version_compile_machine x86_64
Step #6 - "presubmit_batched": version_compile_os Linux
Step #6 - "presubmit_batched": version_compile_zlib 1.3.1
Step #6 - "presubmit_batched": + export 'TEST_MYSQL_URI=root:bananas@tcp(06fb1ef510a2_db_1:3306)/'
Step #6 - "presubmit_batched": + TEST_MYSQL_URI='root:bananas@tcp(06fb1ef510a2_db_1:3306)/'
Step #6 - "presubmit_batched": + ./scripts/presubmit.sh --no-linters --no-generate
Step #7 - "presubmit_pkcs11": Variable_name Value
Step #7 - "presubmit_pkcs11": admin_tls_version TLSv1.2,TLSv1.3
Step #7 - "presubmit_pkcs11": immediate_server_version 999999
Step #7 - "presubmit_pkcs11": innodb_version 8.0.40
Step #7 - "presubmit_pkcs11": original_server_version 999999
Step #7 - "presubmit_pkcs11": protocol_version 10
Step #7 - "presubmit_pkcs11": replica_type_conversions
Step #7 - "presubmit_pkcs11": slave_type_conversions
Step #7 - "presubmit_pkcs11": tls_version TLSv1.2,TLSv1.3
Step #7 - "presubmit_pkcs11": version 8.0.40
Step #7 - "presubmit_pkcs11": version_comment MySQL Community Server - GPL
Step #7 - "presubmit_pkcs11": version_compile_machine x86_64
Step #7 - "presubmit_pkcs11": version_compile_os Linux
Step #7 - "presubmit_pkcs11": version_compile_zlib 1.3.1
Step #7 - "presubmit_pkcs11": + export 'TEST_MYSQL_URI=root:bananas@tcp(6a03a49e469b_db_1:3306)/'
Step #7 - "presubmit_pkcs11": + TEST_MYSQL_URI='root:bananas@tcp(6a03a49e469b_db_1:3306)/'
Step #7 - "presubmit_pkcs11": + ./scripts/presubmit.sh --no-linters --no-generate
Step #6 - "presubmit_batched": running go build
Step #7 - "presubmit_pkcs11": running go build
Step #7 - "presubmit_pkcs11": go: downloading github.com/letsencrypt/pkcs11key/v4 v4.0.0
Step #7 - "presubmit_pkcs11": go: downloading github.com/miekg/pkcs11 v1.1.1
Step #6 - "presubmit_batched": running go test -timeout=20m ./...
Step #4 - "presubmit": running go test -timeout=20m ./...
Step #6 - "presubmit_batched": go: downloading github.com/gofrs/flock v0.8.1
Step #6 - "presubmit_batched": go: downloading gopkg.in/yaml.v3 v3.0.1
Step #6 - "presubmit_batched": go: downloading cloud.google.com/go/longrunning v0.6.2
Step #4 - "presubmit": go: downloading github.com/gofrs/flock v0.8.1
Step #4 - "presubmit": go: downloading gopkg.in/yaml.v3 v3.0.1
Step #4 - "presubmit": go: downloading cloud.google.com/go/longrunning v0.6.2
Step #5 - "codecov": running go test -timeout=20m -covermode=atomic -coverprofile=coverage.txt ./...
Step #7 - "presubmit_pkcs11": running go test -timeout=20m ./...
Step #4 - "presubmit": ? github.com/google/trillian [no test files]
Step #7 - "presubmit_pkcs11": ? github.com/google/trillian [no test files]
Step #6 - "presubmit_batched": ? git
...
[Logs truncated due to log size limitations. For full logs, see https://storage.cloud.google.com/trillian-cloudbuild-logs/log-5aa44372-4e2b-406d-9ae9-c64dc00e9f5a.txt.]
...
' -z ' 6440 2397' ']'
Step #9 - "integration": + '[' 1 -gt 5 ']'
Step #9 - "integration": + echo 'Retry kill -INT 6440 2397'
Step #9 - "integration": + kill -INT 6440 2397
Step #9 - "integration": + sleep 1
Step #14 - "integration_mariadb": Stopping 88cc8c93f50a_db_1 ... done
Step #14 - "integration_mariadb": Removing 88cc8c93f50a_db_1 ...
Step #14 - "integration_mariadb": Removing 88cc8c93f50a_db_1 ... done
Step #14 - "integration_mariadb": Network cloudbuild is external, skipping
Step #9 - "integration": + (( count++ ))
Step #9 - "integration": + local im_still_alive=
Step #9 - "integration": + for pid in ${pids}
Step #9 - "integration": + ps -p 6440
Step #9 - "integration": + im_still_alive+=' 6440'
Step #9 - "integration": + for pid in ${pids}
Step #9 - "integration": + ps -p 2397
Step #9 - "integration": Retry kill -INT 6440 2397
Step #9 - "integration": + im_still_alive+=' 2397'
Step #9 - "integration": + pids=' 6440 2397'
Step #9 - "integration": + '[' -z ' 6440 2397' ']'
Step #9 - "integration": + '[' 2 -gt 5 ']'
Step #9 - "integration": + echo 'Retry kill -INT 6440 2397'
Step #9 - "integration": + kill -INT 6440 2397
Step #9 - "integration": + sleep 1
Step #12 - "integration_batched": [mysql] 2025/01/14 10:13:52 connection.go:49: closing bad idle connection: EOF
Step #13 - "integration_pkcs11": [mysql] 2025/01/14 10:13:52 connection.go:49: closing bad idle connection: EOF
Finished Step #14 - "integration_mariadb"
Step #9 - "integration": + (( count++ ))
Step #9 - "integration": + local im_still_alive=
Step #9 - "integration": + for pid in ${pids}
Step #9 - "integration": + ps -p 6440
Step #9 - "integration": + im_still_alive+=' 6440'
Step #9 - "integration": + for pid in ${pids}
Step #9 - "integration": + ps -p 2397
Step #9 - "integration": Retry kill -INT 6440 2397
Step #9 - "integration": + im_still_alive+=' 2397'
Step #9 - "integration": + pids=' 6440 2397'
Step #9 - "integration": + '[' -z ' 6440 2397' ']'
Step #9 - "integration": + '[' 3 -gt 5 ']'
Step #9 - "integration": + echo 'Retry kill -INT 6440 2397'
Step #9 - "integration": + kill -INT 6440 2397
Step #9 - "integration": + sleep 1
Step #12 - "integration_batched": [mysql] 2025/01/14 10:13:53 connection.go:49: closing bad idle connection: EOF
Step #13 - "integration_pkcs11": [mysql] 2025/01/14 10:13:53 connection.go:49: closing bad idle connection: EOF
Step #9 - "integration": + (( count++ ))
Step #9 - "integration": + local im_still_alive=
Step #9 - "integration": + for pid in ${pids}
Step #9 - "integration": + ps -p 6440
Step #9 - "integration": + im_still_alive+=' 6440'
Step #9 - "integration": + for pid in ${pids}
Step #9 - "integration": + ps -p 2397
Step #9 - "integration": Retry kill -INT 6440 2397
Step #9 - "integration": + im_still_alive+=' 2397'
Step #9 - "integration": + pids=' 6440 2397'
Step #9 - "integration": + '[' -z ' 6440 2397' ']'
Step #9 - "integration": + '[' 4 -gt 5 ']'
Step #9 - "integration": + echo 'Retry kill -INT 6440 2397'
Step #9 - "integration": + kill -INT 6440 2397
Step #9 - "integration": + sleep 1
Step #13 - "integration_pkcs11": Stopping 52ca9e79f0d4_db_1 ... done
Step #13 - "integration_pkcs11": Removing 52ca9e79f0d4_db_1 ...
Step #13 - "integration_pkcs11": Removing 52ca9e79f0d4_db_1 ... done
Step #13 - "integration_pkcs11": Network cloudbuild is external, skipping
Finished Step #13 - "integration_pkcs11"
Step #12 - "integration_batched": Stopping 4d7a41cf571c_db_1 ... done
Step #12 - "integration_batched": Removing 4d7a41cf571c_db_1 ...
Step #12 - "integration_batched": Removing 4d7a41cf571c_db_1 ... done
Step #12 - "integration_batched": Network cloudbuild is external, skipping
Step #11 - "integration_etcd": ok github.com/google/trillian/integration 31.006s
Step #11 - "integration_etcd": + RESULT=0
Step #11 - "integration_etcd": + set -e
Step #11 - "integration_etcd": + popd
Step #11 - "integration_etcd": + true
Step #11 - "integration_etcd": + log_stop_test
Step #11 - "integration_etcd": + local pids
Step #11 - "integration_etcd": + echo 'Stopping Log signers (pids 1457)'
Step #11 - "integration_etcd": + pids+=' 1457'
Step #11 - "integration_etcd": /workspace
Step #11 - "integration_etcd": Stopping Log signers (pids 1457)
Step #11 - "integration_etcd": Stopping Log RPC servers (pids 1243)
Step #11 - "integration_etcd": + echo 'Stopping Log RPC servers (pids 1243)'
Step #11 - "integration_etcd": + pids+=' 1243'
Step #11 - "integration_etcd": + [[ '' != '' ]]
Step #11 - "integration_etcd": + kill_pid 1457 1243
Step #11 - "integration_etcd": + local 'pids=1457 1243'
Step #11 - "integration_etcd": + set +e
Step #11 - "integration_etcd": + local count=0
Step #11 - "integration_etcd": + kill -INT 1457 1243
Step #11 - "integration_etcd": + sleep 1
Step #9 - "integration": + (( count++ ))
Step #9 - "integration": + local im_still_alive=
Step #9 - "integration": + for pid in ${pids}
Step #9 - "integration": + ps -p 6440
Step #9 - "integration": + im_still_alive+=' 6440'
Step #9 - "integration": + for pid in ${pids}
Step #9 - "integration": + ps -p 2397
Step #9 - "integration": Retry kill -INT 6440 2397
Step #9 - "integration": + im_still_alive+=' 2397'
Step #9 - "integration": + pids=' 6440 2397'
Step #9 - "integration": + '[' -z ' 6440 2397' ']'
Step #9 - "integration": + '[' 5 -gt 5 ']'
Step #9 - "integration": + echo 'Retry kill -INT 6440 2397'
Step #9 - "integration": + kill -INT 6440 2397
Step #9 - "integration": + sleep 1
Finished Step #12 - "integration_batched"
Step #11 - "integration_etcd": + (( count++ ))
Step #11 - "integration_etcd": + local im_still_alive=
Step #11 - "integration_etcd": + for pid in ${pids}
Step #11 - "integration_etcd": + ps -p 1457
Step #11 - "integration_etcd": + im_still_alive+=' 1457'
Step #11 - "integration_etcd": + for pid in ${pids}
Step #11 - "integration_etcd": + ps -p 1243
Step #11 - "integration_etcd": + im_still_alive+=' 1243'
Step #11 - "integration_etcd": + pids=' 1457 1243'
Step #11 - "integration_etcd": + '[' -z ' 1457 1243' ']'
Step #11 - "integration_etcd": + '[' 1 -gt 5 ']'
Step #11 - "integration_etcd": + echo 'Retry kill -INT 1457 1243'
Step #11 - "integration_etcd": + kill -INT 1457 1243
Step #11 - "integration_etcd": + sleep 1
Step #11 - "integration_etcd": Retry kill -INT 1457 1243
Step #9 - "integration": + (( count++ ))
Step #9 - "integration": + local im_still_alive=
Step #9 - "integration": + for pid in ${pids}
Step #9 - "integration": + ps -p 6440
Step #9 - "integration": + im_still_alive+=' 6440'
Step #9 - "integration": + for pid in ${pids}
Step #9 - "integration": + ps -p 2397
Step #9 - "integration": Now do kill -KILL 6440 2397
Step #9 - "integration": + im_still_alive+=' 2397'
Step #9 - "integration": + pids=' 6440 2397'
Step #9 - "integration": + '[' -z ' 6440 2397' ']'
Step #9 - "integration": + '[' 6 -gt 5 ']'
Step #9 - "integration": + echo 'Now do kill -KILL 6440 2397'
Step #9 - "integration": + kill -KILL 6440 2397
Step #9 - "integration": + break
Step #9 - "integration": + set -e
Step #9 - "integration": + TO_KILL=()
Step #9 - "integration": + '[' 0 '!=' 0 ']'
Step #9 - "integration": + exit 0
Step #9 - "integration": + on_exit
Step #9 - "integration": + local pids=
Step #9 - "integration": + kill_pid ''
Step #9 - "integration": + local pids=
Step #9 - "integration": + set +e
Step #9 - "integration": + local count=0
Step #9 - "integration": + kill -INT
Step #9 - "integration": + set -e
Step #9 - "integration": + local file=
Step #9 - "integration": + for file in "${TO_DELETE[@]}"
Step #9 - "integration": + echo 'Deleting on exit'
Step #9 - "integration": + rm -rf
Step #9 - "integration": Deleting on exit
Step #9 - "integration": --- PASS: Log integration test
Step #9 - "integration": + docker-compose -p 7369bb84010d -f ./integration/cloudbuild/docker-compose.mysql.yml -f ./integration/cloudbuild/docker-compose.network.yml down
Step #9 - "integration": Stopping 7369bb84010d_db_1 ...
Step #11 - "integration_etcd": + (( count++ ))
Step #11 - "integration_etcd": + local im_still_alive=
Step #11 - "integration_etcd": + for pid in ${pids}
Step #11 - "integration_etcd": + ps -p 1457
Step #11 - "integration_etcd": + im_still_alive+=' 1457'
Step #11 - "integration_etcd": + for pid in ${pids}
Step #11 - "integration_etcd": + ps -p 1243
Step #11 - "integration_etcd": + im_still_alive+=' 1243'
Step #11 - "integration_etcd": + pids=' 1457 1243'
Step #11 - "integration_etcd": + '[' -z ' 1457 1243' ']'
Step #11 - "integration_etcd": + '[' 2 -gt 5 ']'
Step #11 - "integration_etcd": + echo 'Retry kill -INT 1457 1243'
Step #11 - "integration_etcd": + kill -INT 1457 1243
Step #11 - "integration_etcd": + sleep 1
Step #11 - "integration_etcd": Retry kill -INT 1457 1243
Step #9 - "integration": [mysql] 2025/01/14 10:13:57 connection.go:49: closing bad idle connection: EOF
Step #11 - "integration_etcd": + (( count++ ))
Step #11 - "integration_etcd": + local im_still_alive=
Step #11 - "integration_etcd": + for pid in ${pids}
Step #11 - "integration_etcd": + ps -p 1457
Step #11 - "integration_etcd": + im_still_alive+=' 1457'
Step #11 - "integration_etcd": + for pid in ${pids}
Step #11 - "integration_etcd": + ps -p 1243
Step #11 - "integration_etcd": Retry kill -INT 1457 1243
Step #11 - "integration_etcd": + im_still_alive+=' 1243'
Step #11 - "integration_etcd": + pids=' 1457 1243'
Step #11 - "integration_etcd": + '[' -z ' 1457 1243' ']'
Step #11 - "integration_etcd": + '[' 3 -gt 5 ']'
Step #11 - "integration_etcd": + echo 'Retry kill -INT 1457 1243'
Step #11 - "integration_etcd": + kill -INT 1457 1243
Step #11 - "integration_etcd": + sleep 1
Step #9 - "integration": [mysql] 2025/01/14 10:13:58 connection.go:49: closing bad idle connection: EOF
Step #11 - "integration_etcd": + (( count++ ))
Step #11 - "integration_etcd": + local im_still_alive=
Step #11 - "integration_etcd": + for pid in ${pids}
Step #11 - "integration_etcd": + ps -p 1457
Step #11 - "integration_etcd": + im_still_alive+=' 1457'
Step #11 - "integration_etcd": + for pid in ${pids}
Step #11 - "integration_etcd": + ps -p 1243
Step #11 - "integration_etcd": + im_still_alive+=' 1243'
Step #11 - "integration_etcd": + pids=' 1457 1243'
Step #11 - "integration_etcd": + '[' -z ' 1457 1243' ']'
Step #11 - "integration_etcd": + '[' 4 -gt 5 ']'
Step #11 - "integration_etcd": + echo 'Retry kill -INT 1457 1243'
Step #11 - "integration_etcd": + kill -INT 1457 1243
Step #11 - "integration_etcd": Retry kill -INT 1457 1243
Step #11 - "integration_etcd": + sleep 1
Step #11 - "integration_etcd": + (( count++ ))
Step #11 - "integration_etcd": + local im_still_alive=
Step #11 - "integration_etcd": + for pid in ${pids}
Step #11 - "integration_etcd": + ps -p 1457
Step #11 - "integration_etcd": + im_still_alive+=' 1457'
Step #11 - "integration_etcd": + for pid in ${pids}
Step #11 - "integration_etcd": + ps -p 1243
Step #11 - "integration_etcd": + im_still_alive+=' 1243'
Step #11 - "integration_etcd": + pids=' 1457 1243'
Step #11 - "integration_etcd": + '[' -z ' 1457 1243' ']'
Step #11 - "integration_etcd": + '[' 5 -gt 5 ']'
Step #11 - "integration_etcd": + echo 'Retry kill -INT 1457 1243'
Step #11 - "integration_etcd": + kill -INT 1457 1243
Step #11 - "integration_etcd": Retry kill -INT 1457 1243
Step #11 - "integration_etcd": + sleep 1
Step #11 - "integration_etcd": + (( count++ ))
Step #11 - "integration_etcd": + local im_still_alive=
Step #11 - "integration_etcd": + for pid in ${pids}
Step #11 - "integration_etcd": + ps -p 1457
Step #11 - "integration_etcd": + im_still_alive+=' 1457'
Step #11 - "integration_etcd": + for pid in ${pids}
Step #11 - "integration_etcd": + ps -p 1243
Step #11 - "integration_etcd": + im_still_alive+=' 1243'
Step #11 - "integration_etcd": + pids=' 1457 1243'
Step #11 - "integration_etcd": + '[' -z ' 1457 1243' ']'
Step #11 - "integration_etcd": + '[' 6 -gt 5 ']'
Step #11 - "integration_etcd": + echo 'Now do kill -KILL 1457 1243'
Step #11 - "integration_etcd": + kill -KILL 1457 1243
Step #11 - "integration_etcd": Now do kill -KILL 1457 1243
Step #11 - "integration_etcd": + break
Step #11 - "integration_etcd": + set -e
Step #11 - "integration_etcd": + TO_KILL=()
Step #11 - "integration_etcd": + '[' 0 '!=' 0 ']'
Step #11 - "integration_etcd": + exit 0
Step #11 - "integration_etcd": + on_exit
Step #11 - "integration_etcd": + local pids=
Step #11 - "integration_etcd": + kill_pid ''
Step #11 - "integration_etcd": + local pids=
Step #11 - "integration_etcd": + set +e
Step #11 - "integration_etcd": + local count=0
Step #11 - "integration_etcd": + kill -INT
Step #11 - "integration_etcd": Deleting on exit
Step #11 - "integration_etcd": + set -e
Step #11 - "integration_etcd": + local file=
Step #11 - "integration_etcd": + for file in "${TO_DELETE[@]}"
Step #11 - "integration_etcd": + echo 'Deleting on exit'
Step #11 - "integration_etcd": + rm -rf
Step #11 - "integration_etcd": --- PASS: Log integration test
Step #11 - "integration_etcd": + docker-compose -p 28108606dcc6 -f ./integration/cloudbuild/docker-compose.mysql.yml -f ./integration/cloudbuild/docker-compose.network.yml down
Step #11 - "integration_etcd": Stopping 28108606dcc6_db_1 ...
Step #9 - "integration": Stopping 7369bb84010d_db_1 ... done
Step #9 - "integration": Removing 7369bb84010d_db_1 ...
Step #9 - "integration": Removing 7369bb84010d_db_1 ... done
Step #9 - "integration": Network cloudbuild is external, skipping
Step #10 - "integration_docker": Removing intermediate container 9a252736c064
Step #10 - "integration_docker": ---> ac6cf176382c
Step #10 - "integration_docker": Step 9/13 : RUN go run github.com/google/go-licenses/v2 save ./cmd/trillian_log_server --save_path /THIRD_PARTY_NOTICES
Step #10 - "integration_docker": ---> Running in d575d14350a1
Finished Step #9 - "integration"
Step #11 - "integration_etcd": [mysql] 2025/01/14 10:14:02 connection.go:49: closing bad idle connection: EOF
Step #11 - "integration_etcd": [mysql] 2025/01/14 10:14:03 connection.go:49: closing bad idle connection: EOF
Step #11 - "integration_etcd": Stopping 28108606dcc6_db_1 ... done
Step #11 - "integration_etcd": Removing 28108606dcc6_db_1 ...
Step #11 - "integration_etcd": Removing 28108606dcc6_db_1 ... done
Step #11 - "integration_etcd": Network cloudbuild is external, skipping
Finished Step #11 - "integration_etcd"
Step #10 - "integration_docker": �[91mW0114 10:14:06.378241 718 library.go:141] "golang.org/x/sys/unix" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/golang.org/x/[email protected]/unix/asm_linux_amd64.s
Step #10 - "integration_docker": �[0m�[91mW0114 10:14:06.378554 718 library.go:141] "filippo.io/edwards25519/field" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/filippo.io/[email protected]/field/fe_amd64.s
Step #10 - "integration_docker": �[0m�[91mW0114 10:14:06.378767 718 library.go:141] "golang.org/x/crypto/chacha20poly1305" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/golang.org/x/[email protected]/chacha20poly1305/chacha20poly1305_amd64.s
Step #10 - "integration_docker": W0114 10:14:06.378781 718 library.go:141] "golang.org/x/crypto/internal/poly1305" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/golang.org/x/[email protected]/internal/poly1305/sum_amd64.s
Step #10 - "integration_docker": W0114 10:14:06.378785 718 library.go:141] "golang.org/x/sys/cpu" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/golang.org/x/[email protected]/cpu/cpu_gc_x86.s
Step #10 - "integration_docker": �[0m�[91mW0114 10:14:06.378989 718 library.go:141] "github.com/envoyproxy/protoc-gen-validate/validate" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/github.com/envoyproxy/[email protected]/validate/validate.h
Step #10 - "integration_docker": �[0m�[91mW0114 10:14:06.379249 718 library.go:141] "github.com/cespare/xxhash/v2" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/github.com/cespare/xxhash/[email protected]/xxhash_amd64.s
Step #10 - "integration_docker": W0114 10:14:06.379310 718 library.go:141] "github.com/klauspost/compress/zstd" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/github.com/klauspost/[email protected]/zstd/fse_decoder_amd64.s
Step #10 - "integration_docker": /go/pkg/mod/github.com/klauspost/[email protected]/zstd/matchlen_amd64.s
Step #10 - "integration_docker": /go/pkg/mod/github.com/klauspost/[email protected]/zstd/seqdec_amd64.s
Step #10 - "integration_docker": W0114 10:14:06.379320 718 library.go:141] "github.com/klauspost/compress/huff0" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/github.com/klauspost/[email protected]/huff0/decompress_amd64.s
Step #10 - "integration_docker": �[0m�[91mW0114 10:14:06.379326 718 library.go:141] "github.com/klauspost/compress/internal/cpuinfo" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/github.com/klauspost/[email protected]/internal/cpuinfo/cpuinfo_amd64.s
Step #10 - "integration_docker": W0114 10:14:06.379333 718 library.go:141] "github.com/klauspost/compress/zstd/internal/xxhash" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/github.com/klauspost/[email protected]/zstd/internal/xxhash/xxhash_amd64.s
Step #10 - "integration_docker": �[0mRemoving intermediate container d575d14350a1
Step #10 - "integration_docker": ---> c5dfd51b3871
Step #10 - "integration_docker": Step 10/13 : FROM gcr.io/distroless/base-debian12@sha256:e9d0321de8927f69ce20e39bfc061343cce395996dfc1f0db6540e5145bc63a5
Step #10 - "integration_docker": gcr.io/distroless/base-debian12@sha256:e9d0321de8927f69ce20e39bfc061343cce395996dfc1f0db6540e5145bc63a5: Pulling from distroless/base-debian12
Step #10 - "integration_docker": Digest: sha256:e9d0321de8927f69ce20e39bfc061343cce395996dfc1f0db6540e5145bc63a5
Step #10 - "integration_docker": Status: Downloaded newer image for gcr.io/distroless/base-debian12@sha256:e9d0321de8927f69ce20e39bfc061343cce395996dfc1f0db6540e5145bc63a5
Step #10 - "integration_docker": ---> 579c7ea8b742
Step #10 - "integration_docker": Step 11/13 : COPY --from=build /go/bin/trillian_log_server /
Step #10 - "integration_docker": ---> 373c5729db83
Step #10 - "integration_docker": Step 12/13 : COPY --from=build /THIRD_PARTY_NOTICES /THIRD_PARTY_NOTICES
Step #10 - "integration_docker": ---> 26d9c0c05081
Step #10 - "integration_docker": Step 13/13 : ENTRYPOINT ["/trillian_log_server"]
Step #10 - "integration_docker": ---> Running in 19d5e8406cd8
Step #10 - "integration_docker": Removing intermediate container 19d5e8406cd8
Step #10 - "integration_docker": ---> e6987109886e
Step #10 - "integration_docker": Successfully built e6987109886e
Step #10 - "integration_docker": Successfully tagged deployment_trillian-log-server:latest
Step #10 - "integration_docker": Building trillian-log-signer
Step #10 - "integration_docker": Sending build context to Docker daemon 10.83MB
Step #10 - "integration_docker": Step 1/13 : FROM golang:1.23.4-bookworm@sha256:2e838582004fab0931693a3a84743ceccfbfeeafa8187e87291a1afea457ff7a as build
Step #10 - "integration_docker": ---> 7012e31470cb
Step #10 - "integration_docker": Step 2/13 : WORKDIR /trillian
Step #10 - "integration_docker": ---> Using cache
Step #10 - "integration_docker": ---> 8c8cedf3a314
Step #10 - "integration_docker": Step 3/13 : ARG GOFLAGS=""
Step #10 - "integration_docker": ---> Using cache
Step #10 - "integration_docker": ---> cced9efd4ce5
Step #10 - "integration_docker": Step 4/13 : ENV GOFLAGS=$GOFLAGS
Step #10 - "integration_docker": ---> Using cache
Step #10 - "integration_docker": ---> 67786d6a85e0
Step #10 - "integration_docker": Step 5/13 : COPY go.mod go.sum ./
Step #10 - "integration_docker": ---> Using cache
Step #10 - "integration_docker": ---> 0379955776e7
Step #10 - "integration_docker": Step 6/13 : RUN go mod download
Step #10 - "integration_docker": ---> Using cache
Step #10 - "integration_docker": ---> 0664137d458b
Step #10 - "integration_docker": Step 7/13 : COPY . .
Step #10 - "integration_docker": ---> Using cache
Step #10 - "integration_docker": ---> f590734da0e2
Step #10 - "integration_docker": Step 8/13 : RUN go install ./cmd/trillian_log_signer
Step #10 - "integration_docker": ---> Running in 892d954b71fb
Step #10 - "integration_docker": Removing intermediate container 892d954b71fb
Step #10 - "integration_docker": ---> c93db38db306
Step #10 - "integration_docker": Step 9/13 : RUN go run github.com/google/go-licenses/v2 save ./cmd/trillian_log_signer --save_path /THIRD_PARTY_NOTICES
Step #10 - "integration_docker": ---> Running in 052cb7da999e
Step #10 - "integration_docker": �[91mW0114 10:14:37.095222 722 library.go:141] "golang.org/x/sys/unix" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/golang.org/x/[email protected]/unix/asm_linux_amd64.s
Step #10 - "integration_docker": �[0m�[91mW0114 10:14:37.095751 722 library.go:141] "filippo.io/edwards25519/field" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/filippo.io/[email protected]/field/fe_amd64.s
Step #10 - "integration_docker": �[0m�[91mW0114 10:14:37.096066 722 library.go:141] "golang.org/x/crypto/chacha20poly1305" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/golang.org/x/[email protected]/chacha20poly1305/chacha20poly1305_amd64.s
Step #10 - "integration_docker": W0114 10:14:37.096082 722 library.go:141] "golang.org/x/crypto/internal/poly1305" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/golang.org/x/[email protected]/internal/poly1305/sum_amd64.s
Step #10 - "integration_docker": W0114 10:14:37.096087 722 library.go:141] "golang.org/x/sys/cpu" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/golang.org/x/[email protected]/cpu/cpu_gc_x86.s
Step #10 - "integration_docker": �[0m�[91mW0114 10:14:37.096594 722 library.go:141] "github.com/envoyproxy/protoc-gen-validate/validate" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/github.com/envoyproxy/[email protected]/validate/validate.h
Step #10 - "integration_docker": �[0m�[91mW0114 10:14:37.097047 722 library.go:141] "github.com/cespare/xxhash/v2" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/github.com/cespare/xxhash/[email protected]/xxhash_amd64.s
Step #10 - "integration_docker": �[0m�[91mW0114 10:14:37.097162 722 library.go:141] "github.com/klauspost/compress/zstd" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/github.com/klauspost/[email protected]/zstd/fse_decoder_amd64.s
Step #10 - "integration_docker": /go/pkg/mod/github.com/klauspost/[email protected]/zstd/matchlen_amd64.s
Step #10 - "integration_docker": /go/pkg/mod/github.com/klauspost/[email protected]/zstd/seqdec_amd64.s
Step #10 - "integration_docker": W0114 10:14:37.097180 722 library.go:141] "github.com/klauspost/compress/huff0" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/github.com/klauspost/[email protected]/huff0/decompress_amd64.s
Step #10 - "integration_docker": W0114 10:14:37.097191 722 library.go:141] "github.com/klauspost/compress/internal/cpuinfo" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/github.com/klauspost/[email protected]/internal/cpuinfo/cpuinfo_amd64.s
Step #10 - "integration_docker": W0114 10:14:37.097199 722 library.go:141] "github.com/klauspost/compress/zstd/internal/xxhash" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/github.com/klauspost/[email protected]/zstd/internal/xxhash/xxhash_amd64.s
Step #10 - "integration_docker": �[0mRemoving intermediate container 052cb7da999e
Step #10 - "integration_docker": ---> 8d179a5cd1cb
Step #10 - "integration_docker": Step 10/13 : FROM gcr.io/distroless/base-debian12@sha256:e9d0321de8927f69ce20e39bfc061343cce395996dfc1f0db6540e5145bc63a5
Step #10 - "integration_docker": ---> 579c7ea8b742
Step #10 - "integration_docker": Step 11/13 : COPY --from=build /go/bin/trillian_log_signer /
Step #10 - "integration_docker": ---> 2d57b26c3c8d
Step #10 - "integration_docker": Step 12/13 : COPY --from=build /THIRD_PARTY_NOTICES /THIRD_PARTY_NOTICES
Step #10 - "integration_docker": ---> bcfbeb46e948
Step #10 - "integration_docker": Step 13/13 : ENTRYPOINT ["/trillian_log_signer"]
Step #10 - "integration_docker": ---> Running in b0d886ecd671
Step #10 - "integration_docker": Removing intermediate container b0d886ecd671
Step #10 - "integration_docker": ---> 73ecb2a4b4bd
Step #10 - "integration_docker": Successfully built 73ecb2a4b4bd
Step #10 - "integration_docker": Successfully tagged deployment_trillian-log-signer:latest
Step #10 - "integration_docker": Creating deployment_mysql_1 ...
Step #10 - "integration_docker": Creating deployment_mysql_1 ... done
Step #10 - "integration_docker": Creating deployment_trillian-log-signer_1 ...
Step #10 - "integration_docker": Creating deployment_trillian-log-server_1 ...
Step #10 - "integration_docker": Creating deployment_trillian-log-signer_1 ... done
Step #10 - "integration_docker": Creating deployment_trillian-log-server_1 ... done
Step #10 - "integration_docker": --2025-01-14 10:14:41-- http://deployment_trillian-log-server_1:8091/healthz
Step #10 - "integration_docker": Resolving deployment_trillian-log-server_1 (deployment_trillian-log-server_1)... 192.168.10.4
Step #10 - "integration_docker": Connecting to deployment_trillian-log-server_1 (deployment_trillian-log-server_1)|192.168.10.4|:8091... failed: Connection refused.
Step #10 - "integration_docker": Retrying.
Step #10 - "integration_docker":
Step #10 - "integration_docker": --2025-01-14 10:14:42-- (try: 2) http://deployment_trillian-log-server_1:8091/healthz
Step #10 - "integration_docker": Connecting to deployment_trillian-log-server_1 (deployment_trillian-log-server_1)|192.168.10.4|:8091... connected.
Step #10 - "integration_docker": HTTP request sent, awaiting response... 200 OK
Step #10 - "integration_docker": Length: 2 [text/plain]
Step #10 - "integration_docker": Saving to: 'STDOUT'
Step #10 - "integration_docker":
Step #10 - "integration_docker": 0K 100% 276K=0s
Step #10 - "integration_docker":
Step #10 - "integration_docker": 2025-01-14 10:14:57 (276 KB/s) - written to stdout [2/2]
Step #10 - "integration_docker":
Step #10 - "integration_docker": Health: ok
Step #10 - "integration_docker": Provision log
Step #10 - "integration_docker": I0114 10:14:57.811813 342 main.go:110] Creating tree tree_state:ACTIVE tree_type:LOG max_root_duration:{seconds:3600}
Step #10 - "integration_docker": W0114 10:14:57.811998 342 rpcflags.go:36] Using an insecure gRPC connection to Trillian
Step #10 - "integration_docker": I0114 10:14:57.812524 342 admin.go:50] CreateTree...
Step #10 - "integration_docker": I0114 10:14:57.823163 342 admin.go:95] Initialising Log 9058997896508334186...
Step #10 - "integration_docker": I0114 10:14:57.842509 342 admin.go:106] Initialised Log (9058997896508334186) with new SignedTreeHead:
Step #10 - "integration_docker": log_root:"\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00 \xe3\xb0\xc4B\x98\xfc\x1c\x14\x9a\xfb\xf4șo\xb9$'\xaeA\xe4d\x9b\x93L\xa4\x95\x99\x1bxR\xb8U\x18\x1a\x87\x99\x13\xca\xd9\xf8\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
Step #10 - "integration_docker": Created tree 9058997896508334186
Step #10 - "integration_docker": Running test
Step #10 - "integration_docker": /workspace/integration /workspace
Step #10 - "integration_docker": ok github.com/google/trillian/integration 18.585s
Step #10 - "integration_docker": /workspace
Step #10 - "integration_docker": Stopping deployment_trillian-log-signer_1 ...
Step #10 - "integration_docker": Stopping deployment_trillian-log-server_1 ...
Step #10 - "integration_docker": Stopping deployment_mysql_1 ...
Step #10 - "integration_docker": Stopping deployment_trillian-log-server_1 ... done
Step #10 - "integration_docker": Stopping deployment_trillian-log-signer_1 ... done
Step #10 - "integration_docker": Stopping deployment_mysql_1 ... done
Step #10 - "integration_docker": Removing deployment_trillian-log-signer_1 ...
Step #10 - "integration_docker": Removing deployment_trillian-log-server_1 ...
Step #10 - "integration_docker": Removing deployment_mysql_1 ...
Step #10 - "integration_docker": Removing deployment_trillian-log-server_1 ... done
Step #10 - "integration_docker": Removing deployment_mysql_1 ... done
Step #10 - "integration_docker": Removing deployment_trillian-log-signer_1 ... done
Step #10 - "integration_docker": Removing network deployment_default
Step #10 - "integration_docker": Network deployment_default not found.
Finished Step #10 - "integration_docker"
PUSH
Pushing gcr.io/trillian-opensource-ci/trillian_testbase:latest
The push refers to repository [gcr.io/trillian-opensource-ci/trillian_testbase]
c21e06c36608: Preparing
e0c3d044a1d7: Preparing
77a7f4da6b85: Preparing
7369f0bf737a: Preparing
d6db3d1e290e: Preparing
5f70bf18a086: Preparing
4e061853116c: Preparing
f3fe8ef9af87: Preparing
c3c4291cf0a2: Preparing
85c6f0cfb532: Preparing
a4fd1e7df47e: Preparing
2f7b6d216a37: Preparing
f3fe8ef9af87: Waiting
c3c4291cf0a2: Waiting
85c6f0cfb532: Waiting
a4fd1e7df47e: Waiting
5f70bf18a086: Waiting
2f7b6d216a37: Waiting
4e061853116c: Waiting
c21e06c36608: Layer already exists
77a7f4da6b85: Layer already exists
d6db3d1e290e: Layer already exists
7369f0bf737a: Layer already exists
e0c3d044a1d7: Layer already exists
4e061853116c: Layer already exists
5f70bf18a086: Layer already exists
f3fe8ef9af87: Layer already exists
c3c4291cf0a2: Layer already exists
85c6f0cfb532: Layer already exists
a4fd1e7df47e: Layer already exists
2f7b6d216a37: Layer already exists
latest: digest: sha256:d983d52a0b018934a4dde1d0a554556dc42e06fbbd869be7e9ec480973d89c3c size: 2846
DONE
Loading