Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 #3475
Google Cloud Build / trillian-pr-tests (trillian-opensource-ci)
succeeded
May 8, 2024 in 10m 58s
Summary
Build Information
Trigger | trillian-pr-tests |
Build | ac8ed76b-c2e9-4d25-bcea-96390888d00c |
Start | 2024-05-08T07:49:05-07:00 |
Duration | 10m9.254s |
Status | SUCCESS |
Steps
Step | Status | Duration |
---|---|---|
gcr.io/cloud-builders/docker | SUCCESS | 17.108s |
gcr.io/cloud-builders/docker | SUCCESS | 52.134s |
prepare | SUCCESS | 12.02s |
check | SUCCESS | 19.564s |
presubmit | SUCCESS | 3m36.765s |
codecov | SUCCESS | 3m51.122s |
presubmit_batched | SUCCESS | 3m36.626s |
presubmit_pkcs11 | SUCCESS | 3m36.352s |
presubmits_done | SUCCESS | 570ms |
integration | SUCCESS | 1m27.508s |
integration_docker | SUCCESS | 3m37.722s |
integration_etcd | SUCCESS | 1m32.925s |
integration_batched | SUCCESS | 1m29.51s |
integration_pkcs11 | SUCCESS | 1m28.535s |
integration_mariadb | SUCCESS | 1m19.792s |
Details
starting build "ac8ed76b-c2e9-4d25-bcea-96390888d00c"
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 0c35fb2d9ea2b3d4f160466324c535c1f97cd035 -> FETCH_HEAD
HEAD is now at 0c35fb2 Bump `protoc-gen-go` version in generated proto files
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: 1468e7ff95fc: Already exists
Step #0: 2cf9c2b42f41: Already exists
Step #0: c4c40c3e3cdf: Already exists
Step #0: 18445a9ea386: Already exists
Step #0: 45bf0a5309bf: Pulling fs layer
Step #0: 0ba770b900b7: Pulling fs layer
Step #0: 4f4fb700ef54: Pulling fs layer
Step #0: 5d5671ce59a9: Pulling fs layer
Step #0: 3199aed7cd7d: Pulling fs layer
Step #0: 938ab4b507fc: Pulling fs layer
Step #0: 8fcce8bbd71f: Pulling fs layer
Step #0: 4709475b851e: Pulling fs layer
Step #0: 938ab4b507fc: Waiting
Step #0: 4709475b851e: Waiting
Step #0: 8fcce8bbd71f: Waiting
Step #0: 5d5671ce59a9: Waiting
Step #0: 3199aed7cd7d: Waiting
Step #0: 4f4fb700ef54: Verifying Checksum
Step #0: 4f4fb700ef54: Download complete
Step #0: 0ba770b900b7: Download complete
Step #0: 5d5671ce59a9: Verifying Checksum
Step #0: 5d5671ce59a9: Download complete
Step #0: 938ab4b507fc: Verifying Checksum
Step #0: 938ab4b507fc: Download complete
Step #0: 45bf0a5309bf: Verifying Checksum
Step #0: 45bf0a5309bf: Download complete
Step #0: 4709475b851e: Verifying Checksum
Step #0: 4709475b851e: Download complete
Step #0: 8fcce8bbd71f: Verifying Checksum
Step #0: 8fcce8bbd71f: Download complete
Step #0: 3199aed7cd7d: Verifying Checksum
Step #0: 3199aed7cd7d: Download complete
Step #0: 45bf0a5309bf: Pull complete
Step #0: 0ba770b900b7: Pull complete
Step #0: 4f4fb700ef54: Pull complete
Step #0: 5d5671ce59a9: Pull complete
Step #0: 3199aed7cd7d: Pull complete
Step #0: 938ab4b507fc: Pull complete
Step #0: 8fcce8bbd71f: Pull complete
Step #0: 4709475b851e: Pull complete
Step #0: Digest: sha256:a2dbb70a6131ca1eb2390ecd240a58ffda65f6cea3186616a109c78b68e98c6c
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.612MB
Step #1: Step 1/11 : FROM golang:1.22.2-bookworm@sha256:d0902bacefdde1cf45528c098d14e55d78c107def8a22d148eabd71582d7a99f
Step #1: docker.io/library/golang:1.22.2-bookworm@sha256:d0902bacefdde1cf45528c098d14e55d78c107def8a22d148eabd71582d7a99f: Pulling from library/golang
Step #1: Digest: sha256:d0902bacefdde1cf45528c098d14e55d78c107def8a22d148eabd71582d7a99f
Step #1: Status: Downloaded newer image for golang:1.22.2-bookworm@sha256:d0902bacefdde1cf45528c098d14e55d78c107def8a22d148eabd71582d7a99f
Step #1: ---> 0505a58fa464
Step #1: Step 2/11 : WORKDIR /testbase
Step #1: ---> Running in 3a7e453ac382
Step #1: Removing intermediate container 3a7e453ac382
Step #1: ---> bd263fc7861f
Step #1: Step 3/11 : ARG GOFLAGS=""
Step #1: ---> Running in cfad411c2f8c
Step #1: Removing intermediate container cfad411c2f8c
Step #1: ---> b57f1f6684eb
Step #1: Step 4/11 : ENV GOFLAGS=$GOFLAGS
Step #1: ---> Running in 321d63cfb719
Step #1: Removing intermediate container 321d63cfb719
Step #1: ---> 0b131583c824
Step #1: Step 5/11 : ENV GOPATH /go
Step #1: ---> Running in ca4c1414d3f5
Step #1: Removing intermediate container ca4c1414d3f5
Step #1: ---> b5ec025b3a49
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: ---> Running in 05180140acff
Step #1: Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
Step #1: Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Step #1: Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Step #1: Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8786 kB]
Step #1: Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [13.8 kB]
Step #1: Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [157 kB]
Step #1: Fetched 9212 kB in 2s (4843 kB/s)
Step #1: Reading package lists...
Step #1: Reading package lists...
Step #1: Building dependency tree...
Step #1: Reading state information...
Step #1: curl is already the newest version (7.88.1-10+deb12u5).
Step #1: wget is already the newest version (1.21.3-1+b2).
Step #1: The following additional packages will be installed:
Step #1: apparmor bzip2 cgroupfs-mount containerd criu dbus dbus-bin dbus-daemon
Step #1: dbus-session-bus-common dbus-system-bus-common dbus-user-session dmsetup
Step #1: docker.io dpkg-dev fakeroot gettext-base iproute2 iptables
Step #1: libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
Step #1: libapparmor1 libargon2-1 libatm1 libbpf1 libcap2-bin libconfig-inifiles-perl
Step #1: libcryptsetup12 libdbd-mariadb-perl libdbi-perl libdbus-1-3
Step #1: libdevmapper1.02.1 libdpkg-perl libelf1 libfakeroot libfdisk1
Step #1: libfile-fcntllock-perl libgpm2 libintl-perl libintl-xs-perl libip4tc2
Step #1: libip6tc2 libjson-c5 libkmod2 liblocale-gettext-perl libmariadb3 libmnl0
Step #1: libmodule-find-perl libmodule-scandeps-perl libncurses6 libnet1
Step #1: libnetfilter-conntrack3 libnfnetlink0 libnftables1 libnftnl11 libnl-3-200
Step #1: libnss-systemd libpam-cap libpam-systemd libproc-processtable-perl
Step #1: libprotobuf-c1 libprotobuf32 libsofthsm2 libsort-naturally-perl
Step #1: libsystemd-shared libterm-readkey-perl libwrap0 libxtables12 libyaml-0-2
Step #1: lsb-release mariadb-client-core mariadb-common mysql-common needrestart
Step #1: nftables patch python3-attr python3-certifi python3-chardet
Step #1: python3-charset-normalizer python3-distro python3-distutils python3-docker
Step #1: python3-dockerpty python3-docopt python3-dotenv python3-idna
Step #1: python3-json-pointer python3-jsonschema python3-lib2to3
Step #1: python3-pkg-resources python3-protobuf python3-pyrsistent python3-requests
Step #1: python3-rfc3987 python3-six python3-texttable python3-uritemplate
Step #1: python3-urllib3 python3-webcolors python3-websocket python3-yaml runc
Step #1: sgml-base softhsm2 softhsm2-common systemd systemd-sysv systemd-timesyncd
Step #1: tini xz-utils
Step #1: Suggested packages:
Step #1: apparmor-profiles-extra apparmor-utils bzip2-doc containernetworking-plugins
Step #1: docker-doc aufs-tools btrfs-progs debootstrap rinse rootlesskit xfsprogs
Step #1: zfs-fuse | zfsutils-linux debian-keyring iproute2-doc firewalld kmod
Step #1: libclone-perl libmldbm-perl libnet-daemon-perl libsql-statement-perl bzr gpm
Step #1: needrestart-session | libnotify-bin iucode-tool ed diffutils-doc
Step #1: python-attr-doc python-jsonschema-doc python3-setuptools
Step #1: python3-cryptography python3-openssl python3-socks python-requests-doc
Step #1: python3-brotli sgml-base-doc systemd-container systemd-homed systemd-userdbd
Step #1: systemd-boot systemd-resolved libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0
Step #1: libtss2-rc0 polkitd | policykit-1 zip
Step #1: The following NEW packages will be installed:
Step #1: apparmor build-essential bzip2 cgroupfs-mount containerd criu dbus dbus-bin
Step #1: dbus-daemon dbus-session-bus-common dbus-system-bus-common dbus-user-session
Step #1: dmsetup docker-compose docker.io dpkg-dev fakeroot gettext-base iproute2
Step #1: iptables libalgorithm-diff-perl libalgorithm-diff-xs-perl
Step #1: libalgorithm-merge-perl libapparmor1 libargon2-1 libatm1 libbpf1 libcap2-bin
Step #1: libconfig-inifiles-perl libcryptsetup12 libdbd-mariadb-perl libdbi-perl
Step #1: libdbus-1-3 libdevmapper1.02.1 libdpkg-perl libelf1 libfakeroot libfdisk1
Step #1: libfile-fcntllock-perl libgpm2 libintl-perl libintl-xs-perl libip4tc2
Step #1: libip6tc2 libjson-c5 libkmod2 liblocale-gettext-perl libmariadb3 libmnl0
Step #1: libmodule-find-perl libmodule-scandeps-perl libncurses6 libnet1
Step #1: libnetfilter-conntrack3 libnfnetlink0 libnftables1 libnftnl11 libnl-3-200
Step #1: libnss-systemd libpam-cap libpam-systemd libproc-processtable-perl
Step #1: libprotobuf-c1 libprotobuf32 libsofthsm2 libsort-naturally-perl
Step #1: libsystemd-shared libterm-readkey-perl libwrap0 libxtables12 libyaml-0-2
Step #1: lsb-release lsof mariadb-client mariadb-client-core mariadb-common
Step #1: mysql-common needrestart netcat-openbsd nftables patch python3-attr
Step #1: python3-certifi python3-chardet python3-charset-normalizer python3-distro
Step #1: python3-distutils python3-docker python3-dockerpty python3-docopt
Step #1: python3-dotenv python3-idna python3-json-pointer python3-jsonschema
Step #1: python3-lib2to3 python3-pkg-resources python3-protobuf python3-pyrsistent
Step #1: python3-requests python3-rfc3987 python3-six python3-texttable
Step #1: python3-uritemplate python3-urllib3 python3-webcolors python3-websocket
Step #1: python3-yaml runc sgml-base socat softhsm softhsm2 softhsm2-common systemd
Step #1: systemd-sysv systemd-timesyncd tini unzip xxd xz-utils
Step #1: 0 upgraded, 120 newly installed, 0 to remove and 5 not upgraded.
Step #1: Need to get 89.3 MB of archives.
Step #1: After this operation, 410 MB of additional disk space will be used.
Step #1: Get:1 http://deb.debian.org/debian bookworm/main amd64 libargon2-1 amd64 0~20171227-0.3+deb12u1 [19.4 kB]
Step #1: Get:2 http://deb.debian.org/debian bookworm/main amd64 dmsetup amd64 2:1.02.185-2 [82.0 kB]
Step #1: Get:3 http://deb.debian.org/debian bookworm/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-2 [133 kB]
Step #1: Get:4 http://deb.debian.org/debian bookworm/main amd64 libjson-c5 amd64 0.16-2 [44.1 kB]
Step #1: Get:5 http://deb.debian.org/debian bookworm/main amd64 libcryptsetup12 amd64 2:2.6.1-4~deb12u2 [223 kB]
Step #1: Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 libfdisk1 amd64 2.38.1-5+deb12u1 [193 kB]
Step #1: Get:7 http://deb.debian.org/debian bookworm/main amd64 libkmod2 amd64 30+20221128-1 [57.9 kB]
Step #1: Get:8 http://deb.debian.org/debian bookworm/main amd64 libapparmor1 amd64 3.0.8-3 [41.2 kB]
Step #1: Get:9 http://deb.debian.org/debian bookworm/main amd64 libip4tc2 amd64 1.8.9-2 [19.0 kB]
Step #1: Get:10 http://deb.debian.org/debian bookworm/main amd64 libsystemd-shared amd64 252.22-1~deb12u1 [1691 kB]
Step #1: Get:11 http://deb.debian.org/debian bookworm/main amd64 systemd amd64 252.22-1~deb12u1 [3032 kB]
Step #1: Get:12 http://deb.debian.org/debian bookworm/main amd64 systemd-sysv amd64 252.22-1~deb12u1 [41.9 kB]
Step #1: Get:13 http://deb.debian.org/debian bookworm/main amd64 libdbus-1-3 amd64 1.14.10-1~deb12u1 [201 kB]
Step #1: Get:14 http://deb.debian.org/debian bookworm/main amd64 dbus-bin amd64 1.14.10-1~deb12u1 [105 kB]
Step #1: Get:15 http://deb.debian.org/debian bookworm/main amd64 dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB]
Step #1: Get:16 http://deb.debian.org/debian bookworm/main amd64 dbus-daemon amd64 1.14.10-1~deb12u1 [184 kB]
Step #1: Get:17 http://deb.debian.org/debian bookworm/main amd64 dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB]
Step #1: Get:18 http://deb.debian.org/debian bookworm/main amd64 dbus amd64 1.14.10-1~deb12u1 [97.4 kB]
Step #1: Get:19 http://deb.debian.org/debian bookworm/main amd64 runc amd64 1.1.5+ds1-1+deb12u1 [2710 kB]
Step #1: Get:20 http://deb.debian.org/debian bookworm/main amd64 containerd amd64 1.6.20~ds1-1+b1 [25.9 MB]
Step #1: Get:21 http://deb.debian.org/debian bookworm/main amd64 libip6tc2 amd64 1.8.9-2 [19.4 kB]
Step #1: Get:22 http://deb.debian.org/debian bookworm/main amd64 libxtables12 amd64 1.8.9-2 [30.8 kB]
Step #1: Get:23 http://deb.debian.org/debian bookworm/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
Step #1: Get:24 http://deb.debian.org/debian bookworm/main amd64 libnfnetlink0 amd64 1.0.2-2 [15.1 kB]
Step #1: Get:25 http://deb.debian.org/debian bookworm/main amd64 libnetfilter-conntrack3 amd64 1.0.9-3 [40.7 kB]
Step #1: Get:26 http://deb.debian.org/debian bookworm/main amd64 libnftnl11 amd64 1.2.4-2 [61.6 kB]
Step #1: Get:27 http://deb.debian.org/debian bookworm/main amd64 iptables amd64 1.8.9-2 [360 kB]
Step #1: Get:28 http://deb.debian.org/debian bookworm/main amd64 tini amd64 0.19.0-1 [255 kB]
Step #1: Get:29 http://deb.debian.org/debian bookworm/main amd64 docker.io amd64 20.10.24+dfsg1-1+b3 [36.2 MB]
Step #1: Get:30 http://deb.debian.org/debian bookworm/main amd64 liblocale-gettext-perl amd64 1.07-5 [15.4 kB]
Step #1: Get:31 http://deb.debian.org/debian bookworm/main amd64 sgml-base all 1.31 [15.4 kB]
Step #1: Get:32 http://deb.debian.org/debian bookworm/main amd64 libelf1 amd64 0.188-2.1 [174 kB]
Step #1: Get:33 http://deb.debian.org/debian bookworm/main amd64 libbpf1 amd64 1:1.1.0-1 [145 kB]
Step #1: Get:34 http://deb.debian.org/debian bookworm/main amd64 libcap2-bin amd64 1:2.66-4 [34.7 kB]
Step #1: Get:35 http://deb.debian.org/debian bookworm/main amd64 iproute2 amd64 6.1.0-3 [1046 kB]
Step #1: Get:36 http://deb.debian.org/debian bookworm/main amd64 libnftables1 amd64 1.0.6-2+deb12u2 [299 kB]
Step #1: Get:37 http://deb.debian.org/debian bookworm/main amd64 nftables amd64 1.0.6-2+deb12u2 [70.3 kB]
Step #1: Get:38 http://deb.debian.org/debian bookworm/main amd64 bzip2 amd64 1.0.8-5+b1 [49.8 kB]
Step #1: Get:39 http://deb.debian.org/debian bookworm/main amd64 gettext-base amd64 0.21-12 [160 kB]
Step #1: Get:40 http://deb.debian.org/debian bookworm/main amd64 libnss-systemd amd64 252.22-1~deb12u1 [163 kB]
Step #1: Get:41 http://deb.debian.org/debian bookworm/main amd64 libpam-systemd amd64 252.22-1~deb12u1 [225 kB]
Step #1: Get:42 http://deb.debian.org/debian bookworm/main amd64 lsof amd64 4.95.0-1 [318 kB]
Step #1: Get:43 http://deb.debian.org/debian bookworm/main amd64 systemd-timesyncd amd64 252.22-1~deb12u1 [63.1 kB]
Step #1: Get:44 http://deb.debian.org/debian bookworm/main amd64 xz-utils amd64 5.4.1-0.2 [471 kB]
Step #1: Get:45 http://deb.debian.org/debian bookworm/main amd64 apparmor amd64 3.0.8-3 [616 kB]
Step #1: Get:46 http://deb.debian.org/debian bookworm/main amd64 libdpkg-perl all 1.21.22 [603 kB]
Step #1: Get:47 http://deb.debian.org/debian bookworm/main amd64 patch amd64 2.7.6-7 [128 kB]
Step #1: Get:48 http://deb.debian.org/debian bookworm/main amd64 dpkg-dev all 1.21.22 [1353 kB]
Step #1: Get:49 http://deb.debian.org/debian bookworm/main amd64 build-essential amd64 12.9 [7704 B]
Step #1: Get:50 http://deb.debian.org/debian bookworm/main amd64 cgroupfs-mount all 1.4 [6276 B]
Step #1: Get:51 http://deb.debian.org/debian bookworm/main amd64 libprotobuf32 amd64 3.21.12-3 [932 kB]
Step #1: Get:52 http://deb.debian.org/debian bookworm/main amd64 python3-protobuf amd64 3.21.12-3 [245 kB]
Step #1: Get:53 http://deb.debian.org/debian bookworm/main amd64 libnet1 amd64 1.1.6+dfsg-3.2 [60.3 kB]
Step #1: Get:54 http://deb.debian.org/debian bookworm/main amd64 libnl-3-200 amd64 3.7.0-0.2+b1 [63.1 kB]
Step #1: Get:55 http://deb.debian.org/debian bookworm/main amd64 libprotobuf-c1 amd64 1.4.1-1+b1 [27.5 kB]
Step #1: Get:56 http://deb.debian.org/debian bookworm/main amd64 criu amd64 3.17.1-2 [665 kB]
Step #1: Get:57 http://deb.debian.org/debian bookworm/main amd64 dbus-user-session amd64 1.14.10-1~deb12u1 [78.1 kB]
Step #1: Get:58 http://deb.debian.org/debian bookworm/main amd64 lsb-release all 12.0-1 [6416 B]
Step #1: Get:59 http://deb.debian.org/debian bookworm/main amd64 python3-distro all 1.8.0-1 [20.5 kB]
Step #1: Get:60 http://deb.debian.org/debian bookworm/main amd64 python3-lib2to3 all 3.11.2-3 [76.3 kB]
Step #1: Get:61 http://deb.debian.org/debian bookworm/main amd64 python3-distutils all 3.11.2-3 [131 kB]
Step #1: Get:62 http://deb.debian.org/debian bookworm/main amd64 python3-certifi all 2022.9.24-1 [153 kB]
Step #1: Get:63 http://deb.debian.org/debian bookworm/main amd64 python3-charset-normalizer all 3.0.1-2 [49.3 kB]
Step #1: Get:64 http://deb.debian.org/debian bookworm/main amd64 python3-idna all 3.3-1 [39.4 kB]
Step #1: Get:65 http://deb.debian.org/debian bookworm/main amd64 python3-six all 1.16.0-4 [17.5 kB]
Step #1: Get:66 http://deb.debian.org/debian bookworm/main amd64 python3-urllib3 all 1.26.12-1 [117 kB]
Step #1: Get:67 http://deb.debian.org/debian bookworm/main amd64 python3-pkg-resources all 66.1.1-1 [296 kB]
Step #1: Get:68 http://deb.debian.org/debian bookworm/main amd64 python3-chardet all 5.1.0+dfsg-2 [110 kB]
Step #1: Get:69 http://deb.debian.org/debian bookworm/main amd64 python3-requests all 2.28.1+dfsg-1 [67.9 kB]
Step #1: Get:70 http://deb.debian.org/debian bookworm/main amd64 python3-websocket all 1.2.3-1 [40.4 kB]
Step #1: Get:71 http://deb.debian.org/debian bookworm/main amd64 python3-docker all 5.0.3-1 [90.2 kB]
Step #1: Get:72 http://deb.debian.org/debian bookworm/main amd64 python3-dockerpty all 0.4.1-4 [11.4 kB]
Step #1: Get:73 http://deb.debian.org/debian bookworm/main amd64 python3-docopt all 0.6.2-4.1 [26.2 kB]
Step #1: Get:74 http://deb.debian.org/debian bookworm/main amd64 python3-dotenv all 0.21.0-1 [24.9 kB]
Step #1: Get:75 http://deb.debian.org/debian bookworm/main amd64 python3-attr all 22.2.0-1 [65.4 kB]
Step #1: Get:76 http://deb.debian.org/debian bookworm/main amd64 python3-pyrsistent amd64 0.18.1-1+b3 [60.0 kB]
Step #1: Get:77 http://deb.debian.org/debian bookworm/main amd64 python3-jsonschema all 4.10.3-1 [67.9 kB]
Step #1: Get:78 http://deb.debian.org/debian bookworm/main amd64 python3-texttable all 1.6.7-1 [11.9 kB]
Step #1: Get:79 http://deb.debian.org/debian bookworm/main amd64 libyaml-0-2 amd64 0.2.5-1 [53.6 kB]
Step #1: Get:80 http://deb.debian.org/debian bookworm/main amd64 python3-yaml amd64 6.0-3+b2 [119 kB]
Step #1: Get:81 http://deb.debian.org/debian bookworm/main amd64 docker-compose all 1.29.2-3 [123 kB]
Step #1: Get:82 http://deb.debian.org/debian bookworm/main amd64 libfakeroot amd64 1.31-1.2 [28.3 kB]
Step #1: Get:83 http://deb.debian.org/debian bookworm/main amd64 fakeroot amd64 1.31-1.2 [66.9 kB]
Step #1: Get:84 http://deb.debian.org/debian bookworm/main amd64 libalgorithm-diff-perl all 1.201-1 [43.3 kB]
Step #1: Get:85 http://deb.debian.org/debian bookworm/main amd64 libalgorithm-diff-xs-perl amd64 0.04-8+b1 [11.4 kB]
Step #1: Get:86 http://deb.debian.org/debian bookworm/main amd64 libalgorithm-merge-perl all 0.08-5 [11.8 kB]
Step #1: Get:87 http://deb.debian.org/debian bookworm/main amd64 libatm1 amd64 1:2.5.1-4+b2 [68.3 kB]
Step #1: Get:88 http://deb.debian.org/debian bookworm/main amd64 libconfig-inifiles-perl all 3.000003-2 [45.9 kB]
Step #1: Get:89 http://deb.debian.org/debian bookworm/main amd64 libdbi-perl amd64 1.643-4 [773 kB]
Step #1: Get:90 http://deb.debian.org/debian bookworm/main amd64 mysql-common all 5.8+1.1.0 [6636 B]
Step #1: Get:91 http://deb.debian.org/debian bookworm/main amd64 mariadb-common all 1:10.11.6-0+deb12u1 [24.4 kB]
Step #1: Get:92 http://deb.debian.org/debian bookworm/main amd64 libmariadb3 amd64 1:10.11.6-0+deb12u1 [174 kB]
Step #1: Get:93 http://deb.debian.org/debian bookworm/main amd64 libdbd-mariadb-perl amd64 1.22-1+b1 [93.8 kB]
Step #1: Get:94 http://deb.debian.org/debian bookworm/main amd64 libfile-fcntllock-perl amd64 0.22-4+b1 [34.8 kB]
Step #1: Get:95 http://deb.debian.org/debian bookworm/main amd64 libgpm2 amd64 1.20.7-10+b1 [14.2 kB]
Step #1: Get:96 http://deb.debian.org/debian bookworm/main amd64 libintl-perl all 1.33-1 [720 kB]
Step #1: Get:97 http://deb.debian.org/debian bookworm/main amd64 libintl-xs-perl amd64 1.33-1 [15.6 kB]
Step #1: Get:98 http://deb.debian.org/debian bookworm/main amd64 libmodule-find-perl all 0.16-2 [10.6 kB]
Step #1: Get:99 http://deb.debian.org/debian bookworm/main amd64 libmodule-scandeps-perl all 1.31-2 [41.7 kB]
Step #1: Get:100 http://deb.debian.org/debian bookworm/main amd64 libncurses6 amd64 6.4-4 [103 kB]
Step #1: Get:101 http://deb.debian.org/debian bookworm/main amd64 libpam-cap amd64 1:2.66-4 [14.5 kB]
Step #1: Get:102 http://deb.debian.org/debian bookworm/main amd64 libproc-processtable-perl amd64 0.634-1+b2 [43.1 kB]
Step #1: Get:103 http://deb.debian.org/debian bookworm/main amd64 softhsm2-common amd64 2.6.1-2.1 [15.5 kB]
Step #1: Get:104 http://deb.debian.org/debian bookworm/main amd64 libsofthsm2 amd64 2.6.1-2.1 [249 kB]
Step #1: Get:105 http://deb.debian.org/debian bookworm/main amd64 libsort-naturally-perl all 1.03-4 [13.1 kB]
Step #1: Get:106 http://deb.debian.org/debian bookworm/main amd64 libterm-readkey-perl amd64 2.38-2+b1 [24.5 kB]
Step #1: Get:107 http://deb.debian.org/debian bookworm/main amd64 libwrap0 amd64 7.6.q-32 [54.9 kB]
Step #1: Get:108 http://deb.debian.org/debian bookworm/main amd64 mariadb-client-core amd64 1:10.11.6-0+deb12u1 [869 kB]
Step #1: Get:109 http://deb.debian.org/debian bookworm/main amd64 mariadb-client amd64 1:10.11.6-0+deb12u1 [2931 kB]
Step #1: Get:110 http://deb.debian.org/debian bookworm/main amd64 needrestart all 3.6-4+deb12u1 [59.8 kB]
Step #1: Get:111 http://deb.debian.org/debian bookworm/main amd64 netcat-openbsd amd64 1.219-1 [41.5 kB]
Step #1: Get:112 http://deb.debian.org/debian bookworm/main amd64 python3-json-pointer all 2.3-2 [15.1 kB]
Step #1: Get:113 http://deb.debian.org/debian bookworm/main amd64 python3-rfc3987 all 1.3.8-2 [8816 B]
Step #1: Get:114 http://deb.debian.org/debian bookworm/main amd64 python3-uritemplate all 4.1.1-2 [10.9 kB]
Step #1: Get:115 http://deb.debian.org/debian bookworm/main amd64 python3-webcolors all 1.11.1-1 [12.7 kB]
Step #1: Get:116 http://deb.debian.org/debian bookworm/main amd64 socat amd64 1.7.4.4-2 [375 kB]
Step #1: Get:117 http://deb.debian.org/debian bookworm/main amd64 softhsm2 amd64 2.6.1-2.1 [169 kB]
Step #1: Get:118 http://deb.debian.org/debian bookworm/main amd64 softhsm all 2.6.1-2.1 [14.2 kB]
Step #1: Get:119 http://deb.debian.org/debian bookworm/main amd64 unzip amd64 6.0-28 [166 kB]
Step #1: Get:120 http://deb.debian.org/debian bookworm/main amd64 xxd amd64 2:9.0.1378-2 [83.7 kB]
Step #1: �[91mdebconf: delaying package configuration, since apt-utils is not installed
Step #1: �[0mFetched 89.3 MB in 2s (43.9 MB/s)
Step #1: Selecting previously unselected package libargon2-1:amd64.
Step #1: (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 ... 15602 files and directories currently installed.)
Step #1: Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_amd64.deb ...
Step #1: Unpacking libargon2-1:amd64 (0~20171227-0.3+deb12u1) ...
Step #1: Selecting previously unselected package dmsetup.
Step #1: Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_amd64.deb ...
Step #1: Unpacking dmsetup (2:1.02.185-2) ...
Step #1: Selecting previously unselected package libdevmapper1.02.1:amd64.
Step #1: Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_amd64.deb ...
Step #1: Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-2) ...
Step #1: Selecting previously unselected package libjson-c5:amd64.
Step #1: Preparing to unpack .../03-libjson-c5_0.16-2_amd64.deb ...
Step #1: Unpacking libjson-c5:amd64 (0.16-2) ...
Step #1: Selecting previously unselected package libcryptsetup12:amd64.
Step #1: Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_amd64.deb ...
Step #1: Unpacking libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ...
Step #1: Selecting previously unselected package libfdisk1:amd64.
Step #1: Preparing to unpack .../05-libfdisk1_2.38.1-5+deb12u1_amd64.deb ...
Step #1: Unpacking libfdisk1:amd64 (2.38.1-5+deb12u1) ...
Step #1: Selecting previously unselected package libkmod2:amd64.
Step #1: Preparing to unpack .../06-libkmod2_30+20221128-1_amd64.deb ...
Step #1: Unpacking libkmod2:amd64 (30+20221128-1) ...
Step #1: Selecting previously unselected package libapparmor1:amd64.
Step #1: Preparing to unpack .../07-libapparmor1_3.0.8-3_amd64.deb ...
Step #1: Unpacking libapparmor1:amd64 (3.0.8-3) ...
Step #1: Selecting previously unselected package libip4tc2:amd64.
Step #1: Preparing to unpack .../08-libip4tc2_1.8.9-2_amd64.deb ...
Step #1: Unpacking libip4tc2:amd64 (1.8.9-2) ...
Step #1: Selecting previously unselected package libsystemd-shared:amd64.
Step #1: Preparing to unpack .../09-libsystemd-shared_252.22-1~deb12u1_amd64.deb ...
Step #1: Unpacking libsystemd-shared:amd64 (252.22-1~deb12u1) ...
Step #1: Selecting previously unselected package systemd.
Step #1: Preparing to unpack .../10-systemd_252.22-1~deb12u1_amd64.deb ...
Step #1: Unpacking systemd (252.22-1~deb12u1) ...
Step #1: Setting up libargon2-1:amd64 (0~20171227-0.3+deb12u1) ...
Step #1: Setting up libjson-c5:amd64 (0.16-2) ...
Step #1: Setting up libfdisk1:amd64 (2.38.1-5+deb12u1) ...
Step #1: Setting up libkmod2:amd64 (30+20221128-1) ...
Step #1: Setting up libapparmor1:amd64 (3.0.8-3) ...
Step #1: Setting up libip4tc2:amd64 (1.8.9-2) ...
Step #1: Setting up libsystemd-shared:amd64 (252.22-1~deb12u1) ...
Step #1: Setting up libdevmapper1.02.1:amd64 (2:1.02.185-2) ...
Step #1: Setting up libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ...
Step #1: Setting up systemd (252.22-1~deb12u1) ...
Step #1: Created symlink /etc/systemd/system/getty.target.wants/[email protected] → /lib/systemd/system/[email protected].
Step #1: Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
Step #1: Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
Step #1: Initializing machine ID from random generator.
Step #1: Creating group 'systemd-journal' with GID 999.
Step #1: Creating group 'systemd-network' with GID 998.
Step #1: Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998.
Step #1: Setting up dmsetup (2:1.02.185-2) ...
Step #1: Selecting previously unselected package systemd-sysv.
Step #1: (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 ... 16516 files and directories currently installed.)
Step #1: Preparing to unpack .../000-systemd-sysv_252.22-1~deb12u1_amd64.deb ...
Step #1: Unpacking systemd-sysv (252.22-1~deb12u1) ...
Step #1: Selecting previously unselected package libdbus-1-3:amd64.
Step #1: Preparing to unpack .../001-libdbus-1-3_1.14.10-1~deb12u1_amd64.deb ...
Step #1: Unpacking libdbus-1-3:amd64 (1.14.10-1~deb12u1) ...
Step #1: Selecting previously unselected package dbus-bin.
Step #1: Preparing to unpack .../002-dbus-bin_1.14.10-1~deb12u1_amd64.deb ...
Step #1: Unpacking dbus-bin (1.14.10-1~deb12u1) ...
Step #1: Selecting previously unselected package dbus-session-bus-common.
Step #1: Preparing to unpack .../003-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ...
Step #1: Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ...
Step #1: Selecting previously unselected package dbus-daemon.
Step #1: Preparing to unpack .../004-dbus-daemon_1.14.10-1~deb12u1_amd64.deb ...
Step #1: Unpacking dbus-daemon (1.14.10-1~deb12u1) ...
Step #1: Selecting previously unselected package dbus-system-bus-common.
Step #1: Preparing to unpack .../005-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ...
Step #1: Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ...
Step #1: Selecting previously unselected package dbus.
Step #1: Preparing to unpack .../006-dbus_1.14.10-1~deb12u1_amd64.deb ...
Step #1: Unpacking dbus (1.14.10-1~deb12u1) ...
Step #1: Selecting previously unselected package runc.
Step #1: Preparing to unpack .../007-runc_1.1.5+ds1-1+deb12u1_amd64.deb ...
Step #1: Unpacking runc (1.1.5+ds1-1+deb12u1) ...
Step #1: Selecting previously unselected package containerd.
Step #1: Preparing to unpack .../008-containerd_1.6.20~ds1-1+b1_amd64.deb ...
Step #1: Unpacking containerd (1.6.20~ds1-1+b1) ...
Step #1: Selecting previously unselected package libip6tc2:amd64.
Step #1: Preparing to unpack .../009-libip6tc2_1.8.9-2_amd64.deb ...
Step #1: Unpacking libip6tc2:amd64 (1.8.9-2) ...
Step #1: Selecting previously unselected package libxtables12:amd64.
Step #1: Preparing to unpack .../010-libxtables12_1.8.9-2_amd64.deb ...
Step #1: Unpacking libxtables12:amd64 (1.8.9-2) ...
Step #1: Selecting previously unselected package libmnl0:amd64.
Step #1: Preparing to unpack .../011-libmnl0_1.0.4-3_amd64.deb ...
Step #1: Unpacking libmnl0:amd64 (1.0.4-3) ...
Step #1: Selecting previously unselected package libnfnetlink0:amd64.
Step #1: Preparing to unpack .../012-libnfnetlink0_1.0.2-2_amd64.deb ...
Step #1: Unpacking libnfnetlink0:amd64 (1.0.2-2) ...
Step #1: Selecting previously unselected package libnetfilter-conntrack3:amd64.
Step #1: Preparing to unpack .../013-libnetfilter-conntrack3_1.0.9-3_amd64.deb ...
Step #1: Unpacking libnetfilter-conntrack3:amd64 (1.0.9-3) ...
Step #1: Selecting previously unselected package libnftnl11:amd64.
Step #1: Preparing to unpack .../014-libnftnl11_1.2.4-2_amd64.deb ...
Step #1: Unpacking libnftnl11:amd64 (1.2.4-2) ...
Step #1: Selecting previously unselected package iptables.
Step #1: Preparing to unpack .../015-iptables_1.8.9-2_amd64.deb ...
Step #1: Unpacking iptables (1.8.9-2) ...
Step #1: Selecting previously unselected package tini.
Step #1: Preparing to unpack .../016-tini_0.19.0-1_amd64.deb ...
Step #1: Unpacking tini (0.19.0-1) ...
Step #1: Selecting previously unselected package docker.io
...
[Logs truncated due to log size limitations. For full logs, see https://storage.cloud.google.com/trillian-cloudbuild-logs/log-ac8ed76b-c2e9-4d25-bcea-96390888d00c.txt.]
...
ration_pkcs11": + ps -p 605
Step #13 - "integration_pkcs11": + im_still_alive+=' 605'
Step #13 - "integration_pkcs11": + for pid in ${pids}
Step #13 - "integration_pkcs11": + ps -p 354
Step #13 - "integration_pkcs11": + im_still_alive+=' 354'
Step #13 - "integration_pkcs11": + pids=' 605 354'
Step #13 - "integration_pkcs11": + '[' -z ' 605 354' ']'
Step #13 - "integration_pkcs11": + '[' 5 -gt 5 ']'
Step #13 - "integration_pkcs11": + echo 'Retry kill -INT 605 354'
Step #13 - "integration_pkcs11": + kill -INT 605 354
Step #13 - "integration_pkcs11": Retry kill -INT 605 354
Step #13 - "integration_pkcs11": + sleep 1
Step #9 - "integration": Stopping 8054ecb7af6e_db_1 ...
Step #12 - "integration_batched": + (( count++ ))
Step #12 - "integration_batched": + local im_still_alive=
Step #12 - "integration_batched": + for pid in ${pids}
Step #12 - "integration_batched": + ps -p 586
Step #12 - "integration_batched": + im_still_alive+=' 586'
Step #12 - "integration_batched": + for pid in ${pids}
Step #12 - "integration_batched": + ps -p 397
Step #12 - "integration_batched": Retry kill -INT 586 397
Step #12 - "integration_batched": + im_still_alive+=' 397'
Step #12 - "integration_batched": + pids=' 586 397'
Step #12 - "integration_batched": + '[' -z ' 586 397' ']'
Step #12 - "integration_batched": + '[' 5 -gt 5 ']'
Step #12 - "integration_batched": + echo 'Retry kill -INT 586 397'
Step #12 - "integration_batched": + kill -INT 586 397
Step #12 - "integration_batched": + sleep 1
Step #10 - "integration_docker": Removing intermediate container 94004730c3e0
Step #10 - "integration_docker": ---> 069cfe423977
Step #10 - "integration_docker": Step 9/13 : RUN go run github.com/google/go-licenses save ./cmd/trillian_log_signer --save_path /THIRD_PARTY_NOTICES
Step #10 - "integration_docker": ---> Running in 5e07505e9dc5
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 1480
Step #11 - "integration_etcd": + im_still_alive+=' 1480'
Step #11 - "integration_etcd": + for pid in ${pids}
Step #11 - "integration_etcd": + ps -p 1195
Step #11 - "integration_etcd": Retry kill -INT 1480 1195
Step #11 - "integration_etcd": + im_still_alive+=' 1195'
Step #11 - "integration_etcd": + pids=' 1480 1195'
Step #11 - "integration_etcd": + '[' -z ' 1480 1195' ']'
Step #11 - "integration_etcd": + '[' 2 -gt 5 ']'
Step #11 - "integration_etcd": + echo 'Retry kill -INT 1480 1195'
Step #11 - "integration_etcd": + kill -INT 1480 1195
Step #11 - "integration_etcd": + sleep 1
Step #13 - "integration_pkcs11": + (( count++ ))
Step #13 - "integration_pkcs11": + local im_still_alive=
Step #13 - "integration_pkcs11": + for pid in ${pids}
Step #13 - "integration_pkcs11": + ps -p 605
Step #13 - "integration_pkcs11": + im_still_alive+=' 605'
Step #13 - "integration_pkcs11": + for pid in ${pids}
Step #13 - "integration_pkcs11": + ps -p 354
Step #13 - "integration_pkcs11": + im_still_alive+=' 354'
Step #13 - "integration_pkcs11": + pids=' 605 354'
Step #13 - "integration_pkcs11": + '[' -z ' 605 354' ']'
Step #13 - "integration_pkcs11": + '[' 6 -gt 5 ']'
Step #13 - "integration_pkcs11": + echo 'Now do kill -KILL 605 354'
Step #13 - "integration_pkcs11": + kill -KILL 605 354
Step #13 - "integration_pkcs11": Now do kill -KILL 605 354
Step #13 - "integration_pkcs11": + break
Step #13 - "integration_pkcs11": + set -e
Step #13 - "integration_pkcs11": + TO_KILL=()
Step #13 - "integration_pkcs11": /workspace/integration/log_integration_test.sh: line 1: 354 Killed go run ${GOFLAGS} github.com/google/trillian/cmd/trillian_log_server ${ETCD_OPTS} ${pkcs11_opts} ${logserver_opts} --rpc_endpoint="localhost:${port}" --http_endpoint="localhost:${http}" ${LOGGING_OPTS}
Step #13 - "integration_pkcs11": /workspace/integration/log_integration_test.sh: line 1: 605 Killed go run ${GOFLAGS} github.com/google/trillian/cmd/trillian_log_signer ${ETCD_OPTS} ${pkcs11_opts} ${logsigner_opts} --sequencer_interval="1s" --batch_size=500 --rpc_endpoint="localhost:${port}" --http_endpoint="localhost:${http}" --num_sequencers 2 ${LOGGING_OPTS}
Step #13 - "integration_pkcs11": + '[' 0 '!=' 0 ']'
Step #13 - "integration_pkcs11": + exit 0
Step #13 - "integration_pkcs11": + on_exit
Step #13 - "integration_pkcs11": + local pids=
Step #13 - "integration_pkcs11": + kill_pid ''
Step #13 - "integration_pkcs11": + local pids=
Step #13 - "integration_pkcs11": + set +e
Step #13 - "integration_pkcs11": + local count=0
Step #13 - "integration_pkcs11": + kill -INT
Step #13 - "integration_pkcs11": + set -e
Step #13 - "integration_pkcs11": + local file=
Step #13 - "integration_pkcs11": + for file in "${TO_DELETE[@]}"
Step #13 - "integration_pkcs11": + echo 'Deleting on exit'
Step #13 - "integration_pkcs11": Deleting on exit
Step #13 - "integration_pkcs11": + rm -rf
Step #13 - "integration_pkcs11": --- PASS: Log integration test
Step #13 - "integration_pkcs11": + docker-compose -p b9d8eceb1b88 -f ./integration/cloudbuild/docker-compose.mysql.yml -f ./integration/cloudbuild/docker-compose.network.yml down
Step #12 - "integration_batched": + (( count++ ))
Step #12 - "integration_batched": + local im_still_alive=
Step #12 - "integration_batched": + for pid in ${pids}
Step #12 - "integration_batched": + ps -p 586
Step #12 - "integration_batched": + im_still_alive+=' 586'
Step #12 - "integration_batched": + for pid in ${pids}
Step #12 - "integration_batched": + ps -p 397
Step #12 - "integration_batched": + im_still_alive+=' 397'
Step #12 - "integration_batched": + pids=' 586 397'
Step #12 - "integration_batched": + '[' -z ' 586 397' ']'
Step #12 - "integration_batched": + '[' 6 -gt 5 ']'
Step #12 - "integration_batched": + echo 'Now do kill -KILL 586 397'
Step #12 - "integration_batched": + kill -KILL 586 397
Step #12 - "integration_batched": Now do kill -KILL 586 397
Step #12 - "integration_batched": + break
Step #12 - "integration_batched": + set -e
Step #12 - "integration_batched": + TO_KILL=()
Step #12 - "integration_batched": /workspace/integration/log_integration_test.sh: line 1: 586 Killed go run ${GOFLAGS} github.com/google/trillian/cmd/trillian_log_signer ${ETCD_OPTS} ${pkcs11_opts} ${logsigner_opts} --sequencer_interval="1s" --batch_size=500 --rpc_endpoint="localhost:${port}" --http_endpoint="localhost:${http}" --num_sequencers 2 ${LOGGING_OPTS}
Step #12 - "integration_batched": + '[' 0 '!=' 0 ']'
Step #12 - "integration_batched": /workspace/integration/log_integration_test.sh: line 56: 397 Killed go run ${GOFLAGS} github.com/google/trillian/cmd/trillian_log_server ${ETCD_OPTS} ${pkcs11_opts} ${logserver_opts} --rpc_endpoint="localhost:${port}" --http_endpoint="localhost:${http}" ${LOGGING_OPTS}
Step #12 - "integration_batched": + exit 0
Step #12 - "integration_batched": + on_exit
Step #12 - "integration_batched": + local pids=
Step #12 - "integration_batched": + kill_pid ''
Step #12 - "integration_batched": + local pids=
Step #12 - "integration_batched": + set +e
Step #12 - "integration_batched": + local count=0
Step #12 - "integration_batched": + kill -INT
Step #12 - "integration_batched": + set -e
Step #12 - "integration_batched": + local file=
Step #12 - "integration_batched": + for file in "${TO_DELETE[@]}"
Step #12 - "integration_batched": + echo 'Deleting on exit'
Step #12 - "integration_batched": + rm -rf
Step #12 - "integration_batched": Deleting on exit
Step #12 - "integration_batched": --- PASS: Log integration test
Step #12 - "integration_batched": + docker-compose -p 3be39dc69c36 -f ./integration/cloudbuild/docker-compose.mysql.yml -f ./integration/cloudbuild/docker-compose.network.yml down
Step #9 - "integration": [mysql] 2024/05/08 14:56:05 connection.go:49: closing bad idle connection: EOF
Step #13 - "integration_pkcs11": Stopping b9d8eceb1b88_db_1 ...
Step #12 - "integration_batched": Stopping 3be39dc69c36_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 1480
Step #11 - "integration_etcd": + im_still_alive+=' 1480'
Step #11 - "integration_etcd": + for pid in ${pids}
Step #11 - "integration_etcd": + ps -p 1195
Step #11 - "integration_etcd": Retry kill -INT 1480 1195
Step #11 - "integration_etcd": + im_still_alive+=' 1195'
Step #11 - "integration_etcd": + pids=' 1480 1195'
Step #11 - "integration_etcd": + '[' -z ' 1480 1195' ']'
Step #11 - "integration_etcd": + '[' 3 -gt 5 ']'
Step #11 - "integration_etcd": + echo 'Retry kill -INT 1480 1195'
Step #11 - "integration_etcd": + kill -INT 1480 1195
Step #11 - "integration_etcd": + sleep 1
Step #9 - "integration": [mysql] 2024/05/08 14:56:06 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 1480
Step #11 - "integration_etcd": + im_still_alive+=' 1480'
Step #11 - "integration_etcd": + for pid in ${pids}
Step #11 - "integration_etcd": + ps -p 1195
Step #11 - "integration_etcd": Retry kill -INT 1480 1195
Step #11 - "integration_etcd": + im_still_alive+=' 1195'
Step #11 - "integration_etcd": + pids=' 1480 1195'
Step #11 - "integration_etcd": + '[' -z ' 1480 1195' ']'
Step #11 - "integration_etcd": + '[' 4 -gt 5 ']'
Step #11 - "integration_etcd": + echo 'Retry kill -INT 1480 1195'
Step #11 - "integration_etcd": + kill -INT 1480 1195
Step #11 - "integration_etcd": + sleep 1
Step #13 - "integration_pkcs11": [mysql] 2024/05/08 14:56:07 connection.go:49: closing bad idle connection: EOF
Step #12 - "integration_batched": [mysql] 2024/05/08 14:56:07 connection.go:49: closing bad idle connection: EOF
Step #9 - "integration": Stopping 8054ecb7af6e_db_1 ... done
Step #9 - "integration": Removing 8054ecb7af6e_db_1 ...
Step #9 - "integration": Removing 8054ecb7af6e_db_1 ... done
Step #9 - "integration": Network cloudbuild is external, skipping
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 1480
Step #11 - "integration_etcd": + im_still_alive+=' 1480'
Step #11 - "integration_etcd": + for pid in ${pids}
Step #11 - "integration_etcd": + ps -p 1195
Step #11 - "integration_etcd": Retry kill -INT 1480 1195
Step #11 - "integration_etcd": + im_still_alive+=' 1195'
Step #11 - "integration_etcd": + pids=' 1480 1195'
Step #11 - "integration_etcd": + '[' -z ' 1480 1195' ']'
Step #11 - "integration_etcd": + '[' 5 -gt 5 ']'
Step #11 - "integration_etcd": + echo 'Retry kill -INT 1480 1195'
Step #11 - "integration_etcd": + kill -INT 1480 1195
Step #11 - "integration_etcd": + sleep 1
Step #13 - "integration_pkcs11": [mysql] 2024/05/08 14:56:08 connection.go:49: closing bad idle connection: EOF
Finished Step #9 - "integration"
Step #12 - "integration_batched": [mysql] 2024/05/08 14:56:08 connection.go:49: closing bad idle connection: EOF
Step #13 - "integration_pkcs11": Stopping b9d8eceb1b88_db_1 ... done
Step #13 - "integration_pkcs11": Removing b9d8eceb1b88_db_1 ...
Step #13 - "integration_pkcs11": Removing b9d8eceb1b88_db_1 ... done
Step #13 - "integration_pkcs11": Network cloudbuild is external, skipping
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 1480
Step #11 - "integration_etcd": + im_still_alive+=' 1480'
Step #11 - "integration_etcd": + for pid in ${pids}
Step #11 - "integration_etcd": + ps -p 1195
Step #11 - "integration_etcd": + im_still_alive+=' 1195'
Step #11 - "integration_etcd": + pids=' 1480 1195'
Step #11 - "integration_etcd": + '[' -z ' 1480 1195' ']'
Step #11 - "integration_etcd": + '[' 6 -gt 5 ']'
Step #11 - "integration_etcd": + echo 'Now do kill -KILL 1480 1195'
Step #11 - "integration_etcd": + kill -KILL 1480 1195
Step #11 - "integration_etcd": Now do kill -KILL 1480 1195
Step #11 - "integration_etcd": + break
Step #11 - "integration_etcd": + set -e
Step #11 - "integration_etcd": + TO_KILL=()
Step #11 - "integration_etcd": + '[' 0 '!=' 0 ']'
Step #11 - "integration_etcd": + exit 0
Step #11 - "integration_etcd": + on_exit
Step #11 - "integration_etcd": + local pids=
Step #11 - "integration_etcd": + kill_pid ''
Step #11 - "integration_etcd": + local pids=
Step #11 - "integration_etcd": + set +e
Step #11 - "integration_etcd": + local count=0
Step #11 - "integration_etcd": + kill -INT
Step #11 - "integration_etcd": + set -e
Step #11 - "integration_etcd": + local file=
Step #11 - "integration_etcd": + for file in "${TO_DELETE[@]}"
Step #11 - "integration_etcd": + echo 'Deleting on exit'
Step #11 - "integration_etcd": + rm -rf
Step #11 - "integration_etcd": Deleting on exit
Step #11 - "integration_etcd": --- PASS: Log integration test
Step #11 - "integration_etcd": + docker-compose -p 4f1a5d0cec6b -f ./integration/cloudbuild/docker-compose.mysql.yml -f ./integration/cloudbuild/docker-compose.network.yml down
Finished Step #13 - "integration_pkcs11"
Step #11 - "integration_etcd": Stopping 4f1a5d0cec6b_db_1 ...
Step #12 - "integration_batched": Stopping 3be39dc69c36_db_1 ... done
Step #12 - "integration_batched": Removing 3be39dc69c36_db_1 ...
Step #12 - "integration_batched": Removing 3be39dc69c36_db_1 ... done
Step #12 - "integration_batched": Network cloudbuild is external, skipping
Finished Step #12 - "integration_batched"
Step #10 - "integration_docker": �[91mW0508 14:56:10.116575 1268 library.go:101] "golang.org/x/sys/unix" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/golang.org/x/[email protected]/unix/asm_linux_amd64.s
Step #11 - "integration_etcd": [mysql] 2024/05/08 14:56:10 connection.go:49: closing bad idle connection: EOF
Step #11 - "integration_etcd": [mysql] 2024/05/08 14:56:11 connection.go:49: closing bad idle connection: EOF
Step #11 - "integration_etcd": Stopping 4f1a5d0cec6b_db_1 ... done
Step #10 - "integration_docker": �[0m�[91mW0508 14:56:13.147290 1268 library.go:101] "github.com/cespare/xxhash/v2" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/github.com/cespare/xxhash/[email protected]/xxhash_amd64.s
Step #11 - "integration_etcd": Removing 4f1a5d0cec6b_db_1 ...
Step #11 - "integration_etcd": Removing 4f1a5d0cec6b_db_1 ... done
Step #11 - "integration_etcd": Network cloudbuild is external, skipping
Finished Step #11 - "integration_etcd"
Step #10 - "integration_docker": �[0m�[91mW0508 14:56:16.032028 1268 library.go:101] "golang.org/x/crypto/chacha20poly1305" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/golang.org/x/[email protected]/chacha20poly1305/chacha20poly1305_amd64.s
Step #10 - "integration_docker": �[0m�[91mW0508 14:56:16.054301 1268 library.go:101] "golang.org/x/crypto/internal/poly1305" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/golang.org/x/[email protected]/internal/poly1305/sum_amd64.s
Step #10 - "integration_docker": �[0m�[91mW0508 14:56:16.065870 1268 library.go:101] "golang.org/x/sys/cpu" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/golang.org/x/[email protected]/cpu/cpu_x86.s
Step #10 - "integration_docker": �[0m�[91mW0508 14:56:21.862396 1268 library.go:101] "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�[91mW0508 14:56:22.447634 1268 library.go:101] "github.com/modern-go/reflect2" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/github.com/modern-go/[email protected]/reflect2_amd64.s
Step #10 - "integration_docker": /go/pkg/mod/github.com/modern-go/[email protected]/relfect2_mips64x.s
Step #10 - "integration_docker": /go/pkg/mod/github.com/modern-go/[email protected]/relfect2_mipsx.s
Step #10 - "integration_docker": /go/pkg/mod/github.com/modern-go/[email protected]/relfect2_ppc64x.s
Step #10 - "integration_docker": �[0m�[91mW0508 14:56:22.935974 1268 library.go:101] "github.com/envoyproxy/protoc-gen-validate/validate" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/github.com/envoyproxy/[email protected]/validate/validate.h
Step #10 - "integration_docker": �[0mRemoving intermediate container 5e07505e9dc5
Step #10 - "integration_docker": ---> 73a7ddd1f162
Step #10 - "integration_docker": Step 10/13 : FROM gcr.io/distroless/base-debian12@sha256:d8d01e2d5868f622544543ca0311679bbc2f3fbf7f7bafd11af78a284c479ea3
Step #10 - "integration_docker": gcr.io/distroless/base-debian12@sha256:d8d01e2d5868f622544543ca0311679bbc2f3fbf7f7bafd11af78a284c479ea3: Pulling from distroless/base-debian12
Step #10 - "integration_docker": b2ce0e066077: Already exists
Step #10 - "integration_docker": e8d9a567199d: Already exists
Step #10 - "integration_docker": 058cf3d8c2ba: Already exists
Step #10 - "integration_docker": b6824ed73363: Already exists
Step #10 - "integration_docker": 7c12895b777b: Already exists
Step #10 - "integration_docker": 33e068de2649: Already exists
Step #10 - "integration_docker": 5664b15f108b: Already exists
Step #10 - "integration_docker": 27be814a09eb: Already exists
Step #10 - "integration_docker": 4aa0ea1413d3: Already exists
Step #10 - "integration_docker": da7816fa955e: Already exists
Step #10 - "integration_docker": 9aee425378d2: Already exists
Step #10 - "integration_docker": 680c6fa3fc38: Pulling fs layer
Step #10 - "integration_docker": cf804ed06a0f: Pulling fs layer
Step #10 - "integration_docker": cf804ed06a0f: Verifying Checksum
Step #10 - "integration_docker": cf804ed06a0f: Download complete
Step #10 - "integration_docker": 680c6fa3fc38: Download complete
Step #10 - "integration_docker": 680c6fa3fc38: Pull complete
Step #10 - "integration_docker": cf804ed06a0f: Pull complete
Step #10 - "integration_docker": Digest: sha256:d8d01e2d5868f622544543ca0311679bbc2f3fbf7f7bafd11af78a284c479ea3
Step #10 - "integration_docker": Status: Downloaded newer image for gcr.io/distroless/base-debian12@sha256:d8d01e2d5868f622544543ca0311679bbc2f3fbf7f7bafd11af78a284c479ea3
Step #10 - "integration_docker": ---> 29fcbcf78574
Step #10 - "integration_docker": Step 11/13 : COPY --from=build /go/bin/trillian_log_signer /
Step #10 - "integration_docker": ---> 2d103c98384e
Step #10 - "integration_docker": Step 12/13 : COPY --from=build /THIRD_PARTY_NOTICES /THIRD_PARTY_NOTICES
Step #10 - "integration_docker": ---> c3e6765fffaa
Step #10 - "integration_docker": Step 13/13 : ENTRYPOINT ["/trillian_log_signer"]
Step #10 - "integration_docker": ---> Running in 483ea5cbc538
Step #10 - "integration_docker": Removing intermediate container 483ea5cbc538
Step #10 - "integration_docker": ---> 5ae99e828d20
Step #10 - "integration_docker": Successfully built 5ae99e828d20
Step #10 - "integration_docker": Successfully tagged deployment_trillian-log-signer:latest
Step #10 - "integration_docker": Building trillian-log-server
Step #10 - "integration_docker": Sending build context to Docker daemon 11MB
Step #10 - "integration_docker": Step 1/13 : FROM golang:1.22.2-bookworm@sha256:d0902bacefdde1cf45528c098d14e55d78c107def8a22d148eabd71582d7a99f as build
Step #10 - "integration_docker": ---> 0505a58fa464
Step #10 - "integration_docker": Step 2/13 : WORKDIR /trillian
Step #10 - "integration_docker": ---> Using cache
Step #10 - "integration_docker": ---> 8944914b5716
Step #10 - "integration_docker": Step 3/13 : ARG GOFLAGS=""
Step #10 - "integration_docker": ---> Using cache
Step #10 - "integration_docker": ---> a43bddeab562
Step #10 - "integration_docker": Step 4/13 : ENV GOFLAGS=$GOFLAGS
Step #10 - "integration_docker": ---> Using cache
Step #10 - "integration_docker": ---> 09262fed53b3
Step #10 - "integration_docker": Step 5/13 : COPY go.mod go.sum ./
Step #10 - "integration_docker": ---> Using cache
Step #10 - "integration_docker": ---> e40b39b7173b
Step #10 - "integration_docker": Step 6/13 : RUN go mod download
Step #10 - "integration_docker": ---> Using cache
Step #10 - "integration_docker": ---> 175b60bb7dee
Step #10 - "integration_docker": Step 7/13 : COPY . .
Step #10 - "integration_docker": ---> Using cache
Step #10 - "integration_docker": ---> 92863b8b75f2
Step #10 - "integration_docker": Step 8/13 : RUN go install ./cmd/trillian_log_server
Step #10 - "integration_docker": ---> Running in 6e63e851f77e
Step #10 - "integration_docker": Removing intermediate container 6e63e851f77e
Step #10 - "integration_docker": ---> a01e6ce13023
Step #10 - "integration_docker": Step 9/13 : RUN go run github.com/google/go-licenses save ./cmd/trillian_log_server --save_path /THIRD_PARTY_NOTICES
Step #10 - "integration_docker": ---> Running in f62ea3ee1dbf
Step #10 - "integration_docker": �[91mW0508 14:57:03.128113 1340 library.go:101] "golang.org/x/sys/unix" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/golang.org/x/[email protected]/unix/asm_linux_amd64.s
Step #10 - "integration_docker": �[0m�[91mW0508 14:57:06.216670 1340 library.go:101] "github.com/cespare/xxhash/v2" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/github.com/cespare/xxhash/[email protected]/xxhash_amd64.s
Step #10 - "integration_docker": �[0m�[91mW0508 14:57:08.880344 1340 library.go:101] "golang.org/x/crypto/chacha20poly1305" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/golang.org/x/[email protected]/chacha20poly1305/chacha20poly1305_amd64.s
Step #10 - "integration_docker": �[0m�[91mW0508 14:57:08.899603 1340 library.go:101] "golang.org/x/crypto/internal/poly1305" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/golang.org/x/[email protected]/internal/poly1305/sum_amd64.s
Step #10 - "integration_docker": �[0m�[91mW0508 14:57:08.905795 1340 library.go:101] "golang.org/x/sys/cpu" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/golang.org/x/[email protected]/cpu/cpu_x86.s
Step #10 - "integration_docker": �[0m�[91mW0508 14:57:14.916427 1340 library.go:101] "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�[91mW0508 14:57:15.587664 1340 library.go:101] "github.com/modern-go/reflect2" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/github.com/modern-go/[email protected]/reflect2_amd64.s
Step #10 - "integration_docker": /go/pkg/mod/github.com/modern-go/[email protected]/relfect2_mips64x.s
Step #10 - "integration_docker": /go/pkg/mod/github.com/modern-go/[email protected]/relfect2_mipsx.s
Step #10 - "integration_docker": /go/pkg/mod/github.com/modern-go/[email protected]/relfect2_ppc64x.s
Step #10 - "integration_docker": �[0m�[91mW0508 14:57:16.076323 1340 library.go:101] "github.com/envoyproxy/protoc-gen-validate/validate" contains non-Go code that can't be inspected for further dependencies:
Step #10 - "integration_docker": /go/pkg/mod/github.com/envoyproxy/[email protected]/validate/validate.h
Step #10 - "integration_docker": �[0mRemoving intermediate container f62ea3ee1dbf
Step #10 - "integration_docker": ---> 9b1afa32dbd3
Step #10 - "integration_docker": Step 10/13 : FROM gcr.io/distroless/base-debian12@sha256:d8d01e2d5868f622544543ca0311679bbc2f3fbf7f7bafd11af78a284c479ea3
Step #10 - "integration_docker": ---> 29fcbcf78574
Step #10 - "integration_docker": Step 11/13 : COPY --from=build /go/bin/trillian_log_server /
Step #10 - "integration_docker": ---> e6ea1dee023b
Step #10 - "integration_docker": Step 12/13 : COPY --from=build /THIRD_PARTY_NOTICES /THIRD_PARTY_NOTICES
Step #10 - "integration_docker": ---> 6119e0d9384f
Step #10 - "integration_docker": Step 13/13 : ENTRYPOINT ["/trillian_log_server"]
Step #10 - "integration_docker": ---> Running in 1da5da82335f
Step #10 - "integration_docker": Removing intermediate container 1da5da82335f
Step #10 - "integration_docker": ---> 6d0a3cf02c86
Step #10 - "integration_docker": Successfully built 6d0a3cf02c86
Step #10 - "integration_docker": Successfully tagged deployment_trillian-log-server: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": --2024-05-08 14:57:26-- 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.6
Step #10 - "integration_docker": Connecting to deployment_trillian-log-server_1 (deployment_trillian-log-server_1)|192.168.10.6|:8091... failed: Connection refused.
Step #10 - "integration_docker": Retrying.
Step #10 - "integration_docker":
Step #10 - "integration_docker": --2024-05-08 14:57:27-- (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.6|:8091... failed: Connection refused.
Step #10 - "integration_docker": Retrying.
Step #10 - "integration_docker":
Step #10 - "integration_docker": --2024-05-08 14:57:29-- (try: 3) http://deployment_trillian-log-server_1:8091/healthz
Step #10 - "integration_docker": Connecting to deployment_trillian-log-server_1 (deployment_trillian-log-server_1)|192.168.10.6|:8091... failed: Connection refused.
Step #10 - "integration_docker": Retrying.
Step #10 - "integration_docker":
Step #10 - "integration_docker": --2024-05-08 14:57:39-- (try: 4) 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.6|: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% 285K=0s
Step #10 - "integration_docker":
Step #10 - "integration_docker": 2024-05-08 14:57:46 (285 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": I0508 14:57:47.137648 297 main.go:110] Creating tree tree_state:ACTIVE tree_type:LOG max_root_duration:{seconds:3600}
Step #10 - "integration_docker": W0508 14:57:47.137851 297 rpcflags.go:36] Using an insecure gRPC connection to Trillian
Step #10 - "integration_docker": I0508 14:57:47.138164 297 admin.go:50] CreateTree...
Step #10 - "integration_docker": I0508 14:57:47.151383 297 admin.go:95] Initialising Log 5037101493272075150...
Step #10 - "integration_docker": I0508 14:57:47.170440 297 admin.go:106] Initialised Log (5037101493272075150) with new SignedTreeHead:
Step #10 - "integration_docker": log_root:"\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00 \xe3\xb0\xc4B\x98\xfc\x1c\x14\x9a\xfb\xf4șo\xb9$'\xaeA\xe4d\x9b\x93L\xa4\x95\x99\x1bxR\xb8U\x17͋]\x96+@\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
Step #10 - "integration_docker": Created tree 5037101493272075150
Step #10 - "integration_docker": Running test
Step #10 - "integration_docker": /workspace/integration /workspace
Step #10 - "integration_docker": ok github.com/google/trillian/integration 17.717s
Step #10 - "integration_docker": /workspace
Step #10 - "integration_docker": Stopping deployment_trillian-log-server_1 ...
Step #10 - "integration_docker": Stopping deployment_trillian-log-signer_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-server_1 ...
Step #10 - "integration_docker": Removing deployment_trillian-log-signer_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]
8d3846f183e6: Preparing
842232f328c6: Preparing
7149cc58d54f: Preparing
38569dcac4be: Preparing
4bb42da19c88: Preparing
5f70bf18a086: Preparing
3f234d257c8b: Preparing
08b80d7048ed: Preparing
084d63e06aa8: Preparing
c5d13b2949a2: Preparing
7e43f593c900: Preparing
072686bcd3db: Preparing
5f70bf18a086: Waiting
3f234d257c8b: Waiting
08b80d7048ed: Waiting
7e43f593c900: Waiting
084d63e06aa8: Waiting
c5d13b2949a2: Waiting
4bb42da19c88: Pushed
5f70bf18a086: Layer already exists
3f234d257c8b: Layer already exists
08b80d7048ed: Layer already exists
084d63e06aa8: Layer already exists
c5d13b2949a2: Layer already exists
7e43f593c900: Layer already exists
072686bcd3db: Layer already exists
8d3846f183e6: Pushed
7149cc58d54f: Pushed
38569dcac4be: Pushed
842232f328c6: Pushed
latest: digest: sha256:5c1ed298acfc33694cf3fb76666f00800bafdcb65e55472b85dfbbed244bdcf8 size: 2846
DONE
Loading