Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increased source package size limit to 3 GB #1068

Merged
merged 1 commit into from
Jan 3, 2024

Increased source package size limit to 3 GB

e106c8c
Select commit
Loading
Failed to load commit list.
Merged

Increased source package size limit to 3 GB #1068

Increased source package size limit to 3 GB
e106c8c
Select commit
Loading
Failed to load commit list.
Google Cloud Build / kf-unit-tests-on-push (kf-int) succeeded Dec 28, 2023 in 11m 42s

Summary

Build Information

Trigger kf-unit-tests-on-push
Build 095d3358-f577-4900-b701-b2a92fe50965
Start 2023-12-28T05:22:48-08:00
Duration 10m54.397s
Status SUCCESS

Steps

Step Status Duration
verify build SUCCESS 2m9.383s
verify generate SUCCESS 2m58.438s
verify license SUCCESS 29.849s
verify unit test SUCCESS 5m11.826s

Details

starting build "095d3358-f577-4900-b701-b2a92fe50965"

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/kf
 * branch            e106c8c9125246940550565459573c2a0208e488 -> FETCH_HEAD
HEAD is now at e106c8c Increased source package size limit to 3 GB
SETUPBUILD
BUILD
Starting Step #0 - "verify build"
Step #0 - "verify build": Pulling image: golang:1.20
Step #0 - "verify build": 1.20: Pulling from library/golang
Step #0 - "verify build": bc0734b949dc: Pulling fs layer
Step #0 - "verify build": b5de22c0f5cd: Pulling fs layer
Step #0 - "verify build": 917ee5330e73: Pulling fs layer
Step #0 - "verify build": bed956b3d08c: Pulling fs layer
Step #0 - "verify build": 5ad5549e3362: Pulling fs layer
Step #0 - "verify build": 36d77e05b67c: Pulling fs layer
Step #0 - "verify build": bed956b3d08c: Waiting
Step #0 - "verify build": 5ad5549e3362: Waiting
Step #0 - "verify build": 36d77e05b67c: Waiting
Step #0 - "verify build": b5de22c0f5cd: Verifying Checksum
Step #0 - "verify build": b5de22c0f5cd: Download complete
Step #0 - "verify build": bc0734b949dc: Verifying Checksum
Step #0 - "verify build": bc0734b949dc: Download complete
Step #0 - "verify build": 917ee5330e73: Verifying Checksum
Step #0 - "verify build": 917ee5330e73: Download complete
Step #0 - "verify build": 36d77e05b67c: Verifying Checksum
Step #0 - "verify build": 36d77e05b67c: Download complete
Step #0 - "verify build": bed956b3d08c: Verifying Checksum
Step #0 - "verify build": bed956b3d08c: Download complete
Step #0 - "verify build": 5ad5549e3362: Verifying Checksum
Step #0 - "verify build": 5ad5549e3362: Download complete
Step #0 - "verify build": bc0734b949dc: Pull complete
Step #0 - "verify build": b5de22c0f5cd: Pull complete
Step #0 - "verify build": 917ee5330e73: Pull complete
Step #0 - "verify build": bed956b3d08c: Pull complete
Step #0 - "verify build": 5ad5549e3362: Pull complete
Step #0 - "verify build": 36d77e05b67c: Pull complete
Step #0 - "verify build": Digest: sha256:685846c2eb68f6ae4d784d56125ea9894981b3408340aa7d89362fef83e1aebb
Step #0 - "verify build": Status: Downloaded newer image for golang:1.20
Step #0 - "verify build": docker.io/library/golang:1.20
Step #0 - "verify build": + ./hack/build.sh
Step #0 - "verify build": + cd ./hack/..
Step #0 - "verify build": + source ./hack/util.sh
Step #0 - "verify build": + mkdir -p bin
Step #0 - "verify build": + go mod vendor
Step #0 - "verify build": go: downloading google.golang.org/api v0.70.0
Step #0 - "verify build": go: downloading sigs.k8s.io/yaml v1.3.0
Step #0 - "verify build": go: downloading github.com/segmentio/textio v1.2.0
Step #0 - "verify build": go: downloading github.com/google/go-containerregistry v0.8.1-0.20220216220642-00c59d91847c
Step #0 - "verify build": go: downloading github.com/emicklei/go-restful v2.16.0+incompatible
Step #0 - "verify build": go: downloading github.com/spf13/pflag v1.0.5
Step #0 - "verify build": go: downloading github.com/tektoncd/pipeline v0.36.0
Step #0 - "verify build": go: downloading go.uber.org/zap v1.19.1
Step #0 - "verify build": go: downloading k8s.io/apimachinery v0.23.5
Step #0 - "verify build": go: downloading k8s.io/apiserver v0.23.5
Step #0 - "verify build": go: downloading k8s.io/client-go v0.23.5
Step #0 - "verify build": go: downloading knative.dev/pkg v0.0.0-20220524202603-19adf798efb8
Step #0 - "verify build": go: downloading github.com/fatih/color v1.13.0
Step #0 - "verify build": go: downloading k8s.io/api v0.23.5
Step #0 - "verify build": go: downloading github.com/google/go-cmp v0.3.0
Step #0 - "verify build": go: downloading github.com/hashicorp/go-version v1.3.0
Step #0 - "verify build": go: downloading istio.io/api v0.0.0-20220602172134-34645c49f9d9
Step #0 - "verify build": go: downloading github.com/gorilla/mux v1.8.0
Step #0 - "verify build": go: downloading github.com/robfig/cron/v3 v3.0.1
Step #0 - "verify build": go: downloading github.com/golang/mock v1.6.0
Step #0 - "verify build": go: downloading github.com/google/licenseclassifier v0.0.0-20190926221455-842c0d70d702
Step #0 - "verify build": go: downloading github.com/google/subcommands v1.0.1
Step #0 - "verify build": go: downloading k8s.io/code-generator v0.23.5
Step #0 - "verify build": go: downloading sigs.k8s.io/controller-tools v0.6.2
Step #0 - "verify build": go: downloading cloud.google.com/go/compute v1.5.0
Step #0 - "verify build": go: downloading github.com/pkg/errors v0.9.1
Step #0 - "verify build": go: downloading sigs.k8s.io/go-open-service-broker-client/v2 v2.0.0-20200911103215-9787cad28392
Step #0 - "verify build": go: downloading k8s.io/kube-aggregator v0.23.5
Step #0 - "verify build": go: downloading github.com/docker/cli v20.10.12+incompatible
Step #0 - "verify build": go: downloading cloud.google.com/go v0.100.2
Step #0 - "verify build": go: downloading gopkg.in/yaml.v2 v2.4.0
Step #0 - "verify build": go: downloading github.com/sabhiram/go-gitignore v0.0.0-20180611051255-d3107576ba94
Step #0 - "verify build": go: downloading github.com/json-iterator/go v1.1.12
Step #0 - "verify build": go: downloading go.uber.org/atomic v1.9.0
Step #0 - "verify build": go: downloading go.uber.org/multierr v1.7.0
Step #0 - "verify build": go: downloading github.com/gogo/protobuf v1.3.2
Step #0 - "verify build": go: downloading github.com/google/gofuzz v1.2.0
Step #0 - "verify build": go: downloading k8s.io/klog/v2 v2.60.1-0.20220317184644-43cc75f9ae89
Step #0 - "verify build": go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
Step #0 - "verify build": go: downloading github.com/mitchellh/go-homedir v1.1.0
Step #0 - "verify build": go: downloading golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
Step #0 - "verify build": go: downloading github.com/containerd/stargz-snapshotter/estargz v0.11.0
Step #0 - "verify build": go: downloading github.com/google/wire v0.4.0
Step #0 - "verify build": go: downloading github.com/imdario/mergo v0.3.12
Step #0 - "verify build": go: downloading github.com/mattn/go-colorable v0.1.11
Step #0 - "verify build": go: downloading github.com/mattn/go-isatty v0.0.14
Step #0 - "verify build": go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
Step #0 - "verify build": go: downloading github.com/inconshreveable/mousetrap v1.0.0
Step #0 - "verify build": go: downloading github.com/blendle/zapdriver v1.3.1
Step #0 - "verify build": go: downloading github.com/google/uuid v1.3.0
Step #0 - "verify build": go: downloading go.opencensus.io v0.23.0
Step #0 - "verify build": go: downloading gopkg.in/inf.v0 v0.9.1
Step #0 - "verify build": go: downloading go.uber.org/automaxprocs v1.4.0
Step #0 - "verify build": go: downloading contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d
Step #0 - "verify build": go: downloading contrib.go.opencensus.io/exporter/prometheus v0.4.0
Step #0 - "verify build": go: downloading google.golang.org/grpc v1.44.0
Step #0 - "verify build": go: downloading k8s.io/apiextensions-apiserver v0.23.4
Step #0 - "verify build": go: downloading github.com/gobuffalo/flect v0.2.4
Step #0 - "verify build": go: downloading gomodules.xyz/jsonpatch/v2 v2.2.0
Step #0 - "verify build": go: downloading github.com/hashicorp/go-multierror v1.1.1
Step #0 - "verify build": go: downloading k8s.io/kube-openapi v0.0.0-20220124234850-424119656bbf
Step #0 - "verify build": go: downloading k8s.io/gengo v0.0.0-20220307231824-4627b89bbf1b
Step #0 - "verify build": go: downloading golang.org/x/net v0.7.0
Step #0 - "verify build": go: downloading github.com/evanphx/json-patch v4.12.0+incompatible
Step #0 - "verify build": go: downloading github.com/golang/protobuf v1.5.2
Step #0 - "verify build": go: downloading github.com/googleapis/gnostic v0.5.5
Step #0 - "verify build": go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65
Step #0 - "verify build": go: downloading sigs.k8s.io/controller-runtime v0.8.0
Step #0 - "verify build": go: downloading github.com/evanphx/json-patch/v5 v5.6.0
Step #0 - "verify build": go: downloading github.com/MakeNowJust/heredoc v0.0.0-20171113091838-e9091a26100e
Step #0 - "verify build": go: downloading github.com/docker/docker v20.10.24+incompatible
Step #0 - "verify build": go: downloading k8s.io/cli-runtime v0.23.5
Step #0 - "verify build": go: downloading github.com/alessio/shellescape v1.4.1
Step #0 - "verify build": go: downloading github.com/russross/blackfriday/v2 v2.1.0
Step #0 - "verify build": go: downloading github.com/russross/blackfriday v1.6.0
Step #0 - "verify build": go: downloading cloud.google.com/go/logging v1.0.0
Step #0 - "verify build": go: downloading github.com/gofrs/flock v0.8.1
Step #0 - "verify build": go: downloading google.golang.org/genproto v0.0.0-20220303160752-862486edd9cc
Step #0 - "verify build": go: downloading google.golang.org/protobuf v1.28.0
Step #0 - "verify build": go: downloading github.com/aws/smithy-go v1.11.0
Step #0 - "verify build": go: downloading github.com/mitchellh/go-wordwrap v1.0.0
Step #0 - "verify build": go: downloading golang.org/x/sys v0.5.0
Step #0 - "verify build": go: downloading golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b
Step #0 - "verify build": go: downloading github.com/coreos/go-systemd/v22 v22.3.2
Step #0 - "verify build": go: downloading go.opentelemetry.io/otel/trace v0.20.0
Step #0 - "verify build": go: downloading go.opentelemetry.io/otel v0.20.0
Step #0 - "verify build": go: downloading k8s.io/component-base v0.23.5
Step #0 - "verify build": go: downloading go.opentelemetry.io/otel/exporters/otlp v0.20.0
Step #0 - "verify build": go: downloading go.opentelemetry.io/otel/sdk v0.20.0
Step #0 - "verify build": go: downloading gopkg.in/natefinch/lumberjack.v2 v2.0.0
Step #0 - "verify build": go: downloading github.com/blang/semver/v4 v4.0.0
Step #0 - "verify build": go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
Step #0 - "verify build": go: downloading github.com/modern-go/reflect2 v1.0.2
Step #0 - "verify build": go: downloading github.com/blang/semver v3.5.1+incompatible
Step #0 - "verify build": go: downloading sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2
Step #0 - "verify build": go: downloading github.com/go-logr/logr v1.2.2
Step #0 - "verify build": go: downloading github.com/docker/distribution v2.8.2+incompatible
Step #0 - "verify build": go: downloading github.com/klauspost/compress v1.14.4
Step #0 - "verify build": go: downloading github.com/opencontainers/go-digest v1.0.0
Step #0 - "verify build": go: downloading github.com/vbatts/tar-split v0.11.2
Step #0 - "verify build": go: downloading github.com/sirupsen/logrus v1.8.1
Step #0 - "verify build": go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
Step #0 - "verify build": go: downloading github.com/kelseyhightower/envconfig v1.4.0
Step #0 - "verify build": go: downloading github.com/census-instrumentation/opencensus-proto v0.3.0
Step #0 - "verify build": go: downloading github.com/prometheus/client_golang v1.11.1
Step #0 - "verify build": go: downloading github.com/prometheus/statsd_exporter v0.21.0
Step #0 - "verify build": go: downloading github.com/hashicorp/errwrap v1.0.0
Step #0 - "verify build": go: downloading golang.org/x/tools v0.1.12
Step #0 - "verify build": go: downloading github.com/davecgh/go-spew v1.1.1
Step #0 - "verify build": go: downloading golang.org/x/term v0.5.0
Step #0 - "verify build": go: downloading github.com/go-openapi/jsonreference v0.19.5
Step #0 - "verify build": go: downloading github.com/go-openapi/swag v0.19.15
Step #0 - "verify build": go: downloading gopkg.in/yaml.v3 v3.0.1
Step #0 - "verify build": go: downloading github.com/containerd/containerd v1.5.18
Step #0 - "verify build": go: downloading github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20220328141311-efc62d802606
Step #0 - "verify build": go: downloading github.com/hashicorp/golang-lru v0.5.4
Step #0 - "verify build": go: downloading github.com/opencontainers/image-spec v1.1.0-rc3
Step #0 - "verify build": go: downloading google.golang.org/appengine v1.6.7
Step #0 - "verify build": go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.20.0
Step #0 - "verify build": go: downloading go.opentelemetry.io/contrib v0.20.0
Step #0 - "verify build": go: downloading github.com/fsnotify/fsnotify v1.5.1
Step #0 - "verify build": go: downloading sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.30
Step #0 - "verify build": go: downloading github.com/NYTimes/gziphandler v1.1.1
Step #0 - "verify build": go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
Step #0 - "verify build": go: downloading go.opentelemetry.io/otel/sdk/export/metric v0.20.0
Step #0 - "verify build": go: downloading go.opentelemetry.io/proto/otlp v0.7.0
Step #0 - "verify build": go: downloading github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
Step #0 - "verify build": go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.0
Step #0 - "verify build": go: downloading go.etcd.io/etcd/client/v3 v3.5.0
Step #0 - "verify build": go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.20.0
Step #0 - "verify build": go: downloading github.com/sergi/go-diff v1.1.0
Step #0 - "verify build": go: downloading github.com/docker/docker-credential-helpers v0.6.4
Step #0 - "verify build": go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
Step #0 - "verify build": go: downloading github.com/beorn7/perks v1.0.1
Step #0 - "verify build": go: downloading github.com/cespare/xxhash/v2 v2.1.2
Step #0 - "verify build": go: downloading github.com/prometheus/client_model v0.2.0
Step #0 - "verify build": go: downloading github.com/prometheus/common v0.32.1
Step #0 - "verify build": go: downloading github.com/prometheus/procfs v0.6.0
Step #0 - "verify build": go: downloading github.com/go-kit/log v0.1.0
Step #0 - "verify build": go: downloading github.com/moby/term v0.0.0-20210610120745-9d4ed1856297
Step #0 - "verify build": go: downloading github.com/PuerkitoBio/purell v1.1.1
Step #0 - "verify build": go: downloading github.com/go-openapi/jsonpointer v0.19.5
Step #0 - "verify build": go: downloading github.com/mailru/easyjson v0.7.7
Step #0 - "verify build": go: downloading github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20220228164355-396b2034c795
Step #0 - "verify build": go: downloading github.com/chrismellard/docker-credential-acr-env v0.0.0-20220119192733-fe33c00cee21
Step #0 - "verify build": go: downloading github.com/google/go-containerregistry/pkg/authn/kubernetes v0.0.0-20220301182634-bfe2ffc6b6bd
Step #0 - "verify build": go: downloading github.com/googleapis/gax-go/v2 v2.1.1
Step #0 - "verify build": go: downloading github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
Step #0 - "verify build": go: downloading golang.org/x/text v0.7.0
Step #0 - "verify build": go: downloading sigs.k8s.io/kustomize/api v0.10.1
Step #0 - "verify build": go: downloading sigs.k8s.io/kustomize/kyaml v0.13.0
Step #0 - "verify build": go: downloading github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
Step #0 - "verify build": go: downloading github.com/peterbourgon/diskv v2.0.1+incompatible
Step #0 - "verify build": go: downloading github.com/felixge/httpsnoop v1.0.1
Step #0 - "verify build": go: downloading go.opentelemetry.io/otel/metric v0.20.0
Step #0 - "verify build": go: downloading go.opentelemetry.io/otel/sdk/metric v0.20.0
Step #0 - "verify build": go: downloading go.etcd.io/etcd/api/v3 v3.5.0
Step #0 - "verify build": go: downloading golang.org/x/crypto v0.1.0
Step #0 - "verify build": go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
Step #0 - "verify build": go: downloading github.com/moby/spdystream v0.2.0
Step #0 - "verify build": go: downloading github.com/go-logfmt/logfmt v0.5.0
Step #0 - "verify build": go: downloading github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578
Step #0 - "verify build": go: downloading github.com/josharian/intern v1.0.0
Step #0 - "verify build": go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
Step #0 - "verify build": go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11
Step #0 - "verify build": go: downloading github.com/Azure/go-autorest/autorest v0.11.24
Step #0 - "verify build": go: downloading github.com/google/btree v1.0.1
Step #0 - "verify build": go: downloading github.com/coreos/go-semver v0.3.0
Step #0 - "verify build": go: downloading github.com/Azure/go-autorest v14.2.0+incompatible
Step #0 - "verify build": go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
Step #0 - "verify build": go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0
Step #0 - "verify build": go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0
Step #0 - "verify build": go: downloading github.com/aws/aws-sdk-go-v2/service/ecr v1.15.0
Step #0 - "verify build": go: downloading github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.12.0
Step #0 - "verify build": go: downloading github.com/Azure/azure-sdk-for-go v63.3.0+incompatible
Step #0 - "verify build": go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18
Step #0 - "verify build": go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5
Step #0 - "verify build": go: downloading github.com/Azure/go-autorest/logger v0.2.1
Step #0 - "verify build": go: downloading github.com/dimchansky/utfbom v1.1.1
Step #0 - "verify build": go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
Step #0 - "verify build": go: downloading github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00
Step #0 - "verify build": go: downloading github.com/stretchr/testify v1.7.0
Step #0 - "verify build": go: downloading github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca
Step #0 - "verify build": go: downloading github.com/go-errors/errors v1.0.1
Step #0 - "verify build": go: downloading github.com/Azure/go-autorest/tracing v0.6.0
Step #0 - "verify build": go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0
Step #0 - "verify build": go: downloading github.com/golang-jwt/jwt/v4 v4.3.0
Step #0 - "verify build": go: downloading go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5
Step #0 - "verify build": go: downloading github.com/pmezard/go-difflib v1.0.0
Step #0 - "verify build": go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5
Step #0 - "verify build": go: downloading github.com/jmespath/go-jmespath v0.4.0
Step #0 - "verify build": go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0
Step #0 - "verify build": go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0
Step #0 - "verify build": go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0
Step #0 - "verify build": go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6
Step #0 - "verify build": go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0
Step #0 - "verify build": go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0
Step #0 - "verify build": go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0
Step #0 - "verify build": ++ version
Step #0 - "verify build": ++ local version
Step #0 - "verify build": +++ git rev-parse --short HEAD
Step #0 - "verify build": ++ version=e106c8c
Step #0 - "verify build": +++ git status --porcelain
Step #0 - "verify build": ++ '[' -n '' ']'
Step #0 - "verify build": ++ echo e106c8c
Step #0 - "verify build": + VERSION=e106c8c
Step #0 - "verify build": + go build -mod=vendor -o bin/kf --ldflags '-X '\''github.com/google/kf/v2/pkg/kf/commands.Version=e106c8c'\''' ./cmd/kf/...
Step #0 - "verify build": + ./hack/go-build.sh
Step #0 - "verify build": + cd ./hack/..
Step #0 - "verify build": + go build ./...
Step #0 - "verify build": + ./hack/tidy.sh
Step #0 - "verify build": + cd ./hack/..
Step #0 - "verify build": + mapfile -t paths
Step #0 - "verify build": ++ find . -type f -name '*.go'
Step #0 - "verify build": ++ grep -v ./third_party
Step #0 - "verify build": ++ grep -v ./vendor
Step #0 - "verify build": ++ grep -v ./first_party
Step #0 - "verify build": + gofmt -s -w ./tools.go ./operator/pkg/manifestival/injection/client/fake/fake.go ./operator/pkg/manifestival/injection/client/client.go ./operator/pkg/transformer/annotation.go ./operator/pkg/transformer/annotation_test.go ./operator/pkg/testing/manifestival/manifestival_helpers.go ./operator/pkg/testing/operand/v1alpha1/clusteractiveoperand.go ./operator/pkg/testing/operand/v1alpha1/operand.go ./operator/pkg/testing/operand/v1alpha1/activeoperand.go ./operator/pkg/testing/kfsystem/v1alpha1/kfsystem.go ./operator/pkg/testing/k8s/configmap.go ./operator/pkg/testing/k8s/job.go ./operator/pkg/testing/k8s/deployment.go ./operator/pkg/testing/k8s/validating_webhook.go ./operator/pkg/testing/k8s/container.go ./operator/pkg/testing/k8s/volume.go ./operator/pkg/testing/k8s/namespace.go ./operator/pkg/testing/k8s/generic.go ./operator/pkg/testing/k8s/secret.go ./operator/pkg/testing/k8s/rolebinding.go ./operator/pkg/testing/k8s/crd.go ./operator/pkg/testing/k8s/daemon_set.go ./operator/pkg/testing/k8s/role.go ./operator/pkg/testing/k8s/mutating_webhook.go ./operator/pkg/testing/k8s/service.go ./operator/pkg/testing/k8s/apiservice.go ./operator/pkg/testing/scheme.go ./operator/pkg/testing/validations.go ./operator/pkg/sanitizer/funcmap_test.go ./operator/pkg/sanitizer/input.go ./operator/pkg/sanitizer/funcmap.go ./operator/pkg/sanitizer/input_test.go ./operator/pkg/operand/owner_injector.go ./operator/pkg/operand/transformations/crd_transformer.go ./operator/pkg/operand/transformations/annotation_transformer.go ./operator/pkg/operand/transformations/status_deletion_transformer_test.go ./operator/pkg/operand/transformations/service_transformer.go ./operator/pkg/operand/transformations/deployment_transform.go ./operator/pkg/operand/transformations/annotation_transformer_test.go ./operator/pkg/operand/transformations/deployment_transform_test.go ./operator/pkg/operand/transformations/crd_transformer_test.go ./operator/pkg/operand/transformations/status_deletion_transformer.go ./operator/pkg/operand/owner_handler.go ./operator/pkg/operand/injection/dynamichelper/impl.go ./operator/pkg/operand/injection/dynamichelper/dynamichelper.go ./operator/pkg/operand/injection/ownerhandler/ownerhandler.go ./operator/pkg/operand/injection/ownerhandler/fake/fake.go ./operator/pkg/operand/injection/ownerinjector/fake/fake.go ./operator/pkg/operand/injection/ownerinjector/ownerinjector.go ./operator/pkg/operand/api.go ./operator/pkg/operand/operand.go ./operator/pkg/operand/fake/fake_owner_injector_test.go ./operator/pkg/operand/fake/fake_owner_handler.go ./operator/pkg/operand/fake/fake_owner_injector.go ./operator/pkg/operand/kf/operand_reconciler.go ./operator/pkg/operand/mock/mock_api.go ./operator/pkg/client/informers/externalversions/operand/v1alpha1/interface.go ./operator/pkg/client/informers/externalversions/operand/v1alpha1/clusteractiveoperand.go ./operator/pkg/client/informers/externalversions/operand/v1alpha1/operand.go ./operator/pkg/client/informers/externalversions/operand/v1alpha1/activeoperand.go ./operator/pkg/client/informers/externalversions/operand/interface.go ./operator/pkg/client/informers/externalversions/kfsystem/v1alpha1/interface.go ./operator/pkg/client/informers/externalversions/kfsystem/v1alpha1/kfsystem.go ./operator/pkg/client/informers/externalversions/kfsystem/interface.go ./operator/pkg/client/informers/externalversions/generic.go ./operator/pkg/client/informers/externalversions/factory.go ./operator/pkg/client/informers/externalversions/internalinterfaces/factory_interfaces.go ./operator/pkg/client/injection/informers/operand/v1alpha1/clusteractiveoperand/clusteractiveoperand.go ./operator/pkg/client/injection/informers/operand/v1alpha1/clusteractiveoperand/fake/fake.go ./operator/pkg/client/injection/informers/operand/v1alpha1/clusteractiveoperand/filtered/clusteractiveoperand.go ./operator/pkg/client/injection/informers/operand/v1alpha1/clusteractiveoperand/filtered/fake/fake.go ./operator/pkg/client/injection/informers/operand/v1alpha1/operand/operand.go ./operator/pkg/client/injection/informers/operand/v1alpha1/operand/fake/fake.go ./operator/pkg/client/injection/informers/operand/v1alpha1/operand/filtered/operand.go ./operator/pkg/client/injection/informers/operand/v1alpha1/operand/filtered/fake/fake.go ./operator/pkg/client/injection/informers/operand/v1alpha1/activeoperand/fake/fake.go ./operator/pkg/client/injection/informers/operand/v1alpha1/activeoperand/filtered/fake/fake.go ./operator/pkg/client/injection/informers/operand/v1alpha1/activeoperand/filtered/activeoperand.go ./operator/pkg/client/injection/informers/operand/v1alpha1/activeoperand/activeoperand.go ./operator/pkg/client/injection/informers/kfsystem/v1alpha1/kfsystem/kfsystem.go ./operator/pkg/client/injection/informers/kfsystem/v1alpha1/kfsystem/fake/fake.go ./operator/pkg/client/injection/informers/kfsystem/v1alpha1/kfsystem/filtered/kfsystem.go ./operator/pkg/client/injection/informers/kfsystem/v1alpha1/kfsystem/filtered/fake/fake.go ./operator/pkg/client/injection/informers/factory/fake/fake.go ./operator/pkg/client/injection/informers/factory/filtered/filtered_factory.go ./operator/pkg/client/injection/informers/factory/filtered/fake/fake_filtered_factory.go ./operator/pkg/client/injection/informers/factory/factory.go ./operator/pkg/client/injection/client/fake/fake.go ./operator/pkg/client/injection/client/client.go ./operator/pkg/client/injection/reconciler/operand/v1alpha1/clusteractiveoperand/state.go ./operator/pkg/client/injection/reconciler/operand/v1alpha1/clusteractiveoperand/reconciler.go ./operator/pkg/client/injection/reconciler/operand/v1alpha1/clusteractiveoperand/controller.go ./operator/pkg/client/injection/reconciler/operand/v1alpha1/operand/state.go ./operator/pkg/client/injection/reconciler/operand/v1alpha1/operand/reconciler.go ./operator/pkg/client/injection/reconciler/operand/v1alpha1/operand/controller.go ./operator/pkg/client/injection/reconciler/operand/v1alpha1/activeoperand/state.go ./operator/pkg/client/injection/reconciler/operand/v1alpha1/activeoperand/reconciler.go ./operator/pkg/client/injection/reconciler/operand/v1alpha1/activeoperand/controller.go ./operator/pkg/client/injection/reconciler/kfsystem/v1alpha1/kfsystem/state.go ./operator/pkg/client/injection/reconciler/kfsystem/v1alpha1/kfsystem/reconciler.go ./operator/pkg/client/injection/reconciler/kfsystem/v1alpha1/kfsystem/controller.go ./operator/pkg/client/listers/operand/v1alpha1/expansion_generated.go ./operator/pkg/client/listers/operand/v1alpha1/clusteractiveoperand.go ./operator/pkg/client/listers/operand/v1alpha1/operand.go ./operator/pkg/client/listers/operand/v1alpha1/activeoperand.go ./operator/pkg/client/listers/kfsystem/v1alpha1/expansion_generated.go ./operator/pkg/client/listers/kfsystem/v1alpha1/kfsystem.go ./operator/pkg/client/clientset/versioned/clientset.go ./operator/pkg/client/clientset/versioned/doc.go ./operator/pkg/client/clientset/versioned/fake/register.go ./operator/pkg/client/clientset/versioned/fake/doc.go ./operator/pkg/client/clientset/versioned/fake/clientset_generated.go ./operator/pkg/client/clientset/versioned/typed/operand/v1alpha1/generated_expansion.go ./operator/pkg/client/clientset/versioned/typed/operand/v1alpha1/operand_client.go ./operator/pkg/client/clientset/versioned/typed/operand/v1alpha1/doc.go ./operator/pkg/client/clientset/versioned/typed/operand/v1alpha1/clusteractiveoperand.go ./operator/pkg/client/clientset/versioned/typed/operand/v1alpha1/operand.go ./operator/pkg/client/clientset/versioned/typed/operand/v1alpha1/fake/fake_clusteractiveoperand.go ./operator/pkg/client/clientset/versioned/typed/operand/v1alpha1/fake/doc.go ./operator/pkg/client/clientset/versioned/typed/operand/v1alpha1/fake/fake_operand_client.go ./operator/pkg/client/clientset/versioned/typed/operand/v1alpha1/fake/fake_activeoperand.go ./operator/pkg/client/clientset/versioned/typed/operand/v1alpha1/fake/fake_operand.go ./operator/pkg/client/clientset/versioned/typed/operand/v1alpha1/activeoperand.go ./operator/pkg/client/clientset/versioned/typed/kfsystem/v1alpha1/kfsystem.go ./operator/pkg/client/clientset/versioned/typed/kfsystem/v1alpha1/generated_expansion.go ./operator/pkg/client/clientset/versioned/typed/kfsystem/v1alpha1/doc.go ./operator/pkg/client/clientset/versioned/typed/kfsystem/v1alpha1/fake/doc.go ./operator/pkg/client/clientset/versioned/typed/kfsystem/v1alpha1/fake/fake_kfsystem_client.go ./operator/pkg/client/clientset/versioned/typed/kfsystem/v1alpha1/fake/fake_kfsystem.go ./operator/pkg/client/clientset/versioned/typed/kfsystem/v1alpha1/kfsystem_client.go ./operator/pkg/client/clientset/versioned/scheme/register.go ./operator/pkg/client/clientset/versioned/scheme/doc.go ./operator/pkg/manifest/version.go ./operator/pkg/manifest/version_test.go ./operator/pkg/release/stringtools/string_manipulation_test.go ./operator/pkg/release/stringtools/string_manipulation.go ./operator/pkg/release/options.go ./operator/pkg/release/release.go ./operator/pkg/release/filetools/file_manipulation.go ./operator/pkg/release/commandtools/commands.go ./operator/pkg/release/commandtools/ko_resolver.go ./operator/pkg/release/commandtools/ko_resolver_test.go ./operator/pkg/release/options_test.go ./operator/pkg/apis/operand/v1alpha1/active_operand_types.go ./operator/pkg/apis/operand/v1alpha1/common_active_operand_types.go ./operator/pkg/apis/operand/v1alpha1/zz_generated.deepcopy.go ./operator/pkg/apis/operand/v1alpha1/register.go ./operator/pkg/apis/operand/v1alpha1/doc.go ./operator/pkg/apis/operand/v1alpha1/active_operand_lifecycle.go ./operator/pkg/apis/operand/v1alpha1/operand_lifecycle.go ./operator/pkg/apis/operand/v1alpha1/cluster_active_operand_types.go ./operator/pkg/apis/operand/v1alpha1/active_operand_lifecycle_test.go ./operator/pkg/apis/operand/v1alpha1/operand_types.go ./operator/pkg/apis/operand/v1alpha1/cluster_active_operand_lifecycle_test.go ./operator/pkg/apis/operand/v1alpha1/cluster_active_operand_lifecycle.go ./operator/pkg/apis/operand/v1alpha1/register_test.go ./operator/pkg/apis/kfsystem/v1alpha1/kf_lifecycle_test.go ./operator/pkg/apis/kfsystem/v1alpha1/kf_types.go ./operator/pkg/apis/kfsystem/v1alpha1/z
...
[Logs truncated due to log size limitations. For full logs, see https://console.cloud.google.com/cloud-build/builds/095d3358-f577-4900-b701-b2a92fe50965?project=169805992162.]
...
?   	github.com/google/kf/v2/pkg/client/kf/clientset/versioned/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/clientset/versioned/scheme	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/clientset/versioned/typed/kf/v1alpha1	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/informers/externalversions	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/informers/externalversions/internalinterfaces	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/informers/externalversions/kf	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/clientset/versioned/typed/kf/v1alpha1/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/informers/externalversions/kf/v1alpha1	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/client	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/client/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/factory	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/factory/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/factory/filtered	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/factory/filtered/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/app	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/app/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/app/filtered	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/app/filtered/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/build	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/build/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/build/filtered	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/build/filtered/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/clusterservicebroker	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/clusterservicebroker/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/clusterservicebroker/filtered	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/clusterservicebroker/filtered/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/route	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/route/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/route/filtered	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/route/filtered/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/scale	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/scale/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/scale/filtered	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/scale/filtered/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/servicebroker	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/servicebroker/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/servicebroker/filtered	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/servicebroker/filtered/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/serviceinstance	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/serviceinstance/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/serviceinstance/filtered	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/serviceinstance/filtered/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/serviceinstancebinding	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/serviceinstancebinding/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/serviceinstancebinding/filtered	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/serviceinstancebinding/filtered/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/sourcepackage	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/sourcepackage/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/sourcepackage/filtered	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/sourcepackage/filtered/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/space	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/space/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/space/filtered	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/space/filtered/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/task	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/task/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/task/filtered	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/task/filtered/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/taskschedule	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/taskschedule/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/taskschedule/filtered	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/injection/informers/kf/v1alpha1/taskschedule/filtered/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kf/listers/kf/v1alpha1	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube/clientset/versioned	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube/clientset/versioned/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube/clientset/versioned/scheme	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube/clientset/versioned/typed/networking/v1	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube/clientset/versioned/typed/networking/v1/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube/informers/externalversions	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube/informers/externalversions/internalinterfaces	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube/informers/externalversions/networking	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube/informers/externalversions/networking/v1	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube/injection/client	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube/injection/client/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube/injection/informers/factory	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube/injection/informers/factory/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube/injection/informers/factory/filtered	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube/injection/informers/factory/filtered/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube/injection/informers/networking/v1/ingress	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube/injection/informers/networking/v1/ingress/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube/injection/informers/networking/v1/ingress/filtered	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube/injection/informers/networking/v1/ingress/filtered/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube/injection/informers/networking/v1/ingressclass	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube/injection/informers/networking/v1/ingressclass/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube/injection/informers/networking/v1/ingressclass/filtered	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube/injection/informers/networking/v1/ingressclass/filtered/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube/injection/informers/networking/v1/networkpolicy	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube/injection/informers/networking/v1/networkpolicy/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube/injection/informers/networking/v1/networkpolicy/filtered	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube/injection/informers/networking/v1/networkpolicy/filtered/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube/listers/networking/v1	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube-aggregator/clientset/versioned	[no test files]
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/apis/kf/v1alpha1	3.761s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/apis/networking	0.111s
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube-aggregator/clientset/versioned/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube-aggregator/informers/externalversions/internalinterfaces	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube-aggregator/clientset/versioned/scheme	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube-aggregator/clientset/versioned/typed/apiregistration/v1/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube-aggregator/clientset/versioned/typed/apiregistration/v1	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube-aggregator/informers/externalversions/apiregistration	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube-aggregator/informers/externalversions/apiregistration/v1	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube-aggregator/injection/client	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube-aggregator/informers/externalversions	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube-aggregator/injection/client/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube-aggregator/injection/informers/apiregistration/v1/apiservice	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube-aggregator/injection/informers/apiregistration/v1/apiservice/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube-aggregator/injection/informers/apiregistration/v1/apiservice/filtered	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube-aggregator/injection/informers/apiregistration/v1/apiservice/filtered/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube-aggregator/injection/informers/factory	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube-aggregator/injection/informers/factory/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube-aggregator/injection/informers/factory/filtered	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube-aggregator/injection/informers/factory/filtered/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/kube-aggregator/listers/apiregistration/v1	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/networking/clientset/versioned	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/networking/clientset/versioned/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/networking/clientset/versioned/typed/networking/v1alpha3	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/networking/clientset/versioned/typed/networking/v1alpha3/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/networking/clientset/versioned/scheme	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/networking/informers/externalversions	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/networking/informers/externalversions/internalinterfaces	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/networking/informers/externalversions/networking	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/networking/informers/externalversions/networking/v1alpha3	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/networking/injection/client	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/networking/injection/client/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/networking/injection/informers/factory	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/networking/injection/informers/factory/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/networking/injection/informers/factory/filtered	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/networking/injection/informers/factory/filtered/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/networking/injection/informers/networking/v1alpha3/serviceentry	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/networking/injection/informers/networking/v1alpha3/serviceentry/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/networking/injection/informers/networking/v1alpha3/serviceentry/filtered	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/networking/injection/informers/networking/v1alpha3/serviceentry/filtered/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/networking/injection/informers/networking/v1alpha3/virtualservice	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/networking/injection/informers/networking/v1alpha3/virtualservice/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/networking/injection/informers/networking/v1alpha3/virtualservice/filtered	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/networking/injection/informers/networking/v1alpha3/virtualservice/filtered/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/client/networking/listers/networking/v1alpha3	[no test files]
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/dockerutil	0.079s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/internal/envutil	0.111s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/internal/osbutil	0.140s
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf	[no test files]
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/internal/selectorutil	0.143s
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/apps/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/buildpacks/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/builds/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/cfutil/fake	[no test files]
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/algorithms	15.122s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/apps	0.165s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/buildpacks	0.150s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/builds	1.338s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/cfutil	0.186s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/commands	0.422s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/commands/apps	0.133s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/commands/autoscaling	0.132s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/commands/buildpacks	0.194s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/commands/builds	0.156s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/commands/cluster	0.258s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/commands/completion	0.178s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/commands/config	0.177s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/commands/config/logging	0.051s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/commands/dependencies	0.145s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/commands/doctor	0.202s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/commands/exporttok8s	0.260s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/commands/group	0.146s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/commands/logs	0.163s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/commands/networkpolicies	0.169s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/commands/routes	0.175s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/commands/service-bindings	0.197s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/commands/service-brokers	0.129s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/commands/services	0.155s
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/commands/stubs	[no test files]
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/commands/spaces	0.184s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/commands/tasks	0.171s
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/configmaps	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/configmaps/fake	[no test files]
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/commands/taskschedules	0.201s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/describe	0.177s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/doctor	0.164s
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/injection	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/injection/clients/execstreamer	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/injection/clients/execstreamer/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/injection/clients/tableclient	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/injection/clients/tableclient/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/injection/fake	[no test files]
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/doctor/troubleshooter	0.196s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/dynamicutils	0.144s
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/internal/tableclient/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/internal/tools/conditiongen	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/internal/tools/clientgen	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/internal/tools/fakelister	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/internal/tools/includefile	[no test files]
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/internal/genericcli	4.738s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/internal/last_integration_tests	0.163s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/internal/tableclient	0.049s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/internal/tools/clientgen/gentest	0.406s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/internal/tools/command-doc-generator	0.153s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/internal/tools/generator	0.029s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/internal/tools/runbook-generator	0.110s
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/logs/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/marketplace/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/networkpolicies	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/networkpolicies/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/routes	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/routes/fake	[no test files]
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/internal/utils/cli	0.189s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/logs	1.410s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/manifest	0.163s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/marketplace	0.148s
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/secrets/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/service-brokers/namespaced/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/serviceinstances/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/service-brokers/namespaced	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/service-brokers/cluster	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/serviceinstancebindings	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/serviceinstancebindings/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/serviceinstances	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/service-brokers/cluster/fake	[no test files]
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/secrets	0.100s
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/sourcepackages/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/spaces	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/spaces/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/tasks	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/tasks/fake	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/tektonutil	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/testutil	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/kf/testutil/acceptance	[no test files]
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/sourcepackages	0.175s
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/reconciler/app	[no test files]
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/kf/testutil/integration	0.204s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/reconciler	0.103s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/reconciler/apiservercerts	0.165s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/reconciler/app/resources	0.205s
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/reconciler/build	[no test files]
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/reconciler/appstartcommand	0.175s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/reconciler/build/config	0.152s
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/reconciler/clusterservicebroker	[no test files]
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/reconciler/build/resources	0.220s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/reconciler/featureflag	0.161s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/reconciler/garbagecollector	0.196s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/reconciler/integration	0.201s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/reconciler/reconcilerutil	0.672s
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/reconciler/servicebroker	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/reconciler/serviceinstance	[no test files]
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/reconciler/route	0.175s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/reconciler/route/resources	0.254s
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/reconciler/serviceinstancebinding	[no test files]
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/reconciler/serviceinstance/resources	0.186s
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/reconciler/space	[no test files]
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/reconciler/serviceinstancebinding/resources	0.150s
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/reconciler/task	[no test files]
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/reconciler/space/resources	0.175s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/reconciler/task/resources	0.202s
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/reconciler/taskschedule/resources	[no test files]
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/reconciler/taskschedule	0.153s
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/pkg/system/testing	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/third_party	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/third_party/k8s.io/kubectl/pkg/util/interrupt	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/third_party/k8s.io/kubectl/pkg/util/templates	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/third_party/tektoncd-cli/pkg/cli	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/third_party/tektoncd-cli/pkg/cmd/taskrun	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/third_party/tektoncd-cli/pkg/helper/pods	[no test files]
Step #3 - "verify unit test": ?   	github.com/google/kf/v2/third_party/tektoncd-cli/pkg/helper/pods/stream	[no test files]
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/sourceimage	128.014s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/pkg/system	0.116s
Step #3 - "verify unit test": ok  	github.com/google/kf/v2/third_party/k8s.io/kubectl/pkg/util/term	0.036s
Step #3 - "verify unit test": �[32mSuccess�[0m
Step #3 - "verify unit test": Unit tests took 310 seconds to complete.
Finished Step #3 - "verify unit test"
PUSH
DONE

Build Log: https://console.cloud.google.com/cloud-build/builds/095d3358-f577-4900-b701-b2a92fe50965?project=169805992162