ehazlett / stellar

Simplified Container System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skipping local route

atooki opened this issue · comments

At the part where Stellar tried to build the local route and get the error below:

DEBU[0005] services started                              duration=5.0005632s
ERRO[0005] timeout starting service stellar.services.proxy.v1
DEBU[0010] skipping local route 172.16.0.0/22
ERRO[0010] rpc error: code = Unknown desc = failed to dial "/run/containerd/containerd.sock": context deadline exceeded
DEBU[0020] skipping local route 172.16.0.0/22
DEBU[0030] skipping local route 172.16.0.0/22
DEBU[0040] skipping local route 172.16.0.0/22
DEBU[0050] skipping local route 172.16.0.0/22
DEBU[0060] skipping local route 172.16.0.0/22
DEBU[0060] pruning datastore

The last parts of the message just continue until I stop it.

This is expected. Perhaps we can turn down the debug logging though. :)