Created
August 24, 2018 00:12
-
-
Save yangminzhu/18694549d68314d99a2a006ac827f0a7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
circleci@8a6b1311ace4:/go$ cd src/istio.io/istio/ | |
circleci@8a6b1311ace4:/go/src/istio.io/istio$ make lint | |
GOBUILDFLAGS=-i make build | |
make[1]: Entering directory '/go/src/istio.io/istio' | |
bin/gobuild.sh /go/out/linux_amd64/release/pilot-discovery ./pilot/cmd/pilot-discovery | |
real 0m1.272s | |
user 0m0.888s | |
sys 0m2.436s | |
bin/gobuild.sh /go/out/linux_amd64/release/pilot-agent ./pilot/cmd/pilot-agent | |
real 0m0.677s | |
user 0m0.604s | |
sys 0m1.124s | |
bin/gobuild.sh /go/out/linux_amd64/release/sidecar-injector ./pilot/cmd/sidecar-injector | |
real 0m0.857s | |
user 0m0.596s | |
sys 0m1.804s | |
bin/gobuild.sh /go/out/linux_amd64/release/mixc ./mixer/cmd/mixc | |
real 0m0.404s | |
user 0m0.476s | |
sys 0m0.444s | |
bin/gobuild.sh /go/out/linux_amd64/release/mixs ./mixer/cmd/mixs | |
real 0m1.449s | |
user 0m1.024s | |
sys 0m3.684s | |
bin/gobuild.sh /go/out/linux_amd64/release/node_agent ./security/cmd/node_agent | |
real 0m0.472s | |
user 0m0.404s | |
sys 0m0.692s | |
bin/gobuild.sh /go/out/linux_amd64/release/istio_ca ./security/cmd/istio_ca | |
real 0m1.177s | |
user 0m0.800s | |
sys 0m2.664s | |
bin/gobuild.sh /go/out/linux_amd64/release/istioctl ./istioctl/cmd/istioctl | |
real 0m1.472s | |
user 0m1.036s | |
sys 0m3.264s | |
bin/gobuild.sh /go/out/linux_amd64/release/galley ./galley/cmd/galley | |
real 0m1.628s | |
user 0m1.312s | |
sys 0m3.920s | |
make[1]: Leaving directory '/go/src/istio.io/istio' | |
SKIP_INIT=1 bin/linters.sh | |
+++ dirname bin/linters.sh | |
++ cd bin | |
++ pwd -P | |
+ SCRIPTPATH=/go/src/istio.io/istio/bin | |
+ WORKSPACE=/go/src/istio.io/istio/bin/.. | |
+ cd /go/src/istio.io/istio/bin/.. | |
+ [[ -z 1 ]] | |
+ echo 'Checking Pilot types generation ....' | |
Checking Pilot types generation .... | |
+ bin/check_pilot_codegen.sh | |
+++ dirname bin/check_pilot_codegen.sh | |
++ cd bin | |
++ pwd -P | |
+ SCRIPTPATH=/go/src/istio.io/istio/bin | |
+ ROOTDIR=/go/src/istio.io/istio/bin/.. | |
+ pushd /go/src/istio.io/istio/bin/.. | |
/go/src/istio.io/istio /go/src/istio.io/istio | |
+ expected=/tmp/types.go | |
+ go run pilot/tools/generate_config_crd_types.go --template pilot/tools/types.go.tmpl --output /tmp/types.go | |
2018-08-24T00:07:26.869104Z info Generating Istio type MockConfig for MockConfig.test CRD | |
2018-08-24T00:07:26.869188Z info Generating Istio type VirtualService for VirtualService.networking CRD | |
2018-08-24T00:07:26.869206Z info Generating Istio type Gateway for Gateway.networking CRD | |
2018-08-24T00:07:26.869221Z info Generating Istio type ServiceEntry for ServiceEntry.networking CRD | |
2018-08-24T00:07:26.869231Z info Generating Istio type DestinationRule for DestinationRule.networking CRD | |
2018-08-24T00:07:26.869246Z info Generating Istio type EnvoyFilter for EnvoyFilter.networking CRD | |
2018-08-24T00:07:26.869258Z info Generating Istio type HTTPAPISpec for HTTPAPISpec.config CRD | |
2018-08-24T00:07:26.869270Z info Generating Istio type HTTPAPISpecBinding for HTTPAPISpecBinding.config CRD | |
2018-08-24T00:07:26.869282Z info Generating Istio type QuotaSpec for QuotaSpec.config CRD | |
2018-08-24T00:07:26.869293Z info Generating Istio type QuotaSpecBinding for QuotaSpecBinding.config CRD | |
2018-08-24T00:07:26.869306Z info Generating Istio type AuthenticationPolicy for Policy.authentication CRD | |
2018-08-24T00:07:26.869321Z info Generating Istio type AuthenticationMeshPolicy for MeshPolicy.authentication CRD | |
2018-08-24T00:07:26.869331Z info Generating Istio type ServiceRole for ServiceRole.rbac CRD | |
2018-08-24T00:07:26.869348Z info Generating Istio type ServiceRoleBinding for ServiceRoleBinding.rbac CRD | |
2018-08-24T00:07:26.869363Z info Generating Istio type RbacConfig for RbacConfig.rbac CRD | |
+ actual=pilot/pkg/config/kube/crd/types.go | |
++ diff pilot/pkg/config/kube/crd/types.go /tmp/types.go | |
+ dout= | |
+ [[ -n '' ]] | |
+ echo 'Pilot types generation OK' | |
Pilot types generation OK | |
+ echo 'Running format/imports check ....' | |
Running format/imports check .... | |
+ bin/fmt.sh -c | |
+ echo 'Format/imports check OK' | |
Format/imports check OK | |
+ echo 'Checking licenses' | |
Checking licenses | |
+ bin/check_license.sh | |
+ echo 'licenses OK' | |
licenses OK | |
+ echo 'Installing gometalinter ....' | |
Installing gometalinter .... | |
+ go get -u gopkg.in/alecthomas/gometalinter.v2 | |
++ command -v gometalinter.v2 | |
+ gometalinter=/go/bin/gometalinter.v2 | |
+ /go/bin/gometalinter.v2 --install | |
Installing: | |
deadcode | |
dupl | |
errcheck | |
gas | |
gochecknoglobals | |
gochecknoinits | |
goconst | |
gocyclo | |
goimports | |
golint | |
gosimple | |
gotype | |
gotypex | |
ineffassign | |
interfacer | |
lll | |
maligned | |
megacheck | |
misspell | |
nakedret | |
safesql | |
staticcheck | |
structcheck | |
unconvert | |
unparam | |
unused | |
varcheck | |
+ echo 'Gometalinter installed successfully ....' | |
Gometalinter installed successfully .... | |
+ echo 'Running gometalinter ....' | |
Running gometalinter .... | |
+ /go/bin/gometalinter.v2 -d --config=./lintconfig_base.json ./... | |
DEBUG: [Aug 24 00:08:02.935] setenv PATH="/go/bin:/go/out/linux_amd64:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" | |
DEBUG: [Aug 24 00:08:02.948] setenv GOROOT="/usr/local/go" | |
DEBUG: [Aug 24 00:08:02.948] Current environment: | |
DEBUG: [Aug 24 00:08:02.948] PATH="/go/bin:/go/out/linux_amd64:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" | |
DEBUG: [Aug 24 00:08:02.948] GOPATH="/go" | |
DEBUG: [Aug 24 00:08:02.948] GOBIN="" | |
DEBUG: [Aug 24 00:08:02.948] GOROOT="/usr/local/go" | |
DEBUG: [Aug 24 00:08:03.025] linting path ./addons/servicegraph | |
DEBUG: [Aug 24 00:08:03.025] linting path ./addons/servicegraph/cmd/demosvc | |
DEBUG: [Aug 24 00:08:03.025] linting path ./addons/servicegraph/cmd/server | |
DEBUG: [Aug 24 00:08:03.025] linting path ./addons/servicegraph/dot | |
DEBUG: [Aug 24 00:08:03.025] linting path ./addons/servicegraph/promgen | |
DEBUG: [Aug 24 00:08:03.025] linting path ./galley/cmd/galley | |
DEBUG: [Aug 24 00:08:03.025] linting path ./galley/cmd/galley/cmd | |
DEBUG: [Aug 24 00:08:03.025] linting path ./galley/cmd/shared | |
DEBUG: [Aug 24 00:08:03.025] linting path ./galley/pkg/crd/validation | |
DEBUG: [Aug 24 00:08:03.025] linting path ./galley/pkg/kube | |
DEBUG: [Aug 24 00:08:03.025] linting path ./galley/pkg/kube/converter | |
DEBUG: [Aug 24 00:08:03.025] linting path ./galley/pkg/kube/converter/legacy | |
DEBUG: [Aug 24 00:08:03.025] linting path ./galley/pkg/kube/source | |
DEBUG: [Aug 24 00:08:03.025] linting path ./galley/pkg/metadata | |
DEBUG: [Aug 24 00:08:03.025] linting path ./galley/pkg/metadata/kube | |
DEBUG: [Aug 24 00:08:03.025] linting path ./galley/pkg/runtime | |
DEBUG: [Aug 24 00:08:03.025] linting path ./galley/pkg/runtime/resource | |
DEBUG: [Aug 24 00:08:03.025] linting path ./galley/pkg/server | |
DEBUG: [Aug 24 00:08:03.025] linting path ./galley/pkg/testing/common | |
DEBUG: [Aug 24 00:08:03.025] linting path ./galley/pkg/testing/mock | |
DEBUG: [Aug 24 00:08:03.025] linting path ./galley/tools/gen-meta | |
DEBUG: [Aug 24 00:08:03.025] linting path ./galley/tools/mcpc | |
DEBUG: [Aug 24 00:08:03.025] linting path ./istioctl/cmd/istioctl | |
DEBUG: [Aug 24 00:08:03.025] linting path ./istioctl/cmd/istioctl/gendeployment | |
DEBUG: [Aug 24 00:08:03.025] linting path ./istioctl/pkg/convert | |
DEBUG: [Aug 24 00:08:03.025] linting path ./istioctl/pkg/kubernetes | |
DEBUG: [Aug 24 00:08:03.025] linting path ./istioctl/pkg/util/configdump | |
DEBUG: [Aug 24 00:08:03.025] linting path ./istioctl/pkg/util/proto | |
DEBUG: [Aug 24 00:08:03.025] linting path ./istioctl/pkg/writer/compare | |
DEBUG: [Aug 24 00:08:03.025] linting path ./istioctl/pkg/writer/envoy/configdump | |
DEBUG: [Aug 24 00:08:03.025] linting path ./istioctl/pkg/writer/pilot | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/bypass | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/bypass/config | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/circonus | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/circonus/config | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/cloudwatch | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/cloudwatch/config | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/denier | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/denier/config | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/dogstatsd | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/dogstatsd/config | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/fluentd | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/fluentd/config | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/kubernetesenv | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/kubernetesenv/config | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/kubernetesenv/template | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/list | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/list/config | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/memquota | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/memquota/config | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/noop | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/opa | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/opa/config | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/prometheus | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/prometheus/config | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/rbac | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/rbac/config | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/redisquota | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/redisquota/config | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/servicecontrol | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/servicecontrol/config | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/servicecontrol/template/servicecontrolreport | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/signalfx | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/signalfx/config | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/solarwinds | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/solarwinds/config | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/solarwinds/internal/appoptics | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/solarwinds/internal/papertrail | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/stackdriver | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/stackdriver/config | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/stackdriver/contextgraph | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/stackdriver/helper | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/stackdriver/log | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/stackdriver/metric | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/stackdriver/trace | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/statsd | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/statsd/config | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/stdio | |
DEBUG: [Aug 24 00:08:03.025] linting path ./mixer/adapter/stdio/config | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/cmd/mixc | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/cmd/mixc/cmd | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/cmd/mixs | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/cmd/mixs/cmd | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/cmd/shared | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/adapter | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/adapter/test | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/api | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/attribute | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/checkcache | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/config | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/config/crd | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/config/mcp | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/config/store | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/config/storetest | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/il | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/il/interpreter | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/il/testing | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/il/text | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/lang | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/lang/ast | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/lang/checker | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/lang/compiled | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/lang/compiler | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/mockapi | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/perf | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/pool | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/protobuf/descriptor | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/protobuf/yaml | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/protobuf/yaml/dynamic | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/protobuf/yaml/testdata/all | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/runtime | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/runtime/config | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/runtime/config/constant | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/runtime/config/validator | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/runtime/dispatcher | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/runtime/handler | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/runtime/routing | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/runtime/safecall | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/runtime/testing/data | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/server | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/status | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/pkg/template | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/template | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/template/apikey | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/template/authorization | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/template/checknothing | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/template/edge | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/template/listentry | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/template/logentry | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/template/metric | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/template/quota | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/template/reportnothing | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/template/sample | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/template/sample/apa | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/template/sample/check | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/template/sample/quota | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/template/sample/report | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/template/tracespan | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/client/check_cache | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/client/check_cache_hit | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/client/check_report | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/client/check_report_disable | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/client/check_report_large_post_request | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/client/disable_check_cache | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/client/disable_tcp_check_calls | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/client/dynamic_attribute | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/client/dynamic_listener | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/client/env | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/client/failed_request | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/client/fault_inject | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/client/global_dictionary | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/client/istio_authn_origin_jwt_bound_origin | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/client/istio_authn_origin_jwt_bound_peer | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/client/istio_authn_origin_reject_no_jwt | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/client/istio_authn_peer_jwt_bound_origin | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/client/istio_authn_peer_jwt_bound_peer | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/client/istio_authn_peer_reject_no_jwt | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/client/istio_authn_peer_reject_no_mtls | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/client/istio_authn_peer_reject_no_tls | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/client/mixer_internal_fail | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/client/network_policy | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/client/pilotplugin | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/client/pilotplugin_mtls | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/client/pilotplugin_tcp | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/client/quota | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/client/quota_cache | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/client/report_batch | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/client/route_directive | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/client/tcp_filter | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/client/tcp_filter_periodical_report | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/client/test_data | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/e2e | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/listbackend | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/listbackend/cmd | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/perf | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/perf/perfclient | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/policybackend | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/prometheus | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/prometheus/cmd | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/spyAdapter | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/spyAdapter/template | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/spyAdapter/template/apa | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/spyAdapter/template/check | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/spyAdapter/template/quota | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/spyAdapter/template/report | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/test/spybackend | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/tools/adapterlinter | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/tools/codegen/cmd/mixgenbootstrap | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/tools/codegen/cmd/mixgeninventory | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/tools/codegen/pkg/bootstrapgen | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/tools/codegen/pkg/bootstrapgen/template | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/tools/codegen/pkg/inventory | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/tools/codegen/pkg/modelgen | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/tools/mixgen | |
DEBUG: [Aug 24 00:08:03.026] linting path ./mixer/tools/mixgen/cmd | |
DEBUG: [Aug 24 00:08:03.026] linting path ./pilot/cmd | |
DEBUG: [Aug 24 00:08:03.026] linting path ./pilot/cmd/pilot-agent | |
DEBUG: [Aug 24 00:08:03.026] linting path ./pilot/cmd/pilot-discovery | |
DEBUG: [Aug 24 00:08:03.026] linting path ./pilot/cmd/sidecar-injector | |
DEBUG: [Aug 24 00:08:03.026] linting path ./pilot/pkg/bootstrap | |
DEBUG: [Aug 24 00:08:03.026] linting path ./pilot/pkg/config/aggregate | |
DEBUG: [Aug 24 00:08:03.026] linting path ./pilot/pkg/config/aggregate/fakes | |
DEBUG: [Aug 24 00:08:03.026] linting path ./pilot/pkg/config/cloudfoundry | |
DEBUG: [Aug 24 00:08:03.026] linting path ./pilot/pkg/config/cloudfoundry/fakes | |
DEBUG: [Aug 24 00:08:03.026] linting path ./pilot/pkg/config/clusterregistry | |
DEBUG: [Aug 24 00:08:03.026] linting path ./pilot/pkg/config/kube/crd | |
DEBUG: [Aug 24 00:08:03.026] linting path ./pilot/pkg/config/kube/ingress | |
DEBUG: [Aug 24 00:08:03.026] linting path ./pilot/pkg/config/memory | |
DEBUG: [Aug 24 00:08:03.026] linting path ./pilot/pkg/config/monitor | |
DEBUG: [Aug 24 00:08:03.026] linting path ./pilot/pkg/kube/inject | |
DEBUG: [Aug 24 00:08:03.026] linting path ./pilot/pkg/model | |
DEBUG: [Aug 24 00:08:03.026] linting path ./pilot/pkg/model/test | |
DEBUG: [Aug 24 00:08:03.026] linting path ./pilot/pkg/networking/core | |
DEBUG: [Aug 24 00:08:03.026] linting path ./pilot/pkg/networking/core/v1alpha3 | |
DEBUG: [Aug 24 00:08:03.026] linting path ./pilot/pkg/networking/core/v1alpha3/fakes | |
DEBUG: [Aug 24 00:08:03.026] linting path ./pilot/pkg/networking/core/v1alpha3/route | |
DEBUG: [Aug 24 00:08:03.026] linting path ./pilot/pkg/networking/plugin | |
DEBUG: [Aug 24 00:08:03.026] linting path ./pilot/pkg/networking/plugin/authn | |
DEBUG: [Aug 24 00:08:03.026] linting path ./pilot/pkg/networking/plugin/authz | |
DEBUG: [Aug 24 00:08:03.026] linting path ./pilot/pkg/networking/plugin/envoyfilter | |
DEBUG: [Aug 24 00:08:03.026] linting path ./pilot/pkg/networking/plugin/health | |
DEBUG: [Aug 24 00:08:03.026] linting path ./pilot/pkg/networking/plugin/mixer | |
DEBUG: [Aug 24 00:08:03.026] linting path ./pilot/pkg/networking/plugin/registry | |
DEBUG: [Aug 24 00:08:03.026] linting path ./pilot/pkg/networking/util | |
DEBUG: [Aug 24 00:08:03.026] linting path ./pilot/pkg/proxy | |
DEBUG: [Aug 24 00:08:03.026] linting path ./pilot/pkg/proxy/envoy | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pilot/pkg/proxy/envoy/v2 | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pilot/pkg/request | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pilot/pkg/serviceregistry | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pilot/pkg/serviceregistry/aggregate | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pilot/pkg/serviceregistry/cloudfoundry | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pilot/pkg/serviceregistry/cloudfoundry/fakes | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pilot/pkg/serviceregistry/consul | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pilot/pkg/serviceregistry/external | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pilot/pkg/serviceregistry/kube | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pilot/pkg/serviceregistry/memory | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pilot/test/client | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pilot/test/grpcecho | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pilot/test/mock | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pilot/test/server | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pilot/test/server/echo | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pilot/test/util | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pilot/tools | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pilot/tools/debug | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/bootstrap | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/cache | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/cmd | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/collateral | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/ctrlz | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/ctrlz/fw | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/ctrlz/topics | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/kube | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/log | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/mcp/client | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/mcp/configz | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/mcp/creds | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/mcp/server | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/mcp/snapshot | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/mcp/testing | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/mcp/testing/testcerts | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/probe | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/test | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/test/fakes/policy | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/test/framework | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/test/framework/component | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/test/framework/components | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/test/framework/components/apiserver | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/test/framework/components/apps | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/test/framework/components/apps/api | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/test/framework/components/apps/kube | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/test/framework/components/apps/local | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/test/framework/components/apps/local/envoy | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/test/framework/components/apps/local/envoy/agent | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/test/framework/components/apps/local/envoy/agent/pilot | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/test/framework/components/apps/local/envoy/agent/pilot/reserveport | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/test/framework/components/apps/local/envoy/discovery | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/test/framework/components/mixer | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/test/framework/components/pilot | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/test/framework/components/policybackend | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/test/framework/components/registry | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/test/framework/dependency | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/test/framework/environment | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/test/framework/environments/kubernetes | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/test/framework/environments/local | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/test/framework/errors | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/test/framework/internal | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/test/framework/settings | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/test/framework/tmpl | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/test/kube | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/test/protocol | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/test/service/echo | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/test/service/echo/proto | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/test/service/echo/server | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/test/util | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/tracing | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/util | |
DEBUG: [Aug 24 00:08:03.027] linting path ./pkg/version | |
DEBUG: [Aug 24 00:08:03.027] linting path ./samples/health-check | |
DEBUG: [Aug 24 00:08:03.027] linting path ./security/cmd/istio_ca | |
DEBUG: [Aug 24 00:08:03.027] linting path ./security/cmd/node_agent | |
DEBUG: [Aug 24 00:08:03.027] linting path ./security/cmd/node_agent/na | |
DEBUG: [Aug 24 00:08:03.027] linting path ./security/cmd/node_agent_k8s | |
DEBUG: [Aug 24 00:08:03.027] linting path ./security/pkg/adapter/vault | |
DEBUG: [Aug 24 00:08:03.027] linting path ./security/pkg/caclient | |
DEBUG: [Aug 24 00:08:03.027] linting path ./security/pkg/caclient/protocol | |
DEBUG: [Aug 24 00:08:03.027] linting path ./security/pkg/caclient/protocol/mock | |
DEBUG: [Aug 24 00:08:03.027] linting path ./security/pkg/cmd | |
DEBUG: [Aug 24 00:08:03.027] linting path ./security/pkg/credential | |
DEBUG: [Aug 24 00:08:03.027] linting path ./security/pkg/nodeagent/secrets | |
DEBUG: [Aug 24 00:08:03.027] linting path ./security/pkg/pki/ca | |
DEBUG: [Aug 24 00:08:03.027] linting path ./security/pkg/pki/ca/controller | |
DEBUG: [Aug 24 00:08:03.027] linting path ./security/pkg/pki/ca/mock | |
DEBUG: [Aug 24 00:08:03.027] linting path ./security/pkg/pki/util | |
DEBUG: [Aug 24 00:08:03.027] linting path ./security/pkg/pki/util/mock | |
DEBUG: [Aug 24 00:08:03.027] linting path ./security/pkg/platform | |
DEBUG: [Aug 24 00:08:03.027] linting path ./security/pkg/platform/mock | |
DEBUG: [Aug 24 00:08:03.027] linting path ./security/pkg/probe | |
DEBUG: [Aug 24 00:08:03.027] linting path ./security/pkg/registry | |
DEBUG: [Aug 24 00:08:03.027] linting path ./security/pkg/registry/kube | |
DEBUG: [Aug 24 00:08:03.027] linting path ./security/pkg/server/ca | |
DEBUG: [Aug 24 00:08:03.027] linting path ./security/pkg/server/monitoring | |
DEBUG: [Aug 24 00:08:03.027] linting path ./security/pkg/util | |
DEBUG: [Aug 24 00:08:03.027] linting path ./security/pkg/util/mock | |
DEBUG: [Aug 24 00:08:03.027] linting path ./security/proto | |
DEBUG: [Aug 24 00:08:03.027] linting path ./security/tests/integration | |
DEBUG: [Aug 24 00:08:03.027] linting path ./security/tests/integration/certificateRotationTest | |
DEBUG: [Aug 24 00:08:03.027] linting path ./security/tests/integration/nodeAgentTest | |
DEBUG: [Aug 24 00:08:03.027] linting path ./security/tests/integration/secretCreationTest | |
DEBUG: [Aug 24 00:08:03.027] linting path ./security/tools/generate_cert | |
DEBUG: [Aug 24 00:08:03.027] linting path ./security/tools/generate_csr | |
DEBUG: [Aug 24 00:08:03.027] linting path ./tests/e2e/framework | |
DEBUG: [Aug 24 00:08:03.027] linting path ./tests/e2e/tests/bookinfo | |
DEBUG: [Aug 24 00:08:03.027] linting path ./tests/e2e/tests/controller | |
DEBUG: [Aug 24 00:08:03.027] linting path ./tests/e2e/tests/dashboard | |
DEBUG: [Aug 24 00:08:03.027] linting path ./tests/e2e/tests/galley | |
DEBUG: [Aug 24 00:08:03.027] linting path ./tests/e2e/tests/mixer | |
DEBUG: [Aug 24 00:08:03.027] linting path ./tests/e2e/tests/pilot | |
DEBUG: [Aug 24 00:08:03.027] linting path ./tests/e2e/tests/pilot/cloudfoundry | |
DEBUG: [Aug 24 00:08:03.027] linting path ./tests/e2e/tests/pilot/cloudfoundry/mock | |
DEBUG: [Aug 24 00:08:03.027] linting path ./tests/e2e/tests/showcase | |
DEBUG: [Aug 24 00:08:03.027] linting path ./tests/e2e/tests/simple | |
DEBUG: [Aug 24 00:08:03.027] linting path ./tests/e2e/tests/upgrade | |
DEBUG: [Aug 24 00:08:03.027] linting path ./tests/integration/component/fortio_server | |
DEBUG: [Aug 24 00:08:03.027] linting path ./tests/integration/component/mixer | |
DEBUG: [Aug 24 00:08:03.027] linting path ./tests/integration/component/proxy | |
DEBUG: [Aug 24 00:08:03.027] linting path ./tests/integration/example/environment/appOnlyEnv | |
DEBUG: [Aug 24 00:08:03.027] linting path ./tests/integration/example/environment/appOnlyEnv/cmd | |
DEBUG: [Aug 24 00:08:03.027] linting path ./tests/integration/example/environment/mixerEnvoyEnv | |
DEBUG: [Aug 24 00:08:03.027] linting path ./tests/integration/example/environment/mixerEnvoyEnv/cmd | |
DEBUG: [Aug 24 00:08:03.027] linting path ./tests/integration/example/tests/sample1 | |
DEBUG: [Aug 24 00:08:03.027] linting path ./tests/integration/example/tests/sample2 | |
DEBUG: [Aug 24 00:08:03.027] linting path ./tests/integration/framework | |
DEBUG: [Aug 24 00:08:03.027] linting path ./tests/integration2/examples/basic | |
DEBUG: [Aug 24 00:08:03.027] linting path ./tests/integration2/examples/externalcomp | |
DEBUG: [Aug 24 00:08:03.027] linting path ./tests/integration2/examples/pilot | |
DEBUG: [Aug 24 00:08:03.027] linting path ./tests/integration2/galley | |
DEBUG: [Aug 24 00:08:03.027] linting path ./tests/k8s | |
DEBUG: [Aug 24 00:08:03.027] linting path ./tests/local | |
DEBUG: [Aug 24 00:08:03.027] linting path ./tests/util | |
DEBUG: [Aug 24 00:08:03.027] linting path ./tests/util/checker | |
DEBUG: [Aug 24 00:08:03.027] linting path ./tests/util/checker/testlinter | |
DEBUG: [Aug 24 00:08:03.027] linting path ./tests/util/checker/testlinter/rules | |
DEBUG: [Aug 24 00:08:03.027] linting path ./tests/util/checker/testlinter/testdata | |
DEBUG: [Aug 24 00:08:03.027] linting path ./tests/util/checker/testlinter/testdata/e2e | |
DEBUG: [Aug 24 00:08:03.027] linting path ./tests/util/checker/testlinter/testdata/integration | |
DEBUG: [Aug 24 00:08:03.028] linting path ./tools/githubContrib | |
DEBUG: [Aug 24 00:08:03.028] linting path ./tools/hyperistio | |
DEBUG: [Aug 24 00:08:03.028] linting path ./tools/license | |
DEBUG: [Aug 24 00:08:03.033] [deadcode.1]: executing /go/bin/deadcode ./addons/servicegraph ./addons/servicegraph/cmd/demosvc ./addons/servicegraph/cmd/server ./addons/servicegraph/dot ./addons/servicegraph/promgen ./galley/cmd/galley ./galley/cmd/galley/cmd ./galley/cmd/shared ./galley/pkg/crd/validation ./galley/pkg/kube ./galley/pkg/kube/converter ./galley/pkg/kube/converter/legacy ./galley/pkg/kube/source ./galley/pkg/metadata ./galley/pkg/metadata/kube ./galley/pkg/runtime ./galley/pkg/runtime/resource ./galley/pkg/server ./galley/pkg/testing/common ./galley/pkg/testing/mock ./galley/tools/gen-meta ./galley/tools/mcpc ./istioctl/cmd/istioctl ./istioctl/cmd/istioctl/gendeployment ./istioctl/pkg/convert ./istioctl/pkg/kubernetes ./istioctl/pkg/util/configdump ./istioctl/pkg/util/proto ./istioctl/pkg/writer/compare ./istioctl/pkg/writer/envoy/configdump ./istioctl/pkg/writer/pilot ./mixer/adapter ./mixer/adapter/bypass ./mixer/adapter/bypass/config ./mixer/adapter/circonus ./mixer/adapter/circonus/config ./mixer/adapter/cloudwatch ./mixer/adapter/cloudwatch/config ./mixer/adapter/denier ./mixer/adapter/denier/config ./mixer/adapter/dogstatsd ./mixer/adapter/dogstatsd/config ./mixer/adapter/fluentd ./mixer/adapter/fluentd/config ./mixer/adapter/kubernetesenv ./mixer/adapter/kubernetesenv/config ./mixer/adapter/kubernetesenv/template ./mixer/adapter/list ./mixer/adapter/list/config ./mixer/adapter/memquota ./mixer/adapter/memquota/config ./mixer/adapter/noop ./mixer/adapter/opa ./mixer/adapter/opa/config ./mixer/adapter/prometheus ./mixer/adapter/prometheus/config ./mixer/adapter/rbac ./mixer/adapter/rbac/config ./mixer/adapter/redisquota ./mixer/adapter/redisquota/config ./mixer/adapter/servicecontrol ./mixer/adapter/servicecontrol/config ./mixer/adapter/servicecontrol/template/servicecontrolreport ./mixer/adapter/signalfx ./mixer/adapter/signalfx/config ./mixer/adapter/solarwinds ./mixer/adapter/solarwinds/config ./mixer/adapter/solarwinds/internal/appoptics ./mixer/adapter/solarwinds/internal/papertrail ./mixer/adapter/stackdriver ./mixer/adapter/stackdriver/config ./mixer/adapter/stackdriver/contextgraph ./mixer/adapter/stackdriver/helper ./mixer/adapter/stackdriver/log ./mixer/adapter/stackdriver/metric ./mixer/adapter/stackdriver/trace ./mixer/adapter/statsd ./mixer/adapter/statsd/config ./mixer/adapter/stdio ./mixer/adapter/stdio/config ./mixer/cmd/mixc ./mixer/cmd/mixc/cmd ./mixer/cmd/mixs ./mixer/cmd/mixs/cmd ./mixer/cmd/shared ./mixer/pkg/adapter ./mixer/pkg/adapter/test ./mixer/pkg/api ./mixer/pkg/attribute ./mixer/pkg/checkcache ./mixer/pkg/config ./mixer/pkg/config/crd ./mixer/pkg/config/mcp ./mixer/pkg/config/store ./mixer/pkg/config/storetest ./mixer/pkg/il ./mixer/pkg/il/interpreter ./mixer/pkg/il/testing ./mixer/pkg/il/text ./mixer/pkg/lang ./mixer/pkg/lang/ast ./mixer/pkg/lang/checker ./mixer/pkg/lang/compiled ./mixer/pkg/lang/compiler ./mixer/pkg/mockapi ./mixer/pkg/perf ./mixer/pkg/pool ./mixer/pkg/protobuf/descriptor ./mixer/pkg/protobuf/yaml ./mixer/pkg/protobuf/yaml/dynamic ./mixer/pkg/protobuf/yaml/testdata/all ./mixer/pkg/runtime ./mixer/pkg/runtime/config ./mixer/pkg/runtime/config/constant ./mixer/pkg/runtime/config/validator ./mixer/pkg/runtime/dispatcher ./mixer/pkg/runtime/handler ./mixer/pkg/runtime/routing ./mixer/pkg/runtime/safecall ./mixer/pkg/runtime/testing/data ./mixer/pkg/server ./mixer/pkg/status ./mixer/pkg/template ./mixer/template ./mixer/template/apikey ./mixer/template/authorization ./mixer/template/checknothing ./mixer/template/edge ./mixer/template/listentry ./mixer/template/logentry ./mixer/template/metric ./mixer/template/quota ./mixer/template/reportnothing ./mixer/template/sample ./mixer/template/sample/apa ./mixer/template/sample/check ./mixer/template/sample/quota ./mixer/template/sample/report ./mixer/template/tracespan ./mixer/test/client/check_cache ./mixer/test/client/check_cache_hit ./mixer/test/client/check_report ./mixer/test/client/check_report_disable ./mixer/test/client/check_report_large_post_request ./mixer/test/client/disable_check_cache ./mixer/test/client/disable_tcp_check_calls ./mixer/test/client/dynamic_attribute ./mixer/test/client/dynamic_listener ./mixer/test/client/env ./mixer/test/client/failed_request ./mixer/test/client/fault_inject ./mixer/test/client/global_dictionary ./mixer/test/client/istio_authn_origin_jwt_bound_origin ./mixer/test/client/istio_authn_origin_jwt_bound_peer ./mixer/test/client/istio_authn_origin_reject_no_jwt ./mixer/test/client/istio_authn_peer_jwt_bound_origin ./mixer/test/client/istio_authn_peer_jwt_bound_peer ./mixer/test/client/istio_authn_peer_reject_no_jwt ./mixer/test/client/istio_authn_peer_reject_no_mtls ./mixer/test/client/istio_authn_peer_reject_no_tls ./mixer/test/client/mixer_internal_fail ./mixer/test/client/network_policy ./mixer/test/client/pilotplugin ./mixer/test/client/pilotplugin_mtls ./mixer/test/client/pilotplugin_tcp ./mixer/test/client/quota ./mixer/test/client/quota_cache ./mixer/test/client/report_batch ./mixer/test/client/route_directive ./mixer/test/client/tcp_filter ./mixer/test/client/tcp_filter_periodical_report ./mixer/test/client/test_data ./mixer/test/e2e ./mixer/test/listbackend ./mixer/test/listbackend/cmd ./mixer/test/perf ./mixer/test/perf/perfclient ./mixer/test/policybackend ./mixer/test/prometheus ./mixer/test/prometheus/cmd ./mixer/test/spyAdapter ./mixer/test/spyAdapter/template ./mixer/test/spyAdapter/template/apa ./mixer/test/spyAdapter/template/check ./mixer/test/spyAdapter/template/quota ./mixer/test/spyAdapter/template/report ./mixer/test/spybackend ./mixer/tools/adapterlinter ./mixer/tools/codegen/cmd/mixgenbootstrap ./mixer/tools/codegen/cmd/mixgeninventory ./mixer/tools/codegen/pkg/bootstrapgen ./mixer/tools/codegen/pkg/bootstrapgen/template ./mixer/tools/codegen/pkg/inventory ./mixer/tools/codegen/pkg/modelgen ./mixer/tools/mixgen ./mixer/tools/mixgen/cmd ./pilot/cmd ./pilot/cmd/pilot-agent ./pilot/cmd/pilot-discovery ./pilot/cmd/sidecar-injector ./pilot/pkg/bootstrap ./pilot/pkg/config/aggregate ./pilot/pkg/config/aggregate/fakes ./pilot/pkg/config/cloudfoundry ./pilot/pkg/config/cloudfoundry/fakes ./pilot/pkg/config/clusterregistry ./pilot/pkg/config/kube/crd ./pilot/pkg/config/kube/ingress ./pilot/pkg/config/memory ./pilot/pkg/config/monitor ./pilot/pkg/kube/inject ./pilot/pkg/model ./pilot/pkg/model/test ./pilot/pkg/networking/core ./pilot/pkg/networking/core/v1alpha3 ./pilot/pkg/networking/core/v1alpha3/fakes ./pilot/pkg/networking/core/v1alpha3/route ./pilot/pkg/networking/plugin ./pilot/pkg/networking/plugin/authn ./pilot/pkg/networking/plugin/authz ./pilot/pkg/networking/plugin/envoyfilter ./pilot/pkg/networking/plugin/health ./pilot/pkg/networking/plugin/mixer ./pilot/pkg/networking/plugin/registry ./pilot/pkg/networking/util ./pilot/pkg/proxy ./pilot/pkg/proxy/envoy ./pilot/pkg/proxy/envoy/v2 ./pilot/pkg/request ./pilot/pkg/serviceregistry ./pilot/pkg/serviceregistry/aggregate ./pilot/pkg/serviceregistry/cloudfoundry ./pilot/pkg/serviceregistry/cloudfoundry/fakes ./pilot/pkg/serviceregistry/consul ./pilot/pkg/serviceregistry/external ./pilot/pkg/serviceregistry/kube ./pilot/pkg/serviceregistry/memory ./pilot/test/client ./pilot/test/grpcecho ./pilot/test/mock ./pilot/test/server ./pilot/test/server/echo ./pilot/test/util ./pilot/tools ./pilot/tools/debug ./pkg/bootstrap ./pkg/cache ./pkg/cmd ./pkg/collateral ./pkg/ctrlz ./pkg/ctrlz/fw ./pkg/ctrlz/topics ./pkg/kube ./pkg/log ./pkg/mcp/client ./pkg/mcp/configz ./pkg/mcp/creds ./pkg/mcp/server ./pkg/mcp/snapshot ./pkg/mcp/testing ./pkg/mcp/testing/testcerts ./pkg/probe ./pkg/test ./pkg/test/fakes/policy ./pkg/test/framework ./pkg/test/framework/component ./pkg/test/framework/components ./pkg/test/framework/components/apiserver ./pkg/test/framework/components/apps ./pkg/test/framework/components/apps/api ./pkg/test/framework/components/apps/kube ./pkg/test/framework/components/apps/local ./pkg/test/framework/components/apps/local/envoy ./pkg/test/framework/components/apps/local/envoy/agent ./pkg/test/framework/components/apps/local/envoy/agent/pilot ./pkg/test/framework/components/apps/local/envoy/agent/pilot/reserveport ./pkg/test/framework/components/apps/local/envoy/discovery ./pkg/test/framework/components/mixer ./pkg/test/framework/components/pilot ./pkg/test/framework/components/policybackend ./pkg/test/framework/components/registry ./pkg/test/framework/dependency ./pkg/test/framework/environment ./pkg/test/framework/environments/kubernetes ./pkg/test/framework/environments/local ./pkg/test/framework/errors ./pkg/test/framework/internal ./pkg/test/framework/settings ./pkg/test/framework/tmpl ./pkg/test/kube ./pkg/test/protocol ./pkg/test/service/echo ./pkg/test/service/echo/proto ./pkg/test/service/echo/server ./pkg/test/util ./pkg/tracing ./pkg/util ./pkg/version ./samples/health-check ./security/cmd/istio_ca ./security/cmd/node_agent ./security/cmd/node_agent/na ./security/cmd/node_agent_k8s ./security/pkg/adapter/vault ./security/pkg/caclient ./security/pkg/caclient/protocol ./security/pkg/caclient/protocol/mock ./security/pkg/cmd ./security/pkg/credential ./security/pkg/nodeagent/secrets ./security/pkg/pki/ca ./security/pkg/pki/ca/controller ./security/pkg/pki/ca/mock ./security/pkg/pki/util ./security/pkg/pki/util/mock ./security/pkg/platform ./security/pkg/platform/mock ./security/pkg/probe ./security/pkg/registry ./security/pkg/registry/kube ./security/pkg/server/ca ./security/pkg/server/monitoring ./security/pkg/util ./security/pkg/util/mock ./security/proto ./security/tests/integration ./security/tests/integration/certificateRotationTest ./security/tests/integration/nodeAgentTest ./security/tests/integration/secretCreationTest ./security/tools/generate_cert ./security/tools/generate_csr ./tests/e2e/framework ./tests/e2e/tests/bookinfo ./tests/e2e/tests/controller ./tests/e2e/tests/dashboard ./tests/e2e/tests/galley ./tests/e2e/tests/mixer ./tests/e2e/tests/pilot ./tests/e2e/tests/pilot/cloudfoundry ./tests/e2e/tests/pilot/cloudfoundry/mock ./tests/e2e/tests/showcase ./tests/e2e/tests/simple ./tests/e2e/tests/upgrade ./tests/integration/component/fortio_server ./tests/integration/component/mixer ./tests/integration/component/proxy ./tests/integration/example/environment/appOnlyEnv ./tests/integration/example/environment/appOnlyEnv/cmd ./tests/integration/example/environment/mixerEnvoyEnv ./tests/integration/example/environment/mixerEnvoyEnv/cmd ./tests/integration/example/tests/sample1 ./tests/integration/example/tests/sample2 ./tests/integration/framework ./tests/integration2/examples/basic ./tests/integration2/examples/externalcomp ./tests/integration2/examples/pilot ./tests/integration2/galley ./tests/k8s ./tests/local ./tests/util ./tests/util/checker ./tests/util/checker/testlinter ./tests/util/checker/testlinter/rules ./tests/util/checker/testlinter/testdata ./tests/util/checker/testlinter/testdata/e2e ./tests/util/checker/testlinter/testdata/integration ./tools/githubContrib ./tools/hyperistio ./tools/license | |
DEBUG: [Aug 24 00:08:03.037] [errcheck.2]: executing /go/bin/errcheck -abspath ./addons/servicegraph ./addons/servicegraph/cmd/demosvc ./addons/servicegraph/cmd/server ./addons/servicegraph/dot ./addons/servicegraph/promgen ./galley/cmd/galley ./galley/cmd/galley/cmd ./galley/cmd/shared ./galley/pkg/crd/validation ./galley/pkg/kube ./galley/pkg/kube/converter ./galley/pkg/kube/converter/legacy ./galley/pkg/kube/source ./galley/pkg/metadata ./galley/pkg/metadata/kube ./galley/pkg/runtime ./galley/pkg/runtime/resource ./galley/pkg/server ./galley/pkg/testing/common ./galley/pkg/testing/mock ./galley/tools/gen-meta ./galley/tools/mcpc ./istioctl/cmd/istioctl ./istioctl/cmd/istioctl/gendeployment ./istioctl/pkg/convert ./istioctl/pkg/kubernetes ./istioctl/pkg/util/configdump ./istioctl/pkg/util/proto ./istioctl/pkg/writer/compare ./istioctl/pkg/writer/envoy/configdump ./istioctl/pkg/writer/pilot ./mixer/adapter ./mixer/adapter/bypass ./mixer/adapter/bypass/config ./mixer/adapter/circonus ./mixer/adapter/circonus/config ./mixer/adapter/cloudwatch ./mixer/adapter/cloudwatch/config ./mixer/adapter/denier ./mixer/adapter/denier/config ./mixer/adapter/dogstatsd ./mixer/adapter/dogstatsd/config ./mixer/adapter/fluentd ./mixer/adapter/fluentd/config ./mixer/adapter/kubernetesenv ./mixer/adapter/kubernetesenv/config ./mixer/adapter/kubernetesenv/template ./mixer/adapter/list ./mixer/adapter/list/config ./mixer/adapter/memquota ./mixer/adapter/memquota/config ./mixer/adapter/noop ./mixer/adapter/opa ./mixer/adapter/opa/config ./mixer/adapter/prometheus ./mixer/adapter/prometheus/config ./mixer/adapter/rbac ./mixer/adapter/rbac/config ./mixer/adapter/redisquota ./mixer/adapter/redisquota/config ./mixer/adapter/servicecontrol ./mixer/adapter/servicecontrol/config ./mixer/adapter/servicecontrol/template/servicecontrolreport ./mixer/adapter/signalfx ./mixer/adapter/signalfx/config ./mixer/adapter/solarwinds ./mixer/adapter/solarwinds/config ./mixer/adapter/solarwinds/internal/appoptics ./mixer/adapter/solarwinds/internal/papertrail ./mixer/adapter/stackdriver ./mixer/adapter/stackdriver/config ./mixer/adapter/stackdriver/contextgraph ./mixer/adapter/stackdriver/helper ./mixer/adapter/stackdriver/log ./mixer/adapter/stackdriver/metric ./mixer/adapter/stackdriver/trace ./mixer/adapter/statsd ./mixer/adapter/statsd/config ./mixer/adapter/stdio ./mixer/adapter/stdio/config ./mixer/cmd/mixc ./mixer/cmd/mixc/cmd ./mixer/cmd/mixs ./mixer/cmd/mixs/cmd ./mixer/cmd/shared ./mixer/pkg/adapter ./mixer/pkg/adapter/test ./mixer/pkg/api ./mixer/pkg/attribute ./mixer/pkg/checkcache ./mixer/pkg/config ./mixer/pkg/config/crd ./mixer/pkg/config/mcp ./mixer/pkg/config/store ./mixer/pkg/config/storetest ./mixer/pkg/il ./mixer/pkg/il/interpreter ./mixer/pkg/il/testing ./mixer/pkg/il/text ./mixer/pkg/lang ./mixer/pkg/lang/ast ./mixer/pkg/lang/checker ./mixer/pkg/lang/compiled ./mixer/pkg/lang/compiler ./mixer/pkg/mockapi ./mixer/pkg/perf ./mixer/pkg/pool ./mixer/pkg/protobuf/descriptor ./mixer/pkg/protobuf/yaml ./mixer/pkg/protobuf/yaml/dynamic ./mixer/pkg/protobuf/yaml/testdata/all ./mixer/pkg/runtime ./mixer/pkg/runtime/config ./mixer/pkg/runtime/config/constant ./mixer/pkg/runtime/config/validator ./mixer/pkg/runtime/dispatcher ./mixer/pkg/runtime/handler ./mixer/pkg/runtime/routing ./mixer/pkg/runtime/safecall ./mixer/pkg/runtime/testing/data ./mixer/pkg/server ./mixer/pkg/status ./mixer/pkg/template ./mixer/template ./mixer/template/apikey ./mixer/template/authorization ./mixer/template/checknothing ./mixer/template/edge ./mixer/template/listentry ./mixer/template/logentry ./mixer/template/metric ./mixer/template/quota ./mixer/template/reportnothing ./mixer/template/sample ./mixer/template/sample/apa ./mixer/template/sample/check ./mixer/template/sample/quota ./mixer/template/sample/report ./mixer/template/tracespan ./mixer/test/client/check_cache ./mixer/test/client/check_cache_hit ./mixer/test/client/check_report ./mixer/test/client/check_report_disable ./mixer/test/client/check_report_large_post_request ./mixer/test/client/disable_check_cache ./mixer/test/client/disable_tcp_check_calls ./mixer/test/client/dynamic_attribute ./mixer/test/client/dynamic_listener ./mixer/test/client/env ./mixer/test/client/failed_request ./mixer/test/client/fault_inject ./mixer/test/client/global_dictionary ./mixer/test/client/istio_authn_origin_jwt_bound_origin ./mixer/test/client/istio_authn_origin_jwt_bound_peer ./mixer/test/client/istio_authn_origin_reject_no_jwt ./mixer/test/client/istio_authn_peer_jwt_bound_origin ./mixer/test/client/istio_authn_peer_jwt_bound_peer ./mixer/test/client/istio_authn_peer_reject_no_jwt ./mixer/test/client/istio_authn_peer_reject_no_mtls ./mixer/test/client/istio_authn_peer_reject_no_tls ./mixer/test/client/mixer_internal_fail ./mixer/test/client/network_policy ./mixer/test/client/pilotplugin ./mixer/test/client/pilotplugin_mtls ./mixer/test/client/pilotplugin_tcp ./mixer/test/client/quota ./mixer/test/client/quota_cache ./mixer/test/client/report_batch ./mixer/test/client/route_directive ./mixer/test/client/tcp_filter ./mixer/test/client/tcp_filter_periodical_report ./mixer/test/client/test_data ./mixer/test/e2e ./mixer/test/listbackend ./mixer/test/listbackend/cmd ./mixer/test/perf ./mixer/test/perf/perfclient ./mixer/test/policybackend ./mixer/test/prometheus ./mixer/test/prometheus/cmd ./mixer/test/spyAdapter ./mixer/test/spyAdapter/template ./mixer/test/spyAdapter/template/apa ./mixer/test/spyAdapter/template/check ./mixer/test/spyAdapter/template/quota ./mixer/test/spyAdapter/template/report ./mixer/test/spybackend ./mixer/tools/adapterlinter ./mixer/tools/codegen/cmd/mixgenbootstrap ./mixer/tools/codegen/cmd/mixgeninventory ./mixer/tools/codegen/pkg/bootstrapgen ./mixer/tools/codegen/pkg/bootstrapgen/template ./mixer/tools/codegen/pkg/inventory ./mixer/tools/codegen/pkg/modelgen ./mixer/tools/mixgen ./mixer/tools/mixgen/cmd ./pilot/cmd ./pilot/cmd/pilot-agent ./pilot/cmd/pilot-discovery ./pilot/cmd/sidecar-injector ./pilot/pkg/bootstrap ./pilot/pkg/config/aggregate ./pilot/pkg/config/aggregate/fakes ./pilot/pkg/config/cloudfoundry ./pilot/pkg/config/cloudfoundry/fakes ./pilot/pkg/config/clusterregistry ./pilot/pkg/config/kube/crd ./pilot/pkg/config/kube/ingress ./pilot/pkg/config/memory ./pilot/pkg/config/monitor ./pilot/pkg/kube/inject ./pilot/pkg/model ./pilot/pkg/model/test ./pilot/pkg/networking/core ./pilot/pkg/networking/core/v1alpha3 ./pilot/pkg/networking/core/v1alpha3/fakes ./pilot/pkg/networking/core/v1alpha3/route ./pilot/pkg/networking/plugin ./pilot/pkg/networking/plugin/authn ./pilot/pkg/networking/plugin/authz ./pilot/pkg/networking/plugin/envoyfilter ./pilot/pkg/networking/plugin/health ./pilot/pkg/networking/plugin/mixer ./pilot/pkg/networking/plugin/registry ./pilot/pkg/networking/util ./pilot/pkg/proxy ./pilot/pkg/proxy/envoy ./pilot/pkg/proxy/envoy/v2 ./pilot/pkg/request ./pilot/pkg/serviceregistry ./pilot/pkg/serviceregistry/aggregate ./pilot/pkg/serviceregistry/cloudfoundry ./pilot/pkg/serviceregistry/cloudfoundry/fakes ./pilot/pkg/serviceregistry/consul ./pilot/pkg/serviceregistry/external ./pilot/pkg/serviceregistry/kube ./pilot/pkg/serviceregistry/memory ./pilot/test/client ./pilot/test/grpcecho ./pilot/test/mock ./pilot/test/server ./pilot/test/server/echo ./pilot/test/util ./pilot/tools ./pilot/tools/debug ./pkg/bootstrap ./pkg/cache ./pkg/cmd ./pkg/collateral ./pkg/ctrlz ./pkg/ctrlz/fw ./pkg/ctrlz/topics ./pkg/kube ./pkg/log ./pkg/mcp/client ./pkg/mcp/configz ./pkg/mcp/creds ./pkg/mcp/server ./pkg/mcp/snapshot ./pkg/mcp/testing ./pkg/mcp/testing/testcerts ./pkg/probe ./pkg/test ./pkg/test/fakes/policy ./pkg/test/framework ./pkg/test/framework/component ./pkg/test/framework/components ./pkg/test/framework/components/apiserver ./pkg/test/framework/components/apps ./pkg/test/framework/components/apps/api ./pkg/test/framework/components/apps/kube ./pkg/test/framework/components/apps/local ./pkg/test/framework/components/apps/local/envoy ./pkg/test/framework/components/apps/local/envoy/agent ./pkg/test/framework/components/apps/local/envoy/agent/pilot ./pkg/test/framework/components/apps/local/envoy/agent/pilot/reserveport ./pkg/test/framework/components/apps/local/envoy/discovery ./pkg/test/framework/components/mixer ./pkg/test/framework/components/pilot ./pkg/test/framework/components/policybackend ./pkg/test/framework/components/registry ./pkg/test/framework/dependency ./pkg/test/framework/environment ./pkg/test/framework/environments/kubernetes ./pkg/test/framework/environments/local ./pkg/test/framework/errors ./pkg/test/framework/internal ./pkg/test/framework/settings ./pkg/test/framework/tmpl ./pkg/test/kube ./pkg/test/protocol ./pkg/test/service/echo ./pkg/test/service/echo/proto ./pkg/test/service/echo/server ./pkg/test/util ./pkg/tracing ./pkg/util ./pkg/version ./samples/health-check ./security/cmd/istio_ca ./security/cmd/node_agent ./security/cmd/node_agent/na ./security/cmd/node_agent_k8s ./security/pkg/adapter/vault ./security/pkg/caclient ./security/pkg/caclient/protocol ./security/pkg/caclient/protocol/mock ./security/pkg/cmd ./security/pkg/credential ./security/pkg/nodeagent/secrets ./security/pkg/pki/ca ./security/pkg/pki/ca/controller ./security/pkg/pki/ca/mock ./security/pkg/pki/util ./security/pkg/pki/util/mock ./security/pkg/platform ./security/pkg/platform/mock ./security/pkg/probe ./security/pkg/registry ./security/pkg/registry/kube ./security/pkg/server/ca ./security/pkg/server/monitoring ./security/pkg/util ./security/pkg/util/mock ./security/proto ./security/tests/integration ./security/tests/integration/certificateRotationTest ./security/tests/integration/nodeAgentTest ./security/tests/integration/secretCreationTest ./security/tools/generate_cert ./security/tools/generate_csr ./tests/e2e/framework ./tests/e2e/tests/bookinfo ./tests/e2e/tests/controller ./tests/e2e/tests/dashboard ./tests/e2e/tests/galley ./tests/e2e/tests/mixer ./tests/e2e/tests/pilot ./tests/e2e/tests/pilot/cloudfoundry ./tests/e2e/tests/pilot/cloudfoundry/mock ./tests/e2e/tests/showcase ./tests/e2e/tests/simple ./tests/e2e/tests/upgrade ./tests/integration/component/fortio_server ./tests/integration/component/mixer ./tests/integration/component/proxy ./tests/integration/example/environment/appOnlyEnv ./tests/integration/example/environment/appOnlyEnv/cmd ./tests/integration/example/environment/mixerEnvoyEnv ./tests/integration/example/environment/mixerEnvoyEnv/cmd ./tests/integration/example/tests/sample1 ./tests/integration/example/tests/sample2 ./tests/integration/framework ./tests/integration2/examples/basic ./tests/integration2/examples/externalcomp ./tests/integration2/examples/pilot ./tests/integration2/galley ./tests/k8s ./tests/local ./tests/util ./tests/util/checker ./tests/util/checker/testlinter ./tests/util/checker/testlinter/rules ./tests/util/checker/testlinter/testdata ./tests/util/checker/testlinter/testdata/e2e ./tests/util/checker/testlinter/testdata/integration ./tools/githubContrib ./tools/hyperistio ./tools/license | |
DEBUG: [Aug 24 00:08:03.038] [ineffassign.3]: executing /go/bin/ineffassign -n ./addons/servicegraph ./addons/servicegraph/cmd/demosvc ./addons/servicegraph/cmd/server ./addons/servicegraph/dot ./addons/servicegraph/promgen ./galley/cmd/galley ./galley/cmd/galley/cmd ./galley/cmd/shared ./galley/pkg/crd/validation ./galley/pkg/kube ./galley/pkg/kube/converter ./galley/pkg/kube/converter/legacy ./galley/pkg/kube/source ./galley/pkg/metadata ./galley/pkg/metadata/kube ./galley/pkg/runtime ./galley/pkg/runtime/resource ./galley/pkg/server ./galley/pkg/testing/common ./galley/pkg/testing/mock ./galley/tools/gen-meta ./galley/tools/mcpc ./istioctl/cmd/istioctl ./istioctl/cmd/istioctl/gendeployment ./istioctl/pkg/convert ./istioctl/pkg/kubernetes ./istioctl/pkg/util/configdump ./istioctl/pkg/util/proto ./istioctl/pkg/writer/compare ./istioctl/pkg/writer/envoy/configdump ./istioctl/pkg/writer/pilot ./mixer/adapter ./mixer/adapter/bypass ./mixer/adapter/bypass/config ./mixer/adapter/circonus ./mixer/adapter/circonus/config ./mixer/adapter/cloudwatch ./mixer/adapter/cloudwatch/config ./mixer/adapter/denier ./mixer/adapter/denier/config ./mixer/adapter/dogstatsd ./mixer/adapter/dogstatsd/config ./mixer/adapter/fluentd ./mixer/adapter/fluentd/config ./mixer/adapter/kubernetesenv ./mixer/adapter/kubernetesenv/config ./mixer/adapter/kubernetesenv/template ./mixer/adapter/list ./mixer/adapter/list/config ./mixer/adapter/memquota ./mixer/adapter/memquota/config ./mixer/adapter/noop ./mixer/adapter/opa ./mixer/adapter/opa/config ./mixer/adapter/prometheus ./mixer/adapter/prometheus/config ./mixer/adapter/rbac ./mixer/adapter/rbac/config ./mixer/adapter/redisquota ./mixer/adapter/redisquota/config ./mixer/adapter/servicecontrol ./mixer/adapter/servicecontrol/config ./mixer/adapter/servicecontrol/template/servicecontrolreport ./mixer/adapter/signalfx ./mixer/adapter/signalfx/config ./mixer/adapter/solarwinds ./mixer/adapter/solarwinds/config ./mixer/adapter/solarwinds/internal/appoptics ./mixer/adapter/solarwinds/internal/papertrail ./mixer/adapter/stackdriver ./mixer/adapter/stackdriver/config ./mixer/adapter/stackdriver/contextgraph ./mixer/adapter/stackdriver/helper ./mixer/adapter/stackdriver/log ./mixer/adapter/stackdriver/metric ./mixer/adapter/stackdriver/trace ./mixer/adapter/statsd ./mixer/adapter/statsd/config ./mixer/adapter/stdio ./mixer/adapter/stdio/config ./mixer/cmd/mixc ./mixer/cmd/mixc/cmd ./mixer/cmd/mixs ./mixer/cmd/mixs/cmd ./mixer/cmd/shared ./mixer/pkg/adapter ./mixer/pkg/adapter/test ./mixer/pkg/api ./mixer/pkg/attribute ./mixer/pkg/checkcache ./mixer/pkg/config ./mixer/pkg/config/crd ./mixer/pkg/config/mcp ./mixer/pkg/config/store ./mixer/pkg/config/storetest ./mixer/pkg/il ./mixer/pkg/il/interpreter ./mixer/pkg/il/testing ./mixer/pkg/il/text ./mixer/pkg/lang ./mixer/pkg/lang/ast ./mixer/pkg/lang/checker ./mixer/pkg/lang/compiled ./mixer/pkg/lang/compiler ./mixer/pkg/mockapi ./mixer/pkg/perf ./mixer/pkg/pool ./mixer/pkg/protobuf/descriptor ./mixer/pkg/protobuf/yaml ./mixer/pkg/protobuf/yaml/dynamic ./mixer/pkg/protobuf/yaml/testdata/all ./mixer/pkg/runtime ./mixer/pkg/runtime/config ./mixer/pkg/runtime/config/constant ./mixer/pkg/runtime/config/validator ./mixer/pkg/runtime/dispatcher ./mixer/pkg/runtime/handler ./mixer/pkg/runtime/routing ./mixer/pkg/runtime/safecall ./mixer/pkg/runtime/testing/data ./mixer/pkg/server ./mixer/pkg/status ./mixer/pkg/template ./mixer/template ./mixer/template/apikey ./mixer/template/authorization ./mixer/template/checknothing ./mixer/template/edge ./mixer/template/listentry ./mixer/template/logentry ./mixer/template/metric ./mixer/template/quota ./mixer/template/reportnothing ./mixer/template/sample ./mixer/template/sample/apa ./mixer/template/sample/check ./mixer/template/sample/quota ./mixer/template/sample/report ./mixer/template/tracespan ./mixer/test/client/check_cache ./mixer/test/client/check_cache_hit ./mixer/test/client/check_report ./mixer/test/client/check_report_disable ./mixer/test/client/check_report_large_post_request ./mixer/test/client/disable_check_cache ./mixer/test/client/disable_tcp_check_calls ./mixer/test/client/dynamic_attribute ./mixer/test/client/dynamic_listener ./mixer/test/client/env ./mixer/test/client/failed_request ./mixer/test/client/fault_inject ./mixer/test/client/global_dictionary ./mixer/test/client/istio_authn_origin_jwt_bound_origin ./mixer/test/client/istio_authn_origin_jwt_bound_peer ./mixer/test/client/istio_authn_origin_reject_no_jwt ./mixer/test/client/istio_authn_peer_jwt_bound_origin ./mixer/test/client/istio_authn_peer_jwt_bound_peer ./mixer/test/client/istio_authn_peer_reject_no_jwt ./mixer/test/client/istio_authn_peer_reject_no_mtls ./mixer/test/client/istio_authn_peer_reject_no_tls ./mixer/test/client/mixer_internal_fail ./mixer/test/client/network_policy ./mixer/test/client/pilotplugin ./mixer/test/client/pilotplugin_mtls ./mixer/test/client/pilotplugin_tcp ./mixer/test/client/quota ./mixer/test/client/quota_cache ./mixer/test/client/report_batch ./mixer/test/client/route_directive ./mixer/test/client/tcp_filter ./mixer/test/client/tcp_filter_periodical_report ./mixer/test/client/test_data ./mixer/test/e2e ./mixer/test/listbackend ./mixer/test/listbackend/cmd ./mixer/test/perf ./mixer/test/perf/perfclient ./mixer/test/policybackend ./mixer/test/prometheus ./mixer/test/prometheus/cmd ./mixer/test/spyAdapter ./mixer/test/spyAdapter/template ./mixer/test/spyAdapter/template/apa ./mixer/test/spyAdapter/template/check ./mixer/test/spyAdapter/template/quota ./mixer/test/spyAdapter/template/report ./mixer/test/spybackend ./mixer/tools/adapterlinter ./mixer/tools/codegen/cmd/mixgenbootstrap ./mixer/tools/codegen/cmd/mixgeninventory ./mixer/tools/codegen/pkg/bootstrapgen ./mixer/tools/codegen/pkg/bootstrapgen/template ./mixer/tools/codegen/pkg/inventory ./mixer/tools/codegen/pkg/modelgen ./mixer/tools/mixgen ./mixer/tools/mixgen/cmd ./pilot/cmd ./pilot/cmd/pilot-agent ./pilot/cmd/pilot-discovery ./pilot/cmd/sidecar-injector ./pilot/pkg/bootstrap ./pilot/pkg/config/aggregate ./pilot/pkg/config/aggregate/fakes ./pilot/pkg/config/cloudfoundry ./pilot/pkg/config/cloudfoundry/fakes ./pilot/pkg/config/clusterregistry ./pilot/pkg/config/kube/crd ./pilot/pkg/config/kube/ingress ./pilot/pkg/config/memory ./pilot/pkg/config/monitor ./pilot/pkg/kube/inject ./pilot/pkg/model ./pilot/pkg/model/test ./pilot/pkg/networking/core ./pilot/pkg/networking/core/v1alpha3 ./pilot/pkg/networking/core/v1alpha3/fakes ./pilot/pkg/networking/core/v1alpha3/route ./pilot/pkg/networking/plugin ./pilot/pkg/networking/plugin/authn ./pilot/pkg/networking/plugin/authz ./pilot/pkg/networking/plugin/envoyfilter ./pilot/pkg/networking/plugin/health ./pilot/pkg/networking/plugin/mixer ./pilot/pkg/networking/plugin/registry ./pilot/pkg/networking/util ./pilot/pkg/proxy ./pilot/pkg/proxy/envoy ./pilot/pkg/proxy/envoy/v2 ./pilot/pkg/request ./pilot/pkg/serviceregistry ./pilot/pkg/serviceregistry/aggregate ./pilot/pkg/serviceregistry/cloudfoundry ./pilot/pkg/serviceregistry/cloudfoundry/fakes ./pilot/pkg/serviceregistry/consul ./pilot/pkg/serviceregistry/external ./pilot/pkg/serviceregistry/kube ./pilot/pkg/serviceregistry/memory ./pilot/test/client ./pilot/test/grpcecho ./pilot/test/mock ./pilot/test/server ./pilot/test/server/echo ./pilot/test/util ./pilot/tools ./pilot/tools/debug ./pkg/bootstrap ./pkg/cache ./pkg/cmd ./pkg/collateral ./pkg/ctrlz ./pkg/ctrlz/fw ./pkg/ctrlz/topics ./pkg/kube ./pkg/log ./pkg/mcp/client ./pkg/mcp/configz ./pkg/mcp/creds ./pkg/mcp/server ./pkg/mcp/snapshot ./pkg/mcp/testing ./pkg/mcp/testing/testcerts ./pkg/probe ./pkg/test ./pkg/test/fakes/policy ./pkg/test/framework ./pkg/test/framework/component ./pkg/test/framework/components ./pkg/test/framework/components/apiserver ./pkg/test/framework/components/apps ./pkg/test/framework/components/apps/api ./pkg/test/framework/components/apps/kube ./pkg/test/framework/components/apps/local ./pkg/test/framework/components/apps/local/envoy ./pkg/test/framework/components/apps/local/envoy/agent ./pkg/test/framework/components/apps/local/envoy/agent/pilot ./pkg/test/framework/components/apps/local/envoy/agent/pilot/reserveport ./pkg/test/framework/components/apps/local/envoy/discovery ./pkg/test/framework/components/mixer ./pkg/test/framework/components/pilot ./pkg/test/framework/components/policybackend ./pkg/test/framework/components/registry ./pkg/test/framework/dependency ./pkg/test/framework/environment ./pkg/test/framework/environments/kubernetes ./pkg/test/framework/environments/local ./pkg/test/framework/errors ./pkg/test/framework/internal ./pkg/test/framework/settings ./pkg/test/framework/tmpl ./pkg/test/kube ./pkg/test/protocol ./pkg/test/service/echo ./pkg/test/service/echo/proto ./pkg/test/service/echo/server ./pkg/test/util ./pkg/tracing ./pkg/util ./pkg/version ./samples/health-check ./security/cmd/istio_ca ./security/cmd/node_agent ./security/cmd/node_agent/na ./security/cmd/node_agent_k8s ./security/pkg/adapter/vault ./security/pkg/caclient ./security/pkg/caclient/protocol ./security/pkg/caclient/protocol/mock ./security/pkg/cmd ./security/pkg/credential ./security/pkg/nodeagent/secrets ./security/pkg/pki/ca ./security/pkg/pki/ca/controller ./security/pkg/pki/ca/mock ./security/pkg/pki/util ./security/pkg/pki/util/mock ./security/pkg/platform ./security/pkg/platform/mock ./security/pkg/probe ./security/pkg/registry ./security/pkg/registry/kube ./security/pkg/server/ca ./security/pkg/server/monitoring ./security/pkg/util ./security/pkg/util/mock ./security/proto ./security/tests/integration ./security/tests/integration/certificateRotationTest ./security/tests/integration/nodeAgentTest ./security/tests/integration/secretCreationTest ./security/tools/generate_cert ./security/tools/generate_csr ./tests/e2e/framework ./tests/e2e/tests/bookinfo ./tests/e2e/tests/controller ./tests/e2e/tests/dashboard ./tests/e2e/tests/galley ./tests/e2e/tests/mixer ./tests/e2e/tests/pilot ./tests/e2e/tests/pilot/cloudfoundry ./tests/e2e/tests/pilot/cloudfoundry/mock ./tests/e2e/tests/showcase ./tests/e2e/tests/simple ./tests/e2e/tests/upgrade ./tests/integration/component/fortio_server ./tests/integration/component/mixer ./tests/integration/component/proxy ./tests/integration/example/environment/appOnlyEnv ./tests/integration/example/environment/appOnlyEnv/cmd ./tests/integration/example/environment/mixerEnvoyEnv ./tests/integration/example/environment/mixerEnvoyEnv/cmd ./tests/integration/example/tests/sample1 ./tests/integration/example/tests/sample2 ./tests/integration/framework ./tests/integration2/examples/basic ./tests/integration2/examples/externalcomp ./tests/integration2/examples/pilot ./tests/integration2/galley ./tests/k8s ./tests/local ./tests/util ./tests/util/checker ./tests/util/checker/testlinter ./tests/util/checker/testlinter/rules ./tests/util/checker/testlinter/testdata ./tests/util/checker/testlinter/testdata/e2e ./tests/util/checker/testlinter/testdata/integration ./tools/githubContrib ./tools/hyperistio ./tools/license | |
DEBUG: [Aug 24 00:08:03.038] [vet.4]: executing /usr/local/go/bin/go vet ./addons/servicegraph ./addons/servicegraph/cmd/demosvc ./addons/servicegraph/cmd/server ./addons/servicegraph/dot ./addons/servicegraph/promgen ./galley/cmd/galley ./galley/cmd/galley/cmd ./galley/cmd/shared ./galley/pkg/crd/validation ./galley/pkg/kube ./galley/pkg/kube/converter ./galley/pkg/kube/converter/legacy ./galley/pkg/kube/source ./galley/pkg/metadata ./galley/pkg/metadata/kube ./galley/pkg/runtime ./galley/pkg/runtime/resource ./galley/pkg/server ./galley/pkg/testing/common ./galley/pkg/testing/mock ./galley/tools/gen-meta ./galley/tools/mcpc ./istioctl/cmd/istioctl ./istioctl/cmd/istioctl/gendeployment ./istioctl/pkg/convert ./istioctl/pkg/kubernetes ./istioctl/pkg/util/configdump ./istioctl/pkg/util/proto ./istioctl/pkg/writer/compare ./istioctl/pkg/writer/envoy/configdump ./istioctl/pkg/writer/pilot ./mixer/adapter ./mixer/adapter/bypass ./mixer/adapter/bypass/config ./mixer/adapter/circonus ./mixer/adapter/circonus/config ./mixer/adapter/cloudwatch ./mixer/adapter/cloudwatch/config ./mixer/adapter/denier ./mixer/adapter/denier/config ./mixer/adapter/dogstatsd ./mixer/adapter/dogstatsd/config ./mixer/adapter/fluentd ./mixer/adapter/fluentd/config ./mixer/adapter/kubernetesenv ./mixer/adapter/kubernetesenv/config ./mixer/adapter/kubernetesenv/template ./mixer/adapter/list ./mixer/adapter/list/config ./mixer/adapter/memquota ./mixer/adapter/memquota/config ./mixer/adapter/noop ./mixer/adapter/opa ./mixer/adapter/opa/config ./mixer/adapter/prometheus ./mixer/adapter/prometheus/config ./mixer/adapter/rbac ./mixer/adapter/rbac/config ./mixer/adapter/redisquota ./mixer/adapter/redisquota/config ./mixer/adapter/servicecontrol ./mixer/adapter/servicecontrol/config ./mixer/adapter/servicecontrol/template/servicecontrolreport ./mixer/adapter/signalfx ./mixer/adapter/signalfx/config ./mixer/adapter/solarwinds ./mixer/adapter/solarwinds/config ./mixer/adapter/solarwinds/internal/appoptics ./mixer/adapter/solarwinds/internal/papertrail ./mixer/adapter/stackdriver ./mixer/adapter/stackdriver/config ./mixer/adapter/stackdriver/contextgraph ./mixer/adapter/stackdriver/helper ./mixer/adapter/stackdriver/log ./mixer/adapter/stackdriver/metric ./mixer/adapter/stackdriver/trace ./mixer/adapter/statsd ./mixer/adapter/statsd/config ./mixer/adapter/stdio ./mixer/adapter/stdio/config ./mixer/cmd/mixc ./mixer/cmd/mixc/cmd ./mixer/cmd/mixs ./mixer/cmd/mixs/cmd ./mixer/cmd/shared ./mixer/pkg/adapter ./mixer/pkg/adapter/test ./mixer/pkg/api ./mixer/pkg/attribute ./mixer/pkg/checkcache ./mixer/pkg/config ./mixer/pkg/config/crd ./mixer/pkg/config/mcp ./mixer/pkg/config/store ./mixer/pkg/config/storetest ./mixer/pkg/il ./mixer/pkg/il/interpreter ./mixer/pkg/il/testing ./mixer/pkg/il/text ./mixer/pkg/lang ./mixer/pkg/lang/ast ./mixer/pkg/lang/checker ./mixer/pkg/lang/compiled ./mixer/pkg/lang/compiler ./mixer/pkg/mockapi ./mixer/pkg/perf ./mixer/pkg/pool ./mixer/pkg/protobuf/descriptor ./mixer/pkg/protobuf/yaml ./mixer/pkg/protobuf/yaml/dynamic ./mixer/pkg/protobuf/yaml/testdata/all ./mixer/pkg/runtime ./mixer/pkg/runtime/config ./mixer/pkg/runtime/config/constant ./mixer/pkg/runtime/config/validator ./mixer/pkg/runtime/dispatcher ./mixer/pkg/runtime/handler ./mixer/pkg/runtime/routing ./mixer/pkg/runtime/safecall ./mixer/pkg/runtime/testing/data ./mixer/pkg/server ./mixer/pkg/status ./mixer/pkg/template ./mixer/template ./mixer/template/apikey ./mixer/template/authorization ./mixer/template/checknothing ./mixer/template/edge ./mixer/template/listentry ./mixer/template/logentry ./mixer/template/metric ./mixer/template/quota ./mixer/template/reportnothing ./mixer/template/sample ./mixer/template/sample/apa ./mixer/template/sample/check ./mixer/template/sample/quota ./mixer/template/sample/report ./mixer/template/tracespan ./mixer/test/client/check_cache ./mixer/test/client/check_cache_hit ./mixer/test/client/check_report ./mixer/test/client/check_report_disable ./mixer/test/client/check_report_large_post_request ./mixer/test/client/disable_check_cache ./mixer/test/client/disable_tcp_check_calls ./mixer/test/client/dynamic_attribute ./mixer/test/client/dynamic_listener ./mixer/test/client/env ./mixer/test/client/failed_request ./mixer/test/client/fault_inject ./mixer/test/client/global_dictionary ./mixer/test/client/istio_authn_origin_jwt_bound_origin ./mixer/test/client/istio_authn_origin_jwt_bound_peer ./mixer/test/client/istio_authn_origin_reject_no_jwt ./mixer/test/client/istio_authn_peer_jwt_bound_origin ./mixer/test/client/istio_authn_peer_jwt_bound_peer ./mixer/test/client/istio_authn_peer_reject_no_jwt ./mixer/test/client/istio_authn_peer_reject_no_mtls ./mixer/test/client/istio_authn_peer_reject_no_tls ./mixer/test/client/mixer_internal_fail ./mixer/test/client/network_policy ./mixer/test/client/pilotplugin ./mixer/test/client/pilotplugin_mtls ./mixer/test/client/pilotplugin_tcp ./mixer/test/client/quota ./mixer/test/client/quota_cache ./mixer/test/client/report_batch ./mixer/test/client/route_directive ./mixer/test/client/tcp_filter ./mixer/test/client/tcp_filter_periodical_report ./mixer/test/client/test_data ./mixer/test/e2e ./mixer/test/listbackend ./mixer/test/listbackend/cmd ./mixer/test/perf ./mixer/test/perf/perfclient ./mixer/test/policybackend ./mixer/test/prometheus ./mixer/test/prometheus/cmd ./mixer/test/spyAdapter ./mixer/test/spyAdapter/template ./mixer/test/spyAdapter/template/apa ./mixer/test/spyAdapter/template/check ./mixer/test/spyAdapter/template/quota ./mixer/test/spyAdapter/template/report ./mixer/test/spybackend ./mixer/tools/adapterlinter ./mixer/tools/codegen/cmd/mixgenbootstrap ./mixer/tools/codegen/cmd/mixgeninventory ./mixer/tools/codegen/pkg/bootstrapgen ./mixer/tools/codegen/pkg/bootstrapgen/template ./mixer/tools/codegen/pkg/inventory ./mixer/tools/codegen/pkg/modelgen ./mixer/tools/mixgen ./mixer/tools/mixgen/cmd ./pilot/cmd ./pilot/cmd/pilot-agent ./pilot/cmd/pilot-discovery ./pilot/cmd/sidecar-injector ./pilot/pkg/bootstrap ./pilot/pkg/config/aggregate ./pilot/pkg/config/aggregate/fakes ./pilot/pkg/config/cloudfoundry ./pilot/pkg/config/cloudfoundry/fakes ./pilot/pkg/config/clusterregistry ./pilot/pkg/config/kube/crd ./pilot/pkg/config/kube/ingress ./pilot/pkg/config/memory ./pilot/pkg/config/monitor ./pilot/pkg/kube/inject ./pilot/pkg/model ./pilot/pkg/model/test ./pilot/pkg/networking/core ./pilot/pkg/networking/core/v1alpha3 ./pilot/pkg/networking/core/v1alpha3/fakes ./pilot/pkg/networking/core/v1alpha3/route ./pilot/pkg/networking/plugin ./pilot/pkg/networking/plugin/authn ./pilot/pkg/networking/plugin/authz ./pilot/pkg/networking/plugin/envoyfilter ./pilot/pkg/networking/plugin/health ./pilot/pkg/networking/plugin/mixer ./pilot/pkg/networking/plugin/registry ./pilot/pkg/networking/util ./pilot/pkg/proxy ./pilot/pkg/proxy/envoy ./pilot/pkg/proxy/envoy/v2 ./pilot/pkg/request ./pilot/pkg/serviceregistry ./pilot/pkg/serviceregistry/aggregate ./pilot/pkg/serviceregistry/cloudfoundry ./pilot/pkg/serviceregistry/cloudfoundry/fakes ./pilot/pkg/serviceregistry/consul ./pilot/pkg/serviceregistry/external ./pilot/pkg/serviceregistry/kube ./pilot/pkg/serviceregistry/memory ./pilot/test/client ./pilot/test/grpcecho ./pilot/test/mock ./pilot/test/server ./pilot/test/server/echo ./pilot/test/util ./pilot/tools ./pilot/tools/debug ./pkg/bootstrap ./pkg/cache ./pkg/cmd ./pkg/collateral ./pkg/ctrlz ./pkg/ctrlz/fw ./pkg/ctrlz/topics ./pkg/kube ./pkg/log ./pkg/mcp/client ./pkg/mcp/configz ./pkg/mcp/creds ./pkg/mcp/server ./pkg/mcp/snapshot ./pkg/mcp/testing ./pkg/mcp/testing/testcerts ./pkg/probe ./pkg/test ./pkg/test/fakes/policy ./pkg/test/framework ./pkg/test/framework/component ./pkg/test/framework/components ./pkg/test/framework/components/apiserver ./pkg/test/framework/components/apps ./pkg/test/framework/components/apps/api ./pkg/test/framework/components/apps/kube ./pkg/test/framework/components/apps/local ./pkg/test/framework/components/apps/local/envoy ./pkg/test/framework/components/apps/local/envoy/agent ./pkg/test/framework/components/apps/local/envoy/agent/pilot ./pkg/test/framework/components/apps/local/envoy/agent/pilot/reserveport ./pkg/test/framework/components/apps/local/envoy/discovery ./pkg/test/framework/components/mixer ./pkg/test/framework/components/pilot ./pkg/test/framework/components/policybackend ./pkg/test/framework/components/registry ./pkg/test/framework/dependency ./pkg/test/framework/environment ./pkg/test/framework/environments/kubernetes ./pkg/test/framework/environments/local ./pkg/test/framework/errors ./pkg/test/framework/internal ./pkg/test/framework/settings ./pkg/test/framework/tmpl ./pkg/test/kube ./pkg/test/protocol ./pkg/test/service/echo ./pkg/test/service/echo/proto ./pkg/test/service/echo/server ./pkg/test/util ./pkg/tracing ./pkg/util ./pkg/version ./samples/health-check ./security/cmd/istio_ca ./security/cmd/node_agent ./security/cmd/node_agent/na ./security/cmd/node_agent_k8s ./security/pkg/adapter/vault ./security/pkg/caclient ./security/pkg/caclient/protocol ./security/pkg/caclient/protocol/mock ./security/pkg/cmd ./security/pkg/credential ./security/pkg/nodeagent/secrets ./security/pkg/pki/ca ./security/pkg/pki/ca/controller ./security/pkg/pki/ca/mock ./security/pkg/pki/util ./security/pkg/pki/util/mock ./security/pkg/platform ./security/pkg/platform/mock ./security/pkg/probe ./security/pkg/registry ./security/pkg/registry/kube ./security/pkg/server/ca ./security/pkg/server/monitoring ./security/pkg/util ./security/pkg/util/mock ./security/proto ./security/tests/integration ./security/tests/integration/certificateRotationTest ./security/tests/integration/nodeAgentTest ./security/tests/integration/secretCreationTest ./security/tools/generate_cert ./security/tools/generate_csr ./tests/e2e/framework ./tests/e2e/tests/bookinfo ./tests/e2e/tests/controller ./tests/e2e/tests/dashboard ./tests/e2e/tests/galley ./tests/e2e/tests/mixer ./tests/e2e/tests/pilot ./tests/e2e/tests/pilot/cloudfoundry ./tests/e2e/tests/pilot/cloudfoundry/mock ./tests/e2e/tests/showcase ./tests/e2e/tests/simple ./tests/e2e/tests/upgrade ./tests/integration/component/fortio_server ./tests/integration/component/mixer ./tests/integration/component/proxy ./tests/integration/example/environment/appOnlyEnv ./tests/integration/example/environment/appOnlyEnv/cmd ./tests/integration/example/environment/mixerEnvoyEnv ./tests/integration/example/environment/mixerEnvoyEnv/cmd ./tests/integration/example/tests/sample1 ./tests/integration/example/tests/sample2 ./tests/integration/framework ./tests/integration2/examples/basic ./tests/integration2/examples/externalcomp ./tests/integration2/examples/pilot ./tests/integration2/galley ./tests/k8s ./tests/local ./tests/util ./tests/util/checker ./tests/util/checker/testlinter ./tests/util/checker/testlinter/rules ./tests/util/checker/testlinter/testdata ./tests/util/checker/testlinter/testdata/e2e ./tests/util/checker/testlinter/testdata/integration ./tools/githubContrib ./tools/hyperistio ./tools/license | |
DEBUG: [Aug 24 00:08:04.353] [deadcode.1]: warning: /go/bin/deadcode returned exit status 2: deadcode: mixer/adapter/bypass/config/config.pb.go:158:1: sozConfig is unused | |
deadcode: mixer/adapter/bypass/config/config.pb.go:173:1: valueToStringConfig is unused | |
deadcode: mixer/adapter/circonus/config/config.pb.go:234:1: sozConfig is unused | |
deadcode: mixer/adapter/circonus/config/config.pb.go:260:1: valueToStringConfig is unused | |
deadcode: mixer/adapter/cloudwatch/config/config.pb.go:289:1: valueToGoStringConfig is unused | |
deadcode: mixer/adapter/cloudwatch/config/config.pb.go:423:1: sozConfig is unused | |
deadcode: mixer/adapter/cloudwatch/config/config.pb.go:457:1: valueToStringConfig is unused | |
deadcode: mixer/adapter/denier/config/config.pb.go:138:1: sozConfig is unused | |
deadcode: mixer/adapter/denier/config/config.pb.go:153:1: valueToStringConfig is unused | |
deadcode: mixer/adapter/dogstatsd/config/config.pb.go:343:1: valueToGoStringConfig is unused | |
deadcode: mixer/adapter/dogstatsd/config/config.pb.go:564:1: sozConfig is unused | |
deadcode: mixer/adapter/dogstatsd/config/config.pb.go:624:1: valueToStringConfig is unused | |
deadcode: mixer/adapter/fluentd/config/config.pb.go:131:1: sozConfig is unused | |
deadcode: mixer/adapter/fluentd/config/config.pb.go:145:1: valueToStringConfig is unused | |
deadcode: mixer/adapter/kubernetesenv/config/config.pb.go:148:1: sozConfig is unused | |
deadcode: mixer/adapter/kubernetesenv/config/config.pb.go:162:1: valueToStringConfig is unused | |
deadcode: mixer/adapter/kubernetesenv/template/template_handler_service.pb.go:231:1: sozTemplateHandlerService is unused | |
deadcode: mixer/adapter/kubernetesenv/template/template_handler_service.pb.go:259:1: valueToStringTemplateHandlerService is unused | |
deadcode: mixer/adapter/list/config/config.pb.go:254:1: sozConfig is unused | |
deadcode: mixer/adapter/list/config/config.pb.go:274:1: valueToStringConfig is unused | |
deadcode: mixer/adapter/memquota/config/config.pb.go:364:1: sozConfig is unused | |
deadcode: mixer/adapter/memquota/config/config.pb.go:413:1: valueToStringConfig is unused | |
deadcode: mixer/adapter/opa/config/config.pb.go:177:1: sozConfig is unused | |
deadcode: mixer/adapter/opa/config/config.pb.go:192:1: valueToStringConfig is unused | |
deadcode: mixer/adapter/prometheus/config/config.pb.go:783:1: sozConfig is unused | |
deadcode: mixer/adapter/prometheus/config/config.pb.go:886:1: valueToStringConfig is unused | |
deadcode: mixer/adapter/rbac/config/config.pb.go:143:1: sozConfig is unused | |
deadcode: mixer/adapter/rbac/config/config.pb.go:157:1: valueToStringConfig is unused | |
deadcode: mixer/adapter/redisquota/config/config.pb.go:441:1: sozConfig is unused | |
deadcode: mixer/adapter/redisquota/config/config.pb.go:492:1: valueToStringConfig is unused | |
deadcode: mixer/adapter/servicecontrol/testhelper.go:81:1: mockConsumerProjectIDResolver is unused | |
deadcode: mixer/adapter/servicecontrol/testhelper.go:95:1: compareJSON is unused | |
deadcode: mixer/adapter/servicecontrol/config/config.pb.go:375:1: sozConfig is unused | |
deadcode: mixer/adapter/servicecontrol/config/config.pb.go:425:1: valueToStringConfig is unused | |
deadcode: mixer/adapter/servicecontrol/template/servicecontrolreport/template_handler_service.pb.go:678:1: sozTemplateHandlerService is unused | |
deadcode: mixer/adapter/servicecontrol/template/servicecontrolreport/template_handler_service.pb.go:747:1: valueToStringTemplateHandlerService is unused | |
deadcode: mixer/adapter/signalfx/config/config.pb.go:375:1: sozConfig is unused | |
deadcode: mixer/adapter/signalfx/config/config.pb.go:406:1: valueToStringConfig is unused | |
deadcode: mixer/adapter/solarwinds/config/config.pb.go:411:1: sozConfig is unused | |
deadcode: mixer/adapter/solarwinds/config/config.pb.go:469:1: valueToStringConfig is unused | |
deadcode: mixer/adapter/stackdriver/config/config.pb.go:1400:1: sozConfig is unused | |
deadcode: mixer/adapter/stackdriver/config/config.pb.go:1610:1: valueToStringConfig is unused | |
deadcode: mixer/adapter/statsd/config/config.pb.go:302:1: sozConfig is unused | |
deadcode: mixer/adapter/statsd/config/config.pb.go:341:1: valueToStringConfig is unused | |
deadcode: mixer/adapter/stdio/config/config.pb.go:313:1: sozConfig is unused | |
deadcode: mixer/adapter/stdio/config/config.pb.go:344:1: valueToStringConfig is unused | |
deadcode: mixer/cmd/mixc/cmd/util.go:247:1: dumpAttributes is unused | |
deadcode: mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:1703:1: valueToGoStringTypes is unused | |
deadcode: mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:3525:1: valueToStringTypes is unused | |
deadcode: mixer/template/apikey/template_handler_service.pb.go:495:1: sozTemplateHandlerService is unused | |
deadcode: mixer/template/apikey/template_handler_service.pb.go:548:1: valueToStringTemplateHandlerService is unused | |
deadcode: mixer/template/authorization/template_handler_service.pb.go:1041:1: sozTemplateHandlerService is unused | |
deadcode: mixer/template/authorization/template_handler_service.pb.go:1222:1: valueToStringTemplateHandlerService is unused | |
deadcode: mixer/template/checknothing/template_handler_service.pb.go:368:1: sozTemplateHandlerService is unused | |
deadcode: mixer/template/checknothing/template_handler_service.pb.go:411:1: valueToStringTemplateHandlerService is unused | |
deadcode: mixer/template/edge/template_handler_service.pb.go:667:1: sozTemplateHandlerService is unused | |
deadcode: mixer/template/edge/template_handler_service.pb.go:732:1: valueToStringTemplateHandlerService is unused | |
deadcode: mixer/template/listentry/template_handler_service.pb.go:396:1: sozTemplateHandlerService is unused | |
deadcode: mixer/template/listentry/template_handler_service.pb.go:441:1: valueToStringTemplateHandlerService is unused | |
deadcode: mixer/template/logentry/template_handler_service.pb.go:668:1: sozTemplateHandlerService is unused | |
deadcode: mixer/template/logentry/template_handler_service.pb.go:783:1: valueToStringTemplateHandlerService is unused | |
deadcode: mixer/template/metric/template_handler_service.pb.go:649:1: sozTemplateHandlerService is unused | |
deadcode: mixer/template/metric/template_handler_service.pb.go:763:1: valueToStringTemplateHandlerService is unused | |
deadcode: mixer/template/quota/template_handler_service.pb.go:489:1: sozTemplateHandlerService is unused | |
deadcode: mixer/template/quota/template_handler_service.pb.go:566:1: valueToStringTemplateHandlerService is unused | |
deadcode: mixer/template/reportnothing/template_handler_service.pb.go:372:1: sozTemplateHandlerService is unused | |
deadcode: mixer/template/reportnothing/template_handler_service.pb.go:415:1: valueToStringTemplateHandlerService is unused | |
deadcode: mixer/template/sample/apa/Apa_handler_service.pb.go:597:1: sozApaHandlerService is unused | |
deadcode: mixer/template/sample/apa/Apa_handler_service.pb.go:710:1: valueToStringApaHandlerService is unused | |
deadcode: mixer/template/sample/check/CheckTesterTemplate_handler_service.pb.go:1324:1: sozCheckTesterTemplateHandlerService is unused | |
deadcode: mixer/template/sample/check/CheckTesterTemplate_handler_service.pb.go:1592:1: valueToStringCheckTesterTemplateHandlerService is unused | |
deadcode: mixer/template/sample/quota/QuotaTesterTemplate_handler_service.pb.go:1415:1: sozQuotaTesterTemplateHandlerService is unused | |
deadcode: mixer/template/sample/quota/QuotaTesterTemplate_handler_service.pb.go:1715:1: valueToStringQuotaTesterTemplateHandlerService is unused | |
deadcode: mixer/template/sample/report/ReportTesterTemplate_handler_service.pb.go:1729:1: sozReportTesterTemplateHandlerService is unused | |
deadcode: mixer/template/sample/report/ReportTesterTemplate_handler_service.pb.go:2055:1: valueToStringReportTesterTemplateHandlerService is unused | |
deadcode: mixer/template/tracespan/tracespan_handler_service.pb.go:794:1: sozTracespanHandlerService is unused | |
deadcode: mixer/template/tracespan/tracespan_handler_service.pb.go:888:1: valueToStringTracespanHandlerService is unused | |
deadcode: mixer/test/spyAdapter/template/apa/tmpl_handler_service.pb.go:175:1: sozTmplHandlerService is unused | |
deadcode: mixer/test/spyAdapter/template/apa/tmpl_handler_service.pb.go:202:1: valueToStringTmplHandlerService is unused | |
deadcode: mixer/test/spyAdapter/template/check/tmpl_handler_service.pb.go:368:1: sozTmplHandlerService is unused | |
deadcode: mixer/test/spyAdapter/template/check/tmpl_handler_service.pb.go:413:1: valueToStringTmplHandlerService is unused | |
deadcode: mixer/test/spyAdapter/template/quota/quotatmpl_handler_service.pb.go:465:1: sozQuotatmplHandlerService is unused | |
deadcode: mixer/test/spyAdapter/template/quota/quotatmpl_handler_service.pb.go:542:1: valueToStringQuotatmplHandlerService is unused | |
deadcode: mixer/test/spyAdapter/template/report/reporttmpl_handler_service.pb.go:485:1: sozReporttmplHandlerService is unused | |
deadcode: mixer/test/spyAdapter/template/report/reporttmpl_handler_service.pb.go:564:1: valueToStringReporttmplHandlerService is unused | |
deadcode: mixer/test/spybackend/session.go:57:1: newSessionServer is unused | |
deadcode: pilot/pkg/model/test/mockopenidserver.go:32:1: portBase is unused | |
deadcode: pilot/pkg/model/test/mock_config.pb.go:200:1: sozMockConfig is unused | |
deadcode: security/pkg/server/ca/authorizer.go:30:1: sameIDAuthorizer is unused | |
deadcode: security/proto/workload_service.pb.go:144:1: valueToGoStringWorkloadService is unused | |
deadcode: security/proto/workload_service.pb.go:316:1: sozWorkloadService is unused | |
deadcode: security/proto/workload_service.pb.go:339:1: valueToStringWorkloadService is unused | |
deadcode: security/proto/ca_service.pb.go:308:1: sozCaService is unused | |
deadcode: security/proto/ca_service.pb.go:337:1: valueToStringCaService is unused | |
DEBUG: [Aug 24 00:08:04.354] [deadcode.1]: deadcode hits 94: ^deadcode: (?P<path>.*?\.go):(?P<line>\d+):(?P<col>\d+):\s*(?P<message>.*)$ | |
DEBUG: [Aug 24 00:08:04.401] nolint: parsing mixer/adapter/servicecontrol/testhelper.go for directives | |
DEBUG: [Aug 24 00:08:04.402] nolint: parsing mixer/adapter/servicecontrol/testhelper.go took 1.183624ms | |
DEBUG: [Aug 24 00:08:04.402] nolint: matched deadcode:93-107 to issue mixer/adapter/servicecontrol/testhelper.go:95:1:error: compareJSON is unused (deadcode) | |
DEBUG: [Aug 24 00:08:04.423] nolint: parsing mixer/cmd/mixc/cmd/util.go for directives | |
DEBUG: [Aug 24 00:08:04.425] nolint: parsing mixer/cmd/mixc/cmd/util.go took 2.438006ms | |
DEBUG: [Aug 24 00:08:04.425] nolint: matched deadcode:246-276 to issue mixer/cmd/mixc/cmd/util.go:247:1:error: dumpAttributes is unused (deadcode) | |
DEBUG: [Aug 24 00:08:04.473] nolint: parsing mixer/test/spybackend/session.go for directives | |
DEBUG: [Aug 24 00:08:04.474] nolint: parsing mixer/test/spybackend/session.go took 932.363µs | |
DEBUG: [Aug 24 00:08:04.474] nolint: matched deadcode:56-73 to issue mixer/test/spybackend/session.go:57:1:error: newSessionServer is unused (deadcode) | |
DEBUG: [Aug 24 00:08:04.478] nolint: parsing security/pkg/server/ca/authorizer.go for directives | |
DEBUG: [Aug 24 00:08:04.479] nolint: parsing security/pkg/server/ca/authorizer.go took 984.174µs | |
DEBUG: [Aug 24 00:08:04.479] nolint: matched all:27-30 to issue security/pkg/server/ca/authorizer.go:30:1:error: sameIDAuthorizer is unused (deadcode) | |
DEBUG: [Aug 24 00:08:04.484] [deadcode.1]: deadcode linter took 1.450536836s | |
DEBUG: [Aug 24 00:08:04.484] [lll.5]: executing /go/bin/lll -g -l 160 addons/servicegraph/d3graph.go addons/servicegraph/servicegraph.go addons/servicegraph/cmd/demosvc/main.go addons/servicegraph/cmd/server/main.go addons/servicegraph/dot/dot.go addons/servicegraph/promgen/promgen.go galley/cmd/galley/main.go galley/cmd/galley/cmd/probe.go galley/cmd/galley/cmd/root.go galley/cmd/galley/cmd/server.go galley/cmd/galley/cmd/validator.go galley/cmd/shared/shared.go galley/pkg/crd/validation/config.go galley/pkg/crd/validation/config_test.go galley/pkg/crd/validation/monitoring.go galley/pkg/crd/validation/webhook.go galley/pkg/crd/validation/webhook_test.go galley/pkg/kube/interfaces.go galley/pkg/kube/interfaces_test.go galley/pkg/kube/resourcespec.go galley/pkg/kube/resourcespec_test.go galley/pkg/kube/schema.go galley/pkg/kube/schema_test.go galley/pkg/kube/converter/converter.go galley/pkg/kube/converter/converter_test.go galley/pkg/kube/converter/proto.go galley/pkg/kube/converter/proto_test.go galley/pkg/kube/converter/legacy/gen.go galley/pkg/kube/converter/legacy/legacymixer.pb.go galley/pkg/kube/source/listener.go galley/pkg/kube/source/listener_test.go galley/pkg/kube/source/source.go galley/pkg/kube/source/source_test.go galley/pkg/metadata/types.go galley/pkg/metadata/types_test.go galley/pkg/metadata/kube/types.go galley/pkg/metadata/kube/types_test.go galley/pkg/runtime/distributor.go galley/pkg/runtime/distributor_test.go galley/pkg/runtime/processor.go galley/pkg/runtime/processor_test.go galley/pkg/runtime/source.go galley/pkg/runtime/source_test.go galley/pkg/runtime/state.go galley/pkg/runtime/state_test.go galley/pkg/runtime/strategy.go galley/pkg/runtime/strategy_test.go galley/pkg/runtime/resource/event.go galley/pkg/runtime/resource/event_test.go galley/pkg/runtime/resource/proto.go galley/pkg/runtime/resource/resource.go galley/pkg/runtime/resource/resource_test.go galley/pkg/runtime/resource/schema.go galley/pkg/runtime/resource/schema_test.go galley/pkg/server/args.go galley/pkg/server/args_test.go galley/pkg/server/configmap.go galley/pkg/server/configmap_test.go galley/pkg/server/server.go galley/pkg/server/server_test.go galley/pkg/testing/common/mocklog.go galley/pkg/testing/mock/kube.go galley/pkg/testing/mock/watch.go galley/tools/gen-meta/main.go galley/tools/mcpc/main.go istioctl/cmd/istioctl/authn.go istioctl/cmd/istioctl/convert_ingress.go istioctl/cmd/istioctl/convert_ingress_test.go istioctl/cmd/istioctl/deregister.go istioctl/cmd/istioctl/doc.go istioctl/cmd/istioctl/istioctl_test.go istioctl/cmd/istioctl/kubeinject.go istioctl/cmd/istioctl/main.go istioctl/cmd/istioctl/metrics.go istioctl/cmd/istioctl/mixer.go istioctl/cmd/istioctl/proxyconfig.go istioctl/cmd/istioctl/proxyconfig_test.go istioctl/cmd/istioctl/proxystatus.go istioctl/cmd/istioctl/proxystatus_test.go istioctl/cmd/istioctl/rbac.go istioctl/cmd/istioctl/register.go istioctl/cmd/istioctl/gendeployment/cmd.go istioctl/cmd/istioctl/gendeployment/cmd_test.go istioctl/cmd/istioctl/gendeployment/yaml.go istioctl/pkg/convert/ingress.go istioctl/pkg/kubernetes/client.go istioctl/pkg/util/configdump/bootstrap.go istioctl/pkg/util/configdump/bootstrap_test.go istioctl/pkg/util/configdump/cluster.go istioctl/pkg/util/configdump/cluster_test.go istioctl/pkg/util/configdump/listener.go istioctl/pkg/util/configdump/listener_test.go istioctl/pkg/util/configdump/route.go istioctl/pkg/util/configdump/route_test.go istioctl/pkg/util/configdump/wrapper.go istioctl/pkg/util/proto/messageslice.go istioctl/pkg/writer/compare/cluster.go istioctl/pkg/writer/compare/cluster_test.go istioctl/pkg/writer/compare/comparator.go istioctl/pkg/writer/compare/comparator_test.go istioctl/pkg/writer/compare/listener.go istioctl/pkg/writer/compare/listener_test.go istioctl/pkg/writer/compare/route.go istioctl/pkg/writer/compare/route_test.go istioctl/pkg/writer/envoy/configdump/cluster.go istioctl/pkg/writer/envoy/configdump/cluster_test.go istioctl/pkg/writer/envoy/configdump/configdump.go istioctl/pkg/writer/envoy/configdump/configdump_test.go istioctl/pkg/writer/envoy/configdump/listener.go istioctl/pkg/writer/envoy/configdump/listener_test.go istioctl/pkg/writer/envoy/configdump/route.go istioctl/pkg/writer/envoy/configdump/route_test.go istioctl/pkg/writer/pilot/auth.go istioctl/pkg/writer/pilot/auth_test.go istioctl/pkg/writer/pilot/status.go istioctl/pkg/writer/pilot/status_test.go mixer/adapter/doc.go mixer/adapter/inventory.gen.go mixer/adapter/bypass/bypass.go mixer/adapter/bypass/bypass_test.go mixer/adapter/bypass/util.go mixer/adapter/bypass/config/config.pb.go mixer/adapter/circonus/circonus.go mixer/adapter/circonus/circonus_test.go mixer/adapter/circonus/config/config.pb.go mixer/adapter/cloudwatch/client.go mixer/adapter/cloudwatch/cloudwatch.go mixer/adapter/cloudwatch/cloudwatch_test.go mixer/adapter/cloudwatch/handler.go mixer/adapter/cloudwatch/handler_test.go mixer/adapter/cloudwatch/config/config.pb.go mixer/adapter/denier/denier.go mixer/adapter/denier/denier_test.go mixer/adapter/denier/config/config.pb.go mixer/adapter/dogstatsd/dogstatsd.go mixer/adapter/dogstatsd/dogstatsd_test.go mixer/adapter/dogstatsd/config/config.pb.go mixer/adapter/fluentd/fluentd.go mixer/adapter/fluentd/fluentd_test.go mixer/adapter/fluentd/config/config.pb.go mixer/adapter/kubernetesenv/cache.go mixer/adapter/kubernetesenv/cache_test.go mixer/adapter/kubernetesenv/kubernetesenv.go mixer/adapter/kubernetesenv/kubernetesenv_test.go mixer/adapter/kubernetesenv/config/config.pb.go mixer/adapter/kubernetesenv/template/template_handler.gen.go mixer/adapter/kubernetesenv/template/template_handler_service.pb.go mixer/adapter/list/ipList.go mixer/adapter/list/list.go mixer/adapter/list/list_integration_test.go mixer/adapter/list/list_test.go mixer/adapter/list/regexList.go mixer/adapter/list/stringList.go mixer/adapter/list/config/config.pb.go mixer/adapter/memquota/dedup.go mixer/adapter/memquota/keys.go mixer/adapter/memquota/memquota.go mixer/adapter/memquota/memquota_test.go mixer/adapter/memquota/rollingWindow.go mixer/adapter/memquota/rollingWindow_test.go mixer/adapter/memquota/config/config.pb.go mixer/adapter/noop/noop.go mixer/adapter/noop/noop_test.go mixer/adapter/opa/opa.go mixer/adapter/opa/opa_integration_test.go mixer/adapter/opa/opa_test.go mixer/adapter/opa/config/config.pb.go mixer/adapter/prometheus/prometheus.go mixer/adapter/prometheus/prometheus_integration_test.go mixer/adapter/prometheus/prometheus_test.go mixer/adapter/prometheus/server.go mixer/adapter/prometheus/server_test.go mixer/adapter/prometheus/config/config.pb.go mixer/adapter/rbac/controller.go mixer/adapter/rbac/controller_test.go mixer/adapter/rbac/rbac.go mixer/adapter/rbac/rbacStore.go mixer/adapter/rbac/rbacStore_test.go mixer/adapter/rbac/rbac_test.go mixer/adapter/rbac/util.go mixer/adapter/rbac/util_test.go mixer/adapter/rbac/config/config.pb.go mixer/adapter/redisquota/fixed_window.go mixer/adapter/redisquota/redisquota.go mixer/adapter/redisquota/redisquota_integration_test.go mixer/adapter/redisquota/redisquota_test.go mixer/adapter/redisquota/rolling_window.go mixer/adapter/redisquota/config/config.pb.go mixer/adapter/servicecontrol/checkprocessor.go mixer/adapter/servicecontrol/checkprocessor_test.go mixer/adapter/servicecontrol/client.go mixer/adapter/servicecontrol/distValueBuilder.go mixer/adapter/servicecontrol/distValueBuilder_test.go mixer/adapter/servicecontrol/handler.go mixer/adapter/servicecontrol/handler_test.go mixer/adapter/servicecontrol/metrics.go mixer/adapter/servicecontrol/quotaprocessor.go mixer/adapter/servicecontrol/quotaprocessor_test.go mixer/adapter/servicecontrol/reportbuilder.go mixer/adapter/servicecontrol/reportbuilder_test.go mixer/adapter/servicecontrol/reportprocessor.go mixer/adapter/servicecontrol/reportprocessor_test.go mixer/adapter/servicecontrol/servicecontrol.go mixer/adapter/servicecontrol/servicecontrol_test.go mixer/adapter/servicecontrol/testhelper.go mixer/adapter/servicecontrol/utils.go mixer/adapter/servicecontrol/utils_test.go mixer/adapter/servicecontrol/config/config.pb.go mixer/adapter/servicecontrol/template/servicecontrolreport/template_handler.gen.go mixer/adapter/servicecontrol/template/servicecontrolreport/template_handler_service.pb.go mixer/adapter/signalfx/cumulative.go mixer/adapter/signalfx/metrics.go mixer/adapter/signalfx/metrics_integration_test.go mixer/adapter/signalfx/registry.go mixer/adapter/signalfx/registry_test.go mixer/adapter/signalfx/signalfx.go mixer/adapter/signalfx/signalfx_test.go mixer/adapter/signalfx/tracing.go mixer/adapter/signalfx/tracing_integration_test.go mixer/adapter/signalfx/config/config.pb.go mixer/adapter/solarwinds/log_handler.go mixer/adapter/solarwinds/log_handler_test.go mixer/adapter/solarwinds/metrics_handler.go mixer/adapter/solarwinds/metrics_handler_test.go mixer/adapter/solarwinds/solarwinds.go mixer/adapter/solarwinds/solarwinds_test.go mixer/adapter/solarwinds/config/config.pb.go mixer/adapter/solarwinds/internal/appoptics/batching.go mixer/adapter/solarwinds/internal/appoptics/batching_test.go mixer/adapter/solarwinds/internal/appoptics/client.go mixer/adapter/solarwinds/internal/appoptics/client_test.go mixer/adapter/solarwinds/internal/appoptics/measurements.go mixer/adapter/solarwinds/internal/appoptics/measurements_test.go mixer/adapter/solarwinds/internal/appoptics/mock_measurements_service_test.go mixer/adapter/solarwinds/internal/papertrail/papertrail_logger.go mixer/adapter/solarwinds/internal/papertrail/papertrail_logger_test.go mixer/adapter/stackdriver/stackdriver.go mixer/adapter/stackdriver/stackdriver_test.go mixer/adapter/stackdriver/config/config.pb.go mixer/adapter/stackdriver/contextgraph/cache.go mixer/adapter/stackdriver/contextgraph/cache_test.go mixer/adapter/stackdriver/contextgraph/contextgraph.go mixer/adapter/stackdriver/contextgraph/contextgraph_test.go mixer/adapter/stackdriver/contextgraph/send.go mixer/adapter/stackdriver/contextgraph/workload.go mixer/adapter/stackdriver/contextgraph/workload_test.go mixer/adapter/stackdriver/helper/common.go mixer/adapter/stackdriver/helper/common_test.go mixer/adapter/stackdriver/log/log.go mixer/adapter/stackdriver/log/log_test.go mixer/adapter/stackdriver/metric/bufferedClient.go mixer/adapter/stackdriver/metric/bufferedClient_test.go mixer/adapter/stackdriver/metric/distribution.go mixer/adapter/stackdriver/metric/distribution_test.go mixer/adapter/stackdriver/metric/merge.go mixer/adapter/stackdriver/metric/merge_test.go mixer/adapter/stackdriver/metric/metric.go mixer/adapter/stackdriver/metric/metric_test.go mixer/adapter/stackdriver/trace/exporter.go mixer/adapter/stackdriver/trace/exporter_test.go mixer/adapter/stackdriver/trace/trace.go mixer/adapter/stackdriver/trace/trace_integration_test.go mixer/adapter/stackdriver/trace/trace_test.go mixer/adapter/statsd/statsd.go mixer/adapter/statsd/statsd_test.go mixer/adapter/statsd/config/config.pb.go mixer/adapter/stdio/stdio.go mixer/adapter/stdio/stdio_test.go mixer/adapter/stdio/zap.go mixer/adapter/stdio/config/config.pb.go mixer/cmd/mixc/main.go mixer/cmd/mixc/cmd/check.go mixer/cmd/mixc/cmd/report.go mixer/cmd/mixc/cmd/root.go mixer/cmd/mixc/cmd/util.go mixer/cmd/mixc/cmd/util_test.go mixer/cmd/mixs/main.go mixer/cmd/mixs/cmd/crd.go mixer/cmd/mixs/cmd/crd_test.go mixer/cmd/mixs/cmd/probe.go mixer/cmd/mixs/cmd/root.go mixer/cmd/mixs/cmd/server.go mixer/cmd/shared/shared.go mixer/pkg/adapter/adapter.go mixer/pkg/adapter/check.go mixer/pkg/adapter/check_test.go mixer/pkg/adapter/configError.go mixer/pkg/adapter/configError_test.go mixer/pkg/adapter/handler.go mixer/pkg/adapter/info.go mixer/pkg/adapter/instanceUtil.go mixer/pkg/adapter/instanceUtil_test.go mixer/pkg/adapter/quotas.go mixer/pkg/adapter/quotas_test.go mixer/pkg/adapter/standardTypes.go mixer/pkg/adapter/traceutil.go mixer/pkg/adapter/traceutil_test.go mixer/pkg/adapter/test/env.go mixer/pkg/adapter/test/integration.go mixer/pkg/api/grpcServer.go mixer/pkg/api/grpcServer_test.go mixer/pkg/api/perf_test.go mixer/pkg/attribute/bag.go mixer/pkg/attribute/bag_test.go mixer/pkg/attribute/dictState.go mixer/pkg/attribute/doc.go mixer/pkg/attribute/emptyBag.go mixer/pkg/attribute/list.gen.go mixer/pkg/attribute/mutableBag.go mixer/pkg/attribute/protoBag.go mixer/pkg/checkcache/cache.go mixer/pkg/checkcache/cache_test.go mixer/pkg/checkcache/keyShape.go mixer/pkg/checkcache/keyShape_test.go mixer/pkg/config/adapterInfoRegistry.go mixer/pkg/config/adapterInfoRegistry_test.go mixer/pkg/config/inventory.go mixer/pkg/config/crd/init.go mixer/pkg/config/crd/store.go mixer/pkg/config/crd/store_test.go mixer/pkg/config/mcp/backend.go mixer/pkg/config/mcp/backend_test.go mixer/pkg/config/mcp/conversion.go mixer/pkg/config/store/convert.go mixer/pkg/config/store/convert_test.go mixer/pkg/config/store/fsstore.go mixer/pkg/config/store/fsstore_test.go mixer/pkg/config/store/listener.go mixer/pkg/config/store/listener_test.go mixer/pkg/config/store/queue.go mixer/pkg/config/store/queue_test.go mixer/pkg/config/store/store.go mixer/pkg/config/store/store_test.go mixer/pkg/config/store/validator.go mixer/pkg/config/store/validator_test.go mixer/pkg/config/storetest/storetest.go mixer/pkg/config/storetest/storetest_test.go mixer/pkg/il/builder.go mixer/pkg/il/builder_test.go mixer/pkg/il/convert.go mixer/pkg/il/convert_test.go mixer/pkg/il/function.go mixer/pkg/il/function_test.go mixer/pkg/il/opcode.go mixer/pkg/il/opcode_test.go mixer/pkg/il/program.go mixer/pkg/il/program_test.go mixer/pkg/il/strings.go mixer/pkg/il/strings_test.go mixer/pkg/il/types.go mixer/pkg/il/types_test.go mixer/pkg/il/interpreter/extern.go mixer/pkg/il/interpreter/extern_test.go mixer/pkg/il/interpreter/interpreter.go mixer/pkg/il/interpreter/interpreterBenchmark_test.go mixer/pkg/il/interpreter/interpreterRun.go mixer/pkg/il/interpreter/interpreter_test.go mixer/pkg/il/interpreter/result.go mixer/pkg/il/interpreter/result_test.go mixer/pkg/il/interpreter/stackFrame.go mixer/pkg/il/interpreter/stepper.go mixer/pkg/il/testing/fakebag.go mixer/pkg/il/testing/tests.go mixer/pkg/il/testing/util.go mixer/pkg/il/text/read.go mixer/pkg/il/text/read_test.go mixer/pkg/il/text/scanner.go mixer/pkg/il/text/scanner_test.go mixer/pkg/il/text/write.go mixer/pkg/il/text/write_test.go mixer/pkg/lang/externs.go mixer/pkg/lang/externs_test.go mixer/pkg/lang/ast/expr.go mixer/pkg/lang/ast/expr_test.go mixer/pkg/lang/ast/finder.go mixer/pkg/lang/ast/finder_test.go mixer/pkg/lang/ast/func.go mixer/pkg/lang/checker/checker.go mixer/pkg/lang/checker/checker_test.go mixer/pkg/lang/compiled/expression.go mixer/pkg/lang/compiled/expressionBenchmark_test.go mixer/pkg/lang/compiled/expressionbuilder.go mixer/pkg/lang/compiled/expressionbuilder_test.go mixer/pkg/lang/compiler/compiler.go mixer/pkg/lang/compiler/compiler_test.go mixer/pkg/mockapi/handler.go mixer/pkg/mockapi/server.go mixer/pkg/mockapi/server_test.go mixer/pkg/perf/client.go mixer/pkg/perf/clientserver.go mixer/pkg/perf/common.go mixer/pkg/perf/config.go mixer/pkg/perf/controller.go mixer/pkg/perf/controller_test.go mixer/pkg/perf/load.go mixer/pkg/perf/request.go mixer/pkg/perf/request_test.go mixer/pkg/perf/run.go mixer/pkg/perf/run_test.go mixer/pkg/perf/server.go mixer/pkg/perf/settings.go mixer/pkg/perf/setup.go mixer/pkg/perf/setup_test.go mixer/pkg/perf/standard.go mixer/pkg/pool/buffer.go mixer/pkg/pool/buffer_test.go mixer/pkg/pool/goroutine.go mixer/pkg/pool/goroutine_test.go mixer/pkg/pool/intern.go mixer/pkg/pool/intern_test.go mixer/pkg/protobuf/descriptor/parser.go mixer/pkg/protobuf/yaml/castUtil.go mixer/pkg/protobuf/yaml/castUtil_test.go mixer/pkg/protobuf/yaml/encoder.go mixer/pkg/protobuf/yaml/encoder_test.go mixer/pkg/protobuf/yaml/pool.go mixer/pkg/protobuf/yaml/resolver.go mixer/pkg/protobuf/yaml/dynamic/builder.go mixer/pkg/protobuf/yaml/dynamic/encoder.go mixer/pkg/protobuf/yaml/dynamic/encoderUtil.go mixer/pkg/protobuf/yaml/dynamic/encoder_test.go mixer/pkg/protobuf/yaml/dynamic/errors_test.go mixer/pkg/protobuf/yaml/dynamic/handler.go mixer/pkg/protobuf/yaml/dynamic/handler_test.go mixer/pkg/protobuf/yaml/dynamic/primitive.go mixer/pkg/protobuf/yaml/dynamic/valueTypeEncoder.go mixer/pkg/protobuf/yaml/dynamic/valueTypeEncoder_test.go mixer/pkg/protobuf/yaml/testdata/all/types.pb.go mixer/pkg/runtime/runtime.go mixer/pkg/runtime/runtime_test.go mixer/pkg/runtime/config/config_test.go mixer/pkg/runtime/config/descriptorUtil.go mixer/pkg/runtime/config/descriptorUtil_test.go mixer/pkg/runtime/config/ephemeral.go mixer/pkg/runtime/config/handler.go mixer/pkg/runtime/config/handler_test.go mixer/pkg/runtime/config/kinds.go mixer/pkg/runtime/config/kinds_test.go mixer/pkg/runtime/config/monitoring.go mixer/pkg/runtime/config/queries.go mixer/pkg/runtime/config/queries_test.go mixer/pkg/runtime/config/snapshot.go mixer/pkg/runtime/config/strings.go mixer/pkg/runtime/config/util.go mixer/pkg/runtime/config/util_test.go mixer/pkg/runtime/config/constant/const.go mixer/pkg/runtime/config/validator/validator.go mixer/pkg/runtime/config/validator/validator_test.go mixer/pkg/runtime/dispatcher/dispatcher.go mixer/pkg/runtime/dispatcher/dispatcher_test.go mixer/pkg/runtime/dispatcher/dispatchstate.go mixer/pkg/runtime/dispatcher/dispatchstate_test.go mixer/pkg/runtime/dispatcher/monitoring.go mixer/pkg/runtime/dispatcher/reporter.go mixer/pkg/runtime/dispatcher/reporter_test.go mixer/pkg/runtime/dispatcher/routingcontext.go mixer/pkg/runtime/dispatcher/session.go mixer/pkg/runtime/dispatcher/session_test.go mixer/pkg/runtime/dispatcher/tracing.go mixer/pkg/runtime/dispatcher/util.go mixer/pkg/runtime/dispatcher/util_test.go mixer/pkg/runtime/handler/env.go mixer/pkg/runtime/handler/env_test.go mixer/pkg/runtime/handler/logger.go mixer/pkg/runtime/handler/monitoring.go mixer/pkg/runtime/handler/signature.go mixer/pkg/runtime/handler/signature_test.go mixer/pkg/runtime/handler/table.go mixer/pkg/runtime/handler/table_test.go mixer/pkg/runtime/routing/builder.go mixer/pkg/runtime/routing/builder_test.go mixer/pkg/runtime/routing/debug.go mixer/pkg/runtime/routing/monitoring.go mixer/pkg/runtime/routing/monitoring_test.go mixer/pkg/runtime/routing/string.go mixer/pkg/runtime/routing/table.go mixer/pkg/runtime/routing/table_test.go mixer/pkg/runtime/safecall/safe.go mixer/pkg/runtime/safecall/safe_test.go mixer/pkg/runtime/testing/data/adapters.go mixer/pkg/runtime/testing/data/data.go mixer/pkg/runtime/testing/data/logger.go mixer/pkg/runtime/testing/data/logger_test.go mixer/pkg/runtime/testing/data/templates.go mixer/pkg/server/args.go mixer/pkg/server/args_test.go mixer/pkg/server/monitoring.go mixer/pkg/server/server.go mixer/pkg/server/server_test.go mixer/pkg/status/status.go mixer/pkg/status/status_test.go mixer/pkg/template/errorpath.go mixer/pkg/template/errorpath_test.go mixer/pkg/template/template.go mixer/pkg/template/template_test.go mixer/template/doc.go mixer/template/template.gen.go mixer/template/apikey/template_handler.gen.go mixer/template/apikey/template_handler_service.pb.go mixer/template/authorization/template_handler.gen.go mixer/template/authorization/template_handler_service.pb.go mixer/template/checknothing/template_handler.gen.go mixer/template/checknothing/template_handler_service.pb.go mixer/template/edge/template_handler.gen.go mixer/template/edge/template_handler_service.pb.go mixer/template/listentry/template_handler.gen.go mixer/template/listentry/template_handler_service.pb.go mixer/template/logentry/template_handler.gen.go mixer/template/logentry/template_handler_service.pb.go mixer/template/metric/template_handler.gen.go mixer/template/metric/template_handler_service.pb.go mixer/template/quota/template_handler.gen.go mixer/template/quota/template_handler_service.pb.go mixer/template/reportnothing/template_handler.gen.go mixer/template/reportnothing/template_handler_service.pb.go mixer/template/sample/createinstance_test.go mixer/template/sample/dispatch_test.go mixer/template/sample/doc.go mixer/template/sample/template.gen.go mixer/template/sample/template.gen_test.go mixer/template/sample/apa/Apa_handler.gen.go mixer/template/sample/apa/Apa_handler_service.pb.go mixer/template/sample/check/CheckTesterTemplate_handler.gen.go mixer/template/sample/check/CheckTesterTemplate_handler_service.pb.go mixer/template/sample/quota/QuotaTesterTemplate_handler.gen.go mixer/template/sample/quota/QuotaTesterTemplate_handler_service.pb.go mixer/template/sample/report/ReportTesterTemplate_handler.gen.go mixer/template/sample/report/ReportTesterTemplate_handler_service.pb.go mixer/template/tracespan/tracespan_handler.gen.go mixer/template/tracespan/tracespan_handler_service.pb.go mixer/test/client/check_cache/check_cache_test.go mixer/test/client/check_cache/doc.go mixer/test/client/check_cache_hit/check_cache_hit_test.go mixer/test/client/check_cache_hit/doc.go mixer/test/client/check_report/check_report_test.go mixer/test/client/check_report/doc.go mixer/test/client/check_report_disable/check_report_disable_test.go mixer/test/client/check_report_disable/doc.go mixer/test/client/check_report_large_post_request/check_report_large_post_request_test.go mixer/test/client/check_report_large_post_request/doc.go mixer/test/client/disable_check_cache/disable_check_cache_test.go mixer/test/client/disable_check_cache/doc.go mixer/test/client/disable_tcp_check_calls/disable_tcp_check_calls_test.go mixer/test/client/disable_tcp_check_calls/doc.go mixer/test/client/dynamic_attribute/doc.go mixer/test/client/dynamic_attribute/dynamic_attribute_test.go mixer/test/client/dynamic_listener/doc.go mixer/test/client/dynamic_listener/dynamic_listener_test.go mixer/test/client/env/attributes.go mixer/test/client/env/envoy.go mixer/test/client/env/envoy_conf.go mixer/test/client/env/http_client.go mixer/test/client/env/http_server.go mixer/test/client/env/mixer_filter_config.go mixer/test/client/env/mixer_server.go mixer/test/client/env/ports.go mixer/test/client/env/setup.go mixer/test/client/failed_request/doc.go mixer/test/client/failed_request/failed_request_test.go mixer/test/client/fault_inject/doc.go mixer/test/client/fault_inject/fault_inject_test.go mixer/test/client/global_dictionary/doc.go mixer/test/client/global_dictionary/global_dictionary_test.go mixer/test/client/istio_authn_origin_jwt_bound_origin/authn_report_test.go mixer/test/client/istio_authn_origin_jwt_bound_origin/doc.go mixer/test/client/istio_authn_origin_jwt_bound_peer/authn_report_test.go mixer/test/client/istio_authn_origin_jwt_bound_peer/doc.go mixer/test/client/istio_authn_origin_reject_no_jwt/authn_origin_reject_no_jwt_test.go mixer/test/client/istio_authn_origin_reject_no_jwt/doc.go mixer/test/client/istio_authn_peer_jwt_bound_origin/authn_report_test.go mixer/test/client/istio_authn_peer_jwt_bound_origin/doc.go mixer/test/client/istio_authn_peer_jwt_bound_peer/authn_report_test.go mixer/test/client/istio_authn_peer_jwt_bound_peer/doc.go mixer/test/client/istio_authn_peer_reject_no_jwt/authn_peer_reject_no_jwt_test.go mixer/test/client/istio_authn_peer_reject_no_jwt/doc.go mixer/test/client/istio_authn_peer_reject_no_mtls/authn_peer_reject_no_mtls_test.go mixer/test/client/istio_authn_peer_reject_no_mtls/doc.go mixer/test/client/istio_authn_peer_reject_no_tls/authn_peer_reject_no_tls_test.go mixer/test/client/istio_authn_peer_reject_no_tls/doc.go mixer/test/client/mixer_internal_fail/doc.go mixer/test/client/mixer_internal_fail/mixer_internal_fail_test.go mixer/test/client/network_policy/doc.go mixer/test/client/network_policy/network_policy_test.go mixer/test/client/pilotplugin/doc.go mixer/test/client/pilotplugin/pilotplugin_test.go mixer/test/client/pilotplugin_mtls/doc.go mixer/test/client/pilotplugin_mtls/pilotplugin_mtls_test.go mixer/test/client/pilotplugin_tcp/doc.go mixer/test/client/pilotplugin_tcp/pilotplugin_tcp_test.go mixer/test/client/quota/doc.go mixer/test/client/quota/quota_test.go mixer/test/client/quota_cache/doc.go mixer/test/client/quota_cache/quota_cache_test.go mixer/test/client/report_batch/doc.go mixer/test/client/report_batch/report_batch_test.go mixer/test/client/route_directive/doc.go mixer/test/client/route_directive/route_directive_test.go mixer/test/client/tcp_filter/doc.go mixer/test/client/tcp_filter/tcp_filter_test.go mixer/test/client/tcp_filter_periodical_report/doc.go mixer/test/client/tcp_filter_periodical_report/tcp_filter_periodical_report_test.go mixer/test/client/test_data/authn_test_config.go mixer/test/e2e/e2e_apa_test.go mixer/test/e2e/e2e_reftracking_test.go mixer/test/e2e/e2e_report_test.go mixer/test/e2e/util_test.go mixer/test/listbackend/list.go mixer/test/listbackend/list_integration_test.go mixer/test/listbackend/cmd/main.go mixer/test/perf/attribSamples_test.go mixer/test/perf/check_test.go mixer/test/perf/common_test.go mixer/test/perf/multimetric_test.go mixer/test/perf/norule_test.go mixer/test/perf/quota_test.go mixer/test/perf/report_test.go mixer/test/perf/singlecheck_test.go mixer/test/perf/singlemetric_test.go mixer/test/perf/singlereport_test.go mixer/test/perf/perfclient/main.go mixer/test/policybackend/main.go mixer/test/prometheus/nosession.go mixer/test/prometheus/prometheus_integration_test.go mixer/test/prometheus/cmd/main.go mixer/test/spyAdapter/spyadapter.go mixer/test/spyAdapter/template/doc.go mixer/test/spyAdapter/template/template.gen.go mixer/test/spyAdapter/template/apa/tmpl_handler.gen.go mixer/test/spyAdapter/template/apa/tmpl_handler_service.pb.go mixer/test/spyAdapter/template/check/tmpl_handler.gen.go mixer/test/spyAdapter/template/check/tmpl_handler_service.pb.go mixer/test/spyAdapter/template/quota/quotatmpl_handler.gen.go mixer/test/spyAdapter/template/quota/quotatmpl_handler_service.pb.go mixer/test/spyAdapter/template/report/reporttmpl_handler.gen.go mixer/test/spyAdapter/template/report/reporttmpl_handler_service.pb.go mixer/test/spybackend/args.go mixer/test/spybackend/nosession.go mixer/test/spybackend/nosession_integration_test.go mixer/test/spybackend/session.go mixer/test/spybackend/session_integration_test.go mixer/tools/adapterlinter/main.go mixer/tools/adapterlinter/main_test.go mixer/tools/codegen/cmd/mixgenbootstrap/main.go mixer/tools/codegen/cmd/mixgeninventory/main.go mixer/tools/codegen/pkg/bootstrapgen/generator.go mixer/tools/codegen/pkg/bootstrapgen/generator_test.go mixer/tools/codegen/pkg/bootstrapgen/template/bootstrapTemplate.go mixer/tools/codegen/pkg/inventory/generator.go mixer/tools/codegen/pkg/inventory/generator_test.go mixer/tools/codegen/pkg/modelgen/diag.go mixer/tools/codegen/pkg/modelgen/model.go mixer/tools/codegen/pkg/modelgen/model_test.go mixer/tools/mixgen/main.go mixer/tools/mixgen/cmd/adapter.go mixer/tools/mixgen/cmd/adapter_test.go mixer/tools/mixgen/cmd/api.go mixer/tools/mixgen/cmd/api_go.go mixer/tools/mixgen/cmd/api_proto.go mixer/tools/mixgen/cmd/api_test.go mixer/tools/mixgen/cmd/root.go mixer/tools/mixgen/cmd/template.go mixer/tools/mixgen/cmd/template_test.go pilot/cmd/cmd.go pilot/cmd/pilot-agent/main.go pilot/cmd/pilot-agent/request.go pilot/cmd/pilot-discovery/main.go pilot/cmd/pilot-discovery/request.go pilot/cmd/sidecar-injector/main.go pilot/pkg/bootstrap/monitoring.go pilot/pkg/bootstrap/server.go pilot/pkg/config/aggregate/config.go pilot/pkg/config/aggregate/config_test.go pilot/pkg/config/aggregate/fakes/config_store_cache.go pilot/pkg/config/cloudfoundry/controller.go pilot/pkg/config/cloudfoundry/controller_test.go pilot/pkg/config/cloudfoundry/fakes/copilot_client.go pilot/pkg/config/cloudfoundry/fakes/logger.go pilot/pkg/config/cloudfoundry/fakes/store.go pilot/pkg/config/clusterregistry/conversion.go pilot/pkg/config/clusterregistry/conversion_test.go pilot/pkg/config/clusterregistry/secretcontroller.go pilot/pkg/config/kube/crd/client.go pilot/pkg/config/kube/crd/config.go pilot/pkg/config/kube/crd/config_test.go pilot/pkg/config/kube/crd/controller.go pilot/pkg/config/kube/crd/conversion.go pilot/pkg/config/kube/crd/conversion_test.go pilot/pkg/config/kube/crd/types.go pilot/pkg/config/kube/ingress/controller.go pilot/pkg/config/kube/ingress/conversion.go pilot/pkg/config/kube/ingress/conversion_test.go pilot/pkg/config/kube/ingress/status.go pilot/pkg/config/kube/ingress/status_test.go pilot/pkg/config/memory/config.go pilot/pkg/config/memory/config_test.go pilot/pkg/config/memory/controller.go pilot/pkg/config/memory/controller_test.go pilot/pkg/config/memory/monitor.go pilot/pkg/config/memory/monitor_test.go pilot/pkg/config/monitor/file_snapshot.go pilot/pkg/config/monitor/file_snapshot_test.go pilot/pkg/config/monitor/monitor.go pilot/pkg/config/monitor/monitor_test.go pilot/pkg/kube/inject/initializer.go pilot/pkg/kube/inject/inject.go pilot/pkg/kube/inject/inject_test.go pilot/pkg/kube/inject/mesh.go pilot/pkg/kube/inject/webhook.go pilot/pkg/kube/inject/webhook_test.go pilot/pkg/model/authentication.go pilot/pkg/model/authentication_test.go pilot/pkg/model/authorization.go pilot/pkg/model/config.go pilot/pkg/model/config_test.go pilot/pkg/model/context.go pilot/pkg/model/context_test.go pilot/pkg/model/controller.go pilot/pkg/model/conversion.go pilot/pkg/model/conversion_test.go pilot/pkg/model/gateway.go pilot/pkg/model/jwks_resolver.go pilot/pkg/model/jwks_resolver_test.go pilot/pkg/model/log.go pilot/pkg/model/push_context.go pilot/pkg/model/service.go pilot/pkg/model/service_test.go pilot/pkg/model/trace.go pilot/pkg/model/validation.go pilot/pkg/model/validation_test.go pilot/pkg/model/test/mock_config.pb.go pilot/pkg/model/test/mockopenidserver.go pilot/pkg/networking/core/configgen.go pilot/pkg/networking/core/v1alpha3/cluster.go pilot/pkg/networking/core/v1alpha3/cluster_test.go pilot/pkg/networking/core/v1alpha3/configgen.go pilot/pkg/networking/core/v1alpha3/gateway.go pilot/pkg/networking/core/v1alpha3/httproute.go pilot/pkg/networking/core/v1alpha3/httproute_test.go pilot/pkg/networking/core/v1alpha3/listener.go pilot/pkg/networking/core/v1alpha3/listener_test.go pilot/pkg/networking/core/v1alpha3/networkfilter.go pilot/pkg/networking/core/v1alpha3/tls.go pilot/pkg/networking/core/v1alpha3/fakes/fake_istio_config_store.go pilot/pkg/networking/core/v1alpha3/fakes/fake_service_accounts.go pilot/pkg/networking/core/v1alpha3/fakes/fake_service_discovery.go pilot/pkg/networking/core/v1alpha3/route/route.go pilot/pkg/networking/core/v1alpha3/route/route_test.go pilot/pkg/networking/plugin/plugin.go pilot/pkg/networking/plugin/authn/authentication.go pilot/pkg/networking/plugin/authn/authentication_test.go pilot/pkg/networking/plugin/authz/rbac.go pilot/pkg/networking/plugin/authz/rbac_test.go pilot/pkg/networking/plugin/authz/util.go pilot/pkg/networking/plugin/authz/util_test.go pilot/pkg/networking/plugin/envoyfilter/envoyfilter.go pilot/pkg/networking/plugin/envoyfilter/envoyfilter_test.go pilot/pkg/networking/plugin/health/health.go pilot/pkg/networking/plugin/health/health_test.go pilot/pkg/networking/plugin/mixer/mixer.go pilot/pkg/networking/plugin/registry/registry.go pilot/pkg/networking/plugin/registry/registry_test.go pilot/pkg/networking/util/util.go pilot/pkg/networking/util/util_test.go pilot/pkg/proxy/agent.go pilot/pkg/proxy/agent_test.go pilot/pkg/proxy/net.go pilot/pkg/proxy/resolve.go pilot/pkg/proxy/resolve_test.go pilot/pkg/proxy/envoy/discovery.go pilot/pkg/proxy/envoy/infra_auth.go pilot/pkg/proxy/envoy/infra_auth_test.go pilot/pkg/proxy/envoy/watcher.go pilot/pkg/proxy/envoy/watcher_test.go pilot/pkg/proxy/envoy/v2/ads.go pilot/pkg/proxy/envoy/v2/ads_test.go pilot/pkg/proxy/envoy/v2/cds.go pilot/pkg/proxy/envoy/v2/cds_test.go pilot/pkg/proxy/envoy/v2/debug.go pilot/pkg/proxy/envoy/v2/debug_test.go pilot/pkg/proxy/envoy/v2/discovery.go pilot/pkg/proxy/envoy/v2/eds.go pilot/pkg/proxy/envoy/v2/eds_test.go pilot/pkg/proxy/envoy/v2/init_test.go pilot/pkg/proxy/envoy/v2/lds.go pilot/pkg/proxy/envoy/v2/lds_test.go pilot/pkg/proxy/envoy/v2/rds.go pilot/pkg/proxy/envoy/v2/rds_test.go | |
DEBUG: [Aug 24 00:08:04.947] [lll.5]: lll hits 339: ^(?P<path>.*?\.go):(?P<line>\d+):\s*(?P<message>.*)$ | |
DEBUG: [Aug 24 00:08:04.948] nolint: parsing galley/pkg/crd/validation/webhook.go for directives | |
DEBUG: [Aug 24 00:08:04.952] nolint: parsing galley/pkg/crd/validation/webhook.go took 3.405584ms | |
DEBUG: [Aug 24 00:08:04.952] nolint: matched lll:209-209 to issue galley/pkg/crd/validation/webhook.go:209::error: line is 166 characters (lll) | |
DEBUG: [Aug 24 00:08:04.954] nolint: parsing mixer/adapter/bypass/bypass.go for directives | |
DEBUG: [Aug 24 00:08:04.957] nolint: parsing mixer/adapter/bypass/bypass.go took 2.587454ms | |
DEBUG: [Aug 24 00:08:04.957] nolint: matched lll:15-16 to issue mixer/adapter/bypass/bypass.go:16::error: line is 172 characters (lll) | |
DEBUG: [Aug 24 00:08:04.965] nolint: parsing mixer/adapter/servicecontrol/servicecontrol.go for directives | |
DEBUG: [Aug 24 00:08:04.967] nolint: parsing mixer/adapter/servicecontrol/servicecontrol.go took 1.624728ms | |
DEBUG: [Aug 24 00:08:04.967] nolint: matched lll:15-17 to issue mixer/adapter/servicecontrol/servicecontrol.go:16::error: line is 179 characters (lll) | |
DEBUG: [Aug 24 00:08:04.973] nolint: parsing mixer/adapter/stackdriver/stackdriver.go for directives | |
DEBUG: [Aug 24 00:08:04.975] nolint: parsing mixer/adapter/stackdriver/stackdriver.go took 1.379649ms | |
DEBUG: [Aug 24 00:08:04.975] nolint: matched lll:15-16 to issue mixer/adapter/stackdriver/stackdriver.go:16::error: line is 201 characters (lll) | |
DEBUG: [Aug 24 00:08:04.979] nolint: parsing mixer/pkg/attribute/doc.go for directives | |
DEBUG: [Aug 24 00:08:04.979] nolint: parsing mixer/pkg/attribute/doc.go took 395.671µs | |
DEBUG: [Aug 24 00:08:04.979] nolint: matched all:15-16 to issue mixer/pkg/attribute/doc.go:16::error: line is 163 characters (lll) | |
DEBUG: [Aug 24 00:08:04.980] nolint: parsing mixer/pkg/protobuf/yaml/encoder_test.go for directives | |
DEBUG: [Aug 24 00:08:04.983] nolint: parsing mixer/pkg/protobuf/yaml/encoder_test.go took 2.639202ms | |
DEBUG: [Aug 24 00:08:04.983] nolint: matched all:15-17 to issue mixer/pkg/protobuf/yaml/encoder_test.go:16::error: line is 184 characters (lll) | |
DEBUG: [Aug 24 00:08:05.016] nolint: parsing mixer/pkg/runtime/config/config_test.go for directives | |
DEBUG: [Aug 24 00:08:05.033] nolint: parsing mixer/pkg/runtime/config/config_test.go took 16.706203ms | |
DEBUG: [Aug 24 00:08:05.033] nolint: matched all:15-19 to issue mixer/pkg/runtime/config/config_test.go:19::error: line is 162 characters (lll) | |
DEBUG: [Aug 24 00:08:05.034] nolint: parsing mixer/pkg/runtime/config/descriptorUtil_test.go for directives | |
DEBUG: [Aug 24 00:08:05.037] nolint: parsing mixer/pkg/runtime/config/descriptorUtil_test.go took 3.177433ms | |
DEBUG: [Aug 24 00:08:05.037] nolint: matched all:15-21 to issue mixer/pkg/runtime/config/descriptorUtil_test.go:18::error: line is 182 characters (lll) | |
DEBUG: [Aug 24 00:08:05.038] nolint: matched all:15-21 to issue mixer/pkg/runtime/config/descriptorUtil_test.go:19::error: line is 180 characters (lll) | |
DEBUG: [Aug 24 00:08:05.038] nolint: matched all:15-21 to issue mixer/pkg/runtime/config/descriptorUtil_test.go:20::error: line is 196 characters (lll) | |
DEBUG: [Aug 24 00:08:05.039] nolint: matched all:15-21 to issue mixer/pkg/runtime/config/descriptorUtil_test.go:21::error: line is 177 characters (lll) | |
DEBUG: [Aug 24 00:08:05.039] nolint: parsing mixer/pkg/runtime/dispatcher/dispatcher_test.go for directives | |
DEBUG: [Aug 24 00:08:05.041] [ineffassign.3]: warning: /go/bin/ineffassign returned exit status 1: /go/src/istio.io/istio/mixer/template/template.gen.go:2311:18: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/template.gen.go:2336:23: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/template.gen.go:2594:21: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/template.gen.go:2649:22: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/template.gen.go:2689:25: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/template.gen.go:2965:19: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/template.gen.go:3211:11: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/template.gen.go:3389:11: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/template.gen.go:3607:19: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/template.gen.go:4038:11: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/template.gen.go:4048:19: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/template.gen.go:4088:11: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/template.gen.go:4224:15: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/template.gen.go:4234:11: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/template.gen.go:4259:11: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/template.gen.go:4373:11: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/template.gen.go:4607:19: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/template.gen.go:4617:17: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/template.gen.go:4627:11: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:233:5: ineffectual assignment to BuildResource1 | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:255:5: ineffectual assignment to BuildResource2 | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:277:5: ineffectual assignment to BuildResource3 | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:1705:19: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:1715:18: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:1734:20: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:1744:15: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:2250:19: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:2260:18: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:2574:15: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:2584:11: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:2669:19: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:2679:18: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:2879:15: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:2889:11: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:3014:11: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:3175:15: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:3185:11: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:3270:19: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:3280:18: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:3480:15: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:3490:11: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:3643:15: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:3653:11: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:3738:19: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:3748:18: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:3964:15: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:3974:11: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:4059:19: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:4069:18: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:4293:15: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:4303:11: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:4328:19: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:4338:18: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:4348:16: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:4358:17: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:4368:19: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/template/sample/template.gen.go:4378:13: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/test/spyAdapter/template/template.gen.go:990:11: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/test/spyAdapter/template/template.gen.go:1076:15: ineffectual assignment to expType | |
/go/src/istio.io/istio/mixer/test/spyAdapter/template/template.gen.go:1086:11: ineffectual assignment to expType | |
DEBUG: [Aug 24 00:08:05.042] [ineffassign.3]: ineffassign hits 60: ^(?P<path>.*?\.go):(?P<line>\d+):(?P<col>\d+):\s*(?P<message>.*)$ | |
DEBUG: [Aug 24 00:08:05.044] nolint: parsing mixer/pkg/runtime/dispatcher/dispatcher_test.go took 5.165968ms | |
DEBUG: [Aug 24 00:08:05.044] nolint: matched all:240-251 to issue mixer/pkg/runtime/dispatcher/dispatcher_test.go:249::error: line is 176 characters (lll) | |
DEBUG: [Aug 24 00:08:05.044] nolint: matched all:315-327 to issue mixer/pkg/runtime/dispatcher/dispatcher_test.go:324::error: line is 175 characters (lll) | |
DEBUG: [Aug 24 00:08:05.044] nolint: matched all:542-554 to issue mixer/pkg/runtime/dispatcher/dispatcher_test.go:551::error: line is 174 characters (lll) | |
DEBUG: [Aug 24 00:08:05.044] nolint: matched all:631-645 to issue mixer/pkg/runtime/dispatcher/dispatcher_test.go:638::error: line is 171 characters (lll) | |
DEBUG: [Aug 24 00:08:05.053] [ineffassign.3]: ineffassign linter took 2.014691532s | |
DEBUG: [Aug 24 00:08:05.054] [lll.6]: executing /go/bin/lll -g -l 160 pilot/pkg/proxy/envoy/v2/xds_test.go pilot/pkg/request/command.go pilot/pkg/request/command_test.go pilot/pkg/serviceregistry/platform.go pilot/pkg/serviceregistry/aggregate/controller.go pilot/pkg/serviceregistry/aggregate/controller_test.go pilot/pkg/serviceregistry/cloudfoundry/cached_routes.go pilot/pkg/serviceregistry/cloudfoundry/cached_routes_test.go pilot/pkg/serviceregistry/cloudfoundry/config.go pilot/pkg/serviceregistry/cloudfoundry/config_test.go pilot/pkg/serviceregistry/cloudfoundry/controller.go pilot/pkg/serviceregistry/cloudfoundry/controller_test.go pilot/pkg/serviceregistry/cloudfoundry/serviceaccounts.go pilot/pkg/serviceregistry/cloudfoundry/servicediscovery.go pilot/pkg/serviceregistry/cloudfoundry/servicediscovery_test.go pilot/pkg/serviceregistry/cloudfoundry/fakes/copilot_client.go pilot/pkg/serviceregistry/cloudfoundry/fakes/logger.go pilot/pkg/serviceregistry/cloudfoundry/fakes/route_cacher.go pilot/pkg/serviceregistry/consul/controller.go pilot/pkg/serviceregistry/consul/controller_test.go pilot/pkg/serviceregistry/consul/conversion.go pilot/pkg/serviceregistry/consul/conversion_test.go pilot/pkg/serviceregistry/consul/monitor.go pilot/pkg/serviceregistry/consul/monitor_test.go pilot/pkg/serviceregistry/external/controller_test.go pilot/pkg/serviceregistry/external/conversion.go pilot/pkg/serviceregistry/external/conversion_test.go pilot/pkg/serviceregistry/external/servicediscovery.go pilot/pkg/serviceregistry/external/servicediscovery_test.go pilot/pkg/serviceregistry/kube/cache.go pilot/pkg/serviceregistry/kube/cache_test.go pilot/pkg/serviceregistry/kube/client.go pilot/pkg/serviceregistry/kube/controller.go pilot/pkg/serviceregistry/kube/controller_test.go pilot/pkg/serviceregistry/kube/conversion.go pilot/pkg/serviceregistry/kube/conversion_test.go pilot/pkg/serviceregistry/kube/deregister.go pilot/pkg/serviceregistry/kube/deregister_test.go pilot/pkg/serviceregistry/kube/queue.go pilot/pkg/serviceregistry/kube/queue_test.go pilot/pkg/serviceregistry/kube/register.go pilot/pkg/serviceregistry/kube/register_test.go pilot/pkg/serviceregistry/memory/discovery.go pilot/pkg/serviceregistry/memory/discovery_mock.go pilot/pkg/serviceregistry/memory/discovery_test.go pilot/test/client/client.go pilot/test/grpcecho/echo.pb.go pilot/test/mock/config.go pilot/test/server/main.go pilot/test/server/echo/echo.go pilot/test/server/echo/handler.go pilot/test/util/diff.go pilot/test/util/kubernetes.go pilot/test/util/shell.go pilot/tools/generate_config_crd_types.go pilot/tools/debug/pilot_cli.go pkg/bootstrap/bootstrap_config.go pkg/bootstrap/bootstrap_config_test.go pkg/cache/cache.go pkg/cache/cache_test.go pkg/cache/lruCache.go pkg/cache/lruCache_test.go pkg/cache/ttlCache.go pkg/cache/ttlCache_test.go pkg/cmd/cmd.go pkg/collateral/cobra.go pkg/collateral/control.go pkg/ctrlz/assets.gen.go pkg/ctrlz/ctrlz.go pkg/ctrlz/ctrlz_test.go pkg/ctrlz/home.go pkg/ctrlz/options.go pkg/ctrlz/fw/context.go pkg/ctrlz/fw/utils.go pkg/ctrlz/topics/args.go pkg/ctrlz/topics/assets.gen.go pkg/ctrlz/topics/assets.go pkg/ctrlz/topics/collection.go pkg/ctrlz/topics/env.go pkg/ctrlz/topics/mem.go pkg/ctrlz/topics/metrics.go pkg/ctrlz/topics/proc.go pkg/ctrlz/topics/scopes.go pkg/ctrlz/topics/version.go pkg/kube/config.go pkg/kube/config_test.go pkg/log/config.go pkg/log/config_test.go pkg/log/default.go pkg/log/default_test.go pkg/log/options.go pkg/log/options_test.go pkg/log/scope.go pkg/log/scope_test.go pkg/mcp/client/client.go pkg/mcp/client/client_test.go pkg/mcp/configz/assets.gen.go pkg/mcp/configz/assets.go pkg/mcp/configz/configz.go pkg/mcp/configz/configz_test.go pkg/mcp/creds/create.go pkg/mcp/creds/create_test.go pkg/mcp/creds/watcher.go pkg/mcp/creds/watcher_test.go pkg/mcp/server/listchecker.go pkg/mcp/server/listchecker_test.go pkg/mcp/server/server.go pkg/mcp/server/server_test.go pkg/mcp/snapshot/inmemory.go pkg/mcp/snapshot/inmemory_test.go pkg/mcp/snapshot/snapshot.go pkg/mcp/snapshot/snapshot_test.go pkg/mcp/testing/server.go pkg/mcp/testing/testcerts/testcerts.go pkg/probe/client.go pkg/probe/client_test.go pkg/probe/controller.go pkg/probe/controller_test.go pkg/probe/option.go pkg/probe/option_test.go pkg/probe/probe.go pkg/probe/probe_test.go pkg/test/config.go pkg/test/eventually.go pkg/test/fakes/policy/backend.go pkg/test/fakes/policy/controller.go pkg/test/fakes/policy/controller.pb.go pkg/test/fakes/policy/conversion.go pkg/test/fakes/policy/settings.go pkg/test/framework/driver.go pkg/test/framework/environment.go pkg/test/framework/operations.go pkg/test/framework/component/component.go pkg/test/framework/components/components.go pkg/test/framework/components/apiserver/apiserver.go pkg/test/framework/components/apps/components.go pkg/test/framework/components/apps/api/apps.go pkg/test/framework/components/apps/kube/app.go pkg/test/framework/components/apps/kube/apps.go pkg/test/framework/components/apps/local/app.go pkg/test/framework/components/apps/local/apps.go pkg/test/framework/components/apps/local/envoy/admin_util.go pkg/test/framework/components/apps/local/envoy/envoy.go pkg/test/framework/components/apps/local/envoy/agent/agent.go pkg/test/framework/components/apps/local/envoy/agent/application.go pkg/test/framework/components/apps/local/envoy/agent/pilot/agent.go pkg/test/framework/components/apps/local/envoy/agent/pilot/agent_test.go pkg/test/framework/components/apps/local/envoy/agent/pilot/reserveport/api.go pkg/test/framework/components/apps/local/envoy/agent/pilot/reserveport/manager.go pkg/test/framework/components/apps/local/envoy/agent/pilot/reserveport/pool.go pkg/test/framework/components/apps/local/envoy/agent/pilot/reserveport/port.go pkg/test/framework/components/apps/local/envoy/discovery/filter.go pkg/test/framework/components/mixer/mixer.go pkg/test/framework/components/pilot/pilot.go pkg/test/framework/components/pilot/pilot_test.go pkg/test/framework/components/policybackend/policybackend.go pkg/test/framework/components/registry/registry.go pkg/test/framework/dependency/dependencies.go pkg/test/framework/dependency/instance.go pkg/test/framework/environment/environment.go pkg/test/framework/environments/kubernetes/fortioapp.go pkg/test/framework/environments/kubernetes/implementation.go pkg/test/framework/environments/local/implementation.go pkg/test/framework/errors/errors.go pkg/test/framework/internal/configurable.go pkg/test/framework/internal/context.go pkg/test/framework/internal/controller.go pkg/test/framework/internal/resettable.go pkg/test/framework/internal/tmp.go pkg/test/framework/internal/tracker.go pkg/test/framework/settings/envvar.go pkg/test/framework/settings/flags.go pkg/test/framework/settings/settings.go pkg/test/framework/tmpl/parameters.go pkg/test/framework/tmpl/tmpl.go pkg/test/kube/accessor.go pkg/test/kube/config.go pkg/test/kube/forwarder.go pkg/test/kube/kubectl.go pkg/test/kube/retry.go pkg/test/kube/shell.go pkg/test/protocol/client.go pkg/test/service/echo/application.go pkg/test/service/echo/client.go pkg/test/service/echo/factory.go pkg/test/service/echo/handler.go pkg/test/service/echo/util.go pkg/test/service/echo/proto/echo.pb.go pkg/test/service/echo/server/main.go pkg/test/util/istio_env.go pkg/tracing/config.go pkg/tracing/config_test.go pkg/tracing/options.go pkg/tracing/options_test.go pkg/util/webhookclient.go pkg/util/webhookpatch.go pkg/util/webhookpatch_test.go pkg/version/cobra.go pkg/version/cobra_test.go pkg/version/version.go pkg/version/version_test.go samples/health-check/server.go security/cmd/istio_ca/main.go security/cmd/node_agent/main.go security/cmd/node_agent/na/config.go security/cmd/node_agent/na/config_test.go security/cmd/node_agent/na/nafactory.go security/cmd/node_agent/na/nafactory_test.go security/cmd/node_agent/na/nodeagent.go security/cmd/node_agent/na/nodeagent_test.go security/cmd/node_agent_k8s/main.go security/pkg/adapter/vault/ca.go security/pkg/caclient/client.go security/pkg/caclient/client_test.go security/pkg/caclient/config.go security/pkg/caclient/keycertbundlerotator.go security/pkg/caclient/keycertbundlerotator_test.go security/pkg/caclient/protocol/protocol.go security/pkg/caclient/protocol/protocol_test.go security/pkg/caclient/protocol/mock/fakeclient.go security/pkg/cmd/flag.go security/pkg/cmd/flag_test.go security/pkg/cmd/probe.go security/pkg/cmd/probe_test.go security/pkg/credential/token.go security/pkg/nodeagent/secrets/secretfileserver.go security/pkg/nodeagent/secrets/secretserver.go security/pkg/nodeagent/secrets/secretserver_test.go security/pkg/nodeagent/secrets/server.go security/pkg/nodeagent/secrets/server_test.go security/pkg/pki/ca/ca.go security/pkg/pki/ca/ca_test.go security/pkg/pki/ca/error.go security/pkg/pki/ca/error_test.go security/pkg/pki/ca/controller/monitoring.go security/pkg/pki/ca/controller/secret.go security/pkg/pki/ca/controller/secret_test.go security/pkg/pki/ca/mock/fakeca.go security/pkg/pki/util/crypto.go security/pkg/pki/util/crypto_test.go security/pkg/pki/util/dual_use.go security/pkg/pki/util/dual_use_test.go security/pkg/pki/util/generate_cert.go security/pkg/pki/util/generate_cert_test.go security/pkg/pki/util/generate_csr.go security/pkg/pki/util/generate_csr_test.go security/pkg/pki/util/keycertbundle.go security/pkg/pki/util/keycertbundle_test.go security/pkg/pki/util/san.go security/pkg/pki/util/san_test.go security/pkg/pki/util/verify_cert.go security/pkg/pki/util/verify_cert_test.go security/pkg/pki/util/mock/fakekeycertbundle.go security/pkg/platform/aws.go security/pkg/platform/aws_test.go security/pkg/platform/client.go security/pkg/platform/client_test.go security/pkg/platform/gcp.go security/pkg/platform/gcp_test.go security/pkg/platform/onprem.go security/pkg/platform/onprem_test.go security/pkg/platform/mock/fakeclient.go security/pkg/probe/controller.go security/pkg/probe/controller_test.go security/pkg/registry/registry.go security/pkg/registry/registry_test.go security/pkg/registry/kube/service.go security/pkg/registry/kube/service_test.go security/pkg/registry/kube/serviceaccount.go security/pkg/registry/kube/serviceaccount_test.go security/pkg/server/ca/authenticator.go security/pkg/server/ca/authenticator_test.go security/pkg/server/ca/authorizer.go security/pkg/server/ca/authorizer_test.go security/pkg/server/ca/monitoring.go security/pkg/server/ca/server.go security/pkg/server/ca/server_test.go security/pkg/server/monitoring/monitoring.go security/pkg/util/certutil.go security/pkg/util/certutil_test.go security/pkg/util/mock/fakecertutil.go security/proto/ca_service.pb.go security/proto/generate.go security/proto/workload_service.pb.go security/tests/integration/istio_ca_cert_rotation_env.go security/tests/integration/istio_ca_node_agent_env.go security/tests/integration/istio_ca_secret_env.go security/tests/integration/kubernetes_pod.go security/tests/integration/kubernetes_service.go security/tests/integration/kubernetes_utils.go security/tests/integration/certificateRotationTest/certificate_rotation_test.go security/tests/integration/nodeAgentTest/node_agent_test.go security/tests/integration/secretCreationTest/secret_creation_test.go security/tools/generate_cert/main.go security/tools/generate_csr/main.go tests/e2e/framework/app_manager.go tests/e2e/framework/framework.go tests/e2e/framework/framework_test.go tests/e2e/framework/istioctl.go tests/e2e/framework/kubernetes.go tests/e2e/framework/mason.go tests/e2e/framework/multicluster.go tests/e2e/framework/raw_vm.go tests/e2e/framework/testInfo.go tests/e2e/framework/test_flags.go tests/e2e/tests/bookinfo/demo_test.go tests/e2e/tests/bookinfo/main_test.go tests/e2e/tests/controller/controller_test.go tests/e2e/tests/dashboard/dashboard_test.go tests/e2e/tests/galley/galley_test.go tests/e2e/tests/mixer/mixer_test.go tests/e2e/tests/pilot/a_zipkin_test.go tests/e2e/tests/pilot/authn_policy_test.go tests/e2e/tests/pilot/egressgateway_test.go tests/e2e/tests/pilot/externalservice_test.go tests/e2e/tests/pilot/grpc_test.go tests/e2e/tests/pilot/http_test.go tests/e2e/tests/pilot/ingressgateway_test.go tests/e2e/tests/pilot/istio_rbac_test.go tests/e2e/tests/pilot/listener_conflict_test.go tests/e2e/tests/pilot/pilot_test.go tests/e2e/tests/pilot/routing_test.go tests/e2e/tests/pilot/tcp_test.go tests/e2e/tests/pilot/tls_multiplexing_test.go tests/e2e/tests/pilot/cloudfoundry/copilot_test.go tests/e2e/tests/pilot/cloudfoundry/mock/copilot.go tests/e2e/tests/showcase/mixer_showcase_test.go tests/e2e/tests/showcase/pilot_showcase_test.go tests/e2e/tests/showcase/showcase_test.go tests/e2e/tests/showcase/simple_showcase_test.go tests/e2e/tests/simple/a_simple_1_test.go tests/e2e/tests/simple/nginx_test.go tests/e2e/tests/upgrade/upgrade_test.go tests/integration/component/fortio_server/fortio_server_comp.go tests/integration/component/mixer/mixer_binary_comp.go tests/integration/component/proxy/proxy_binary_comp.go tests/integration/example/environment/appOnlyEnv/app_only_env.go tests/integration/example/environment/appOnlyEnv/cmd/main.go tests/integration/example/environment/mixerEnvoyEnv/mixer_envoy_env.go tests/integration/example/environment/mixerEnvoyEnv/cmd/main.go tests/integration/example/tests/sample1/sample1_test.go tests/integration/example/tests/sample2/sample2_test.go tests/integration/framework/component.go tests/integration/framework/configuration.go tests/integration/framework/environment.go tests/integration/framework/status.go tests/integration/framework/testEnvManager.go tests/integration/framework/testProcess.go tests/integration2/examples/basic/basic_test.go tests/integration2/examples/externalcomp/externalcomp_test.go tests/integration2/examples/pilot/pilot_test.go tests/integration2/galley/data.gen.go tests/integration2/galley/data.gen_test.go tests/integration2/galley/main_test.go tests/integration2/galley/validation_test.go tests/k8s/helper.go tests/local/cluster_registry_test.go tests/local/xds_local_test.go tests/util/common_utils.go tests/util/compare_utils.go tests/util/echo.go tests/util/kube_utils.go tests/util/pilot_server.go tests/util/process_utils.go tests/util/retry.go tests/util/checker/checker.go tests/util/checker/report.go tests/util/checker/rule.go tests/util/checker/whitelist.go tests/util/checker/testlinter/e2etest_lint_test.go tests/util/checker/testlinter/integtest_lint_test.go tests/util/checker/testlinter/lint_rules_list.go tests/util/checker/testlinter/main.go tests/util/checker/testlinter/rules_matcher.go tests/util/checker/testlinter/unittest_lint_test.go tests/util/checker/testlinter/whitelist.go tests/util/checker/testlinter/rules/no_goroutine.go tests/util/checker/testlinter/rules/no_short.go tests/util/checker/testlinter/rules/no_sleep.go tests/util/checker/testlinter/rules/short_skip.go tests/util/checker/testlinter/rules/skip_issue.go tests/util/checker/testlinter/rules/util.go tests/util/checker/testlinter/testdata/integtest_integ_test.go tests/util/checker/testlinter/testdata/unit_test.go tests/util/checker/testlinter/testdata/e2e/e2e_test.go tests/util/checker/testlinter/testdata/integration/integtest_test.go tools/githubContrib/githubContrib.go tools/githubContrib/githubContrib_test.go tools/hyperistio/hyperistio.go tools/hyperistio/hyperistio_test.go tools/license/get_dep_licenses.go | |
DEBUG: [Aug 24 00:08:05.061] nolint: parsing mixer/test/client/test_data/authn_test_config.go for directives | |
DEBUG: [Aug 24 00:08:05.062] nolint: parsing mixer/test/client/test_data/authn_test_config.go took 459.766µs | |
DEBUG: [Aug 24 00:08:05.062] nolint: matched all:17-33 to issue mixer/test/client/test_data/authn_test_config.go:26::error: line is 480 characters (lll) | |
DEBUG: [Aug 24 00:08:05.062] nolint: parsing mixer/test/listbackend/list.go for directives | |
DEBUG: [Aug 24 00:08:05.064] nolint: parsing mixer/test/listbackend/list.go took 1.386814ms | |
DEBUG: [Aug 24 00:08:05.064] nolint: matched lll:15-16 to issue mixer/test/listbackend/list.go:16::error: line is 227 characters (lll) | |
DEBUG: [Aug 24 00:08:05.064] nolint: parsing mixer/test/prometheus/nosession.go for directives | |
DEBUG: [Aug 24 00:08:05.066] nolint: parsing mixer/test/prometheus/nosession.go took 1.878312ms | |
DEBUG: [Aug 24 00:08:05.066] nolint: matched lll:15-16 to issue mixer/test/prometheus/nosession.go:16::error: line is 243 characters (lll) | |
DEBUG: [Aug 24 00:08:05.067] nolint: parsing mixer/test/spybackend/nosession.go for directives | |
DEBUG: [Aug 24 00:08:05.069] nolint: parsing mixer/test/spybackend/nosession.go took 1.69383ms | |
DEBUG: [Aug 24 00:08:05.069] nolint: matched lll:15-16 to issue mixer/test/spybackend/nosession.go:16::error: line is 165 characters (lll) | |
DEBUG: [Aug 24 00:08:05.069] nolint: parsing mixer/tools/codegen/pkg/bootstrapgen/generator_test.go for directives | |
DEBUG: [Aug 24 00:08:05.071] nolint: parsing mixer/tools/codegen/pkg/bootstrapgen/generator_test.go took 1.575926ms | |
DEBUG: [Aug 24 00:08:05.071] nolint: matched all:15-222 to issue mixer/tools/codegen/pkg/bootstrapgen/generator_test.go:16::error: line is 210 characters (lll) | |
DEBUG: [Aug 24 00:08:05.071] nolint: matched all:15-222 to issue mixer/tools/codegen/pkg/bootstrapgen/generator_test.go:17::error: line is 215 characters (lll) | |
DEBUG: [Aug 24 00:08:05.072] nolint: matched all:15-222 to issue mixer/tools/codegen/pkg/bootstrapgen/generator_test.go:18::error: line is 215 characters (lll) | |
DEBUG: [Aug 24 00:08:05.072] nolint: matched all:15-222 to issue mixer/tools/codegen/pkg/bootstrapgen/generator_test.go:19::error: line is 219 characters (lll) | |
DEBUG: [Aug 24 00:08:05.072] nolint: matched all:15-222 to issue mixer/tools/codegen/pkg/bootstrapgen/generator_test.go:20::error: line is 219 characters (lll) | |
DEBUG: [Aug 24 00:08:05.072] nolint: parsing mixer/tools/codegen/pkg/bootstrapgen/template/bootstrapTemplate.go for directives | |
DEBUG: [Aug 24 00:08:05.073] nolint: parsing mixer/tools/codegen/pkg/bootstrapgen/template/bootstrapTemplate.go took 651.426µs | |
DEBUG: [Aug 24 00:08:05.073] nolint: matched lll:17-679 to issue mixer/tools/codegen/pkg/bootstrapgen/template/bootstrapTemplate.go:167::error: line is 169 characters (lll) | |
DEBUG: [Aug 24 00:08:05.073] nolint: matched lll:17-679 to issue mixer/tools/codegen/pkg/bootstrapgen/template/bootstrapTemplate.go:205::error: line is 183 characters (lll) | |
DEBUG: [Aug 24 00:08:05.073] nolint: matched lll:17-679 to issue mixer/tools/codegen/pkg/bootstrapgen/template/bootstrapTemplate.go:633::error: line is 164 characters (lll) | |
DEBUG: [Aug 24 00:08:05.073] nolint: parsing mixer/tools/codegen/pkg/modelgen/model_test.go for directives | |
DEBUG: [Aug 24 00:08:05.076] nolint: parsing mixer/tools/codegen/pkg/modelgen/model_test.go took 2.545581ms | |
DEBUG: [Aug 24 00:08:05.076] nolint: matched all:15-37 to issue mixer/tools/codegen/pkg/modelgen/model_test.go:16::error: line is 224 characters (lll) | |
DEBUG: [Aug 24 00:08:05.076] nolint: matched all:15-37 to issue mixer/tools/codegen/pkg/modelgen/model_test.go:17::error: line is 226 characters (lll) | |
DEBUG: [Aug 24 00:08:05.076] nolint: matched all:15-37 to issue mixer/tools/codegen/pkg/modelgen/model_test.go:18::error: line is 232 characters (lll) | |
DEBUG: [Aug 24 00:08:05.076] nolint: matched all:15-37 to issue mixer/tools/codegen/pkg/modelgen/model_test.go:19::error: line is 190 characters (lll) | |
DEBUG: [Aug 24 00:08:05.077] nolint: matched all:15-37 to issue mixer/tools/codegen/pkg/modelgen/model_test.go:20::error: line is 236 characters (lll) | |
DEBUG: [Aug 24 00:08:05.077] nolint: matched all:15-37 to issue mixer/tools/codegen/pkg/modelgen/model_test.go:21::error: line is 230 characters (lll) | |
DEBUG: [Aug 24 00:08:05.077] nolint: matched all:15-37 to issue mixer/tools/codegen/pkg/modelgen/model_test.go:22::error: line is 222 characters (lll) | |
DEBUG: [Aug 24 00:08:05.077] nolint: matched all:15-37 to issue mixer/tools/codegen/pkg/modelgen/model_test.go:23::error: line is 230 characters (lll) | |
DEBUG: [Aug 24 00:08:05.077] nolint: matched all:15-37 to issue mixer/tools/codegen/pkg/modelgen/model_test.go:24::error: line is 236 characters (lll) | |
DEBUG: [Aug 24 00:08:05.077] nolint: matched all:15-37 to issue mixer/tools/codegen/pkg/modelgen/model_test.go:25::error: line is 216 characters (lll) | |
DEBUG: [Aug 24 00:08:05.078] nolint: matched all:15-37 to issue mixer/tools/codegen/pkg/modelgen/model_test.go:26::error: line is 232 characters (lll) | |
DEBUG: [Aug 24 00:08:05.078] nolint: matched all:15-37 to issue mixer/tools/codegen/pkg/modelgen/model_test.go:27::error: line is 220 characters (lll) | |
DEBUG: [Aug 24 00:08:05.078] nolint: matched all:15-37 to issue mixer/tools/codegen/pkg/modelgen/model_test.go:28::error: line is 214 characters (lll) | |
DEBUG: [Aug 24 00:08:05.078] nolint: matched all:15-37 to issue mixer/tools/codegen/pkg/modelgen/model_test.go:29::error: line is 220 characters (lll) | |
DEBUG: [Aug 24 00:08:05.078] nolint: matched all:15-37 to issue mixer/tools/codegen/pkg/modelgen/model_test.go:30::error: line is 220 characters (lll) | |
DEBUG: [Aug 24 00:08:05.078] nolint: matched all:15-37 to issue mixer/tools/codegen/pkg/modelgen/model_test.go:31::error: line is 234 characters (lll) | |
DEBUG: [Aug 24 00:08:05.079] nolint: matched all:15-37 to issue mixer/tools/codegen/pkg/modelgen/model_test.go:32::error: line is 240 characters (lll) | |
DEBUG: [Aug 24 00:08:05.079] nolint: matched all:15-37 to issue mixer/tools/codegen/pkg/modelgen/model_test.go:33::error: line is 244 characters (lll) | |
DEBUG: [Aug 24 00:08:05.080] nolint: matched all:15-37 to issue mixer/tools/codegen/pkg/modelgen/model_test.go:34::error: line is 236 characters (lll) | |
DEBUG: [Aug 24 00:08:05.081] nolint: matched all:15-37 to issue mixer/tools/codegen/pkg/modelgen/model_test.go:35::error: line is 210 characters (lll) | |
DEBUG: [Aug 24 00:08:05.081] nolint: matched all:15-37 to issue mixer/tools/codegen/pkg/modelgen/model_test.go:36::error: line is 248 characters (lll) | |
DEBUG: [Aug 24 00:08:05.082] nolint: matched all:15-37 to issue mixer/tools/codegen/pkg/modelgen/model_test.go:37::error: line is 252 characters (lll) | |
DEBUG: [Aug 24 00:08:05.083] nolint: parsing mixer/tools/mixgen/cmd/adapter_test.go for directives | |
DEBUG: [Aug 24 00:08:05.084] nolint: parsing mixer/tools/mixgen/cmd/adapter_test.go took 946.091µs | |
DEBUG: [Aug 24 00:08:05.084] nolint: matched lll:45-61 to issue mixer/tools/mixgen/cmd/adapter_test.go:59::error: line is 2222 characters (lll) | |
DEBUG: [Aug 24 00:08:05.084] nolint: matched lll:68-82 to issue mixer/tools/mixgen/cmd/adapter_test.go:80::error: line is 2222 characters (lll) | |
DEBUG: [Aug 24 00:08:05.084] nolint: parsing mixer/tools/mixgen/cmd/api_proto.go for directives | |
DEBUG: [Aug 24 00:08:05.084] nolint: parsing mixer/tools/mixgen/cmd/api_proto.go took 188.58µs | |
DEBUG: [Aug 24 00:08:05.084] nolint: matched lll:3-158 to issue mixer/tools/mixgen/cmd/api_proto.go:77::error: line is 171 characters (lll) | |
DEBUG: [Aug 24 00:08:05.084] nolint: matched lll:3-158 to issue mixer/tools/mixgen/cmd/api_proto.go:78::error: line is 164 characters (lll) | |
DEBUG: [Aug 24 00:08:05.084] nolint: parsing mixer/tools/mixgen/cmd/api_test.go for directives | |
DEBUG: [Aug 24 00:08:05.086] [lll.5]: lll linter took 601.93574ms | |
DEBUG: [Aug 24 00:08:05.086] [maligned.7]: executing /go/bin/maligned ./addons/servicegraph ./addons/servicegraph/cmd/demosvc ./addons/servicegraph/cmd/server ./addons/servicegraph/dot ./addons/servicegraph/promgen ./galley/cmd/galley ./galley/cmd/galley/cmd ./galley/cmd/shared ./galley/pkg/crd/validation ./galley/pkg/kube ./galley/pkg/kube/converter ./galley/pkg/kube/converter/legacy ./galley/pkg/kube/source ./galley/pkg/metadata ./galley/pkg/metadata/kube ./galley/pkg/runtime ./galley/pkg/runtime/resource ./galley/pkg/server ./galley/pkg/testing/common ./galley/pkg/testing/mock ./galley/tools/gen-meta ./galley/tools/mcpc ./istioctl/cmd/istioctl ./istioctl/cmd/istioctl/gendeployment ./istioctl/pkg/convert ./istioctl/pkg/kubernetes ./istioctl/pkg/util/configdump ./istioctl/pkg/util/proto ./istioctl/pkg/writer/compare ./istioctl/pkg/writer/envoy/configdump ./istioctl/pkg/writer/pilot ./mixer/adapter ./mixer/adapter/bypass ./mixer/adapter/bypass/config ./mixer/adapter/circonus ./mixer/adapter/circonus/config ./mixer/adapter/cloudwatch ./mixer/adapter/cloudwatch/config ./mixer/adapter/denier ./mixer/adapter/denier/config ./mixer/adapter/dogstatsd ./mixer/adapter/dogstatsd/config ./mixer/adapter/fluentd ./mixer/adapter/fluentd/config ./mixer/adapter/kubernetesenv ./mixer/adapter/kubernetesenv/config ./mixer/adapter/kubernetesenv/template ./mixer/adapter/list ./mixer/adapter/list/config ./mixer/adapter/memquota ./mixer/adapter/memquota/config ./mixer/adapter/noop ./mixer/adapter/opa ./mixer/adapter/opa/config ./mixer/adapter/prometheus ./mixer/adapter/prometheus/config ./mixer/adapter/rbac ./mixer/adapter/rbac/config ./mixer/adapter/redisquota ./mixer/adapter/redisquota/config ./mixer/adapter/servicecontrol ./mixer/adapter/servicecontrol/config ./mixer/adapter/servicecontrol/template/servicecontrolreport ./mixer/adapter/signalfx ./mixer/adapter/signalfx/config ./mixer/adapter/solarwinds ./mixer/adapter/solarwinds/config ./mixer/adapter/solarwinds/internal/appoptics ./mixer/adapter/solarwinds/internal/papertrail ./mixer/adapter/stackdriver ./mixer/adapter/stackdriver/config ./mixer/adapter/stackdriver/contextgraph ./mixer/adapter/stackdriver/helper ./mixer/adapter/stackdriver/log ./mixer/adapter/stackdriver/metric ./mixer/adapter/stackdriver/trace ./mixer/adapter/statsd ./mixer/adapter/statsd/config ./mixer/adapter/stdio ./mixer/adapter/stdio/config ./mixer/cmd/mixc ./mixer/cmd/mixc/cmd ./mixer/cmd/mixs ./mixer/cmd/mixs/cmd ./mixer/cmd/shared ./mixer/pkg/adapter ./mixer/pkg/adapter/test ./mixer/pkg/api ./mixer/pkg/attribute ./mixer/pkg/checkcache ./mixer/pkg/config ./mixer/pkg/config/crd ./mixer/pkg/config/mcp ./mixer/pkg/config/store ./mixer/pkg/config/storetest ./mixer/pkg/il ./mixer/pkg/il/interpreter ./mixer/pkg/il/testing ./mixer/pkg/il/text ./mixer/pkg/lang ./mixer/pkg/lang/ast ./mixer/pkg/lang/checker ./mixer/pkg/lang/compiled ./mixer/pkg/lang/compiler ./mixer/pkg/mockapi ./mixer/pkg/perf ./mixer/pkg/pool ./mixer/pkg/protobuf/descriptor ./mixer/pkg/protobuf/yaml ./mixer/pkg/protobuf/yaml/dynamic ./mixer/pkg/protobuf/yaml/testdata/all ./mixer/pkg/runtime ./mixer/pkg/runtime/config ./mixer/pkg/runtime/config/constant ./mixer/pkg/runtime/config/validator ./mixer/pkg/runtime/dispatcher ./mixer/pkg/runtime/handler ./mixer/pkg/runtime/routing ./mixer/pkg/runtime/safecall ./mixer/pkg/runtime/testing/data ./mixer/pkg/server ./mixer/pkg/status ./mixer/pkg/template ./mixer/template ./mixer/template/apikey ./mixer/template/authorization ./mixer/template/checknothing ./mixer/template/edge ./mixer/template/listentry ./mixer/template/logentry ./mixer/template/metric ./mixer/template/quota ./mixer/template/reportnothing ./mixer/template/sample ./mixer/template/sample/apa ./mixer/template/sample/check ./mixer/template/sample/quota ./mixer/template/sample/report ./mixer/template/tracespan ./mixer/test/client/check_cache ./mixer/test/client/check_cache_hit ./mixer/test/client/check_report ./mixer/test/client/check_report_disable ./mixer/test/client/check_report_large_post_request ./mixer/test/client/disable_check_cache ./mixer/test/client/disable_tcp_check_calls ./mixer/test/client/dynamic_attribute ./mixer/test/client/dynamic_listener ./mixer/test/client/env ./mixer/test/client/failed_request ./mixer/test/client/fault_inject ./mixer/test/client/global_dictionary ./mixer/test/client/istio_authn_origin_jwt_bound_origin ./mixer/test/client/istio_authn_origin_jwt_bound_peer ./mixer/test/client/istio_authn_origin_reject_no_jwt ./mixer/test/client/istio_authn_peer_jwt_bound_origin ./mixer/test/client/istio_authn_peer_jwt_bound_peer ./mixer/test/client/istio_authn_peer_reject_no_jwt ./mixer/test/client/istio_authn_peer_reject_no_mtls ./mixer/test/client/istio_authn_peer_reject_no_tls ./mixer/test/client/mixer_internal_fail ./mixer/test/client/network_policy ./mixer/test/client/pilotplugin ./mixer/test/client/pilotplugin_mtls ./mixer/test/client/pilotplugin_tcp ./mixer/test/client/quota ./mixer/test/client/quota_cache ./mixer/test/client/report_batch ./mixer/test/client/route_directive ./mixer/test/client/tcp_filter ./mixer/test/client/tcp_filter_periodical_report ./mixer/test/client/test_data ./mixer/test/e2e ./mixer/test/listbackend ./mixer/test/listbackend/cmd ./mixer/test/perf ./mixer/test/perf/perfclient ./mixer/test/policybackend ./mixer/test/prometheus ./mixer/test/prometheus/cmd ./mixer/test/spyAdapter ./mixer/test/spyAdapter/template ./mixer/test/spyAdapter/template/apa ./mixer/test/spyAdapter/template/check ./mixer/test/spyAdapter/template/quota ./mixer/test/spyAdapter/template/report ./mixer/test/spybackend ./mixer/tools/adapterlinter ./mixer/tools/codegen/cmd/mixgenbootstrap ./mixer/tools/codegen/cmd/mixgeninventory ./mixer/tools/codegen/pkg/bootstrapgen ./mixer/tools/codegen/pkg/bootstrapgen/template ./mixer/tools/codegen/pkg/inventory ./mixer/tools/codegen/pkg/modelgen ./mixer/tools/mixgen ./mixer/tools/mixgen/cmd ./pilot/cmd ./pilot/cmd/pilot-agent ./pilot/cmd/pilot-discovery ./pilot/cmd/sidecar-injector ./pilot/pkg/bootstrap ./pilot/pkg/config/aggregate ./pilot/pkg/config/aggregate/fakes ./pilot/pkg/config/cloudfoundry ./pilot/pkg/config/cloudfoundry/fakes ./pilot/pkg/config/clusterregistry ./pilot/pkg/config/kube/crd ./pilot/pkg/config/kube/ingress ./pilot/pkg/config/memory ./pilot/pkg/config/monitor ./pilot/pkg/kube/inject ./pilot/pkg/model ./pilot/pkg/model/test ./pilot/pkg/networking/core ./pilot/pkg/networking/core/v1alpha3 ./pilot/pkg/networking/core/v1alpha3/fakes ./pilot/pkg/networking/core/v1alpha3/route ./pilot/pkg/networking/plugin ./pilot/pkg/networking/plugin/authn ./pilot/pkg/networking/plugin/authz ./pilot/pkg/networking/plugin/envoyfilter ./pilot/pkg/networking/plugin/health ./pilot/pkg/networking/plugin/mixer ./pilot/pkg/networking/plugin/registry ./pilot/pkg/networking/util ./pilot/pkg/proxy ./pilot/pkg/proxy/envoy ./pilot/pkg/proxy/envoy/v2 ./pilot/pkg/request ./pilot/pkg/serviceregistry ./pilot/pkg/serviceregistry/aggregate ./pilot/pkg/serviceregistry/cloudfoundry ./pilot/pkg/serviceregistry/cloudfoundry/fakes ./pilot/pkg/serviceregistry/consul ./pilot/pkg/serviceregistry/external ./pilot/pkg/serviceregistry/kube ./pilot/pkg/serviceregistry/memory ./pilot/test/client ./pilot/test/grpcecho ./pilot/test/mock ./pilot/test/server ./pilot/test/server/echo ./pilot/test/util ./pilot/tools ./pilot/tools/debug ./pkg/bootstrap ./pkg/cache ./pkg/cmd ./pkg/collateral ./pkg/ctrlz ./pkg/ctrlz/fw ./pkg/ctrlz/topics ./pkg/kube ./pkg/log ./pkg/mcp/client ./pkg/mcp/configz ./pkg/mcp/creds ./pkg/mcp/server ./pkg/mcp/snapshot ./pkg/mcp/testing ./pkg/mcp/testing/testcerts ./pkg/probe ./pkg/test ./pkg/test/fakes/policy ./pkg/test/framework ./pkg/test/framework/component ./pkg/test/framework/components ./pkg/test/framework/components/apiserver ./pkg/test/framework/components/apps ./pkg/test/framework/components/apps/api ./pkg/test/framework/components/apps/kube ./pkg/test/framework/components/apps/local ./pkg/test/framework/components/apps/local/envoy ./pkg/test/framework/components/apps/local/envoy/agent ./pkg/test/framework/components/apps/local/envoy/agent/pilot ./pkg/test/framework/components/apps/local/envoy/agent/pilot/reserveport ./pkg/test/framework/components/apps/local/envoy/discovery ./pkg/test/framework/components/mixer ./pkg/test/framework/components/pilot ./pkg/test/framework/components/policybackend ./pkg/test/framework/components/registry ./pkg/test/framework/dependency ./pkg/test/framework/environment ./pkg/test/framework/environments/kubernetes ./pkg/test/framework/environments/local ./pkg/test/framework/errors ./pkg/test/framework/internal ./pkg/test/framework/settings ./pkg/test/framework/tmpl ./pkg/test/kube ./pkg/test/protocol ./pkg/test/service/echo ./pkg/test/service/echo/proto ./pkg/test/service/echo/server ./pkg/test/util ./pkg/tracing ./pkg/util ./pkg/version ./samples/health-check ./security/cmd/istio_ca ./security/cmd/node_agent ./security/cmd/node_agent/na ./security/cmd/node_agent_k8s ./security/pkg/adapter/vault ./security/pkg/caclient ./security/pkg/caclient/protocol ./security/pkg/caclient/protocol/mock ./security/pkg/cmd ./security/pkg/credential ./security/pkg/nodeagent/secrets ./security/pkg/pki/ca ./security/pkg/pki/ca/controller ./security/pkg/pki/ca/mock ./security/pkg/pki/util ./security/pkg/pki/util/mock ./security/pkg/platform ./security/pkg/platform/mock ./security/pkg/probe ./security/pkg/registry ./security/pkg/registry/kube ./security/pkg/server/ca ./security/pkg/server/monitoring ./security/pkg/util ./security/pkg/util/mock ./security/proto ./security/tests/integration ./security/tests/integration/certificateRotationTest ./security/tests/integration/nodeAgentTest ./security/tests/integration/secretCreationTest ./security/tools/generate_cert ./security/tools/generate_csr ./tests/e2e/framework ./tests/e2e/tests/bookinfo ./tests/e2e/tests/controller ./tests/e2e/tests/dashboard ./tests/e2e/tests/galley ./tests/e2e/tests/mixer ./tests/e2e/tests/pilot ./tests/e2e/tests/pilot/cloudfoundry ./tests/e2e/tests/pilot/cloudfoundry/mock ./tests/e2e/tests/showcase ./tests/e2e/tests/simple ./tests/e2e/tests/upgrade ./tests/integration/component/fortio_server ./tests/integration/component/mixer ./tests/integration/component/proxy ./tests/integration/example/environment/appOnlyEnv ./tests/integration/example/environment/appOnlyEnv/cmd ./tests/integration/example/environment/mixerEnvoyEnv ./tests/integration/example/environment/mixerEnvoyEnv/cmd ./tests/integration/example/tests/sample1 ./tests/integration/example/tests/sample2 ./tests/integration/framework ./tests/integration2/examples/basic ./tests/integration2/examples/externalcomp ./tests/integration2/examples/pilot ./tests/integration2/galley ./tests/k8s ./tests/local ./tests/util ./tests/util/checker ./tests/util/checker/testlinter ./tests/util/checker/testlinter/rules ./tests/util/checker/testlinter/testdata ./tests/util/checker/testlinter/testdata/e2e ./tests/util/checker/testlinter/testdata/integration ./tools/githubContrib ./tools/hyperistio ./tools/license | |
DEBUG: [Aug 24 00:08:05.086] nolint: parsing mixer/tools/mixgen/cmd/api_test.go took 1.771671ms | |
DEBUG: [Aug 24 00:08:05.087] nolint: matched all:15-249 to issue mixer/tools/mixgen/cmd/api_test.go:16::error: line is 210 characters (lll) | |
DEBUG: [Aug 24 00:08:05.087] nolint: matched all:15-249 to issue mixer/tools/mixgen/cmd/api_test.go:17::error: line is 215 characters (lll) | |
DEBUG: [Aug 24 00:08:05.087] nolint: matched all:15-249 to issue mixer/tools/mixgen/cmd/api_test.go:18::error: line is 217 characters (lll) | |
DEBUG: [Aug 24 00:08:05.087] nolint: matched all:15-249 to issue mixer/tools/mixgen/cmd/api_test.go:19::error: line is 215 characters (lll) | |
DEBUG: [Aug 24 00:08:05.087] nolint: matched all:15-249 to issue mixer/tools/mixgen/cmd/api_test.go:20::error: line is 215 characters (lll) | |
DEBUG: [Aug 24 00:08:05.087] nolint: parsing mixer/tools/mixgen/cmd/template_test.go for directives | |
DEBUG: [Aug 24 00:08:05.087] nolint: parsing mixer/tools/mixgen/cmd/template_test.go took 447.416µs | |
DEBUG: [Aug 24 00:08:05.087] nolint: matched lll:33-44 to issue mixer/tools/mixgen/cmd/template_test.go:42::error: line is 2228 characters (lll) | |
DEBUG: [Aug 24 00:08:05.087] nolint: parsing pilot/pkg/kube/inject/inject.go for directives | |
DEBUG: [Aug 24 00:08:05.090] nolint: parsing pilot/pkg/kube/inject/inject.go took 2.114207ms | |
DEBUG: [Aug 24 00:08:05.090] nolint: matched lll:397-397 to issue pilot/pkg/kube/inject/inject.go:397::error: line is 230 characters (lll) | |
DEBUG: [Aug 24 00:08:05.090] nolint: parsing pilot/pkg/kube/inject/webhook.go for directives | |
DEBUG: [Aug 24 00:08:05.092] nolint: parsing pilot/pkg/kube/inject/webhook.go took 2.216123ms | |
DEBUG: [Aug 24 00:08:05.092] nolint: matched lll:504-504 to issue pilot/pkg/kube/inject/webhook.go:504::error: line is 176 characters (lll) | |
DEBUG: [Aug 24 00:08:05.092] nolint: parsing pilot/pkg/kube/inject/webhook_test.go for directives | |
DEBUG: [Aug 24 00:08:05.096] nolint: parsing pilot/pkg/kube/inject/webhook_test.go took 3.76787ms | |
DEBUG: [Aug 24 00:08:05.096] nolint: matched lll:876-928 to issue pilot/pkg/kube/inject/webhook_test.go:925::error: line is 265 characters (lll) | |
DEBUG: [Aug 24 00:08:05.139] [lll.6]: lll hits 50: ^(?P<path>.*?\.go):(?P<line>\d+):\s*(?P<message>.*)$ | |
DEBUG: [Aug 24 00:08:05.145] nolint: parsing pkg/mcp/client/client.go for directives | |
DEBUG: [Aug 24 00:08:05.147] nolint: parsing pkg/mcp/client/client.go took 2.071111ms | |
DEBUG: [Aug 24 00:08:05.147] nolint: matched lll:148-148 to issue pkg/mcp/client/client.go:148::error: line is 170 characters (lll) | |
DEBUG: [Aug 24 00:08:05.148] nolint: parsing pkg/mcp/client/client_test.go for directives | |
DEBUG: [Aug 24 00:08:05.151] nolint: parsing pkg/mcp/client/client_test.go took 3.721281ms | |
DEBUG: [Aug 24 00:08:05.151] nolint: matched lll:79-79 to issue pkg/mcp/client/client_test.go:79::error: line is 183 characters (lll) | |
DEBUG: [Aug 24 00:08:05.153] nolint: parsing pkg/mcp/snapshot/snapshot_test.go for directives | |
DEBUG: [Aug 24 00:08:05.153] [lll.6]: lll linter took 99.87636ms | |
DEBUG: [Aug 24 00:08:05.154] [megacheck.8]: executing /go/bin/megacheck ./addons/servicegraph ./addons/servicegraph/cmd/demosvc ./addons/servicegraph/cmd/server ./addons/servicegraph/dot ./addons/servicegraph/promgen ./galley/cmd/galley ./galley/cmd/galley/cmd ./galley/cmd/shared ./galley/pkg/crd/validation ./galley/pkg/kube ./galley/pkg/kube/converter ./galley/pkg/kube/converter/legacy ./galley/pkg/kube/source ./galley/pkg/metadata ./galley/pkg/metadata/kube ./galley/pkg/runtime ./galley/pkg/runtime/resource ./galley/pkg/server ./galley/pkg/testing/common ./galley/pkg/testing/mock ./galley/tools/gen-meta ./galley/tools/mcpc ./istioctl/cmd/istioctl ./istioctl/cmd/istioctl/gendeployment ./istioctl/pkg/convert ./istioctl/pkg/kubernetes ./istioctl/pkg/util/configdump ./istioctl/pkg/util/proto ./istioctl/pkg/writer/compare ./istioctl/pkg/writer/envoy/configdump ./istioctl/pkg/writer/pilot ./mixer/adapter ./mixer/adapter/bypass ./mixer/adapter/bypass/config ./mixer/adapter/circonus ./mixer/adapter/circonus/config ./mixer/adapter/cloudwatch ./mixer/adapter/cloudwatch/config ./mixer/adapter/denier ./mixer/adapter/denier/config ./mixer/adapter/dogstatsd ./mixer/adapter/dogstatsd/config ./mixer/adapter/fluentd ./mixer/adapter/fluentd/config ./mixer/adapter/kubernetesenv ./mixer/adapter/kubernetesenv/config ./mixer/adapter/kubernetesenv/template ./mixer/adapter/list ./mixer/adapter/list/config ./mixer/adapter/memquota ./mixer/adapter/memquota/config ./mixer/adapter/noop ./mixer/adapter/opa ./mixer/adapter/opa/config ./mixer/adapter/prometheus ./mixer/adapter/prometheus/config ./mixer/adapter/rbac ./mixer/adapter/rbac/config ./mixer/adapter/redisquota ./mixer/adapter/redisquota/config ./mixer/adapter/servicecontrol ./mixer/adapter/servicecontrol/config ./mixer/adapter/servicecontrol/template/servicecontrolreport ./mixer/adapter/signalfx ./mixer/adapter/signalfx/config ./mixer/adapter/solarwinds ./mixer/adapter/solarwinds/config ./mixer/adapter/solarwinds/internal/appoptics ./mixer/adapter/solarwinds/internal/papertrail ./mixer/adapter/stackdriver ./mixer/adapter/stackdriver/config ./mixer/adapter/stackdriver/contextgraph ./mixer/adapter/stackdriver/helper ./mixer/adapter/stackdriver/log ./mixer/adapter/stackdriver/metric ./mixer/adapter/stackdriver/trace ./mixer/adapter/statsd ./mixer/adapter/statsd/config ./mixer/adapter/stdio ./mixer/adapter/stdio/config ./mixer/cmd/mixc ./mixer/cmd/mixc/cmd ./mixer/cmd/mixs ./mixer/cmd/mixs/cmd ./mixer/cmd/shared ./mixer/pkg/adapter ./mixer/pkg/adapter/test ./mixer/pkg/api ./mixer/pkg/attribute ./mixer/pkg/checkcache ./mixer/pkg/config ./mixer/pkg/config/crd ./mixer/pkg/config/mcp ./mixer/pkg/config/store ./mixer/pkg/config/storetest ./mixer/pkg/il ./mixer/pkg/il/interpreter ./mixer/pkg/il/testing ./mixer/pkg/il/text ./mixer/pkg/lang ./mixer/pkg/lang/ast ./mixer/pkg/lang/checker ./mixer/pkg/lang/compiled ./mixer/pkg/lang/compiler ./mixer/pkg/mockapi ./mixer/pkg/perf ./mixer/pkg/pool ./mixer/pkg/protobuf/descriptor ./mixer/pkg/protobuf/yaml ./mixer/pkg/protobuf/yaml/dynamic ./mixer/pkg/protobuf/yaml/testdata/all ./mixer/pkg/runtime ./mixer/pkg/runtime/config ./mixer/pkg/runtime/config/constant ./mixer/pkg/runtime/config/validator ./mixer/pkg/runtime/dispatcher ./mixer/pkg/runtime/handler ./mixer/pkg/runtime/routing ./mixer/pkg/runtime/safecall ./mixer/pkg/runtime/testing/data ./mixer/pkg/server ./mixer/pkg/status ./mixer/pkg/template ./mixer/template ./mixer/template/apikey ./mixer/template/authorization ./mixer/template/checknothing ./mixer/template/edge ./mixer/template/listentry ./mixer/template/logentry ./mixer/template/metric ./mixer/template/quota ./mixer/template/reportnothing ./mixer/template/sample ./mixer/template/sample/apa ./mixer/template/sample/check ./mixer/template/sample/quota ./mixer/template/sample/report ./mixer/template/tracespan ./mixer/test/client/check_cache ./mixer/test/client/check_cache_hit ./mixer/test/client/check_report ./mixer/test/client/check_report_disable ./mixer/test/client/check_report_large_post_request ./mixer/test/client/disable_check_cache ./mixer/test/client/disable_tcp_check_calls ./mixer/test/client/dynamic_attribute ./mixer/test/client/dynamic_listener ./mixer/test/client/env ./mixer/test/client/failed_request ./mixer/test/client/fault_inject ./mixer/test/client/global_dictionary ./mixer/test/client/istio_authn_origin_jwt_bound_origin ./mixer/test/client/istio_authn_origin_jwt_bound_peer ./mixer/test/client/istio_authn_origin_reject_no_jwt ./mixer/test/client/istio_authn_peer_jwt_bound_origin ./mixer/test/client/istio_authn_peer_jwt_bound_peer ./mixer/test/client/istio_authn_peer_reject_no_jwt ./mixer/test/client/istio_authn_peer_reject_no_mtls ./mixer/test/client/istio_authn_peer_reject_no_tls ./mixer/test/client/mixer_internal_fail ./mixer/test/client/network_policy ./mixer/test/client/pilotplugin ./mixer/test/client/pilotplugin_mtls ./mixer/test/client/pilotplugin_tcp ./mixer/test/client/quota ./mixer/test/client/quota_cache ./mixer/test/client/report_batch ./mixer/test/client/route_directive ./mixer/test/client/tcp_filter ./mixer/test/client/tcp_filter_periodical_report ./mixer/test/client/test_data ./mixer/test/e2e ./mixer/test/listbackend ./mixer/test/listbackend/cmd ./mixer/test/perf ./mixer/test/perf/perfclient ./mixer/test/policybackend ./mixer/test/prometheus ./mixer/test/prometheus/cmd ./mixer/test/spyAdapter ./mixer/test/spyAdapter/template ./mixer/test/spyAdapter/template/apa ./mixer/test/spyAdapter/template/check ./mixer/test/spyAdapter/template/quota ./mixer/test/spyAdapter/template/report ./mixer/test/spybackend ./mixer/tools/adapterlinter ./mixer/tools/codegen/cmd/mixgenbootstrap ./mixer/tools/codegen/cmd/mixgeninventory ./mixer/tools/codegen/pkg/bootstrapgen ./mixer/tools/codegen/pkg/bootstrapgen/template ./mixer/tools/codegen/pkg/inventory ./mixer/tools/codegen/pkg/modelgen ./mixer/tools/mixgen ./mixer/tools/mixgen/cmd ./pilot/cmd ./pilot/cmd/pilot-agent ./pilot/cmd/pilot-discovery ./pilot/cmd/sidecar-injector ./pilot/pkg/bootstrap ./pilot/pkg/config/aggregate ./pilot/pkg/config/aggregate/fakes ./pilot/pkg/config/cloudfoundry ./pilot/pkg/config/cloudfoundry/fakes ./pilot/pkg/config/clusterregistry ./pilot/pkg/config/kube/crd ./pilot/pkg/config/kube/ingress ./pilot/pkg/config/memory ./pilot/pkg/config/monitor ./pilot/pkg/kube/inject ./pilot/pkg/model ./pilot/pkg/model/test ./pilot/pkg/networking/core ./pilot/pkg/networking/core/v1alpha3 ./pilot/pkg/networking/core/v1alpha3/fakes ./pilot/pkg/networking/core/v1alpha3/route ./pilot/pkg/networking/plugin ./pilot/pkg/networking/plugin/authn ./pilot/pkg/networking/plugin/authz ./pilot/pkg/networking/plugin/envoyfilter ./pilot/pkg/networking/plugin/health ./pilot/pkg/networking/plugin/mixer ./pilot/pkg/networking/plugin/registry ./pilot/pkg/networking/util ./pilot/pkg/proxy ./pilot/pkg/proxy/envoy ./pilot/pkg/proxy/envoy/v2 ./pilot/pkg/request ./pilot/pkg/serviceregistry ./pilot/pkg/serviceregistry/aggregate ./pilot/pkg/serviceregistry/cloudfoundry ./pilot/pkg/serviceregistry/cloudfoundry/fakes ./pilot/pkg/serviceregistry/consul ./pilot/pkg/serviceregistry/external ./pilot/pkg/serviceregistry/kube ./pilot/pkg/serviceregistry/memory ./pilot/test/client ./pilot/test/grpcecho ./pilot/test/mock ./pilot/test/server ./pilot/test/server/echo ./pilot/test/util ./pilot/tools ./pilot/tools/debug ./pkg/bootstrap ./pkg/cache ./pkg/cmd ./pkg/collateral ./pkg/ctrlz ./pkg/ctrlz/fw ./pkg/ctrlz/topics ./pkg/kube ./pkg/log ./pkg/mcp/client ./pkg/mcp/configz ./pkg/mcp/creds ./pkg/mcp/server ./pkg/mcp/snapshot ./pkg/mcp/testing ./pkg/mcp/testing/testcerts ./pkg/probe ./pkg/test ./pkg/test/fakes/policy ./pkg/test/framework ./pkg/test/framework/component ./pkg/test/framework/components ./pkg/test/framework/components/apiserver ./pkg/test/framework/components/apps ./pkg/test/framework/components/apps/api ./pkg/test/framework/components/apps/kube ./pkg/test/framework/components/apps/local ./pkg/test/framework/components/apps/local/envoy ./pkg/test/framework/components/apps/local/envoy/agent ./pkg/test/framework/components/apps/local/envoy/agent/pilot ./pkg/test/framework/components/apps/local/envoy/agent/pilot/reserveport ./pkg/test/framework/components/apps/local/envoy/discovery ./pkg/test/framework/components/mixer ./pkg/test/framework/components/pilot ./pkg/test/framework/components/policybackend ./pkg/test/framework/components/registry ./pkg/test/framework/dependency ./pkg/test/framework/environment ./pkg/test/framework/environments/kubernetes ./pkg/test/framework/environments/local ./pkg/test/framework/errors ./pkg/test/framework/internal ./pkg/test/framework/settings ./pkg/test/framework/tmpl ./pkg/test/kube ./pkg/test/protocol ./pkg/test/service/echo ./pkg/test/service/echo/proto ./pkg/test/service/echo/server ./pkg/test/util ./pkg/tracing ./pkg/util ./pkg/version ./samples/health-check ./security/cmd/istio_ca ./security/cmd/node_agent ./security/cmd/node_agent/na ./security/cmd/node_agent_k8s ./security/pkg/adapter/vault ./security/pkg/caclient ./security/pkg/caclient/protocol ./security/pkg/caclient/protocol/mock ./security/pkg/cmd ./security/pkg/credential ./security/pkg/nodeagent/secrets ./security/pkg/pki/ca ./security/pkg/pki/ca/controller ./security/pkg/pki/ca/mock ./security/pkg/pki/util ./security/pkg/pki/util/mock ./security/pkg/platform ./security/pkg/platform/mock ./security/pkg/probe ./security/pkg/registry ./security/pkg/registry/kube ./security/pkg/server/ca ./security/pkg/server/monitoring ./security/pkg/util ./security/pkg/util/mock ./security/proto ./security/tests/integration ./security/tests/integration/certificateRotationTest ./security/tests/integration/nodeAgentTest ./security/tests/integration/secretCreationTest ./security/tools/generate_cert ./security/tools/generate_csr ./tests/e2e/framework ./tests/e2e/tests/bookinfo ./tests/e2e/tests/controller ./tests/e2e/tests/dashboard ./tests/e2e/tests/galley ./tests/e2e/tests/mixer ./tests/e2e/tests/pilot ./tests/e2e/tests/pilot/cloudfoundry ./tests/e2e/tests/pilot/cloudfoundry/mock ./tests/e2e/tests/showcase ./tests/e2e/tests/simple ./tests/e2e/tests/upgrade ./tests/integration/component/fortio_server ./tests/integration/component/mixer ./tests/integration/component/proxy ./tests/integration/example/environment/appOnlyEnv ./tests/integration/example/environment/appOnlyEnv/cmd ./tests/integration/example/environment/mixerEnvoyEnv ./tests/integration/example/environment/mixerEnvoyEnv/cmd ./tests/integration/example/tests/sample1 ./tests/integration/example/tests/sample2 ./tests/integration/framework ./tests/integration2/examples/basic ./tests/integration2/examples/externalcomp ./tests/integration2/examples/pilot ./tests/integration2/galley ./tests/k8s ./tests/local ./tests/util ./tests/util/checker ./tests/util/checker/testlinter ./tests/util/checker/testlinter/rules ./tests/util/checker/testlinter/testdata ./tests/util/checker/testlinter/testdata/e2e ./tests/util/checker/testlinter/testdata/integration ./tools/githubContrib ./tools/hyperistio ./tools/license | |
DEBUG: [Aug 24 00:08:05.155] nolint: parsing pkg/mcp/snapshot/snapshot_test.go took 2.381736ms | |
DEBUG: [Aug 24 00:08:05.155] nolint: matched lll:153-153 to issue pkg/mcp/snapshot/snapshot_test.go:153::error: line is 196 characters (lll) | |
DEBUG: [Aug 24 00:08:26.992] [vet.4]: warning: /usr/local/go/bin/go returned exit status 1: mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:18:8: cannot find package "github.com/gogo/protobuf/proto" in any of: | |
/usr/local/go/src/github.com/gogo/protobuf/proto (from $GOROOT) | |
/go/src/github.com/gogo/protobuf/proto (from $GOPATH) | |
mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:29:8: cannot find package "github.com/gogo/protobuf/sortkeys" in any of: | |
/usr/local/go/src/github.com/gogo/protobuf/sortkeys (from $GOROOT) | |
/go/src/github.com/gogo/protobuf/sortkeys (from $GOPATH) | |
mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:21:8: cannot find package "istio.io/api/policy/v1beta1" in any of: | |
/usr/local/go/src/istio.io/api/policy/v1beta1 (from $GOROOT) | |
/go/src/istio.io/api/policy/v1beta1 (from $GOPATH) | |
DEBUG: [Aug 24 00:08:26.992] [vet.4]: vet hits 3: ^(?:vet:.*?\.go:\s+(?P<path>.*?\.go):(?P<line>\d+):(?P<col>\d+):\s*(?P<message>.*))|((?P<path>.*?\.go):(?P<line>\d+):(?P<col>\d+):\s*(?P<message>.*))|(?:(?P<path>.*?\.go):(?P<line>\d+):\s*(?P<message>.*))$ | |
DEBUG: [Aug 24 00:08:26.998] [vet.4]: vet linter took 23.959587054s | |
DEBUG: [Aug 24 00:08:26.998] [varcheck.9]: executing /go/bin/varcheck ./addons/servicegraph ./addons/servicegraph/cmd/demosvc ./addons/servicegraph/cmd/server ./addons/servicegraph/dot ./addons/servicegraph/promgen ./galley/cmd/galley ./galley/cmd/galley/cmd ./galley/cmd/shared ./galley/pkg/crd/validation ./galley/pkg/kube ./galley/pkg/kube/converter ./galley/pkg/kube/converter/legacy ./galley/pkg/kube/source ./galley/pkg/metadata ./galley/pkg/metadata/kube ./galley/pkg/runtime ./galley/pkg/runtime/resource ./galley/pkg/server ./galley/pkg/testing/common ./galley/pkg/testing/mock ./galley/tools/gen-meta ./galley/tools/mcpc ./istioctl/cmd/istioctl ./istioctl/cmd/istioctl/gendeployment ./istioctl/pkg/convert ./istioctl/pkg/kubernetes ./istioctl/pkg/util/configdump ./istioctl/pkg/util/proto ./istioctl/pkg/writer/compare ./istioctl/pkg/writer/envoy/configdump ./istioctl/pkg/writer/pilot ./mixer/adapter ./mixer/adapter/bypass ./mixer/adapter/bypass/config ./mixer/adapter/circonus ./mixer/adapter/circonus/config ./mixer/adapter/cloudwatch ./mixer/adapter/cloudwatch/config ./mixer/adapter/denier ./mixer/adapter/denier/config ./mixer/adapter/dogstatsd ./mixer/adapter/dogstatsd/config ./mixer/adapter/fluentd ./mixer/adapter/fluentd/config ./mixer/adapter/kubernetesenv ./mixer/adapter/kubernetesenv/config ./mixer/adapter/kubernetesenv/template ./mixer/adapter/list ./mixer/adapter/list/config ./mixer/adapter/memquota ./mixer/adapter/memquota/config ./mixer/adapter/noop ./mixer/adapter/opa ./mixer/adapter/opa/config ./mixer/adapter/prometheus ./mixer/adapter/prometheus/config ./mixer/adapter/rbac ./mixer/adapter/rbac/config ./mixer/adapter/redisquota ./mixer/adapter/redisquota/config ./mixer/adapter/servicecontrol ./mixer/adapter/servicecontrol/config ./mixer/adapter/servicecontrol/template/servicecontrolreport ./mixer/adapter/signalfx ./mixer/adapter/signalfx/config ./mixer/adapter/solarwinds ./mixer/adapter/solarwinds/config ./mixer/adapter/solarwinds/internal/appoptics ./mixer/adapter/solarwinds/internal/papertrail ./mixer/adapter/stackdriver ./mixer/adapter/stackdriver/config ./mixer/adapter/stackdriver/contextgraph ./mixer/adapter/stackdriver/helper ./mixer/adapter/stackdriver/log ./mixer/adapter/stackdriver/metric ./mixer/adapter/stackdriver/trace ./mixer/adapter/statsd ./mixer/adapter/statsd/config ./mixer/adapter/stdio ./mixer/adapter/stdio/config ./mixer/cmd/mixc ./mixer/cmd/mixc/cmd ./mixer/cmd/mixs ./mixer/cmd/mixs/cmd ./mixer/cmd/shared ./mixer/pkg/adapter ./mixer/pkg/adapter/test ./mixer/pkg/api ./mixer/pkg/attribute ./mixer/pkg/checkcache ./mixer/pkg/config ./mixer/pkg/config/crd ./mixer/pkg/config/mcp ./mixer/pkg/config/store ./mixer/pkg/config/storetest ./mixer/pkg/il ./mixer/pkg/il/interpreter ./mixer/pkg/il/testing ./mixer/pkg/il/text ./mixer/pkg/lang ./mixer/pkg/lang/ast ./mixer/pkg/lang/checker ./mixer/pkg/lang/compiled ./mixer/pkg/lang/compiler ./mixer/pkg/mockapi ./mixer/pkg/perf ./mixer/pkg/pool ./mixer/pkg/protobuf/descriptor ./mixer/pkg/protobuf/yaml ./mixer/pkg/protobuf/yaml/dynamic ./mixer/pkg/protobuf/yaml/testdata/all ./mixer/pkg/runtime ./mixer/pkg/runtime/config ./mixer/pkg/runtime/config/constant ./mixer/pkg/runtime/config/validator ./mixer/pkg/runtime/dispatcher ./mixer/pkg/runtime/handler ./mixer/pkg/runtime/routing ./mixer/pkg/runtime/safecall ./mixer/pkg/runtime/testing/data ./mixer/pkg/server ./mixer/pkg/status ./mixer/pkg/template ./mixer/template ./mixer/template/apikey ./mixer/template/authorization ./mixer/template/checknothing ./mixer/template/edge ./mixer/template/listentry ./mixer/template/logentry ./mixer/template/metric ./mixer/template/quota ./mixer/template/reportnothing ./mixer/template/sample ./mixer/template/sample/apa ./mixer/template/sample/check ./mixer/template/sample/quota ./mixer/template/sample/report ./mixer/template/tracespan ./mixer/test/client/check_cache ./mixer/test/client/check_cache_hit ./mixer/test/client/check_report ./mixer/test/client/check_report_disable ./mixer/test/client/check_report_large_post_request ./mixer/test/client/disable_check_cache ./mixer/test/client/disable_tcp_check_calls ./mixer/test/client/dynamic_attribute ./mixer/test/client/dynamic_listener ./mixer/test/client/env ./mixer/test/client/failed_request ./mixer/test/client/fault_inject ./mixer/test/client/global_dictionary ./mixer/test/client/istio_authn_origin_jwt_bound_origin ./mixer/test/client/istio_authn_origin_jwt_bound_peer ./mixer/test/client/istio_authn_origin_reject_no_jwt ./mixer/test/client/istio_authn_peer_jwt_bound_origin ./mixer/test/client/istio_authn_peer_jwt_bound_peer ./mixer/test/client/istio_authn_peer_reject_no_jwt ./mixer/test/client/istio_authn_peer_reject_no_mtls ./mixer/test/client/istio_authn_peer_reject_no_tls ./mixer/test/client/mixer_internal_fail ./mixer/test/client/network_policy ./mixer/test/client/pilotplugin ./mixer/test/client/pilotplugin_mtls ./mixer/test/client/pilotplugin_tcp ./mixer/test/client/quota ./mixer/test/client/quota_cache ./mixer/test/client/report_batch ./mixer/test/client/route_directive ./mixer/test/client/tcp_filter ./mixer/test/client/tcp_filter_periodical_report ./mixer/test/client/test_data ./mixer/test/e2e ./mixer/test/listbackend ./mixer/test/listbackend/cmd ./mixer/test/perf ./mixer/test/perf/perfclient ./mixer/test/policybackend ./mixer/test/prometheus ./mixer/test/prometheus/cmd ./mixer/test/spyAdapter ./mixer/test/spyAdapter/template ./mixer/test/spyAdapter/template/apa ./mixer/test/spyAdapter/template/check ./mixer/test/spyAdapter/template/quota ./mixer/test/spyAdapter/template/report ./mixer/test/spybackend ./mixer/tools/adapterlinter ./mixer/tools/codegen/cmd/mixgenbootstrap ./mixer/tools/codegen/cmd/mixgeninventory ./mixer/tools/codegen/pkg/bootstrapgen ./mixer/tools/codegen/pkg/bootstrapgen/template ./mixer/tools/codegen/pkg/inventory ./mixer/tools/codegen/pkg/modelgen ./mixer/tools/mixgen ./mixer/tools/mixgen/cmd ./pilot/cmd ./pilot/cmd/pilot-agent ./pilot/cmd/pilot-discovery ./pilot/cmd/sidecar-injector ./pilot/pkg/bootstrap ./pilot/pkg/config/aggregate ./pilot/pkg/config/aggregate/fakes ./pilot/pkg/config/cloudfoundry ./pilot/pkg/config/cloudfoundry/fakes ./pilot/pkg/config/clusterregistry ./pilot/pkg/config/kube/crd ./pilot/pkg/config/kube/ingress ./pilot/pkg/config/memory ./pilot/pkg/config/monitor ./pilot/pkg/kube/inject ./pilot/pkg/model ./pilot/pkg/model/test ./pilot/pkg/networking/core ./pilot/pkg/networking/core/v1alpha3 ./pilot/pkg/networking/core/v1alpha3/fakes ./pilot/pkg/networking/core/v1alpha3/route ./pilot/pkg/networking/plugin ./pilot/pkg/networking/plugin/authn ./pilot/pkg/networking/plugin/authz ./pilot/pkg/networking/plugin/envoyfilter ./pilot/pkg/networking/plugin/health ./pilot/pkg/networking/plugin/mixer ./pilot/pkg/networking/plugin/registry ./pilot/pkg/networking/util ./pilot/pkg/proxy ./pilot/pkg/proxy/envoy ./pilot/pkg/proxy/envoy/v2 ./pilot/pkg/request ./pilot/pkg/serviceregistry ./pilot/pkg/serviceregistry/aggregate ./pilot/pkg/serviceregistry/cloudfoundry ./pilot/pkg/serviceregistry/cloudfoundry/fakes ./pilot/pkg/serviceregistry/consul ./pilot/pkg/serviceregistry/external ./pilot/pkg/serviceregistry/kube ./pilot/pkg/serviceregistry/memory ./pilot/test/client ./pilot/test/grpcecho ./pilot/test/mock ./pilot/test/server ./pilot/test/server/echo ./pilot/test/util ./pilot/tools ./pilot/tools/debug ./pkg/bootstrap ./pkg/cache ./pkg/cmd ./pkg/collateral ./pkg/ctrlz ./pkg/ctrlz/fw ./pkg/ctrlz/topics ./pkg/kube ./pkg/log ./pkg/mcp/client ./pkg/mcp/configz ./pkg/mcp/creds ./pkg/mcp/server ./pkg/mcp/snapshot ./pkg/mcp/testing ./pkg/mcp/testing/testcerts ./pkg/probe ./pkg/test ./pkg/test/fakes/policy ./pkg/test/framework ./pkg/test/framework/component ./pkg/test/framework/components ./pkg/test/framework/components/apiserver ./pkg/test/framework/components/apps ./pkg/test/framework/components/apps/api ./pkg/test/framework/components/apps/kube ./pkg/test/framework/components/apps/local ./pkg/test/framework/components/apps/local/envoy ./pkg/test/framework/components/apps/local/envoy/agent ./pkg/test/framework/components/apps/local/envoy/agent/pilot ./pkg/test/framework/components/apps/local/envoy/agent/pilot/reserveport ./pkg/test/framework/components/apps/local/envoy/discovery ./pkg/test/framework/components/mixer ./pkg/test/framework/components/pilot ./pkg/test/framework/components/policybackend ./pkg/test/framework/components/registry ./pkg/test/framework/dependency ./pkg/test/framework/environment ./pkg/test/framework/environments/kubernetes ./pkg/test/framework/environments/local ./pkg/test/framework/errors ./pkg/test/framework/internal ./pkg/test/framework/settings ./pkg/test/framework/tmpl ./pkg/test/kube ./pkg/test/protocol ./pkg/test/service/echo ./pkg/test/service/echo/proto ./pkg/test/service/echo/server ./pkg/test/util ./pkg/tracing ./pkg/util ./pkg/version ./samples/health-check ./security/cmd/istio_ca ./security/cmd/node_agent ./security/cmd/node_agent/na ./security/cmd/node_agent_k8s ./security/pkg/adapter/vault ./security/pkg/caclient ./security/pkg/caclient/protocol ./security/pkg/caclient/protocol/mock ./security/pkg/cmd ./security/pkg/credential ./security/pkg/nodeagent/secrets ./security/pkg/pki/ca ./security/pkg/pki/ca/controller ./security/pkg/pki/ca/mock ./security/pkg/pki/util ./security/pkg/pki/util/mock ./security/pkg/platform ./security/pkg/platform/mock ./security/pkg/probe ./security/pkg/registry ./security/pkg/registry/kube ./security/pkg/server/ca ./security/pkg/server/monitoring ./security/pkg/util ./security/pkg/util/mock ./security/proto ./security/tests/integration ./security/tests/integration/certificateRotationTest ./security/tests/integration/nodeAgentTest ./security/tests/integration/secretCreationTest ./security/tools/generate_cert ./security/tools/generate_csr ./tests/e2e/framework ./tests/e2e/tests/bookinfo ./tests/e2e/tests/controller ./tests/e2e/tests/dashboard ./tests/e2e/tests/galley ./tests/e2e/tests/mixer ./tests/e2e/tests/pilot ./tests/e2e/tests/pilot/cloudfoundry ./tests/e2e/tests/pilot/cloudfoundry/mock ./tests/e2e/tests/showcase ./tests/e2e/tests/simple ./tests/e2e/tests/upgrade ./tests/integration/component/fortio_server ./tests/integration/component/mixer ./tests/integration/component/proxy ./tests/integration/example/environment/appOnlyEnv ./tests/integration/example/environment/appOnlyEnv/cmd ./tests/integration/example/environment/mixerEnvoyEnv ./tests/integration/example/environment/mixerEnvoyEnv/cmd ./tests/integration/example/tests/sample1 ./tests/integration/example/tests/sample2 ./tests/integration/framework ./tests/integration2/examples/basic ./tests/integration2/examples/externalcomp ./tests/integration2/examples/pilot ./tests/integration2/galley ./tests/k8s ./tests/local ./tests/util ./tests/util/checker ./tests/util/checker/testlinter ./tests/util/checker/testlinter/rules ./tests/util/checker/testlinter/testdata ./tests/util/checker/testlinter/testdata/e2e ./tests/util/checker/testlinter/testdata/integration ./tools/githubContrib ./tools/hyperistio ./tools/license | |
DEBUG: [Aug 24 00:08:35.489] [errcheck.2]: warning: /go/bin/errcheck returned exit status 2: /go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:18:14: could not import github.com/gogo/protobuf/proto (cannot find package "github.com/gogo/protobuf/proto" in any of: | |
/usr/local/go/src/github.com/gogo/protobuf/proto (from $GOROOT) | |
/go/src/github.com/gogo/protobuf/proto (from $GOPATH)) | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:21:29: could not import istio.io/api/policy/v1beta1 (cannot find package "istio.io/api/policy/v1beta1" in any of: | |
/usr/local/go/src/istio.io/api/policy/v1beta1 (from $GOROOT) | |
/go/src/istio.io/api/policy/v1beta1 (from $GOPATH)) | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:29:17: could not import github.com/gogo/protobuf/sortkeys (cannot find package "github.com/gogo/protobuf/sortkeys" in any of: | |
/usr/local/go/src/github.com/gogo/protobuf/sortkeys (from $GOROOT) | |
/go/src/github.com/gogo/protobuf/sortkeys (from $GOPATH)) | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:1230:6: invalid operation: this.IstioValue (variable of type *invalid type) has no field or method Equal | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:1237:7: invalid operation: this.MapStrIstioValue[i] (map index expression of type *invalid type) has no field or method Equal | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2365:41: invalid operation: m.IstioValue (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2366:15: invalid operation: m.IstioValue (variable of type *invalid type) has no field or method MarshalTo | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2381:15: invalid operation: v (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2393:43: invalid operation: v (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2394:17: invalid operation: v (variable of type *invalid type) has no field or method MarshalTo | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:3037:7: invalid operation: m.IstioValue (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:3046:9: invalid operation: v (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:5947:14: invalid operation: m.IstioValue (variable of type *invalid type) has no field or method Unmarshal | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:6053:16: invalid operation: mapvalue (variable of type *invalid type) has no field or method Unmarshal | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:18:14: could not import github.com/gogo/protobuf/proto (cannot find package "github.com/gogo/protobuf/proto" in any of: | |
/usr/local/go/src/github.com/gogo/protobuf/proto (from $GOROOT) | |
/go/src/github.com/gogo/protobuf/proto (from $GOPATH)) | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:21:29: could not import istio.io/api/policy/v1beta1 (cannot find package "istio.io/api/policy/v1beta1" in any of: | |
/usr/local/go/src/istio.io/api/policy/v1beta1 (from $GOROOT) | |
/go/src/istio.io/api/policy/v1beta1 (from $GOPATH)) | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:29:17: could not import github.com/gogo/protobuf/sortkeys (cannot find package "github.com/gogo/protobuf/sortkeys" in any of: | |
/usr/local/go/src/github.com/gogo/protobuf/sortkeys (from $GOROOT) | |
/go/src/github.com/gogo/protobuf/sortkeys (from $GOPATH)) | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:1230:6: invalid operation: this.IstioValue (variable of type *invalid type) has no field or method Equal | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:1237:7: invalid operation: this.MapStrIstioValue[i] (map index expression of type *invalid type) has no field or method Equal | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2365:41: invalid operation: m.IstioValue (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2366:15: invalid operation: m.IstioValue (variable of type *invalid type) has no field or method MarshalTo | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2381:15: invalid operation: v (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2393:43: invalid operation: v (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2394:17: invalid operation: v (variable of type *invalid type) has no field or method MarshalTo | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:3037:7: invalid operation: m.IstioValue (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:3046:9: invalid operation: v (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:5947:14: invalid operation: m.IstioValue (variable of type *invalid type) has no field or method Unmarshal | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:6053:16: invalid operation: mapvalue (variable of type *invalid type) has no field or method Unmarshal | |
error: failed to check packages: could not type check: couldn't load packages due to errors: ./mixer/pkg/protobuf/yaml/testdata/all, istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all | |
DEBUG: [Aug 24 00:08:35.489] [errcheck.2]: errcheck hits 28: ^(?P<path>.*?\.go):(?P<line>\d+):(?P<col>\d+):\s*(?P<message>.*)$ | |
DEBUG: [Aug 24 00:08:35.518] [errcheck.2]: errcheck linter took 32.481086632s | |
DEBUG: [Aug 24 00:08:35.518] [golint.10]: executing /go/bin/golint -min_confidence 0.000000 ./addons/servicegraph ./addons/servicegraph/cmd/demosvc ./addons/servicegraph/cmd/server ./addons/servicegraph/dot ./addons/servicegraph/promgen ./galley/cmd/galley ./galley/cmd/galley/cmd ./galley/cmd/shared ./galley/pkg/crd/validation ./galley/pkg/kube ./galley/pkg/kube/converter ./galley/pkg/kube/converter/legacy ./galley/pkg/kube/source ./galley/pkg/metadata ./galley/pkg/metadata/kube ./galley/pkg/runtime ./galley/pkg/runtime/resource ./galley/pkg/server ./galley/pkg/testing/common ./galley/pkg/testing/mock ./galley/tools/gen-meta ./galley/tools/mcpc ./istioctl/cmd/istioctl ./istioctl/cmd/istioctl/gendeployment ./istioctl/pkg/convert ./istioctl/pkg/kubernetes ./istioctl/pkg/util/configdump ./istioctl/pkg/util/proto ./istioctl/pkg/writer/compare ./istioctl/pkg/writer/envoy/configdump ./istioctl/pkg/writer/pilot ./mixer/adapter ./mixer/adapter/bypass ./mixer/adapter/bypass/config ./mixer/adapter/circonus ./mixer/adapter/circonus/config ./mixer/adapter/cloudwatch ./mixer/adapter/cloudwatch/config ./mixer/adapter/denier ./mixer/adapter/denier/config ./mixer/adapter/dogstatsd ./mixer/adapter/dogstatsd/config ./mixer/adapter/fluentd ./mixer/adapter/fluentd/config ./mixer/adapter/kubernetesenv ./mixer/adapter/kubernetesenv/config ./mixer/adapter/kubernetesenv/template ./mixer/adapter/list ./mixer/adapter/list/config ./mixer/adapter/memquota ./mixer/adapter/memquota/config ./mixer/adapter/noop ./mixer/adapter/opa ./mixer/adapter/opa/config ./mixer/adapter/prometheus ./mixer/adapter/prometheus/config ./mixer/adapter/rbac ./mixer/adapter/rbac/config ./mixer/adapter/redisquota ./mixer/adapter/redisquota/config ./mixer/adapter/servicecontrol ./mixer/adapter/servicecontrol/config ./mixer/adapter/servicecontrol/template/servicecontrolreport ./mixer/adapter/signalfx ./mixer/adapter/signalfx/config ./mixer/adapter/solarwinds ./mixer/adapter/solarwinds/config ./mixer/adapter/solarwinds/internal/appoptics ./mixer/adapter/solarwinds/internal/papertrail ./mixer/adapter/stackdriver ./mixer/adapter/stackdriver/config ./mixer/adapter/stackdriver/contextgraph ./mixer/adapter/stackdriver/helper ./mixer/adapter/stackdriver/log ./mixer/adapter/stackdriver/metric ./mixer/adapter/stackdriver/trace ./mixer/adapter/statsd ./mixer/adapter/statsd/config ./mixer/adapter/stdio ./mixer/adapter/stdio/config ./mixer/cmd/mixc ./mixer/cmd/mixc/cmd ./mixer/cmd/mixs ./mixer/cmd/mixs/cmd ./mixer/cmd/shared ./mixer/pkg/adapter ./mixer/pkg/adapter/test ./mixer/pkg/api ./mixer/pkg/attribute ./mixer/pkg/checkcache ./mixer/pkg/config ./mixer/pkg/config/crd ./mixer/pkg/config/mcp ./mixer/pkg/config/store ./mixer/pkg/config/storetest ./mixer/pkg/il ./mixer/pkg/il/interpreter ./mixer/pkg/il/testing ./mixer/pkg/il/text ./mixer/pkg/lang ./mixer/pkg/lang/ast ./mixer/pkg/lang/checker ./mixer/pkg/lang/compiled ./mixer/pkg/lang/compiler ./mixer/pkg/mockapi ./mixer/pkg/perf ./mixer/pkg/pool ./mixer/pkg/protobuf/descriptor ./mixer/pkg/protobuf/yaml ./mixer/pkg/protobuf/yaml/dynamic ./mixer/pkg/protobuf/yaml/testdata/all ./mixer/pkg/runtime ./mixer/pkg/runtime/config ./mixer/pkg/runtime/config/constant ./mixer/pkg/runtime/config/validator ./mixer/pkg/runtime/dispatcher ./mixer/pkg/runtime/handler ./mixer/pkg/runtime/routing ./mixer/pkg/runtime/safecall ./mixer/pkg/runtime/testing/data ./mixer/pkg/server ./mixer/pkg/status ./mixer/pkg/template ./mixer/template ./mixer/template/apikey ./mixer/template/authorization ./mixer/template/checknothing ./mixer/template/edge ./mixer/template/listentry ./mixer/template/logentry ./mixer/template/metric ./mixer/template/quota ./mixer/template/reportnothing ./mixer/template/sample ./mixer/template/sample/apa ./mixer/template/sample/check ./mixer/template/sample/quota ./mixer/template/sample/report ./mixer/template/tracespan ./mixer/test/client/check_cache ./mixer/test/client/check_cache_hit ./mixer/test/client/check_report ./mixer/test/client/check_report_disable ./mixer/test/client/check_report_large_post_request ./mixer/test/client/disable_check_cache ./mixer/test/client/disable_tcp_check_calls ./mixer/test/client/dynamic_attribute ./mixer/test/client/dynamic_listener ./mixer/test/client/env ./mixer/test/client/failed_request ./mixer/test/client/fault_inject ./mixer/test/client/global_dictionary ./mixer/test/client/istio_authn_origin_jwt_bound_origin ./mixer/test/client/istio_authn_origin_jwt_bound_peer ./mixer/test/client/istio_authn_origin_reject_no_jwt ./mixer/test/client/istio_authn_peer_jwt_bound_origin ./mixer/test/client/istio_authn_peer_jwt_bound_peer ./mixer/test/client/istio_authn_peer_reject_no_jwt ./mixer/test/client/istio_authn_peer_reject_no_mtls ./mixer/test/client/istio_authn_peer_reject_no_tls ./mixer/test/client/mixer_internal_fail ./mixer/test/client/network_policy ./mixer/test/client/pilotplugin ./mixer/test/client/pilotplugin_mtls ./mixer/test/client/pilotplugin_tcp ./mixer/test/client/quota ./mixer/test/client/quota_cache ./mixer/test/client/report_batch ./mixer/test/client/route_directive ./mixer/test/client/tcp_filter ./mixer/test/client/tcp_filter_periodical_report ./mixer/test/client/test_data ./mixer/test/e2e ./mixer/test/listbackend ./mixer/test/listbackend/cmd ./mixer/test/perf ./mixer/test/perf/perfclient ./mixer/test/policybackend ./mixer/test/prometheus ./mixer/test/prometheus/cmd ./mixer/test/spyAdapter ./mixer/test/spyAdapter/template ./mixer/test/spyAdapter/template/apa ./mixer/test/spyAdapter/template/check ./mixer/test/spyAdapter/template/quota ./mixer/test/spyAdapter/template/report ./mixer/test/spybackend ./mixer/tools/adapterlinter ./mixer/tools/codegen/cmd/mixgenbootstrap ./mixer/tools/codegen/cmd/mixgeninventory ./mixer/tools/codegen/pkg/bootstrapgen ./mixer/tools/codegen/pkg/bootstrapgen/template ./mixer/tools/codegen/pkg/inventory ./mixer/tools/codegen/pkg/modelgen ./mixer/tools/mixgen ./mixer/tools/mixgen/cmd ./pilot/cmd ./pilot/cmd/pilot-agent ./pilot/cmd/pilot-discovery ./pilot/cmd/sidecar-injector ./pilot/pkg/bootstrap ./pilot/pkg/config/aggregate ./pilot/pkg/config/aggregate/fakes ./pilot/pkg/config/cloudfoundry ./pilot/pkg/config/cloudfoundry/fakes ./pilot/pkg/config/clusterregistry ./pilot/pkg/config/kube/crd ./pilot/pkg/config/kube/ingress ./pilot/pkg/config/memory ./pilot/pkg/config/monitor ./pilot/pkg/kube/inject ./pilot/pkg/model ./pilot/pkg/model/test ./pilot/pkg/networking/core ./pilot/pkg/networking/core/v1alpha3 ./pilot/pkg/networking/core/v1alpha3/fakes ./pilot/pkg/networking/core/v1alpha3/route ./pilot/pkg/networking/plugin ./pilot/pkg/networking/plugin/authn ./pilot/pkg/networking/plugin/authz ./pilot/pkg/networking/plugin/envoyfilter ./pilot/pkg/networking/plugin/health ./pilot/pkg/networking/plugin/mixer ./pilot/pkg/networking/plugin/registry ./pilot/pkg/networking/util ./pilot/pkg/proxy ./pilot/pkg/proxy/envoy ./pilot/pkg/proxy/envoy/v2 ./pilot/pkg/request ./pilot/pkg/serviceregistry ./pilot/pkg/serviceregistry/aggregate ./pilot/pkg/serviceregistry/cloudfoundry ./pilot/pkg/serviceregistry/cloudfoundry/fakes ./pilot/pkg/serviceregistry/consul ./pilot/pkg/serviceregistry/external ./pilot/pkg/serviceregistry/kube ./pilot/pkg/serviceregistry/memory ./pilot/test/client ./pilot/test/grpcecho ./pilot/test/mock ./pilot/test/server ./pilot/test/server/echo ./pilot/test/util ./pilot/tools ./pilot/tools/debug ./pkg/bootstrap ./pkg/cache ./pkg/cmd ./pkg/collateral ./pkg/ctrlz ./pkg/ctrlz/fw ./pkg/ctrlz/topics ./pkg/kube ./pkg/log ./pkg/mcp/client ./pkg/mcp/configz ./pkg/mcp/creds ./pkg/mcp/server ./pkg/mcp/snapshot ./pkg/mcp/testing ./pkg/mcp/testing/testcerts ./pkg/probe ./pkg/test ./pkg/test/fakes/policy ./pkg/test/framework ./pkg/test/framework/component ./pkg/test/framework/components ./pkg/test/framework/components/apiserver ./pkg/test/framework/components/apps ./pkg/test/framework/components/apps/api ./pkg/test/framework/components/apps/kube ./pkg/test/framework/components/apps/local ./pkg/test/framework/components/apps/local/envoy ./pkg/test/framework/components/apps/local/envoy/agent ./pkg/test/framework/components/apps/local/envoy/agent/pilot ./pkg/test/framework/components/apps/local/envoy/agent/pilot/reserveport ./pkg/test/framework/components/apps/local/envoy/discovery ./pkg/test/framework/components/mixer ./pkg/test/framework/components/pilot ./pkg/test/framework/components/policybackend ./pkg/test/framework/components/registry ./pkg/test/framework/dependency ./pkg/test/framework/environment ./pkg/test/framework/environments/kubernetes ./pkg/test/framework/environments/local ./pkg/test/framework/errors ./pkg/test/framework/internal ./pkg/test/framework/settings ./pkg/test/framework/tmpl ./pkg/test/kube ./pkg/test/protocol ./pkg/test/service/echo ./pkg/test/service/echo/proto ./pkg/test/service/echo/server ./pkg/test/util ./pkg/tracing ./pkg/util ./pkg/version ./samples/health-check ./security/cmd/istio_ca ./security/cmd/node_agent ./security/cmd/node_agent/na ./security/cmd/node_agent_k8s ./security/pkg/adapter/vault ./security/pkg/caclient ./security/pkg/caclient/protocol ./security/pkg/caclient/protocol/mock ./security/pkg/cmd ./security/pkg/credential ./security/pkg/nodeagent/secrets ./security/pkg/pki/ca ./security/pkg/pki/ca/controller ./security/pkg/pki/ca/mock ./security/pkg/pki/util ./security/pkg/pki/util/mock ./security/pkg/platform ./security/pkg/platform/mock ./security/pkg/probe ./security/pkg/registry ./security/pkg/registry/kube ./security/pkg/server/ca ./security/pkg/server/monitoring ./security/pkg/util ./security/pkg/util/mock ./security/proto ./security/tests/integration ./security/tests/integration/certificateRotationTest ./security/tests/integration/nodeAgentTest ./security/tests/integration/secretCreationTest ./security/tools/generate_cert ./security/tools/generate_csr ./tests/e2e/framework ./tests/e2e/tests/bookinfo ./tests/e2e/tests/controller ./tests/e2e/tests/dashboard ./tests/e2e/tests/galley ./tests/e2e/tests/mixer ./tests/e2e/tests/pilot ./tests/e2e/tests/pilot/cloudfoundry ./tests/e2e/tests/pilot/cloudfoundry/mock ./tests/e2e/tests/showcase ./tests/e2e/tests/simple ./tests/e2e/tests/upgrade ./tests/integration/component/fortio_server ./tests/integration/component/mixer ./tests/integration/component/proxy ./tests/integration/example/environment/appOnlyEnv ./tests/integration/example/environment/appOnlyEnv/cmd ./tests/integration/example/environment/mixerEnvoyEnv ./tests/integration/example/environment/mixerEnvoyEnv/cmd ./tests/integration/example/tests/sample1 ./tests/integration/example/tests/sample2 ./tests/integration/framework ./tests/integration2/examples/basic ./tests/integration2/examples/externalcomp ./tests/integration2/examples/pilot ./tests/integration2/galley ./tests/k8s ./tests/local ./tests/util ./tests/util/checker ./tests/util/checker/testlinter ./tests/util/checker/testlinter/rules ./tests/util/checker/testlinter/testdata ./tests/util/checker/testlinter/testdata/e2e ./tests/util/checker/testlinter/testdata/integration ./tools/githubContrib ./tools/hyperistio ./tools/license | |
DEBUG: [Aug 24 00:09:02.571] [golint.10]: golint hits 945: ^(?P<path>.*?\.go):(?P<line>\d+):(?P<col>\d+):\s*(?P<message>.*)$ | |
DEBUG: [Aug 24 00:09:02.596] nolint: parsing mixer/adapter/servicecontrol/handler.go for directives | |
DEBUG: [Aug 24 00:09:02.597] nolint: parsing mixer/adapter/servicecontrol/handler.go took 1.192678ms | |
DEBUG: [Aug 24 00:09:02.597] nolint: matched golint:105-116 to issue mixer/adapter/servicecontrol/handler.go:108:19:error: method HandleApiKey should be HandleAPIKey (golint) | |
DEBUG: [Aug 24 00:09:02.597] nolint: matched golint:47-51 to issue mixer/adapter/servicecontrol/servicecontrol.go:49:19:error: method SetApiKeyTypes should be SetAPIKeyTypes (golint) | |
DEBUG: [Aug 24 00:09:02.699] nolint: parsing pilot/pkg/model/validation.go for directives | |
DEBUG: [Aug 24 00:09:02.710] nolint: parsing pilot/pkg/model/validation.go took 11.342923ms | |
DEBUG: [Aug 24 00:09:02.710] nolint: matched golint:1045-1045 to issue pilot/pkg/model/validation.go:1045:19:error: error strings should not be capitalized or end with punctuation or a newline (golint) | |
DEBUG: [Aug 24 00:09:02.710] nolint: matched golint:1050-1050 to issue pilot/pkg/model/validation.go:1050:19:error: error strings should not be capitalized or end with punctuation or a newline (golint) | |
DEBUG: [Aug 24 00:09:02.710] nolint: matched golint:1055-1055 to issue pilot/pkg/model/validation.go:1055:19:error: error strings should not be capitalized or end with punctuation or a newline (golint) | |
DEBUG: [Aug 24 00:09:02.710] nolint: matched golint:1436-1436 to issue pilot/pkg/model/validation.go:1436:41:error: error strings should not be capitalized or end with punctuation or a newline (golint) | |
DEBUG: [Aug 24 00:09:02.757] nolint: parsing pkg/test/framework/settings/envvar.go for directives | |
DEBUG: [Aug 24 00:09:02.757] nolint: parsing pkg/test/framework/settings/envvar.go took 343.575µs | |
DEBUG: [Aug 24 00:09:02.757] nolint: matched golint:37-40 to issue pkg/test/framework/settings/envvar.go:40:2:error: don't use ALL_CAPS in Go names; use CamelCase (golint) | |
DEBUG: [Aug 24 00:09:02.757] nolint: matched golint:42-45 to issue pkg/test/framework/settings/envvar.go:45:2:error: don't use ALL_CAPS in Go names; use CamelCase (golint) | |
DEBUG: [Aug 24 00:09:02.769] nolint: parsing security/pkg/pki/ca/ca.go for directives | |
DEBUG: [Aug 24 00:09:02.770] nolint: parsing security/pkg/pki/ca/ca.go took 1.203692ms | |
DEBUG: [Aug 24 00:09:02.770] nolint: matched all:177-177 to issue security/pkg/pki/ca/ca.go:177:47:error: error strings should not be capitalized or end with punctuation or a newline (golint) | |
DEBUG: [Aug 24 00:09:02.776] nolint: parsing security/proto/generate.go for directives | |
DEBUG: [Aug 24 00:09:02.776] nolint: parsing security/proto/generate.go took 219.628µs | |
DEBUG: [Aug 24 00:09:02.776] nolint: matched all:15-18 to issue security/proto/generate.go:15:1:error: package comment should be of the form "Package istio_v1_auth ..." (golint) | |
DEBUG: [Aug 24 00:09:02.777] nolint: matched all:15-18 to issue security/proto/generate.go:18:1:error: don't use an underscore in package name (golint) | |
DEBUG: [Aug 24 00:09:02.795] [golint.10]: golint linter took 27.277050369s | |
DEBUG: [Aug 24 00:09:02.795] [structcheck.11]: executing /go/bin/structcheck -t ./addons/servicegraph ./addons/servicegraph/cmd/demosvc ./addons/servicegraph/cmd/server ./addons/servicegraph/dot ./addons/servicegraph/promgen ./galley/cmd/galley ./galley/cmd/galley/cmd ./galley/cmd/shared ./galley/pkg/crd/validation ./galley/pkg/kube ./galley/pkg/kube/converter ./galley/pkg/kube/converter/legacy ./galley/pkg/kube/source ./galley/pkg/metadata ./galley/pkg/metadata/kube ./galley/pkg/runtime ./galley/pkg/runtime/resource ./galley/pkg/server ./galley/pkg/testing/common ./galley/pkg/testing/mock ./galley/tools/gen-meta ./galley/tools/mcpc ./istioctl/cmd/istioctl ./istioctl/cmd/istioctl/gendeployment ./istioctl/pkg/convert ./istioctl/pkg/kubernetes ./istioctl/pkg/util/configdump ./istioctl/pkg/util/proto ./istioctl/pkg/writer/compare ./istioctl/pkg/writer/envoy/configdump ./istioctl/pkg/writer/pilot ./mixer/adapter ./mixer/adapter/bypass ./mixer/adapter/bypass/config ./mixer/adapter/circonus ./mixer/adapter/circonus/config ./mixer/adapter/cloudwatch ./mixer/adapter/cloudwatch/config ./mixer/adapter/denier ./mixer/adapter/denier/config ./mixer/adapter/dogstatsd ./mixer/adapter/dogstatsd/config ./mixer/adapter/fluentd ./mixer/adapter/fluentd/config ./mixer/adapter/kubernetesenv ./mixer/adapter/kubernetesenv/config ./mixer/adapter/kubernetesenv/template ./mixer/adapter/list ./mixer/adapter/list/config ./mixer/adapter/memquota ./mixer/adapter/memquota/config ./mixer/adapter/noop ./mixer/adapter/opa ./mixer/adapter/opa/config ./mixer/adapter/prometheus ./mixer/adapter/prometheus/config ./mixer/adapter/rbac ./mixer/adapter/rbac/config ./mixer/adapter/redisquota ./mixer/adapter/redisquota/config ./mixer/adapter/servicecontrol ./mixer/adapter/servicecontrol/config ./mixer/adapter/servicecontrol/template/servicecontrolreport ./mixer/adapter/signalfx ./mixer/adapter/signalfx/config ./mixer/adapter/solarwinds ./mixer/adapter/solarwinds/config ./mixer/adapter/solarwinds/internal/appoptics ./mixer/adapter/solarwinds/internal/papertrail ./mixer/adapter/stackdriver ./mixer/adapter/stackdriver/config ./mixer/adapter/stackdriver/contextgraph ./mixer/adapter/stackdriver/helper ./mixer/adapter/stackdriver/log ./mixer/adapter/stackdriver/metric ./mixer/adapter/stackdriver/trace ./mixer/adapter/statsd ./mixer/adapter/statsd/config ./mixer/adapter/stdio ./mixer/adapter/stdio/config ./mixer/cmd/mixc ./mixer/cmd/mixc/cmd ./mixer/cmd/mixs ./mixer/cmd/mixs/cmd ./mixer/cmd/shared ./mixer/pkg/adapter ./mixer/pkg/adapter/test ./mixer/pkg/api ./mixer/pkg/attribute ./mixer/pkg/checkcache ./mixer/pkg/config ./mixer/pkg/config/crd ./mixer/pkg/config/mcp ./mixer/pkg/config/store ./mixer/pkg/config/storetest ./mixer/pkg/il ./mixer/pkg/il/interpreter ./mixer/pkg/il/testing ./mixer/pkg/il/text ./mixer/pkg/lang ./mixer/pkg/lang/ast ./mixer/pkg/lang/checker ./mixer/pkg/lang/compiled ./mixer/pkg/lang/compiler ./mixer/pkg/mockapi ./mixer/pkg/perf ./mixer/pkg/pool ./mixer/pkg/protobuf/descriptor ./mixer/pkg/protobuf/yaml ./mixer/pkg/protobuf/yaml/dynamic ./mixer/pkg/protobuf/yaml/testdata/all ./mixer/pkg/runtime ./mixer/pkg/runtime/config ./mixer/pkg/runtime/config/constant ./mixer/pkg/runtime/config/validator ./mixer/pkg/runtime/dispatcher ./mixer/pkg/runtime/handler ./mixer/pkg/runtime/routing ./mixer/pkg/runtime/safecall ./mixer/pkg/runtime/testing/data ./mixer/pkg/server ./mixer/pkg/status ./mixer/pkg/template ./mixer/template ./mixer/template/apikey ./mixer/template/authorization ./mixer/template/checknothing ./mixer/template/edge ./mixer/template/listentry ./mixer/template/logentry ./mixer/template/metric ./mixer/template/quota ./mixer/template/reportnothing ./mixer/template/sample ./mixer/template/sample/apa ./mixer/template/sample/check ./mixer/template/sample/quota ./mixer/template/sample/report ./mixer/template/tracespan ./mixer/test/client/check_cache ./mixer/test/client/check_cache_hit ./mixer/test/client/check_report ./mixer/test/client/check_report_disable ./mixer/test/client/check_report_large_post_request ./mixer/test/client/disable_check_cache ./mixer/test/client/disable_tcp_check_calls ./mixer/test/client/dynamic_attribute ./mixer/test/client/dynamic_listener ./mixer/test/client/env ./mixer/test/client/failed_request ./mixer/test/client/fault_inject ./mixer/test/client/global_dictionary ./mixer/test/client/istio_authn_origin_jwt_bound_origin ./mixer/test/client/istio_authn_origin_jwt_bound_peer ./mixer/test/client/istio_authn_origin_reject_no_jwt ./mixer/test/client/istio_authn_peer_jwt_bound_origin ./mixer/test/client/istio_authn_peer_jwt_bound_peer ./mixer/test/client/istio_authn_peer_reject_no_jwt ./mixer/test/client/istio_authn_peer_reject_no_mtls ./mixer/test/client/istio_authn_peer_reject_no_tls ./mixer/test/client/mixer_internal_fail ./mixer/test/client/network_policy ./mixer/test/client/pilotplugin ./mixer/test/client/pilotplugin_mtls ./mixer/test/client/pilotplugin_tcp ./mixer/test/client/quota ./mixer/test/client/quota_cache ./mixer/test/client/report_batch ./mixer/test/client/route_directive ./mixer/test/client/tcp_filter ./mixer/test/client/tcp_filter_periodical_report ./mixer/test/client/test_data ./mixer/test/e2e ./mixer/test/listbackend ./mixer/test/listbackend/cmd ./mixer/test/perf ./mixer/test/perf/perfclient ./mixer/test/policybackend ./mixer/test/prometheus ./mixer/test/prometheus/cmd ./mixer/test/spyAdapter ./mixer/test/spyAdapter/template ./mixer/test/spyAdapter/template/apa ./mixer/test/spyAdapter/template/check ./mixer/test/spyAdapter/template/quota ./mixer/test/spyAdapter/template/report ./mixer/test/spybackend ./mixer/tools/adapterlinter ./mixer/tools/codegen/cmd/mixgenbootstrap ./mixer/tools/codegen/cmd/mixgeninventory ./mixer/tools/codegen/pkg/bootstrapgen ./mixer/tools/codegen/pkg/bootstrapgen/template ./mixer/tools/codegen/pkg/inventory ./mixer/tools/codegen/pkg/modelgen ./mixer/tools/mixgen ./mixer/tools/mixgen/cmd ./pilot/cmd ./pilot/cmd/pilot-agent ./pilot/cmd/pilot-discovery ./pilot/cmd/sidecar-injector ./pilot/pkg/bootstrap ./pilot/pkg/config/aggregate ./pilot/pkg/config/aggregate/fakes ./pilot/pkg/config/cloudfoundry ./pilot/pkg/config/cloudfoundry/fakes ./pilot/pkg/config/clusterregistry ./pilot/pkg/config/kube/crd ./pilot/pkg/config/kube/ingress ./pilot/pkg/config/memory ./pilot/pkg/config/monitor ./pilot/pkg/kube/inject ./pilot/pkg/model ./pilot/pkg/model/test ./pilot/pkg/networking/core ./pilot/pkg/networking/core/v1alpha3 ./pilot/pkg/networking/core/v1alpha3/fakes ./pilot/pkg/networking/core/v1alpha3/route ./pilot/pkg/networking/plugin ./pilot/pkg/networking/plugin/authn ./pilot/pkg/networking/plugin/authz ./pilot/pkg/networking/plugin/envoyfilter ./pilot/pkg/networking/plugin/health ./pilot/pkg/networking/plugin/mixer ./pilot/pkg/networking/plugin/registry ./pilot/pkg/networking/util ./pilot/pkg/proxy ./pilot/pkg/proxy/envoy ./pilot/pkg/proxy/envoy/v2 ./pilot/pkg/request ./pilot/pkg/serviceregistry ./pilot/pkg/serviceregistry/aggregate ./pilot/pkg/serviceregistry/cloudfoundry ./pilot/pkg/serviceregistry/cloudfoundry/fakes ./pilot/pkg/serviceregistry/consul ./pilot/pkg/serviceregistry/external ./pilot/pkg/serviceregistry/kube ./pilot/pkg/serviceregistry/memory ./pilot/test/client ./pilot/test/grpcecho ./pilot/test/mock ./pilot/test/server ./pilot/test/server/echo ./pilot/test/util ./pilot/tools ./pilot/tools/debug ./pkg/bootstrap ./pkg/cache ./pkg/cmd ./pkg/collateral ./pkg/ctrlz ./pkg/ctrlz/fw ./pkg/ctrlz/topics ./pkg/kube ./pkg/log ./pkg/mcp/client ./pkg/mcp/configz ./pkg/mcp/creds ./pkg/mcp/server ./pkg/mcp/snapshot ./pkg/mcp/testing ./pkg/mcp/testing/testcerts ./pkg/probe ./pkg/test ./pkg/test/fakes/policy ./pkg/test/framework ./pkg/test/framework/component ./pkg/test/framework/components ./pkg/test/framework/components/apiserver ./pkg/test/framework/components/apps ./pkg/test/framework/components/apps/api ./pkg/test/framework/components/apps/kube ./pkg/test/framework/components/apps/local ./pkg/test/framework/components/apps/local/envoy ./pkg/test/framework/components/apps/local/envoy/agent ./pkg/test/framework/components/apps/local/envoy/agent/pilot ./pkg/test/framework/components/apps/local/envoy/agent/pilot/reserveport ./pkg/test/framework/components/apps/local/envoy/discovery ./pkg/test/framework/components/mixer ./pkg/test/framework/components/pilot ./pkg/test/framework/components/policybackend ./pkg/test/framework/components/registry ./pkg/test/framework/dependency ./pkg/test/framework/environment ./pkg/test/framework/environments/kubernetes ./pkg/test/framework/environments/local ./pkg/test/framework/errors ./pkg/test/framework/internal ./pkg/test/framework/settings ./pkg/test/framework/tmpl ./pkg/test/kube ./pkg/test/protocol ./pkg/test/service/echo ./pkg/test/service/echo/proto ./pkg/test/service/echo/server ./pkg/test/util ./pkg/tracing ./pkg/util ./pkg/version ./samples/health-check ./security/cmd/istio_ca ./security/cmd/node_agent ./security/cmd/node_agent/na ./security/cmd/node_agent_k8s ./security/pkg/adapter/vault ./security/pkg/caclient ./security/pkg/caclient/protocol ./security/pkg/caclient/protocol/mock ./security/pkg/cmd ./security/pkg/credential ./security/pkg/nodeagent/secrets ./security/pkg/pki/ca ./security/pkg/pki/ca/controller ./security/pkg/pki/ca/mock ./security/pkg/pki/util ./security/pkg/pki/util/mock ./security/pkg/platform ./security/pkg/platform/mock ./security/pkg/probe ./security/pkg/registry ./security/pkg/registry/kube ./security/pkg/server/ca ./security/pkg/server/monitoring ./security/pkg/util ./security/pkg/util/mock ./security/proto ./security/tests/integration ./security/tests/integration/certificateRotationTest ./security/tests/integration/nodeAgentTest ./security/tests/integration/secretCreationTest ./security/tools/generate_cert ./security/tools/generate_csr ./tests/e2e/framework ./tests/e2e/tests/bookinfo ./tests/e2e/tests/controller ./tests/e2e/tests/dashboard ./tests/e2e/tests/galley ./tests/e2e/tests/mixer ./tests/e2e/tests/pilot ./tests/e2e/tests/pilot/cloudfoundry ./tests/e2e/tests/pilot/cloudfoundry/mock ./tests/e2e/tests/showcase ./tests/e2e/tests/simple ./tests/e2e/tests/upgrade ./tests/integration/component/fortio_server ./tests/integration/component/mixer ./tests/integration/component/proxy ./tests/integration/example/environment/appOnlyEnv ./tests/integration/example/environment/appOnlyEnv/cmd ./tests/integration/example/environment/mixerEnvoyEnv ./tests/integration/example/environment/mixerEnvoyEnv/cmd ./tests/integration/example/tests/sample1 ./tests/integration/example/tests/sample2 ./tests/integration/framework ./tests/integration2/examples/basic ./tests/integration2/examples/externalcomp ./tests/integration2/examples/pilot ./tests/integration2/galley ./tests/k8s ./tests/local ./tests/util ./tests/util/checker ./tests/util/checker/testlinter ./tests/util/checker/testlinter/rules ./tests/util/checker/testlinter/testdata ./tests/util/checker/testlinter/testdata/e2e ./tests/util/checker/testlinter/testdata/integration ./tools/githubContrib ./tools/hyperistio ./tools/license | |
DEBUG: [Aug 24 00:09:19.831] [maligned.7]: warning: /go/bin/maligned returned exit status 1: /go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:18:14: could not import github.com/gogo/protobuf/proto (cannot find package "github.com/gogo/protobuf/proto" in any of: | |
/usr/local/go/src/github.com/gogo/protobuf/proto (from $GOROOT) | |
/go/src/github.com/gogo/protobuf/proto (from $GOPATH)) | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:21:29: could not import istio.io/api/policy/v1beta1 (cannot find package "istio.io/api/policy/v1beta1" in any of: | |
/usr/local/go/src/istio.io/api/policy/v1beta1 (from $GOROOT) | |
/go/src/istio.io/api/policy/v1beta1 (from $GOPATH)) | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:29:17: could not import github.com/gogo/protobuf/sortkeys (cannot find package "github.com/gogo/protobuf/sortkeys" in any of: | |
/usr/local/go/src/github.com/gogo/protobuf/sortkeys (from $GOROOT) | |
/go/src/github.com/gogo/protobuf/sortkeys (from $GOPATH)) | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:1230:6: invalid operation: this.IstioValue (variable of type *invalid type) has no field or method Equal | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:1237:7: invalid operation: this.MapStrIstioValue[i] (map index expression of type *invalid type) has no field or method Equal | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2365:41: invalid operation: m.IstioValue (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2366:15: invalid operation: m.IstioValue (variable of type *invalid type) has no field or method MarshalTo | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2381:15: invalid operation: v (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2393:43: invalid operation: v (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2394:17: invalid operation: v (variable of type *invalid type) has no field or method MarshalTo | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:3037:7: invalid operation: m.IstioValue (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:3046:9: invalid operation: v (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:5947:14: invalid operation: m.IstioValue (variable of type *invalid type) has no field or method Unmarshal | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:6053:16: invalid operation: mapvalue (variable of type *invalid type) has no field or method Unmarshal | |
2018/08/24 00:09:19 couldn't load packages due to errors: ./mixer/pkg/protobuf/yaml/testdata/all | |
DEBUG: [Aug 24 00:09:19.831] [maligned.7]: maligned hits 14: ^(?:[^:]+: )?(?P<path>.*?\.go):(?P<line>\d+):(?P<col>\d+):\s*(?P<message>.+)$ | |
DEBUG: [Aug 24 00:09:19.840] [maligned.7]: maligned linter took 1m14.753804736s | |
DEBUG: [Aug 24 00:09:19.840] [vetshadow.12]: executing /usr/local/go/bin/go vet --shadow ./addons/servicegraph ./addons/servicegraph/cmd/demosvc ./addons/servicegraph/cmd/server ./addons/servicegraph/dot ./addons/servicegraph/promgen ./galley/cmd/galley ./galley/cmd/galley/cmd ./galley/cmd/shared ./galley/pkg/crd/validation ./galley/pkg/kube ./galley/pkg/kube/converter ./galley/pkg/kube/converter/legacy ./galley/pkg/kube/source ./galley/pkg/metadata ./galley/pkg/metadata/kube ./galley/pkg/runtime ./galley/pkg/runtime/resource ./galley/pkg/server ./galley/pkg/testing/common ./galley/pkg/testing/mock ./galley/tools/gen-meta ./galley/tools/mcpc ./istioctl/cmd/istioctl ./istioctl/cmd/istioctl/gendeployment ./istioctl/pkg/convert ./istioctl/pkg/kubernetes ./istioctl/pkg/util/configdump ./istioctl/pkg/util/proto ./istioctl/pkg/writer/compare ./istioctl/pkg/writer/envoy/configdump ./istioctl/pkg/writer/pilot ./mixer/adapter ./mixer/adapter/bypass ./mixer/adapter/bypass/config ./mixer/adapter/circonus ./mixer/adapter/circonus/config ./mixer/adapter/cloudwatch ./mixer/adapter/cloudwatch/config ./mixer/adapter/denier ./mixer/adapter/denier/config ./mixer/adapter/dogstatsd ./mixer/adapter/dogstatsd/config ./mixer/adapter/fluentd ./mixer/adapter/fluentd/config ./mixer/adapter/kubernetesenv ./mixer/adapter/kubernetesenv/config ./mixer/adapter/kubernetesenv/template ./mixer/adapter/list ./mixer/adapter/list/config ./mixer/adapter/memquota ./mixer/adapter/memquota/config ./mixer/adapter/noop ./mixer/adapter/opa ./mixer/adapter/opa/config ./mixer/adapter/prometheus ./mixer/adapter/prometheus/config ./mixer/adapter/rbac ./mixer/adapter/rbac/config ./mixer/adapter/redisquota ./mixer/adapter/redisquota/config ./mixer/adapter/servicecontrol ./mixer/adapter/servicecontrol/config ./mixer/adapter/servicecontrol/template/servicecontrolreport ./mixer/adapter/signalfx ./mixer/adapter/signalfx/config ./mixer/adapter/solarwinds ./mixer/adapter/solarwinds/config ./mixer/adapter/solarwinds/internal/appoptics ./mixer/adapter/solarwinds/internal/papertrail ./mixer/adapter/stackdriver ./mixer/adapter/stackdriver/config ./mixer/adapter/stackdriver/contextgraph ./mixer/adapter/stackdriver/helper ./mixer/adapter/stackdriver/log ./mixer/adapter/stackdriver/metric ./mixer/adapter/stackdriver/trace ./mixer/adapter/statsd ./mixer/adapter/statsd/config ./mixer/adapter/stdio ./mixer/adapter/stdio/config ./mixer/cmd/mixc ./mixer/cmd/mixc/cmd ./mixer/cmd/mixs ./mixer/cmd/mixs/cmd ./mixer/cmd/shared ./mixer/pkg/adapter ./mixer/pkg/adapter/test ./mixer/pkg/api ./mixer/pkg/attribute ./mixer/pkg/checkcache ./mixer/pkg/config ./mixer/pkg/config/crd ./mixer/pkg/config/mcp ./mixer/pkg/config/store ./mixer/pkg/config/storetest ./mixer/pkg/il ./mixer/pkg/il/interpreter ./mixer/pkg/il/testing ./mixer/pkg/il/text ./mixer/pkg/lang ./mixer/pkg/lang/ast ./mixer/pkg/lang/checker ./mixer/pkg/lang/compiled ./mixer/pkg/lang/compiler ./mixer/pkg/mockapi ./mixer/pkg/perf ./mixer/pkg/pool ./mixer/pkg/protobuf/descriptor ./mixer/pkg/protobuf/yaml ./mixer/pkg/protobuf/yaml/dynamic ./mixer/pkg/protobuf/yaml/testdata/all ./mixer/pkg/runtime ./mixer/pkg/runtime/config ./mixer/pkg/runtime/config/constant ./mixer/pkg/runtime/config/validator ./mixer/pkg/runtime/dispatcher ./mixer/pkg/runtime/handler ./mixer/pkg/runtime/routing ./mixer/pkg/runtime/safecall ./mixer/pkg/runtime/testing/data ./mixer/pkg/server ./mixer/pkg/status ./mixer/pkg/template ./mixer/template ./mixer/template/apikey ./mixer/template/authorization ./mixer/template/checknothing ./mixer/template/edge ./mixer/template/listentry ./mixer/template/logentry ./mixer/template/metric ./mixer/template/quota ./mixer/template/reportnothing ./mixer/template/sample ./mixer/template/sample/apa ./mixer/template/sample/check ./mixer/template/sample/quota ./mixer/template/sample/report ./mixer/template/tracespan ./mixer/test/client/check_cache ./mixer/test/client/check_cache_hit ./mixer/test/client/check_report ./mixer/test/client/check_report_disable ./mixer/test/client/check_report_large_post_request ./mixer/test/client/disable_check_cache ./mixer/test/client/disable_tcp_check_calls ./mixer/test/client/dynamic_attribute ./mixer/test/client/dynamic_listener ./mixer/test/client/env ./mixer/test/client/failed_request ./mixer/test/client/fault_inject ./mixer/test/client/global_dictionary ./mixer/test/client/istio_authn_origin_jwt_bound_origin ./mixer/test/client/istio_authn_origin_jwt_bound_peer ./mixer/test/client/istio_authn_origin_reject_no_jwt ./mixer/test/client/istio_authn_peer_jwt_bound_origin ./mixer/test/client/istio_authn_peer_jwt_bound_peer ./mixer/test/client/istio_authn_peer_reject_no_jwt ./mixer/test/client/istio_authn_peer_reject_no_mtls ./mixer/test/client/istio_authn_peer_reject_no_tls ./mixer/test/client/mixer_internal_fail ./mixer/test/client/network_policy ./mixer/test/client/pilotplugin ./mixer/test/client/pilotplugin_mtls ./mixer/test/client/pilotplugin_tcp ./mixer/test/client/quota ./mixer/test/client/quota_cache ./mixer/test/client/report_batch ./mixer/test/client/route_directive ./mixer/test/client/tcp_filter ./mixer/test/client/tcp_filter_periodical_report ./mixer/test/client/test_data ./mixer/test/e2e ./mixer/test/listbackend ./mixer/test/listbackend/cmd ./mixer/test/perf ./mixer/test/perf/perfclient ./mixer/test/policybackend ./mixer/test/prometheus ./mixer/test/prometheus/cmd ./mixer/test/spyAdapter ./mixer/test/spyAdapter/template ./mixer/test/spyAdapter/template/apa ./mixer/test/spyAdapter/template/check ./mixer/test/spyAdapter/template/quota ./mixer/test/spyAdapter/template/report ./mixer/test/spybackend ./mixer/tools/adapterlinter ./mixer/tools/codegen/cmd/mixgenbootstrap ./mixer/tools/codegen/cmd/mixgeninventory ./mixer/tools/codegen/pkg/bootstrapgen ./mixer/tools/codegen/pkg/bootstrapgen/template ./mixer/tools/codegen/pkg/inventory ./mixer/tools/codegen/pkg/modelgen ./mixer/tools/mixgen ./mixer/tools/mixgen/cmd ./pilot/cmd ./pilot/cmd/pilot-agent ./pilot/cmd/pilot-discovery ./pilot/cmd/sidecar-injector ./pilot/pkg/bootstrap ./pilot/pkg/config/aggregate ./pilot/pkg/config/aggregate/fakes ./pilot/pkg/config/cloudfoundry ./pilot/pkg/config/cloudfoundry/fakes ./pilot/pkg/config/clusterregistry ./pilot/pkg/config/kube/crd ./pilot/pkg/config/kube/ingress ./pilot/pkg/config/memory ./pilot/pkg/config/monitor ./pilot/pkg/kube/inject ./pilot/pkg/model ./pilot/pkg/model/test ./pilot/pkg/networking/core ./pilot/pkg/networking/core/v1alpha3 ./pilot/pkg/networking/core/v1alpha3/fakes ./pilot/pkg/networking/core/v1alpha3/route ./pilot/pkg/networking/plugin ./pilot/pkg/networking/plugin/authn ./pilot/pkg/networking/plugin/authz ./pilot/pkg/networking/plugin/envoyfilter ./pilot/pkg/networking/plugin/health ./pilot/pkg/networking/plugin/mixer ./pilot/pkg/networking/plugin/registry ./pilot/pkg/networking/util ./pilot/pkg/proxy ./pilot/pkg/proxy/envoy ./pilot/pkg/proxy/envoy/v2 ./pilot/pkg/request ./pilot/pkg/serviceregistry ./pilot/pkg/serviceregistry/aggregate ./pilot/pkg/serviceregistry/cloudfoundry ./pilot/pkg/serviceregistry/cloudfoundry/fakes ./pilot/pkg/serviceregistry/consul ./pilot/pkg/serviceregistry/external ./pilot/pkg/serviceregistry/kube ./pilot/pkg/serviceregistry/memory ./pilot/test/client ./pilot/test/grpcecho ./pilot/test/mock ./pilot/test/server ./pilot/test/server/echo ./pilot/test/util ./pilot/tools ./pilot/tools/debug ./pkg/bootstrap ./pkg/cache ./pkg/cmd ./pkg/collateral ./pkg/ctrlz ./pkg/ctrlz/fw ./pkg/ctrlz/topics ./pkg/kube ./pkg/log ./pkg/mcp/client ./pkg/mcp/configz ./pkg/mcp/creds ./pkg/mcp/server ./pkg/mcp/snapshot ./pkg/mcp/testing ./pkg/mcp/testing/testcerts ./pkg/probe ./pkg/test ./pkg/test/fakes/policy ./pkg/test/framework ./pkg/test/framework/component ./pkg/test/framework/components ./pkg/test/framework/components/apiserver ./pkg/test/framework/components/apps ./pkg/test/framework/components/apps/api ./pkg/test/framework/components/apps/kube ./pkg/test/framework/components/apps/local ./pkg/test/framework/components/apps/local/envoy ./pkg/test/framework/components/apps/local/envoy/agent ./pkg/test/framework/components/apps/local/envoy/agent/pilot ./pkg/test/framework/components/apps/local/envoy/agent/pilot/reserveport ./pkg/test/framework/components/apps/local/envoy/discovery ./pkg/test/framework/components/mixer ./pkg/test/framework/components/pilot ./pkg/test/framework/components/policybackend ./pkg/test/framework/components/registry ./pkg/test/framework/dependency ./pkg/test/framework/environment ./pkg/test/framework/environments/kubernetes ./pkg/test/framework/environments/local ./pkg/test/framework/errors ./pkg/test/framework/internal ./pkg/test/framework/settings ./pkg/test/framework/tmpl ./pkg/test/kube ./pkg/test/protocol ./pkg/test/service/echo ./pkg/test/service/echo/proto ./pkg/test/service/echo/server ./pkg/test/util ./pkg/tracing ./pkg/util ./pkg/version ./samples/health-check ./security/cmd/istio_ca ./security/cmd/node_agent ./security/cmd/node_agent/na ./security/cmd/node_agent_k8s ./security/pkg/adapter/vault ./security/pkg/caclient ./security/pkg/caclient/protocol ./security/pkg/caclient/protocol/mock ./security/pkg/cmd ./security/pkg/credential ./security/pkg/nodeagent/secrets ./security/pkg/pki/ca ./security/pkg/pki/ca/controller ./security/pkg/pki/ca/mock ./security/pkg/pki/util ./security/pkg/pki/util/mock ./security/pkg/platform ./security/pkg/platform/mock ./security/pkg/probe ./security/pkg/registry ./security/pkg/registry/kube ./security/pkg/server/ca ./security/pkg/server/monitoring ./security/pkg/util ./security/pkg/util/mock ./security/proto ./security/tests/integration ./security/tests/integration/certificateRotationTest ./security/tests/integration/nodeAgentTest ./security/tests/integration/secretCreationTest ./security/tools/generate_cert ./security/tools/generate_csr ./tests/e2e/framework ./tests/e2e/tests/bookinfo ./tests/e2e/tests/controller ./tests/e2e/tests/dashboard ./tests/e2e/tests/galley ./tests/e2e/tests/mixer ./tests/e2e/tests/pilot ./tests/e2e/tests/pilot/cloudfoundry ./tests/e2e/tests/pilot/cloudfoundry/mock ./tests/e2e/tests/showcase ./tests/e2e/tests/simple ./tests/e2e/tests/upgrade ./tests/integration/component/fortio_server ./tests/integration/component/mixer ./tests/integration/component/proxy ./tests/integration/example/environment/appOnlyEnv ./tests/integration/example/environment/appOnlyEnv/cmd ./tests/integration/example/environment/mixerEnvoyEnv ./tests/integration/example/environment/mixerEnvoyEnv/cmd ./tests/integration/example/tests/sample1 ./tests/integration/example/tests/sample2 ./tests/integration/framework ./tests/integration2/examples/basic ./tests/integration2/examples/externalcomp ./tests/integration2/examples/pilot ./tests/integration2/galley ./tests/k8s ./tests/local ./tests/util ./tests/util/checker ./tests/util/checker/testlinter ./tests/util/checker/testlinter/rules ./tests/util/checker/testlinter/testdata ./tests/util/checker/testlinter/testdata/e2e ./tests/util/checker/testlinter/testdata/integration ./tools/githubContrib ./tools/hyperistio ./tools/license | |
DEBUG: [Aug 24 00:09:23.808] [vetshadow.12]: warning: /usr/local/go/bin/go returned exit status 1: mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:18:8: cannot find package "github.com/gogo/protobuf/proto" in any of: | |
/usr/local/go/src/github.com/gogo/protobuf/proto (from $GOROOT) | |
/go/src/github.com/gogo/protobuf/proto (from $GOPATH) | |
mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:29:8: cannot find package "github.com/gogo/protobuf/sortkeys" in any of: | |
/usr/local/go/src/github.com/gogo/protobuf/sortkeys (from $GOROOT) | |
/go/src/github.com/gogo/protobuf/sortkeys (from $GOPATH) | |
mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:21:8: cannot find package "istio.io/api/policy/v1beta1" in any of: | |
/usr/local/go/src/istio.io/api/policy/v1beta1 (from $GOROOT) | |
/go/src/istio.io/api/policy/v1beta1 (from $GOPATH) | |
DEBUG: [Aug 24 00:09:23.808] [vetshadow.12]: vetshadow hits 3: ^(?:vet:.*?\.go:\s+(?P<path>.*?\.go):(?P<line>\d+):(?P<col>\d+):\s*(?P<message>.*))|((?P<path>.*?\.go):(?P<line>\d+):(?P<col>\d+):\s*(?P<message>.*))|(?:(?P<path>.*?\.go):(?P<line>\d+):\s*(?P<message>.*))$ | |
DEBUG: [Aug 24 00:09:23.809] [vetshadow.12]: vetshadow linter took 3.969307822s | |
DEBUG: [Aug 24 00:09:23.809] [goconst.13]: executing /go/bin/goconst -min-occurrences 3 -min-length 3 ./addons/servicegraph ./addons/servicegraph/cmd/demosvc ./addons/servicegraph/cmd/server ./addons/servicegraph/dot ./addons/servicegraph/promgen ./galley/cmd/galley ./galley/cmd/galley/cmd ./galley/cmd/shared ./galley/pkg/crd/validation ./galley/pkg/kube ./galley/pkg/kube/converter ./galley/pkg/kube/converter/legacy ./galley/pkg/kube/source ./galley/pkg/metadata ./galley/pkg/metadata/kube ./galley/pkg/runtime ./galley/pkg/runtime/resource ./galley/pkg/server ./galley/pkg/testing/common ./galley/pkg/testing/mock ./galley/tools/gen-meta ./galley/tools/mcpc ./istioctl/cmd/istioctl ./istioctl/cmd/istioctl/gendeployment ./istioctl/pkg/convert ./istioctl/pkg/kubernetes ./istioctl/pkg/util/configdump ./istioctl/pkg/util/proto ./istioctl/pkg/writer/compare ./istioctl/pkg/writer/envoy/configdump ./istioctl/pkg/writer/pilot ./mixer/adapter ./mixer/adapter/bypass ./mixer/adapter/bypass/config ./mixer/adapter/circonus ./mixer/adapter/circonus/config ./mixer/adapter/cloudwatch ./mixer/adapter/cloudwatch/config ./mixer/adapter/denier ./mixer/adapter/denier/config ./mixer/adapter/dogstatsd ./mixer/adapter/dogstatsd/config ./mixer/adapter/fluentd ./mixer/adapter/fluentd/config ./mixer/adapter/kubernetesenv ./mixer/adapter/kubernetesenv/config ./mixer/adapter/kubernetesenv/template ./mixer/adapter/list ./mixer/adapter/list/config ./mixer/adapter/memquota ./mixer/adapter/memquota/config ./mixer/adapter/noop ./mixer/adapter/opa ./mixer/adapter/opa/config ./mixer/adapter/prometheus ./mixer/adapter/prometheus/config ./mixer/adapter/rbac ./mixer/adapter/rbac/config ./mixer/adapter/redisquota ./mixer/adapter/redisquota/config ./mixer/adapter/servicecontrol ./mixer/adapter/servicecontrol/config ./mixer/adapter/servicecontrol/template/servicecontrolreport ./mixer/adapter/signalfx ./mixer/adapter/signalfx/config ./mixer/adapter/solarwinds ./mixer/adapter/solarwinds/config ./mixer/adapter/solarwinds/internal/appoptics ./mixer/adapter/solarwinds/internal/papertrail ./mixer/adapter/stackdriver ./mixer/adapter/stackdriver/config ./mixer/adapter/stackdriver/contextgraph ./mixer/adapter/stackdriver/helper ./mixer/adapter/stackdriver/log ./mixer/adapter/stackdriver/metric ./mixer/adapter/stackdriver/trace ./mixer/adapter/statsd ./mixer/adapter/statsd/config ./mixer/adapter/stdio ./mixer/adapter/stdio/config ./mixer/cmd/mixc ./mixer/cmd/mixc/cmd ./mixer/cmd/mixs ./mixer/cmd/mixs/cmd ./mixer/cmd/shared ./mixer/pkg/adapter ./mixer/pkg/adapter/test ./mixer/pkg/api ./mixer/pkg/attribute ./mixer/pkg/checkcache ./mixer/pkg/config ./mixer/pkg/config/crd ./mixer/pkg/config/mcp ./mixer/pkg/config/store ./mixer/pkg/config/storetest ./mixer/pkg/il ./mixer/pkg/il/interpreter ./mixer/pkg/il/testing ./mixer/pkg/il/text ./mixer/pkg/lang ./mixer/pkg/lang/ast ./mixer/pkg/lang/checker ./mixer/pkg/lang/compiled ./mixer/pkg/lang/compiler ./mixer/pkg/mockapi ./mixer/pkg/perf ./mixer/pkg/pool ./mixer/pkg/protobuf/descriptor ./mixer/pkg/protobuf/yaml ./mixer/pkg/protobuf/yaml/dynamic ./mixer/pkg/protobuf/yaml/testdata/all ./mixer/pkg/runtime ./mixer/pkg/runtime/config ./mixer/pkg/runtime/config/constant ./mixer/pkg/runtime/config/validator ./mixer/pkg/runtime/dispatcher ./mixer/pkg/runtime/handler ./mixer/pkg/runtime/routing ./mixer/pkg/runtime/safecall ./mixer/pkg/runtime/testing/data ./mixer/pkg/server ./mixer/pkg/status ./mixer/pkg/template ./mixer/template ./mixer/template/apikey ./mixer/template/authorization ./mixer/template/checknothing ./mixer/template/edge ./mixer/template/listentry ./mixer/template/logentry ./mixer/template/metric ./mixer/template/quota ./mixer/template/reportnothing ./mixer/template/sample ./mixer/template/sample/apa ./mixer/template/sample/check ./mixer/template/sample/quota ./mixer/template/sample/report ./mixer/template/tracespan ./mixer/test/client/check_cache ./mixer/test/client/check_cache_hit ./mixer/test/client/check_report ./mixer/test/client/check_report_disable ./mixer/test/client/check_report_large_post_request ./mixer/test/client/disable_check_cache ./mixer/test/client/disable_tcp_check_calls ./mixer/test/client/dynamic_attribute ./mixer/test/client/dynamic_listener ./mixer/test/client/env ./mixer/test/client/failed_request ./mixer/test/client/fault_inject ./mixer/test/client/global_dictionary ./mixer/test/client/istio_authn_origin_jwt_bound_origin ./mixer/test/client/istio_authn_origin_jwt_bound_peer ./mixer/test/client/istio_authn_origin_reject_no_jwt ./mixer/test/client/istio_authn_peer_jwt_bound_origin ./mixer/test/client/istio_authn_peer_jwt_bound_peer ./mixer/test/client/istio_authn_peer_reject_no_jwt ./mixer/test/client/istio_authn_peer_reject_no_mtls ./mixer/test/client/istio_authn_peer_reject_no_tls ./mixer/test/client/mixer_internal_fail ./mixer/test/client/network_policy ./mixer/test/client/pilotplugin ./mixer/test/client/pilotplugin_mtls ./mixer/test/client/pilotplugin_tcp ./mixer/test/client/quota ./mixer/test/client/quota_cache ./mixer/test/client/report_batch ./mixer/test/client/route_directive ./mixer/test/client/tcp_filter ./mixer/test/client/tcp_filter_periodical_report ./mixer/test/client/test_data ./mixer/test/e2e ./mixer/test/listbackend ./mixer/test/listbackend/cmd ./mixer/test/perf ./mixer/test/perf/perfclient ./mixer/test/policybackend ./mixer/test/prometheus ./mixer/test/prometheus/cmd ./mixer/test/spyAdapter ./mixer/test/spyAdapter/template ./mixer/test/spyAdapter/template/apa ./mixer/test/spyAdapter/template/check ./mixer/test/spyAdapter/template/quota ./mixer/test/spyAdapter/template/report ./mixer/test/spybackend ./mixer/tools/adapterlinter ./mixer/tools/codegen/cmd/mixgenbootstrap ./mixer/tools/codegen/cmd/mixgeninventory ./mixer/tools/codegen/pkg/bootstrapgen ./mixer/tools/codegen/pkg/bootstrapgen/template ./mixer/tools/codegen/pkg/inventory ./mixer/tools/codegen/pkg/modelgen ./mixer/tools/mixgen ./mixer/tools/mixgen/cmd ./pilot/cmd ./pilot/cmd/pilot-agent ./pilot/cmd/pilot-discovery ./pilot/cmd/sidecar-injector ./pilot/pkg/bootstrap ./pilot/pkg/config/aggregate ./pilot/pkg/config/aggregate/fakes ./pilot/pkg/config/cloudfoundry ./pilot/pkg/config/cloudfoundry/fakes ./pilot/pkg/config/clusterregistry ./pilot/pkg/config/kube/crd ./pilot/pkg/config/kube/ingress ./pilot/pkg/config/memory ./pilot/pkg/config/monitor ./pilot/pkg/kube/inject ./pilot/pkg/model ./pilot/pkg/model/test ./pilot/pkg/networking/core ./pilot/pkg/networking/core/v1alpha3 ./pilot/pkg/networking/core/v1alpha3/fakes ./pilot/pkg/networking/core/v1alpha3/route ./pilot/pkg/networking/plugin ./pilot/pkg/networking/plugin/authn ./pilot/pkg/networking/plugin/authz ./pilot/pkg/networking/plugin/envoyfilter ./pilot/pkg/networking/plugin/health ./pilot/pkg/networking/plugin/mixer ./pilot/pkg/networking/plugin/registry ./pilot/pkg/networking/util ./pilot/pkg/proxy ./pilot/pkg/proxy/envoy ./pilot/pkg/proxy/envoy/v2 ./pilot/pkg/request ./pilot/pkg/serviceregistry ./pilot/pkg/serviceregistry/aggregate ./pilot/pkg/serviceregistry/cloudfoundry ./pilot/pkg/serviceregistry/cloudfoundry/fakes ./pilot/pkg/serviceregistry/consul ./pilot/pkg/serviceregistry/external ./pilot/pkg/serviceregistry/kube ./pilot/pkg/serviceregistry/memory ./pilot/test/client ./pilot/test/grpcecho ./pilot/test/mock ./pilot/test/server ./pilot/test/server/echo ./pilot/test/util ./pilot/tools ./pilot/tools/debug ./pkg/bootstrap ./pkg/cache ./pkg/cmd ./pkg/collateral ./pkg/ctrlz ./pkg/ctrlz/fw ./pkg/ctrlz/topics ./pkg/kube ./pkg/log ./pkg/mcp/client ./pkg/mcp/configz ./pkg/mcp/creds ./pkg/mcp/server ./pkg/mcp/snapshot ./pkg/mcp/testing ./pkg/mcp/testing/testcerts ./pkg/probe ./pkg/test ./pkg/test/fakes/policy ./pkg/test/framework ./pkg/test/framework/component ./pkg/test/framework/components ./pkg/test/framework/components/apiserver ./pkg/test/framework/components/apps ./pkg/test/framework/components/apps/api ./pkg/test/framework/components/apps/kube ./pkg/test/framework/components/apps/local ./pkg/test/framework/components/apps/local/envoy ./pkg/test/framework/components/apps/local/envoy/agent ./pkg/test/framework/components/apps/local/envoy/agent/pilot ./pkg/test/framework/components/apps/local/envoy/agent/pilot/reserveport ./pkg/test/framework/components/apps/local/envoy/discovery ./pkg/test/framework/components/mixer ./pkg/test/framework/components/pilot ./pkg/test/framework/components/policybackend ./pkg/test/framework/components/registry ./pkg/test/framework/dependency ./pkg/test/framework/environment ./pkg/test/framework/environments/kubernetes ./pkg/test/framework/environments/local ./pkg/test/framework/errors ./pkg/test/framework/internal ./pkg/test/framework/settings ./pkg/test/framework/tmpl ./pkg/test/kube ./pkg/test/protocol ./pkg/test/service/echo ./pkg/test/service/echo/proto ./pkg/test/service/echo/server ./pkg/test/util ./pkg/tracing ./pkg/util ./pkg/version ./samples/health-check ./security/cmd/istio_ca ./security/cmd/node_agent ./security/cmd/node_agent/na ./security/cmd/node_agent_k8s ./security/pkg/adapter/vault ./security/pkg/caclient ./security/pkg/caclient/protocol ./security/pkg/caclient/protocol/mock ./security/pkg/cmd ./security/pkg/credential ./security/pkg/nodeagent/secrets ./security/pkg/pki/ca ./security/pkg/pki/ca/controller ./security/pkg/pki/ca/mock ./security/pkg/pki/util ./security/pkg/pki/util/mock ./security/pkg/platform ./security/pkg/platform/mock ./security/pkg/probe ./security/pkg/registry ./security/pkg/registry/kube ./security/pkg/server/ca ./security/pkg/server/monitoring ./security/pkg/util ./security/pkg/util/mock ./security/proto ./security/tests/integration ./security/tests/integration/certificateRotationTest ./security/tests/integration/nodeAgentTest ./security/tests/integration/secretCreationTest ./security/tools/generate_cert ./security/tools/generate_csr ./tests/e2e/framework ./tests/e2e/tests/bookinfo ./tests/e2e/tests/controller ./tests/e2e/tests/dashboard ./tests/e2e/tests/galley ./tests/e2e/tests/mixer ./tests/e2e/tests/pilot ./tests/e2e/tests/pilot/cloudfoundry ./tests/e2e/tests/pilot/cloudfoundry/mock ./tests/e2e/tests/showcase ./tests/e2e/tests/simple ./tests/e2e/tests/upgrade ./tests/integration/component/fortio_server ./tests/integration/component/mixer ./tests/integration/component/proxy ./tests/integration/example/environment/appOnlyEnv ./tests/integration/example/environment/appOnlyEnv/cmd ./tests/integration/example/environment/mixerEnvoyEnv ./tests/integration/example/environment/mixerEnvoyEnv/cmd ./tests/integration/example/tests/sample1 ./tests/integration/example/tests/sample2 ./tests/integration/framework ./tests/integration2/examples/basic ./tests/integration2/examples/externalcomp ./tests/integration2/examples/pilot ./tests/integration2/galley ./tests/k8s ./tests/local ./tests/util ./tests/util/checker ./tests/util/checker/testlinter ./tests/util/checker/testlinter/rules ./tests/util/checker/testlinter/testdata ./tests/util/checker/testlinter/testdata/e2e ./tests/util/checker/testlinter/testdata/integration ./tools/githubContrib ./tools/hyperistio ./tools/license | |
DEBUG: [Aug 24 00:09:24.323] [goconst.13]: goconst hits 254: ^(?P<path>.*?\.go):(?P<line>\d+):(?P<col>\d+):\s*(?P<message>.*)$ | |
DEBUG: [Aug 24 00:09:24.341] nolint: parsing mixer/pkg/protobuf/yaml/encoder.go for directives | |
DEBUG: [Aug 24 00:09:24.344] nolint: parsing mixer/pkg/protobuf/yaml/encoder.go took 3.065765ms | |
DEBUG: [Aug 24 00:09:24.344] nolint: matched goconst:1007-1045 to issue mixer/pkg/protobuf/yaml/encoder.go:1016:9:error: 2 other occurrence(s) of "int64" found in: mixer/pkg/protobuf/yaml/encoder.go:1038:9 mixer/pkg/protobuf/yaml/encoder.go:1042:9 (goconst) | |
DEBUG: [Aug 24 00:09:24.344] nolint: matched goconst:1007-1045 to issue mixer/pkg/protobuf/yaml/encoder.go:1038:9:error: 2 other occurrence(s) of "int64" found in: mixer/pkg/protobuf/yaml/encoder.go:1016:9 mixer/pkg/protobuf/yaml/encoder.go:1042:9 (goconst) | |
DEBUG: [Aug 24 00:09:24.344] nolint: matched goconst:1007-1045 to issue mixer/pkg/protobuf/yaml/encoder.go:1042:9:error: 2 other occurrence(s) of "int64" found in: mixer/pkg/protobuf/yaml/encoder.go:1016:9 mixer/pkg/protobuf/yaml/encoder.go:1038:9 (goconst) | |
DEBUG: [Aug 24 00:09:24.344] nolint: matched goconst:1007-1045 to issue mixer/pkg/protobuf/yaml/encoder.go:1020:9:error: 2 other occurrence(s) of "int32" found in: mixer/pkg/protobuf/yaml/encoder.go:1036:9 mixer/pkg/protobuf/yaml/encoder.go:1040:9 (goconst) | |
DEBUG: [Aug 24 00:09:24.344] nolint: matched goconst:1007-1045 to issue mixer/pkg/protobuf/yaml/encoder.go:1036:9:error: 2 other occurrence(s) of "int32" found in: mixer/pkg/protobuf/yaml/encoder.go:1020:9 mixer/pkg/protobuf/yaml/encoder.go:1040:9 (goconst) | |
DEBUG: [Aug 24 00:09:24.344] nolint: matched goconst:1007-1045 to issue mixer/pkg/protobuf/yaml/encoder.go:1040:9:error: 2 other occurrence(s) of "int32" found in: mixer/pkg/protobuf/yaml/encoder.go:1020:9 mixer/pkg/protobuf/yaml/encoder.go:1036:9 (goconst) | |
DEBUG: [Aug 24 00:09:24.385] [goconst.13]: goconst linter took 575.581504ms | |
DEBUG: [Aug 24 00:09:24.385] [interfacer.14]: executing /go/bin/interfacer ./addons/servicegraph ./addons/servicegraph/cmd/demosvc ./addons/servicegraph/cmd/server ./addons/servicegraph/dot ./addons/servicegraph/promgen ./galley/cmd/galley ./galley/cmd/galley/cmd ./galley/cmd/shared ./galley/pkg/crd/validation ./galley/pkg/kube ./galley/pkg/kube/converter ./galley/pkg/kube/converter/legacy ./galley/pkg/kube/source ./galley/pkg/metadata ./galley/pkg/metadata/kube ./galley/pkg/runtime ./galley/pkg/runtime/resource ./galley/pkg/server ./galley/pkg/testing/common ./galley/pkg/testing/mock ./galley/tools/gen-meta ./galley/tools/mcpc ./istioctl/cmd/istioctl ./istioctl/cmd/istioctl/gendeployment ./istioctl/pkg/convert ./istioctl/pkg/kubernetes ./istioctl/pkg/util/configdump ./istioctl/pkg/util/proto ./istioctl/pkg/writer/compare ./istioctl/pkg/writer/envoy/configdump ./istioctl/pkg/writer/pilot ./mixer/adapter ./mixer/adapter/bypass ./mixer/adapter/bypass/config ./mixer/adapter/circonus ./mixer/adapter/circonus/config ./mixer/adapter/cloudwatch ./mixer/adapter/cloudwatch/config ./mixer/adapter/denier ./mixer/adapter/denier/config ./mixer/adapter/dogstatsd ./mixer/adapter/dogstatsd/config ./mixer/adapter/fluentd ./mixer/adapter/fluentd/config ./mixer/adapter/kubernetesenv ./mixer/adapter/kubernetesenv/config ./mixer/adapter/kubernetesenv/template ./mixer/adapter/list ./mixer/adapter/list/config ./mixer/adapter/memquota ./mixer/adapter/memquota/config ./mixer/adapter/noop ./mixer/adapter/opa ./mixer/adapter/opa/config ./mixer/adapter/prometheus ./mixer/adapter/prometheus/config ./mixer/adapter/rbac ./mixer/adapter/rbac/config ./mixer/adapter/redisquota ./mixer/adapter/redisquota/config ./mixer/adapter/servicecontrol ./mixer/adapter/servicecontrol/config ./mixer/adapter/servicecontrol/template/servicecontrolreport ./mixer/adapter/signalfx ./mixer/adapter/signalfx/config ./mixer/adapter/solarwinds ./mixer/adapter/solarwinds/config ./mixer/adapter/solarwinds/internal/appoptics ./mixer/adapter/solarwinds/internal/papertrail ./mixer/adapter/stackdriver ./mixer/adapter/stackdriver/config ./mixer/adapter/stackdriver/contextgraph ./mixer/adapter/stackdriver/helper ./mixer/adapter/stackdriver/log ./mixer/adapter/stackdriver/metric ./mixer/adapter/stackdriver/trace ./mixer/adapter/statsd ./mixer/adapter/statsd/config ./mixer/adapter/stdio ./mixer/adapter/stdio/config ./mixer/cmd/mixc ./mixer/cmd/mixc/cmd ./mixer/cmd/mixs ./mixer/cmd/mixs/cmd ./mixer/cmd/shared ./mixer/pkg/adapter ./mixer/pkg/adapter/test ./mixer/pkg/api ./mixer/pkg/attribute ./mixer/pkg/checkcache ./mixer/pkg/config ./mixer/pkg/config/crd ./mixer/pkg/config/mcp ./mixer/pkg/config/store ./mixer/pkg/config/storetest ./mixer/pkg/il ./mixer/pkg/il/interpreter ./mixer/pkg/il/testing ./mixer/pkg/il/text ./mixer/pkg/lang ./mixer/pkg/lang/ast ./mixer/pkg/lang/checker ./mixer/pkg/lang/compiled ./mixer/pkg/lang/compiler ./mixer/pkg/mockapi ./mixer/pkg/perf ./mixer/pkg/pool ./mixer/pkg/protobuf/descriptor ./mixer/pkg/protobuf/yaml ./mixer/pkg/protobuf/yaml/dynamic ./mixer/pkg/protobuf/yaml/testdata/all ./mixer/pkg/runtime ./mixer/pkg/runtime/config ./mixer/pkg/runtime/config/constant ./mixer/pkg/runtime/config/validator ./mixer/pkg/runtime/dispatcher ./mixer/pkg/runtime/handler ./mixer/pkg/runtime/routing ./mixer/pkg/runtime/safecall ./mixer/pkg/runtime/testing/data ./mixer/pkg/server ./mixer/pkg/status ./mixer/pkg/template ./mixer/template ./mixer/template/apikey ./mixer/template/authorization ./mixer/template/checknothing ./mixer/template/edge ./mixer/template/listentry ./mixer/template/logentry ./mixer/template/metric ./mixer/template/quota ./mixer/template/reportnothing ./mixer/template/sample ./mixer/template/sample/apa ./mixer/template/sample/check ./mixer/template/sample/quota ./mixer/template/sample/report ./mixer/template/tracespan ./mixer/test/client/check_cache ./mixer/test/client/check_cache_hit ./mixer/test/client/check_report ./mixer/test/client/check_report_disable ./mixer/test/client/check_report_large_post_request ./mixer/test/client/disable_check_cache ./mixer/test/client/disable_tcp_check_calls ./mixer/test/client/dynamic_attribute ./mixer/test/client/dynamic_listener ./mixer/test/client/env ./mixer/test/client/failed_request ./mixer/test/client/fault_inject ./mixer/test/client/global_dictionary ./mixer/test/client/istio_authn_origin_jwt_bound_origin ./mixer/test/client/istio_authn_origin_jwt_bound_peer ./mixer/test/client/istio_authn_origin_reject_no_jwt ./mixer/test/client/istio_authn_peer_jwt_bound_origin ./mixer/test/client/istio_authn_peer_jwt_bound_peer ./mixer/test/client/istio_authn_peer_reject_no_jwt ./mixer/test/client/istio_authn_peer_reject_no_mtls ./mixer/test/client/istio_authn_peer_reject_no_tls ./mixer/test/client/mixer_internal_fail ./mixer/test/client/network_policy ./mixer/test/client/pilotplugin ./mixer/test/client/pilotplugin_mtls ./mixer/test/client/pilotplugin_tcp ./mixer/test/client/quota ./mixer/test/client/quota_cache ./mixer/test/client/report_batch ./mixer/test/client/route_directive ./mixer/test/client/tcp_filter ./mixer/test/client/tcp_filter_periodical_report ./mixer/test/client/test_data ./mixer/test/e2e ./mixer/test/listbackend ./mixer/test/listbackend/cmd ./mixer/test/perf ./mixer/test/perf/perfclient ./mixer/test/policybackend ./mixer/test/prometheus ./mixer/test/prometheus/cmd ./mixer/test/spyAdapter ./mixer/test/spyAdapter/template ./mixer/test/spyAdapter/template/apa ./mixer/test/spyAdapter/template/check ./mixer/test/spyAdapter/template/quota ./mixer/test/spyAdapter/template/report ./mixer/test/spybackend ./mixer/tools/adapterlinter ./mixer/tools/codegen/cmd/mixgenbootstrap ./mixer/tools/codegen/cmd/mixgeninventory ./mixer/tools/codegen/pkg/bootstrapgen ./mixer/tools/codegen/pkg/bootstrapgen/template ./mixer/tools/codegen/pkg/inventory ./mixer/tools/codegen/pkg/modelgen ./mixer/tools/mixgen ./mixer/tools/mixgen/cmd ./pilot/cmd ./pilot/cmd/pilot-agent ./pilot/cmd/pilot-discovery ./pilot/cmd/sidecar-injector ./pilot/pkg/bootstrap ./pilot/pkg/config/aggregate ./pilot/pkg/config/aggregate/fakes ./pilot/pkg/config/cloudfoundry ./pilot/pkg/config/cloudfoundry/fakes ./pilot/pkg/config/clusterregistry ./pilot/pkg/config/kube/crd ./pilot/pkg/config/kube/ingress ./pilot/pkg/config/memory ./pilot/pkg/config/monitor ./pilot/pkg/kube/inject ./pilot/pkg/model ./pilot/pkg/model/test ./pilot/pkg/networking/core ./pilot/pkg/networking/core/v1alpha3 ./pilot/pkg/networking/core/v1alpha3/fakes ./pilot/pkg/networking/core/v1alpha3/route ./pilot/pkg/networking/plugin ./pilot/pkg/networking/plugin/authn ./pilot/pkg/networking/plugin/authz ./pilot/pkg/networking/plugin/envoyfilter ./pilot/pkg/networking/plugin/health ./pilot/pkg/networking/plugin/mixer ./pilot/pkg/networking/plugin/registry ./pilot/pkg/networking/util ./pilot/pkg/proxy ./pilot/pkg/proxy/envoy ./pilot/pkg/proxy/envoy/v2 ./pilot/pkg/request ./pilot/pkg/serviceregistry ./pilot/pkg/serviceregistry/aggregate ./pilot/pkg/serviceregistry/cloudfoundry ./pilot/pkg/serviceregistry/cloudfoundry/fakes ./pilot/pkg/serviceregistry/consul ./pilot/pkg/serviceregistry/external ./pilot/pkg/serviceregistry/kube ./pilot/pkg/serviceregistry/memory ./pilot/test/client ./pilot/test/grpcecho ./pilot/test/mock ./pilot/test/server ./pilot/test/server/echo ./pilot/test/util ./pilot/tools ./pilot/tools/debug ./pkg/bootstrap ./pkg/cache ./pkg/cmd ./pkg/collateral ./pkg/ctrlz ./pkg/ctrlz/fw ./pkg/ctrlz/topics ./pkg/kube ./pkg/log ./pkg/mcp/client ./pkg/mcp/configz ./pkg/mcp/creds ./pkg/mcp/server ./pkg/mcp/snapshot ./pkg/mcp/testing ./pkg/mcp/testing/testcerts ./pkg/probe ./pkg/test ./pkg/test/fakes/policy ./pkg/test/framework ./pkg/test/framework/component ./pkg/test/framework/components ./pkg/test/framework/components/apiserver ./pkg/test/framework/components/apps ./pkg/test/framework/components/apps/api ./pkg/test/framework/components/apps/kube ./pkg/test/framework/components/apps/local ./pkg/test/framework/components/apps/local/envoy ./pkg/test/framework/components/apps/local/envoy/agent ./pkg/test/framework/components/apps/local/envoy/agent/pilot ./pkg/test/framework/components/apps/local/envoy/agent/pilot/reserveport ./pkg/test/framework/components/apps/local/envoy/discovery ./pkg/test/framework/components/mixer ./pkg/test/framework/components/pilot ./pkg/test/framework/components/policybackend ./pkg/test/framework/components/registry ./pkg/test/framework/dependency ./pkg/test/framework/environment ./pkg/test/framework/environments/kubernetes ./pkg/test/framework/environments/local ./pkg/test/framework/errors ./pkg/test/framework/internal ./pkg/test/framework/settings ./pkg/test/framework/tmpl ./pkg/test/kube ./pkg/test/protocol ./pkg/test/service/echo ./pkg/test/service/echo/proto ./pkg/test/service/echo/server ./pkg/test/util ./pkg/tracing ./pkg/util ./pkg/version ./samples/health-check ./security/cmd/istio_ca ./security/cmd/node_agent ./security/cmd/node_agent/na ./security/cmd/node_agent_k8s ./security/pkg/adapter/vault ./security/pkg/caclient ./security/pkg/caclient/protocol ./security/pkg/caclient/protocol/mock ./security/pkg/cmd ./security/pkg/credential ./security/pkg/nodeagent/secrets ./security/pkg/pki/ca ./security/pkg/pki/ca/controller ./security/pkg/pki/ca/mock ./security/pkg/pki/util ./security/pkg/pki/util/mock ./security/pkg/platform ./security/pkg/platform/mock ./security/pkg/probe ./security/pkg/registry ./security/pkg/registry/kube ./security/pkg/server/ca ./security/pkg/server/monitoring ./security/pkg/util ./security/pkg/util/mock ./security/proto ./security/tests/integration ./security/tests/integration/certificateRotationTest ./security/tests/integration/nodeAgentTest ./security/tests/integration/secretCreationTest ./security/tools/generate_cert ./security/tools/generate_csr ./tests/e2e/framework ./tests/e2e/tests/bookinfo ./tests/e2e/tests/controller ./tests/e2e/tests/dashboard ./tests/e2e/tests/galley ./tests/e2e/tests/mixer ./tests/e2e/tests/pilot ./tests/e2e/tests/pilot/cloudfoundry ./tests/e2e/tests/pilot/cloudfoundry/mock ./tests/e2e/tests/showcase ./tests/e2e/tests/simple ./tests/e2e/tests/upgrade ./tests/integration/component/fortio_server ./tests/integration/component/mixer ./tests/integration/component/proxy ./tests/integration/example/environment/appOnlyEnv ./tests/integration/example/environment/appOnlyEnv/cmd ./tests/integration/example/environment/mixerEnvoyEnv ./tests/integration/example/environment/mixerEnvoyEnv/cmd ./tests/integration/example/tests/sample1 ./tests/integration/example/tests/sample2 ./tests/integration/framework ./tests/integration2/examples/basic ./tests/integration2/examples/externalcomp ./tests/integration2/examples/pilot ./tests/integration2/galley ./tests/k8s ./tests/local ./tests/util ./tests/util/checker ./tests/util/checker/testlinter ./tests/util/checker/testlinter/rules ./tests/util/checker/testlinter/testdata ./tests/util/checker/testlinter/testdata/e2e ./tests/util/checker/testlinter/testdata/integration ./tools/githubContrib ./tools/hyperistio ./tools/license | |
DEBUG: [Aug 24 00:09:28.381] [megacheck.8]: warning: /go/bin/megacheck returned exit status 1: /go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:18:14: could not import github.com/gogo/protobuf/proto (cannot find package "github.com/gogo/protobuf/proto" in any of: | |
/usr/local/go/src/github.com/gogo/protobuf/proto (from $GOROOT) | |
/go/src/github.com/gogo/protobuf/proto (from $GOPATH)) | |
couldn't load packages due to errors: ./mixer/pkg/protobuf/yaml/testdata/all, istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all | |
DEBUG: [Aug 24 00:09:28.381] [megacheck.8]: megacheck hits 1: ^(?P<path>.*?\.go):(?P<line>\d+):(?P<col>\d+):\s*(?P<message>.*)$ | |
DEBUG: [Aug 24 00:09:28.381] [megacheck.8]: megacheck linter took 1m23.227363326s | |
DEBUG: [Aug 24 00:09:28.381] [misspell.15]: executing /go/bin/misspell -j 1 --locale addons/servicegraph/d3graph.go addons/servicegraph/servicegraph.go addons/servicegraph/cmd/demosvc/main.go addons/servicegraph/cmd/server/main.go addons/servicegraph/dot/dot.go addons/servicegraph/promgen/promgen.go galley/cmd/galley/main.go galley/cmd/galley/cmd/probe.go galley/cmd/galley/cmd/root.go galley/cmd/galley/cmd/server.go galley/cmd/galley/cmd/validator.go galley/cmd/shared/shared.go galley/pkg/crd/validation/config.go galley/pkg/crd/validation/config_test.go galley/pkg/crd/validation/monitoring.go galley/pkg/crd/validation/webhook.go galley/pkg/crd/validation/webhook_test.go galley/pkg/kube/interfaces.go galley/pkg/kube/interfaces_test.go galley/pkg/kube/resourcespec.go galley/pkg/kube/resourcespec_test.go galley/pkg/kube/schema.go galley/pkg/kube/schema_test.go galley/pkg/kube/converter/converter.go galley/pkg/kube/converter/converter_test.go galley/pkg/kube/converter/proto.go galley/pkg/kube/converter/proto_test.go galley/pkg/kube/converter/legacy/gen.go galley/pkg/kube/converter/legacy/legacymixer.pb.go galley/pkg/kube/source/listener.go galley/pkg/kube/source/listener_test.go galley/pkg/kube/source/source.go galley/pkg/kube/source/source_test.go galley/pkg/metadata/types.go galley/pkg/metadata/types_test.go galley/pkg/metadata/kube/types.go galley/pkg/metadata/kube/types_test.go galley/pkg/runtime/distributor.go galley/pkg/runtime/distributor_test.go galley/pkg/runtime/processor.go galley/pkg/runtime/processor_test.go galley/pkg/runtime/source.go galley/pkg/runtime/source_test.go galley/pkg/runtime/state.go galley/pkg/runtime/state_test.go galley/pkg/runtime/strategy.go galley/pkg/runtime/strategy_test.go galley/pkg/runtime/resource/event.go galley/pkg/runtime/resource/event_test.go galley/pkg/runtime/resource/proto.go galley/pkg/runtime/resource/resource.go galley/pkg/runtime/resource/resource_test.go galley/pkg/runtime/resource/schema.go galley/pkg/runtime/resource/schema_test.go galley/pkg/server/args.go galley/pkg/server/args_test.go galley/pkg/server/configmap.go galley/pkg/server/configmap_test.go galley/pkg/server/server.go galley/pkg/server/server_test.go galley/pkg/testing/common/mocklog.go galley/pkg/testing/mock/kube.go galley/pkg/testing/mock/watch.go galley/tools/gen-meta/main.go galley/tools/mcpc/main.go istioctl/cmd/istioctl/authn.go istioctl/cmd/istioctl/convert_ingress.go istioctl/cmd/istioctl/convert_ingress_test.go istioctl/cmd/istioctl/deregister.go istioctl/cmd/istioctl/doc.go istioctl/cmd/istioctl/istioctl_test.go istioctl/cmd/istioctl/kubeinject.go istioctl/cmd/istioctl/main.go istioctl/cmd/istioctl/metrics.go istioctl/cmd/istioctl/mixer.go istioctl/cmd/istioctl/proxyconfig.go istioctl/cmd/istioctl/proxyconfig_test.go istioctl/cmd/istioctl/proxystatus.go istioctl/cmd/istioctl/proxystatus_test.go istioctl/cmd/istioctl/rbac.go istioctl/cmd/istioctl/register.go istioctl/cmd/istioctl/gendeployment/cmd.go istioctl/cmd/istioctl/gendeployment/cmd_test.go istioctl/cmd/istioctl/gendeployment/yaml.go istioctl/pkg/convert/ingress.go istioctl/pkg/kubernetes/client.go istioctl/pkg/util/configdump/bootstrap.go istioctl/pkg/util/configdump/bootstrap_test.go istioctl/pkg/util/configdump/cluster.go istioctl/pkg/util/configdump/cluster_test.go istioctl/pkg/util/configdump/listener.go istioctl/pkg/util/configdump/listener_test.go istioctl/pkg/util/configdump/route.go istioctl/pkg/util/configdump/route_test.go istioctl/pkg/util/configdump/wrapper.go istioctl/pkg/util/proto/messageslice.go istioctl/pkg/writer/compare/cluster.go istioctl/pkg/writer/compare/cluster_test.go istioctl/pkg/writer/compare/comparator.go istioctl/pkg/writer/compare/comparator_test.go istioctl/pkg/writer/compare/listener.go istioctl/pkg/writer/compare/listener_test.go istioctl/pkg/writer/compare/route.go istioctl/pkg/writer/compare/route_test.go istioctl/pkg/writer/envoy/configdump/cluster.go istioctl/pkg/writer/envoy/configdump/cluster_test.go istioctl/pkg/writer/envoy/configdump/configdump.go istioctl/pkg/writer/envoy/configdump/configdump_test.go istioctl/pkg/writer/envoy/configdump/listener.go istioctl/pkg/writer/envoy/configdump/listener_test.go istioctl/pkg/writer/envoy/configdump/route.go istioctl/pkg/writer/envoy/configdump/route_test.go istioctl/pkg/writer/pilot/auth.go istioctl/pkg/writer/pilot/auth_test.go istioctl/pkg/writer/pilot/status.go istioctl/pkg/writer/pilot/status_test.go mixer/adapter/doc.go mixer/adapter/inventory.gen.go mixer/adapter/bypass/bypass.go mixer/adapter/bypass/bypass_test.go mixer/adapter/bypass/util.go mixer/adapter/bypass/config/config.pb.go mixer/adapter/circonus/circonus.go mixer/adapter/circonus/circonus_test.go mixer/adapter/circonus/config/config.pb.go mixer/adapter/cloudwatch/client.go mixer/adapter/cloudwatch/cloudwatch.go mixer/adapter/cloudwatch/cloudwatch_test.go mixer/adapter/cloudwatch/handler.go mixer/adapter/cloudwatch/handler_test.go mixer/adapter/cloudwatch/config/config.pb.go mixer/adapter/denier/denier.go mixer/adapter/denier/denier_test.go mixer/adapter/denier/config/config.pb.go mixer/adapter/dogstatsd/dogstatsd.go mixer/adapter/dogstatsd/dogstatsd_test.go mixer/adapter/dogstatsd/config/config.pb.go mixer/adapter/fluentd/fluentd.go mixer/adapter/fluentd/fluentd_test.go mixer/adapter/fluentd/config/config.pb.go mixer/adapter/kubernetesenv/cache.go mixer/adapter/kubernetesenv/cache_test.go mixer/adapter/kubernetesenv/kubernetesenv.go mixer/adapter/kubernetesenv/kubernetesenv_test.go mixer/adapter/kubernetesenv/config/config.pb.go mixer/adapter/kubernetesenv/template/template_handler.gen.go mixer/adapter/kubernetesenv/template/template_handler_service.pb.go mixer/adapter/list/ipList.go mixer/adapter/list/list.go mixer/adapter/list/list_integration_test.go mixer/adapter/list/list_test.go mixer/adapter/list/regexList.go mixer/adapter/list/stringList.go mixer/adapter/list/config/config.pb.go mixer/adapter/memquota/dedup.go mixer/adapter/memquota/keys.go mixer/adapter/memquota/memquota.go mixer/adapter/memquota/memquota_test.go mixer/adapter/memquota/rollingWindow.go mixer/adapter/memquota/rollingWindow_test.go mixer/adapter/memquota/config/config.pb.go mixer/adapter/noop/noop.go mixer/adapter/noop/noop_test.go mixer/adapter/opa/opa.go mixer/adapter/opa/opa_integration_test.go mixer/adapter/opa/opa_test.go mixer/adapter/opa/config/config.pb.go mixer/adapter/prometheus/prometheus.go mixer/adapter/prometheus/prometheus_integration_test.go mixer/adapter/prometheus/prometheus_test.go mixer/adapter/prometheus/server.go mixer/adapter/prometheus/server_test.go mixer/adapter/prometheus/config/config.pb.go mixer/adapter/rbac/controller.go mixer/adapter/rbac/controller_test.go mixer/adapter/rbac/rbac.go mixer/adapter/rbac/rbacStore.go mixer/adapter/rbac/rbacStore_test.go mixer/adapter/rbac/rbac_test.go mixer/adapter/rbac/util.go mixer/adapter/rbac/util_test.go mixer/adapter/rbac/config/config.pb.go mixer/adapter/redisquota/fixed_window.go mixer/adapter/redisquota/redisquota.go mixer/adapter/redisquota/redisquota_integration_test.go mixer/adapter/redisquota/redisquota_test.go mixer/adapter/redisquota/rolling_window.go mixer/adapter/redisquota/config/config.pb.go mixer/adapter/servicecontrol/checkprocessor.go mixer/adapter/servicecontrol/checkprocessor_test.go mixer/adapter/servicecontrol/client.go mixer/adapter/servicecontrol/distValueBuilder.go mixer/adapter/servicecontrol/distValueBuilder_test.go mixer/adapter/servicecontrol/handler.go mixer/adapter/servicecontrol/handler_test.go mixer/adapter/servicecontrol/metrics.go mixer/adapter/servicecontrol/quotaprocessor.go mixer/adapter/servicecontrol/quotaprocessor_test.go mixer/adapter/servicecontrol/reportbuilder.go mixer/adapter/servicecontrol/reportbuilder_test.go mixer/adapter/servicecontrol/reportprocessor.go mixer/adapter/servicecontrol/reportprocessor_test.go mixer/adapter/servicecontrol/servicecontrol.go mixer/adapter/servicecontrol/servicecontrol_test.go mixer/adapter/servicecontrol/testhelper.go mixer/adapter/servicecontrol/utils.go mixer/adapter/servicecontrol/utils_test.go mixer/adapter/servicecontrol/config/config.pb.go mixer/adapter/servicecontrol/template/servicecontrolreport/template_handler.gen.go mixer/adapter/servicecontrol/template/servicecontrolreport/template_handler_service.pb.go mixer/adapter/signalfx/cumulative.go mixer/adapter/signalfx/metrics.go mixer/adapter/signalfx/metrics_integration_test.go mixer/adapter/signalfx/registry.go mixer/adapter/signalfx/registry_test.go mixer/adapter/signalfx/signalfx.go mixer/adapter/signalfx/signalfx_test.go mixer/adapter/signalfx/tracing.go mixer/adapter/signalfx/tracing_integration_test.go mixer/adapter/signalfx/config/config.pb.go mixer/adapter/solarwinds/log_handler.go mixer/adapter/solarwinds/log_handler_test.go mixer/adapter/solarwinds/metrics_handler.go mixer/adapter/solarwinds/metrics_handler_test.go mixer/adapter/solarwinds/solarwinds.go mixer/adapter/solarwinds/solarwinds_test.go mixer/adapter/solarwinds/config/config.pb.go mixer/adapter/solarwinds/internal/appoptics/batching.go mixer/adapter/solarwinds/internal/appoptics/batching_test.go mixer/adapter/solarwinds/internal/appoptics/client.go mixer/adapter/solarwinds/internal/appoptics/client_test.go mixer/adapter/solarwinds/internal/appoptics/measurements.go mixer/adapter/solarwinds/internal/appoptics/measurements_test.go mixer/adapter/solarwinds/internal/appoptics/mock_measurements_service_test.go mixer/adapter/solarwinds/internal/papertrail/papertrail_logger.go mixer/adapter/solarwinds/internal/papertrail/papertrail_logger_test.go mixer/adapter/stackdriver/stackdriver.go mixer/adapter/stackdriver/stackdriver_test.go mixer/adapter/stackdriver/config/config.pb.go mixer/adapter/stackdriver/contextgraph/cache.go mixer/adapter/stackdriver/contextgraph/cache_test.go mixer/adapter/stackdriver/contextgraph/contextgraph.go mixer/adapter/stackdriver/contextgraph/contextgraph_test.go mixer/adapter/stackdriver/contextgraph/send.go mixer/adapter/stackdriver/contextgraph/workload.go mixer/adapter/stackdriver/contextgraph/workload_test.go mixer/adapter/stackdriver/helper/common.go mixer/adapter/stackdriver/helper/common_test.go mixer/adapter/stackdriver/log/log.go mixer/adapter/stackdriver/log/log_test.go mixer/adapter/stackdriver/metric/bufferedClient.go mixer/adapter/stackdriver/metric/bufferedClient_test.go mixer/adapter/stackdriver/metric/distribution.go mixer/adapter/stackdriver/metric/distribution_test.go mixer/adapter/stackdriver/metric/merge.go mixer/adapter/stackdriver/metric/merge_test.go mixer/adapter/stackdriver/metric/metric.go mixer/adapter/stackdriver/metric/metric_test.go mixer/adapter/stackdriver/trace/exporter.go mixer/adapter/stackdriver/trace/exporter_test.go mixer/adapter/stackdriver/trace/trace.go mixer/adapter/stackdriver/trace/trace_integration_test.go mixer/adapter/stackdriver/trace/trace_test.go mixer/adapter/statsd/statsd.go mixer/adapter/statsd/statsd_test.go mixer/adapter/statsd/config/config.pb.go mixer/adapter/stdio/stdio.go mixer/adapter/stdio/stdio_test.go mixer/adapter/stdio/zap.go mixer/adapter/stdio/config/config.pb.go mixer/cmd/mixc/main.go mixer/cmd/mixc/cmd/check.go mixer/cmd/mixc/cmd/report.go mixer/cmd/mixc/cmd/root.go mixer/cmd/mixc/cmd/util.go mixer/cmd/mixc/cmd/util_test.go mixer/cmd/mixs/main.go mixer/cmd/mixs/cmd/crd.go mixer/cmd/mixs/cmd/crd_test.go mixer/cmd/mixs/cmd/probe.go mixer/cmd/mixs/cmd/root.go mixer/cmd/mixs/cmd/server.go mixer/cmd/shared/shared.go mixer/pkg/adapter/adapter.go mixer/pkg/adapter/check.go mixer/pkg/adapter/check_test.go mixer/pkg/adapter/configError.go mixer/pkg/adapter/configError_test.go mixer/pkg/adapter/handler.go mixer/pkg/adapter/info.go mixer/pkg/adapter/instanceUtil.go mixer/pkg/adapter/instanceUtil_test.go mixer/pkg/adapter/quotas.go mixer/pkg/adapter/quotas_test.go mixer/pkg/adapter/standardTypes.go mixer/pkg/adapter/traceutil.go mixer/pkg/adapter/traceutil_test.go mixer/pkg/adapter/test/env.go mixer/pkg/adapter/test/integration.go mixer/pkg/api/grpcServer.go mixer/pkg/api/grpcServer_test.go mixer/pkg/api/perf_test.go mixer/pkg/attribute/bag.go mixer/pkg/attribute/bag_test.go mixer/pkg/attribute/dictState.go mixer/pkg/attribute/doc.go mixer/pkg/attribute/emptyBag.go mixer/pkg/attribute/list.gen.go mixer/pkg/attribute/mutableBag.go mixer/pkg/attribute/protoBag.go mixer/pkg/checkcache/cache.go mixer/pkg/checkcache/cache_test.go mixer/pkg/checkcache/keyShape.go mixer/pkg/checkcache/keyShape_test.go mixer/pkg/config/adapterInfoRegistry.go mixer/pkg/config/adapterInfoRegistry_test.go mixer/pkg/config/inventory.go mixer/pkg/config/crd/init.go mixer/pkg/config/crd/store.go mixer/pkg/config/crd/store_test.go mixer/pkg/config/mcp/backend.go mixer/pkg/config/mcp/backend_test.go mixer/pkg/config/mcp/conversion.go mixer/pkg/config/store/convert.go mixer/pkg/config/store/convert_test.go mixer/pkg/config/store/fsstore.go mixer/pkg/config/store/fsstore_test.go mixer/pkg/config/store/listener.go mixer/pkg/config/store/listener_test.go mixer/pkg/config/store/queue.go mixer/pkg/config/store/queue_test.go mixer/pkg/config/store/store.go mixer/pkg/config/store/store_test.go mixer/pkg/config/store/validator.go mixer/pkg/config/store/validator_test.go mixer/pkg/config/storetest/storetest.go mixer/pkg/config/storetest/storetest_test.go mixer/pkg/il/builder.go mixer/pkg/il/builder_test.go mixer/pkg/il/convert.go mixer/pkg/il/convert_test.go mixer/pkg/il/function.go mixer/pkg/il/function_test.go mixer/pkg/il/opcode.go mixer/pkg/il/opcode_test.go mixer/pkg/il/program.go mixer/pkg/il/program_test.go mixer/pkg/il/strings.go mixer/pkg/il/strings_test.go mixer/pkg/il/types.go mixer/pkg/il/types_test.go mixer/pkg/il/interpreter/extern.go mixer/pkg/il/interpreter/extern_test.go mixer/pkg/il/interpreter/interpreter.go mixer/pkg/il/interpreter/interpreterBenchmark_test.go mixer/pkg/il/interpreter/interpreterRun.go mixer/pkg/il/interpreter/interpreter_test.go mixer/pkg/il/interpreter/result.go mixer/pkg/il/interpreter/result_test.go mixer/pkg/il/interpreter/stackFrame.go mixer/pkg/il/interpreter/stepper.go mixer/pkg/il/testing/fakebag.go mixer/pkg/il/testing/tests.go mixer/pkg/il/testing/util.go mixer/pkg/il/text/read.go mixer/pkg/il/text/read_test.go mixer/pkg/il/text/scanner.go mixer/pkg/il/text/scanner_test.go mixer/pkg/il/text/write.go mixer/pkg/il/text/write_test.go mixer/pkg/lang/externs.go mixer/pkg/lang/externs_test.go mixer/pkg/lang/ast/expr.go mixer/pkg/lang/ast/expr_test.go mixer/pkg/lang/ast/finder.go mixer/pkg/lang/ast/finder_test.go mixer/pkg/lang/ast/func.go mixer/pkg/lang/checker/checker.go mixer/pkg/lang/checker/checker_test.go mixer/pkg/lang/compiled/expression.go mixer/pkg/lang/compiled/expressionBenchmark_test.go mixer/pkg/lang/compiled/expressionbuilder.go mixer/pkg/lang/compiled/expressionbuilder_test.go mixer/pkg/lang/compiler/compiler.go mixer/pkg/lang/compiler/compiler_test.go mixer/pkg/mockapi/handler.go mixer/pkg/mockapi/server.go mixer/pkg/mockapi/server_test.go mixer/pkg/perf/client.go mixer/pkg/perf/clientserver.go mixer/pkg/perf/common.go mixer/pkg/perf/config.go mixer/pkg/perf/controller.go mixer/pkg/perf/controller_test.go mixer/pkg/perf/load.go mixer/pkg/perf/request.go mixer/pkg/perf/request_test.go mixer/pkg/perf/run.go mixer/pkg/perf/run_test.go mixer/pkg/perf/server.go mixer/pkg/perf/settings.go mixer/pkg/perf/setup.go mixer/pkg/perf/setup_test.go mixer/pkg/perf/standard.go mixer/pkg/pool/buffer.go mixer/pkg/pool/buffer_test.go mixer/pkg/pool/goroutine.go mixer/pkg/pool/goroutine_test.go mixer/pkg/pool/intern.go mixer/pkg/pool/intern_test.go mixer/pkg/protobuf/descriptor/parser.go mixer/pkg/protobuf/yaml/castUtil.go mixer/pkg/protobuf/yaml/castUtil_test.go mixer/pkg/protobuf/yaml/encoder.go mixer/pkg/protobuf/yaml/encoder_test.go mixer/pkg/protobuf/yaml/pool.go mixer/pkg/protobuf/yaml/resolver.go mixer/pkg/protobuf/yaml/dynamic/builder.go mixer/pkg/protobuf/yaml/dynamic/encoder.go mixer/pkg/protobuf/yaml/dynamic/encoderUtil.go mixer/pkg/protobuf/yaml/dynamic/encoder_test.go mixer/pkg/protobuf/yaml/dynamic/errors_test.go mixer/pkg/protobuf/yaml/dynamic/handler.go mixer/pkg/protobuf/yaml/dynamic/handler_test.go mixer/pkg/protobuf/yaml/dynamic/primitive.go mixer/pkg/protobuf/yaml/dynamic/valueTypeEncoder.go mixer/pkg/protobuf/yaml/dynamic/valueTypeEncoder_test.go mixer/pkg/protobuf/yaml/testdata/all/types.pb.go mixer/pkg/runtime/runtime.go mixer/pkg/runtime/runtime_test.go mixer/pkg/runtime/config/config_test.go mixer/pkg/runtime/config/descriptorUtil.go mixer/pkg/runtime/config/descriptorUtil_test.go mixer/pkg/runtime/config/ephemeral.go mixer/pkg/runtime/config/handler.go mixer/pkg/runtime/config/handler_test.go mixer/pkg/runtime/config/kinds.go mixer/pkg/runtime/config/kinds_test.go mixer/pkg/runtime/config/monitoring.go mixer/pkg/runtime/config/queries.go mixer/pkg/runtime/config/queries_test.go mixer/pkg/runtime/config/snapshot.go mixer/pkg/runtime/config/strings.go mixer/pkg/runtime/config/util.go mixer/pkg/runtime/config/util_test.go mixer/pkg/runtime/config/constant/const.go mixer/pkg/runtime/config/validator/validator.go mixer/pkg/runtime/config/validator/validator_test.go mixer/pkg/runtime/dispatcher/dispatcher.go mixer/pkg/runtime/dispatcher/dispatcher_test.go mixer/pkg/runtime/dispatcher/dispatchstate.go mixer/pkg/runtime/dispatcher/dispatchstate_test.go mixer/pkg/runtime/dispatcher/monitoring.go mixer/pkg/runtime/dispatcher/reporter.go mixer/pkg/runtime/dispatcher/reporter_test.go mixer/pkg/runtime/dispatcher/routingcontext.go mixer/pkg/runtime/dispatcher/session.go mixer/pkg/runtime/dispatcher/session_test.go mixer/pkg/runtime/dispatcher/tracing.go mixer/pkg/runtime/dispatcher/util.go mixer/pkg/runtime/dispatcher/util_test.go mixer/pkg/runtime/handler/env.go mixer/pkg/runtime/handler/env_test.go mixer/pkg/runtime/handler/logger.go mixer/pkg/runtime/handler/monitoring.go mixer/pkg/runtime/handler/signature.go mixer/pkg/runtime/handler/signature_test.go mixer/pkg/runtime/handler/table.go mixer/pkg/runtime/handler/table_test.go mixer/pkg/runtime/routing/builder.go mixer/pkg/runtime/routing/builder_test.go mixer/pkg/runtime/routing/debug.go mixer/pkg/runtime/routing/monitoring.go mixer/pkg/runtime/routing/monitoring_test.go mixer/pkg/runtime/routing/string.go mixer/pkg/runtime/routing/table.go mixer/pkg/runtime/routing/table_test.go mixer/pkg/runtime/safecall/safe.go mixer/pkg/runtime/safecall/safe_test.go mixer/pkg/runtime/testing/data/adapters.go mixer/pkg/runtime/testing/data/data.go mixer/pkg/runtime/testing/data/logger.go mixer/pkg/runtime/testing/data/logger_test.go mixer/pkg/runtime/testing/data/templates.go mixer/pkg/server/args.go mixer/pkg/server/args_test.go mixer/pkg/server/monitoring.go mixer/pkg/server/server.go mixer/pkg/server/server_test.go mixer/pkg/status/status.go mixer/pkg/status/status_test.go mixer/pkg/template/errorpath.go mixer/pkg/template/errorpath_test.go mixer/pkg/template/template.go mixer/pkg/template/template_test.go mixer/template/doc.go mixer/template/template.gen.go mixer/template/apikey/template_handler.gen.go mixer/template/apikey/template_handler_service.pb.go mixer/template/authorization/template_handler.gen.go mixer/template/authorization/template_handler_service.pb.go mixer/template/checknothing/template_handler.gen.go mixer/template/checknothing/template_handler_service.pb.go mixer/template/edge/template_handler.gen.go mixer/template/edge/template_handler_service.pb.go mixer/template/listentry/template_handler.gen.go mixer/template/listentry/template_handler_service.pb.go mixer/template/logentry/template_handler.gen.go mixer/template/logentry/template_handler_service.pb.go mixer/template/metric/template_handler.gen.go mixer/template/metric/template_handler_service.pb.go mixer/template/quota/template_handler.gen.go mixer/template/quota/template_handler_service.pb.go mixer/template/reportnothing/template_handler.gen.go mixer/template/reportnothing/template_handler_service.pb.go mixer/template/sample/createinstance_test.go mixer/template/sample/dispatch_test.go mixer/template/sample/doc.go mixer/template/sample/template.gen.go mixer/template/sample/template.gen_test.go mixer/template/sample/apa/Apa_handler.gen.go mixer/template/sample/apa/Apa_handler_service.pb.go mixer/template/sample/check/CheckTesterTemplate_handler.gen.go mixer/template/sample/check/CheckTesterTemplate_handler_service.pb.go mixer/template/sample/quota/QuotaTesterTemplate_handler.gen.go mixer/template/sample/quota/QuotaTesterTemplate_handler_service.pb.go mixer/template/sample/report/ReportTesterTemplate_handler.gen.go mixer/template/sample/report/ReportTesterTemplate_handler_service.pb.go mixer/template/tracespan/tracespan_handler.gen.go mixer/template/tracespan/tracespan_handler_service.pb.go mixer/test/client/check_cache/check_cache_test.go mixer/test/client/check_cache/doc.go mixer/test/client/check_cache_hit/check_cache_hit_test.go mixer/test/client/check_cache_hit/doc.go mixer/test/client/check_report/check_report_test.go mixer/test/client/check_report/doc.go mixer/test/client/check_report_disable/check_report_disable_test.go mixer/test/client/check_report_disable/doc.go mixer/test/client/check_report_large_post_request/check_report_large_post_request_test.go mixer/test/client/check_report_large_post_request/doc.go mixer/test/client/disable_check_cache/disable_check_cache_test.go mixer/test/client/disable_check_cache/doc.go mixer/test/client/disable_tcp_check_calls/disable_tcp_check_calls_test.go mixer/test/client/disable_tcp_check_calls/doc.go mixer/test/client/dynamic_attribute/doc.go mixer/test/client/dynamic_attribute/dynamic_attribute_test.go mixer/test/client/dynamic_listener/doc.go mixer/test/client/dynamic_listener/dynamic_listener_test.go mixer/test/client/env/attributes.go mixer/test/client/env/envoy.go mixer/test/client/env/envoy_conf.go mixer/test/client/env/http_client.go mixer/test/client/env/http_server.go mixer/test/client/env/mixer_filter_config.go mixer/test/client/env/mixer_server.go mixer/test/client/env/ports.go mixer/test/client/env/setup.go mixer/test/client/failed_request/doc.go mixer/test/client/failed_request/failed_request_test.go mixer/test/client/fault_inject/doc.go mixer/test/client/fault_inject/fault_inject_test.go mixer/test/client/global_dictionary/doc.go mixer/test/client/global_dictionary/global_dictionary_test.go mixer/test/client/istio_authn_origin_jwt_bound_origin/authn_report_test.go mixer/test/client/istio_authn_origin_jwt_bound_origin/doc.go mixer/test/client/istio_authn_origin_jwt_bound_peer/authn_report_test.go mixer/test/client/istio_authn_origin_jwt_bound_peer/doc.go mixer/test/client/istio_authn_origin_reject_no_jwt/authn_origin_reject_no_jwt_test.go mixer/test/client/istio_authn_origin_reject_no_jwt/doc.go mixer/test/client/istio_authn_peer_jwt_bound_origin/authn_report_test.go mixer/test/client/istio_authn_peer_jwt_bound_origin/doc.go mixer/test/client/istio_authn_peer_jwt_bound_peer/authn_report_test.go mixer/test/client/istio_authn_peer_jwt_bound_peer/doc.go mixer/test/client/istio_authn_peer_reject_no_jwt/authn_peer_reject_no_jwt_test.go mixer/test/client/istio_authn_peer_reject_no_jwt/doc.go mixer/test/client/istio_authn_peer_reject_no_mtls/authn_peer_reject_no_mtls_test.go mixer/test/client/istio_authn_peer_reject_no_mtls/doc.go mixer/test/client/istio_authn_peer_reject_no_tls/authn_peer_reject_no_tls_test.go mixer/test/client/istio_authn_peer_reject_no_tls/doc.go mixer/test/client/mixer_internal_fail/doc.go mixer/test/client/mixer_internal_fail/mixer_internal_fail_test.go mixer/test/client/network_policy/doc.go mixer/test/client/network_policy/network_policy_test.go mixer/test/client/pilotplugin/doc.go mixer/test/client/pilotplugin/pilotplugin_test.go mixer/test/client/pilotplugin_mtls/doc.go mixer/test/client/pilotplugin_mtls/pilotplugin_mtls_test.go mixer/test/client/pilotplugin_tcp/doc.go mixer/test/client/pilotplugin_tcp/pilotplugin_tcp_test.go mixer/test/client/quota/doc.go mixer/test/client/quota/quota_test.go mixer/test/client/quota_cache/doc.go mixer/test/client/quota_cache/quota_cache_test.go mixer/test/client/report_batch/doc.go mixer/test/client/report_batch/report_batch_test.go mixer/test/client/route_directive/doc.go mixer/test/client/route_directive/route_directive_test.go mixer/test/client/tcp_filter/doc.go mixer/test/client/tcp_filter/tcp_filter_test.go mixer/test/client/tcp_filter_periodical_report/doc.go mixer/test/client/tcp_filter_periodical_report/tcp_filter_periodical_report_test.go mixer/test/client/test_data/authn_test_config.go mixer/test/e2e/e2e_apa_test.go mixer/test/e2e/e2e_reftracking_test.go mixer/test/e2e/e2e_report_test.go mixer/test/e2e/util_test.go mixer/test/listbackend/list.go mixer/test/listbackend/list_integration_test.go mixer/test/listbackend/cmd/main.go mixer/test/perf/attribSamples_test.go mixer/test/perf/check_test.go mixer/test/perf/common_test.go mixer/test/perf/multimetric_test.go mixer/test/perf/norule_test.go mixer/test/perf/quota_test.go mixer/test/perf/report_test.go mixer/test/perf/singlecheck_test.go mixer/test/perf/singlemetric_test.go mixer/test/perf/singlereport_test.go mixer/test/perf/perfclient/main.go mixer/test/policybackend/main.go mixer/test/prometheus/nosession.go mixer/test/prometheus/prometheus_integration_test.go mixer/test/prometheus/cmd/main.go mixer/test/spyAdapter/spyadapter.go mixer/test/spyAdapter/template/doc.go mixer/test/spyAdapter/template/template.gen.go mixer/test/spyAdapter/template/apa/tmpl_handler.gen.go mixer/test/spyAdapter/template/apa/tmpl_handler_service.pb.go mixer/test/spyAdapter/template/check/tmpl_handler.gen.go mixer/test/spyAdapter/template/check/tmpl_handler_service.pb.go mixer/test/spyAdapter/template/quota/quotatmpl_handler.gen.go mixer/test/spyAdapter/template/quota/quotatmpl_handler_service.pb.go mixer/test/spyAdapter/template/report/reporttmpl_handler.gen.go mixer/test/spyAdapter/template/report/reporttmpl_handler_service.pb.go mixer/test/spybackend/args.go mixer/test/spybackend/nosession.go mixer/test/spybackend/nosession_integration_test.go mixer/test/spybackend/session.go mixer/test/spybackend/session_integration_test.go mixer/tools/adapterlinter/main.go mixer/tools/adapterlinter/main_test.go mixer/tools/codegen/cmd/mixgenbootstrap/main.go mixer/tools/codegen/cmd/mixgeninventory/main.go mixer/tools/codegen/pkg/bootstrapgen/generator.go mixer/tools/codegen/pkg/bootstrapgen/generator_test.go mixer/tools/codegen/pkg/bootstrapgen/template/bootstrapTemplate.go mixer/tools/codegen/pkg/inventory/generator.go mixer/tools/codegen/pkg/inventory/generator_test.go mixer/tools/codegen/pkg/modelgen/diag.go mixer/tools/codegen/pkg/modelgen/model.go mixer/tools/codegen/pkg/modelgen/model_test.go mixer/tools/mixgen/main.go mixer/tools/mixgen/cmd/adapter.go mixer/tools/mixgen/cmd/adapter_test.go mixer/tools/mixgen/cmd/api.go mixer/tools/mixgen/cmd/api_go.go mixer/tools/mixgen/cmd/api_proto.go mixer/tools/mixgen/cmd/api_test.go mixer/tools/mixgen/cmd/root.go mixer/tools/mixgen/cmd/template.go mixer/tools/mixgen/cmd/template_test.go pilot/cmd/cmd.go pilot/cmd/pilot-agent/main.go pilot/cmd/pilot-agent/request.go pilot/cmd/pilot-discovery/main.go pilot/cmd/pilot-discovery/request.go pilot/cmd/sidecar-injector/main.go pilot/pkg/bootstrap/monitoring.go pilot/pkg/bootstrap/server.go pilot/pkg/config/aggregate/config.go pilot/pkg/config/aggregate/config_test.go pilot/pkg/config/aggregate/fakes/config_store_cache.go pilot/pkg/config/cloudfoundry/controller.go pilot/pkg/config/cloudfoundry/controller_test.go pilot/pkg/config/cloudfoundry/fakes/copilot_client.go pilot/pkg/config/cloudfoundry/fakes/logger.go pilot/pkg/config/cloudfoundry/fakes/store.go pilot/pkg/config/clusterregistry/conversion.go pilot/pkg/config/clusterregistry/conversion_test.go pilot/pkg/config/clusterregistry/secretcontroller.go pilot/pkg/config/kube/crd/client.go pilot/pkg/config/kube/crd/config.go pilot/pkg/config/kube/crd/config_test.go pilot/pkg/config/kube/crd/controller.go pilot/pkg/config/kube/crd/conversion.go pilot/pkg/config/kube/crd/conversion_test.go pilot/pkg/config/kube/crd/types.go pilot/pkg/config/kube/ingress/controller.go pilot/pkg/config/kube/ingress/conversion.go pilot/pkg/config/kube/ingress/conversion_test.go pilot/pkg/config/kube/ingress/status.go pilot/pkg/config/kube/ingress/status_test.go pilot/pkg/config/memory/config.go pilot/pkg/config/memory/config_test.go pilot/pkg/config/memory/controller.go pilot/pkg/config/memory/controller_test.go pilot/pkg/config/memory/monitor.go pilot/pkg/config/memory/monitor_test.go pilot/pkg/config/monitor/file_snapshot.go pilot/pkg/config/monitor/file_snapshot_test.go pilot/pkg/config/monitor/monitor.go pilot/pkg/config/monitor/monitor_test.go pilot/pkg/kube/inject/initializer.go pilot/pkg/kube/inject/inject.go pilot/pkg/kube/inject/inject_test.go pilot/pkg/kube/inject/mesh.go pilot/pkg/kube/inject/webhook.go pilot/pkg/kube/inject/webhook_test.go pilot/pkg/model/authentication.go pilot/pkg/model/authentication_test.go pilot/pkg/model/authorization.go pilot/pkg/model/config.go pilot/pkg/model/config_test.go pilot/pkg/model/context.go pilot/pkg/model/context_test.go pilot/pkg/model/controller.go pilot/pkg/model/conversion.go pilot/pkg/model/conversion_test.go pilot/pkg/model/gateway.go pilot/pkg/model/jwks_resolver.go pilot/pkg/model/jwks_resolver_test.go pilot/pkg/model/log.go pilot/pkg/model/push_context.go pilot/pkg/model/service.go pilot/pkg/model/service_test.go pilot/pkg/model/trace.go pilot/pkg/model/validation.go pilot/pkg/model/validation_test.go pilot/pkg/model/test/mock_config.pb.go pilot/pkg/model/test/mockopenidserver.go pilot/pkg/networking/core/configgen.go pilot/pkg/networking/core/v1alpha3/cluster.go pilot/pkg/networking/core/v1alpha3/cluster_test.go pilot/pkg/networking/core/v1alpha3/configgen.go pilot/pkg/networking/core/v1alpha3/gateway.go pilot/pkg/networking/core/v1alpha3/httproute.go pilot/pkg/networking/core/v1alpha3/httproute_test.go pilot/pkg/networking/core/v1alpha3/listener.go pilot/pkg/networking/core/v1alpha3/listener_test.go pilot/pkg/networking/core/v1alpha3/networkfilter.go pilot/pkg/networking/core/v1alpha3/tls.go pilot/pkg/networking/core/v1alpha3/fakes/fake_istio_config_store.go pilot/pkg/networking/core/v1alpha3/fakes/fake_service_accounts.go pilot/pkg/networking/core/v1alpha3/fakes/fake_service_discovery.go pilot/pkg/networking/core/v1alpha3/route/route.go pilot/pkg/networking/core/v1alpha3/route/route_test.go pilot/pkg/networking/plugin/plugin.go pilot/pkg/networking/plugin/authn/authentication.go pilot/pkg/networking/plugin/authn/authentication_test.go pilot/pkg/networking/plugin/authz/rbac.go pilot/pkg/networking/plugin/authz/rbac_test.go pilot/pkg/networking/plugin/authz/util.go pilot/pkg/networking/plugin/authz/util_test.go pilot/pkg/networking/plugin/envoyfilter/envoyfilter.go pilot/pkg/networking/plugin/envoyfilter/envoyfilter_test.go pilot/pkg/networking/plugin/health/health.go pilot/pkg/networking/plugin/health/health_test.go pilot/pkg/networking/plugin/mixer/mixer.go pilot/pkg/networking/plugin/registry/registry.go pilot/pkg/networking/plugin/registry/registry_test.go pilot/pkg/networking/util/util.go pilot/pkg/networking/util/util_test.go pilot/pkg/proxy/agent.go pilot/pkg/proxy/agent_test.go pilot/pkg/proxy/net.go pilot/pkg/proxy/resolve.go pilot/pkg/proxy/resolve_test.go pilot/pkg/proxy/envoy/discovery.go pilot/pkg/proxy/envoy/infra_auth.go pilot/pkg/proxy/envoy/infra_auth_test.go pilot/pkg/proxy/envoy/watcher.go pilot/pkg/proxy/envoy/watcher_test.go pilot/pkg/proxy/envoy/v2/ads.go pilot/pkg/proxy/envoy/v2/ads_test.go pilot/pkg/proxy/envoy/v2/cds.go pilot/pkg/proxy/envoy/v2/cds_test.go pilot/pkg/proxy/envoy/v2/debug.go pilot/pkg/proxy/envoy/v2/debug_test.go pilot/pkg/proxy/envoy/v2/discovery.go pilot/pkg/proxy/envoy/v2/eds.go pilot/pkg/proxy/envoy/v2/eds_test.go pilot/pkg/proxy/envoy/v2/init_test.go pilot/pkg/proxy/envoy/v2/lds.go pilot/pkg/proxy/envoy/v2/lds_test.go pilot/pkg/proxy/envoy/v2/rds.go pilot/pkg/proxy/envoy/v2/rds_test.go | |
DEBUG: [Aug 24 00:09:29.433] [misspell.15]: misspell hits 3: ^(?P<path>.*?\.go):(?P<line>\d+):(?P<col>\d+):\s*(?P<message>.*)$ | |
DEBUG: [Aug 24 00:09:29.434] [misspell.15]: misspell linter took 1.052725074s | |
DEBUG: [Aug 24 00:09:29.434] [misspell.16]: executing /go/bin/misspell -j 1 --locale pilot/pkg/proxy/envoy/v2/xds_test.go pilot/pkg/request/command.go pilot/pkg/request/command_test.go pilot/pkg/serviceregistry/platform.go pilot/pkg/serviceregistry/aggregate/controller.go pilot/pkg/serviceregistry/aggregate/controller_test.go pilot/pkg/serviceregistry/cloudfoundry/cached_routes.go pilot/pkg/serviceregistry/cloudfoundry/cached_routes_test.go pilot/pkg/serviceregistry/cloudfoundry/config.go pilot/pkg/serviceregistry/cloudfoundry/config_test.go pilot/pkg/serviceregistry/cloudfoundry/controller.go pilot/pkg/serviceregistry/cloudfoundry/controller_test.go pilot/pkg/serviceregistry/cloudfoundry/serviceaccounts.go pilot/pkg/serviceregistry/cloudfoundry/servicediscovery.go pilot/pkg/serviceregistry/cloudfoundry/servicediscovery_test.go pilot/pkg/serviceregistry/cloudfoundry/fakes/copilot_client.go pilot/pkg/serviceregistry/cloudfoundry/fakes/logger.go pilot/pkg/serviceregistry/cloudfoundry/fakes/route_cacher.go pilot/pkg/serviceregistry/consul/controller.go pilot/pkg/serviceregistry/consul/controller_test.go pilot/pkg/serviceregistry/consul/conversion.go pilot/pkg/serviceregistry/consul/conversion_test.go pilot/pkg/serviceregistry/consul/monitor.go pilot/pkg/serviceregistry/consul/monitor_test.go pilot/pkg/serviceregistry/external/controller_test.go pilot/pkg/serviceregistry/external/conversion.go pilot/pkg/serviceregistry/external/conversion_test.go pilot/pkg/serviceregistry/external/servicediscovery.go pilot/pkg/serviceregistry/external/servicediscovery_test.go pilot/pkg/serviceregistry/kube/cache.go pilot/pkg/serviceregistry/kube/cache_test.go pilot/pkg/serviceregistry/kube/client.go pilot/pkg/serviceregistry/kube/controller.go pilot/pkg/serviceregistry/kube/controller_test.go pilot/pkg/serviceregistry/kube/conversion.go pilot/pkg/serviceregistry/kube/conversion_test.go pilot/pkg/serviceregistry/kube/deregister.go pilot/pkg/serviceregistry/kube/deregister_test.go pilot/pkg/serviceregistry/kube/queue.go pilot/pkg/serviceregistry/kube/queue_test.go pilot/pkg/serviceregistry/kube/register.go pilot/pkg/serviceregistry/kube/register_test.go pilot/pkg/serviceregistry/memory/discovery.go pilot/pkg/serviceregistry/memory/discovery_mock.go pilot/pkg/serviceregistry/memory/discovery_test.go pilot/test/client/client.go pilot/test/grpcecho/echo.pb.go pilot/test/mock/config.go pilot/test/server/main.go pilot/test/server/echo/echo.go pilot/test/server/echo/handler.go pilot/test/util/diff.go pilot/test/util/kubernetes.go pilot/test/util/shell.go pilot/tools/generate_config_crd_types.go pilot/tools/debug/pilot_cli.go pkg/bootstrap/bootstrap_config.go pkg/bootstrap/bootstrap_config_test.go pkg/cache/cache.go pkg/cache/cache_test.go pkg/cache/lruCache.go pkg/cache/lruCache_test.go pkg/cache/ttlCache.go pkg/cache/ttlCache_test.go pkg/cmd/cmd.go pkg/collateral/cobra.go pkg/collateral/control.go pkg/ctrlz/assets.gen.go pkg/ctrlz/ctrlz.go pkg/ctrlz/ctrlz_test.go pkg/ctrlz/home.go pkg/ctrlz/options.go pkg/ctrlz/fw/context.go pkg/ctrlz/fw/utils.go pkg/ctrlz/topics/args.go pkg/ctrlz/topics/assets.gen.go pkg/ctrlz/topics/assets.go pkg/ctrlz/topics/collection.go pkg/ctrlz/topics/env.go pkg/ctrlz/topics/mem.go pkg/ctrlz/topics/metrics.go pkg/ctrlz/topics/proc.go pkg/ctrlz/topics/scopes.go pkg/ctrlz/topics/version.go pkg/kube/config.go pkg/kube/config_test.go pkg/log/config.go pkg/log/config_test.go pkg/log/default.go pkg/log/default_test.go pkg/log/options.go pkg/log/options_test.go pkg/log/scope.go pkg/log/scope_test.go pkg/mcp/client/client.go pkg/mcp/client/client_test.go pkg/mcp/configz/assets.gen.go pkg/mcp/configz/assets.go pkg/mcp/configz/configz.go pkg/mcp/configz/configz_test.go pkg/mcp/creds/create.go pkg/mcp/creds/create_test.go pkg/mcp/creds/watcher.go pkg/mcp/creds/watcher_test.go pkg/mcp/server/listchecker.go pkg/mcp/server/listchecker_test.go pkg/mcp/server/server.go pkg/mcp/server/server_test.go pkg/mcp/snapshot/inmemory.go pkg/mcp/snapshot/inmemory_test.go pkg/mcp/snapshot/snapshot.go pkg/mcp/snapshot/snapshot_test.go pkg/mcp/testing/server.go pkg/mcp/testing/testcerts/testcerts.go pkg/probe/client.go pkg/probe/client_test.go pkg/probe/controller.go pkg/probe/controller_test.go pkg/probe/option.go pkg/probe/option_test.go pkg/probe/probe.go pkg/probe/probe_test.go pkg/test/config.go pkg/test/eventually.go pkg/test/fakes/policy/backend.go pkg/test/fakes/policy/controller.go pkg/test/fakes/policy/controller.pb.go pkg/test/fakes/policy/conversion.go pkg/test/fakes/policy/settings.go pkg/test/framework/driver.go pkg/test/framework/environment.go pkg/test/framework/operations.go pkg/test/framework/component/component.go pkg/test/framework/components/components.go pkg/test/framework/components/apiserver/apiserver.go pkg/test/framework/components/apps/components.go pkg/test/framework/components/apps/api/apps.go pkg/test/framework/components/apps/kube/app.go pkg/test/framework/components/apps/kube/apps.go pkg/test/framework/components/apps/local/app.go pkg/test/framework/components/apps/local/apps.go pkg/test/framework/components/apps/local/envoy/admin_util.go pkg/test/framework/components/apps/local/envoy/envoy.go pkg/test/framework/components/apps/local/envoy/agent/agent.go pkg/test/framework/components/apps/local/envoy/agent/application.go pkg/test/framework/components/apps/local/envoy/agent/pilot/agent.go pkg/test/framework/components/apps/local/envoy/agent/pilot/agent_test.go pkg/test/framework/components/apps/local/envoy/agent/pilot/reserveport/api.go pkg/test/framework/components/apps/local/envoy/agent/pilot/reserveport/manager.go pkg/test/framework/components/apps/local/envoy/agent/pilot/reserveport/pool.go pkg/test/framework/components/apps/local/envoy/agent/pilot/reserveport/port.go pkg/test/framework/components/apps/local/envoy/discovery/filter.go pkg/test/framework/components/mixer/mixer.go pkg/test/framework/components/pilot/pilot.go pkg/test/framework/components/pilot/pilot_test.go pkg/test/framework/components/policybackend/policybackend.go pkg/test/framework/components/registry/registry.go pkg/test/framework/dependency/dependencies.go pkg/test/framework/dependency/instance.go pkg/test/framework/environment/environment.go pkg/test/framework/environments/kubernetes/fortioapp.go pkg/test/framework/environments/kubernetes/implementation.go pkg/test/framework/environments/local/implementation.go pkg/test/framework/errors/errors.go pkg/test/framework/internal/configurable.go pkg/test/framework/internal/context.go pkg/test/framework/internal/controller.go pkg/test/framework/internal/resettable.go pkg/test/framework/internal/tmp.go pkg/test/framework/internal/tracker.go pkg/test/framework/settings/envvar.go pkg/test/framework/settings/flags.go pkg/test/framework/settings/settings.go pkg/test/framework/tmpl/parameters.go pkg/test/framework/tmpl/tmpl.go pkg/test/kube/accessor.go pkg/test/kube/config.go pkg/test/kube/forwarder.go pkg/test/kube/kubectl.go pkg/test/kube/retry.go pkg/test/kube/shell.go pkg/test/protocol/client.go pkg/test/service/echo/application.go pkg/test/service/echo/client.go pkg/test/service/echo/factory.go pkg/test/service/echo/handler.go pkg/test/service/echo/util.go pkg/test/service/echo/proto/echo.pb.go pkg/test/service/echo/server/main.go pkg/test/util/istio_env.go pkg/tracing/config.go pkg/tracing/config_test.go pkg/tracing/options.go pkg/tracing/options_test.go pkg/util/webhookclient.go pkg/util/webhookpatch.go pkg/util/webhookpatch_test.go pkg/version/cobra.go pkg/version/cobra_test.go pkg/version/version.go pkg/version/version_test.go samples/health-check/server.go security/cmd/istio_ca/main.go security/cmd/node_agent/main.go security/cmd/node_agent/na/config.go security/cmd/node_agent/na/config_test.go security/cmd/node_agent/na/nafactory.go security/cmd/node_agent/na/nafactory_test.go security/cmd/node_agent/na/nodeagent.go security/cmd/node_agent/na/nodeagent_test.go security/cmd/node_agent_k8s/main.go security/pkg/adapter/vault/ca.go security/pkg/caclient/client.go security/pkg/caclient/client_test.go security/pkg/caclient/config.go security/pkg/caclient/keycertbundlerotator.go security/pkg/caclient/keycertbundlerotator_test.go security/pkg/caclient/protocol/protocol.go security/pkg/caclient/protocol/protocol_test.go security/pkg/caclient/protocol/mock/fakeclient.go security/pkg/cmd/flag.go security/pkg/cmd/flag_test.go security/pkg/cmd/probe.go security/pkg/cmd/probe_test.go security/pkg/credential/token.go security/pkg/nodeagent/secrets/secretfileserver.go security/pkg/nodeagent/secrets/secretserver.go security/pkg/nodeagent/secrets/secretserver_test.go security/pkg/nodeagent/secrets/server.go security/pkg/nodeagent/secrets/server_test.go security/pkg/pki/ca/ca.go security/pkg/pki/ca/ca_test.go security/pkg/pki/ca/error.go security/pkg/pki/ca/error_test.go security/pkg/pki/ca/controller/monitoring.go security/pkg/pki/ca/controller/secret.go security/pkg/pki/ca/controller/secret_test.go security/pkg/pki/ca/mock/fakeca.go security/pkg/pki/util/crypto.go security/pkg/pki/util/crypto_test.go security/pkg/pki/util/dual_use.go security/pkg/pki/util/dual_use_test.go security/pkg/pki/util/generate_cert.go security/pkg/pki/util/generate_cert_test.go security/pkg/pki/util/generate_csr.go security/pkg/pki/util/generate_csr_test.go security/pkg/pki/util/keycertbundle.go security/pkg/pki/util/keycertbundle_test.go security/pkg/pki/util/san.go security/pkg/pki/util/san_test.go security/pkg/pki/util/verify_cert.go security/pkg/pki/util/verify_cert_test.go security/pkg/pki/util/mock/fakekeycertbundle.go security/pkg/platform/aws.go security/pkg/platform/aws_test.go security/pkg/platform/client.go security/pkg/platform/client_test.go security/pkg/platform/gcp.go security/pkg/platform/gcp_test.go security/pkg/platform/onprem.go security/pkg/platform/onprem_test.go security/pkg/platform/mock/fakeclient.go security/pkg/probe/controller.go security/pkg/probe/controller_test.go security/pkg/registry/registry.go security/pkg/registry/registry_test.go security/pkg/registry/kube/service.go security/pkg/registry/kube/service_test.go security/pkg/registry/kube/serviceaccount.go security/pkg/registry/kube/serviceaccount_test.go security/pkg/server/ca/authenticator.go security/pkg/server/ca/authenticator_test.go security/pkg/server/ca/authorizer.go security/pkg/server/ca/authorizer_test.go security/pkg/server/ca/monitoring.go security/pkg/server/ca/server.go security/pkg/server/ca/server_test.go security/pkg/server/monitoring/monitoring.go security/pkg/util/certutil.go security/pkg/util/certutil_test.go security/pkg/util/mock/fakecertutil.go security/proto/ca_service.pb.go security/proto/generate.go security/proto/workload_service.pb.go security/tests/integration/istio_ca_cert_rotation_env.go security/tests/integration/istio_ca_node_agent_env.go security/tests/integration/istio_ca_secret_env.go security/tests/integration/kubernetes_pod.go security/tests/integration/kubernetes_service.go security/tests/integration/kubernetes_utils.go security/tests/integration/certificateRotationTest/certificate_rotation_test.go security/tests/integration/nodeAgentTest/node_agent_test.go security/tests/integration/secretCreationTest/secret_creation_test.go security/tools/generate_cert/main.go security/tools/generate_csr/main.go tests/e2e/framework/app_manager.go tests/e2e/framework/framework.go tests/e2e/framework/framework_test.go tests/e2e/framework/istioctl.go tests/e2e/framework/kubernetes.go tests/e2e/framework/mason.go tests/e2e/framework/multicluster.go tests/e2e/framework/raw_vm.go tests/e2e/framework/testInfo.go tests/e2e/framework/test_flags.go tests/e2e/tests/bookinfo/demo_test.go tests/e2e/tests/bookinfo/main_test.go tests/e2e/tests/controller/controller_test.go tests/e2e/tests/dashboard/dashboard_test.go tests/e2e/tests/galley/galley_test.go tests/e2e/tests/mixer/mixer_test.go tests/e2e/tests/pilot/a_zipkin_test.go tests/e2e/tests/pilot/authn_policy_test.go tests/e2e/tests/pilot/egressgateway_test.go tests/e2e/tests/pilot/externalservice_test.go tests/e2e/tests/pilot/grpc_test.go tests/e2e/tests/pilot/http_test.go tests/e2e/tests/pilot/ingressgateway_test.go tests/e2e/tests/pilot/istio_rbac_test.go tests/e2e/tests/pilot/listener_conflict_test.go tests/e2e/tests/pilot/pilot_test.go tests/e2e/tests/pilot/routing_test.go tests/e2e/tests/pilot/tcp_test.go tests/e2e/tests/pilot/tls_multiplexing_test.go tests/e2e/tests/pilot/cloudfoundry/copilot_test.go tests/e2e/tests/pilot/cloudfoundry/mock/copilot.go tests/e2e/tests/showcase/mixer_showcase_test.go tests/e2e/tests/showcase/pilot_showcase_test.go tests/e2e/tests/showcase/showcase_test.go tests/e2e/tests/showcase/simple_showcase_test.go tests/e2e/tests/simple/a_simple_1_test.go tests/e2e/tests/simple/nginx_test.go tests/e2e/tests/upgrade/upgrade_test.go tests/integration/component/fortio_server/fortio_server_comp.go tests/integration/component/mixer/mixer_binary_comp.go tests/integration/component/proxy/proxy_binary_comp.go tests/integration/example/environment/appOnlyEnv/app_only_env.go tests/integration/example/environment/appOnlyEnv/cmd/main.go tests/integration/example/environment/mixerEnvoyEnv/mixer_envoy_env.go tests/integration/example/environment/mixerEnvoyEnv/cmd/main.go tests/integration/example/tests/sample1/sample1_test.go tests/integration/example/tests/sample2/sample2_test.go tests/integration/framework/component.go tests/integration/framework/configuration.go tests/integration/framework/environment.go tests/integration/framework/status.go tests/integration/framework/testEnvManager.go tests/integration/framework/testProcess.go tests/integration2/examples/basic/basic_test.go tests/integration2/examples/externalcomp/externalcomp_test.go tests/integration2/examples/pilot/pilot_test.go tests/integration2/galley/data.gen.go tests/integration2/galley/data.gen_test.go tests/integration2/galley/main_test.go tests/integration2/galley/validation_test.go tests/k8s/helper.go tests/local/cluster_registry_test.go tests/local/xds_local_test.go tests/util/common_utils.go tests/util/compare_utils.go tests/util/echo.go tests/util/kube_utils.go tests/util/pilot_server.go tests/util/process_utils.go tests/util/retry.go tests/util/checker/checker.go tests/util/checker/report.go tests/util/checker/rule.go tests/util/checker/whitelist.go tests/util/checker/testlinter/e2etest_lint_test.go tests/util/checker/testlinter/integtest_lint_test.go tests/util/checker/testlinter/lint_rules_list.go tests/util/checker/testlinter/main.go tests/util/checker/testlinter/rules_matcher.go tests/util/checker/testlinter/unittest_lint_test.go tests/util/checker/testlinter/whitelist.go tests/util/checker/testlinter/rules/no_goroutine.go tests/util/checker/testlinter/rules/no_short.go tests/util/checker/testlinter/rules/no_sleep.go tests/util/checker/testlinter/rules/short_skip.go tests/util/checker/testlinter/rules/skip_issue.go tests/util/checker/testlinter/rules/util.go tests/util/checker/testlinter/testdata/integtest_integ_test.go tests/util/checker/testlinter/testdata/unit_test.go tests/util/checker/testlinter/testdata/e2e/e2e_test.go tests/util/checker/testlinter/testdata/integration/integtest_test.go tools/githubContrib/githubContrib.go tools/githubContrib/githubContrib_test.go tools/hyperistio/hyperistio.go tools/hyperistio/hyperistio_test.go tools/license/get_dep_licenses.go | |
DEBUG: [Aug 24 00:09:29.849] [misspell.16]: misspell hits 4: ^(?P<path>.*?\.go):(?P<line>\d+):(?P<col>\d+):\s*(?P<message>.*)$ | |
DEBUG: [Aug 24 00:09:29.850] [misspell.16]: misspell linter took 416.071171ms | |
DEBUG: [Aug 24 00:09:29.851] [unconvert.17]: executing /go/bin/unconvert ./addons/servicegraph ./addons/servicegraph/cmd/demosvc ./addons/servicegraph/cmd/server ./addons/servicegraph/dot ./addons/servicegraph/promgen ./galley/cmd/galley ./galley/cmd/galley/cmd ./galley/cmd/shared ./galley/pkg/crd/validation ./galley/pkg/kube ./galley/pkg/kube/converter ./galley/pkg/kube/converter/legacy ./galley/pkg/kube/source ./galley/pkg/metadata ./galley/pkg/metadata/kube ./galley/pkg/runtime ./galley/pkg/runtime/resource ./galley/pkg/server ./galley/pkg/testing/common ./galley/pkg/testing/mock ./galley/tools/gen-meta ./galley/tools/mcpc ./istioctl/cmd/istioctl ./istioctl/cmd/istioctl/gendeployment ./istioctl/pkg/convert ./istioctl/pkg/kubernetes ./istioctl/pkg/util/configdump ./istioctl/pkg/util/proto ./istioctl/pkg/writer/compare ./istioctl/pkg/writer/envoy/configdump ./istioctl/pkg/writer/pilot ./mixer/adapter ./mixer/adapter/bypass ./mixer/adapter/bypass/config ./mixer/adapter/circonus ./mixer/adapter/circonus/config ./mixer/adapter/cloudwatch ./mixer/adapter/cloudwatch/config ./mixer/adapter/denier ./mixer/adapter/denier/config ./mixer/adapter/dogstatsd ./mixer/adapter/dogstatsd/config ./mixer/adapter/fluentd ./mixer/adapter/fluentd/config ./mixer/adapter/kubernetesenv ./mixer/adapter/kubernetesenv/config ./mixer/adapter/kubernetesenv/template ./mixer/adapter/list ./mixer/adapter/list/config ./mixer/adapter/memquota ./mixer/adapter/memquota/config ./mixer/adapter/noop ./mixer/adapter/opa ./mixer/adapter/opa/config ./mixer/adapter/prometheus ./mixer/adapter/prometheus/config ./mixer/adapter/rbac ./mixer/adapter/rbac/config ./mixer/adapter/redisquota ./mixer/adapter/redisquota/config ./mixer/adapter/servicecontrol ./mixer/adapter/servicecontrol/config ./mixer/adapter/servicecontrol/template/servicecontrolreport ./mixer/adapter/signalfx ./mixer/adapter/signalfx/config ./mixer/adapter/solarwinds ./mixer/adapter/solarwinds/config ./mixer/adapter/solarwinds/internal/appoptics ./mixer/adapter/solarwinds/internal/papertrail ./mixer/adapter/stackdriver ./mixer/adapter/stackdriver/config ./mixer/adapter/stackdriver/contextgraph ./mixer/adapter/stackdriver/helper ./mixer/adapter/stackdriver/log ./mixer/adapter/stackdriver/metric ./mixer/adapter/stackdriver/trace ./mixer/adapter/statsd ./mixer/adapter/statsd/config ./mixer/adapter/stdio ./mixer/adapter/stdio/config ./mixer/cmd/mixc ./mixer/cmd/mixc/cmd ./mixer/cmd/mixs ./mixer/cmd/mixs/cmd ./mixer/cmd/shared ./mixer/pkg/adapter ./mixer/pkg/adapter/test ./mixer/pkg/api ./mixer/pkg/attribute ./mixer/pkg/checkcache ./mixer/pkg/config ./mixer/pkg/config/crd ./mixer/pkg/config/mcp ./mixer/pkg/config/store ./mixer/pkg/config/storetest ./mixer/pkg/il ./mixer/pkg/il/interpreter ./mixer/pkg/il/testing ./mixer/pkg/il/text ./mixer/pkg/lang ./mixer/pkg/lang/ast ./mixer/pkg/lang/checker ./mixer/pkg/lang/compiled ./mixer/pkg/lang/compiler ./mixer/pkg/mockapi ./mixer/pkg/perf ./mixer/pkg/pool ./mixer/pkg/protobuf/descriptor ./mixer/pkg/protobuf/yaml ./mixer/pkg/protobuf/yaml/dynamic ./mixer/pkg/protobuf/yaml/testdata/all ./mixer/pkg/runtime ./mixer/pkg/runtime/config ./mixer/pkg/runtime/config/constant ./mixer/pkg/runtime/config/validator ./mixer/pkg/runtime/dispatcher ./mixer/pkg/runtime/handler ./mixer/pkg/runtime/routing ./mixer/pkg/runtime/safecall ./mixer/pkg/runtime/testing/data ./mixer/pkg/server ./mixer/pkg/status ./mixer/pkg/template ./mixer/template ./mixer/template/apikey ./mixer/template/authorization ./mixer/template/checknothing ./mixer/template/edge ./mixer/template/listentry ./mixer/template/logentry ./mixer/template/metric ./mixer/template/quota ./mixer/template/reportnothing ./mixer/template/sample ./mixer/template/sample/apa ./mixer/template/sample/check ./mixer/template/sample/quota ./mixer/template/sample/report ./mixer/template/tracespan ./mixer/test/client/check_cache ./mixer/test/client/check_cache_hit ./mixer/test/client/check_report ./mixer/test/client/check_report_disable ./mixer/test/client/check_report_large_post_request ./mixer/test/client/disable_check_cache ./mixer/test/client/disable_tcp_check_calls ./mixer/test/client/dynamic_attribute ./mixer/test/client/dynamic_listener ./mixer/test/client/env ./mixer/test/client/failed_request ./mixer/test/client/fault_inject ./mixer/test/client/global_dictionary ./mixer/test/client/istio_authn_origin_jwt_bound_origin ./mixer/test/client/istio_authn_origin_jwt_bound_peer ./mixer/test/client/istio_authn_origin_reject_no_jwt ./mixer/test/client/istio_authn_peer_jwt_bound_origin ./mixer/test/client/istio_authn_peer_jwt_bound_peer ./mixer/test/client/istio_authn_peer_reject_no_jwt ./mixer/test/client/istio_authn_peer_reject_no_mtls ./mixer/test/client/istio_authn_peer_reject_no_tls ./mixer/test/client/mixer_internal_fail ./mixer/test/client/network_policy ./mixer/test/client/pilotplugin ./mixer/test/client/pilotplugin_mtls ./mixer/test/client/pilotplugin_tcp ./mixer/test/client/quota ./mixer/test/client/quota_cache ./mixer/test/client/report_batch ./mixer/test/client/route_directive ./mixer/test/client/tcp_filter ./mixer/test/client/tcp_filter_periodical_report ./mixer/test/client/test_data ./mixer/test/e2e ./mixer/test/listbackend ./mixer/test/listbackend/cmd ./mixer/test/perf ./mixer/test/perf/perfclient ./mixer/test/policybackend ./mixer/test/prometheus ./mixer/test/prometheus/cmd ./mixer/test/spyAdapter ./mixer/test/spyAdapter/template ./mixer/test/spyAdapter/template/apa ./mixer/test/spyAdapter/template/check ./mixer/test/spyAdapter/template/quota ./mixer/test/spyAdapter/template/report ./mixer/test/spybackend ./mixer/tools/adapterlinter ./mixer/tools/codegen/cmd/mixgenbootstrap ./mixer/tools/codegen/cmd/mixgeninventory ./mixer/tools/codegen/pkg/bootstrapgen ./mixer/tools/codegen/pkg/bootstrapgen/template ./mixer/tools/codegen/pkg/inventory ./mixer/tools/codegen/pkg/modelgen ./mixer/tools/mixgen ./mixer/tools/mixgen/cmd ./pilot/cmd ./pilot/cmd/pilot-agent ./pilot/cmd/pilot-discovery ./pilot/cmd/sidecar-injector ./pilot/pkg/bootstrap ./pilot/pkg/config/aggregate ./pilot/pkg/config/aggregate/fakes ./pilot/pkg/config/cloudfoundry ./pilot/pkg/config/cloudfoundry/fakes ./pilot/pkg/config/clusterregistry ./pilot/pkg/config/kube/crd ./pilot/pkg/config/kube/ingress ./pilot/pkg/config/memory ./pilot/pkg/config/monitor ./pilot/pkg/kube/inject ./pilot/pkg/model ./pilot/pkg/model/test ./pilot/pkg/networking/core ./pilot/pkg/networking/core/v1alpha3 ./pilot/pkg/networking/core/v1alpha3/fakes ./pilot/pkg/networking/core/v1alpha3/route ./pilot/pkg/networking/plugin ./pilot/pkg/networking/plugin/authn ./pilot/pkg/networking/plugin/authz ./pilot/pkg/networking/plugin/envoyfilter ./pilot/pkg/networking/plugin/health ./pilot/pkg/networking/plugin/mixer ./pilot/pkg/networking/plugin/registry ./pilot/pkg/networking/util ./pilot/pkg/proxy ./pilot/pkg/proxy/envoy ./pilot/pkg/proxy/envoy/v2 ./pilot/pkg/request ./pilot/pkg/serviceregistry ./pilot/pkg/serviceregistry/aggregate ./pilot/pkg/serviceregistry/cloudfoundry ./pilot/pkg/serviceregistry/cloudfoundry/fakes ./pilot/pkg/serviceregistry/consul ./pilot/pkg/serviceregistry/external ./pilot/pkg/serviceregistry/kube ./pilot/pkg/serviceregistry/memory ./pilot/test/client ./pilot/test/grpcecho ./pilot/test/mock ./pilot/test/server ./pilot/test/server/echo ./pilot/test/util ./pilot/tools ./pilot/tools/debug ./pkg/bootstrap ./pkg/cache ./pkg/cmd ./pkg/collateral ./pkg/ctrlz ./pkg/ctrlz/fw ./pkg/ctrlz/topics ./pkg/kube ./pkg/log ./pkg/mcp/client ./pkg/mcp/configz ./pkg/mcp/creds ./pkg/mcp/server ./pkg/mcp/snapshot ./pkg/mcp/testing ./pkg/mcp/testing/testcerts ./pkg/probe ./pkg/test ./pkg/test/fakes/policy ./pkg/test/framework ./pkg/test/framework/component ./pkg/test/framework/components ./pkg/test/framework/components/apiserver ./pkg/test/framework/components/apps ./pkg/test/framework/components/apps/api ./pkg/test/framework/components/apps/kube ./pkg/test/framework/components/apps/local ./pkg/test/framework/components/apps/local/envoy ./pkg/test/framework/components/apps/local/envoy/agent ./pkg/test/framework/components/apps/local/envoy/agent/pilot ./pkg/test/framework/components/apps/local/envoy/agent/pilot/reserveport ./pkg/test/framework/components/apps/local/envoy/discovery ./pkg/test/framework/components/mixer ./pkg/test/framework/components/pilot ./pkg/test/framework/components/policybackend ./pkg/test/framework/components/registry ./pkg/test/framework/dependency ./pkg/test/framework/environment ./pkg/test/framework/environments/kubernetes ./pkg/test/framework/environments/local ./pkg/test/framework/errors ./pkg/test/framework/internal ./pkg/test/framework/settings ./pkg/test/framework/tmpl ./pkg/test/kube ./pkg/test/protocol ./pkg/test/service/echo ./pkg/test/service/echo/proto ./pkg/test/service/echo/server ./pkg/test/util ./pkg/tracing ./pkg/util ./pkg/version ./samples/health-check ./security/cmd/istio_ca ./security/cmd/node_agent ./security/cmd/node_agent/na ./security/cmd/node_agent_k8s ./security/pkg/adapter/vault ./security/pkg/caclient ./security/pkg/caclient/protocol ./security/pkg/caclient/protocol/mock ./security/pkg/cmd ./security/pkg/credential ./security/pkg/nodeagent/secrets ./security/pkg/pki/ca ./security/pkg/pki/ca/controller ./security/pkg/pki/ca/mock ./security/pkg/pki/util ./security/pkg/pki/util/mock ./security/pkg/platform ./security/pkg/platform/mock ./security/pkg/probe ./security/pkg/registry ./security/pkg/registry/kube ./security/pkg/server/ca ./security/pkg/server/monitoring ./security/pkg/util ./security/pkg/util/mock ./security/proto ./security/tests/integration ./security/tests/integration/certificateRotationTest ./security/tests/integration/nodeAgentTest ./security/tests/integration/secretCreationTest ./security/tools/generate_cert ./security/tools/generate_csr ./tests/e2e/framework ./tests/e2e/tests/bookinfo ./tests/e2e/tests/controller ./tests/e2e/tests/dashboard ./tests/e2e/tests/galley ./tests/e2e/tests/mixer ./tests/e2e/tests/pilot ./tests/e2e/tests/pilot/cloudfoundry ./tests/e2e/tests/pilot/cloudfoundry/mock ./tests/e2e/tests/showcase ./tests/e2e/tests/simple ./tests/e2e/tests/upgrade ./tests/integration/component/fortio_server ./tests/integration/component/mixer ./tests/integration/component/proxy ./tests/integration/example/environment/appOnlyEnv ./tests/integration/example/environment/appOnlyEnv/cmd ./tests/integration/example/environment/mixerEnvoyEnv ./tests/integration/example/environment/mixerEnvoyEnv/cmd ./tests/integration/example/tests/sample1 ./tests/integration/example/tests/sample2 ./tests/integration/framework ./tests/integration2/examples/basic ./tests/integration2/examples/externalcomp ./tests/integration2/examples/pilot ./tests/integration2/galley ./tests/k8s ./tests/local ./tests/util ./tests/util/checker ./tests/util/checker/testlinter ./tests/util/checker/testlinter/rules ./tests/util/checker/testlinter/testdata ./tests/util/checker/testlinter/testdata/e2e ./tests/util/checker/testlinter/testdata/integration ./tools/githubContrib ./tools/hyperistio ./tools/license | |
DEBUG: [Aug 24 00:09:35.917] [varcheck.9]: warning: /go/bin/varcheck returned exit status 1: /go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:18:14: could not import github.com/gogo/protobuf/proto (cannot find package "github.com/gogo/protobuf/proto" in any of: | |
/usr/local/go/src/github.com/gogo/protobuf/proto (from $GOROOT) | |
/go/src/github.com/gogo/protobuf/proto (from $GOPATH)) | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:21:29: could not import istio.io/api/policy/v1beta1 (cannot find package "istio.io/api/policy/v1beta1" in any of: | |
/usr/local/go/src/istio.io/api/policy/v1beta1 (from $GOROOT) | |
/go/src/istio.io/api/policy/v1beta1 (from $GOPATH)) | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:29:17: could not import github.com/gogo/protobuf/sortkeys (cannot find package "github.com/gogo/protobuf/sortkeys" in any of: | |
/usr/local/go/src/github.com/gogo/protobuf/sortkeys (from $GOROOT) | |
/go/src/github.com/gogo/protobuf/sortkeys (from $GOPATH)) | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:1230:6: invalid operation: this.IstioValue (variable of type *invalid type) has no field or method Equal | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:1237:7: invalid operation: this.MapStrIstioValue[i] (map index expression of type *invalid type) has no field or method Equal | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2365:41: invalid operation: m.IstioValue (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2366:15: invalid operation: m.IstioValue (variable of type *invalid type) has no field or method MarshalTo | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2381:15: invalid operation: v (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2393:43: invalid operation: v (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2394:17: invalid operation: v (variable of type *invalid type) has no field or method MarshalTo | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:3037:7: invalid operation: m.IstioValue (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:3046:9: invalid operation: v (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:5947:14: invalid operation: m.IstioValue (variable of type *invalid type) has no field or method Unmarshal | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:6053:16: invalid operation: mapvalue (variable of type *invalid type) has no field or method Unmarshal | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:18:14: could not import github.com/gogo/protobuf/proto (cannot find package "github.com/gogo/protobuf/proto" in any of: | |
/usr/local/go/src/github.com/gogo/protobuf/proto (from $GOROOT) | |
/go/src/github.com/gogo/protobuf/proto (from $GOPATH)) | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:21:29: could not import istio.io/api/policy/v1beta1 (cannot find package "istio.io/api/policy/v1beta1" in any of: | |
/usr/local/go/src/istio.io/api/policy/v1beta1 (from $GOROOT) | |
/go/src/istio.io/api/policy/v1beta1 (from $GOPATH)) | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:29:17: could not import github.com/gogo/protobuf/sortkeys (cannot find package "github.com/gogo/protobuf/sortkeys" in any of: | |
/usr/local/go/src/github.com/gogo/protobuf/sortkeys (from $GOROOT) | |
/go/src/github.com/gogo/protobuf/sortkeys (from $GOPATH)) | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:1230:6: invalid operation: this.IstioValue (variable of type *invalid type) has no field or method Equal | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:1237:7: invalid operation: this.MapStrIstioValue[i] (map index expression of type *invalid type) has no field or method Equal | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2365:41: invalid operation: m.IstioValue (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2366:15: invalid operation: m.IstioValue (variable of type *invalid type) has no field or method MarshalTo | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2381:15: invalid operation: v (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2393:43: invalid operation: v (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2394:17: invalid operation: v (variable of type *invalid type) has no field or method MarshalTo | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:3037:7: invalid operation: m.IstioValue (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:3046:9: invalid operation: v (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:5947:14: invalid operation: m.IstioValue (variable of type *invalid type) has no field or method Unmarshal | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:6053:16: invalid operation: mapvalue (variable of type *invalid type) has no field or method Unmarshal | |
2018/08/24 00:09:35 could not type check: couldn't load packages due to errors: istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all, ./mixer/pkg/protobuf/yaml/testdata/all | |
DEBUG: [Aug 24 00:09:35.917] [varcheck.9]: varcheck hits 28: ^(?:[^:]+: )?(?P<path>.*?\.go):(?P<line>\d+):(?P<col>\d+):\s*(?P<message>.*)$ | |
DEBUG: [Aug 24 00:09:35.950] [varcheck.9]: varcheck linter took 1m8.951648726s | |
DEBUG: [Aug 24 00:10:05.955] [structcheck.11]: warning: /go/bin/structcheck returned exit status 1: /go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:18:14: could not import github.com/gogo/protobuf/proto (cannot find package "github.com/gogo/protobuf/proto" in any of: | |
/usr/local/go/src/github.com/gogo/protobuf/proto (from $GOROOT) | |
/go/src/github.com/gogo/protobuf/proto (from $GOPATH)) | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:21:29: could not import istio.io/api/policy/v1beta1 (cannot find package "istio.io/api/policy/v1beta1" in any of: | |
/usr/local/go/src/istio.io/api/policy/v1beta1 (from $GOROOT) | |
/go/src/istio.io/api/policy/v1beta1 (from $GOPATH)) | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:29:17: could not import github.com/gogo/protobuf/sortkeys (cannot find package "github.com/gogo/protobuf/sortkeys" in any of: | |
/usr/local/go/src/github.com/gogo/protobuf/sortkeys (from $GOROOT) | |
/go/src/github.com/gogo/protobuf/sortkeys (from $GOPATH)) | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:1230:6: invalid operation: this.IstioValue (variable of type *invalid type) has no field or method Equal | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:1237:7: invalid operation: this.MapStrIstioValue[i] (map index expression of type *invalid type) has no field or method Equal | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2365:41: invalid operation: m.IstioValue (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2366:15: invalid operation: m.IstioValue (variable of type *invalid type) has no field or method MarshalTo | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2381:15: invalid operation: v (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2393:43: invalid operation: v (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2394:17: invalid operation: v (variable of type *invalid type) has no field or method MarshalTo | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:3037:7: invalid operation: m.IstioValue (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:3046:9: invalid operation: v (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:5947:14: invalid operation: m.IstioValue (variable of type *invalid type) has no field or method Unmarshal | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:6053:16: invalid operation: mapvalue (variable of type *invalid type) has no field or method Unmarshal | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:18:14: could not import github.com/gogo/protobuf/proto (cannot find package "github.com/gogo/protobuf/proto" in any of: | |
/usr/local/go/src/github.com/gogo/protobuf/proto (from $GOROOT) | |
/go/src/github.com/gogo/protobuf/proto (from $GOPATH)) | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:21:29: could not import istio.io/api/policy/v1beta1 (cannot find package "istio.io/api/policy/v1beta1" in any of: | |
/usr/local/go/src/istio.io/api/policy/v1beta1 (from $GOROOT) | |
/go/src/istio.io/api/policy/v1beta1 (from $GOPATH)) | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:29:17: could not import github.com/gogo/protobuf/sortkeys (cannot find package "github.com/gogo/protobuf/sortkeys" in any of: | |
/usr/local/go/src/github.com/gogo/protobuf/sortkeys (from $GOROOT) | |
/go/src/github.com/gogo/protobuf/sortkeys (from $GOPATH)) | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:1230:6: invalid operation: this.IstioValue (variable of type *invalid type) has no field or method Equal | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:1237:7: invalid operation: this.MapStrIstioValue[i] (map index expression of type *invalid type) has no field or method Equal | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2365:41: invalid operation: m.IstioValue (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2366:15: invalid operation: m.IstioValue (variable of type *invalid type) has no field or method MarshalTo | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2381:15: invalid operation: v (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2393:43: invalid operation: v (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2394:17: invalid operation: v (variable of type *invalid type) has no field or method MarshalTo | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:3037:7: invalid operation: m.IstioValue (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:3046:9: invalid operation: v (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:5947:14: invalid operation: m.IstioValue (variable of type *invalid type) has no field or method Unmarshal | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:6053:16: invalid operation: mapvalue (variable of type *invalid type) has no field or method Unmarshal | |
could not type check: couldn't load packages due to errors: ./mixer/pkg/protobuf/yaml/testdata/all, istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all | |
DEBUG: [Aug 24 00:10:05.956] [structcheck.11]: structcheck hits 28: ^(?:[^:]+: )?(?P<path>.*?\.go):(?P<line>\d+):(?P<col>\d+):\s*(?P<message>.+)$ | |
DEBUG: [Aug 24 00:10:05.983] [structcheck.11]: structcheck linter took 1m3.18752585s | |
DEBUG: [Aug 24 00:10:20.922] [unconvert.17]: warning: /go/bin/unconvert returned exit status 1: /go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:18:14: could not import github.com/gogo/protobuf/proto (cannot find package "github.com/gogo/protobuf/proto" in any of: | |
/usr/local/go/src/github.com/gogo/protobuf/proto (from $GOROOT) | |
/go/src/github.com/gogo/protobuf/proto (from $GOPATH)) | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:21:29: could not import istio.io/api/policy/v1beta1 (cannot find package "istio.io/api/policy/v1beta1" in any of: | |
/usr/local/go/src/istio.io/api/policy/v1beta1 (from $GOROOT) | |
/go/src/istio.io/api/policy/v1beta1 (from $GOPATH)) | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:29:17: could not import github.com/gogo/protobuf/sortkeys (cannot find package "github.com/gogo/protobuf/sortkeys" in any of: | |
/usr/local/go/src/github.com/gogo/protobuf/sortkeys (from $GOROOT) | |
/go/src/github.com/gogo/protobuf/sortkeys (from $GOPATH)) | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:1230:6: invalid operation: this.IstioValue (variable of type *invalid type) has no field or method Equal | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:1237:7: invalid operation: this.MapStrIstioValue[i] (map index expression of type *invalid type) has no field or method Equal | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2365:41: invalid operation: m.IstioValue (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2366:15: invalid operation: m.IstioValue (variable of type *invalid type) has no field or method MarshalTo | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2381:15: invalid operation: v (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2393:43: invalid operation: v (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:2394:17: invalid operation: v (variable of type *invalid type) has no field or method MarshalTo | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:3037:7: invalid operation: m.IstioValue (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:3046:9: invalid operation: v (variable of type *invalid type) has no field or method Size | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:5947:14: invalid operation: m.IstioValue (variable of type *invalid type) has no field or method Unmarshal | |
/go/src/istio.io/istio/mixer/pkg/protobuf/yaml/testdata/all/types.pb.go:6053:16: invalid operation: mapvalue (variable of type *invalid type) has no field or method Unmarshal | |
2018/08/24 00:10:20 couldn't load packages due to errors: ./mixer/pkg/protobuf/yaml/testdata/all | |
DEBUG: [Aug 24 00:10:20.922] [unconvert.17]: unconvert hits 14: ^(?P<path>.*?\.go):(?P<line>\d+):(?P<col>\d+):\s*(?P<message>.*)$ | |
DEBUG: [Aug 24 00:10:20.925] [unconvert.17]: unconvert linter took 51.074596963s | |
DEBUG: [Aug 24 00:10:28.134] [interfacer.14]: interfacer hits 17: ^(?P<path>.*?\.go):(?P<line>\d+):(?P<col>\d+):\s*(?P<message>.*)$ | |
DEBUG: [Aug 24 00:10:28.137] nolint: parsing pkg/mcp/creds/watcher.go for directives | |
DEBUG: [Aug 24 00:10:28.138] [interfacer.14]: interfacer linter took 1m3.752396475s | |
DEBUG: [Aug 24 00:10:28.139] nolint: parsing pkg/mcp/creds/watcher.go took 1.204437ms | |
DEBUG: [Aug 24 00:10:28.139] nolint: matched interfacer:268-268 to issue pkg/mcp/creds/watcher.go:268:47:error: certFileWatcher can be io.Closer (interfacer) | |
DEBUG: [Aug 24 00:10:28.139] nolint: matched interfacer:268-268 to issue pkg/mcp/creds/watcher.go:268:64:error: keyFileWatcher can be io.Closer (interfacer) | |
DEBUG: [Aug 24 00:10:28.139] nolint: matched interfacer:122-122 to issue pkg/mcp/client/client.go:122:40:error: req can be istio.io/istio/vendor/github.com/gogo/protobuf/proto.Message (interfacer) | |
DEBUG: [Aug 24 00:10:28.139] total elapsed time 2m25.190836202s | |
+ echo 'gometalinter OK' | |
gometalinter OK | |
+ echo 'Running gometalinter on adapters ....' | |
Running gometalinter on adapters .... | |
+ pushd mixer/tools/adapterlinter | |
/go/src/istio.io/istio/mixer/tools/adapterlinter /go/src/istio.io/istio | |
+ go install . | |
+ popd | |
/go/src/istio.io/istio | |
+ /go/bin/gometalinter.v2 --config=./mixer/tools/adapterlinter/gometalinter.json ./mixer/adapter/... | |
+ echo 'gometalinter on adapters OK' | |
gometalinter on adapters OK | |
+ echo 'Running testlinter ...' | |
Running testlinter ... | |
+ pushd tests/util/checker/testlinter | |
/go/src/istio.io/istio/tests/util/checker/testlinter /go/src/istio.io/istio | |
+ go install . | |
+ popd | |
/go/src/istio.io/istio | |
+ /go/bin/gometalinter.v2 --config=./tests/util/checker/testlinter/testlinter.json ./... | |
+ echo 'testlinter OK' | |
testlinter OK | |
+ echo 'Running helm lint on istio & istio-remote ....' | |
Running helm lint on istio & istio-remote .... | |
+ helm lint ./install/kubernetes/helm/istio ./install/kubernetes/helm/istio-remote | |
==> Linting ./install/kubernetes/helm/istio | |
Lint OK | |
==> Linting ./install/kubernetes/helm/istio-remote | |
Lint OK | |
2 chart(s) linted, no failures | |
+ echo 'helm lint on istio & istio-remote OK' | |
helm lint on istio & istio-remote OK | |
+ echo 'Checking Grafana dashboards' | |
Checking Grafana dashboards | |
+ bin/check_dashboards.sh | |
/go/src/istio.io/istio /go/src/istio.io/istio | |
/go/src/istio.io/istio | |
+ echo 'dashboards OK' | |
dashboards OK | |
circleci@8a6b1311ace4:/go/src/istio.io/istio$ echo $? | |
0 | |
circleci@8a6b1311ace4:/go/src/istio.io/istio$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment