Compile and Test SONOBUOY

Sonobouy, deploys in a Kubernetes cluster and helps to assesse the compliance of that cluster

Key Aspects

  • Fork Sonobuoy
  • Compile the tools
  • Test it

Clone and Compile

mkdir -p $HOME/src/github.com/heptio
cd $HOME/src/github.com/heptio
git clone git@github.com:jbrette/sonobuoy.git
export GOPATH=$HOME

go version
go version go1.10.1 linux/amd64
go get -u -v github.com/heptio/sonobuoy
sonobuoy run
sonobuoy status
kubectl get all -n heptio-sonobuoy
NAME                                                          READY     STATUS    RESTARTS   AGE
pod/sonobuoy                                                  1/1       Running   0          14m
pod/sonobuoy-e2e-job-5fff584d11364ca1                         2/2       Running   0          12m
pod/sonobuoy-systemd-logs-daemon-set-1c53f31cf14246ca-mhztp   2/2       Running   0          12m

NAME                      TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)    AGE
service/sonobuoy-master   ClusterIP   10.99.111.192   <none>        8080/TCP   14m

NAME                                                               DESIRED   CURRENT   READY     UP-TO-DATE   AVAILABLE   NODE SELECTOR   AGE
daemonset.apps/sonobuoy-systemd-logs-daemon-set-1c53f31cf14246ca   1         1         1         1            1           <none>          12m
sonobuoy logs

see end of the file

SONOBUOY LOGS

namespace="heptio-sonobuoy" pod="sonobuoy-e2e-job-5fff584d11364ca1" container="sonobuoy-worker"
time="2018-07-03T06:01:55Z" level=info msg="Waiting for waitfile" waitfile=/tmp/results/done
namespace="heptio-sonobuoy" pod="sonobuoy" container="kube-sonobuoy"
time="2018-07-03T06:00:23Z" level=info msg="Scanning plugins in ./plugins.d (pwd: /)"
time="2018-07-03T06:00:23Z" level=info msg="Scanning plugins in /etc/sonobuoy/plugins.d (pwd: /)"
time="2018-07-03T06:00:23Z" level=info msg="Directory (/etc/sonobuoy/plugins.d) does not exist"
time="2018-07-03T06:00:23Z" level=info msg="Scanning plugins in ~/sonobuoy/plugins.d (pwd: /)"
time="2018-07-03T06:00:23Z" level=info msg="Directory (~/sonobuoy/plugins.d) does not exist"
time="2018-07-03T06:00:23Z" level=info msg="Filtering namespaces based on the following regex:.*|heptio-sonobuoy"
time="2018-07-03T06:00:23Z" level=info msg="Namespace default Matched=true"
time="2018-07-03T06:00:23Z" level=info msg="Namespace heptio-sonobuoy Matched=true"
time="2018-07-03T06:00:23Z" level=info msg="Namespace kube-public Matched=true"
time="2018-07-03T06:00:23Z" level=info msg="Namespace kube-system Matched=true"
time="2018-07-03T06:00:23Z" level=info msg="Starting server Expected Results: [{ e2e} {ubuntuvm systemd_logs}]"
time="2018-07-03T06:00:23Z" level=info msg="starting aggregation server" address=0.0.0.0 port=8080
time="2018-07-03T06:00:23Z" level=info msg="Running plugin" plugin=e2e
time="2018-07-03T06:00:23Z" level=info msg="Running plugin" plugin=systemd-logs
time="2018-07-03T06:01:53Z" level=info msg="received aggregator request" client_cert=systemd-logs node=ubuntuvm plugin_name=systemd_logs
namespace="heptio-sonobuoy" pod="sonobuoy-e2e-job-5fff584d11364ca1" container="e2e"
/usr/local/bin/ginkgo --focus=\[Conformance\] --skip=Alpha|Kubectl|\[(Disruptive|Feature:[^\]]+|Flaky)\] --noColor=true --nodes=1 /usr/local/bin/e2e.test -- --disable-log-dump --repo-root=/kubernetes --provider="local" --report-dir="/tmp/results" --kubeconfig=""
Jul  3 06:01:53.046: INFO: Overriding default scale value of zero to 1
Jul  3 06:01:53.046: INFO: Overriding default milliseconds value of zero to 5000
I0703 06:01:53.233115      17 test_context.go:382] Using a temporary kubeconfig file from in-cluster config : /tmp/kubeconfig-559575868
I0703 06:01:53.233377      17 e2e.go:333] Starting e2e run "954001dd-7e86-11e8-9aa2-c6770944a2e6" on Ginkgo node 1
Running Suite: Kubernetes e2e suite
===================================
Random Seed: 1530597712 - Will randomize all specs
Will run 144 of 998 specs

Jul  3 06:01:53.320: INFO: >>> kubeConfig: /tmp/kubeconfig-559575868
Jul  3 06:01:53.322: INFO: Waiting up to 30m0s for all (but 0) nodes to be schedulable
Jul  3 06:01:53.333: INFO: Waiting up to 10m0s for all pods (need at least 0) in namespace 'kube-system' to be running and ready
Jul  3 06:01:53.371: INFO: 11 / 11 pods in namespace 'kube-system' are running and ready (0 seconds elapsed)
Jul  3 06:01:53.371: INFO: expected 4 pod replicas in namespace 'kube-system', 4 are Running and Ready.
Jul  3 06:01:53.377: INFO: Waiting for pods to enter Success, but no pods in "kube-system" match label map[name:e2e-image-puller]
Jul  3 06:01:53.377: INFO: Dumping network health container logs from all nodes to file /tmp/results/nethealth.txt
Jul  3 06:01:53.381: INFO: e2e test version: v1.11.0
Jul  3 06:01:53.382: INFO: kube-apiserver version: v1.11.0
SSS
------------------------------
[sig-storage] EmptyDir volumes
  should support (non-root,0777,tmpfs) [NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
[BeforeEach] [sig-storage] EmptyDir volumes
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:141
STEP: Creating a kubernetes client
Jul  3 06:01:53.382: INFO: >>> kubeConfig: /tmp/kubeconfig-559575868
STEP: Building a namespace api object
Jul  3 06:01:53.446: INFO: No PodSecurityPolicies found; assuming PodSecurityPolicy is disabled.
STEP: Waiting for a default service account to be provisioned in namespace
[It] should support (non-root,0777,tmpfs) [NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
STEP: Creating a pod to test emptydir 0777 on tmpfs
Jul  3 06:01:53.458: INFO: Waiting up to 5m0s for pod "pod-958bb7dc-7e86-11e8-9aa2-c6770944a2e6" in namespace "e2e-tests-emptydir-hhx7j" to be "success or failure"
Jul  3 06:01:53.462: INFO: Pod "pod-958bb7dc-7e86-11e8-9aa2-c6770944a2e6": Phase="Pending", Reason="", readiness=false. Elapsed: 4.316916ms
Jul  3 06:01:55.470: INFO: Pod "pod-958bb7dc-7e86-11e8-9aa2-c6770944a2e6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012312995s
Jul  3 06:01:57.483: INFO: Pod "pod-958bb7dc-7e86-11e8-9aa2-c6770944a2e6": Phase="Pending", Reason="", readiness=false. Elapsed: 4.025109994s
Jul  3 06:01:59.488: INFO: Pod "pod-958bb7dc-7e86-11e8-9aa2-c6770944a2e6": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.030152763s
STEP: Saw pod success
Jul  3 06:01:59.488: INFO: Pod "pod-958bb7dc-7e86-11e8-9aa2-c6770944a2e6" satisfied condition "success or failure"
Jul  3 06:01:59.496: INFO: Trying to get logs from node ubuntuvm pod pod-958bb7dc-7e86-11e8-9aa2-c6770944a2e6 container test-container: <nil>
STEP: delete the pod
Jul  3 06:01:59.570: INFO: Waiting for pod pod-958bb7dc-7e86-11e8-9aa2-c6770944a2e6 to disappear
Jul  3 06:01:59.578: INFO: Pod pod-958bb7dc-7e86-11e8-9aa2-c6770944a2e6 no longer exists
[AfterEach] [sig-storage] EmptyDir volumes
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142
Jul  3 06:01:59.578: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "e2e-tests-emptydir-hhx7j" for this suite.
Jul  3 06:02:05.599: INFO: Waiting up to 30s for server preferred namespaced resources to be successfully discovered
Jul  3 06:02:05.743: INFO: namespace: e2e-tests-emptydir-hhx7j, resource: bindings, ignored listing per whitelist
Jul  3 06:02:05.789: INFO: namespace e2e-tests-emptydir-hhx7j deletion completed in 6.205463311s

• [SLOW TEST:12.407 seconds]
[sig-storage] EmptyDir volumes
/workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/empty_dir.go:40
  should support (non-root,0777,tmpfs) [NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
------------------------------
[sig-storage] Secrets
  should be consumable from pods in volume as non-root with defaultMode and fsGroup set [NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
[BeforeEach] [sig-storage] Secrets
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:141
STEP: Creating a kubernetes client
Jul  3 06:02:05.790: INFO: >>> kubeConfig: /tmp/kubeconfig-559575868
STEP: Building a namespace api object
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be consumable from pods in volume as non-root with defaultMode and fsGroup set [NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
STEP: Creating secret with name secret-test-9cfc3c2a-7e86-11e8-9aa2-c6770944a2e6
STEP: Creating a pod to test consume secrets
Jul  3 06:02:05.945: INFO: Waiting up to 5m0s for pod "pod-secrets-9cfd5a21-7e86-11e8-9aa2-c6770944a2e6" in namespace "e2e-tests-secrets-27nw4" to be "success or failure"
Jul  3 06:02:05.956: INFO: Pod "pod-secrets-9cfd5a21-7e86-11e8-9aa2-c6770944a2e6": Phase="Pending", Reason="", readiness=false. Elapsed: 11.604319ms
Jul  3 06:02:07.962: INFO: Pod "pod-secrets-9cfd5a21-7e86-11e8-9aa2-c6770944a2e6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.017009791s
Jul  3 06:02:09.967: INFO: Pod "pod-secrets-9cfd5a21-7e86-11e8-9aa2-c6770944a2e6": Phase="Pending", Reason="", readiness=false. Elapsed: 4.022881248s
Jul  3 06:02:11.971: INFO: Pod "pod-secrets-9cfd5a21-7e86-11e8-9aa2-c6770944a2e6": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.026083073s
STEP: Saw pod success
Jul  3 06:02:11.971: INFO: Pod "pod-secrets-9cfd5a21-7e86-11e8-9aa2-c6770944a2e6" satisfied condition "success or failure"
Jul  3 06:02:11.974: INFO: Trying to get logs from node ubuntuvm pod pod-secrets-9cfd5a21-7e86-11e8-9aa2-c6770944a2e6 container secret-volume-test: <nil>
STEP: delete the pod
Jul  3 06:02:11.999: INFO: Waiting for pod pod-secrets-9cfd5a21-7e86-11e8-9aa2-c6770944a2e6 to disappear
Jul  3 06:02:12.003: INFO: Pod pod-secrets-9cfd5a21-7e86-11e8-9aa2-c6770944a2e6 no longer exists
[AfterEach] [sig-storage] Secrets
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142
Jul  3 06:02:12.003: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "e2e-tests-secrets-27nw4" for this suite.
Jul  3 06:02:18.025: INFO: Waiting up to 30s for server preferred namespaced resources to be successfully discovered
Jul  3 06:02:18.135: INFO: namespace: e2e-tests-secrets-27nw4, resource: bindings, ignored listing per whitelist
Jul  3 06:02:18.225: INFO: namespace e2e-tests-secrets-27nw4 deletion completed in 6.218371459s

• [SLOW TEST:12.436 seconds]
[sig-storage] namespace="heptio-sonobuoy" pod="sonobuoy-systemd-logs-daemon-set-1c53f31cf14246ca-mhztp" container="sonobuoy-worker"
time="2018-07-03T06:01:52Z" level=info msg="Waiting for waitfile" waitfile=/tmp/results/done
time="2018-07-03T06:01:53Z" level=info msg="Detected done file, transmitting result file" resultFile=/tmp/results/systemd_logs
namespace="heptio-sonobuoy" pod="sonobuoy-e2e-job-5fff584d11364ca1" container="e2e"
Secrets
/workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/secrets_volume.go:33
  should be consumable from pods in volume as non-root with defaultMode and fsGroup set [NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
------------------------------
SSSSSSSSSSSSSS
------------------------------
[k8s.io] Probing container
  should have monotonically increasing restart count [Slow][NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
[BeforeEach] [k8s.io] Probing container
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:141
STEP: Creating a kubernetes client
Jul  3 06:02:18.233: INFO: >>> kubeConfig: /tmp/kubeconfig-559575868
STEP: Building a namespace api object
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [k8s.io] Probing container
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/container_probe.go:48
[It] should have monotonically increasing restart count [Slow][NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
STEP: Creating pod liveness-http in namespace e2e-tests-container-probe-vwfbg
Jul  3 06:02:24.338: INFO: Started pod liveness-http in namespace e2e-tests-container-probe-vwfbg
STEP: checking the pod's current state and verifying that restartCount is present
Jul  3 06:02:24.342: INFO: Initial restart count of pod liveness-http is 0
Jul  3 06:02:42.390: INFO: Restart count of pod e2e-tests-container-probe-vwfbg/liveness-http is now 1 (18.04818225s elapsed)
Jul  3 06:03:00.450: INFO: Restart count of pod e2e-tests-container-probe-vwfbg/liveness-http is now 2 (36.107665419s elapsed)
Jul  3 06:03:20.540: INFO: Restart count of pod e2e-tests-container-probe-vwfbg/liveness-http is now 3 (56.197646321s elapsed)
Jul  3 06:03:41.043: INFO: Restart count of pod e2e-tests-container-probe-vwfbg/liveness-http is now 4 (1m16.286139808s elapsed)
Jul  3 06:04:51.429: INFO: Restart count of pod e2e-tests-container-probe-vwfbg/liveness-http is now 5 (2m26.671984101s elapsed)
STEP: deleting the pod
[AfterEach] [k8s.io] Probing container
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142
Jul  3 06:04:51.486: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "e2e-tests-container-probe-vwfbg" for this suite.
Jul  3 06:04:57.554: INFO: Waiting up to 30s for server preferred namespaced resources to be successfully discovered
Jul  3 06:04:57.689: INFO: namespace: e2e-tests-container-probe-vwfbg, resource: bindings, ignored listing per whitelist
Jul  3 06:04:57.716: INFO: namespace e2e-tests-container-probe-vwfbg deletion completed in 6.21869089s

• [SLOW TEST:159.069 seconds]
[k8s.io] Probing container
/workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:679
  should have monotonically increasing restart count [Slow][NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
------------------------------
SSS
------------------------------
[sig-storage] ConfigMap
  should be consumable from pods in volume with mappings and Item mode set [NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
[BeforeEach] [sig-storage] ConfigMap
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:141
STEP: Creating a kubernetes client
Jul  3 06:04:57.716: INFO: >>> kubeConfig: /tmp/kubeconfig-559575868
STEP: Building a namespace api object
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be consumable from pods in volume with mappings and Item mode set [NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
STEP: Creating configMap with name configmap-test-volume-map-03686ea1-7e87-11e8-9aa2-c6770944a2e6
STEP: Creating a pod to test consume configMaps
Jul  3 06:04:57.775: INFO: Waiting up to 5m0s for pod "pod-configmaps-0368d2ec-7e87-11e8-9aa2-c6770944a2e6" in namespace "e2e-tests-configmap-5bcbx" to be "success or failure"
Jul  3 06:04:57.780: INFO: Pod "pod-configmaps-0368d2ec-7e87-11e8-9aa2-c6770944a2e6": Phase="Pending", Reason="", readiness=false. Elapsed: 5.029515ms
Jul  3 06:04:59.791: INFO: Pod "pod-configmaps-0368d2ec-7e87-11e8-9aa2-c6770944a2e6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.015570127s
Jul  3 06:05:01.796: INFO: Pod "pod-configmaps-0368d2ec-7e87-11e8-9aa2-c6770944a2e6": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.020671875s
STEP: Saw pod success
Jul  3 06:05:01.796: INFO: Pod "pod-configmaps-0368d2ec-7e87-11e8-9aa2-c6770944a2e6" satisfied condition "success or failure"
Jul  3 06:05:01.798: INFO: Trying to get logs from node ubuntuvm pod pod-configmaps-0368d2ec-7e87-11e8-9aa2-c6770944a2e6 container configmap-volume-test: <nil>
STEP: delete the pod
Jul  3 06:05:01.824: INFO: Waiting for pod pod-configmaps-0368d2ec-7e87-11e8-9aa2-c6770944a2e6 to disappear
Jul  3 06:05:01.828: INFO: Pod pod-configmaps-0368d2ec-7e87-11e8-9aa2-c6770944a2e6 no longer exists
[AfterEach] [sig-storage] ConfigMap
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142
Jul  3 06:05:01.828: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "e2e-tests-configmap-5bcbx" for this suite.
Jul  3 06:05:07.843: INFO: Waiting up to 30s for server preferred namespaced resources to be successfully discovered
Jul  3 06:05:07.942: INFO: namespace: e2e-tests-configmap-5bcbx, resource: bindings, ignored listing per whitelist
Jul  3 06:05:07.965: INFO: namespace e2e-tests-configmap-5bcbx deletion completed in 6.134761009s

• [SLOW TEST:10.249 seconds]
[sig-storage] ConfigMap
/workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/configmap_volume.go:32
  should be consumable from pods in volume with mappings and Item mode set [NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
------------------------------
SSSSSSS
------------------------------
[k8s.io] [sig-node] Pods Extended [k8s.io] Pods Set QOS Class
  should be submitted and removed  [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
[BeforeEach] [k8s.io] [sig-node] Pods Extended
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:141
STEP: Creating a kubernetes client
Jul  3 06:05:07.965: INFO: >>> kubeConfig: /tmp/kubeconfig-559575868
STEP: Building a namespace api object
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [k8s.io] Pods Set QOS Class
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/node/pods.go:199
[It] should be submitted and removed  [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
STEP: creating the pod
STEP: submitting the pod to kubernetes
STEP: verifying QOS class is set on the pod
[AfterEach] [k8s.io] [sig-node] Pods Extended
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142
Jul  3 06:05:08.093: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "e2e-tests-pods-fgrwq" for this suite.
Jul  3 06:05:30.132: INFO: Waiting up to 30s for server preferred namespaced resources to be successfully discovered
Jul  3 06:05:30.221: INFO: namespace: e2e-tests-pods-fgrwq, resource: bindings, ignored listing per whitelist
Jul  3 06:05:30.286: INFO: namespace e2e-tests-pods-fgrwq deletion completed in 22.188767463s

• [SLOW TEST:22.321 seconds]
[k8s.io] [sig-node] Pods Extended
/workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:679
  [k8s.io] Pods Set QOS Class
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:679
    should be submitted and removed  [Conformance]
    /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
------------------------------
SSSSSSSSS
------------------------------
[sig-apps] Daemon set [Serial]
  should retry creating failed daemon pods [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
[BeforeEach] [sig-apps] Daemon set [Serial]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:141
STEP: Creating a kubernetes client
Jul  3 06:05:30.286: INFO: >>> kubeConfig: /tmp/kubeconfig-559575868
STEP: Building a namespace api object
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-apps] Daemon set [Serial]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/daemon_set.go:99
[It] should retry creating failed daemon pods [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
STEP: Creating a simple DaemonSet "daemon-set"
STEP: Check that daemon pods launch on every node of the cluster.
Jul  3 06:05:30.421: INFO: Number of nodes with available pods: 0
Jul  3 06:05:30.421: INFO: Node ubuntuvm is running more than one daemon pod
Jul  3 06:05:31.736: INFO: Number of nodes with available pods: 0
Jul  3 06:05:31.736: INFO: Node ubuntuvm is running more than one daemon pod
Jul  3 06:05:32.438: INFO: Number of nodes with available pods: 0
Jul  3 06:05:32.438: INFO: Node ubuntuvm is running more than one daemon pod
Jul  3 06:05:33.468: INFO: Number of nodes with available pods: 0
Jul  3 06:05:33.468: INFO: Node ubuntuvm is running more than one daemon pod
Jul  3 06:05:34.432: INFO: Number of nodes with available pods: 0
Jul  3 06:05:34.432: INFO: Node ubuntuvm is running more than one daemon pod
Jul  3 06:05:35.429: INFO: Number of nodes with available pods: 0
Jul  3 06:05:35.429: INFO: Node ubuntuvm is running more than one daemon pod
Jul  3 06:05:36.434: INFO: Number of nodes with available pods: 0
Jul  3 06:05:36.434: INFO: Node ubuntuvm is running more than one daemon pod
Jul  3 06:05:37.450: INFO: Number of nodes with available pods: 0
Jul  3 06:05:37.450: INFO: Node ubuntuvm is running more than one daemon pod
Jul  3 06:05:38.428: INFO: Number of nodes with available pods: 0
Jul  3 06:05:38.428: INFO: Node ubuntuvm is running more than one daemon pod
Jul  3 06:05:39.444: INFO: Number of nodes with available pods: 1
Jul  3 06:05:39.444: INFO: Number of running nodes: 1, number of available pods: 1
STEP: Set a daemon pod's phase to 'Failed', check that the daemon pod is revived.
Jul  3 06:05:39.484: INFO: Number of nodes with available pods: 0
Jul  3 06:05:39.485: INFO: Node ubuntuvm is running more than one daemon pod
Jul  3 06:05:40.496: INFO: Number of nodes with available pods: 0
Jul  3 06:05:40.496: INFO: Node ubuntuvm is running more than one daemon pod
Jul  3 06:05:41.497: INFO: Number of nodes with available pods: 1
Jul  3 06:05:41.498: INFO: Number of running nodes: 1, number of available pods: 1
STEP: Wait for the failed daemon pod to be completely deleted.
[AfterEach] [sig-apps] Daemon set [Serial]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/daemon_set.go:65
STEP: Deleting DaemonSet "daemon-set"
STEP: deleting {extensions DaemonSet} daemon-set in namespace e2e-tests-daemonsets-tl4wf, will wait for the garbage collector to delete the pods
Jul  3 06:05:41.590: INFO: Deleting {extensions DaemonSet} daemon-set took: 31.578878ms
Jul  3 06:05:41.693: INFO: Terminating {extensions DaemonSet} daemon-set pods took: 102.749663ms
Jul  3 06:05:49.499: INFO: Number of nodes with available pods: 0
Jul  3 06:05:49.499: INFO: Number of running nodes: 0, number of available pods: 0
Jul  3 06:05:49.505: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"selfLink":"/apis/apps/v1/namespaces/e2e-tests-daemonsets-tl4wf/daemonsets","resourceVersion":"142028"},"items":null}

Jul  3 06:05:49.507: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"selfLink":"/api/v1/namespaces/e2e-tests-daemonsets-tl4wf/pods","resourceVersion":"142028"},"items":null}

[AfterEach] [sig-apps] Daemon set [Serial]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142
Jul  3 06:05:49.513: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "e2e-tests-daemonsets-tl4wf" for this suite.
Jul  3 06:05:55.529: INFO: Waiting up to 30s for server preferred namespaced resources to be successfully discovered
Jul  3 06:05:55.576: INFO: namespace: e2e-tests-daemonsets-tl4wf, resource: bindings, ignored listing per whitelist
Jul  3 06:05:55.647: INFO: namespace e2e-tests-daemonsets-tl4wf deletion completed in 6.132212024s

• [SLOW TEST:25.362 seconds]
[sig-apps] Daemon set [Serial]
/workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:22
  should retry creating failed daemon pods [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
------------------------------
SSSSSS
------------------------------
[sig-api-machinery] Watchers
  should be able to start watching from a specific resource version [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
[BeforeEach] [sig-api-machinery] Watchers
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:141
STEP: Creating a kubernetes client
Jul  3 06:05:55.648: INFO: >>> kubeConfig: /tmp/kubeconfig-559575868
STEP: Building a namespace api object
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be able to start watching from a specific resource version [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
STEP: creating a new configmap
STEP: modifying the configmap once
STEP: modifying the configmap a second time
STEP: deleting the configmap
STEP: creating a watch on configmaps from the resource version returned by the first update
STEP: Expecting to observe notifications for all changes to the configmap after the first update
Jul  3 06:05:55.725: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta{Name:e2e-watch-test-resource-version,GenerateName:,Namespace:e2e-tests-watch-975cf,SelfLink:/api/v1/namespaces/e2e-tests-watch-975cf/configmaps/e2e-watch-test-resource-version,UID:25f18e8f-7e87-11e8-afec-0800272e6982,ResourceVersion:142061,Generation:0,CreationTimestamp:2018-07-03 06:05:55 +0000 UTC,DeletionTimestamp:<nil>,DeletionGracePeriodSeconds:nil,Labels:map[string]string{watch-this-configmap: from-resource-version,},Annotations:map[string]string{},OwnerReferences:[],Finalizers:[],ClusterName:,Initializers:nil,},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},}
Jul  3 06:05:55.725: INFO: Got : DELETED &ConfigMap{ObjectMeta:k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta{Name:e2e-watch-test-resource-version,GenerateName:,Namespace:e2e-tests-watch-975cf,SelfLink:/api/v1/namespaces/e2e-tests-watch-975cf/configmaps/e2e-watch-test-resource-version,UID:25f18e8f-7e87-11e8-afec-0800272e6982,ResourceVersion:142062,Generation:0,CreationTimestamp:2018-07-03 06:05:55 +0000 UTC,DeletionTimestamp:<nil>,DeletionGracePeriodSeconds:nil,Labels:map[string]string{watch-this-configmap: from-resource-version,},Annotations:map[string]string{},OwnerReferences:[],Finalizers:[],ClusterName:,Initializers:nil,},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},}
[AfterEach] [sig-api-machinery] Watchers
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142
Jul  3 06:05:55.725: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "e2e-tests-watch-975cf" for this suite.
Jul  3 06:06:01.740: INFO: Waiting up to 30s for server preferred namespaced resources to be successfully discovered
Jul  3 06:06:01.845: INFO: namespace: e2e-tests-watch-975cf, resource: bindings, ignored listing per whitelist
Jul  3 06:06:01.897: INFO: namespace e2e-tests-watch-975cf deletion completed in 6.169150968s

• [SLOW TEST:6.250 seconds]
[sig-api-machinery] Watchers
/workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:22
  should be able to start watching from a specific resource version [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
------------------------------
SSSSSSSSSSSSSS
------------------------------
[sig-network] Networking Granular Checks: Pods
  should function for node-pod communication: udp [NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
[BeforeEach] [sig-network] Networking
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:141
STEP: Creating a kubernetes client
Jul  3 06:06:01.898: INFO: >>> kubeConfig: /tmp/kubeconfig-559575868
STEP: Building a namespace api object
STEP: Waiting for a default service account to be provisioned in namespace
[It] should function for node-pod communication: udp [NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
STEP: Performing setup for networking test in namespace e2e-tests-pod-network-test-gsz2s
STEP: creating a selector
STEP: Creating the service pods in kubernetes
Jul  3 06:06:01.970: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable
STEP: Creating test pods
Jul  3 06:06:32.080: INFO: ExecWithOptions {Command:[/bin/sh -c echo 'hostName' | timeout -t 2 nc -w 1 -u 192.168.196.147 8081 | grep -v '^\s*$'] Namespace:e2e-tests-pod-network-test-gsz2s PodName:host-test-container-pod ContainerName:hostexec Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
Jul  3 06:06:32.080: INFO: >>> kubeConfig: /tmp/kubeconfig-559575868
Jul  3 06:06:33.341: INFO: Found all expected endpoints: [netserver-0]
[AfterEach] [sig-network] Networking
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142
Jul  3 06:06:33.341: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "e2e-tests-pod-network-test-gsz2s" for this suite.
Jul  3 06:06:57.392: INFO: Waiting up to 30s for server preferred namespaced resources to be successfully discovered
Jul  3 06:06:57.453: INFO: namespace: e2e-tests-pod-network-test-gsz2s, resource: bindings, ignored listing per whitelist
Jul  3 06:06:57.569: INFO: namespace e2e-tests-pod-network-test-gsz2s deletion completed in 24.222268521s

• [SLOW TEST:55.671 seconds]
[sig-network] Networking
/workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/networking.go:25
  Granular Checks: Pods
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/networking.go:28
    should function for node-pod communication: udp [NodeConformance] [Conformance]
    /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
------------------------------
SSS
------------------------------
[sig-network] Services
  should serve multiport endpoints from pods  [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
[BeforeEach] [sig-network] Services
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:141
STEP: Creating a kubernetes client
Jul  3 06:06:57.569: INFO: >>> kubeConfig: /tmp/kubeconfig-559575868
STEP: Building a namespace api object
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-network] Services
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/service.go:83
[It] should serve multiport endpoints from pods  [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
STEP: creating service multi-endpoint-test in namespace e2e-tests-services-ndg9v
STEP: waiting up to 3m0s for service multi-endpoint-test in namespace e2e-tests-services-ndg9v to expose endpoints map[]
Jul  3 06:06:57.684: INFO: Get endpoints failed (9.21395ms elapsed, ignoring for 5s): endpoints "multi-endpoint-test" not found
Jul  3 06:06:58.688: INFO: successfully validated that service multi-endpoint-test in namespace e2e-tests-services-ndg9v exposes endpoints map[] (1.01352677s elapsed)
STEP: Creating pod pod1 in namespace e2e-tests-services-ndg9v
STEP: waiting up to 3m0s for service multi-endpoint-test in namespace e2e-tests-services-ndg9v to expose endpoints map[pod1:[100]]
Jul  3 06:07:01.824: INFO: successfully validated that service multi-endpoint-test in namespace e2e-tests-services-ndg9v exposes endpoints map[pod1:[100]] (3.12548547s elapsed)
STEP: Creating pod pod2 in namespace e2e-tests-services-ndg9v
STEP: waiting up to 3m0s for service multi-endpoint-test in namespace e2e-tests-services-ndg9v to expose endpoints map[pod2:[101] pod1:[100]]
Jul  3 06:07:04.994: INFO: successfully validated that service multi-endpoint-test in namespace e2e-tests-services-ndg9v exposes endpoints map[pod1:[100] pod2:[101]] (3.156212674s elapsed)
STEP: Deleting pod pod1 in namespace e2e-tests-services-ndg9v
STEP: waiting up to 3m0s for service multi-endpoint-test in namespace e2e-tests-services-ndg9v to expose endpoints map[pod2:[101]]
Jul  3 06:07:06.045: INFO: successfully validated that service multi-endpoint-test in namespace e2e-tests-services-ndg9v exposes endpoints map[pod2:[101]] (1.037349952s elapsed)
STEP: Deleting pod pod2 in namespace e2e-tests-services-ndg9v
STEP: waiting up to 3m0s for service multi-endpoint-test in namespace e2e-tests-services-ndg9v to expose endpoints map[]
Jul  3 06:07:06.073: INFO: successfully validated that service multi-endpoint-test in namespace e2e-tests-services-ndg9v exposes endpoints map[] (8.460255ms elapsed)
[AfterEach] [sig-network] Services
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142
Jul  3 06:07:06.105: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "e2e-tests-services-ndg9v" for this suite.
Jul  3 06:07:28.127: INFO: Waiting up to 30s for server preferred namespaced resources to be successfully discovered
Jul  3 06:07:28.268: INFO: namespace: e2e-tests-services-ndg9v, resource: bindings, ignored listing per whitelist
Jul  3 06:07:28.280: INFO: namespace e2e-tests-services-ndg9v deletion completed in 22.170933437s
[AfterEach] [sig-network] Services
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/service.go:88

• [SLOW TEST:30.711 seconds]
[sig-network] Services
/workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:22
  should serve multiport endpoints from pods  [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
------------------------------
[sig-network] Proxy version v1
  should proxy through a service and a pod  [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
[BeforeEach] version v1
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:141
STEP: Creating a kubernetes client
Jul  3 06:07:28.280: INFO: >>> kubeConfig: /tmp/kubeconfig-559575868
STEP: Building a namespace api object
STEP: Waiting for a default service account to be provisioned in namespace
[It] should proxy through a service and a pod  [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
STEP: starting an echo server on multiple ports
STEP: creating replication controller proxy-service-24n8l in namespace e2e-tests-proxy-2d6tn
I0703 06:07:28.400922      17 runners.go:177] Created replication controller with name: proxy-service-24n8l, namespace: e2e-tests-proxy-2d6tn, replica count: 1
I0703 06:07:29.458438      17 runners.go:177] proxy-service-24n8l Pods: 1 out of 1 created, 0 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady
I0703 06:07:30.458708      17 runners.go:177] proxy-service-24n8l Pods: 1 out of 1 created, 0 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady
I0703 06:07:31.459561      17 runners.go:177] proxy-service-24n8l Pods: 1 out of 1 created, 0 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady
I0703 06:07:32.462091      17 runners.go:177] proxy-service-24n8l Pods: 1 out of 1 created, 0 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady
I0703 06:07:33.462439      17 runners.go:177] proxy-service-24n8l Pods: 1 out of 1 created, 0 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady
I0703 06:07:34.463500      17 runners.go:177] proxy-service-24n8l Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady
I0703 06:07:35.464181      17 runners.go:177] proxy-service-24n8l Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady
I0703 06:07:36.464839      17 runners.go:177] proxy-service-24n8l Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady
I0703 06:07:37.467414      17 runners.go:177] proxy-service-24n8l Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady
I0703 06:07:38.468453      17 runners.go:177] proxy-service-24n8l Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady
I0703 06:07:39.469525      17 runners.go:177] proxy-service-24n8l Pods: 1 out of 1 created, 1 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady
Jul  3 06:07:39.480: INFO: setup took 11.110959762s, starting test cases
STEP: running 16 cases, 20 attempts per case, 320 total attempts
Jul  3 06:07:39.505: INFO: (0) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 22.984351ms)
Jul  3 06:07:39.506: INFO: (0) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/... (200; 23.941675ms)
Jul  3 06:07:39.507: INFO: (0) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 24.686163ms)
Jul  3 06:07:39.508: INFO: (0) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 25.541054ms)
Jul  3 06:07:39.508: INFO: (0) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 26.104103ms)
Jul  3 06:07:39.508: INFO: (0) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/rewriteme"... (200; 25.809024ms)
Jul  3 06:07:39.510: INFO: (0) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/rewri... (200; 27.843628ms)
Jul  3 06:07:39.514: INFO: (0) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname2/proxy/: bar (200; 31.815332ms)
Jul  3 06:07:39.514: INFO: (0) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname1/proxy/: foo (200; 32.024406ms)
Jul  3 06:07:39.522: INFO: (0) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname2/proxy/: bar (200; 40.252476ms)
Jul  3 06:07:39.526: INFO: (0) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname1/proxy/: foo (200; 43.116815ms)
Jul  3 06:07:39.526: INFO: (0) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/... (200; 44.071781ms)
Jul  3 06:07:39.530: INFO: (0) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:462/proxy/: tls qux (200; 48.139042ms)
Jul  3 06:07:39.531: INFO: (0) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:460/proxy/: tls baz (200; 49.398749ms)
Jul  3 06:07:39.533: INFO: (0) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname1/proxy/: tls baz (200; 51.469648ms)
Jul  3 06:07:39.536: INFO: (0) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname2/proxy/: tls qux (200; 53.40901ms)
Jul  3 06:07:39.540: INFO: (1) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 4.093323ms)
Jul  3 06:07:39.546: INFO: (1) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 9.210369ms)
Jul  3 06:07:39.546: INFO: (1) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:462/proxy/: tls qux (200; 9.713037ms)
Jul  3 06:07:39.547: INFO: (1) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/rewri... (200; 9.718204ms)
Jul  3 06:07:39.547: INFO: (1) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/... (200; 10.382863ms)
Jul  3 06:07:39.553: INFO: (1) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/rewriteme"... (200; 16.479995ms)
Jul  3 06:07:39.554: INFO: (1) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 16.889733ms)
Jul  3 06:07:39.554: INFO: (1) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 16.893044ms)
Jul  3 06:07:39.554: INFO: (1) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:460/proxy/: tls baz (200; 16.943884ms)
Jul  3 06:07:39.558: INFO: (1) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname2/proxy/: bar (200; 21.311901ms)
Jul  3 06:07:39.558: INFO: (1) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname1/proxy/: foo (200; 21.148017ms)
Jul  3 06:07:39.558: INFO: (1) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/... (200; 21.105103ms)
Jul  3 06:07:39.558: INFO: (1) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname1/proxy/: foo (200; 21.174644ms)
Jul  3 06:07:39.559: INFO: (1) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname2/proxy/: tls qux (200; 21.825229ms)
Jul  3 06:07:39.559: INFO: (1) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname1/proxy/: tls baz (200; 22.406455ms)
Jul  3 06:07:39.560: INFO: (1) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname2/proxy/: bar (200; 23.590981ms)
Jul  3 06:07:39.573: INFO: (2) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:460/proxy/: tls baz (200; 12.636295ms)
Jul  3 06:07:39.573: INFO: (2) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:462/proxy/: tls qux (200; 12.124205ms)
Jul  3 06:07:39.574: INFO: (2) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 12.93577ms)
Jul  3 06:07:39.574: INFO: (2) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 13.271759ms)
Jul  3 06:07:39.576: INFO: (2) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname1/proxy/: tls baz (200; 15.487461ms)
Jul  3 06:07:39.576: INFO: (2) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/rewri... (200; 15.203026ms)
Jul  3 06:07:39.577: INFO: (2) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/... (200; 15.620689ms)
Jul  3 06:07:39.578: INFO: (2) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/rewriteme"... (200; 16.58259ms)
Jul  3 06:07:39.578: INFO: (2) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname2/proxy/: tls qux (200; 16.64646ms)
Jul  3 06:07:39.578: INFO: (2) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 16.788563ms)
Jul  3 06:07:39.578: INFO: (2) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname2/proxy/: bar (200; 16.926443ms)
Jul  3 06:07:39.578: INFO: (2) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname1/proxy/: foo (200; 16.935266ms)
Jul  3 06:07:39.578: INFO: (2) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/... (200; 16.806309ms)
Jul  3 06:07:39.578: INFO: (2) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 16.770624ms)
Jul  3 06:07:39.579: INFO: (2) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname1/proxy/: foo (200; 17.369824ms)
Jul  3 06:07:39.579: INFO: (2) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname2/proxy/: bar (200; 17.84942ms)
Jul  3 06:07:39.588: INFO: (3) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 9.387169ms)
Jul  3 06:07:39.589: INFO: (3) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 9.749045ms)
Jul  3 06:07:39.589: INFO: (3) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname1/proxy/: foo (200; 9.636944ms)
Jul  3 06:07:39.589: INFO: (3) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:460/proxy/: tls baz (200; 9.560885ms)
Jul  3 06:07:39.589: INFO: (3) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname2/proxy/: tls qux (200; 9.555833ms)
Jul  3 06:07:39.589: INFO: (3) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:462/proxy/: tls qux (200; 9.908539ms)
Jul  3 06:07:39.589: INFO: (3) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/... (200; 9.861313ms)
Jul  3 06:07:39.589: INFO: (3) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/... (200; 9.806847ms)
Jul  3 06:07:39.589: INFO: (3) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 9.741395ms)
Jul  3 06:07:39.589: INFO: (3) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/rewri... (200; 10.0292ms)
Jul  3 06:07:39.589: INFO: (3) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname1/proxy/: foo (200; 9.918786ms)
Jul  3 06:07:39.589: INFO: (3) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname1/proxy/: tls baz (200; 9.754599ms)
Jul  3 06:07:39.589: INFO: (3) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 9.915328ms)
Jul  3 06:07:39.589: INFO: (3) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname2/proxy/: bar (200; 9.816536ms)
Jul  3 06:07:39.589: INFO: (3) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/rewriteme"... (200; 9.924633ms)
Jul  3 06:07:39.589: INFO: (3) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname2/proxy/: bar (200; 9.837021ms)
Jul  3 06:07:39.596: INFO: (4) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/rewriteme"... (200; 6.820563ms)
Jul  3 06:07:39.596: INFO: (4) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/rewri... (200; 7.183957ms)
Jul  3 06:07:39.597: INFO: (4) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:460/proxy/: tls baz (200; 8.189952ms)
Jul  3 06:07:39.597: INFO: (4) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 7.875646ms)
Jul  3 06:07:39.597: INFO: (4) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/... (200; 7.926349ms)
Jul  3 06:07:39.597: INFO: (4) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 8.070557ms)
Jul  3 06:07:39.597: INFO: (4) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:462/proxy/: tls qux (200; 7.944024ms)
Jul  3 06:07:39.597: INFO: (4) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 8.26913ms)
Jul  3 06:07:39.598: INFO: (4) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/... (200; 8.600459ms)
Jul  3 06:07:39.598: INFO: (4) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 8.958053ms)
Jul  3 06:07:39.601: INFO: (4) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname1/proxy/: foo (200; 12.289458ms)
Jul  3 06:07:39.602: INFO: (4) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname2/proxy/: tls qux (200; 12.520927ms)
Jul  3 06:07:39.603: INFO: (4) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname2/proxy/: bar (200; 13.80259ms)
Jul  3 06:07:39.603: INFO: (4) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname1/proxy/: foo (200; 13.938307ms)
Jul  3 06:07:39.603: INFO: (4) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname2/proxy/: bar (200; 13.798029ms)
Jul  3 06:07:39.603: INFO: (4) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname1/proxy/: tls baz (200; 14.035034ms)
Jul  3 06:07:39.612: INFO: (5) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/... (200; 8.461128ms)
Jul  3 06:07:39.612: INFO: (5) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname2/proxy/: bar (200; 8.598935ms)
Jul  3 06:07:39.612: INFO: (5) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 8.474331ms)
Jul  3 06:07:39.612: INFO: (5) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname1/proxy/: foo (200; 8.53614ms)
Jul  3 06:07:39.612: INFO: (5) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname2/proxy/: tls qux (200; 8.883358ms)
Jul  3 06:07:39.612: INFO: (5) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:462/proxy/: tls qux (200; 8.784084ms)
Jul  3 06:07:39.612: INFO: (5) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/rewri... (200; 8.655623ms)
Jul  3 06:07:39.612: INFO: (5) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:460/proxy/: tls baz (200; 8.55204ms)
Jul  3 06:07:39.612: INFO: (5) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname2/proxy/: bar (200; 8.967046ms)
Jul  3 06:07:39.612: INFO: (5) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname1/proxy/: foo (200; 8.628987ms)
Jul  3 06:07:39.612: INFO: (5) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/... (200; 8.675398ms)
Jul  3 06:07:39.612: INFO: (5) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 8.737646ms)
Jul  3 06:07:39.612: INFO: (5) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 8.715562ms)
Jul  3 06:07:39.612: INFO: (5) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/rewriteme"... (200; 8.658073ms)
Jul  3 06:07:39.612: INFO: (5) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 8.684735ms)
Jul  3 06:07:39.615: INFO: (5) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname1/proxy/: tls baz (200; 11.408713ms)
Jul  3 06:07:39.622: INFO: (6) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/... (200; 6.303757ms)
Jul  3 06:07:39.622: INFO: (6) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/... (200; 6.231001ms)
Jul  3 06:07:39.622: INFO: (6) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 6.215339ms)
Jul  3 06:07:39.622: INFO: (6) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/rewriteme"... (200; 6.256391ms)
Jul  3 06:07:39.622: INFO: (6) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:460/proxy/: tls baz (200; 6.255782ms)
Jul  3 06:07:39.622: INFO: (6) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:462/proxy/: tls qux (200; 6.331148ms)
Jul  3 06:07:39.622: INFO: (6) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname2/proxy/: bar (200; 6.244161ms)
Jul  3 06:07:39.623: INFO: (6) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 6.875476ms)
Jul  3 06:07:39.623: INFO: (6) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 7.871699ms)
Jul  3 06:07:39.623: INFO: (6) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 7.501482ms)
Jul  3 06:07:39.624: INFO: (6) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/rewri... (200; 8.340597ms)
Jul  3 06:07:39.626: INFO: (6) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname2/proxy/: bar (200; 9.737824ms)
Jul  3 06:07:39.626: INFO: (6) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname1/proxy/: foo (200; 10.23094ms)
Jul  3 06:07:39.627: INFO: (6) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname1/proxy/: tls baz (200; 11.440538ms)
Jul  3 06:07:39.628: INFO: (6) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname1/proxy/: foo (200; 12.671053ms)
Jul  3 06:07:39.628: INFO: (6) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname2/proxy/: tls qux (200; 12.640137ms)
Jul  3 06:07:39.634: INFO: (7) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/... (200; 5.355297ms)
Jul  3 06:07:39.634: INFO: (7) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 5.14686ms)
Jul  3 06:07:39.634: INFO: (7) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:462/proxy/: tls qux (200; 5.532388ms)
Jul  3 06:07:39.635: INFO: (7) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/... (200; 5.666625ms)
Jul  3 06:07:39.635: INFO: (7) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 6.029568ms)
Jul  3 06:07:39.635: INFO: (7) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 5.795261ms)
Jul  3 06:07:39.635: INFO: (7) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 5.675582ms)
Jul  3 06:07:39.637: INFO: (7) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:460/proxy/: tls baz (200; 7.198059ms)
Jul  3 06:07:39.637: INFO: (7) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/rewri... (200; 8.775757ms)
Jul  3 06:07:39.639: INFO: (7) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/rewriteme"... (200; 9.026406ms)
Jul  3 06:07:39.639: INFO: (7) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname1/proxy/: foo (200; 10.491945ms)
Jul  3 06:07:39.640: INFO: (7) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname2/proxy/: bar (200; 10.257608ms)
Jul  3 06:07:39.640: INFO: (7) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname1/proxy/: tls baz (200; 11.047619ms)
Jul  3 06:07:39.640: INFO: (7) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname1/proxy/: foo (200; 11.081534ms)
Jul  3 06:07:39.641: INFO: (7) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname2/proxy/: tls qux (200; 11.6419ms)
Jul  3 06:07:39.641: INFO: (7) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname2/proxy/: bar (200; 11.542745ms)
Jul  3 06:07:39.649: INFO: (8) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/... (200; 6.703966ms)
Jul  3 06:07:39.651: INFO: (8) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/rewriteme"... (200; 8.75293ms)
Jul  3 06:07:39.651: INFO: (8) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 8.6867ms)
Jul  3 06:07:39.651: INFO: (8) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:462/proxy/: tls qux (200; 8.909901ms)
Jul  3 06:07:39.651: INFO: (8) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 8.675271ms)
Jul  3 06:07:39.652: INFO: (8) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 9.681117ms)
Jul  3 06:07:39.652: INFO: (8) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:460/proxy/: tls baz (200; 9.795024ms)
Jul  3 06:07:39.653: INFO: (8) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname2/proxy/: tls qux (200; 10.724903ms)
Jul  3 06:07:39.654: INFO: (8) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname1/proxy/: foo (200; 11.100304ms)
Jul  3 06:07:39.655: INFO: (8) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 13.017776ms)
Jul  3 06:07:39.655: INFO: (8) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/rewri... (200; 12.075244ms)
Jul  3 06:07:39.655: INFO: (8) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname2/proxy/: bar (200; 13.178331ms)
Jul  3 06:07:39.655: INFO: (8) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/... (200; 12.246035ms)
Jul  3 06:07:39.655: INFO: (8) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname1/proxy/: foo (200; 12.706858ms)
Jul  3 06:07:39.655: INFO: (8) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname2/proxy/: bar (200; 12.642589ms)
Jul  3 06:07:39.656: INFO: (8) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname1/proxy/: tls baz (200; 14.20149ms)
Jul  3 06:07:39.665: INFO: (9) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 8.341409ms)
Jul  3 06:07:39.665: INFO: (9) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 7.82984ms)
Jul  3 06:07:39.668: INFO: (9) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 11.113905ms)
Jul  3 06:07:39.669: INFO: (9) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/rewriteme"... (200; 11.8164ms)
Jul  3 06:07:39.669: INFO: (9) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:460/proxy/: tls baz (200; 11.993539ms)
Jul  3 06:07:39.669: INFO: (9) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 12.063037ms)
Jul  3 06:07:39.669: INFO: (9) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/rewri... (200; 11.62943ms)
Jul  3 06:07:39.669: INFO: (9) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/... (200; 11.994793ms)
Jul  3 06:07:39.670: INFO: (9) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname1/proxy/: foo (200; 13.021585ms)
Jul  3 06:07:39.670: INFO: (9) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:462/proxy/: tls qux (200; 12.795193ms)
Jul  3 06:07:39.670: INFO: (9) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname2/proxy/: bar (200; 12.90527ms)
Jul  3 06:07:39.670: INFO: (9) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname1/proxy/: foo (200; 13.401155ms)
Jul  3 06:07:39.671: INFO: (9) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname2/proxy/: tls qux (200; 13.758112ms)
Jul  3 06:07:39.672: INFO: (9) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname2/proxy/: bar (200; 14.68876ms)
Jul  3 06:07:39.672: INFO: (9) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/... (200; 14.707223ms)
Jul  3 06:07:39.672: INFO: (9) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname1/proxy/: tls baz (200; 14.719786ms)
Jul  3 06:07:39.680: INFO: (10) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/... (200; 7.570336ms)
Jul  3 06:07:39.680: INFO: (10) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/rewriteme"... (200; 7.626954ms)
Jul  3 06:07:39.680: INFO: (10) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 8.072456ms)
Jul  3 06:07:39.681: INFO: (10) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname1/proxy/: foo (200; 8.276817ms)
Jul  3 06:07:39.681: INFO: (10) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 8.69902ms)
Jul  3 06:07:39.682: INFO: (10) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/... (200; 9.244248ms)
Jul  3 06:07:39.682: INFO: (10) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 9.578596ms)
Jul  3 06:07:39.683: INFO: (10) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname2/proxy/: tls qux (200; 10.467993ms)
Jul  3 06:07:39.682: INFO: (10) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/rewri... (200; 9.630068ms)
Jul  3 06:07:39.682: INFO: (10) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 9.655504ms)
Jul  3 06:07:39.682: INFO: (10) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:460/proxy/: tls baz (200; 9.639837ms)
Jul  3 06:07:39.682: INFO: (10) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname1/proxy/: foo (200; 9.798602ms)
Jul  3 06:07:39.682: INFO: (10) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname2/proxy/: bar (200; 10.221717ms)
Jul  3 06:07:39.683: INFO: (10) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:462/proxy/: tls qux (200; 10.912476ms)
Jul  3 06:07:39.685: INFO: (10) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname2/proxy/: bar (200; 12.368545ms)
Jul  3 06:07:39.686: INFO: (10) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname1/proxy/: tls baz (200; 13.706676ms)
Jul  3 06:07:39.690: INFO: (11) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 3.70745ms)
Jul  3 06:07:39.690: INFO: (11) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/rewri... (200; 3.701704ms)
Jul  3 06:07:39.691: INFO: (11) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 3.83924ms)
Jul  3 06:07:39.695: INFO: (11) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/rewriteme"... (200; 7.9486ms)
Jul  3 06:07:39.695: INFO: (11) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname2/proxy/: bar (200; 8.292899ms)
Jul  3 06:07:39.695: INFO: (11) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/... (200; 8.22671ms)
Jul  3 06:07:39.695: INFO: (11) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/... (200; 8.145833ms)
Jul  3 06:07:39.697: INFO: (11) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:462/proxy/: tls qux (200; 9.445816ms)
Jul  3 06:07:39.697: INFO: (11) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 9.513803ms)
Jul  3 06:07:39.697: INFO: (11) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 9.608955ms)
Jul  3 06:07:39.697: INFO: (11) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:460/proxy/: tls baz (200; 9.564723ms)
Jul  3 06:07:39.698: INFO: (11) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname1/proxy/: foo (200; 11.345681ms)
Jul  3 06:07:39.698: INFO: (11) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname1/proxy/: tls baz (200; 11.329885ms)
Jul  3 06:07:39.698: INFO: (11) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname2/proxy/: bar (200; 11.28516ms)
Jul  3 06:07:39.699: INFO: (11) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname2/proxy/: tls qux (200; 11.862803ms)
Jul  3 06:07:39.700: INFO: (11) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname1/proxy/: foo (200; 12.641143ms)
Jul  3 06:07:39.705: INFO: (12) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/... (200; 5.328836ms)
Jul  3 06:07:39.705: INFO: (12) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:460/proxy/: tls baz (200; 5.512445ms)
Jul  3 06:07:39.705: INFO: (12) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:462/proxy/: tls qux (200; 5.466995ms)
Jul  3 06:07:39.705: INFO: (12) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/rewriteme"... (200; 5.65714ms)
Jul  3 06:07:39.706: INFO: (12) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/... (200; 5.743735ms)
Jul  3 06:07:39.706: INFO: (12) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 5.82226ms)
Jul  3 06:07:39.710: INFO: (12) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/rewri... (200; 10.434795ms)
Jul  3 06:07:39.711: INFO: (12) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 10.698721ms)
Jul  3 06:07:39.711: INFO: (12) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname1/proxy/: foo (200; 11.01204ms)
Jul  3 06:07:39.711: INFO: (12) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 10.767322ms)
Jul  3 06:07:39.711: INFO: (12) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname1/proxy/: tls baz (200; 11.191239ms)
Jul  3 06:07:39.711: INFO: (12) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname2/proxy/: tls qux (200; 11.547994ms)
Jul  3 06:07:39.712: INFO: (12) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 11.803176ms)
Jul  3 06:07:39.713: INFO: (12) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname1/proxy/: foo (200; 13.341002ms)
Jul  3 06:07:39.714: INFO: (12) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname2/proxy/: bar (200; 13.620961ms)
Jul  3 06:07:39.714: INFO: (12) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname2/proxy/: bar (200; 14.058587ms)
Jul  3 06:07:39.721: INFO: (13) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/rewriteme"... (200; 6.424664ms)
Jul  3 06:07:39.721: INFO: (13) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 6.732971ms)
Jul  3 06:07:39.721: INFO: (13) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/... (200; 6.528326ms)
Jul  3 06:07:39.724: INFO: (13) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:460/proxy/: tls baz (200; 10.162831ms)
Jul  3 06:07:39.725: INFO: (13) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname2/proxy/: bar (200; 10.199442ms)
Jul  3 06:07:39.725: INFO: (13) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/... (200; 10.184131ms)
Jul  3 06:07:39.725: INFO: (13) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 10.113374ms)
Jul  3 06:07:39.725: INFO: (13) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname1/proxy/: foo (200; 10.311161ms)
Jul  3 06:07:39.725: INFO: (13) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 10.212956ms)
Jul  3 06:07:39.725: INFO: (13) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:462/proxy/: tls qux (200; 10.170489ms)
Jul  3 06:07:39.725: INFO: (13) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname2/proxy/: tls qux (200; 10.218579ms)
Jul  3 06:07:39.725: INFO: (13) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname1/proxy/: tls baz (200; 10.234843ms)
Jul  3 06:07:39.725: INFO: (13) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname1/proxy/: foo (200; 10.350547ms)
Jul  3 06:07:39.725: INFO: (13) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/rewri... (200; 10.310824ms)
Jul  3 06:07:39.725: INFO: (13) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname2/proxy/: bar (200; 10.418044ms)
Jul  3 06:07:39.725: INFO: (13) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 10.558637ms)
Jul  3 06:07:39.731: INFO: (14) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/... (200; 5.861544ms)
Jul  3 06:07:39.731: INFO: (14) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/... (200; 6.24859ms)
Jul  3 06:07:39.731: INFO: (14) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/rewriteme"... (200; 6.145305ms)
Jul  3 06:07:39.731: INFO: (14) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 6.30522ms)
Jul  3 06:07:39.735: INFO: (14) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 9.548633ms)
Jul  3 06:07:39.735: INFO: (14) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 9.725206ms)
Jul  3 06:07:39.735: INFO: (14) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:460/proxy/: tls baz (200; 9.695757ms)
Jul  3 06:07:39.735: INFO: (14) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/rewri... (200; 9.592566ms)
Jul  3 06:07:39.735: INFO: (14) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname1/proxy/: foo (200; 9.739772ms)
Jul  3 06:07:39.735: INFO: (14) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:462/proxy/: tls qux (200; 9.605244ms)
Jul  3 06:07:39.735: INFO: (14) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname2/proxy/: bar (200; 9.644933ms)
Jul  3 06:07:39.735: INFO: (14) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname1/proxy/: foo (200; 9.790708ms)
Jul  3 06:07:39.735: INFO: (14) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 9.603307ms)
Jul  3 06:07:39.735: INFO: (14) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname1/proxy/: tls baz (200; 9.581454ms)
Jul  3 06:07:39.735: INFO: (14) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname2/proxy/: tls qux (200; 9.640984ms)
Jul  3 06:07:39.735: INFO: (14) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname2/proxy/: bar (200; 9.779968ms)
Jul  3 06:07:39.742: INFO: (15) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/rewriteme"... (200; 6.455086ms)
Jul  3 06:07:39.742: INFO: (15) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 6.782064ms)
Jul  3 06:07:39.742: INFO: (15) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 6.747632ms)
Jul  3 06:07:39.746: INFO: (15) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/... (200; 10.785384ms)
Jul  3 06:07:39.746: INFO: (15) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 10.93803ms)
Jul  3 06:07:39.748: INFO: (15) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname2/proxy/: bar (200; 12.250607ms)
Jul  3 06:07:39.748: INFO: (15) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/rewri... (200; 12.166366ms)
Jul  3 06:07:39.748: INFO: (15) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/... (200; 12.247814ms)
Jul  3 06:07:39.748: INFO: (15) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:462/proxy/: tls qux (200; 12.110371ms)
Jul  3 06:07:39.748: INFO: (15) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname1/proxy/: foo (200; 12.327679ms)
Jul  3 06:07:39.746: INFO: (15) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:460/proxy/: tls baz (200; 11.036002ms)
Jul  3 06:07:39.747: INFO: (15) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname2/proxy/: tls qux (200; 11.662474ms)
Jul  3 06:07:39.747: INFO: (15) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 11.277015ms)
Jul  3 06:07:39.748: INFO: (15) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname1/proxy/: foo (200; 12.998036ms)
Jul  3 06:07:39.749: INFO: (15) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname1/proxy/: tls baz (200; 13.208001ms)
Jul  3 06:07:39.749: INFO: (15) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname2/proxy/: bar (200; 13.737721ms)
Jul  3 06:07:39.754: INFO: (16) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/rewri... (200; 4.358522ms)
Jul  3 06:07:39.756: INFO: (16) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:460/proxy/: tls baz (200; 6.104772ms)
Jul  3 06:07:39.756: INFO: (16) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/rewriteme"... (200; 6.422685ms)
Jul  3 06:07:39.758: INFO: (16) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 7.919086ms)
Jul  3 06:07:39.758: INFO: (16) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 7.634486ms)
Jul  3 06:07:39.758: INFO: (16) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/... (200; 7.990733ms)
Jul  3 06:07:39.759: INFO: (16) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname2/proxy/: bar (200; 8.268858ms)
Jul  3 06:07:39.759: INFO: (16) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname2/proxy/: tls qux (200; 9.35517ms)
Jul  3 06:07:39.759: INFO: (16) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:462/proxy/: tls qux (200; 8.830292ms)
Jul  3 06:07:39.760: INFO: (16) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 9.816839ms)
Jul  3 06:07:39.760: INFO: (16) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname1/proxy/: foo (200; 9.810505ms)
Jul  3 06:07:39.760: INFO: (16) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname1/proxy/: tls baz (200; 10.193995ms)
Jul  3 06:07:39.760: INFO: (16) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 9.776765ms)
Jul  3 06:07:39.762: INFO: (16) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname2/proxy/: bar (200; 10.961793ms)
Jul  3 06:07:39.762: INFO: (16) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname1/proxy/: foo (200; 11.54841ms)
Jul  3 06:07:39.763: INFO: (16) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/... (200; 12.641653ms)
Jul  3 06:07:39.768: INFO: (17) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 4.299456ms)
Jul  3 06:07:39.768: INFO: (17) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 4.739242ms)
Jul  3 06:07:39.769: INFO: (17) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/rewri... (200; 5.472944ms)
Jul  3 06:07:39.772: INFO: (17) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 8.407085ms)
Jul  3 06:07:39.772: INFO: (17) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/rewriteme"... (200; 8.519286ms)
Jul  3 06:07:39.772: INFO: (17) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 8.534537ms)
Jul  3 06:07:39.772: INFO: (17) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/... (200; 8.113633ms)
Jul  3 06:07:39.772: INFO: (17) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/... (200; 8.43944ms)
Jul  3 06:07:39.772: INFO: (17) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:460/proxy/: tls baz (200; 8.222509ms)
Jul  3 06:07:39.773: INFO: (17) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:462/proxy/: tls qux (200; 9.509357ms)
Jul  3 06:07:39.775: INFO: (17) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname2/proxy/: bar (200; 11.17629ms)
Jul  3 06:07:39.775: INFO: (17) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname2/proxy/: tls qux (200; 11.463021ms)
Jul  3 06:07:39.776: INFO: (17) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname1/proxy/: foo (200; 11.811409ms)
Jul  3 06:07:39.776: INFO: (17) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname2/proxy/: bar (200; 12.431881ms)
Jul  3 06:07:39.776: INFO: (17) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname1/proxy/: tls baz (200; 12.664851ms)
Jul  3 06:07:39.778: INFO: (17) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname1/proxy/: foo (200; 13.881855ms)
Jul  3 06:07:39.785: INFO: (18) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 6.595958ms)
Jul  3 06:07:39.785: INFO: (18) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 6.626811ms)
Jul  3 06:07:39.785: INFO: (18) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 6.936054ms)
Jul  3 06:07:39.785: INFO: (18) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:460/proxy/: tls baz (200; 6.663949ms)
Jul  3 06:07:39.785: INFO: (18) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 6.88998ms)
Jul  3 06:07:39.785: INFO: (18) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/... (200; 6.722557ms)
Jul  3 06:07:39.786: INFO: (18) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:462/proxy/: tls qux (200; 7.331539ms)
Jul  3 06:07:39.788: INFO: (18) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname2/proxy/: bar (200; 9.9549ms)
Jul  3 06:07:39.788: INFO: (18) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname1/proxy/: foo (200; 10.735268ms)
Jul  3 06:07:39.789: INFO: (18) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname1/proxy/: foo (200; 9.872255ms)
Jul  3 06:07:39.789: INFO: (18) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/rewriteme"... (200; 10.530949ms)
Jul  3 06:07:39.790: INFO: (18) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname2/proxy/: tls qux (200; 11.578224ms)
Jul  3 06:07:39.791: INFO: (18) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname2/proxy/: bar (200; 12.322089ms)
Jul  3 06:07:39.792: INFO: (18) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname1/proxy/: tls baz (200; 13.214314ms)
Jul  3 06:07:39.792: INFO: (18) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/... (200; 13.466455ms)
Jul  3 06:07:39.793: INFO: (18) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/rewri... (200; 14.087847ms)
Jul  3 06:07:39.802: INFO: (19) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 8.516847ms)
Jul  3 06:07:39.802: INFO: (19) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:443/proxy/... (200; 7.986127ms)
Jul  3 06:07:39.802: INFO: (19) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 8.050382ms)
Jul  3 06:07:39.802: INFO: (19) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:462/proxy/: tls qux (200; 8.296865ms)
Jul  3 06:07:39.802: INFO: (19) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:1080/proxy/rewri... (200; 8.457665ms)
Jul  3 06:07:39.802: INFO: (19) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:160/proxy/: foo (200; 8.847864ms)
Jul  3 06:07:39.802: INFO: (19) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/http:proxy-service-24n8l-qqhrc:1080/proxy/... (200; 8.533851ms)
Jul  3 06:07:39.803: INFO: (19) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname1/proxy/: tls baz (200; 8.482214ms)
Jul  3 06:07:39.803: INFO: (19) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname2/proxy/: bar (200; 8.778312ms)
Jul  3 06:07:39.803: INFO: (19) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/https:proxy-service-24n8l-qqhrc:460/proxy/: tls baz (200; 8.967689ms)
Jul  3 06:07:39.803: INFO: (19) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc:162/proxy/: bar (200; 8.669839ms)
Jul  3 06:07:39.803: INFO: (19) /api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/: <a href="/api/v1/namespaces/e2e-tests-proxy-2d6tn/pods/proxy-service-24n8l-qqhrc/proxy/rewriteme"... (200; 9.392164ms)
Jul  3 06:07:39.803: INFO: (19) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname1/proxy/: foo (200; 9.888833ms)
Jul  3 06:07:39.803: INFO: (19) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/proxy-service-24n8l:portname2/proxy/: bar (200; 9.632785ms)
Jul  3 06:07:39.804: INFO: (19) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/http:proxy-service-24n8l:portname1/proxy/: foo (200; 10.481342ms)
Jul  3 06:07:39.806: INFO: (19) /api/v1/namespaces/e2e-tests-proxy-2d6tn/services/https:proxy-service-24n8l:tlsportname2/proxy/: tls qux (200; 11.660339ms)
STEP: deleting { ReplicationController} proxy-service-24n8l in namespace e2e-tests-proxy-2d6tn, will wait for the garbage collector to delete the pods
Jul  3 06:07:39.885: INFO: Deleting { ReplicationController} proxy-service-24n8l took: 24.687435ms
Jul  3 06:07:39.986: INFO: Terminating { ReplicationController} proxy-service-24n8l pods took: 101.657967ms
[AfterEach] version v1
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142
Jul  3 06:07:49.489: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "e2e-tests-proxy-2d6tn" for this suite.
Jul  3 06:07:55.516: INFO: Waiting up to 30s for server preferred namespaced resources to be successfully discovered
Jul  3 06:07:55.580: INFO: namespace: e2e-tests-proxy-2d6tn, resource: bindings, ignored listing per whitelist
Jul  3 06:07:55.644: INFO: namespace e2e-tests-proxy-2d6tn deletion completed in 6.149415761s

• [SLOW TEST:27.364 seconds]
[sig-network] Proxy
/workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:22
  version v1
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/proxy.go:56
    should proxy through a service and a pod  [Conformance]
    /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
------------------------------
[sig-storage] Projected
  should be consumable from pods in volume with mappings and Item Mode set [NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
[BeforeEach] [sig-storage] Projected
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:141
STEP: Creating a kubernetes client
Jul  3 06:07:55.647: INFO: >>> kubeConfig: /tmp/kubeconfig-559575868
STEP: Building a namespace api object
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-storage] Projected
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected.go:858
[It] should be consumable from pods in volume with mappings and Item Mode set [NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
STEP: Creating projection with secret that has name projected-secret-test-map-6d7ebdb8-7e87-11e8-9aa2-c6770944a2e6
STEP: Creating a pod to test consume secrets
Jul  3 06:07:55.763: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-6d7f63bd-7e87-11e8-9aa2-c6770944a2e6" in namespace "e2e-tests-projected-k8m2l" to be "success or failure"
Jul  3 06:07:55.778: INFO: Pod "pod-projected-secrets-6d7f63bd-7e87-11e8-9aa2-c6770944a2e6": Phase="Pending", Reason="", readiness=false. Elapsed: 15.231796ms
Jul  3 06:07:57.786: INFO: Pod "pod-projected-secrets-6d7f63bd-7e87-11e8-9aa2-c6770944a2e6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.02288338s
Jul  3 06:07:59.790: INFO: Pod "pod-projected-secrets-6d7f63bd-7e87-11e8-9aa2-c6770944a2e6": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.026687063s
STEP: Saw pod success
Jul  3 06:07:59.790: INFO: Pod "pod-projected-secrets-6d7f63bd-7e87-11e8-9aa2-c6770944a2e6" satisfied condition "success or failure"
Jul  3 06:07:59.792: INFO: Trying to get logs from node ubuntuvm pod pod-projected-secrets-6d7f63bd-7e87-11e8-9aa2-c6770944a2e6 container projected-secret-volume-test: <nil>
STEP: delete the pod
Jul  3 06:07:59.813: INFO: Waiting for pod pod-projected-secrets-6d7f63bd-7e87-11e8-9aa2-c6770944a2e6 to disappear
Jul  3 06:07:59.814: INFO: Pod pod-projected-secrets-6d7f63bd-7e87-11e8-9aa2-c6770944a2e6 no longer exists
[AfterEach] [sig-storage] Projected
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142
Jul  3 06:07:59.814: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "e2e-tests-projected-k8m2l" for this suite.
Jul  3 06:08:05.842: INFO: Waiting up to 30s for server preferred namespaced resources to be successfully discovered
Jul  3 06:08:05.925: INFO: namespace: e2e-tests-projected-k8m2l, resource: bindings, ignored listing per whitelist
Jul  3 06:08:05.991: INFO: namespace e2e-tests-projected-k8m2l deletion completed in 6.175208514s

• [SLOW TEST:10.345 seconds]
[sig-storage] Projected
/workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected.go:34
  should be consumable from pods in volume with mappings and Item Mode set [NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
------------------------------
SSSSSSSS
------------------------------
[sig-api-machinery] Garbage collector
  should not delete dependents that have both valid owner and owner that's waiting for dependents to be deleted [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
[BeforeEach] [sig-api-machinery] Garbage collector
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:141
STEP: Creating a kubernetes client
Jul  3 06:08:05.996: INFO: >>> kubeConfig: /tmp/kubeconfig-559575868
STEP: Building a namespace api object
STEP: Waiting for a default service account to be provisioned in namespace
[It] should not delete dependents that have both valid owner and owner that's waiting for dependents to be deleted [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
STEP: create the rc1
STEP: create the rc2
STEP: set half of pods created by rc simpletest-rc-to-be-deleted to have rc simpletest-rc-to-stay as owner as well
STEP: delete the rc simpletest-rc-to-be-deleted
STEP: wait for the rc to be deleted
STEP: Gathering metrics
W0703 06:08:16.225194      17 metrics_grabber.go:81] Master node is not registered. Grabbing metrics from Scheduler, ControllerManager and ClusterAutoscaler is disabled.
Jul  3 06:08:16.225: INFO: For apiserver_request_count:
For apiserver_request_latencies_summary:
For etcd_helper_cache_entry_count:
For etcd_helper_cache_hit_count:
For etcd_helper_cache_miss_count:
For etcd_request_cache_add_latencies_summary:
For etcd_request_cache_get_latencies_summary:
For etcd_request_latencies_summary:
For garbage_collector_attempt_to_delete_queue_latency:
For garbage_collector_attempt_to_delete_work_duration:
For garbage_collector_attempt_to_orphan_queue_latency:
For garbage_collector_attempt_to_orphan_work_duration:
For garbage_collector_dirty_processing_latency_microseconds:
For garbage_collector_event_processing_latency_microseconds:
For garbage_collector_graph_changes_queue_latency:
For garbage_collector_graph_changes_work_duration:
For garbage_collector_orphan_processing_latency_microseconds:
For namespace_queue_latency:
For namespace_queue_latency_sum:
For namespace_queue_latency_count:
For namespace_retries:
For namespace_work_duration:
For namespace_work_duration_sum:
For namespace_work_duration_count:
For function_duration_seconds:
For errors_total:
For evicted_pods_total:

[AfterEach] [sig-api-machinery] Garbage collector
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142
Jul  3 06:08:16.225: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "e2e-tests-gc-x2qjc" for this suite.
Jul  3 06:08:22.276: INFO: Waiting up to 30s for server preferred namespaced resources to be successfully discovered
Jul  3 06:08:22.361: INFO: namespace: e2e-tests-gc-x2qjc, resource: bindings, ignored listing per whitelist
Jul  3 06:08:22.433: INFO: namespace e2e-tests-gc-x2qjc deletion completed in 6.18451645s

• [SLOW TEST:16.437 seconds]
[sig-api-machinery] Garbage collector
/workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:22
  should not delete dependents that have both valid owner and owner that's waiting for dependents to be deleted [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
------------------------------
S
------------------------------
[sig-network] Proxy version v1
  should proxy logs on node using proxy subresource  [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
[BeforeEach] version v1
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:141
STEP: Creating a kubernetes client
Jul  3 06:08:22.433: INFO: >>> kubeConfig: /tmp/kubeconfig-559575868
STEP: Building a namespace api object
STEP: Waiting for a default service account to be provisioned in namespace
[It] should proxy logs on node using proxy subresource  [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
Jul  3 06:08:22.521: INFO: (0) /api/v1/nodes/ubuntuvm/proxy/logs/: <pre>
<a href="Xorg.0.log">Xorg.0.log</a>
<a href="Xorg.0.log.old">Xorg.0.log.old</a>
<a href="al... (200; 6.888637ms)
Jul  3 06:08:22.526: INFO: (1) /api/v1/nodes/ubuntuvm/proxy/logs/: <pre>
<a href="Xorg.0.log">Xorg.0.log</a>
<a href="Xorg.0.log.old">Xorg.0.log.old</a>
<a href="al... (200; 4.483475ms)
Jul  3 06:08:22.530: INFO: (2) /api/v1/nodes/ubuntuvm/proxy/logs/: <pre>
<a href="Xorg.0.log">Xorg.0.log</a>
<a href="Xorg.0.log.old">Xorg.0.log.old</a>
<a href="al... (200; 4.032924ms)
Jul  3 06:08:22.535: INFO: (3) /api/v1/nodes/ubuntuvm/proxy/logs/: <pre>
<a href="Xorg.0.log">Xorg.0.log</a>
<a href="Xorg.0.log.old">Xorg.0.log.old</a>
<a href="al... (200; 4.970921ms)
Jul  3 06:08:22.542: INFO: (4) /api/v1/nodes/ubuntuvm/proxy/logs/: <pre>
<a href="Xorg.0.log">Xorg.0.log</a>
<a href="Xorg.0.log.old">Xorg.0.log.old</a>
<a href="al... (200; 6.702057ms)
Jul  3 06:08:22.547: INFO: (5) /api/v1/nodes/ubuntuvm/proxy/logs/: <pre>
<a href="Xorg.0.log">Xorg.0.log</a>
<a href="Xorg.0.log.old">Xorg.0.log.old</a>
<a href="al... (200; 4.620394ms)
Jul  3 06:08:22.564: INFO: (6) /api/v1/nodes/ubuntuvm/proxy/logs/: <pre>
<a href="Xorg.0.log">Xorg.0.log</a>
<a href="Xorg.0.log.old">Xorg.0.log.old</a>
<a href="al... (200; 17.443485ms)
Jul  3 06:08:22.576: INFO: (7) /api/v1/nodes/ubuntuvm/proxy/logs/: <pre>
<a href="Xorg.0.log">Xorg.0.log</a>
<a href="Xorg.0.log.old">Xorg.0.log.old</a>
<a href="al... (200; 9.188638ms)
Jul  3 06:08:22.593: INFO: (8) /api/v1/nodes/ubuntuvm/proxy/logs/: <pre>
<a href="Xorg.0.log">Xorg.0.log</a>
<a href="Xorg.0.log.old">Xorg.0.log.old</a>
<a href="al... (200; 17.254712ms)
Jul  3 06:08:22.599: INFO: (9) /api/v1/nodes/ubuntuvm/proxy/logs/: <pre>
<a href="Xorg.0.log">Xorg.0.log</a>
<a href="Xorg.0.log.old">Xorg.0.log.old</a>
<a href="al... (200; 5.990922ms)
Jul  3 06:08:22.609: INFO: (10) /api/v1/nodes/ubuntuvm/proxy/logs/: <pre>
<a href="Xorg.0.log">Xorg.0.log</a>
<a href="Xorg.0.log.old">Xorg.0.log.old</a>
<a href="al... (200; 9.945971ms)
Jul  3 06:08:22.618: INFO: (11) /api/v1/nodes/ubuntuvm/proxy/logs/: <pre>
<a href="Xorg.0.log">Xorg.0.log</a>
<a href="Xorg.0.log.old">Xorg.0.log.old</a>
<a href="al... (200; 6.843684ms)
Jul  3 06:08:22.627: INFO: (12) /api/v1/nodes/ubuntuvm/proxy/logs/: <pre>
<a href="Xorg.0.log">Xorg.0.log</a>
<a href="Xorg.0.log.old">Xorg.0.log.old</a>
<a href="al... (200; 8.030184ms)
Jul  3 06:08:22.654: INFO: (13) /api/v1/nodes/ubuntuvm/proxy/logs/: <pre>
<a href="Xorg.0.log">Xorg.0.log</a>
<a href="Xorg.0.log.old">Xorg.0.log.old</a>
<a href="al... (200; 27.455682ms)
Jul  3 06:08:22.661: INFO: (14) /api/v1/nodes/ubuntuvm/proxy/logs/: <pre>
<a href="Xorg.0.log">Xorg.0.log</a>
<a href="Xorg.0.log.old">Xorg.0.log.old</a>
<a href="al... (200; 6.839686ms)
Jul  3 06:08:22.670: INFO: (15) /api/v1/nodes/ubuntuvm/proxy/logs/: <pre>
<a href="Xorg.0.log">Xorg.0.log</a>
<a href="Xorg.0.log.old">Xorg.0.log.old</a>
<a href="al... (200; 8.531996ms)
Jul  3 06:08:22.675: INFO: (16) /api/v1/nodes/ubuntuvm/proxy/logs/: <pre>
<a href="Xorg.0.log">Xorg.0.log</a>
<a href="Xorg.0.log.old">Xorg.0.log.old</a>
<a href="al... (200; 5.599557ms)
Jul  3 06:08:22.685: INFO: (17) /api/v1/nodes/ubuntuvm/proxy/logs/: <pre>
<a href="Xorg.0.log">Xorg.0.log</a>
<a href="Xorg.0.log.old">Xorg.0.log.old</a>
<a href="al... (200; 10.221834ms)
Jul  3 06:08:22.710: INFO: (18) /api/v1/nodes/ubuntuvm/proxy/logs/: <pre>
<a href="Xorg.0.log">Xorg.0.log</a>
<a href="Xorg.0.log.old">Xorg.0.log.old</a>
<a href="al... (200; 20.052405ms)
Jul  3 06:08:22.716: INFO: (19) /api/v1/nodes/ubuntuvm/proxy/logs/: <pre>
<a href="Xorg.0.log">Xorg.0.log</a>
<a href="Xorg.0.log.old">Xorg.0.log.old</a>
<a href="al... (200; 5.632301ms)
[AfterEach] version v1
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142
Jul  3 06:08:22.716: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "e2e-tests-proxy-62wvl" for this suite.
Jul  3 06:08:28.736: INFO: Waiting up to 30s for server preferred namespaced resources to be successfully discovered
Jul  3 06:08:28.795: INFO: namespace: e2e-tests-proxy-62wvl, resource: bindings, ignored listing per whitelist
Jul  3 06:08:28.850: INFO: namespace e2e-tests-proxy-62wvl deletion completed in 6.127164652s

• [SLOW TEST:6.417 seconds]
[sig-network] Proxy
/workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:22
  version v1
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/proxy.go:56
    should proxy logs on node using proxy subresource  [Conformance]
    /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
------------------------------
SSSSSSS
------------------------------
[sig-storage] EmptyDir volumes
  volume on default medium should have the correct mode [NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
[BeforeEach] [sig-storage] EmptyDir volumes
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:141
STEP: Creating a kubernetes client
Jul  3 06:08:28.851: INFO: >>> kubeConfig: /tmp/kubeconfig-559575868
STEP: Building a namespace api object
STEP: Waiting for a default service account to be provisioned in namespace
[It] volume on default medium should have the correct mode [NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
STEP: Creating a pod to test emptydir volume type on node default medium
Jul  3 06:08:28.932: INFO: Waiting up to 5m0s for pod "pod-81443822-7e87-11e8-9aa2-c6770944a2e6" in namespace "e2e-tests-emptydir-2qs2r" to be "success or failure"
Jul  3 06:08:28.947: INFO: Pod "pod-81443822-7e87-11e8-9aa2-c6770944a2e6": Phase="Pending", Reason="", readiness=false. Elapsed: 15.043415ms
Jul  3 06:08:30.957: INFO: Pod "pod-81443822-7e87-11e8-9aa2-c6770944a2e6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.02443708s
Jul  3 06:08:32.988: INFO: Pod "pod-81443822-7e87-11e8-9aa2-c6770944a2e6": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.056026943s
STEP: Saw pod success
Jul  3 06:08:32.988: INFO: Pod "pod-81443822-7e87-11e8-9aa2-c6770944a2e6" satisfied condition "success or failure"
Jul  3 06:08:32.994: INFO: Trying to get logs from node ubuntuvm pod pod-81443822-7e87-11e8-9aa2-c6770944a2e6 container test-container: <nil>
STEP: delete the pod
Jul  3 06:08:33.067: INFO: Waiting for pod pod-81443822-7e87-11e8-9aa2-c6770944a2e6 to disappear
Jul  3 06:08:33.103: INFO: Pod pod-81443822-7e87-11e8-9aa2-c6770944a2e6 no longer exists
[AfterEach] [sig-storage] EmptyDir volumes
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142
Jul  3 06:08:33.104: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "e2e-tests-emptydir-2qs2r" for this suite.
Jul  3 06:08:39.138: INFO: Waiting up to 30s for server preferred namespaced resources to be successfully discovered
Jul  3 06:08:39.311: INFO: namespace: e2e-tests-emptydir-2qs2r, resource: bindings, ignored listing per whitelist
Jul  3 06:08:39.351: INFO: namespace e2e-tests-emptydir-2qs2r deletion completed in 6.242001093s

• [SLOW TEST:10.500 seconds]
[sig-storage] EmptyDir volumes
/workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/empty_dir.go:40
  volume on default medium should have the correct mode [NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
------------------------------
S
------------------------------
[sig-scheduling] SchedulerPredicates [Serial]
  validates that NodeSelector is respected if not matching  [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:141
STEP: Creating a kubernetes client
Jul  3 06:08:39.351: INFO: >>> kubeConfig: /tmp/kubeconfig-559575868
STEP: Building a namespace api object
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduling/predicates.go:79
Jul  3 06:08:39.469: INFO: Waiting up to 1m0s for all nodes to be ready
Jul  3 06:09:39.502: INFO: Waiting for terminating namespaces to be deleted...
Jul  3 06:09:39.511: INFO: Waiting up to 5m0s for all pods (need at least 0) in namespace 'kube-system' to be running and ready
Jul  3 06:09:39.525: INFO: 11 / 11 pods in namespace 'kube-system' are running and ready (0 seconds elapsed)
Jul  3 06:09:39.525: INFO: expected 4 pod replicas in namespace 'kube-system', 4 are Running and Ready.
Jul  3 06:09:39.530: INFO: Waiting for pods to enter Success, but no pods in "kube-system" match label map[name:e2e-image-puller]
Jul  3 06:09:39.530: INFO:
Logging pods the kubelet thinks is on node ubuntuvm before test
Jul  3 06:09:39.556: INFO: calico-node-8j695 from kube-system started at 2018-06-30 19:28:15 +0000 UTC (2 container statuses recorded)
Jul  3 06:09:39.556: INFO:      Container calico-node ready: true, restart count 5
Jul  3 06:09:39.556: INFO:      Container install-cni ready: true, restart count 4
Jul  3 06:09:39.557: INFO: calico-kube-controllers-84fd4db7cd-m6hld from kube-system started at 2018-06-30 19:29:23 +0000 UTC (1 container statuses recorded)
Jul  3 06:09:39.557: INFO:      Container calico-kube-controllers ready: true, restart count 4
Jul  3 06:09:39.557: INFO: coredns-78fcdf6894-85qtr from kube-system started at 2018-06-30 19:29:23 +0000 UTC (1 container statuses recorded)
Jul  3 06:09:39.557: INFO:      Container coredns ready: true, restart count 4
Jul  3 06:09:39.557: INFO: tiller-deploy-759cb9df9-cdqkj from kube-system started at 2018-06-30 19:47:09 +0000 UTC (1 container statuses recorded)
Jul  3 06:09:39.557: INFO:      Container tiller ready: true, restart count 4
Jul  3 06:09:39.557: INFO: virtuous-quail-kubeplay-679d96fd55-cjhbx from default started at 2018-06-30 20:16:04 +0000 UTC (1 container statuses recorded)
Jul  3 06:09:39.557: INFO:      Container kubeplay ready: true, restart count 4
Jul  3 06:09:39.557: INFO: sonobuoy-e2e-job-5fff584d11364ca1 from heptio-sonobuoy started at 2018-07-03 06:00:23 +0000 UTC (2 container statuses recorded)
Jul  3 06:09:39.557: INFO:      Container e2e ready: true, restart count 0
Jul  3 06:09:39.558: INFO:      Container sonobuoy-worker ready: true, restart count 0
Jul  3 06:09:39.558: INFO: kube-apiserver-ubuntuvm from kube-system started at <nil> (0 container statuses recorded)
Jul  3 06:09:39.558: INFO: coredns-78fcdf6894-4qwq6 from kube-system started at 2018-06-30 19:29:23 +0000 UTC (1 container statuses recorded)
Jul  3 06:09:39.558: INFO:      Container coredns ready: true, restart count 4
Jul  3 06:09:39.558: INFO: kube-proxy-mjsc2 from kube-system started at 2018-06-30 19:26:56 +0000 UTC (1 container statuses recorded)
Jul  3 06:09:39.558: INFO:      Container kube-proxy ready: true, restart count 4
Jul  3 06:09:39.558: INFO: calico-etcd-gctks from kube-system started at 2018-06-30 19:28:14 +0000 UTC (1 container statuses recorded)
Jul  3 06:09:39.558: INFO:      Container calico-etcd ready: true, restart count 4
Jul  3 06:09:39.558: INFO: sonobuoy from heptio-sonobuoy started at 2018-07-03 05:59:09 +0000 UTC (1 container statuses recorded)
Jul  3 06:09:39.558: INFO:      Container kube-sonobuoy ready: true, restart count 0
Jul  3 06:09:39.558: INFO: sonobuoy-systemd-logs-daemon-set-1c53f31cf14246ca-mhztp from heptio-sonobuoy started at 2018-07-03 06:00:23 +0000 UTC (2 container statuses recorded)
Jul  3 06:09:39.558: INFO:      Container sonobuoy-systemd-logs-config ready: true, restart count 0
Jul  3 06:09:39.558: INFO:      Container sonobuoy-worker ready: true, restart count 0
Jul  3 06:09:39.558: INFO: kube-controller-manager-ubuntuvm from kube-system started at <nil> (0 container statuses recorded)
Jul  3 06:09:39.558: INFO: kube-scheduler-ubuntuvm from kube-system started at <nil> (0 container statuses recorded)
Jul  3 06:09:39.558: INFO: etcd-ubuntuvm from kube-system started at <nil> (0 container statuses recorded)
[It] validates that NodeSelector is respected if not matching  [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
STEP: Trying to schedule Pod with nonempty NodeSelector.
STEP: Considering event:
Type = [Warning], Name = [restricted-pod.153dc6ef571069ad], Reason = [FailedScheduling], Message = [0/1 nodes are available: 1 node(s) didn't match node selector.]
[AfterEach] [sig-scheduling] SchedulerPredicates [Serial]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142
Jul  3 06:09:40.649: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "e2e-tests-sched-pred-8n5wv" for this suite.
Jul  3 06:10:02.675: INFO: Waiting up to 30s for server preferred namespaced resources to be successfully discovered
Jul  3 06:10:02.799: INFO: namespace: e2e-tests-sched-pred-8n5wv, resource: bindings, ignored listing per whitelist
Jul  3 06:10:02.856: INFO: namespace e2e-tests-sched-pred-8n5wv deletion completed in 22.200268317s
[AfterEach] [sig-scheduling] SchedulerPredicates [Serial]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduling/predicates.go:70

• [SLOW TEST:83.506 seconds]
[sig-scheduling] SchedulerPredicates [Serial]
/workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduling/framework.go:22
  validates that NodeSelector is respected if not matching  [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
------------------------------
SSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-apps] Daemon set [Serial]
  should run and stop simple daemon [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
[BeforeEach] [sig-apps] Daemon set [Serial]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:141
STEP: Creating a kubernetes client
Jul  3 06:10:02.862: INFO: >>> kubeConfig: /tmp/kubeconfig-559575868
STEP: Building a namespace api object
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-apps] Daemon set [Serial]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/daemon_set.go:99
[It] should run and stop simple daemon [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
STEP: Creating simple DaemonSet "daemon-set"
STEP: Check that daemon pods launch on every node of the cluster.
Jul  3 06:10:02.990: INFO: Number of nodes with available pods: 0
Jul  3 06:10:02.990: INFO: Node ubuntuvm is running more than one daemon pod
Jul  3 06:10:03.996: INFO: Number of nodes with available pods: 0
Jul  3 06:10:03.996: INFO: Node ubuntuvm is running more than one daemon pod
Jul  3 06:10:05.001: INFO: Number of nodes with available pods: 1
Jul  3 06:10:05.001: INFO: Number of running nodes: 1, number of available pods: 1
STEP: Stop a daemon pod, check that the daemon pod is revived.
Jul  3 06:10:05.035: INFO: Number of nodes with available pods: 0
Jul  3 06:10:05.035: INFO: Node ubuntuvm is running more than one daemon pod
Jul  3 06:10:06.058: INFO: Number of nodes with available pods: 0
Jul  3 06:10:06.059: INFO: Node ubuntuvm is running more than one daemon pod
Jul  3 06:10:07.050: INFO: Number of nodes with available pods: 0
Jul  3 06:10:07.050: INFO: Node ubuntuvm is running more than one daemon pod
Jul  3 06:10:08.052: INFO: Number of nodes with available pods: 0
Jul  3 06:10:08.052: INFO: Node ubuntuvm is running more than one daemon pod
Jul  3 06:10:09.043: INFO: Number of nodes with available pods: 0
Jul  3 06:10:09.043: INFO: Node ubuntuvm is running more than one daemon pod
Jul  3 06:10:10.059: INFO: Number of nodes with available pods: 0
Jul  3 06:10:10.060: INFO: Node ubuntuvm is running more than one daemon pod
Jul  3 06:10:11.054: INFO: Number of nodes with available pods: 1
Jul  3 06:10:11.055: INFO: Number of running nodes: 1, number of available pods: 1
[AfterEach] [sig-apps] Daemon set [Serial]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/daemon_set.go:65
STEP: Deleting DaemonSet "daemon-set"
STEP: deleting {extensions DaemonSet} daemon-set in namespace e2e-tests-daemonsets-xnztd, will wait for the garbage collector to delete the pods
Jul  3 06:10:11.157: INFO: Deleting {extensions DaemonSet} daemon-set took: 30.388855ms
Jul  3 06:10:11.259: INFO: Terminating {extensions DaemonSet} daemon-set pods took: 101.655658ms
Jul  3 06:10:19.876: INFO: Number of nodes with available pods: 0
Jul  3 06:10:19.876: INFO: Number of running nodes: 0, number of available pods: 0
Jul  3 06:10:19.878: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"selfLink":"/apis/apps/v1/namespaces/e2e-tests-daemonsets-xnztd/daemonsets","resourceVersion":"142861"},"items":null}

Jul  3 06:10:19.881: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"selfLink":"/api/v1/namespaces/e2e-tests-daemonsets-xnztd/pods","resourceVersion":"142861"},"items":null}

[AfterEach] [sig-apps] Daemon set [Serial]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142
Jul  3 06:10:19.887: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "e2e-tests-daemonsets-xnztd" for this suite.
Jul  3 06:10:25.900: INFO: Waiting up to 30s for server preferred namespaced resources to be successfully discovered
Jul  3 06:10:25.921: INFO: namespace: e2e-tests-daemonsets-xnztd, resource: bindings, ignored listing per whitelist
Jul  3 06:10:26.002: INFO: namespace e2e-tests-daemonsets-xnztd deletion completed in 6.112351584s

• [SLOW TEST:22.727 seconds]
[sig-apps] Daemon set [Serial]
/workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:22
  should run and stop simple daemon [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
------------------------------
[sig-api-machinery] Downward API
  should provide container's limits.cpu/memory and requests.cpu/memory as env vars [NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
[BeforeEach] [sig-api-machinery] Downward API
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:141
STEP: Creating a kubernetes client
Jul  3 06:10:26.003: INFO: >>> kubeConfig: /tmp/kubeconfig-559575868
STEP: Building a namespace api object
STEP: Waiting for a default service account to be provisioned in namespace
[It] should provide container's limits.cpu/memory and requests.cpu/memory as env vars [NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
STEP: Creating a pod to test downward api env vars
Jul  3 06:10:26.099: INFO: Waiting up to 5m0s for pod "downward-api-c71ad49f-7e87-11e8-9aa2-c6770944a2e6" in namespace "e2e-tests-downward-api-mj4ht" to be "success or failure"
Jul  3 06:10:26.109: INFO: Pod "downward-api-c71ad49f-7e87-11e8-9aa2-c6770944a2e6": Phase="Pending", Reason="", readiness=false. Elapsed: 9.782819ms
Jul  3 06:10:28.113: INFO: Pod "downward-api-c71ad49f-7e87-11e8-9aa2-c6770944a2e6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.01420854s
Jul  3 06:10:30.120: INFO: Pod "downward-api-c71ad49f-7e87-11e8-9aa2-c6770944a2e6": Phase="Pending", Reason="", readiness=false. Elapsed: 4.021268684s
Jul  3 06:10:32.128: INFO: Pod "downward-api-c71ad49f-7e87-11e8-9aa2-c6770944a2e6": Phase="Pending", Reason="", readiness=false. Elapsed: 6.028757065s
Jul  3 06:10:34.136: INFO: Pod "downward-api-c71ad49f-7e87-11e8-9aa2-c6770944a2e6": Phase="Succeeded", Reason="", readiness=false. Elapsed: 8.036636044s
STEP: Saw pod success
Jul  3 06:10:34.136: INFO: Pod "downward-api-c71ad49f-7e87-11e8-9aa2-c6770944a2e6" satisfied condition "success or failure"
Jul  3 06:10:34.140: INFO: Trying to get logs from node ubuntuvm pod downward-api-c71ad49f-7e87-11e8-9aa2-c6770944a2e6 container dapi-container: <nil>
STEP: delete the pod
Jul  3 06:10:34.190: INFO: Waiting for pod downward-api-c71ad49f-7e87-11e8-9aa2-c6770944a2e6 to disappear
Jul  3 06:10:34.194: INFO: Pod downward-api-c71ad49f-7e87-11e8-9aa2-c6770944a2e6 no longer exists
[AfterEach] [sig-api-machinery] Downward API
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142
Jul  3 06:10:34.194: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "e2e-tests-downward-api-mj4ht" for this suite.
Jul  3 06:10:40.237: INFO: Waiting up to 30s for server preferred namespaced resources to be successfully discovered
Jul  3 06:10:40.296: INFO: namespace: e2e-tests-downward-api-mj4ht, resource: bindings, ignored listing per whitelist
Jul  3 06:10:40.383: INFO: namespace e2e-tests-downward-api-mj4ht deletion completed in 6.177052302s

• [SLOW TEST:14.379 seconds]
[sig-api-machinery] Downward API
/workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/downward_api.go:37
  should provide container's limits.cpu/memory and requests.cpu/memory as env vars [NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
------------------------------
[k8s.io] Docker Containers
  should be able to override the image's default command and arguments [NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
[BeforeEach] [k8s.io] Docker Containers
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:141
STEP: Creating a kubernetes client
Jul  3 06:10:40.383: INFO: >>> kubeConfig: /tmp/kubeconfig-559575868
STEP: Building a namespace api object
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be able to override the image's default command and arguments [NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
STEP: Creating a pod to test override all
Jul  3 06:10:40.503: INFO: Waiting up to 5m0s for pod "client-containers-cfb0845a-7e87-11e8-9aa2-c6770944a2e6" in namespace "e2e-tests-containers-4d7qg" to be "success or failure"
Jul  3 06:10:40.510: INFO: Pod "client-containers-cfb0845a-7e87-11e8-9aa2-c6770944a2e6": Phase="Pending", Reason="", readiness=false. Elapsed: 7.185996ms
Jul  3 06:10:42.520: INFO: Pod "client-containers-cfb0845a-7e87-11e8-9aa2-c6770944a2e6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.016708124s
Jul  3 06:10:44.525: INFO: Pod "client-containers-cfb0845a-7e87-11e8-9aa2-c6770944a2e6": Phase="Pending", Reason="", readiness=false. Elapsed: 4.022154595s
Jul  3 06:10:46.529: INFO: Pod "client-containers-cfb0845a-7e87-11e8-9aa2-c6770944a2e6": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.025953515s
STEP: Saw pod success
Jul  3 06:10:46.529: INFO: Pod "client-containers-cfb0845a-7e87-11e8-9aa2-c6770944a2e6" satisfied condition "success or failure"
Jul  3 06:10:46.532: INFO: Trying to get logs from node ubuntuvm pod client-containers-cfb0845a-7e87-11e8-9aa2-c6770944a2e6 container test-container: <nil>
STEP: delete the pod
Jul  3 06:10:46.567: INFO: Waiting for pod client-containers-cfb0845a-7e87-11e8-9aa2-c6770944a2e6 to disappear
Jul  3 06:10:46.589: INFO: Pod client-containers-cfb0845a-7e87-11e8-9aa2-c6770944a2e6 no longer exists
[AfterEach] [k8s.io] Docker Containers
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142
Jul  3 06:10:46.589: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "e2e-tests-containers-4d7qg" for this suite.
Jul  3 06:10:52.619: INFO: Waiting up to 30s for server preferred namespaced resources to be successfully discovered
Jul  3 06:10:52.757: INFO: namespace: e2e-tests-containers-4d7qg, resource: bindings, ignored listing per whitelist
Jul  3 06:10:52.784: INFO: namespace e2e-tests-containers-4d7qg deletion completed in 6.190371691s

• [SLOW TEST:12.401 seconds]
[k8s.io] Docker Containers
/workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:679
  should be able to override the image's default command and arguments [NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
------------------------------
SSS
------------------------------
[k8s.io] [sig-node] PreStop
  should call prestop when killing a pod  [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
[BeforeEach] [k8s.io] [sig-node] PreStop
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:141
STEP: Creating a kubernetes client
Jul  3 06:10:52.787: INFO: >>> kubeConfig: /tmp/kubeconfig-559575868
STEP: Building a namespace api object
STEP: Waiting for a default service account to be provisioned in namespace
[It] should call prestop when killing a pod  [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
STEP: Creating server pod server in namespace e2e-tests-prestop-bjnd8
STEP: Waiting for pods to come up.
STEP: Creating tester pod tester in namespace e2e-tests-prestop-bjnd8
STEP: Deleting pre-stop pod
Jul  3 06:11:11.921: INFO: Saw: {
        "Hostname": "server",
        "Sent": null,
        "Received": {
                "prestop": 1
        },
        "Errors": null,
        "Log": [
                "default/nettest has 0 endpoints ([]), which is less than 8 as expected. Waiting for all endpoints to come up.",
                "default/nettest has 0 endpoints ([]), which is less than 8 as expected. Waiting for all endpoints to come up.",
                "default/nettest has 0 endpoints ([]), which is less than 8 as expected. Waiting for all endpoints to come up."
        ],
        "StillContactingPeers": true
}
STEP: Deleting the server pod
[AfterEach] [k8s.io] [sig-node] PreStop
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142
Jul  3 06:11:11.927: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "e2e-tests-prestop-bjnd8" for this suite.
Jul  3 06:11:49.956: INFO: Waiting up to 30s for server preferred namespaced resources to be successfully discovered
Jul  3 06:11:49.991: INFO: namespace: e2e-tests-prestop-bjnd8, resource: bindings, ignored listing per whitelist
Jul  3 06:11:50.081: INFO: namespace e2e-tests-prestop-bjnd8 deletion completed in 38.147106656s

• [SLOW TEST:57.295 seconds]
[k8s.io] [sig-node] PreStop
/workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:679
  should call prestop when killing a pod  [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
------------------------------
SS
------------------------------
[sig-storage] Projected
  should provide container's memory limit [NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
[BeforeEach] [sig-storage] Projected
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:141
STEP: Creating a kubernetes client
Jul  3 06:11:50.083: INFO: >>> kubeConfig: /tmp/kubeconfig-559575868
STEP: Building a namespace api object
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-storage] Projected
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected.go:858
[It] should provide container's memory limit [NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
STEP: Creating a pod to test downward API volume plugin
Jul  3 06:11:50.158: INFO: Waiting up to 5m0s for pod "downwardapi-volume-f935879b-7e87-11e8-9aa2-c6770944a2e6" in namespace "e2e-tests-projected-4pdz5" to be "success or failure"
Jul  3 06:11:50.162: INFO: Pod "downwardapi-volume-f935879b-7e87-11e8-9aa2-c6770944a2e6": Phase="Pending", Reason="", readiness=false. Elapsed: 3.921209ms
Jul  3 06:11:52.164: INFO: Pod "downwardapi-volume-f935879b-7e87-11e8-9aa2-c6770944a2e6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006433292s
Jul  3 06:11:54.168: INFO: Pod "downwardapi-volume-f935879b-7e87-11e8-9aa2-c6770944a2e6": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010529015s
STEP: Saw pod success
Jul  3 06:11:54.169: INFO: Pod "downwardapi-volume-f935879b-7e87-11e8-9aa2-c6770944a2e6" satisfied condition "success or failure"
Jul  3 06:11:54.172: INFO: Trying to get logs from node ubuntuvm pod downwardapi-volume-f935879b-7e87-11e8-9aa2-c6770944a2e6 container client-container: <nil>
STEP: delete the pod
Jul  3 06:11:54.197: INFO: Waiting for pod downwardapi-volume-f935879b-7e87-11e8-9aa2-c6770944a2e6 to disappear
Jul  3 06:11:54.199: INFO: Pod downwardapi-volume-f935879b-7e87-11e8-9aa2-c6770944a2e6 no longer exists
[AfterEach] [sig-storage] Projected
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142
Jul  3 06:11:54.199: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "e2e-tests-projected-4pdz5" for this suite.
Jul  3 06:12:00.218: INFO: Waiting up to 30s for server preferred namespaced resources to be successfully discovered
Jul  3 06:12:00.251: INFO: namespace: e2e-tests-projected-4pdz5, resource: bindings, ignored listing per whitelist
Jul  3 06:12:00.404: INFO: namespace e2e-tests-projected-4pdz5 deletion completed in 6.2014029s

• [SLOW TEST:10.322 seconds]
[sig-storage] Projected
/workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected.go:34
  should provide container's memory limit [NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
------------------------------
[sig-storage] Downward API volume
  should provide container's cpu limit [NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
[BeforeEach] [sig-storage] Downward API volume
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:141
STEP: Creating a kubernetes client
Jul  3 06:12:00.405: INFO: >>> kubeConfig: /tmp/kubeconfig-559575868
STEP: Building a namespace api object
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-storage] Downward API volume
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:38
[It] should provide container's cpu limit [NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
STEP: Creating a pod to test downward API volume plugin
Jul  3 06:12:00.562: INFO: Waiting up to 5m0s for pod "downwardapi-volume-ff663e88-7e87-11e8-9aa2-c6770944a2e6" in namespace "e2e-tests-downward-api-98rjf" to be "success or failure"
Jul  3 06:12:00.577: INFO: Pod "downwardapi-volume-ff663e88-7e87-11e8-9aa2-c6770944a2e6": Phase="Pending", Reason="", readiness=false. Elapsed: 14.56459ms
Jul  3 06:12:02.589: INFO: Pod "downwardapi-volume-ff663e88-7e87-11e8-9aa2-c6770944a2e6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.026525202s
Jul  3 06:12:04.604: INFO: Pod "downwardapi-volume-ff663e88-7e87-11e8-9aa2-c6770944a2e6": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.041917935s
STEP: Saw pod success
Jul  3 06:12:04.605: INFO: Pod "downwardapi-volume-ff663e88-7e87-11e8-9aa2-c6770944a2e6" satisfied condition "success or failure"
Jul  3 06:12:04.612: INFO: Trying to get logs from node ubuntuvm pod downwardapi-volume-ff663e88-7e87-11e8-9aa2-c6770944a2e6 container client-container: <nil>
STEP: delete the pod
Jul  3 06:12:04.680: INFO: Waiting for pod downwardapi-volume-ff663e88-7e87-11e8-9aa2-c6770944a2e6 to disappear
Jul  3 06:12:04.684: INFO: Pod downwardapi-volume-ff663e88-7e87-11e8-9aa2-c6770944a2e6 no longer exists
[AfterEach] [sig-storage] Downward API volume
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142
Jul  3 06:12:04.684: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "e2e-tests-downward-api-98rjf" for this suite.
Jul  3 06:12:10.708: INFO: Waiting up to 30s for server preferred namespaced resources to be successfully discovered
Jul  3 06:12:10.846: INFO: namespace: e2e-tests-downward-api-98rjf, resource: bindings, ignored listing per whitelist
Jul  3 06:12:10.852: INFO: namespace e2e-tests-downward-api-98rjf deletion completed in 6.163639204s

• [SLOW TEST:10.447 seconds]
[sig-storage] Downward API volume
/workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:33
  should provide container's cpu limit [NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
------------------------------
SS
------------------------------
[sig-api-machinery] Watchers
  should observe an object deletion if it stops meeting the requirements of the selector [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
[BeforeEach] [sig-api-machinery] Watchers
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:141
STEP: Creating a kubernetes client
Jul  3 06:12:10.852: INFO: >>> kubeConfig: /tmp/kubeconfig-559575868
STEP: Building a namespace api object
STEP: Waiting for a default service account to be provisioned in namespace
[It] should observe an object deletion if it stops meeting the requirements of the selector [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
STEP: creating a watch on configmaps with a certain label
STEP: creating a new configmap
STEP: modifying the configmap once
STEP: changing the label value of the configmap
STEP: Expecting to observe a delete notification for the watched object
Jul  3 06:12:10.933: INFO: Got : ADDED &ConfigMap{ObjectMeta:k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta{Name:e2e-watch-test-label-changed,GenerateName:,Namespace:e2e-tests-watch-q7f6p,SelfLink:/api/v1/namespaces/e2e-tests-watch-q7f6p/configmaps/e2e-watch-test-label-changed,UID:0595b33e-7e88-11e8-afec-0800272e6982,ResourceVersion:143167,Generation:0,CreationTimestamp:2018-07-03 06:12:10 +0000 UTC,DeletionTimestamp:<nil>,DeletionGracePeriodSeconds:nil,Labels:map[string]string{watch-this-configmap: label-changed-and-restored,},Annotations:map[string]string{},OwnerReferences:[],Finalizers:[],ClusterName:,Initializers:nil,},Data:map[string]string{},BinaryData:map[string][]byte{},}
Jul  3 06:12:10.933: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta{Name:e2e-watch-test-label-changed,GenerateName:,Namespace:e2e-tests-watch-q7f6p,SelfLink:/api/v1/namespaces/e2e-tests-watch-q7f6p/configmaps/e2e-watch-test-label-changed,UID:0595b33e-7e88-11e8-afec-0800272e6982,ResourceVersion:143168,Generation:0,CreationTimestamp:2018-07-03 06:12:10 +0000 UTC,DeletionTimestamp:<nil>,DeletionGracePeriodSeconds:nil,Labels:map[string]string{watch-this-configmap: label-changed-and-restored,},Annotations:map[string]string{},OwnerReferences:[],Finalizers:[],ClusterName:,Initializers:nil,},Data:map[string]string{mutation: 1,},BinaryData:map[string][]byte{},}
Jul  3 06:12:10.934: INFO: Got : DELETED &ConfigMap{ObjectMeta:k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta{Name:e2e-watch-test-label-changed,GenerateName:,Namespace:e2e-tests-watch-q7f6p,SelfLink:/api/v1/namespaces/e2e-tests-watch-q7f6p/configmaps/e2e-watch-test-label-changed,UID:0595b33e-7e88-11e8-afec-0800272e6982,ResourceVersion:143169,Generation:0,CreationTimestamp:2018-07-03 06:12:10 +0000 UTC,DeletionTimestamp:<nil>,DeletionGracePeriodSeconds:nil,Labels:map[string]string{watch-this-configmap: label-changed-and-restored,},Annotations:map[string]string{},OwnerReferences:[],Finalizers:[],ClusterName:,Initializers:nil,},Data:map[string]string{mutation: 1,},BinaryData:map[string][]byte{},}
STEP: modifying the configmap a second time
STEP: Expecting not to observe a notification because the object no longer meets the selector's requirements
STEP: changing the label value of the configmap back
STEP: modifying the configmap a third time
STEP: deleting the configmap
STEP: Expecting to observe an add notification for the watched object when the label value was restored
Jul  3 06:12:20.976: INFO: Got : ADDED &ConfigMap{ObjectMeta:k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta{Name:e2e-watch-test-label-changed,GenerateName:,Namespace:e2e-tests-watch-q7f6p,SelfLink:/api/v1/namespaces/e2e-tests-watch-q7f6p/configmaps/e2e-watch-test-label-changed,UID:0595b33e-7e88-11e8-afec-0800272e6982,ResourceVersion:143183,Generation:0,CreationTimestamp:2018-07-03 06:12:10 +0000 UTC,DeletionTimestamp:<nil>,DeletionGracePeriodSeconds:nil,Labels:map[string]string{watch-this-configmap: label-changed-and-restored,},Annotations:map[string]string{},OwnerReferences:[],Finalizers:[],ClusterName:,Initializers:nil,},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},}
Jul  3 06:12:20.982: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta{Name:e2e-watch-test-label-changed,GenerateName:,Namespace:e2e-tests-watch-q7f6p,SelfLink:/api/v1/namespaces/e2e-tests-watch-q7f6p/configmaps/e2e-watch-test-label-changed,UID:0595b33e-7e88-11e8-afec-0800272e6982,ResourceVersion:143184,Generation:0,CreationTimestamp:2018-07-03 06:12:10 +0000 UTC,DeletionTimestamp:<nil>,DeletionGracePeriodSeconds:nil,Labels:map[string]string{watch-this-configmap: label-changed-and-restored,},Annotations:map[string]string{},OwnerReferences:[],Finalizers:[],ClusterName:,Initializers:nil,},Data:map[string]string{mutation: 3,},BinaryData:map[string][]byte{},}
Jul  3 06:12:20.985: INFO: Got : DELETED &ConfigMap{ObjectMeta:k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta{Name:e2e-watch-test-label-changed,GenerateName:,Namespace:e2e-tests-watch-q7f6p,SelfLink:/api/v1/namespaces/e2e-tests-watch-q7f6p/configmaps/e2e-watch-test-label-changed,UID:0595b33e-7e88-11e8-afec-0800272e6982,ResourceVersion:143185,Generation:0,CreationTimestamp:2018-07-03 06:12:10 +0000 UTC,DeletionTimestamp:<nil>,DeletionGracePeriodSeconds:nil,Labels:map[string]string{watch-this-configmap: label-changed-and-restored,},Annotations:map[string]string{},OwnerReferences:[],Finalizers:[],ClusterName:,Initializers:nil,},Data:map[string]string{mutation: 3,},BinaryData:map[string][]byte{},}
[AfterEach] [sig-api-machinery] Watchers
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142
Jul  3 06:12:20.985: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "e2e-tests-watch-q7f6p" for this suite.
Jul  3 06:12:27.011: INFO: Waiting up to 30s for server preferred namespaced resources to be successfully discovered
Jul  3 06:12:27.117: INFO: namespace: e2e-tests-watch-q7f6p, resource: bindings, ignored listing per whitelist
Jul  3 06:12:27.192: INFO: namespace e2e-tests-watch-q7f6p deletion completed in 6.198067444s

• [SLOW TEST:16.340 seconds]
[sig-api-machinery] Watchers
/workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:22
  should observe an object deletion if it stops meeting the requirements of the selector [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
------------------------------
SSSSSS
------------------------------
[k8s.io] Probing container
  should be restarted with a /healthz http liveness probe [NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
[BeforeEach] [k8s.io] Probing container
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:141
STEP: Creating a kubernetes client
Jul  3 06:12:27.193: INFO: >>> kubeConfig: /tmp/kubeconfig-559575868
STEP: Building a namespace api object
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [k8s.io] Probing container
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/container_probe.go:48
[It] should be restarted with a /healthz http liveness probe [NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
STEP: Creating pod liveness-http in namespace e2e-tests-container-probe-t89js
Jul  3 06:12:31.325: INFO: Started pod liveness-http in namespace e2e-tests-container-probe-t89js
STEP: checking the pod's current state and verifying that restartCount is present
Jul  3 06:12:31.331: INFO: Initial restart count of pod liveness-http is 0
Jul  3 06:12:51.443: INFO: Restart count of pod e2e-tests-container-probe-t89js/liveness-http is now 1 (20.111946656s elapsed)
STEP: deleting the pod
[AfterEach] [k8s.io] Probing container
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142
Jul  3 06:12:51.487: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "e2e-tests-container-probe-t89js" for this suite.
Jul  3 06:12:57.530: INFO: Waiting up to 30s for server preferred namespaced resources to be successfully discovered
Jul  3 06:12:57.637: INFO: namespace: e2e-tests-container-probe-t89js, resource: bindings, ignored listing per whitelist
Jul  3 06:12:57.654: INFO: namespace e2e-tests-container-probe-t89js deletion completed in 6.151550499s

• [SLOW TEST:30.462 seconds]
[k8s.io] Probing container
/workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:679
  should be restarted with a /healthz http liveness probe [NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
------------------------------
SSSSSSSSSSSSSSSS
------------------------------
[sig-api-machinery] Watchers
  should be able to restart watching from the last resource version observed by the previous watch [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
[BeforeEach] [sig-api-machinery] Watchers
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:141
STEP: Creating a kubernetes client
Jul  3 06:12:57.658: INFO: >>> kubeConfig: /tmp/kubeconfig-559575868
STEP: Building a namespace api object
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be able to restart watching from the last resource version observed by the previous watch [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
STEP: creating a watch on configmaps
STEP: creating a new configmap
STEP: modifying the configmap once
STEP: closing the watch once it receives two notifications
Jul  3 06:12:57.744: INFO: Got : ADDED &ConfigMap{ObjectMeta:k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta{Name:e2e-watch-test-watch-closed,GenerateName:,Namespace:e2e-tests-watch-xb2xg,SelfLink:/api/v1/namespaces/e2e-tests-watch-xb2xg/configmaps/e2e-watch-test-watch-closed,UID:217d94bb-7e88-11e8-afec-0800272e6982,ResourceVersion:143270,Generation:0,CreationTimestamp:2018-07-03 06:12:57 +0000 UTC,DeletionTimestamp:<nil>,DeletionGracePeriodSeconds:nil,Labels:map[string]string{watch-this-configmap: watch-closed-and-restarted,},Annotations:map[string]string{},OwnerReferences:[],Finalizers:[],ClusterName:,Initializers:nil,},Data:map[string]string{},BinaryData:map[string][]byte{},}
Jul  3 06:12:57.745: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta{Name:e2e-watch-test-watch-closed,GenerateName:,Namespace:e2e-tests-watch-xb2xg,SelfLink:/api/v1/namespaces/e2e-tests-watch-xb2xg/configmaps/e2e-watch-test-watch-closed,UID:217d94bb-7e88-11e8-afec-0800272e6982,ResourceVersion:143271,Generation:0,CreationTimestamp:2018-07-03 06:12:57 +0000 UTC,DeletionTimestamp:<nil>,DeletionGracePeriodSeconds:nil,Labels:map[string]string{watch-this-configmap: watch-closed-and-restarted,},Annotations:map[string]string{},OwnerReferences:[],Finalizers:[],ClusterName:,Initializers:nil,},Data:map[string]string{mutation: 1,},BinaryData:map[string][]byte{},}
STEP: modifying the configmap a second time, while the watch is closed
STEP: creating a new watch on configmaps from the last resource version observed by the first watch
STEP: deleting the configmap
STEP: Expecting to observe notifications for all changes to the configmap since the first watch closed
Jul  3 06:12:57.762: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta{Name:e2e-watch-test-watch-closed,GenerateName:,Namespace:e2e-tests-watch-xb2xg,SelfLink:/api/v1/namespaces/e2e-tests-watch-xb2xg/configmaps/e2e-watch-test-watch-closed,UID:217d94bb-7e88-11e8-afec-0800272e6982,ResourceVersion:143272,Generation:0,CreationTimestamp:2018-07-03 06:12:57 +0000 UTC,DeletionTimestamp:<nil>,DeletionGracePeriodSeconds:nil,Labels:map[string]string{watch-this-configmap: watch-closed-and-restarted,},Annotations:map[string]string{},OwnerReferences:[],Finalizers:[],ClusterName:,Initializers:nil,},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},}
Jul  3 06:12:57.762: INFO: Got : DELETED &ConfigMap{ObjectMeta:k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta{Name:e2e-watch-test-watch-closed,GenerateName:,Namespace:e2e-tests-watch-xb2xg,SelfLink:/api/v1/namespaces/e2e-tests-watch-xb2xg/configmaps/e2e-watch-test-watch-closed,UID:217d94bb-7e88-11e8-afec-0800272e6982,ResourceVersion:143273,Generation:0,CreationTimestamp:2018-07-03 06:12:57 +0000 UTC,DeletionTimestamp:<nil>,DeletionGracePeriodSeconds:nil,Labels:map[string]string{watch-this-configmap: watch-closed-and-restarted,},Annotations:map[string]string{},OwnerReferences:[],Finalizers:[],ClusterName:,Initializers:nil,},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},}
[AfterEach] [sig-api-machinery] Watchers
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142
Jul  3 06:12:57.762: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "e2e-tests-watch-xb2xg" for this suite.
Jul  3 06:13:03.794: INFO: Waiting up to 30s for server preferred namespaced resources to be successfully discovered
Jul  3 06:13:03.920: INFO: namespace: e2e-tests-watch-xb2xg, resource: bindings, ignored listing per whitelist
Jul  3 06:13:04.011: INFO: namespace e2e-tests-watch-xb2xg deletion completed in 6.245271295s

• [SLOW TEST:6.353 seconds]
[sig-api-machinery] Watchers
/workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:22
  should be able to restart watching from the last resource version observed by the previous watch [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
------------------------------
SSSSSSSSSSSSSSSSS
------------------------------
[sig-storage] ConfigMap
  should be consumable from pods in volume as non-root [NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
[BeforeEach] [sig-storage] ConfigMap
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:141
STEP: Creating a kubernetes client
Jul  3 06:13:04.011: INFO: >>> kubeConfig: /tmp/kubeconfig-559575868
STEP: Building a namespace api object
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be consumable from pods in volume as non-root [NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
STEP: Creating configMap with name configmap-test-volume-2541dc76-7e88-11e8-9aa2-c6770944a2e6
STEP: Creating a pod to test consume configMaps
Jul  3 06:13:04.062: INFO: Waiting up to 5m0s for pod "pod-configmaps-25425d98-7e88-11e8-9aa2-c6770944a2e6" in namespace "e2e-tests-configmap-nw9xh" to be "success or failure"
Jul  3 06:13:04.068: INFO: Pod "pod-configmaps-25425d98-7e88-11e8-9aa2-c6770944a2e6": Phase="Pending", Reason="", readiness=false. Elapsed: 5.263313ms
Jul  3 06:13:06.086: INFO: Pod "pod-configmaps-25425d98-7e88-11e8-9aa2-c6770944a2e6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.023042273s
Jul  3 06:13:08.093: INFO: Pod "pod-configmaps-25425d98-7e88-11e8-9aa2-c6770944a2e6": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.030624253s
STEP: Saw pod success
Jul  3 06:13:08.094: INFO: Pod "pod-configmaps-25425d98-7e88-11e8-9aa2-c6770944a2e6" satisfied condition "success or failure"
Jul  3 06:13:08.099: INFO: Trying to get logs from node ubuntuvm pod pod-configmaps-25425d98-7e88-11e8-9aa2-c6770944a2e6 container configmap-volume-test: <nil>
STEP: delete the pod
Jul  3 06:13:08.133: INFO: Waiting for pod pod-configmaps-25425d98-7e88-11e8-9aa2-c6770944a2e6 to disappear
Jul  3 06:13:08.136: INFO: Pod pod-configmaps-25425d98-7e88-11e8-9aa2-c6770944a2e6 no longer exists
[AfterEach] [sig-storage] ConfigMap
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142
Jul  3 06:13:08.136: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "e2e-tests-configmap-nw9xh" for this suite.
Jul  3 06:13:14.152: INFO: Waiting up to 30s for server preferred namespaced resources to be successfully discovered
Jul  3 06:13:14.309: INFO: namespace: e2e-tests-configmap-nw9xh, resource: bindings, ignored listing per whitelist
Jul  3 06:13:14.340: INFO: namespace e2e-tests-configmap-nw9xh deletion completed in 6.201346759s

• [SLOW TEST:10.329 seconds]
[sig-storage] ConfigMap
/workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/configmap_volume.go:32
  should be consumable from pods in volume as non-root [NodeConformance] [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
------------------------------
SSSSSSS
------------------------------
[sig-apps] StatefulSet [k8s.io] Basic StatefulSet functionality [StatefulSetBasic]
  should perform rolling updates and roll backs of template modifications [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
[BeforeEach] [sig-apps] StatefulSet
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:141
STEP: Creating a kubernetes client
Jul  3 06:13:14.340: INFO: >>> kubeConfig: /tmp/kubeconfig-559575868
STEP: Building a namespace api object
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-apps] StatefulSet
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:57
[BeforeEach] [k8s.io] Basic StatefulSet functionality [StatefulSetBasic]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:72
STEP: Creating service test in namespace e2e-tests-statefulset-kntgb
[It] should perform rolling updates and roll backs of template modifications [Conformance]
  /workspace/anago-v1.11.0-rc.3.3+91e7b4fd31fcd3/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:684
STEP: Creating a new StatefulSet
Jul  3 06:13:14.444: INFO: Found 0 stateful pods, waiting for 3
Jul  3 06:13:24.450: INFO: Waiting for pod ss2-0 to enter Running - Ready=true, currently Running - Ready=true
Jul  3 06:13:24.450: INFO: Waiting for pod ss2-1 to enter Running - Ready=true, currently Running - Ready=true
Jul  3 06:13:24.450: INFO: Waiting for pod ss2-2 to enter Running - Ready=true, currently Running - Ready=true
Jul  3 06:13:24.462: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-559575868 exec --namespace=e2e-tests-statefulset-kntgb ss2-1 -- /bin/sh -c mv -v /usr/share/nginx/html/index.html /tmp/ || true'
Jul  3 06:13:24.728: INFO: stderr: ""
Jul  3 06:13:24.728: INFO: stdout: "'/usr/share/nginx/html/index.html' -> '/tmp/index.html'\n"
Jul  3 06:13:24.728: INFO: stdout of mv -v /usr/share/nginx/html/index.html /tmp/ || true on ss2-1: '/usr/share/nginx/html/index.html' -> '/tmp/index.html'

STEP: Updating StatefulSet template: update image from k8s.gcr.io/nginx-slim-amd64:0.20 to k8s.gcr.io/nginx-slim-amd64:0.21
Jul  3 06:13:34.779: INFO: Updating stateful set ss2
STEP: Creating a new revision
STEP: Updating Pods in reverse ordinal order
Jul  3 06:13:44.827: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-559575868 exec --namespace=e2e-tests-statefulset-kntgb ss2-1 -- /bin/sh -c mv -v /tmp/index.html /usr/share/nginx/html/ || true'
Jul  3 06:13:45.165: INFO: stderr: ""
Jul  3 06:13:45.165: INFO: stdout: "'/tmp/index.html' -> '/usr/share/nginx/html/index.html'\n"
Jul  3 06:13:45.165: INFO: stdout of mv -v /tmp/index.html /usr/share/nginx/html/ || true on ss2-1: '/tmp/index.html' -> '/usr/share/nginx/html/index.html'

Jul  3 06:13:55.183: INFO: Waiting for StatefulSet e2e-tests-statefulset-kntgb/ss2 to complete update
Jul  3 06:13:55.183: INFO: Waiting for Pod e2e-tests-statefulset-kntgb/ss2-0 to have revision ss2-56dd5fb9c4 update revision ss2-76cb68b6ff
Jul  3 06:13:55.183: INFO: Waiting for Pod e2e-tests-statefulset-kntgb/ss2-1 to have revision ss2-56dd5fb9c4 update revision ss2-76cb68b6ff
Jul  3 06:14:05.194: INFO: Waiting for StatefulSet e2e-tests-statefulset-kntgb/ss2 to complete update
Jul  3 06:14:05.194: INFO: Waiting for Pod e2e-tests-statefulset-kntgb/ss2-0 to have revision ss2-56dd5fb9c4 update revision ss2-76cb68b6ff
Jul  3 06:14:05.194: INFO: Waiting for Pod e2e-tests-statefulset-kntgb/ss2-1 to have revision ss2-56dd5fb9c4 update revision ss2-76cb68b6ff
Jul  3 06:14:15.197: INFO: Waiting for StatefulSet e2e-tests-statefulset-kntgb/ss2 to complete update
Jul  3 06:14:15.197: INFO: Waiting for Pod e2e-tests-statefulset-kntgb/ss2-0 to have revision ss2-56dd5fb9c4 update revision ss2-76cb68b6ff
STEP: Rolling back to a previous revision
Jul  3 06:14:25.192: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-559575868 exec --namespace=e2e-tests-statefulset-kntgb ss2-1 -- /bin/sh -c mv -v /usr/share/nginx/html/index.html /tmp/ || true'
Jul  3 06:14:25.478: INFO: stderr: ""
Jul  3 06:14:25.478: INFO: stdout: "'/usr/share/nginx/html/index.html' -> '/tmp/index.html'\n"
Jul  3 06:14:25.478: INFO: stdout of mv -v /usr/share/nginx/html/index.html /tmp/ || true on ss2-1: '/usr/share/nginx/html/index.html' -> '/tmp/index.html'

Jul  3 06:14:35.535: INFO: Updating stateful set ss2