Skip to content

Instantly share code, notes, and snippets.

@lizan
Created May 19, 2018 01:21
Show Gist options
  • Save lizan/a8ded72fa0ea75d4101fa31cbe927933 to your computer and use it in GitHub Desktop.
Save lizan/a8ded72fa0ea75d4101fa31cbe927933 to your computer and use it in GitHub Desktop.
bin/gobuild.sh /home/zlizan/go/out/linux_amd64/release/istioctl istio.io/istio/pkg/version ./istioctl/cmd/istioctl
real 0m0.687s
user 0m1.360s
sys 0m0.588s
./install/updateVersion.sh -a gcr.io/istio-perf-zlizan,dec9966b5a80719cac5c148fb48fc662f1f2bbf2
/tmp/templates ~/go/src/istio.io/istio
~/go/src/istio.io/istio
/tmp/templates/addons ~/go/src/istio.io/istio
~/go/src/istio.io/istio
/tmp/templates ~/go/src/istio.io/istio
~/go/src/istio.io/istio
/tmp/templates ~/go/src/istio.io/istio
~/go/src/istio.io/istio
-a gcr.io/istio-perf-zlizan,dec9966b5a80719cac5c148fb48fc662f1f2bbf2
make[1]: Entering directory '/home/zlizan/go/src/istio.io/istio'
cat install/kubernetes/templates/namespace.yaml > install/kubernetes/istio.yaml
/home/zlizan/go/out/linux_amd64/release/helm template --set global.tag=dec9966b5a80719cac5c148fb48fc662f1f2bbf2 \
--namespace=istio-system \
--set global.hub=gcr.io/istio-perf-zlizan \
--values install/kubernetes/helm/istio/values-istio.yaml \
install/kubernetes/helm/istio >> install/kubernetes/istio.yaml
make[1]: Leaving directory '/home/zlizan/go/src/istio.io/istio'
make[1]: Entering directory '/home/zlizan/go/src/istio.io/istio'
cat install/kubernetes/templates/namespace.yaml > install/kubernetes/istio-auth.yaml
/home/zlizan/go/out/linux_amd64/release/helm template --set global.tag=dec9966b5a80719cac5c148fb48fc662f1f2bbf2 \
--namespace=istio-system \
--set global.hub=gcr.io/istio-perf-zlizan \
--values install/kubernetes/helm/istio/values-istio-auth.yaml \
install/kubernetes/helm/istio >> install/kubernetes/istio-auth.yaml
make[1]: Leaving directory '/home/zlizan/go/src/istio.io/istio'
make[1]: Entering directory '/home/zlizan/go/src/istio.io/istio'
cat install/kubernetes/templates/namespace.yaml > install/kubernetes/istio-one-namespace.yaml
/home/zlizan/go/out/linux_amd64/release/helm template --set global.tag=dec9966b5a80719cac5c148fb48fc662f1f2bbf2 \
--namespace=istio-system \
--set global.hub=gcr.io/istio-perf-zlizan \
--values install/kubernetes/helm/istio/values-istio-one-namespace.yaml \
install/kubernetes/helm/istio >> install/kubernetes/istio-one-namespace.yaml
make[1]: Leaving directory '/home/zlizan/go/src/istio.io/istio'
make[1]: Entering directory '/home/zlizan/go/src/istio.io/istio'
cat install/kubernetes/templates/namespace.yaml > install/kubernetes/istio-one-namespace-auth.yaml
/home/zlizan/go/out/linux_amd64/release/helm template --set global.tag=dec9966b5a80719cac5c148fb48fc662f1f2bbf2 \
--namespace=istio-system \
--set global.hub=gcr.io/istio-perf-zlizan \
--values install/kubernetes/helm/istio/values-istio-one-namespace-auth.yaml \
install/kubernetes/helm/istio >> install/kubernetes/istio-one-namespace-auth.yaml
make[1]: Leaving directory '/home/zlizan/go/src/istio.io/istio'
make[1]: Entering directory '/home/zlizan/go/src/istio.io/istio'
cat install/kubernetes/templates/namespace.yaml > install/kubernetes/istio-multicluster.yaml
/home/zlizan/go/out/linux_amd64/release/helm template --set global.tag=dec9966b5a80719cac5c148fb48fc662f1f2bbf2 \
--namespace=istio-system \
--set global.hub=gcr.io/istio-perf-zlizan \
--values install/kubernetes/helm/istio/values-istio-multicluster.yaml \
install/kubernetes/helm/istio >> install/kubernetes/istio-multicluster.yaml
make[1]: Leaving directory '/home/zlizan/go/src/istio.io/istio'
make[1]: Entering directory '/home/zlizan/go/src/istio.io/istio'
cat install/kubernetes/templates/namespace.yaml > install/kubernetes/istio-auth-multicluster.yaml
/home/zlizan/go/out/linux_amd64/release/helm template --set global.tag=dec9966b5a80719cac5c148fb48fc662f1f2bbf2 \
--namespace=istio-system \
--set global.hub=gcr.io/istio-perf-zlizan \
--values install/kubernetes/helm/istio/values-istio-auth-multicluster.yaml \
install/kubernetes/helm/istio >> install/kubernetes/istio-auth-multicluster.yaml
make[1]: Leaving directory '/home/zlizan/go/src/istio.io/istio'
make[1]: Entering directory '/home/zlizan/go/src/istio.io/istio'
cat install/kubernetes/templates/namespace.yaml > install/kubernetes/istio-remote.yaml
/home/zlizan/go/out/linux_amd64/release/helm template --namespace=istio-system \
install/kubernetes/helm/istio-remote >> install/kubernetes/istio-remote.yaml
make[1]: Leaving directory '/home/zlizan/go/src/istio.io/istio'
go test -v -timeout 20m ./tests/e2e/tests/pilot --istioctl=/home/zlizan/go/out/linux_amd64/release/istioctl --mixer_tag=dec9966b5a80719cac5c148fb48fc662f1f2bbf2 --pilot_tag=dec9966b5a80719cac5c148fb48fc662f1f2bbf2 --proxy_tag=dec9966b5a80719cac5c148fb48fc662f1f2bbf2 --ca_tag=dec9966b5a80719cac5c148fb48fc662f1f2bbf2 --galley_tag=dec9966b5a80719cac5c148fb48fc662f1f2bbf2 --mixer_hub=gcr.io/istio-perf-zlizan --pilot_hub=gcr.io/istio-perf-zlizan --proxy_hub=gcr.io/istio-perf-zlizan --ca_hub=gcr.io/istio-perf-zlizan --galley_hub=gcr.io/istio-perf-zlizan
2018-05-19T00:30:26.669822Z info Logging initialized
2018-05-19T00:30:26.669976Z info Using temp dir /tmp/istio.e2e.539152863
2018-05-19T00:30:26.670029Z info Using release dir: /home/zlizan/go/src/istio.io/istio
2018-05-19T00:30:26.670103Z info Starting Initialization
2018-05-19T00:30:26.670119Z info Setting up kubeInfo setupSkip=false
2018-05-19T00:30:26.676152Z info Running command kubectl create namespace pilot-test-6910f29407154d61af364b9ba0 --kubeconfig=
2018-05-19T00:30:26.828233Z info namespace pilot-test-6910f29407154d61af364b9ba0 created
2018-05-19T00:30:26.828354Z info Running command kubectl apply -n pilot-test-6910f29407154d61af364b9ba0 -f /tmp/istio.e2e.539152863/yaml/istio-one-namespace.yaml --kubeconfig=
2018-05-19T00:30:30.554762Z info Command output:
Warning: kubectl apply should be used on resource created by either kubectl create --save-config or kubectl apply
namespace "pilot-test-6910f29407154d61af364b9ba0" configured
configmap "istio-statsd-prom-bridge" created
configmap "istio-mixer-custom-resources" created
configmap "prometheus" created
configmap "istio" created
serviceaccount "istio-egressgateway-service-account" created
serviceaccount "istio-ingress-service-account" created
serviceaccount "istio-ingressgateway-service-account" created
serviceaccount "istio-mixer-service-account" created
serviceaccount "istio-pilot-service-account" created
serviceaccount "prometheus" created
serviceaccount "istio-citadel-service-account" created
customresourcedefinition.apiextensions.k8s.io "rules.config.istio.io" created
customresourcedefinition.apiextensions.k8s.io "attributemanifests.config.istio.io" created
customresourcedefinition.apiextensions.k8s.io "circonuses.config.istio.io" created
customresourcedefinition.apiextensions.k8s.io "deniers.config.istio.io" created
customresourcedefinition.apiextensions.k8s.io "fluentds.config.istio.io" created
customresourcedefinition.apiextensions.k8s.io "kubernetesenvs.config.istio.io" created
customresourcedefinition.apiextensions.k8s.io "listcheckers.config.istio.io" created
customresourcedefinition.apiextensions.k8s.io "memquotas.config.istio.io" created
customresourcedefinition.apiextensions.k8s.io "noops.config.istio.io" created
customresourcedefinition.apiextensions.k8s.io "opas.config.istio.io" created
customresourcedefinition.apiextensions.k8s.io "prometheuses.config.istio.io" created
customresourcedefinition.apiextensions.k8s.io "rbacs.config.istio.io" created
customresourcedefinition.apiextensions.k8s.io "servicecontrols.config.istio.io" created
customresourcedefinition.apiextensions.k8s.io "solarwindses.config.istio.io" created
customresourcedefinition.apiextensions.k8s.io "stackdrivers.config.istio.io" created
customresourcedefinition.apiextensions.k8s.io "statsds.config.istio.io" created
customresourcedefinition.apiextensions.k8s.io "stdios.config.istio.io" created
customresourcedefinition.apiextensions.k8s.io "apikeys.config.istio.io" created
customresourcedefinition.apiextensions.k8s.io "authorizations.config.istio.io" created
customresourcedefinition.apiextensions.k8s.io "checknothings.config.istio.io" created
customresourcedefinition.apiextensions.k8s.io "kuberneteses.config.istio.io" created
customresourcedefinition.apiextensions.k8s.io "listentries.config.istio.io" created
customresourcedefinition.apiextensions.k8s.io "logentries.config.istio.io" created
customresourcedefinition.apiextensions.k8s.io "metrics.config.istio.io" created
customresourcedefinition.apiextensions.k8s.io "quotas.config.istio.io" created
customresourcedefinition.apiextensions.k8s.io "reportnothings.config.istio.io" created
customresourcedefinition.apiextensions.k8s.io "servicecontrolreports.config.istio.io" created
customresourcedefinition.apiextensions.k8s.io "tracespans.config.istio.io" created
customresourcedefinition.apiextensions.k8s.io "serviceroles.config.istio.io" created
customresourcedefinition.apiextensions.k8s.io "servicerolebindings.config.istio.io" created
customresourcedefinition.apiextensions.k8s.io "destinationpolicies.config.istio.io" created
customresourcedefinition.apiextensions.k8s.io "egressrules.config.istio.io" created
customresourcedefinition.apiextensions.k8s.io "routerules.config.istio.io" created
customresourcedefinition.apiextensions.k8s.io "virtualservices.networking.istio.io" created
customresourcedefinition.apiextensions.k8s.io "destinationrules.networking.istio.io" created
customresourcedefinition.apiextensions.k8s.io "serviceentries.networking.istio.io" created
clusterrole.rbac.authorization.k8s.io "istio-ingress-pilot-test-6910f29407154d61af364b9ba0" created
clusterrole.rbac.authorization.k8s.io "istio-mixer-pilot-test-6910f29407154d61af364b9ba0" created
clusterrole.rbac.authorization.k8s.io "istio-pilot-pilot-test-6910f29407154d61af364b9ba0" created
clusterrole.rbac.authorization.k8s.io "prometheus-pilot-test-6910f29407154d61af364b9ba0" created
clusterrolebinding.rbac.authorization.k8s.io "prometheus-pilot-test-6910f29407154d61af364b9ba0" created
clusterrole.rbac.authorization.k8s.io "istio-citadel-pilot-test-6910f29407154d61af364b9ba0" created
clusterrolebinding.rbac.authorization.k8s.io "istio-ingress-pilot-test-6910f29407154d61af364b9ba0" created
clusterrolebinding.rbac.authorization.k8s.io "istio-mixer-admin-role-binding-pilot-test-6910f29407154d61af364b9ba0" created
clusterrolebinding.rbac.authorization.k8s.io "istio-pilot-pilot-test-6910f29407154d61af364b9ba0" created
clusterrolebinding.rbac.authorization.k8s.io "istio-citadel-pilot-test-6910f29407154d61af364b9ba0" created
service "istio-egressgateway" created
service "istio-ingress" created
service "istio-ingressgateway" created
service "istio-policy" created
service "istio-telemetry" created
service "istio-statsd-prom-bridge" created
deployment.extensions "istio-statsd-prom-bridge" created
service "istio-pilot" created
service "prometheus" created
service "istio-citadel" created
deployment.extensions "istio-egressgateway" created
deployment.extensions "istio-ingress" created
deployment.extensions "istio-ingressgateway" created
deployment.extensions "istio-policy" created
deployment.extensions "istio-telemetry" created
deployment.extensions "istio-pilot" created
deployment.extensions "prometheus" created
deployment.extensions "istio-citadel" created
job.batch "istio-mixer-create-cr" created
horizontalpodautoscaler.autoscaling "istio-egressgateway" created
horizontalpodautoscaler.autoscaling "istio-ingress" created
horizontalpodautoscaler.autoscaling "istio-ingressgateway" created
2018-05-19T00:30:30.554891Z info Running command kubectl -n pilot-test-6910f29407154d61af364b9ba0 get deployment -o name --kubeconfig=
2018-05-19T00:30:30.685922Z info Command output:
deployment.extensions/istio-citadel
deployment.extensions/istio-egressgateway
deployment.extensions/istio-ingress
deployment.extensions/istio-ingressgateway
deployment.extensions/istio-pilot
deployment.extensions/istio-policy
deployment.extensions/istio-statsd-prom-bridge
deployment.extensions/istio-telemetry
deployment.extensions/prometheus
2018-05-19T00:30:30.686177Z info Running command kubectl -n pilot-test-6910f29407154d61af364b9ba0 rollout status deployment.extensions/prometheus --kubeconfig=
2018-05-19T00:30:30.686234Z info Running command kubectl -n pilot-test-6910f29407154d61af364b9ba0 rollout status deployment.extensions/istio-ingress --kubeconfig=
2018-05-19T00:30:30.686292Z info Running command kubectl -n pilot-test-6910f29407154d61af364b9ba0 rollout status deployment.extensions/istio-ingressgateway --kubeconfig=
2018-05-19T00:30:30.686344Z info Running command kubectl -n pilot-test-6910f29407154d61af364b9ba0 rollout status deployment.extensions/istio-pilot --kubeconfig=
2018-05-19T00:30:30.686373Z info Running command kubectl -n pilot-test-6910f29407154d61af364b9ba0 rollout status deployment.extensions/istio-citadel --kubeconfig=
2018-05-19T00:30:30.686377Z info Running command kubectl -n pilot-test-6910f29407154d61af364b9ba0 rollout status deployment.extensions/istio-telemetry --kubeconfig=
2018-05-19T00:30:30.686246Z info Running command kubectl -n pilot-test-6910f29407154d61af364b9ba0 rollout status deployment.extensions/istio-policy --kubeconfig=
2018-05-19T00:30:30.686295Z info Running command kubectl -n pilot-test-6910f29407154d61af364b9ba0 rollout status deployment.extensions/istio-statsd-prom-bridge --kubeconfig=
2018-05-19T00:30:30.686693Z info Running command kubectl -n pilot-test-6910f29407154d61af364b9ba0 rollout status deployment.extensions/istio-egressgateway --kubeconfig=
2018-05-19T00:31:56.285762Z info Running command kubectl apply -n pilot-test-6910f29407154d61af364b9ba0 -f /tmp/istio.e2e.539152863/yaml/zipkin.yaml --kubeconfig=
2018-05-19T00:31:56.658586Z info Command output:
deployment.extensions "zipkin" created
service "zipkin" created
2018-05-19T00:31:56.658729Z info Running command kubectl create secret tls istio-ingress-certs -n pilot-test-6910f29407154d61af364b9ba0 --key /home/zlizan/go/src/istio.io/istio/tests/testdata/certs/cert.key --cert /home/zlizan/go/src/istio.io/istio/tests/testdata/certs/cert.crt --kubeconfig=
2018-05-19T00:31:56.791323Z info Command output:
secret "istio-ingress-certs" created
2018-05-19T00:31:56.791415Z info Setting up istioctl
2018-05-19T00:31:56.791426Z info Setting up apps
2018-05-19T00:31:56.791497Z info Setup &{testdata/app.yaml.tmpl false map[perServiceAuth:false deployment:t port6:70 Hub:gcr.io/istio-perf-zlizan Tag:dec9966b5a80719cac5c148fb48fc662f1f2bbf2 port5:7070 service:t port1:8080 port2:80 port3:9090 port4:90 injectProxy:false ImagePullPolicy: version:unversioned istioNamespace:pilot-test-6910f29407154d61af364b9ba0 healthPort:true] }
2018-05-19T00:31:56.792127Z info Created /tmp/istio.e2e.539152863/app.yaml.tmpl654416308.yaml from template testdata/app.yaml.tmpl
2018-05-19T00:31:56.792157Z info Running command kubectl apply -n pilot-test-6910f29407154d61af364b9ba0 -f /tmp/istio.e2e.539152863/app.yaml.tmpl654416308.yaml --kubeconfig=
2018-05-19T00:31:57.054221Z info Command output:
service "t" created
deployment.extensions "t" created
2018-05-19T00:31:57.054364Z info Setup &{testdata/app.yaml.tmpl true map[istioNamespace:pilot-test-6910f29407154d61af364b9ba0 Tag:dec9966b5a80719cac5c148fb48fc662f1f2bbf2 deployment:a port5:7070 version:v1 port2:80 port4:90 port6:70 ImagePullPolicy: perServiceAuth:false port1:8080 healthPort:true Hub:gcr.io/istio-perf-zlizan service:a port3:9090 injectProxy:true] }
2018-05-19T00:31:57.055129Z info Created /tmp/istio.e2e.539152863/app.yaml.tmpl626933635.yaml from template testdata/app.yaml.tmpl
2018-05-19T00:31:57.055248Z info Running command /home/zlizan/go/out/linux_amd64/release/istioctl kube-inject -f /tmp/istio.e2e.539152863/app.yaml.tmpl626933635.yaml -o /tmp/istio.e2e.539152863/KubeInject813760774.yaml --hub gcr.io/istio-perf-zlizan --tag dec9966b5a80719cac5c148fb48fc662f1f2bbf2 -n pilot-test-6910f29407154d61af364b9ba0 -i pilot-test-6910f29407154d61af364b9ba0 --meshConfigMapName=istio
2018-05-19T00:31:57.247845Z info Running command kubectl apply -n pilot-test-6910f29407154d61af364b9ba0 -f /tmp/istio.e2e.539152863/KubeInject813760774.yaml --kubeconfig=
2018-05-19T00:31:57.529320Z info Command output:
service "a" created
deployment.extensions "a" created
2018-05-19T00:31:57.529464Z info Setup &{testdata/app.yaml.tmpl true map[Tag:dec9966b5a80719cac5c148fb48fc662f1f2bbf2 perServiceAuth:false service:b port2:8080 port3:90 injectProxy:true port1:80 port5:70 port6:7070 version:unversioned istioNamespace:pilot-test-6910f29407154d61af364b9ba0 Hub:gcr.io/istio-perf-zlizan deployment:b port4:9090 healthPort:true ImagePullPolicy:] }
2018-05-19T00:31:57.530547Z info Created /tmp/istio.e2e.539152863/app.yaml.tmpl063805101.yaml from template testdata/app.yaml.tmpl
2018-05-19T00:31:57.530637Z info Running command /home/zlizan/go/out/linux_amd64/release/istioctl kube-inject -f /tmp/istio.e2e.539152863/app.yaml.tmpl063805101.yaml -o /tmp/istio.e2e.539152863/KubeInject917351976.yaml --hub gcr.io/istio-perf-zlizan --tag dec9966b5a80719cac5c148fb48fc662f1f2bbf2 -n pilot-test-6910f29407154d61af364b9ba0 -i pilot-test-6910f29407154d61af364b9ba0 --meshConfigMapName=istio
2018-05-19T00:31:57.669750Z info Running command kubectl apply -n pilot-test-6910f29407154d61af364b9ba0 -f /tmp/istio.e2e.539152863/KubeInject917351976.yaml --kubeconfig=
2018-05-19T00:31:57.943088Z info Command output:
service "b" created
deployment.extensions "b" created
2018-05-19T00:31:57.943224Z info Setup &{testdata/app.yaml.tmpl true map[Tag:dec9966b5a80719cac5c148fb48fc662f1f2bbf2 port2:8080 port4:9090 port5:70 healthPort:true Hub:gcr.io/istio-perf-zlizan deployment:c-v1 port1:80 version:v1 injectProxy:true ImagePullPolicy: service:c perServiceAuth:false port3:90 port6:7070 istioNamespace:pilot-test-6910f29407154d61af364b9ba0] }
2018-05-19T00:31:57.943877Z info Created /tmp/istio.e2e.539152863/app.yaml.tmpl157281639.yaml from template testdata/app.yaml.tmpl
2018-05-19T00:31:57.943948Z info Running command /home/zlizan/go/out/linux_amd64/release/istioctl kube-inject -f /tmp/istio.e2e.539152863/app.yaml.tmpl157281639.yaml -o /tmp/istio.e2e.539152863/KubeInject171534234.yaml --hub gcr.io/istio-perf-zlizan --tag dec9966b5a80719cac5c148fb48fc662f1f2bbf2 -n pilot-test-6910f29407154d61af364b9ba0 -i pilot-test-6910f29407154d61af364b9ba0 --meshConfigMapName=istio
2018-05-19T00:31:58.113560Z info Running command kubectl apply -n pilot-test-6910f29407154d61af364b9ba0 -f /tmp/istio.e2e.539152863/KubeInject171534234.yaml --kubeconfig=
2018-05-19T00:31:58.385079Z info Command output:
service "c" created
deployment.extensions "c-v1" created
2018-05-19T00:31:58.385384Z info Setup &{testdata/app.yaml.tmpl true map[port3:90 port4:9090 port5:70 version:v2 service:c deployment:c-v2 port1:80 istioNamespace:pilot-test-6910f29407154d61af364b9ba0 healthPort:true ImagePullPolicy: Hub:gcr.io/istio-perf-zlizan Tag:dec9966b5a80719cac5c148fb48fc662f1f2bbf2 injectProxy:true perServiceAuth:false port2:8080 port6:7070] }
2018-05-19T00:31:58.386225Z info Created /tmp/istio.e2e.539152863/app.yaml.tmpl946917425.yaml from template testdata/app.yaml.tmpl
2018-05-19T00:31:58.386342Z info Running command /home/zlizan/go/out/linux_amd64/release/istioctl kube-inject -f /tmp/istio.e2e.539152863/app.yaml.tmpl946917425.yaml -o /tmp/istio.e2e.539152863/KubeInject476966876.yaml --hub gcr.io/istio-perf-zlizan --tag dec9966b5a80719cac5c148fb48fc662f1f2bbf2 -n pilot-test-6910f29407154d61af364b9ba0 -i pilot-test-6910f29407154d61af364b9ba0 --meshConfigMapName=istio
2018-05-19T00:31:58.498671Z info Running command kubectl apply -n pilot-test-6910f29407154d61af364b9ba0 -f /tmp/istio.e2e.539152863/KubeInject476966876.yaml --kubeconfig=
2018-05-19T00:31:58.734026Z info Command output:
service "c" unchanged
deployment.extensions "c-v2" created
2018-05-19T00:31:58.734126Z info Setup &{testdata/app.yaml.tmpl true map[port6:7070 Hub:gcr.io/istio-perf-zlizan perServiceAuth:false port3:90 injectProxy:true version:per-svc-auth healthPort:true Tag:dec9966b5a80719cac5c148fb48fc662f1f2bbf2 service:d port1:80 port2:8080 port4:9090 port5:70 deployment:d istioNamespace:pilot-test-6910f29407154d61af364b9ba0 ImagePullPolicy:] }
2018-05-19T00:31:58.734641Z info Created /tmp/istio.e2e.539152863/app.yaml.tmpl807047051.yaml from template testdata/app.yaml.tmpl
2018-05-19T00:31:58.734697Z info Running command /home/zlizan/go/out/linux_amd64/release/istioctl kube-inject -f /tmp/istio.e2e.539152863/app.yaml.tmpl807047051.yaml -o /tmp/istio.e2e.539152863/KubeInject200398190.yaml --hub gcr.io/istio-perf-zlizan --tag dec9966b5a80719cac5c148fb48fc662f1f2bbf2 -n pilot-test-6910f29407154d61af364b9ba0 -i pilot-test-6910f29407154d61af364b9ba0 --meshConfigMapName=istio
2018-05-19T00:31:58.853643Z info Running command kubectl apply -n pilot-test-6910f29407154d61af364b9ba0 -f /tmp/istio.e2e.539152863/KubeInject200398190.yaml --kubeconfig=
2018-05-19T00:31:59.139457Z info Command output:
service "d" created
deployment.extensions "d" created
2018-05-19T00:31:59.139570Z info Setup &{testdata/app.yaml.tmpl false map[Hub:gcr.io/istio-perf-zlizan Tag:dec9966b5a80719cac5c148fb48fc662f1f2bbf2 port3:90 port4:9090 ImagePullPolicy: service:fake-control port2:8080 version:fake-control injectProxy:false perServiceAuth:false port5:70 istioNamespace:pilot-test-6910f29407154d61af364b9ba0 healthPort:true deployment:e port1:80 port6:7070] }
2018-05-19T00:31:59.140140Z info Created /tmp/istio.e2e.539152863/app.yaml.tmpl010570741.yaml from template testdata/app.yaml.tmpl
2018-05-19T00:31:59.140165Z info Running command kubectl apply -n pilot-test-6910f29407154d61af364b9ba0 -f /tmp/istio.e2e.539152863/app.yaml.tmpl010570741.yaml --kubeconfig=
2018-05-19T00:31:59.528781Z info Command output:
service "fake-control" created
deployment.extensions "e" created
2018-05-19T00:31:59.528858Z info Running command kubectl -n pilot-test-6910f29407154d61af364b9ba0 get deployment -o name --kubeconfig=
2018-05-19T00:31:59.725472Z info Command output:
deployment.extensions/a
deployment.extensions/b
deployment.extensions/c-v1
deployment.extensions/c-v2
deployment.extensions/d
deployment.extensions/e
deployment.extensions/istio-citadel
deployment.extensions/istio-egressgateway
deployment.extensions/istio-ingress
deployment.extensions/istio-ingressgateway
deployment.extensions/istio-pilot
deployment.extensions/istio-policy
deployment.extensions/istio-statsd-prom-bridge
deployment.extensions/istio-telemetry
deployment.extensions/prometheus
deployment.extensions/t
deployment.extensions/zipkin
2018-05-19T00:31:59.725707Z info Running command kubectl -n pilot-test-6910f29407154d61af364b9ba0 rollout status deployment.extensions/zipkin --kubeconfig=
2018-05-19T00:31:59.725715Z info Running command kubectl -n pilot-test-6910f29407154d61af364b9ba0 rollout status deployment.extensions/istio-egressgateway --kubeconfig=
2018-05-19T00:31:59.725794Z info Running command kubectl -n pilot-test-6910f29407154d61af364b9ba0 rollout status deployment.extensions/c-v1 --kubeconfig=
2018-05-19T00:31:59.725864Z info Running command kubectl -n pilot-test-6910f29407154d61af364b9ba0 rollout status deployment.extensions/istio-pilot --kubeconfig=
2018-05-19T00:31:59.725963Z info Running command kubectl -n pilot-test-6910f29407154d61af364b9ba0 rollout status deployment.extensions/istio-ingressgateway --kubeconfig=
2018-05-19T00:31:59.726061Z info Running command kubectl -n pilot-test-6910f29407154d61af364b9ba0 rollout status deployment.extensions/istio-statsd-prom-bridge --kubeconfig=
2018-05-19T00:31:59.726085Z info Running command kubectl -n pilot-test-6910f29407154d61af364b9ba0 rollout status deployment.extensions/istio-telemetry --kubeconfig=
2018-05-19T00:31:59.725822Z info Running command kubectl -n pilot-test-6910f29407154d61af364b9ba0 rollout status deployment.extensions/istio-policy --kubeconfig=
2018-05-19T00:31:59.725869Z info Running command kubectl -n pilot-test-6910f29407154d61af364b9ba0 rollout status deployment.extensions/a --kubeconfig=
2018-05-19T00:31:59.727472Z info Running command kubectl -n pilot-test-6910f29407154d61af364b9ba0 rollout status deployment.extensions/istio-ingress --kubeconfig=
2018-05-19T00:31:59.727505Z info Running command kubectl -n pilot-test-6910f29407154d61af364b9ba0 rollout status deployment.extensions/istio-citadel --kubeconfig=
2018-05-19T00:31:59.727504Z info Running command kubectl -n pilot-test-6910f29407154d61af364b9ba0 rollout status deployment.extensions/b --kubeconfig=
2018-05-19T00:31:59.728214Z info Running command kubectl -n pilot-test-6910f29407154d61af364b9ba0 rollout status deployment.extensions/t --kubeconfig=
2018-05-19T00:31:59.728377Z info Running command kubectl -n pilot-test-6910f29407154d61af364b9ba0 rollout status deployment.extensions/c-v2 --kubeconfig=
2018-05-19T00:31:59.728525Z info Running command kubectl -n pilot-test-6910f29407154d61af364b9ba0 rollout status deployment.extensions/prometheus --kubeconfig=
2018-05-19T00:31:59.728927Z info Running command kubectl -n pilot-test-6910f29407154d61af364b9ba0 rollout status deployment.extensions/e --kubeconfig=
2018-05-19T00:31:59.727179Z info Running command kubectl -n pilot-test-6910f29407154d61af364b9ba0 rollout status deployment.extensions/d --kubeconfig=
2018-05-19T00:32:32.849405Z info Running command kubectl apply -n pilot-test-6910f29407154d61af364b9ba0 -f testdata/headless.yaml --kubeconfig=
2018-05-19T00:32:33.153397Z info Command output:
service "headless" created
2018-05-19T00:32:33.153547Z info Running command kubectl apply -n pilot-test-6910f29407154d61af364b9ba0 -f testdata/external-wikipedia.yaml --kubeconfig=
2018-05-19T00:32:33.394014Z info Command output:
service "externalwikipedia" created
2018-05-19T00:32:33.394106Z info Running command kubectl apply -n pilot-test-6910f29407154d61af364b9ba0 -f testdata/externalbin.yaml --kubeconfig=
2018-05-19T00:32:33.647452Z info Command output:
service "externalbin" created
2018-05-19T00:32:43.647832Z info Running command kubectl -n pilot-test-6910f29407154d61af364b9ba0 get deployments -ao jsonpath='{range .items[*]}{@.metadata.name}{" "}{@.status.availableReplicas}{"\n"}{end}' --kubeconfig=
2018-05-19T00:32:43.820484Z info Command output:
Flag --show-all has been deprecated, will be removed in an upcoming release
a 1
b 1
c-v1 1
c-v2 1
d 1
e 1
istio-citadel 1
istio-egressgateway 1
istio-ingress 1
istio-ingressgateway 1
istio-pilot 1
istio-policy 1
istio-statsd-prom-bridge 1
istio-telemetry 1
prometheus 1
t 1
zipkin 1
2018-05-19T00:32:43.820573Z info All deployments are ready
2018-05-19T00:32:43.820589Z info Initialization complete
2018-05-19T00:32:43.820596Z info Running test
=== RUN TestZipkin
--- SKIP: TestZipkin (0.00s)
a_zipkin_test.go:35: Skipping TestZipkin
=== RUN TestAuthExclusion
--- SKIP: TestAuthExclusion (0.00s)
auth_exclusion_test.go:24: Skipping TestAuthExclusion: auth_enable=false
=== RUN TestMTlsWithAuthNPolicy
2018-05-19T00:32:43.820795Z info Running command kubectl apply -n pilot-test-6910f29407154d61af364b9ba0 -f testdata/authn/v1alpha1/authn-policy.yaml.tmpl --kubeconfig=
2018-05-19T00:32:44.895558Z info Command output:
policy.authentication.istio.io "global-enable-mtls" created
policy.authentication.istio.io "per-service-disable-mtls" created
=== RUN TestMTlsWithAuthNPolicy/request
=== RUN TestMTlsWithAuthNPolicy/request/a->b_
2018-05-19T00:32:54.896121Z info Running command kubectl -n pilot-test-6910f29407154d61af364b9ba0 -l=app get pods -o=jsonpath='{range .items[*]}{.metadata.name}{" "}{.metadata.labels.app}{"\n"}{end}' --kubeconfig=
2018-05-19T00:32:55.053694Z info Command output:
a-b78789f55-mrgw5 a
b-6f67db4bf7-dlgq5 b
c-v1-86d455f4dc-82gf5 c
c-v2-576755f555-4sw2f c
d-5bd8dbfbf9-mcd25 d
e-7987b5ddfc-zff45 fake-control
istio-mixer-create-cr-2q2gf mixer
prometheus-86cb6dd77c-wnp8r prometheus
t-59dddd977d-wflxk t
zipkin-748465b97c-wmllv zipkin
2018-05-19T00:32:55.053827Z info Fetched pods with the `app` label: map[b:[b-6f67db4bf7-dlgq5] mixer:[istio-mixer-create-cr-2q2gf] t:[t-59dddd977d-wflxk] zipkin:[zipkin-748465b97c-wmllv] prometheus:[prometheus-86cb6dd77c-wnp8r] a:[a-b78789f55-mrgw5] c:[c-v2-576755f555-4sw2f c-v1-86d455f4dc-82gf5] d:[d-5bd8dbfbf9-mcd25] fake-control:[e-7987b5ddfc-zff45]]
2018-05-19T00:33:10.554362Z error client request error command failed: "2018/05/19 00:32:55 [0] Url=http://b:/a\n2018/05/19 00:33:10 Error Get http://b/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b:/a in a
2018-05-19T00:33:26.822605Z error client request error command failed: "2018/05/19 00:33:11 [0] Url=http://b:/a\n2018/05/19 00:33:26 Error Get http://b/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b:/a in a
2018-05-19T00:33:43.142968Z error client request error command failed: "2018/05/19 00:33:28 [0] Url=http://b:/a\n2018/05/19 00:33:43 Error Get http://b/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b:/a in a
2018-05-19T00:33:58.857303Z error client request error command failed: "2018/05/19 00:33:44 [0] Url=http://b:/a\ncommand terminated with exit code 137\n" exit status 137 for http://b:/a in a
2018-05-19T00:34:15.180136Z error client request error command failed: "2018/05/19 00:34:00 [0] Url=http://b:/a\n2018/05/19 00:34:15 Error Get http://b/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b:/a in a
2018-05-19T00:34:31.537369Z error client request error command failed: "2018/05/19 00:34:16 [0] Url=http://b:/a\n2018/05/19 00:34:31 Error Get http://b/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b:/a in a
2018-05-19T00:34:47.939111Z error client request error command failed: "2018/05/19 00:34:32 [0] Url=http://b:/a\n2018/05/19 00:34:47 Error Get http://b/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b:/a in a
2018-05-19T00:35:04.235411Z error client request error command failed: "2018/05/19 00:34:49 [0] Url=http://b:/a\n2018/05/19 00:35:04 Error Get http://b/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b:/a in a
2018-05-19T00:35:20.506250Z error client request error command failed: "2018/05/19 00:35:05 [0] Url=http://b:/a\n2018/05/19 00:35:20 Error Get http://b/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b:/a in a
2018-05-19T00:35:36.786895Z error client request error command failed: "2018/05/19 00:35:21 [0] Url=http://b:/a\n2018/05/19 00:35:36 Error Get http://b/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b:/a in a
2018-05-19T00:35:38.768514Z error client request error command failed: "2018/05/19 00:35:38 [0] Url=http://b:/a\ncommand terminated with exit code 137\n" exit status 137 for http://b:/a in a
2018-05-19T00:35:55.062275Z error client request error command failed: "2018/05/19 00:35:40 [0] Url=http://b:/a\n2018/05/19 00:35:55 Error Get http://b/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b:/a in a
2018-05-19T00:36:11.345823Z error client request error command failed: "2018/05/19 00:35:56 [0] Url=http://b:/a\n2018/05/19 00:36:11 Error Get http://b/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b:/a in a
2018-05-19T00:36:27.621032Z error client request error command failed: "2018/05/19 00:36:12 [0] Url=http://b:/a\n2018/05/19 00:36:27 Error Get http://b/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b:/a in a
2018-05-19T00:36:43.918765Z error client request error command failed: "2018/05/19 00:36:28 [0] Url=http://b:/a\n2018/05/19 00:36:43 Error Get http://b/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b:/a in a
2018-05-19T00:37:00.211911Z error client request error command failed: "2018/05/19 00:36:45 [0] Url=http://b:/a\n2018/05/19 00:37:00 Error Get http://b/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b:/a in a
2018-05-19T00:37:16.472846Z error client request error command failed: "2018/05/19 00:37:01 [0] Url=http://b:/a\n2018/05/19 00:37:16 Error Get http://b/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b:/a in a
2018-05-19T00:37:18.944524Z error client request error command failed: "2018/05/19 00:37:17 [0] Url=http://b:/a\ncommand terminated with exit code 137\n" exit status 137 for http://b:/a in a
2018-05-19T00:37:35.242155Z error client request error command failed: "2018/05/19 00:37:20 [0] Url=http://b:/a\n2018/05/19 00:37:35 Error Get http://b/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b:/a in a
2018-05-19T00:37:51.496519Z error client request error command failed: "2018/05/19 00:37:36 [0] Url=http://b:/a\n2018/05/19 00:37:51 Error Get http://b/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b:/a in a
2018-05-19T00:38:07.770876Z error client request error command failed: "2018/05/19 00:37:52 [0] Url=http://b:/a\n2018/05/19 00:38:07 Error Get http://b/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b:/a in a
2018-05-19T00:38:24.266261Z error client request error command failed: "2018/05/19 00:38:09 [0] Url=http://b:/a\n2018/05/19 00:38:24 Error Get http://b/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b:/a in a
2018-05-19T00:38:40.537950Z error client request error command failed: "2018/05/19 00:38:25 [0] Url=http://b:/a\n2018/05/19 00:38:40 Error Get http://b/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b:/a in a
2018-05-19T00:38:56.804776Z error client request error command failed: "2018/05/19 00:38:41 [0] Url=http://b:/a\n2018/05/19 00:38:56 Error Get http://b/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b:/a in a
2018-05-19T00:38:58.768094Z error client request error command failed: "2018/05/19 00:38:58 [0] Url=http://b:/a\ncommand terminated with exit code 137\n" exit status 137 for http://b:/a in a
2018-05-19T00:39:15.098199Z error client request error command failed: "2018/05/19 00:39:00 [0] Url=http://b:/a\n2018/05/19 00:39:15 Error Get http://b/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b:/a in a
2018-05-19T00:39:31.372033Z error client request error command failed: "2018/05/19 00:39:16 [0] Url=http://b:/a\n2018/05/19 00:39:31 Error Get http://b/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b:/a in a
2018-05-19T00:39:47.863162Z error client request error command failed: "2018/05/19 00:39:32 [0] Url=http://b:/a\n2018/05/19 00:39:47 Error Get http://b/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b:/a in a
2018-05-19T00:40:04.122397Z error client request error command failed: "2018/05/19 00:39:49 [0] Url=http://b:/a\n2018/05/19 00:40:04 Error Get http://b/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b:/a in a
2018-05-19T00:40:32.226818Z error client request error command failed: "Error from server: error dialing backend: ssh: unexpected packet in response to channel open: <nil>\n" exit status 1 for http://b:/a in a
2018-05-19T00:40:33.660088Z error client request error command failed: "Error from server: error dialing backend: read tcp 10.138.1.188:51412->35.233.195.1:22: read: connection reset by peer\n" exit status 1 for http://b:/a in a
2018-05-19T00:40:35.165292Z error client request error command failed: "Error from server: error dialing backend: ssh: rejected: connect failed (Connection refused)\n" exit status 1 for http://b:/a in a
2018-05-19T00:40:36.691217Z error client request error command failed: "Error from server: error dialing backend: ssh: rejected: connect failed (Connection refused)\n" exit status 1 for http://b:/a in a
2018-05-19T00:40:37.978637Z error client request error command failed: "Error from server: error dialing backend: read tcp 10.138.1.188:51412->35.233.195.1:22: read: connection reset by peer\n" exit status 1 for http://b:/a in a
2018-05-19T00:40:39.161422Z error client request error command failed: "Error from server: error dialing backend: ssh: rejected: connect failed (Connection refused)\n" exit status 1 for http://b:/a in a
2018-05-19T00:40:40.366412Z error client request error command failed: "error: unable to upgrade connection: pod does not exist\n" exit status 1 for http://b:/a in a
2018-05-19T00:40:41.544030Z error client request error command failed: "Error from server: error dialing backend: read tcp 10.138.1.188:51412->35.233.195.1:22: read: connection reset by peer\n" exit status 1 for http://b:/a in a
2018-05-19T00:40:43.589427Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:/a in a
2018-05-19T00:40:44.965067Z error client request error command failed: "Error from server: error dialing backend: read tcp 10.138.1.188:51412->35.233.195.1:22: read: connection reset by peer\n" exit status 1 for http://b:/a in a
2018-05-19T00:40:46.405738Z error client request error command failed: "Error from server: error dialing backend: read tcp 10.138.1.188:51412->35.233.195.1:22: read: connection reset by peer\n" exit status 1 for http://b:/a in a
2018-05-19T00:40:47.910864Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:/a in a
2018-05-19T00:40:49.896861Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:/a in a
2018-05-19T00:40:52.661240Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:/a in a
2018-05-19T00:40:53.857814Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:/a in a
2018-05-19T00:40:55.052952Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:/a in a
2018-05-19T00:40:56.253991Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:/a in a
2018-05-19T00:40:57.574244Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:/a in a
2018-05-19T00:41:04.285369Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:/a in a
2018-05-19T00:41:07.088149Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:/a in a
2018-05-19T00:41:09.216170Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:/a in a
=== RUN TestMTlsWithAuthNPolicy/request/a->b.pilot-test-6910f29407154d61af364b9ba0_
2018-05-19T00:41:09.454208Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:41:10.735025Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:41:12.458343Z error client request error command failed: "2018/05/19 00:41:12 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:41:12 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: dial tcp 10.23.250.86:80: connect: connection refused\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:41:13.801857Z error client request error command failed: "2018/05/19 00:41:13 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:41:13 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: dial tcp 10.23.250.86:80: connect: connection refused\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:41:15.059824Z error client request error command failed: "2018/05/19 00:41:15 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:41:15 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: dial tcp 10.23.250.86:80: connect: connection refused\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:41:16.743556Z error client request error command failed: "2018/05/19 00:41:16 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:41:16 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: dial tcp 10.23.250.86:80: connect: connection refused\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:41:18.595855Z error client request error command failed: "2018/05/19 00:41:18 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:41:18 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: dial tcp 10.23.250.86:80: connect: connection refused\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:41:20.397692Z error client request error command failed: "2018/05/19 00:41:20 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:41:20 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: dial tcp 10.23.250.86:80: connect: connection refused\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:41:22.128454Z error client request error command failed: "2018/05/19 00:41:22 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:41:22 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: dial tcp 10.23.250.86:80: connect: connection refused\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:41:23.655899Z error client request error command failed: "2018/05/19 00:41:23 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:41:23 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: dial tcp 10.23.250.86:80: connect: connection refused\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:41:24.945425Z error client request error command failed: "2018/05/19 00:41:24 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:41:24 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: dial tcp 10.23.250.86:80: connect: connection refused\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:41:26.199088Z error client request error command failed: "2018/05/19 00:41:26 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:41:26 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: dial tcp 10.23.250.86:80: connect: connection refused\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:41:27.484688Z error client request error command failed: "2018/05/19 00:41:27 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:41:27 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: dial tcp 10.23.250.86:80: connect: connection refused\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:41:28.739898Z error client request error command failed: "2018/05/19 00:41:28 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:41:28 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: dial tcp 10.23.250.86:80: connect: connection refused\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:41:30.022368Z error client request error command failed: "2018/05/19 00:41:29 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:41:30 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: dial tcp 10.23.250.86:80: connect: connection refused\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:41:31.284116Z error client request error command failed: "2018/05/19 00:41:31 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:41:31 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: dial tcp 10.23.250.86:80: connect: connection refused\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:41:32.561060Z error client request error command failed: "2018/05/19 00:41:32 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:41:32 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: dial tcp 10.23.250.86:80: connect: connection refused\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:41:33.817562Z error client request error command failed: "2018/05/19 00:41:33 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:41:33 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: dial tcp 10.23.250.86:80: connect: connection refused\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:41:35.081986Z error client request error command failed: "2018/05/19 00:41:35 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:41:35 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: dial tcp 10.23.250.86:80: connect: connection refused\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:41:36.336337Z error client request error command failed: "2018/05/19 00:41:36 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:41:36 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: dial tcp 10.23.250.86:80: connect: connection refused\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:41:37.621300Z error client request error command failed: "2018/05/19 00:41:37 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:41:37 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: dial tcp 10.23.250.86:80: connect: connection refused\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:41:38.975602Z error client request error command failed: "2018/05/19 00:41:38 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:41:38 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: dial tcp 10.23.250.86:80: connect: connection refused\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:41:40.238848Z error client request error command failed: "2018/05/19 00:41:40 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:41:40 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: dial tcp 10.23.250.86:80: connect: connection refused\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:41:41.500004Z error client request error command failed: "2018/05/19 00:41:41 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:41:41 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: dial tcp 10.23.250.86:80: connect: connection refused\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:41:57.795731Z error client request error command failed: "2018/05/19 00:41:42 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:41:57 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:42:14.143839Z error client request error command failed: "2018/05/19 00:41:59 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:42:14 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:42:30.469073Z error client request error command failed: "2018/05/19 00:42:15 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:42:30 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:42:46.814311Z error client request error command failed: "2018/05/19 00:42:31 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:42:46 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:42:57.720155Z error client request error command failed: "2018/05/19 00:42:48 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\ncommand terminated with exit code 137\n" exit status 137 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:43:14.100561Z error client request error command failed: "2018/05/19 00:42:59 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:43:14 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:43:30.438579Z error client request error command failed: "2018/05/19 00:43:15 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:43:30 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:43:46.772155Z error client request error command failed: "2018/05/19 00:43:31 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:43:46 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:44:02.998396Z error client request error command failed: "2018/05/19 00:43:47 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:44:02 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:44:19.354955Z error client request error command failed: "2018/05/19 00:44:04 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:44:19 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:44:36.348410Z error client request error command failed: "2018/05/19 00:44:21 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:44:36 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:44:37.736550Z error client request error command failed: "2018/05/19 00:44:37 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\ncommand terminated with exit code 137\n" exit status 137 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:44:54.028874Z error client request error command failed: "2018/05/19 00:44:39 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:44:54 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:45:10.297683Z error client request error command failed: "2018/05/19 00:44:55 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:45:10 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:45:26.592772Z error client request error command failed: "2018/05/19 00:45:11 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:45:26 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:45:42.838851Z error client request error command failed: "2018/05/19 00:45:27 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:45:42 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:45:59.194773Z error client request error command failed: "2018/05/19 00:45:44 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:45:59 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:46:15.506653Z error client request error command failed: "2018/05/19 00:46:00 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:46:15 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:46:17.725524Z error client request error command failed: "2018/05/19 00:46:16 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\ncommand terminated with exit code 137\n" exit status 137 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:46:34.031360Z error client request error command failed: "2018/05/19 00:46:18 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:46:33 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:46:50.327925Z error client request error command failed: "2018/05/19 00:46:35 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:46:50 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:47:06.725861Z error client request error command failed: "2018/05/19 00:46:51 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:47:06 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:47:23.010867Z error client request error command failed: "2018/05/19 00:47:07 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:47:22 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:47:39.315853Z error client request error command failed: "2018/05/19 00:47:24 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:47:39 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:47:55.597519Z error client request error command failed: "2018/05/19 00:47:40 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\n2018/05/19 00:47:55 Error Get http://b.pilot-test-6910f29407154d61af364b9ba0/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
2018-05-19T00:47:57.737224Z error client request error command failed: "2018/05/19 00:47:56 [0] Url=http://b.pilot-test-6910f29407154d61af364b9ba0:/a\ncommand terminated with exit code 137\n" exit status 137 for http://b.pilot-test-6910f29407154d61af364b9ba0:/a in a
=== RUN TestMTlsWithAuthNPolicy/request/a->b_80
2018-05-19T00:48:13.054899Z error client request error command failed: "2018/05/19 00:47:58 [0] Url=http://b:80/a\n2018/05/19 00:48:13 Error Get http://b:80/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b:80/a in a
2018-05-19T00:48:29.304209Z error client request error command failed: "2018/05/19 00:48:14 [0] Url=http://b:80/a\n2018/05/19 00:48:29 Error Get http://b:80/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b:80/a in a
2018-05-19T00:48:45.571221Z error client request error command failed: "2018/05/19 00:48:30 [0] Url=http://b:80/a\n2018/05/19 00:48:45 Error Get http://b:80/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b:80/a in a
2018-05-19T00:49:01.851178Z error client request error command failed: "2018/05/19 00:48:46 [0] Url=http://b:80/a\n2018/05/19 00:49:01 Error Get http://b:80/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b:80/a in a
2018-05-19T00:49:18.134599Z error client request error command failed: "2018/05/19 00:49:03 [0] Url=http://b:80/a\n2018/05/19 00:49:18 Error Get http://b:80/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b:80/a in a
2018-05-19T00:49:34.892171Z error client request error command failed: "2018/05/19 00:49:19 [0] Url=http://b:80/a\n2018/05/19 00:49:34 Error Get http://b:80/a: net/http: request canceled (Client.Timeout exceeded while awaiting headers)\ncommand terminated with exit code 1\n" exit status 1 for http://b:80/a in a
2018-05-19T00:49:37.744273Z error client request error command failed: "2018/05/19 00:49:36 [0] Url=http://b:80/a\ncommand terminated with exit code 137\n" exit status 137 for http://b:80/a in a
2018-05-19T00:49:38.939629Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:49:40.146316Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:49:41.343760Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:49:42.569118Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:49:43.812211Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:49:45.027358Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:49:46.276350Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:49:47.529484Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:49:48.732477Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:49:49.927937Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:49:51.131438Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:49:52.356282Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:49:53.651858Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:49:54.854385Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:49:56.072876Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:49:57.331667Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:49:58.538121Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:49:59.756085Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:50:00.951301Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:50:02.253425Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:50:03.454525Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:50:04.655454Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:50:05.873525Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:50:07.124560Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:50:08.316792Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:50:09.518686Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:50:10.701041Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:50:11.897550Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:50:13.125328Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:50:14.351677Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:50:15.562116Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:50:16.787329Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:50:18.028299Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:50:19.240148Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:50:20.433046Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:50:21.625050Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:50:22.857714Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:50:24.048584Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:50:25.261106Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:50:26.473527Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:50:27.699653Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:50:28.901333Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
2018-05-19T00:50:30.098967Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b:80/a in a
=== RUN TestMTlsWithAuthNPolicy/request/a->b.pilot-test-6910f29407154d61af364b9ba0_80
2018-05-19T00:50:30.288148Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:50:31.483322Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:50:32.662925Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:50:33.853439Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:50:35.058927Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:50:36.265264Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:50:37.497107Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:50:38.693019Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:50:39.893793Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:50:41.191271Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:50:42.395038Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:50:43.582170Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:50:44.862931Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:50:46.100070Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:50:47.295572Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:50:48.506533Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:50:49.698861Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:50:50.894288Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:50:52.075772Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:50:53.261364Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:50:54.445637Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:50:55.628702Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:50:56.839134Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:50:58.029649Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:50:59.241670Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:51:00.442836Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:51:01.664123Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:51:02.878834Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:51:04.079819Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:51:05.277359Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:51:06.481836Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:51:07.715865Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:51:08.965310Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:51:10.157596Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:51:11.356850Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:51:12.559231Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:51:13.737034Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:51:14.915126Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:51:16.092573Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
2018-05-19T00:51:17.275939Z error client request error command failed: "error: unable to upgrade connection: container not found (\"app\")\n" exit status 1 for http://b.pilot-test-6910f29407154d61af364b9ba0:80/a in a
SIGQUIT: quit
PC=0x45cb03 m=0 sigcode=0
goroutine 324 [syscall, 19 minutes]:
runtime.notetsleepg(0x23e9940, 0x10d26d4e03e, 0x0)
/home/zlizan/golang-go/1.10.1/src/runtime/lock_futex.go:227 +0x42 fp=0xc4205f6760 sp=0xc4205f6730 pc=0x411002
runtime.timerproc(0x23e9920)
/home/zlizan/golang-go/1.10.1/src/runtime/time.go:261 +0x2e7 fp=0xc4205f67d8 sp=0xc4205f6760 pc=0x44af47
runtime.goexit()
/home/zlizan/golang-go/1.10.1/src/runtime/asm_amd64.s:2361 +0x1 fp=0xc4205f67e0 sp=0xc4205f67d8 pc=0x45b561
created by runtime.(*timersBucket).addtimerLocked
/home/zlizan/golang-go/1.10.1/src/runtime/time.go:160 +0x107
goroutine 1 [chan receive, 19 minutes]:
testing.(*T).Run(0xc42018e3c0, 0x1802965, 0x17, 0x1899450, 0x48c901)
/home/zlizan/golang-go/1.10.1/src/testing/testing.go:825 +0x301
testing.runTests.func1(0xc42018e0f0)
/home/zlizan/golang-go/1.10.1/src/testing/testing.go:1063 +0x64
testing.tRunner(0xc42018e0f0, 0xc4209a5d68)
/home/zlizan/golang-go/1.10.1/src/testing/testing.go:777 +0xd0
testing.runTests(0xc4203a05c0, 0x23d40e0, 0x18, 0x18, 0x23e2460)
/home/zlizan/golang-go/1.10.1/src/testing/testing.go:1061 +0x2c4
testing.(*M).Run(0xc42037b700, 0x0)
/home/zlizan/golang-go/1.10.1/src/testing/testing.go:978 +0x171
istio.io/istio/tests/e2e/framework.(*CommonConfig).RunTest(0xc420431880, 0x193d720, 0xc42037b700, 0x1b)
/home/zlizan/go/src/istio.io/istio/tests/e2e/framework/framework.go:215 +0x16e
istio.io/istio/tests/e2e/tests/pilot.TestMain(0xc42037b700)
/home/zlizan/go/src/istio.io/istio/tests/e2e/tests/pilot/pilot_test.go:75 +0xbb
main.main()
_testmain.go:86 +0x151
goroutine 56 [select, 20 minutes]:
istio.io/istio/pkg/cache.(*ttlCache).evicter(0xc4201f5300, 0x1a3185c5000)
/home/zlizan/go/src/istio.io/istio/pkg/cache/ttlCache.go:104 +0x13a
created by istio.io/istio/pkg/cache.NewTTL
/home/zlizan/go/src/istio.io/istio/pkg/cache/ttlCache.go:83 +0x1af
goroutine 57 [select, 2 minutes]:
istio.io/istio/pilot/pkg/model.(*jwksResolver).refresher(0xc4201f5400)
/home/zlizan/go/src/istio.io/istio/pilot/pkg/model/jwks_resolver.go:275 +0x156
created by istio.io/istio/pilot/pkg/model.newJwksResolver
/home/zlizan/go/src/istio.io/istio/pilot/pkg/model/jwks_resolver.go:132 +0x19a
goroutine 672 [syscall]:
syscall.Syscall6(0xf7, 0x1, 0x5663, 0xc42098f560, 0x1000004, 0x0, 0x0, 0x0, 0xc420221400, 0x0)
/home/zlizan/golang-go/1.10.1/src/syscall/asm_linux_amd64.s:44 +0x5
os.(*Process).blockUntilWaitable(0xc42077e210, 0x0, 0x0, 0x3)
/home/zlizan/golang-go/1.10.1/src/os/wait_waitid.go:31 +0x98
os.(*Process).wait(0xc42077e210, 0xc420129e00, 0xc42056ca78, 0xc42056ca78)
/home/zlizan/golang-go/1.10.1/src/os/exec_unix.go:22 +0x3c
os.(*Process).Wait(0xc42077e210, 0x189c888, 0x189c890, 0x189c880)
/home/zlizan/golang-go/1.10.1/src/os/exec.go:123 +0x2b
os/exec.(*Cmd).Wait(0xc42056c9a0, 0x0, 0x0)
/home/zlizan/golang-go/1.10.1/src/os/exec/exec.go:461 +0x5c
os/exec.(*Cmd).Run(0xc42056c9a0, 0xc420127500, 0x2)
/home/zlizan/golang-go/1.10.1/src/os/exec/exec.go:305 +0x5c
os/exec.(*Cmd).CombinedOutput(0xc42056c9a0, 0xc420042160, 0x17e88d5, 0x2, 0xc42098f898, 0x2)
/home/zlizan/golang-go/1.10.1/src/os/exec/exec.go:521 +0x106
istio.io/istio/tests/util.sh(0x1963740, 0xc420042160, 0x1833235, 0x31, 0x0, 0xc42098fa70, 0x5, 0x5, 0x10, 0x154da60, ...)
/home/zlizan/go/src/istio.io/istio/tests/util/common_utils.go:154 +0x123
istio.io/istio/tests/util.ShellSilent(0x1833235, 0x31, 0xc42098fa70, 0x5, 0x5, 0x3f, 0xc42098f998, 0x41fe66, 0xc420525900)
/home/zlizan/go/src/istio.io/istio/tests/util/common_utils.go:145 +0x84
istio.io/istio/tests/util.PodExec(0xc42027e150, 0x25, 0xc4206d4360, 0x11, 0x17e8d2a, 0x3, 0xc420525900, 0x49, 0x17e8601, 0x0, ...)
/home/zlizan/go/src/istio.io/istio/tests/util/kube_utils.go:476 +0x24f
istio.io/istio/tests/e2e/tests/pilot.ClientRequest(0x17e86b0, 0x1, 0xc4208a6100, 0x33, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/zlizan/go/src/istio.io/istio/tests/e2e/tests/pilot/pilot_test.go:305 +0x2bb
istio.io/istio/tests/e2e/tests/pilot.TestMTlsWithAuthNPolicy.func1.1(0x3b9aca00, 0xc420336490)
/home/zlizan/go/src/istio.io/istio/tests/e2e/tests/pilot/authn_policy_test.go:48 +0x22f
istio.io/istio/tests/e2e/tests/pilot.runRetriableTest.func1(0xc42018e1e0)
/home/zlizan/go/src/istio.io/istio/tests/e2e/tests/pilot/pilot_test.go:135 +0x101
testing.tRunner(0xc42018e1e0, 0xc420a1dce0)
/home/zlizan/golang-go/1.10.1/src/testing/testing.go:777 +0xd0
created by testing.(*T).Run
/home/zlizan/golang-go/1.10.1/src/testing/testing.go:824 +0x2e0
goroutine 327 [chan receive, 19 minutes]:
testing.(*T).Run(0xc42041e4b0, 0x17ed36b, 0x7, 0xc4209325a0, 0x4f296d)
/home/zlizan/golang-go/1.10.1/src/testing/testing.go:825 +0x301
istio.io/istio/tests/e2e/tests/pilot.TestMTlsWithAuthNPolicy(0xc42018e3c0)
/home/zlizan/go/src/istio.io/istio/tests/e2e/tests/pilot/authn_policy_test.go:40 +0x303
testing.tRunner(0xc42018e3c0, 0x1899450)
/home/zlizan/golang-go/1.10.1/src/testing/testing.go:777 +0xd0
created by testing.(*T).Run
/home/zlizan/golang-go/1.10.1/src/testing/testing.go:824 +0x2e0
goroutine 96 [chan receive, 2 minutes]:
testing.(*T).Run(0xc42018e1e0, 0xc4209cd020, 0x2d, 0xc420a1dce0, 0xc4209cd001)
/home/zlizan/golang-go/1.10.1/src/testing/testing.go:825 +0x301
istio.io/istio/tests/e2e/tests/pilot.runRetriableTest(0xc42041e4b0, 0xc4209cd020, 0x2d, 0x32, 0xc420a1dcb0, 0x0, 0x0, 0x0)
/home/zlizan/go/src/istio.io/istio/tests/e2e/tests/pilot/pilot_test.go:127 +0xd6
istio.io/istio/tests/e2e/tests/pilot.TestMTlsWithAuthNPolicy.func1(0xc42041e4b0)
/home/zlizan/go/src/istio.io/istio/tests/e2e/tests/pilot/authn_policy_test.go:46 +0xba
testing.tRunner(0xc42041e4b0, 0xc4209325a0)
/home/zlizan/golang-go/1.10.1/src/testing/testing.go:777 +0xd0
created by testing.(*T).Run
/home/zlizan/golang-go/1.10.1/src/testing/testing.go:824 +0x2e0
goroutine 737 [select]:
os/exec.(*Cmd).Start.func2(0xc42056c9a0)
/home/zlizan/golang-go/1.10.1/src/os/exec/exec.go:403 +0xf5
created by os/exec.(*Cmd).Start
/home/zlizan/golang-go/1.10.1/src/os/exec/exec.go:402 +0x684
goroutine 736 [IO wait]:
internal/poll.runtime_pollWait(0x7f3e523909c0, 0x72, 0xc420a074e8)
/home/zlizan/golang-go/1.10.1/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc4207eb1e8, 0x72, 0xffffffffffffff01, 0x193fca0, 0x235e8c0)
/home/zlizan/golang-go/1.10.1/src/internal/poll/fd_poll_runtime.go:85 +0x9b
internal/poll.(*pollDesc).waitRead(0xc4207eb1e8, 0xc42099e201, 0x200, 0x200)
/home/zlizan/golang-go/1.10.1/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc4207eb1d0, 0xc42099e200, 0x200, 0x200, 0x0, 0x0, 0x0)
/home/zlizan/golang-go/1.10.1/src/internal/poll/fd_unix.go:157 +0x17d
os.(*File).read(0xc4204b2358, 0xc42099e200, 0x200, 0x200, 0xc42099e200, 0x0, 0x0)
/home/zlizan/golang-go/1.10.1/src/os/file_unix.go:226 +0x4e
os.(*File).Read(0xc4204b2358, 0xc42099e200, 0x200, 0x200, 0xc4200f2a80, 0x495dec, 0xc420a07660)
/home/zlizan/golang-go/1.10.1/src/os/file.go:107 +0x6a
bytes.(*Buffer).ReadFrom(0xc420127500, 0x193d4e0, 0xc4204b2358, 0x7f3e52475040, 0xc420127500, 0xc420a07601)
/home/zlizan/golang-go/1.10.1/src/bytes/buffer.go:205 +0xa0
io.copyBuffer(0x193ada0, 0xc420127500, 0x193d4e0, 0xc4204b2358, 0x0, 0x0, 0x0, 0xc420a07748, 0x1, 0x0)
/home/zlizan/golang-go/1.10.1/src/io/io.go:386 +0x31a
io.Copy(0x193ada0, 0xc420127500, 0x193d4e0, 0xc4204b2358, 0x0, 0x0, 0x0)
/home/zlizan/golang-go/1.10.1/src/io/io.go:362 +0x5a
os/exec.(*Cmd).writerDescriptor.func1(0x7807a7, 0x1)
/home/zlizan/golang-go/1.10.1/src/os/exec/exec.go:275 +0x4d
os/exec.(*Cmd).Start.func1(0xc42056c9a0, 0xc4204cd640)
/home/zlizan/golang-go/1.10.1/src/os/exec/exec.go:396 +0x27
created by os/exec.(*Cmd).Start
/home/zlizan/golang-go/1.10.1/src/os/exec/exec.go:395 +0x5df
rax 0xfffffffffffffffc
rbx 0x3b77823e
rcx 0x45cb03
rdx 0x0
rdi 0x23e9940
rsi 0x0
rbp 0xc4205f66e8
rsp 0xc4205f66a0
r8 0x0
r9 0x0
r10 0xc4205f66d8
r11 0x202
r12 0xc4205f5f60
r13 0x1
r14 0x0
r15 0x0
rip 0x45cb03
rflags 0x202
cs 0x33
fs 0x0
gs 0x0
*** Test killed with quit: ran too long (21m0s).
FAIL istio.io/istio/tests/e2e/tests/pilot 1260.213s
tests/istio.mk:123: recipe for target 'e2e_pilot' failed
make: *** [e2e_pilot] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment