Skip to content

Instantly share code, notes, and snippets.

@mumoshu
Last active November 29, 2016 04:38
Show Gist options
  • Save mumoshu/da18f8f3ba46688f0a3e5e51889f60d1 to your computer and use it in GitHub Desktop.
Save mumoshu/da18f8f3ba46688f0a3e5e51889f60d1 to your computer and use it in GitHub Desktop.
$ kubectl describe pod kube-dns-v20-boc99 -n kube-system
Name: kube-dns-v20-boc99
Namespace: kube-system
Node: ip-10-0-0-45.ap-northeast-1.compute.internal/10.0.0.45
Start Time: Tue, 29 Nov 2016 12:49:31 +0900
Labels: k8s-app=kube-dns
version=v20
Status: Running
IP: 10.2.86.2
Controllers: ReplicationController/kube-dns-v20
Containers:
kubedns:
Container ID: docker://109c96043820742a7be13f538f78f10de01bd62b59a242513184c865fce99449
Image: gcr.io/google_containers/kubedns-amd64:1.8
Image ID: docker://sha256:597a45ef55ec52401fdcd2e1d6ee53c74b04afb264490d7fa67b6d98ad330dfe
Ports: 10053/UDP, 10053/TCP
Args:
--domain=cluster.local.
--dns-port=10053
Limits:
memory: 170Mi
Requests:
cpu: 100m
memory: 70Mi
State: Running
Started: Tue, 29 Nov 2016 13:15:05 +0900
Last State: Terminated
Reason: Error
Exit Code: 137
Started: Tue, 29 Nov 2016 13:08:14 +0900
Finished: Tue, 29 Nov 2016 13:09:56 +0900
Ready: False
Restart Count: 8
Liveness: http-get http://:8080/healthz-kubedns delay=60s timeout=5s period=10s #success=1 #failure=5
Readiness: http-get http://:8081/readiness delay=3s timeout=5s period=10s #success=1 #failure=3
Volume Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from default-token-ma6bw (ro)
Environment Variables: <none>
dnsmasq:
Container ID: docker://42149cf2e00fc7547313ce26b198197966f145370a1a2c647b13776ab347f35c
Image: gcr.io/google_containers/kube-dnsmasq-amd64:1.4
Image ID: docker://sha256:3ec65756a89b70b4095e43a340a6e2d5696cac7a93a29619ff5c4b6be9af2773
Ports: 53/UDP, 53/TCP
Args:
--cache-size=1000
--no-resolv
--server=127.0.0.1#10053
--log-facility=-
State: Running
Started: Tue, 29 Nov 2016 13:14:27 +0900
Last State: Terminated
Reason: Error
Exit Code: 137
Started: Tue, 29 Nov 2016 13:07:44 +0900
Finished: Tue, 29 Nov 2016 13:09:23 +0900
Ready: True
Restart Count: 8
Liveness: http-get http://:8080/healthz-dnsmasq delay=60s timeout=5s period=10s #success=1 #failure=5
Volume Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from default-token-ma6bw (ro)
Environment Variables: <none>
healthz:
Container ID: docker://08ade40b65540e60e602b792b6bc4178f3bad71faa86132f675c4e0f36842419
Image: gcr.io/google_containers/exechealthz-amd64:1.2
Image ID: docker://sha256:93a43bfb39bfe9795e76ccd75d7a0e6d40e2ae8563456a2a77c1b4cfc3bbd967
Port: 8080/TCP
Args:
--cmd=nslookup kubernetes.default.svc.cluster.local 127.0.0.1 >/dev/null
--url=/healthz-dnsmasq
--cmd=nslookup kubernetes.default.svc.cluster.local 127.0.0.1:10053 >/dev/null
--url=/healthz-kubedns
--port=8080
--quiet
Limits:
memory: 50Mi
Requests:
cpu: 10m
memory: 50Mi
State: Running
Started: Tue, 29 Nov 2016 12:49:43 +0900
Ready: True
Restart Count: 0
Volume Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from default-token-ma6bw (ro)
Environment Variables: <none>
Conditions:
Type Status
Initialized True
Ready False
PodScheduled True
Volumes:
default-token-ma6bw:
Type: Secret (a volume populated by a Secret)
SecretName: default-token-ma6bw
QoS Class: Burstable
Tolerations: CriticalAddonsOnly=:Exists
Events:
FirstSeen LastSeen Count From SubobjectPath Type Reason Message
--------- -------- ----- ---- ------------- -------- ------ -------
26m 26m 1 {default-scheduler } Normal Scheduled Successfully assigned kube-dns-v20-boc99 to ip-10-0-0-45.ap-northeast-1.compute.internal
26m 26m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Normal Pulling pulling image "gcr.io/google_containers/kubedns-amd64:1.8"
26m 26m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Normal Pulled Successfully pulled image "gcr.io/google_containers/kubedns-amd64:1.8"
26m 26m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Normal Created Created container with docker id 90608d5210f0; Security:[seccomp=unconfined]
26m 26m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Normal Started Started container with docker id 90608d5210f0
26m 26m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{dnsmasq} Normal Pulling pulling image "gcr.io/google_containers/kube-dnsmasq-amd64:1.4"
26m 26m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{dnsmasq} Normal Pulled Successfully pulled image "gcr.io/google_containers/kube-dnsmasq-amd64:1.4"
26m 26m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{dnsmasq} Normal Created Created container with docker id d34c7fba4c53; Security:[seccomp=unconfined]
26m 26m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{dnsmasq} Normal Started Started container with docker id d34c7fba4c53
26m 26m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{healthz} Normal Pulling pulling image "gcr.io/google_containers/exechealthz-amd64:1.2"
26m 26m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{healthz} Normal Pulled Successfully pulled image "gcr.io/google_containers/exechealthz-amd64:1.2"
26m 26m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{healthz} Normal Created Created container with docker id 08ade40b6554; Security:[seccomp=unconfined]
26m 26m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{healthz} Normal Started Started container with docker id 08ade40b6554
23m 23m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{dnsmasq} Normal Killing Killing container with docker id d34c7fba4c53: pod "kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)" container "dnsmasq" is unhealthy, it will be killed and re-created.
23m 23m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Normal Started Started container with docker id 5ae2248d6fae
23m 23m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Normal Created Created container with docker id 5ae2248d6fae; Security:[seccomp=unconfined]
23m 23m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Normal Killing Killing container with docker id 90608d5210f0: pod "kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)" container "kubedns" is unhealthy, it will be killed and re-created.
23m 23m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{dnsmasq} Normal Created Created container with docker id 5fb038d306d3; Security:[seccomp=unconfined]
23m 23m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{dnsmasq} Normal Started Started container with docker id 5fb038d306d3
21m 21m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{dnsmasq} Normal Killing Killing container with docker id 5fb038d306d3: pod "kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)" container "dnsmasq" is unhealthy, it will be killed and re-created.
21m 21m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Normal Started Started container with docker id dbec47e3a5d3
21m 21m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Normal Created Created container with docker id dbec47e3a5d3; Security:[seccomp=unconfined]
21m 21m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Normal Killing Killing container with docker id 5ae2248d6fae: pod "kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)" container "kubedns" is unhealthy, it will be killed and re-created.
21m 21m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{dnsmasq} Normal Started Started container with docker id 27a6a9a57e3d
21m 21m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{dnsmasq} Normal Created Created container with docker id 27a6a9a57e3d; Security:[seccomp=unconfined]
19m 19m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{dnsmasq} Normal Killing Killing container with docker id 27a6a9a57e3d: pod "kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)" container "dnsmasq" is unhealthy, it will be killed and re-created.
19m 19m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Normal Started Started container with docker id 46d8ed7cffc3
19m 19m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Normal Created Created container with docker id 46d8ed7cffc3; Security:[seccomp=unconfined]
19m 19m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Normal Killing Killing container with docker id dbec47e3a5d3: pod "kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)" container "kubedns" is unhealthy, it will be killed and re-created.
19m 19m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{dnsmasq} Normal Started Started container with docker id 2c6c8075c98d
19m 19m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{dnsmasq} Normal Created Created container with docker id 2c6c8075c98d; Security:[seccomp=unconfined]
17m 17m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{dnsmasq} Normal Killing Killing container with docker id 2c6c8075c98d: pod "kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)" container "dnsmasq" is unhealthy, it will be killed and re-created.
16m 16m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Normal Killing Killing container with docker id 46d8ed7cffc3: pod "kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)" container "kubedns" is unhealthy, it will be killed and re-created.
15m 15m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{dnsmasq} Normal Killing Killing container with docker id 21c4ea3b92cf: pod "kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)" container "dnsmasq" is unhealthy, it will be killed and re-created.
25m 11m 6 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Warning Unhealthy Liveness probe failed: Get http://10.2.86.2:8080/healthz-kubedns: dial tcp 10.2.86.2:8080: getsockopt: no route to host
10m 8m 9 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} Warning FailedSync Error syncing pod, skipping: [failed to "StartContainer" for "kubedns" with CrashLoopBackOff: "Back-off 2m40s restarting failed container=kubedns pod=kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)"
, failed to "StartContainer" for "dnsmasq" with CrashLoopBackOff: "Back-off 2m40s restarting failed container=dnsmasq pod=kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)"
]
10m 8m 4 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} Warning FailedSync Error syncing pod, skipping: [failed to "StartContainer" for "dnsmasq" with CrashLoopBackOff: "Back-off 2m40s restarting failed container=dnsmasq pod=kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)"
, failed to "StartContainer" for "kubedns" with CrashLoopBackOff: "Back-off 2m40s restarting failed container=kubedns pod=kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)"
]
8m 7m 3 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} Warning FailedSync Error syncing pod, skipping: failed to "StartContainer" for "kubedns" with CrashLoopBackOff: "Back-off 2m40s restarting failed container=kubedns pod=kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)"
25m 6m 7 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{dnsmasq} Warning Unhealthy Liveness probe failed: Get http://10.2.86.2:8080/healthz-dnsmasq: dial tcp 10.2.86.2:8080: getsockopt: no route to host
6m 6m 2 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} Warning FailedSync Error syncing pod, skipping: failed to "StartContainer" for "dnsmasq" with CrashLoopBackOff: "Back-off 5m0s restarting failed container=dnsmasq pod=kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)"
24m 6m 6 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Warning Unhealthy Liveness probe failed: Get http://10.2.86.2:8080/healthz-kubedns: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
14m 5m 7 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Normal Killing (events with common reason combined)
5m 5m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} Warning FailedSync Error syncing pod, skipping: [failed to "StartContainer" for "dnsmasq" with CrashLoopBackOff: "Back-off 5m0s restarting failed container=dnsmasq pod=kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)"
, failed to "StartContainer" for "kubedns" with CrashLoopBackOff: "Back-off 5m0s restarting failed container=kubedns pod=kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)"
]
5m 1m 21 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} Warning FailedSync Error syncing pod, skipping: [failed to "StartContainer" for "kubedns" with CrashLoopBackOff: "Back-off 5m0s restarting failed container=kubedns pod=kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)"
, failed to "StartContainer" for "dnsmasq" with CrashLoopBackOff: "Back-off 5m0s restarting failed container=dnsmasq pod=kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)"
]
23m 1m 8 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{dnsmasq} Normal Pulled Container image "gcr.io/google_containers/kube-dnsmasq-amd64:1.4" already present on machine
10m 58s 79 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Warning BackOff Back-off restarting failed docker container
1m 58s 4 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} Warning FailedSync Error syncing pod, skipping: failed to "StartContainer" for "kubedns" with CrashLoopBackOff: "Back-off 5m0s restarting failed container=kubedns pod=kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)"
16m 46s 10 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Normal Started (events with common reason combined)
16m 46s 10 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Normal Created (events with common reason combined)
23m 46s 8 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Normal Pulled Container image "gcr.io/google_containers/kubedns-amd64:1.8" already present on machine
25m 15s 52 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Warning Unhealthy Readiness probe failed: Get http://10.2.86.2:8081/readiness: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
24m 15s 6 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{dnsmasq} Warning Unhealthy Liveness probe failed: Get http://10.2.86.2:8080/healthz-dnsmasq: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
25m 8s 53 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Warning Unhealthy Readiness probe failed: Get http://10.2.86.2:8081/readiness: dial tcp 10.2.86.2:8081: getsockopt: no route to host
Name: kube-dns-v20-boc99
Namespace: kube-system
Node: ip-10-0-0-45.ap-northeast-1.compute.internal/10.0.0.45
Start Time: Tue, 29 Nov 2016 12:49:31 +0900
Labels: k8s-app=kube-dns
version=v20
Status: Running
IP: 10.2.86.2
Controllers: ReplicationController/kube-dns-v20
Containers:
kubedns:
Container ID: docker://a25d6f3c54b5e920492bc24c74d36943c460f808bbb8ac6a825a3fd5cc4e34c5
Image: gcr.io/google_containers/kubedns-amd64:1.8
Image ID: docker://sha256:597a45ef55ec52401fdcd2e1d6ee53c74b04afb264490d7fa67b6d98ad330dfe
Ports: 10053/UDP, 10053/TCP
Args:
--domain=cluster.local.
--dns-port=10053
Limits:
memory: 170Mi
Requests:
cpu: 100m
memory: 70Mi
State: Running
Started: Tue, 29 Nov 2016 13:23:30 +0900
Last State: Terminated
Reason: Error
Exit Code: 137
Started: Tue, 29 Nov 2016 13:16:46 +0900
Finished: Tue, 29 Nov 2016 13:18:26 +0900
Ready: True
Restart Count: 10
Liveness: http-get http://:8080/healthz-kubedns delay=60s timeout=5s period=10s #success=1 #failure=5
Readiness: http-get http://:8081/readiness delay=3s timeout=5s period=10s #success=1 #failure=3
Volume Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from default-token-ma6bw (ro)
Environment Variables: <none>
dnsmasq:
Container ID: docker://1e491087f589fb66ea762f933565ab1dd05383371e9e141445824b124b174456
Image: gcr.io/google_containers/kube-dnsmasq-amd64:1.4
Image ID: docker://sha256:3ec65756a89b70b4095e43a340a6e2d5696cac7a93a29619ff5c4b6be9af2773
Ports: 53/UDP, 53/TCP
Args:
--cache-size=1000
--no-resolv
--server=127.0.0.1#10053
--log-facility=-
State: Running
Started: Tue, 29 Nov 2016 13:22:59 +0900
Last State: Terminated
Reason: Error
Exit Code: 137
Started: Tue, 29 Nov 2016 13:16:06 +0900
Finished: Tue, 29 Nov 2016 13:17:46 +0900
Ready: True
Restart Count: 10
Liveness: http-get http://:8080/healthz-dnsmasq delay=60s timeout=5s period=10s #success=1 #failure=5
Volume Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from default-token-ma6bw (ro)
Environment Variables: <none>
healthz:
Container ID: docker://08ade40b65540e60e602b792b6bc4178f3bad71faa86132f675c4e0f36842419
Image: gcr.io/google_containers/exechealthz-amd64:1.2
Image ID: docker://sha256:93a43bfb39bfe9795e76ccd75d7a0e6d40e2ae8563456a2a77c1b4cfc3bbd967
Port: 8080/TCP
Args:
--cmd=nslookup kubernetes.default.svc.cluster.local 127.0.0.1 >/dev/null
--url=/healthz-dnsmasq
--cmd=nslookup kubernetes.default.svc.cluster.local 127.0.0.1:10053 >/dev/null
--url=/healthz-kubedns
--port=8080
--quiet
Limits:
memory: 50Mi
Requests:
cpu: 10m
memory: 50Mi
State: Running
Started: Tue, 29 Nov 2016 12:49:43 +0900
Ready: True
Restart Count: 0
Volume Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from default-token-ma6bw (ro)
Environment Variables: <none>
Conditions:
Type Status
Initialized True
Ready True
PodScheduled True
Volumes:
default-token-ma6bw:
Type: Secret (a volume populated by a Secret)
SecretName: default-token-ma6bw
QoS Class: Burstable
Tolerations: CriticalAddonsOnly=:Exists
Events:
FirstSeen LastSeen Count From SubobjectPath Type Reason Message
--------- -------- ----- ---- ------------- -------- ------ -------
48m 48m 1 {default-scheduler } Normal Scheduled Successfully assigned kube-dns-v20-boc99 to ip-10-0-0-45.ap-northeast-1.compute.internal
48m 48m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Normal Pulling pulling image "gcr.io/google_containers/kubedns-amd64:1.8"
48m 48m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Normal Pulled Successfully pulled image "gcr.io/google_containers/kubedns-amd64:1.8"
48m 48m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Normal Created Created container with docker id 90608d5210f0; Security:[seccomp=unconfined]
48m 48m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Normal Started Started container with docker id 90608d5210f0
48m 48m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{dnsmasq} Normal Pulling pulling image "gcr.io/google_containers/kube-dnsmasq-amd64:1.4"
48m 48m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{dnsmasq} Normal Pulled Successfully pulled image "gcr.io/google_containers/kube-dnsmasq-amd64:1.4"
48m 48m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{dnsmasq} Normal Created Created container with docker id d34c7fba4c53; Security:[seccomp=unconfined]
48m 48m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{dnsmasq} Normal Started Started container with docker id d34c7fba4c53
48m 48m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{healthz} Normal Pulling pulling image "gcr.io/google_containers/exechealthz-amd64:1.2"
48m 48m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{healthz} Normal Pulled Successfully pulled image "gcr.io/google_containers/exechealthz-amd64:1.2"
48m 48m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{healthz} Normal Created Created container with docker id 08ade40b6554; Security:[seccomp=unconfined]
48m 48m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{healthz} Normal Started Started container with docker id 08ade40b6554
46m 46m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{dnsmasq} Normal Killing Killing container with docker id d34c7fba4c53: pod "kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)" container "dnsmasq" is unhealthy, it will be killed and re-created.
45m 45m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Normal Started Started container with docker id 5ae2248d6fae
45m 45m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Normal Created Created container with docker id 5ae2248d6fae; Security:[seccomp=unconfined]
45m 45m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Normal Killing Killing container with docker id 90608d5210f0: pod "kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)" container "kubedns" is unhealthy, it will be killed and re-created.
45m 45m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{dnsmasq} Normal Created Created container with docker id 5fb038d306d3; Security:[seccomp=unconfined]
45m 45m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{dnsmasq} Normal Started Started container with docker id 5fb038d306d3
44m 44m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{dnsmasq} Normal Killing Killing container with docker id 5fb038d306d3: pod "kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)" container "dnsmasq" is unhealthy, it will be killed and re-created.
43m 43m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Normal Started Started container with docker id dbec47e3a5d3
43m 43m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Normal Created Created container with docker id dbec47e3a5d3; Security:[seccomp=unconfined]
43m 43m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Normal Killing Killing container with docker id 5ae2248d6fae: pod "kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)" container "kubedns" is unhealthy, it will be killed and re-created.
43m 43m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{dnsmasq} Normal Started Started container with docker id 27a6a9a57e3d
43m 43m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{dnsmasq} Normal Created Created container with docker id 27a6a9a57e3d; Security:[seccomp=unconfined]
41m 41m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{dnsmasq} Normal Killing Killing container with docker id 27a6a9a57e3d: pod "kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)" container "dnsmasq" is unhealthy, it will be killed and re-created.
41m 41m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Normal Started Started container with docker id 46d8ed7cffc3
41m 41m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Normal Created Created container with docker id 46d8ed7cffc3; Security:[seccomp=unconfined]
41m 41m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Normal Killing Killing container with docker id dbec47e3a5d3: pod "kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)" container "kubedns" is unhealthy, it will be killed and re-created.
41m 41m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{dnsmasq} Normal Started Started container with docker id 2c6c8075c98d
41m 41m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{dnsmasq} Normal Created Created container with docker id 2c6c8075c98d; Security:[seccomp=unconfined]
39m 39m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{dnsmasq} Normal Killing Killing container with docker id 2c6c8075c98d: pod "kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)" container "dnsmasq" is unhealthy, it will be killed and re-created.
39m 39m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Normal Killing Killing container with docker id 46d8ed7cffc3: pod "kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)" container "kubedns" is unhealthy, it will be killed and re-created.
37m 37m 1 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{dnsmasq} Normal Killing Killing container with docker id 21c4ea3b92cf: pod "kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)" container "dnsmasq" is unhealthy, it will be killed and re-created.
47m 33m 6 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Warning Unhealthy Liveness probe failed: Get http://10.2.86.2:8080/healthz-kubedns: dial tcp 10.2.86.2:8080: getsockopt: no route to host
32m 31m 9 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} Warning FailedSync Error syncing pod, skipping: [failed to "StartContainer" for "kubedns" with CrashLoopBackOff: "Back-off 2m40s restarting failed container=kubedns pod=kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)"
, failed to "StartContainer" for "dnsmasq" with CrashLoopBackOff: "Back-off 2m40s restarting failed container=dnsmasq pod=kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)"
]
32m 30m 4 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} Warning FailedSync Error syncing pod, skipping: [failed to "StartContainer" for "dnsmasq" with CrashLoopBackOff: "Back-off 2m40s restarting failed container=dnsmasq pod=kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)"
, failed to "StartContainer" for "kubedns" with CrashLoopBackOff: "Back-off 2m40s restarting failed container=kubedns pod=kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)"
]
30m 30m 3 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} Warning FailedSync Error syncing pod, skipping: failed to "StartContainer" for "kubedns" with CrashLoopBackOff: "Back-off 2m40s restarting failed container=kubedns pod=kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)"
47m 29m 7 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{dnsmasq} Warning Unhealthy Liveness probe failed: Get http://10.2.86.2:8080/healthz-dnsmasq: dial tcp 10.2.86.2:8080: getsockopt: no route to host
47m 20m 7 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{dnsmasq} Warning Unhealthy Liveness probe failed: Get http://10.2.86.2:8080/healthz-dnsmasq: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
28m 20m 4 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} Warning FailedSync Error syncing pod, skipping: failed to "StartContainer" for "dnsmasq" with CrashLoopBackOff: "Back-off 5m0s restarting failed container=dnsmasq pod=kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)"
47m 20m 8 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Warning Unhealthy Liveness probe failed: Get http://10.2.86.2:8080/healthz-kubedns: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
48m 19m 60 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Warning Unhealthy Readiness probe failed: Get http://10.2.86.2:8081/readiness: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
48m 19m 61 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Warning Unhealthy Readiness probe failed: Get http://10.2.86.2:8081/readiness: dial tcp 10.2.86.2:8081: getsockopt: no route to host
37m 19m 11 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Normal Killing (events with common reason combined)
28m 17m 3 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} Warning FailedSync Error syncing pod, skipping: [failed to "StartContainer" for "dnsmasq" with CrashLoopBackOff: "Back-off 5m0s restarting failed container=dnsmasq pod=kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)"
, failed to "StartContainer" for "kubedns" with CrashLoopBackOff: "Back-off 5m0s restarting failed container=kubedns pod=kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)"
]
28m 15m 41 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} Warning FailedSync Error syncing pod, skipping: [failed to "StartContainer" for "kubedns" with CrashLoopBackOff: "Back-off 5m0s restarting failed container=kubedns pod=kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)"
, failed to "StartContainer" for "dnsmasq" with CrashLoopBackOff: "Back-off 5m0s restarting failed container=dnsmasq pod=kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)"
]
45m 15m 10 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{dnsmasq} Normal Pulled Container image "gcr.io/google_containers/kube-dnsmasq-amd64:1.4" already present on machine
23m 14m 7 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} Warning FailedSync Error syncing pod, skipping: failed to "StartContainer" for "kubedns" with CrashLoopBackOff: "Back-off 5m0s restarting failed container=kubedns pod=kube-dns-v20-boc99_kube-system(d5b4d604-b5e6-11e6-b0ef-0694fda63cd9)"
32m 14m 128 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Warning BackOff Back-off restarting failed docker container
45m 14m 10 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Normal Pulled Container image "gcr.io/google_containers/kubedns-amd64:1.8" already present on machine
39m 14m 14 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Normal Started (events with common reason combined)
39m 14m 14 {kubelet ip-10-0-0-45.ap-northeast-1.compute.internal} spec.containers{kubedns} Normal Created (events with common reason combined)
-- Logs begin at Tue 2016-11-29 03:41:11 UTC, end at Tue 2016-11-29 04:27:20 UTC. --
Nov 29 03:41:33 ip-10-0-0-45.ap-northeast-1.compute.internal systemd[1]: Starting Network fabric for containers...
Nov 29 03:41:34 ip-10-0-0-45.ap-northeast-1.compute.internal sudo[988]: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/rkt run --volume=ssl,kind=host,source=/etc/kubernetes/ssl,readOnly=false --mount=volume=ssl,target=/etc/kubernetes/ssl --uuid-file-save=/var/run/coreos/decrypt-tls-assets.uuid --volume=dns,kind=host,source=/etc/resolv.conf,readOnly=true --mount volume=dns,target=/etc/resolv.conf --net=host --trust-keys-from-https quay.io/coreos/awscli:master --exec=/bin/bash -- -c echo decrypting tls assets; \
for encKey in $(find /etc/kubernetes/ssl/*.pem.enc); do \
echo decrypting $encKey to $encKey.b64; \
/usr/bin/aws \
--region ap-northeast-1 kms decrypt \
--ciphertext-blob fileb://$encKey \
--output text \
--query Plaintext \
> $encKey.b64; \
done; \
echo done.
Nov 29 03:41:34 ip-10-0-0-45.ap-northeast-1.compute.internal sudo[988]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 29 03:41:34 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: image: using image from file /usr/lib64/rkt/stage1-images/stage1-coreos.aci
Nov 29 03:41:46 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: image: searching for app image quay.io/coreos/awscli
Nov 29 03:41:47 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: image: remote fetching from URL "https://quay.io/c1/aci/quay.io/coreos/awscli/master/aci/linux/amd64/"
Nov 29 03:41:48 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: pubkey: prefix: "quay.io/coreos/awscli"
Nov 29 03:41:48 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: key: "https://quay.io/aci-signing-key"
Nov 29 03:41:48 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: gpg key fingerprint is: BFF3 13CD AA56 0B16 A898 7B8F 72AB F5F6 799D 33BC
Nov 29 03:41:48 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: Quay.io ACI Converter (ACI conversion signing key) <support@quay.io>
Nov 29 03:41:48 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: Trusting "https://quay.io/aci-signing-key" for prefix "quay.io/coreos/awscli" without fingerprint review.
Nov 29 03:41:48 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: Added key for prefix "quay.io/coreos/awscli" at "/etc/rkt/trustedkeys/prefix.d/quay.io/coreos/awscli/bff313cdaa560b16a8987b8f72abf5f6799d33bc"
Nov 29 03:41:48 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: image: downloading signature from https://quay.io/c1/aci/quay.io/coreos/awscli/master/aci.asc/linux/amd64/
Nov 29 03:41:48 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: Downloading signature: 0 B/473 B
Nov 29 03:41:48 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: Downloading signature: 473 B/473 B
Nov 29 03:41:48 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: Downloading signature: 473 B/473 B
Nov 29 03:41:50 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: Downloading ACI: 0 B/32 MB
Nov 29 03:41:50 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: Downloading ACI: 16.3 KB/32 MB
Nov 29 03:41:51 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: Downloading ACI: 190 KB/32 MB
Nov 29 03:41:52 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: Downloading ACI: 486 KB/32 MB
Nov 29 03:41:53 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: Downloading ACI: 904 KB/32 MB
Nov 29 03:41:54 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: Downloading ACI: 1.44 MB/32 MB
Nov 29 03:41:55 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: Downloading ACI: 2.1 MB/32 MB
Nov 29 03:41:56 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: Downloading ACI: 2.91 MB/32 MB
Nov 29 03:41:57 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: Downloading ACI: 3.86 MB/32 MB
Nov 29 03:41:58 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: Downloading ACI: 4.94 MB/32 MB
Nov 29 03:41:59 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: Downloading ACI: 6.16 MB/32 MB
Nov 29 03:42:00 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: Downloading ACI: 7.54 MB/32 MB
Nov 29 03:42:01 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: Downloading ACI: 9.12 MB/32 MB
Nov 29 03:42:02 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: Downloading ACI: 11.1 MB/32 MB
Nov 29 03:42:03 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: Downloading ACI: 13.4 MB/32 MB
Nov 29 03:42:04 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: Downloading ACI: 16.2 MB/32 MB
Nov 29 03:42:05 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: Downloading ACI: 19.6 MB/32 MB
Nov 29 03:42:06 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: Downloading ACI: 23.3 MB/32 MB
Nov 29 03:42:07 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: Downloading ACI: 28.3 MB/32 MB
Nov 29 03:42:08 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: Downloading ACI: 32 MB/32 MB
Nov 29 03:42:09 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: image: signature verified:
Nov 29 03:42:09 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: Quay.io ACI Converter (ACI conversion signing key) <support@quay.io>
Nov 29 03:42:23 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: [ 72.804833] awscli[5]: decrypting tls assets
Nov 29 03:42:23 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: [ 72.809042] awscli[5]: decrypting /etc/kubernetes/ssl/ca.pem.enc to /etc/kubernetes/ssl/ca.pem.enc.b64
Nov 29 03:42:24 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: [ 73.601878] awscli[5]: decrypting /etc/kubernetes/ssl/etcd-client-key.pem.enc to /etc/kubernetes/ssl/etcd-client-key.pem.enc.b64
Nov 29 03:42:24 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: [ 74.384155] awscli[5]: decrypting /etc/kubernetes/ssl/etcd-client.pem.enc to /etc/kubernetes/ssl/etcd-client.pem.enc.b64
Nov 29 03:42:25 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: [ 75.198888] awscli[5]: decrypting /etc/kubernetes/ssl/worker-key.pem.enc to /etc/kubernetes/ssl/worker-key.pem.enc.b64
Nov 29 03:42:26 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: [ 75.979833] awscli[5]: decrypting /etc/kubernetes/ssl/worker.pem.enc to /etc/kubernetes/ssl/worker.pem.enc.b64
Nov 29 03:42:27 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: [ 76.754214] awscli[5]: done.
Nov 29 03:42:27 ip-10-0-0-45.ap-northeast-1.compute.internal sudo[1326]: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/rkt rm --uuid-file=/var/run/coreos/decrypt-tls-assets.uuid
Nov 29 03:42:27 ip-10-0-0-45.ap-northeast-1.compute.internal sudo[1326]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 29 03:42:27 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: "55346e3c-7e47-47b8-bffb-7b68717ce2dd"
Nov 29 03:42:27 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: base64 decoding decrypted tls assets
Nov 29 03:42:27 ip-10-0-0-45.ap-northeast-1.compute.internal decrypt-tls-assets[987]: done.
Nov 29 03:42:27 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: image: using image from file /usr/lib/rkt/stage1-images/stage1-fly.aci
Nov 29 03:42:28 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: image: searching for app image quay.io/coreos/flannel
Nov 29 03:42:29 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: image: remote fetching from URL "https://quay.io/c1/aci/quay.io/coreos/flannel/v0.6.2-amd64/aci/linux/amd64/"
Nov 29 03:42:30 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: Downloading ACI: 0 B/8.58 MB
Nov 29 03:42:30 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: Downloading ACI: 16.4 KB/8.58 MB
Nov 29 03:42:31 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: Downloading ACI: 190 KB/8.58 MB
Nov 29 03:42:32 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: Downloading ACI: 834 KB/8.58 MB
Nov 29 03:42:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: Downloading ACI: 2.52 MB/8.58 MB
Nov 29 03:42:34 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: Downloading ACI: 4.98 MB/8.58 MB
Nov 29 03:42:35 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: Downloading ACI: 8.39 MB/8.58 MB
Nov 29 03:42:35 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: Downloading ACI: 8.58 MB/8.58 MB
Nov 29 03:42:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:42:38.479901 01378 main.go:126] Installing signal handlers
Nov 29 03:42:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:42:38.480507 01378 manager.go:163] Using 10.0.0.45 as external interface
Nov 29 03:42:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:42:38.480741 01378 manager.go:164] Using 10.0.0.45 as external endpoint
Nov 29 03:42:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:42:38.590236 01378 local_manager.go:179] Picking subnet in range 10.2.1.0 ... 10.2.255.0
Nov 29 03:42:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:42:38.741472 01378 ipmasq.go:47] Adding iptables rule: -s 10.2.0.0/16 -d 10.2.0.0/16 -j RETURN
Nov 29 03:42:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:42:38.770985 01378 ipmasq.go:47] Adding iptables rule: -s 10.2.0.0/16 ! -d 224.0.0.0/4 -j MASQUERADE
Nov 29 03:42:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:42:38.782830 01378 ipmasq.go:47] Adding iptables rule: ! -s 10.2.0.0/16 -d 10.2.0.0/16 -j MASQUERADE
Nov 29 03:42:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:42:38.785558 01378 manager.go:246] Lease acquired: 10.2.86.0/24
Nov 29 03:42:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:42:38.800646 01378 network.go:58] Watching for L3 misses
Nov 29 03:42:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:42:38.800926 01378 network.go:66] Watching for new subnet leases
Nov 29 03:42:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:42:38.803078 01378 network.go:153] Handling initial subnet events
Nov 29 03:42:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:42:38.803367 01378 device.go:163] calling GetL2List() dev.link.Index: 3
Nov 29 03:42:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:42:38.803669 01378 device.go:168] calling NeighAdd: 10.0.0.180, da:1e:53:56:56:3c
Nov 29 03:42:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:42:38.803931 01378 device.go:168] calling NeighAdd: 10.0.1.197, de:70:dc:a0:f4:d7
Nov 29 03:42:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:42:38.804212 01378 device.go:168] calling NeighAdd: 10.0.0.19, 2e:7a:67:13:bd:1f
Nov 29 03:42:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:42:38.804466 01378 device.go:168] calling NeighAdd: 10.0.0.13, 0a:9a:8b:13:dc:5a
Nov 29 03:42:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:42:38.804721 01378 device.go:168] calling NeighAdd: 10.0.0.167, d6:61:d6:77:c0:15
Nov 29 03:42:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:42:38.804962 01378 device.go:168] calling NeighAdd: 10.0.0.166, a2:af:9f:a3:37:fd
Nov 29 03:42:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:42:38.805261 01378 device.go:168] calling NeighAdd: 10.0.0.179, 2a:6b:66:a9:a3:1b
Nov 29 03:42:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1447]: image: using image from file /usr/lib/rkt/stage1-images/stage1-fly.aci
Nov 29 03:42:39 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1447]: image: using image from local store for image name quay.io/coreos/flannel:v0.6.2-amd64
Nov 29 03:42:40 ip-10-0-0-45.ap-northeast-1.compute.internal systemd[1]: Started Network fabric for containers.
Nov 29 03:47:15 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:47:15.025574 01378 network.go:112] Subnet added: 10.2.95.0/24
Nov 29 03:47:15 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:47:15.025642 01378 device.go:168] calling NeighAdd: 10.0.0.70, d6:0f:ef:0f:03:48
Nov 29 03:49:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:49:51.431130 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:49:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:49:51.431212 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:49:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:49:52.433533 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:49:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:49:52.433575 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:49:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:49:53.435534 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:49:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:49:53.435579 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:49:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:49:57.443598 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:49:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:49:57.443645 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:49:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:49:58.445550 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:49:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:49:58.445595 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:49:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:49:59.447554 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:49:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:49:59.447603 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:50:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:03.455588 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:50:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:03.455633 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:50:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:04.457533 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:50:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:04.457576 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:50:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:05.459561 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:50:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:05.459606 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:50:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:11.430962 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:50:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:11.431007 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:50:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:12.433536 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:50:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:12.433579 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:50:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:13.435562 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:50:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:13.435609 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:50:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:17.443580 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:50:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:17.443624 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:50:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:18.445533 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:50:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:18.445576 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:50:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:19.447539 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:50:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:19.447586 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:50:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:23.455704 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:50:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:23.455751 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:50:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:24.457536 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:50:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:24.457580 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:50:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:25.459530 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:50:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:25.459573 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:50:31 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:31.430919 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:50:31 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:31.430964 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:50:32 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:32.433534 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:50:32 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:32.433577 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:50:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:33.435531 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:50:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:33.435573 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:50:37 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:37.443615 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:50:37 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:37.443661 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:50:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:38.445530 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:50:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:38.445573 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:50:39 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:39.447542 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:50:39 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:39.447588 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:50:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:43.455594 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:50:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:43.455639 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:50:44 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:44.457548 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:50:44 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:44.457592 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:50:45 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:45.459543 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:50:45 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:45.459588 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:50:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:51.435882 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:50:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:51.435926 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:50:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:52.437537 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:50:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:52.437579 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:50:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:53.439535 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:50:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:53.439579 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:50:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:57.447604 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:50:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:57.447680 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:50:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:58.449530 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:50:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:58.449572 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:50:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:59.451508 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:50:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:50:59.451550 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:51:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:03.459620 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:51:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:03.459665 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:51:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:04.461542 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:51:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:04.461587 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:51:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:05.463533 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:51:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:05.463577 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:51:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:11.430549 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:51:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:11.430596 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:51:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:12.433537 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:51:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:12.433580 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:51:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:13.435531 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:51:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:13.435573 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:51:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:17.443599 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:51:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:17.443641 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:51:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:18.447037 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:51:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:18.447081 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:51:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:19.449536 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:51:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:19.449583 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:51:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:23.461050 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:51:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:23.461094 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:51:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:24.461534 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:51:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:24.461579 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:51:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:25.463535 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:51:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:25.463578 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:51:31 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:31.432067 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:51:31 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:31.432109 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:51:32 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:32.433534 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:51:32 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:32.433576 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:51:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:33.443125 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:51:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:33.443188 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:51:37 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:37.451581 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:51:37 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:37.451622 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:51:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:38.453528 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:51:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:38.453571 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:51:39 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:39.455536 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:51:39 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:39.455578 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:51:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:43.468272 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:51:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:43.468316 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:51:44 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:44.469531 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:51:44 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:44.469575 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:51:45 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:45.471532 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:51:45 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:45.471576 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:51:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:51.430742 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:51:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:51.430788 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:51:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:52.433385 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:51:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:52.433429 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:51:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:53.435388 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:51:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:53.435436 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:51:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:57.443470 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:51:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:57.443530 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:51:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:58.445408 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:51:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:58.445453 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:51:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:59.447384 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:51:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:51:59.447430 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:52:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:03.455485 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:52:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:03.455532 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:52:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:04.457422 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:52:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:04.457467 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:52:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:05.459404 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:52:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:05.459447 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:52:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:11.430934 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:52:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:11.430978 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:52:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:12.433395 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:52:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:12.433439 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:52:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:13.435381 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:52:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:13.435425 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:52:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:17.443481 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:52:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:17.443527 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:52:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:18.445399 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:52:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:18.445443 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:52:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:19.447407 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:52:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:19.447453 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:52:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:23.455464 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:52:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:23.455509 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:52:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:24.459443 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:52:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:24.459487 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:52:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:25.461385 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:52:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:25.461431 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:52:31 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:31.430754 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:52:31 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:31.430796 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:52:32 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:32.433345 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:52:32 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:32.433388 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:52:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:33.435404 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:52:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:33.435448 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:52:37 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:37.443484 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:52:37 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:37.443529 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:52:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:38.445383 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:52:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:38.445427 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:52:39 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:39.447367 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:52:39 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:39.447410 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:52:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:43.455451 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:52:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:43.455494 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:52:44 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:44.465514 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:52:44 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:44.465555 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:52:45 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:45.467406 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:52:45 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:45.467448 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:52:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:51.430892 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:52:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:51.430937 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:52:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:52.433383 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:52:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:52.433426 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:52:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:53.435378 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:52:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:53.435423 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:52:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:57.443417 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:52:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:57.443492 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:52:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:58.445379 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:52:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:58.445422 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:52:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:59.447386 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:52:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:52:59.447430 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:53:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:03.455425 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:53:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:03.455470 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:53:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:04.457378 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:53:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:04.457422 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:53:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:05.459383 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:53:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:05.459427 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:53:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:11.430920 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:53:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:11.430964 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:53:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:12.433389 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:53:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:12.433433 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:53:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:13.435386 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:53:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:13.435430 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:53:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:17.443571 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:53:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:17.443614 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:53:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:18.445380 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:53:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:18.445424 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:53:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:19.447380 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:53:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:19.447422 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:53:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:23.455569 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:53:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:23.455611 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:53:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:24.457393 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:53:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:24.457437 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:53:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:25.467143 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:53:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:25.467186 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:53:31 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:31.430895 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:53:31 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:31.430941 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:53:32 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:32.433386 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:53:32 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:32.433428 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:53:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:33.435394 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:53:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:33.435440 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:53:37 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:37.443476 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:53:37 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:37.443521 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:53:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:38.445381 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:53:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:38.445425 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:53:39 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:39.447387 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:53:39 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:39.447434 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:53:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:43.455455 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:53:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:43.455499 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:53:44 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:44.457384 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:53:44 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:44.457428 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:53:45 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:45.459386 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:53:45 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:45.459432 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:53:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:51.430856 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:53:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:51.430898 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:53:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:52.433393 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:53:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:52.433436 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:53:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:53.435392 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:53:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:53.435438 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:53:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:57.443448 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:53:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:57.443494 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:53:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:58.445386 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:53:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:58.445432 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:53:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:59.447384 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:53:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:53:59.447428 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:54:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:03.455452 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:54:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:03.455497 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:54:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:04.457391 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:54:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:04.457434 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:54:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:05.459383 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:54:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:05.459428 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:54:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:11.430884 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:54:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:11.430931 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:54:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:12.433391 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:54:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:12.433434 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:54:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:13.435385 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:54:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:13.435432 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:54:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:17.443460 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:54:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:17.443504 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:54:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:18.445345 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:54:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:18.445388 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:54:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:19.447388 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:54:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:19.447434 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:54:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:23.455451 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:54:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:23.455496 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:54:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:24.457391 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:54:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:24.457433 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:54:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:25.459384 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:54:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:25.459428 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:54:31 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:31.430778 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:54:31 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:31.430820 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:54:32 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:32.433391 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:54:32 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:32.433433 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:54:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:33.435377 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:54:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:33.435421 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:54:37 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:37.443561 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:54:37 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:37.443604 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:54:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:38.445387 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:54:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:38.445431 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:54:39 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:39.447395 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:54:39 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:39.447440 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:54:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:43.455455 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:54:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:43.455499 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:54:44 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:44.457384 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:54:44 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:44.457427 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:54:45 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:45.463569 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:54:45 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:45.463612 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:54:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:51.430843 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:54:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:51.430887 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:54:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:52.433378 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:54:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:52.433420 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:54:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:53.435380 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:54:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:53.435422 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:54:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:57.443459 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:54:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:57.443536 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:54:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:58.445476 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:54:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:58.445518 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:54:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:59.447390 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:54:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:54:59.447436 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:55:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:03.455487 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:55:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:03.455534 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:55:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:04.457383 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:55:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:04.457427 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:55:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:05.459370 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:55:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:05.459416 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:55:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:11.430763 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:55:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:11.430809 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:55:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:12.433390 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:55:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:12.433432 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:55:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:13.435390 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:55:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:13.435435 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:55:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:17.443476 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:55:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:17.443520 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:55:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:18.445383 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:55:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:18.445426 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:55:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:19.447396 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:55:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:19.447445 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:55:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:23.455460 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:55:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:23.455506 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:55:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:24.457386 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:55:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:24.457429 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:55:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:25.459394 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:55:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:25.459439 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:55:31 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:31.430787 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:55:31 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:31.430832 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:55:32 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:32.433386 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:55:32 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:32.433429 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:55:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:33.435396 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:55:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:33.435443 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:55:37 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:37.443447 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:55:37 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:37.443491 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:55:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:38.445395 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:55:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:38.445438 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:55:39 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:39.447382 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:55:39 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:39.447427 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:55:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:43.455590 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:55:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:43.455636 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:55:44 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:44.457388 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:55:44 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:44.457431 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:55:45 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:45.459385 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:55:45 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:45.459431 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:55:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:51.430822 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:55:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:51.430866 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:55:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:52.433390 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:55:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:52.433432 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:55:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:53.435395 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:55:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:53.435440 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:55:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:57.443454 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:55:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:57.443500 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:55:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:58.445386 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:55:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:58.445428 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:55:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:59.447404 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:55:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:55:59.447449 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:56:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:03.455478 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:56:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:03.455522 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:56:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:04.457385 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:56:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:04.457429 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:56:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:05.459387 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:56:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:05.459432 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:56:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:11.430831 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:56:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:11.430875 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:56:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:12.433391 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:56:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:12.433433 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:56:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:13.435379 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:56:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:13.435422 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:56:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:17.443570 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:56:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:17.443611 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:56:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:18.445388 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:56:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:18.445432 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:56:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:19.447378 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:56:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:19.447421 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:56:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:23.455576 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:56:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:23.455619 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:56:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:24.457396 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:56:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:24.457439 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:56:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:25.459381 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:56:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:25.459424 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:56:31 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:31.430776 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:56:31 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:31.430818 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:56:32 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:32.433386 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:56:32 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:32.433430 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:56:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:33.435384 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:56:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:33.435428 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:56:37 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:37.443462 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:56:37 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:37.443504 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:56:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:38.445386 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:56:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:38.445427 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:56:39 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:39.447390 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:56:39 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:39.447434 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:56:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:43.455479 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:56:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:43.455531 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:56:44 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:44.475099 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:56:44 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:44.475143 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:56:45 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:45.461394 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:56:45 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:45.461440 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:56:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:51.430919 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:56:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:51.430963 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:56:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:52.433384 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:56:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:52.433427 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:56:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:53.435380 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:56:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:53.435424 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:56:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:57.445458 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:56:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:57.445503 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:56:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:58.447362 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:56:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:58.447437 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:56:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:59.449385 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:56:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:56:59.449430 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:57:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:03.457453 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:57:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:03.457499 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:57:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:04.459381 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:57:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:04.459424 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:57:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:05.461364 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:57:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:05.461412 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:57:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:11.430753 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:57:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:11.430798 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:57:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:12.433384 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:57:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:12.433427 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:57:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:13.435377 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:57:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:13.435420 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:57:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:17.443447 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:57:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:17.443492 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:57:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:18.445383 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:57:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:18.445426 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:57:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:19.447392 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:57:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:19.447440 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:57:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:23.455459 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:57:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:23.455503 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:57:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:24.457383 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:57:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:24.457426 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:57:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:25.459390 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:57:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:25.459435 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:57:31 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:31.430767 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:57:31 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:31.430813 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:57:32 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:32.433393 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:57:32 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:32.433435 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:57:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:33.435378 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:57:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:33.435422 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:57:37 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:37.443445 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:57:37 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:37.443490 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:57:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:38.445387 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:57:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:38.445429 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:57:39 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:39.447385 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:57:39 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:39.447431 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:57:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:43.455512 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:57:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:43.455558 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:57:44 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:44.457422 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:57:44 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:44.457470 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:57:45 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:45.459428 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:57:45 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:45.459477 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:57:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:51.430386 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:57:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:51.430427 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:57:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:52.433349 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:57:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:52.433392 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:57:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:53.435394 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:57:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:53.435439 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:57:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:57.443481 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:57:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:57.443525 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:57:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:58.445383 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:57:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:58.445425 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:57:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:59.447383 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:57:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:57:59.447428 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:58:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:03.455488 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:58:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:03.455532 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:58:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:04.457390 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:58:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:04.457434 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:58:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:05.459385 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:58:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:05.459430 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:58:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:11.430768 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:58:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:11.430814 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:58:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:12.433387 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:58:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:12.433430 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:58:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:13.435378 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:58:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:13.435422 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:58:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:17.443470 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:58:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:17.443516 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:58:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:18.445397 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:58:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:18.445443 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:58:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:19.447393 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:58:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:19.447441 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:58:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:23.455507 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:58:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:23.455554 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:58:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:24.457442 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:58:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:24.457489 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:58:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:25.459392 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:58:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:25.459438 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:58:31 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:31.430748 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:58:31 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:31.430794 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:58:32 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:32.433390 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:58:32 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:32.433433 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:58:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:33.437172 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:58:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:33.437215 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:58:37 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:37.443459 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:58:37 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:37.443502 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:58:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:38.445385 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:58:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:38.445429 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:58:39 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:39.447396 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:58:39 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:39.447443 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:58:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:43.455452 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:58:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:43.455496 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:58:44 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:44.457383 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:58:44 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:44.457426 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:58:45 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:45.459364 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:58:45 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:45.459411 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:58:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:51.430792 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:58:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:51.430837 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:58:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:52.433418 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:58:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:52.433461 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:58:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:53.442790 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:58:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:53.442833 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:58:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:57.460980 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:58:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:57.461023 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:58:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:58.461385 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:58:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:58.461460 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:58:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:59.463386 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:58:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:58:59.463432 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:59:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:03.477464 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:59:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:03.477508 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:59:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:04.479397 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:59:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:04.479445 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:59:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:05.481424 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:59:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:05.481472 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:59:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:11.430802 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:59:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:11.430849 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:59:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:12.433403 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:59:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:12.433459 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:59:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:13.439885 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:59:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:13.439929 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:59:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:17.447438 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:59:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:17.447483 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:59:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:18.449387 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:59:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:18.449430 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:59:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:19.451382 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:59:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:19.451429 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:59:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:23.459566 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:59:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:23.459609 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:59:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:24.461403 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:59:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:24.461447 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:59:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:25.463393 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:59:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:25.463438 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:59:31 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:31.430804 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:59:31 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:31.430845 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:59:32 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:32.433381 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:59:32 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:32.433424 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:59:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:33.435394 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:59:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:33.435438 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:59:37 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:37.443463 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:59:37 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:37.443510 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:59:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:38.445387 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:59:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:38.445431 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:59:39 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:39.447391 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:59:39 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:39.447438 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:59:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:43.455520 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:59:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:43.455565 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:59:44 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:44.457389 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:59:44 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:44.457433 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:59:45 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:45.459365 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:59:45 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:45.459408 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:59:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:51.431000 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:59:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:51.431043 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:59:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:52.433502 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:59:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:52.433543 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:59:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:53.435536 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:59:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:53.435582 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:59:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:57.443586 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:59:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:57.443630 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:59:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:58.445530 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:59:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:58.445573 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 03:59:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:59.447512 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 03:59:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 03:59:59.447557 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:00:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:03.455645 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:00:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:03.455689 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:00:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:04.457535 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:00:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:04.457581 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:00:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:05.459530 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:00:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:05.459573 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:00:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:11.431000 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:00:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:11.431046 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:00:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:12.433535 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:00:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:12.433578 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:00:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:13.435534 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:00:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:13.435578 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:00:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:17.443597 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:00:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:17.443642 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:00:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:18.445490 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:00:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:18.445532 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:00:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:19.447540 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:00:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:19.447587 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:00:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:23.455593 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:00:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:23.455636 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:00:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:24.457527 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:00:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:24.457570 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:00:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:25.459528 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:00:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:25.459572 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:00:31 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:31.430949 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:00:31 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:31.430992 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:00:32 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:32.433533 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:00:32 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:32.433576 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:00:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:33.435536 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:00:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:33.435582 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:00:37 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:37.443585 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:00:37 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:37.443630 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:00:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:38.445549 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:00:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:38.445593 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:00:39 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:39.447532 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:00:39 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:39.447578 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:00:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:43.455609 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:00:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:43.455655 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:00:44 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:44.457528 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:00:44 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:44.457571 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:00:45 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:45.459535 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:00:45 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:45.459580 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:00:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:51.431001 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:00:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:51.431045 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:00:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:52.433532 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:00:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:52.433573 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:00:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:53.435528 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:00:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:53.435574 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:00:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:57.443581 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:00:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:57.443626 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:00:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:58.445531 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:00:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:58.445573 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:00:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:59.447507 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:00:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:00:59.447584 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:01:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:03.455575 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:01:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:03.455620 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:01:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:04.461484 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:01:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:04.461528 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:01:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:05.463523 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:01:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:05.463568 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:01:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:11.430824 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:01:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:11.430871 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:01:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:12.433536 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:01:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:12.433578 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:01:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:13.435535 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:01:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:13.435580 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:01:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:17.443596 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:01:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:17.443641 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:01:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:18.445532 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:01:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:18.445576 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:01:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:19.447536 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:01:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:19.447582 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:01:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:23.455602 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:01:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:23.455646 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:01:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:24.457530 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:01:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:24.457573 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:01:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:25.459504 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:01:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:25.459550 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:01:31 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:31.430950 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:01:31 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:31.430997 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:01:32 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:32.433533 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:01:32 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:32.433575 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:01:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:33.435533 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:01:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:33.435578 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:01:37 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:37.443620 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:01:37 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:37.443669 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:01:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:38.445533 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:01:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:38.445575 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:01:39 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:39.447559 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:01:39 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:39.447605 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:01:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:43.455612 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:01:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:43.455657 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:01:44 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:44.457534 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:01:44 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:44.457578 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:01:45 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:45.459536 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:01:45 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:45.459582 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:01:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:51.430959 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:01:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:51.431004 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:01:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:52.433533 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:01:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:52.433576 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:01:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:53.435532 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:01:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:53.435576 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:01:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:57.443584 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:01:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:57.443628 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:01:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:58.445527 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:01:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:58.445572 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:01:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:59.447491 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:01:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:01:59.447535 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:02:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:03.455630 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:02:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:03.455676 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:02:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:04.457533 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:02:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:04.457576 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:02:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:05.459541 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:02:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:05.459590 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:02:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:11.430688 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:02:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:11.430732 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:02:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:12.441822 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:02:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:12.441863 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:02:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:13.437529 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:02:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:13.437572 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:02:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:17.447608 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:02:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:17.447651 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:02:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:18.449556 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:02:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:18.449602 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:02:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:19.451513 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:02:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:19.451556 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:02:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:23.465970 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:02:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:23.466013 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:02:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:24.467537 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:02:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:24.467580 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:02:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:25.474993 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:02:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:25.475037 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:02:31 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:31.430955 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:02:31 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:31.430999 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:02:32 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:32.433535 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:02:32 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:32.433577 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:02:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:33.435533 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:02:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:33.435576 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:02:37 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:37.443608 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:02:37 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:37.443653 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:02:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:38.445511 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:02:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:38.445554 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:02:39 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:39.447534 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:02:39 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:39.447581 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:02:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:43.455584 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:02:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:43.455628 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:02:44 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:44.457510 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:02:44 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:44.457553 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:02:45 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:45.459538 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:02:45 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:45.459585 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:02:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:51.430961 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:02:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:51.431006 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:02:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:52.433537 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:02:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:52.433580 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:02:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:53.435530 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:02:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:53.435574 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:02:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:57.443605 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:02:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:57.443651 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:02:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:58.447644 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:02:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:58.447687 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:02:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:59.449537 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:02:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:02:59.449616 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:03:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:03.458054 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:03:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:03.458096 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:03:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:04.459535 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:03:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:04.459578 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:03:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:05.461534 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:03:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:05.461581 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:03:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:11.430913 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:03:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:11.430959 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:03:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:12.433539 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:03:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:12.433581 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:03:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:13.435537 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:03:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:13.435583 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:03:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:17.464352 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:03:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:17.464394 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:03:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:18.456748 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:03:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:18.456792 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:03:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:19.457532 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:03:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:19.457576 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:03:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:23.465548 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:03:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:23.465592 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:03:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:24.467532 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:03:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:24.467575 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:03:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:25.469533 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:03:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:25.469575 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:03:31 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:31.430989 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:03:31 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:31.431036 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:03:32 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:32.433532 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:03:32 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:32.433575 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:03:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:33.435530 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:03:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:33.435575 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:03:37 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:37.443623 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:03:37 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:37.443668 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:03:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:38.445511 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:03:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:38.445555 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:03:39 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:39.447563 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:03:39 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:39.447610 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:03:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:43.455563 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:03:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:43.455607 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:03:44 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:44.460508 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:03:44 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:44.460553 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:03:45 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:45.459544 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:03:45 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:45.459590 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:03:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:51.430945 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:03:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:51.430991 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:03:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:52.433536 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:03:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:52.433578 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:03:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:53.435531 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:03:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:53.435576 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:03:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:57.443538 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:03:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:57.443584 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:03:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:58.445548 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:03:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:58.445594 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:03:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:59.447513 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:03:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:03:59.447560 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:04:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:03.455649 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:04:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:03.455696 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:04:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:04.457535 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:04:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:04.457578 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:04:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:05.459559 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:04:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:05.459606 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:04:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:11.430910 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:04:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:11.430957 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:04:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:12.433539 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:04:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:12.433582 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:04:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:13.435533 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:04:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:13.435578 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:04:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:17.443582 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:04:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:17.443628 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:04:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:18.445541 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:04:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:18.445584 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:04:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:19.447540 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:04:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:19.447587 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:04:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:23.455604 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:04:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:23.455649 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:04:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:24.457521 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:04:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:24.457564 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:04:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:25.459535 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:04:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:25.459580 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:04:31 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:31.431054 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:04:31 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:31.431100 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:04:32 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:32.433530 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:04:32 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:32.433573 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:04:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:33.435534 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:04:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:33.435580 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:04:37 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:37.443453 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:04:37 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:37.443510 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:04:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:38.445378 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:04:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:38.445421 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:04:39 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:39.447390 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:04:39 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:39.447436 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:04:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:43.455453 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:04:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:43.455498 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:04:44 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:44.457386 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:04:44 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:44.457429 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:04:45 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:45.459387 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:04:45 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:45.459432 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:04:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:51.430971 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:04:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:51.431016 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:04:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:52.433538 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:04:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:52.433582 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:04:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:53.435523 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:04:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:53.435567 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:04:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:57.447577 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:04:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:57.447621 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:04:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:58.449548 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:04:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:58.449593 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:04:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:59.451690 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:04:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:04:59.451766 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:05:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:05:03.459602 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:05:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:05:03.459648 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:05:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:05:04.461550 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:05:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:05:04.461594 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:05:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:05:05.464017 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:05:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:05:05.464061 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:05:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:05:11.430951 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:05:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:05:11.430996 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:05:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:05:12.433534 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:05:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:05:12.433577 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:05:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:05:13.435536 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:05:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:05:13.435585 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:05:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:05:17.445584 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:05:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:05:17.445628 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:05:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:05:18.447540 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:05:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:05:18.447583 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:05:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:05:19.449539 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:05:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:05:19.449586 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:05:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:05:23.457593 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:05:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:05:23.457638 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:05:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:05:24.459537 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:05:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:05:24.459581 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:05:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:05:25.461562 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:05:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:05:25.461607 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:08:21 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:08:21.431135 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:08:21 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:08:21.431216 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:08:22 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:08:22.433551 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:08:22 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:08:22.433595 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:08:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:08:23.435633 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:08:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:08:23.435678 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:08:27 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:08:27.443597 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:08:27 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:08:27.443643 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:08:28 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:08:28.445543 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:08:28 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:08:28.445588 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:08:29 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:08:29.447586 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:08:29 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:08:29.447633 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:08:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:08:33.455623 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:08:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:08:33.455670 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:08:34 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:08:34.457548 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:08:34 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:08:34.457592 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:08:35 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:08:35.459555 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:08:35 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:08:35.459601 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:08:41 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:08:41.430940 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:08:41 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:08:41.430987 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:08:42 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:08:42.433549 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:08:42 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:08:42.433593 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:08:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:08:43.435507 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:08:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:08:43.435552 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:08:47 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:08:47.447645 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:08:47 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:08:47.447690 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:08:48 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:08:48.445653 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:08:48 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:08:48.445698 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:08:49 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:08:49.447535 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:08:49 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:08:49.447582 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:08:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:08:53.455655 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:08:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:08:53.455701 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:08:54 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:08:54.457805 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:08:54 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:08:54.457847 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:08:55 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:08:55.459558 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:08:55 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:08:55.459609 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:09:01 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:01.433258 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:09:01 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:01.433305 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:09:02 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:02.435626 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:09:02 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:02.435668 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:09:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:03.437512 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:09:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:03.437557 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:09:07 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:07.445593 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:09:07 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:07.445637 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:09:08 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:08.447544 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:09:08 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:08.447589 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:09:09 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:09.449521 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:09:09 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:09.449566 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:09:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:13.458047 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:09:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:13.458127 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:09:14 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:14.461065 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:09:14 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:14.461111 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:09:15 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:15.461673 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:09:15 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:15.461719 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:09:21 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:21.431092 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:09:21 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:21.431141 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:09:22 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:22.433570 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:09:22 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:22.433612 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:09:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:23.436906 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:09:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:23.436952 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:09:27 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:27.443576 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:09:27 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:27.443619 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:09:28 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:28.445542 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:09:28 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:28.445586 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:09:29 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:29.447545 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:09:29 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:29.447589 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:09:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:33.455646 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:09:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:33.455690 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:09:34 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:34.457550 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:09:34 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:34.457593 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:09:35 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:35.459516 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:09:35 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:35.459559 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:09:41 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:41.430796 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:09:41 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:41.430842 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:09:42 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:42.433394 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:09:42 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:42.433437 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:09:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:43.435409 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:09:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:43.435457 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:09:47 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:47.443491 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:09:47 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:47.443534 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:09:48 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:48.445457 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:09:48 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:48.445499 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:09:49 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:49.447407 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:09:49 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:49.447453 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:09:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:53.455489 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:09:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:53.455538 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:09:54 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:54.458315 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:09:54 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:54.458362 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:09:55 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:55.459388 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:09:55 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:09:55.459434 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:15:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:11.431130 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:15:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:11.431209 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:15:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:12.433542 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:15:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:12.433617 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:15:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:13.435555 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:15:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:13.435603 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:15:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:17.443672 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:15:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:17.443718 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:15:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:18.445561 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:15:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:18.445606 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:15:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:19.447593 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:15:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:19.447640 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:15:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:23.455670 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:15:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:23.455718 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:15:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:24.457554 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:15:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:24.457598 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:15:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:25.461668 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:15:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:25.461714 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:15:31 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:31.430822 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:15:31 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:31.430871 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:15:32 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:32.434043 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:15:32 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:32.434085 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:15:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:33.439498 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:15:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:33.439542 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:15:37 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:37.443631 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:15:37 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:37.443677 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:15:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:38.456672 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:15:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:38.456716 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:15:39 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:39.461527 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:15:39 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:39.461575 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:15:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:43.465620 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:15:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:43.465662 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:15:44 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:44.470353 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:15:44 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:44.470400 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:15:45 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:45.469567 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:15:45 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:45.469612 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:15:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:51.430929 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:15:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:51.430977 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:15:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:52.433574 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:15:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:52.433619 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:15:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:53.439425 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:15:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:53.439471 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:15:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:57.451666 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:15:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:57.451712 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:15:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:58.449627 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:15:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:58.449671 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:15:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:59.451557 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:15:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:15:59.451604 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:16:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:03.459612 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:16:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:03.459657 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:16:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:04.461556 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:16:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:04.461599 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:16:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:05.465327 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:16:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:05.465372 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:16:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:11.431155 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:16:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:11.431205 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:16:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:12.433548 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:16:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:12.433591 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:16:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:13.435544 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:16:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:13.435591 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:16:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:17.443600 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:16:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:17.443645 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:16:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:18.445546 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:16:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:18.445590 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:16:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:19.447409 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:16:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:19.447457 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:16:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:23.455498 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:16:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:23.455544 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:16:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:24.457421 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:16:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:24.457465 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:16:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:25.459398 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:16:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:25.459443 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:16:31 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:31.430930 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:16:31 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:31.430979 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:16:32 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:32.437345 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:16:32 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:32.437390 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:16:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:33.435401 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:16:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:33.435450 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:16:37 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:37.443441 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:16:37 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:37.443487 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:16:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:38.445383 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:16:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:38.445428 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:16:39 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:39.447436 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:16:39 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:39.447483 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:16:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:43.455469 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:16:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:43.455511 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:16:44 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:44.457413 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:16:44 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:44.457460 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:16:45 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:45.459396 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:16:45 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:45.459444 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:16:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:51.430759 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:16:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:51.430805 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:16:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:52.433419 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:16:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:52.433462 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:16:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:53.439320 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:16:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:53.439365 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:16:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:57.451445 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:16:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:57.451489 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:16:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:58.453413 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:16:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:58.453457 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:16:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:59.455384 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:16:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:16:59.455429 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:17:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:03.467331 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:17:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:03.467375 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:17:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:04.469422 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:17:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:04.469472 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:17:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:05.472144 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:17:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:05.472187 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:17:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:11.430544 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:17:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:11.430589 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:17:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:12.433417 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:17:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:12.433460 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:17:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:13.435398 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:17:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:13.435476 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:17:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:17.447464 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:17:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:17.447510 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:17:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:18.449408 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:17:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:18.449453 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:17:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:19.455454 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:17:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:19.455499 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:17:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:23.463593 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:17:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:23.463636 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:17:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:24.465407 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:17:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:24.465452 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:17:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:25.467490 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:17:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:25.467533 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:17:31 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:31.430880 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:17:31 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:31.430923 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:17:32 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:32.437980 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:17:32 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:32.438023 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:17:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:33.446824 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:17:33 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:33.446868 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:17:37 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:37.455587 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:17:37 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:37.455630 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:17:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:38.457427 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:17:38 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:38.457473 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:17:39 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:39.465613 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:17:39 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:39.465656 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:17:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:43.478113 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:17:43 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:43.478156 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:17:44 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:44.479408 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:17:44 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:44.479453 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:17:45 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:45.487615 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:17:45 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:45.487659 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:17:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:51.430904 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:17:51 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:51.430949 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:17:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:52.433411 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:17:52 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:52.433456 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:17:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:53.435414 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:17:53 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:53.435462 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:17:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:57.445486 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:17:57 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:57.445531 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:17:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:58.450916 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:17:58 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:58.450960 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:17:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:59.449398 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:17:59 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:17:59.449443 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:18:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:18:03.459488 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:18:03 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:18:03.459533 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:18:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:18:04.461422 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:18:04 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:18:04.461466 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:18:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:18:05.463418 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:18:05 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:18:05.463468 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:18:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:18:11.430860 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:18:11 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:18:11.430905 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:18:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:18:12.438096 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:18:12 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:18:12.438142 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:18:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:18:13.439412 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:18:13 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:18:13.439462 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:18:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:18:17.447546 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:18:17 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:18:17.447592 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:18:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:18:18.457528 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:18:18 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:18:18.457573 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:18:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:18:19.451403 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:18:19 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:18:19.451450 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:18:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:18:23.459472 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:18:23 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:18:23.459515 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:18:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:18:24.461444 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:18:24 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:18:24.461493 01378 network.go:229] Route for 10.2.86.2 not found
Nov 29 04:18:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:18:25.463405 01378 network.go:225] L3 miss: 10.2.86.2
Nov 29 04:18:25 ip-10-0-0-45.ap-northeast-1.compute.internal rkt[1378]: I1129 04:18:25.463452 01378 network.go:229] Route for 10.2.86.2 not found
$ kubectl get pod -a --all-namespaces -o wide
NAMESPACE NAME READY STATUS RESTARTS AGE IP NODE
calico-system calico-policy-controller-ip-10-0-0-13.ap-northeast-1.compute.internal 2/2 Running 0 40m 10.0.0.13 ip-10-0-0-13.ap-northeast-1.compute.internal
calico-system calico-policy-controller-ip-10-0-0-19.ap-northeast-1.compute.internal 2/2 Running 0 48m 10.0.0.19 ip-10-0-0-19.ap-northeast-1.compute.internal
kube-system heapster-v1.2.0-4088228293-lycyb 2/2 Running 0 30m 10.2.95.2 ip-10-0-0-70.ap-northeast-1.compute.internal
kube-system kube-apiserver-ip-10-0-0-13.ap-northeast-1.compute.internal 1/1 Running 0 38m 10.0.0.13 ip-10-0-0-13.ap-northeast-1.compute.internal
kube-system kube-apiserver-ip-10-0-0-19.ap-northeast-1.compute.internal 1/1 Running 0 47m 10.0.0.19 ip-10-0-0-19.ap-northeast-1.compute.internal
kube-system kube-controller-manager-ip-10-0-0-13.ap-northeast-1.compute.internal 1/1 Running 0 40m 10.0.0.13 ip-10-0-0-13.ap-northeast-1.compute.internal
kube-system kube-controller-manager-ip-10-0-0-19.ap-northeast-1.compute.internal 1/1 Running 0 48m 10.0.0.19 ip-10-0-0-19.ap-northeast-1.compute.internal
kube-system kube-dns-v20-boc99 1/3 CrashLoopBackOff 18 30m 10.2.86.2 ip-10-0-0-45.ap-northeast-1.compute.internal
kube-system kube-proxy-ip-10-0-0-13.ap-northeast-1.compute.internal 1/1 Running 0 40m 10.0.0.13 ip-10-0-0-13.ap-northeast-1.compute.internal
kube-system kube-proxy-ip-10-0-0-19.ap-northeast-1.compute.internal 1/1 Running 0 48m 10.0.0.19 ip-10-0-0-19.ap-northeast-1.compute.internal
kube-system kube-proxy-ip-10-0-0-45.ap-northeast-1.compute.internal 1/1 Running 0 35m 10.0.0.45 ip-10-0-0-45.ap-northeast-1.compute.internal
kube-system kube-proxy-ip-10-0-0-70.ap-northeast-1.compute.internal 1/1 Running 0 30m 10.0.0.70 ip-10-0-0-70.ap-northeast-1.compute.internal
kube-system kube-proxy-ip-10-0-1-197.ap-northeast-1.compute.internal 1/1 Running 0 51m 10.0.1.197 ip-10-0-1-197.ap-northeast-1.compute.internal
kube-system kube-scheduler-ip-10-0-0-13.ap-northeast-1.compute.internal 1/1 Running 0 39m 10.0.0.13 ip-10-0-0-13.ap-northeast-1.compute.internal
kube-system kube-scheduler-ip-10-0-0-19.ap-northeast-1.compute.internal 1/1 Running 0 47m 10.0.0.19 ip-10-0-0-19.ap-northeast-1.compute.internal
kube-system kubernetes-dashboard-v1.4.1-3kypa 1/1 Running 0 34m 10.2.25.2 ip-10-0-1-197.ap-northeast-1.compute.internal
$ kubectl get pod -a --all-namespaces -o wide 42m 10.2.25.2 ip-10-0-1-197.ap-northeast-1.compute.internal
NAMESPACE NAME READY STATUS RESTARTS AGE IP NODE
calico-system calico-policy-controller-ip-10-0-0-13.ap-northeast-1.compute.internal 2/2 Running 0 50m 10.0.0.13 ip-10-0-0-13.ap-northeast-1.compute.internal
calico-system calico-policy-controller-ip-10-0-0-19.ap-northeast-1.compute.internal 2/2 Running 0 58m 10.0.0.19 ip-10-0-0-19.ap-northeast-1.compute.internal
kube-system heapster-v1.2.0-4088228293-lycyb 2/2 Running 0 40m 10.2.95.2 ip-10-0-0-70.ap-northeast-1.compute.internal
kube-system kube-apiserver-ip-10-0-0-13.ap-northeast-1.compute.internal 1/1 Running 0 49m 10.0.0.13 ip-10-0-0-13.ap-northeast-1.compute.internal
kube-system kube-apiserver-ip-10-0-0-19.ap-northeast-1.compute.internal 1/1 Running 0 57m 10.0.0.19 ip-10-0-0-19.ap-northeast-1.compute.internal
kube-system kube-controller-manager-ip-10-0-0-13.ap-northeast-1.compute.internal 1/1 Running 0 50m 10.0.0.13 ip-10-0-0-13.ap-northeast-1.compute.internal
kube-system kube-controller-manager-ip-10-0-0-19.ap-northeast-1.compute.internal 1/1 Running 0 58m 10.0.0.19 ip-10-0-0-19.ap-northeast-1.compute.internal
kube-system kube-dns-v20-boc99 3/3 Running 20 40m 10.2.86.2 ip-10-0-0-45.ap-northeast-1.compute.internal
kube-system kube-proxy-ip-10-0-0-13.ap-northeast-1.compute.internal 1/1 Running 0 50m 10.0.0.13 ip-10-0-0-13.ap-northeast-1.compute.internal
kube-system kube-proxy-ip-10-0-0-19.ap-northeast-1.compute.internal 1/1 Running 0 58m 10.0.0.19 ip-10-0-0-19.ap-northeast-1.compute.internal
kube-system kube-proxy-ip-10-0-0-45.ap-northeast-1.compute.internal 1/1 Running 0 45m 10.0.0.45 ip-10-0-0-45.ap-northeast-1.compute.internal
kube-system kube-proxy-ip-10-0-0-70.ap-northeast-1.compute.internal 1/1 Running 0 40m 10.0.0.70 ip-10-0-0-70.ap-northeast-1.compute.internal
kube-system kube-proxy-ip-10-0-1-197.ap-northeast-1.compute.internal 1/1 Running 0 1h 10.0.1.197 ip-10-0-1-197.ap-northeast-1.compute.internal
kube-system kube-scheduler-ip-10-0-0-13.ap-northeast-1.compute.internal 1/1 Running 0 49m 10.0.0.13 ip-10-0-0-13.ap-northeast-1.compute.internal
kube-system kube-scheduler-ip-10-0-0-19.ap-northeast-1.compute.internal 1/1 Running 0 57m 10.0.0.19 ip-10-0-0-19.ap-northeast-1.compute.internal
kube-system kubernetes-dashboard-v1.4.1-3kypa 1/1 Running 0 44m 10.2.25.2 ip-10-0-1-197.ap-northeast-1.compute.internal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment