Skip to content

Instantly share code, notes, and snippets.

@mercul3s
Created May 16, 2018 17:59
Show Gist options
  • Save mercul3s/e638a51710a8c9de432689695cb2a0ba to your computer and use it in GitHub Desktop.
Save mercul3s/e638a51710a8c9de432689695cb2a0ba to your computer and use it in GitHub Desktop.
appveyor build failure
[00:00:00] Build started
[00:00:00] git clone -q [email protected]:sensu/sensu-go.git c:\gopath\src\github.com\sensu\sensu-go
[00:00:41] git fetch -q origin +refs/pull/1546/merge:
[00:00:42] git checkout -qf FETCH_HEAD
[00:00:42] Running Install scripts
[00:00:42] rmdir c:\go /s /q
[00:00:42] appveyor DownloadFile https://storage.googleapis.com/golang/go%GOVERSION%.windows-%GOARCH%.msi
[00:00:46]
[00:00:46] Downloading go1.10.windows-386.msi (100,265,984 bytes)...1%
[00:00:46] Downloading go1.10.windows-386.msi (100,265,984 bytes)...10%
[00:00:47] Downloading go1.10.windows-386.msi (100,265,984 bytes)...20%
[00:00:47] Downloading go1.10.windows-386.msi (100,265,984 bytes)...30%
[00:00:47] Downloading go1.10.windows-386.msi (100,265,984 bytes)...40%
[00:00:47] Downloading go1.10.windows-386.msi (100,265,984 bytes)...50%
[00:00:47] Downloading go1.10.windows-386.msi (100,265,984 bytes)...60%
[00:00:47] Downloading go1.10.windows-386.msi (100,265,984 bytes)...70%
[00:00:48] Downloading go1.10.windows-386.msi (100,265,984 bytes)...80%
[00:00:48] Downloading go1.10.windows-386.msi (100,265,984 bytes)...90%
[00:00:48] Downloading go1.10.windows-386.msi (100,265,984 bytes)...100%
[00:00:48] msiexec /i go%GOVERSION%.windows-%GOARCH%.msi /q
[00:01:22] echo %PATH%
[00:01:23] C:\Perl\site\bin;C:\Perl\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\7-Zip;C:\Program Files\Microsoft\Web Platform Installer\;C:\Tools\GitVersion;C:\Tools\PsTools;C:\Program Files\Git LFS;C:\Program Files (x86)\Subversion\bin;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files\Microsoft SQL Server\120\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn\ManagementStudio\;C:\Tools\WebDriver;C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.4\;C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SDKs\Azure\CLI\wbin;C:\Ruby193\bin;C:\Tools\NUnit\bin;C:\Tools\xUnit;C:\Tools\MSpec;C:\Tools\Coverity\bin;C:\Program Files (x86)\CMake\bin;C:\go\bin;C:\Program Files\Java\jdk1.8.0\bin;C:\Python27;C:\Program Files\nodejs;C:\Program Files (x86)\iojs;C:\Program Files\iojs;C:\Users\appveyor\AppData\Roaming\npm;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files (x86)\MSBuild\14.0\Bin;C:\Tools\NuGet;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files\Microsoft DNX\Dnvm;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\120\DTS\Binn\;C:\Program Files (x86)\Apache\Maven\bin;C:\Python27\Scripts;C:\Tools\NUnit3;C:\Program Files\Mercurial\;C:\Program Files\LLVM\bin;C:\Program Files\dotnet\;C:\Tools\curl\bin;C:\Program Files\Amazon\AWSCLI\;C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn\;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\Microsoft\SQLDB\DAC\140;C:\Tools\vcpkg;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\;C:\Program Files\Microsoft SQL Server\140\Tools\Binn\;C:\Program Files\Microsoft SQL Server\140\DTS\Binn\;C:\Program Files\PowerShell\6.0.0\;C:\Program Files\erl9.2\bin;C:\Program Files (x86)\nodejs\;C:\Program Files\Git\cmd;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Yarn\bin\;C:\Program Files (x86)\NSIS;C:\Tools\Octopus;C:\Program Files\Microsoft Service Fabric\bin\Fabric\Fabric.Code;C:\Program Files\Microsoft SDKs\Service Fabric\Tools\ServiceFabricLocalClusterManager;C:\ProgramData\chocolatey\bin;C:\Users\appveyor\AppData\Roaming\npm;C:\Users\appveyor\AppData\Local\Yarn\bin;C:\Program Files\AppVeyor\BuildAgent\
[00:01:23] echo %GOPATH%
[00:01:23] c:\gopath
[00:01:23] set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
[00:01:23] go version
[00:01:24] go version go1.10 windows/386
[00:01:24] go env
[00:01:24] set GOARCH=386
[00:01:24] set GOBIN=
[00:01:24] set GOCACHE=C:\Users\appveyor\AppData\Local\go-build
[00:01:24] set GOEXE=.exe
[00:01:24] set GOHOSTARCH=386
[00:01:24] set GOHOSTOS=windows
[00:01:24] set GOOS=windows
[00:01:24] set GOPATH=c:\gopath
[00:01:24] set GORACE=
[00:01:24] set GOROOT=C:\go
[00:01:24] set GOTMPDIR=
[00:01:24] set GOTOOLDIR=C:\go\pkg\tool\windows_386
[00:01:24] set GCCGO=gccgo
[00:01:24] set GO386=sse2
[00:01:24] set CC=gcc
[00:01:24] set CXX=g++
[00:01:24] set CGO_ENABLED=1
[00:01:24] set CGO_CFLAGS=-g -O2
[00:01:24] set CGO_CPPFLAGS=
[00:01:24] set CGO_CXXFLAGS=-g -O2
[00:01:24] set CGO_FFLAGS=-g -O2
[00:01:24] set CGO_LDFLAGS=-g -O2
[00:01:24] set PKG_CONFIG=pkg-config
[00:01:24] set GOGCCFLAGS=-m32 -mthreads -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=C:\Users\appveyor\AppData\Local\Temp\1\go-build146203682=/tmp/go-build -gno-record-gcc-switches
[00:01:24] mkdir %GOPATH%\bin
[00:01:24] appveyor DownloadFile https://github.com/golang/dep/releases/download/v0.4.1/dep-windows-amd64.exe
[00:01:26]
[00:01:27] Downloading dep-windows-amd64.exe (8,541,184 bytes)...1%
[00:01:27] Downloading dep-windows-amd64.exe (8,541,184 bytes)...10%
[00:01:27] Downloading dep-windows-amd64.exe (8,541,184 bytes)...20%
[00:01:27] Downloading dep-windows-amd64.exe (8,541,184 bytes)...30%
[00:01:27] Downloading dep-windows-amd64.exe (8,541,184 bytes)...40%
[00:01:27] Downloading dep-windows-amd64.exe (8,541,184 bytes)...50%
[00:01:27] Downloading dep-windows-amd64.exe (8,541,184 bytes)...60%
[00:01:27] Downloading dep-windows-amd64.exe (8,541,184 bytes)...70%
[00:01:27] Downloading dep-windows-amd64.exe (8,541,184 bytes)...80%
[00:01:27] Downloading dep-windows-amd64.exe (8,541,184 bytes)...90%
[00:01:27] Downloading dep-windows-amd64.exe (8,541,184 bytes)...100%
[00:01:28] move dep-windows-amd64.exe %GOPATH%\bin\dep.exe
[00:01:28] 1 file(s) moved.
[00:01:28] .\build.ps1 deps
[00:01:29] Installing deps...
[00:01:58] .\build.ps1 build_tools
[00:01:58] Running tool & plugin builds...
[00:01:58] Building tools/cat for windows-386
[00:02:00]
[00:02:00]
[00:02:00] Directory: C:\gopath\src\github.com\sensu\sensu-go\bin
[00:02:00]
[00:02:00]
[00:02:00] Mode LastWriteTime Length Name
[00:02:00] ---- ------------- ------ ----
[00:02:00] d----- 5/16/2018 5:10 PM tools
[00:02:00]
[00:02:00]
[00:02:00] Directory: C:\gopath\src\github.com\sensu\sensu-go\bin\tools
[00:02:00]
[00:02:00]
[00:02:00] Mode LastWriteTime Length Name
[00:02:00] ---- ------------- ------ ----
[00:02:00] -a---- 5/16/2018 5:10 PM 1930752 cat.exe
[00:02:00] Building tools/false for windows-386
[00:02:00]
[00:02:00]
[00:02:00] Directory: C:\gopath\src\github.com\sensu\sensu-go\bin
[00:02:00]
[00:02:00]
[00:02:00] Mode LastWriteTime Length Name
[00:02:00] ---- ------------- ------ ----
[00:02:00] d----- 5/16/2018 5:10 PM tools
[00:02:00]
[00:02:00]
[00:02:00] Directory: C:\gopath\src\github.com\sensu\sensu-go\bin\tools
[00:02:00]
[00:02:00]
[00:02:00] Mode LastWriteTime Length Name
[00:02:00] ---- ------------- ------ ----
[00:02:00] -a---- 5/16/2018 5:10 PM 1930752 cat.exe
[00:02:00] -a---- 5/16/2018 5:11 PM 1147904 false.exe
[00:02:00] Building tools/sleep for windows-386
[00:02:01]
[00:02:01]
[00:02:01] Directory: C:\gopath\src\github.com\sensu\sensu-go\bin
[00:02:01]
[00:02:01]
[00:02:01] Mode LastWriteTime Length Name
[00:02:01] ---- ------------- ------ ----
[00:02:01] d----- 5/16/2018 5:11 PM tools
[00:02:01]
[00:02:01]
[00:02:01] Directory: C:\gopath\src\github.com\sensu\sensu-go\bin\tools
[00:02:01]
[00:02:01]
[00:02:01] Mode LastWriteTime Length Name
[00:02:01] ---- ------------- ------ ----
[00:02:01] -a---- 5/16/2018 5:10 PM 1930752 cat.exe
[00:02:01] -a---- 5/16/2018 5:11 PM 1147904 false.exe
[00:02:01] -a---- 5/16/2018 5:11 PM 1823744 sleep.exe
[00:02:01] Building tools/true for windows-386
[00:02:01]
[00:02:01]
[00:02:01] Directory: C:\gopath\src\github.com\sensu\sensu-go\bin
[00:02:01]
[00:02:01]
[00:02:01] Mode LastWriteTime Length Name
[00:02:01] ---- ------------- ------ ----
[00:02:01] d----- 5/16/2018 5:11 PM tools
[00:02:01]
[00:02:01]
[00:02:01] Directory: C:\gopath\src\github.com\sensu\sensu-go\bin\tools
[00:02:01]
[00:02:01]
[00:02:01] Mode LastWriteTime Length Name
[00:02:01] ---- ------------- ------ ----
[00:02:01] -a---- 5/16/2018 5:10 PM 1930752 cat.exe
[00:02:01] -a---- 5/16/2018 5:11 PM 1147904 false.exe
[00:02:01] -a---- 5/16/2018 5:11 PM 1823744 sleep.exe
[00:02:01] -a---- 5/16/2018 5:11 PM 1147904 true.exe
[00:02:01] Building handlers/slack for windows-386
[00:02:07]
[00:02:07]
[00:02:07] Directory: C:\gopath\src\github.com\sensu\sensu-go\bin
[00:02:07]
[00:02:07]
[00:02:07] Mode LastWriteTime Length Name
[00:02:07] ---- ------------- ------ ----
[00:02:07] d----- 5/16/2018 5:11 PM handlers
[00:02:07] d----- 5/16/2018 5:11 PM tools
[00:02:07]
[00:02:07]
[00:02:07] Directory: C:\gopath\src\github.com\sensu\sensu-go\bin\handlers
[00:02:07]
[00:02:07]
[00:02:07] Mode LastWriteTime Length Name
[00:02:07] ---- ------------- ------ ----
[00:02:07] -a---- 5/16/2018 5:11 PM 11215872 slack.exe
[00:02:07]
[00:02:07]
[00:02:07] .\build.ps1 $env:TEST_SUITE
[00:02:08] Running integration tests...
[00:02:51] ok github.com/sensu/sensu-go/agent 19.096s
[00:02:51] ok github.com/sensu/sensu-go/agent/assetmanager 0.818s
[00:02:51] ? github.com/sensu/sensu-go/agent/cmd [no test files]
[00:02:51] ok github.com/sensu/sensu-go/agent/transformers 0.413s
[00:03:06] ok github.com/sensu/sensu-go/backend 1.338s [no tests to run]
[00:03:06] ok github.com/sensu/sensu-go/backend/agentd 0.293s
[00:03:06] ? github.com/sensu/sensu-go/backend/apid [no test files]
[00:03:10] ok github.com/sensu/sensu-go/backend/apid/actions 1.245s
[00:03:12] ok github.com/sensu/sensu-go/backend/apid/graphql 0.208s
[00:03:12] ok github.com/sensu/sensu-go/backend/apid/graphql/globalid 0.304s
[00:03:14] ok github.com/sensu/sensu-go/backend/apid/graphql/relay 0.557s
[00:03:14] ? github.com/sensu/sensu-go/backend/apid/graphql/schema [no test files]
[00:03:15] ok github.com/sensu/sensu-go/backend/apid/middlewares 0.985s
[00:03:16] ok github.com/sensu/sensu-go/backend/apid/routers 0.233s
[00:03:23] ok github.com/sensu/sensu-go/backend/authentication/jwt 6.699s
[00:03:23] ok github.com/sensu/sensu-go/backend/authorization 0.692s
[00:03:23] ? github.com/sensu/sensu-go/backend/cmd [no test files]
[00:03:23] ? github.com/sensu/sensu-go/backend/daemon [no test files]
[00:03:23] ok github.com/sensu/sensu-go/backend/dashboardd 0.467s
[00:03:25] ok github.com/sensu/sensu-go/backend/etcd 1.301s
[00:03:26] ok github.com/sensu/sensu-go/backend/eventd 0.483s
[00:03:28] ok github.com/sensu/sensu-go/backend/keepalived 0.082s
[00:03:35] ok github.com/sensu/sensu-go/backend/leader 5.198s
[00:03:35] ok github.com/sensu/sensu-go/backend/messaging 0.316s
[00:03:35] ? github.com/sensu/sensu-go/backend/migration [no test files]
[00:03:35] ok github.com/sensu/sensu-go/backend/monitor 0.547s
[00:03:36] ok github.com/sensu/sensu-go/backend/pipelined 0.425s
[00:06:59] time="2018-05-16T17:12:38Z" level=info msg="listening for peers on " component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:38Z" level=info msg="http://127.0.0.1:1150" component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:38Z" level=info msg="listening for client requests on " component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:38Z" level=info msg="127.0.0.1:1149" component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:38Z" level=info msg="listening for peers on " component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:38Z" level=info msg="http://127.0.0.1:1152" component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:38Z" level=info msg="listening for client requests on " component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:38Z" level=info msg="127.0.0.1:1151" component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="name = default" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="data dir = C:\\Users\\appveyor\\AppData\\Local\\Temp\\1\\sensu128817234\\etcd\\data" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="member dir = C:\\Users\\appveyor\\AppData\\Local\\Temp\\1\\sensu128817234\\etcd\\data\\member" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="dedicated WAL dir = C:\\Users\\appveyor\\AppData\\Local\\Temp\\1\\sensu128817234\\etcd\\wal" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="heartbeat = 100ms" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="election = 1000ms" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="snapshot count = 100000" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="advertise client URLs = http://127.0.0.1:1151" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="initial advertise peer URLs = http://127.0.0.1:1152" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="initial cluster = default=http://127.0.0.1:1152" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="name = default" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="data dir = C:\\Users\\appveyor\\AppData\\Local\\Temp\\1\\sensu586001663\\etcd\\data" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="member dir = C:\\Users\\appveyor\\AppData\\Local\\Temp\\1\\sensu586001663\\etcd\\data\\member" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="dedicated WAL dir = C:\\Users\\appveyor\\AppData\\Local\\Temp\\1\\sensu586001663\\etcd\\wal" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="heartbeat = 100ms" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="election = 1000ms" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="snapshot count = 100000" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="advertise client URLs = http://127.0.0.1:1149" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="initial advertise peer URLs = http://127.0.0.1:1150" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="initial cluster = default=http://127.0.0.1:1150" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="releasing file lock to rename \"C:\\\\Users\\\\appveyor\\\\AppData\\\\Local\\\\Temp\\\\1\\\\sensu128817234\\\\etcd\\\\wal.tmp\" to \"C:\\\\Users\\\\appveyor\\\\AppData\\\\Local\\\\Temp\\\\1\\\\sensu128817234\\\\etcd\\\\wal\"" component=etcd pkg=wal
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="releasing file lock to rename \"C:\\\\Users\\\\appveyor\\\\AppData\\\\Local\\\\Temp\\\\1\\\\sensu586001663\\\\etcd\\\\wal.tmp\" to \"C:\\\\Users\\\\appveyor\\\\AppData\\\\Local\\\\Temp\\\\1\\\\sensu586001663\\\\etcd\\\\wal\"" component=etcd pkg=wal
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="starting member f8ed32e091a950cf in cluster 3287f1a2ccf7d4f2" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="f8ed32e091a950cf became follower at term 0" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="newRaft f8ed32e091a950cf [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="f8ed32e091a950cf became follower at term 1" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="starting member 319ffc72fe99f3de in cluster 41762069ed6df9b5" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="319ffc72fe99f3de became follower at term 0" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="newRaft 319ffc72fe99f3de [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="319ffc72fe99f3de became follower at term 1" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:39Z" level=warning msg="simple token is not cryptographically signed" component=etcd pkg=auth
[00:06:59] time="2018-05-16T17:12:39Z" level=warning msg="simple token is not cryptographically signed" component=etcd pkg=auth
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="starting server... [version: 3.3.2, cluster version: to_be_decided]" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="added member f8ed32e091a950cf [http://127.0.0.1:1152] to cluster 3287f1a2ccf7d4f2" component=etcd pkg=etcdserver/membership
[00:06:59] time="2018-05-16T17:12:39Z" level=error msg="cannot monitor file descriptor usage (cannot get FDUsage on windows)" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="starting server... [version: 3.3.2, cluster version: to_be_decided]" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=error msg="cannot monitor file descriptor usage (cannot get FDUsage on windows)" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="added member 319ffc72fe99f3de [http://127.0.0.1:1150] to cluster 41762069ed6df9b5" component=etcd pkg=etcdserver/membership
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="f8ed32e091a950cf is starting a new election at term 1" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="f8ed32e091a950cf became candidate at term 2" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="f8ed32e091a950cf received MsgVoteResp from f8ed32e091a950cf at term 2" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="f8ed32e091a950cf became leader at term 2" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="raft.node: f8ed32e091a950cf elected leader f8ed32e091a950cf at term 2" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="published {Name:default ClientURLs:[http://127.0.0.1:1151]} to cluster 3287f1a2ccf7d4f2" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="Etcd ready to serve client connections" component=sensu-etcd
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="setting up the initial cluster version to 3.3" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="ready to serve client requests" component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:39Z" level=warning msg="serving insecure client requests on 127.0.0.1:1151, this is strongly discouraged!" component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:39Z" level=warning msg="set the initial cluster version to 3.3" component=etcd pkg=etcdserver/membership
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="319ffc72fe99f3de is starting a new election at term 1" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="319ffc72fe99f3de became candidate at term 2" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="319ffc72fe99f3de received MsgVoteResp from 319ffc72fe99f3de at term 2" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="319ffc72fe99f3de became leader at term 2" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="raft.node: 319ffc72fe99f3de elected leader 319ffc72fe99f3de at term 2" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="enabled capabilities for version 3.3" component=etcd pkg=etcdserver/api
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="published {Name:default ClientURLs:[http://127.0.0.1:1149]} to cluster 41762069ed6df9b5" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="Etcd ready to serve client connections" component=sensu-etcd
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="setting up the initial cluster version to 3.3" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="ready to serve client requests" component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:39Z" level=warning msg="serving insecure client requests on 127.0.0.1:1149, this is strongly discouraged!" component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:39Z" level=warning msg="set the initial cluster version to 3.3" component=etcd pkg=etcdserver/membership
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="skipped leadership transfer for single member cluster" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="listening for peers on " component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="http://127.0.0.1:1163" component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="listening for client requests on " component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="127.0.0.1:1162" component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="name = default" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="data dir = C:\\Users\\appveyor\\AppData\\Local\\Temp\\1\\sensu868009865\\etcd\\data" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="member dir = C:\\Users\\appveyor\\AppData\\Local\\Temp\\1\\sensu868009865\\etcd\\data\\member" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="dedicated WAL dir = C:\\Users\\appveyor\\AppData\\Local\\Temp\\1\\sensu868009865\\etcd\\wal" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="heartbeat = 100ms" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="election = 1000ms" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="snapshot count = 100000" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="advertise client URLs = http://127.0.0.1:1162" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="initial advertise peer URLs = http://127.0.0.1:1163" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:39Z" level=info msg="initial cluster = default=http://127.0.0.1:1163" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:40Z" level=info msg="releasing file lock to rename \"C:\\\\Users\\\\appveyor\\\\AppData\\\\Local\\\\Temp\\\\1\\\\sensu868009865\\\\etcd\\\\wal.tmp\" to \"C:\\\\Users\\\\appveyor\\\\AppData\\\\Local\\\\Temp\\\\1\\\\sensu868009865\\\\etcd\\\\wal\"" component=etcd pkg=wal
[00:06:59] time="2018-05-16T17:12:40Z" level=info msg="starting member 73782a8603f0a906 in cluster d868cb67a60e3196" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:40Z" level=info msg="73782a8603f0a906 became follower at term 0" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:40Z" level=info msg="newRaft 73782a8603f0a906 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:40Z" level=info msg="73782a8603f0a906 became follower at term 1" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:40Z" level=warning msg="simple token is not cryptographically signed" component=etcd pkg=auth
[00:06:59] time="2018-05-16T17:12:40Z" level=info msg="starting server... [version: 3.3.2, cluster version: to_be_decided]" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:40Z" level=error msg="cannot monitor file descriptor usage (cannot get FDUsage on windows)" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:40Z" level=info msg="added member 73782a8603f0a906 [http://127.0.0.1:1163] to cluster d868cb67a60e3196" component=etcd pkg=etcdserver/membership
[00:06:59] time="2018-05-16T17:12:41Z" level=info msg="73782a8603f0a906 is starting a new election at term 1" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:41Z" level=info msg="73782a8603f0a906 became candidate at term 2" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:41Z" level=info msg="73782a8603f0a906 received MsgVoteResp from 73782a8603f0a906 at term 2" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:41Z" level=info msg="73782a8603f0a906 became leader at term 2" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:41Z" level=info msg="raft.node: 73782a8603f0a906 elected leader 73782a8603f0a906 at term 2" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:41Z" level=info msg="published {Name:default ClientURLs:[http://127.0.0.1:1162]} to cluster d868cb67a60e3196" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:41Z" level=info msg="Etcd ready to serve client connections" component=sensu-etcd
[00:06:59] time="2018-05-16T17:12:41Z" level=info msg="setting up the initial cluster version to 3.3" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:41Z" level=info msg="ready to serve client requests" component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:41Z" level=warning msg="serving insecure client requests on 127.0.0.1:1162, this is strongly discouraged!" component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:41Z" level=warning msg="set the initial cluster version to 3.3" component=etcd pkg=etcdserver/membership
[00:06:59] time="2018-05-16T17:12:41Z" level=warning msg="read-only range request \"key:\\\"testparallel/inflight\\\" range_end:\\\"testparallel/inflighu\\\" \" took too long (101.0021ms) to execute" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:41Z" level=warning msg="read-only range request \"key:\\\"testparallel/inflight\\\" range_end:\\\"testparallel/inflighu\\\" \" took too long (101.0021ms) to execute" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:41Z" level=warning msg="read-only range request \"key:\\\"testparallel/inflight\\\" range_end:\\\"testparallel/inflighu\\\" \" took too long (101.0021ms) to execute" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:41Z" level=warning msg="read-only range request \"key:\\\"testparallel/inflight\\\" range_end:\\\"testparallel/inflighu\\\" \" took too long (101.0021ms) to execute" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:41Z" level=warning msg="read-only range request \"key:\\\"testparallel/inflight\\\" range_end:\\\"testparallel/inflighu\\\" \" took too long (101.0021ms) to execute" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:42Z" level=info msg="skipped leadership transfer for single member cluster" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:42Z" level=info msg="listening for peers on " component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:42Z" level=info msg="http://127.0.0.1:1173" component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:42Z" level=info msg="listening for client requests on " component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:42Z" level=info msg="127.0.0.1:1172" component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:42Z" level=info msg="name = default" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:42Z" level=info msg="data dir = C:\\Users\\appveyor\\AppData\\Local\\Temp\\1\\sensu805070164\\etcd\\data" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:42Z" level=info msg="member dir = C:\\Users\\appveyor\\AppData\\Local\\Temp\\1\\sensu805070164\\etcd\\data\\member" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:42Z" level=info msg="dedicated WAL dir = C:\\Users\\appveyor\\AppData\\Local\\Temp\\1\\sensu805070164\\etcd\\wal" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:42Z" level=info msg="heartbeat = 100ms" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:42Z" level=info msg="election = 1000ms" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:42Z" level=info msg="snapshot count = 100000" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:42Z" level=info msg="advertise client URLs = http://127.0.0.1:1172" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:42Z" level=info msg="initial advertise peer URLs = http://127.0.0.1:1173" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:42Z" level=info msg="initial cluster = default=http://127.0.0.1:1173" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:42Z" level=info msg="releasing file lock to rename \"C:\\\\Users\\\\appveyor\\\\AppData\\\\Local\\\\Temp\\\\1\\\\sensu805070164\\\\etcd\\\\wal.tmp\" to \"C:\\\\Users\\\\appveyor\\\\AppData\\\\Local\\\\Temp\\\\1\\\\sensu805070164\\\\etcd\\\\wal\"" component=etcd pkg=wal
[00:06:59] time="2018-05-16T17:12:42Z" level=info msg="starting member 9f9b116a872f8ff3 in cluster d96d104f03be9685" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:42Z" level=info msg="9f9b116a872f8ff3 became follower at term 0" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:42Z" level=info msg="newRaft 9f9b116a872f8ff3 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:42Z" level=info msg="9f9b116a872f8ff3 became follower at term 1" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:42Z" level=warning msg="simple token is not cryptographically signed" component=etcd pkg=auth
[00:06:59] time="2018-05-16T17:12:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:43Z" level=info msg="starting server... [version: 3.3.2, cluster version: to_be_decided]" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:43Z" level=error msg="cannot monitor file descriptor usage (cannot get FDUsage on windows)" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:43Z" level=info msg="added member 9f9b116a872f8ff3 [http://127.0.0.1:1173] to cluster d96d104f03be9685" component=etcd pkg=etcdserver/membership
[00:06:59] time="2018-05-16T17:12:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:43Z" level=info msg="9f9b116a872f8ff3 is starting a new election at term 1" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:43Z" level=info msg="9f9b116a872f8ff3 became candidate at term 2" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:43Z" level=info msg="9f9b116a872f8ff3 received MsgVoteResp from 9f9b116a872f8ff3 at term 2" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:43Z" level=info msg="9f9b116a872f8ff3 became leader at term 2" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:43Z" level=info msg="raft.node: 9f9b116a872f8ff3 elected leader 9f9b116a872f8ff3 at term 2" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:43Z" level=info msg="published {Name:default ClientURLs:[http://127.0.0.1:1172]} to cluster d96d104f03be9685" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:43Z" level=info msg="Etcd ready to serve client connections" component=sensu-etcd
[00:06:59] time="2018-05-16T17:12:43Z" level=info msg="setting up the initial cluster version to 3.3" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:43Z" level=info msg="ready to serve client requests" component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:43Z" level=warning msg="serving insecure client requests on 127.0.0.1:1172, this is strongly discouraged!" component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:44Z" level=warning msg="set the initial cluster version to 3.3" component=etcd pkg=etcdserver/membership
[00:06:59] time="2018-05-16T17:12:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:44Z" level=info msg="skipped leadership transfer for single member cluster" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:44Z" level=info msg="listening for peers on " component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:44Z" level=info msg="http://127.0.0.1:1183" component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:44Z" level=info msg="listening for client requests on " component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:44Z" level=info msg="127.0.0.1:1182" component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:44Z" level=info msg="name = default" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:44Z" level=info msg="data dir = C:\\Users\\appveyor\\AppData\\Local\\Temp\\1\\sensu402013859\\etcd\\data" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:44Z" level=info msg="member dir = C:\\Users\\appveyor\\AppData\\Local\\Temp\\1\\sensu402013859\\etcd\\data\\member" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:44Z" level=info msg="dedicated WAL dir = C:\\Users\\appveyor\\AppData\\Local\\Temp\\1\\sensu402013859\\etcd\\wal" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:44Z" level=info msg="heartbeat = 100ms" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:44Z" level=info msg="election = 1000ms" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:44Z" level=info msg="snapshot count = 100000" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:44Z" level=info msg="advertise client URLs = http://127.0.0.1:1182" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:44Z" level=info msg="initial advertise peer URLs = http://127.0.0.1:1183" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:44Z" level=info msg="initial cluster = default=http://127.0.0.1:1183" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:44Z" level=info msg="releasing file lock to rename \"C:\\\\Users\\\\appveyor\\\\AppData\\\\Local\\\\Temp\\\\1\\\\sensu402013859\\\\etcd\\\\wal.tmp\" to \"C:\\\\Users\\\\appveyor\\\\AppData\\\\Local\\\\Temp\\\\1\\\\sensu402013859\\\\etcd\\\\wal\"" component=etcd pkg=wal
[00:06:59] time="2018-05-16T17:12:44Z" level=info msg="starting member 909f04b2c87741f4 in cluster 1b208b7afe077db4" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:44Z" level=info msg="909f04b2c87741f4 became follower at term 0" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:44Z" level=info msg="newRaft 909f04b2c87741f4 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:44Z" level=info msg="909f04b2c87741f4 became follower at term 1" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:44Z" level=warning msg="simple token is not cryptographically signed" component=etcd pkg=auth
[00:06:59] time="2018-05-16T17:12:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:44Z" level=info msg="starting server... [version: 3.3.2, cluster version: to_be_decided]" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:44Z" level=error msg="cannot monitor file descriptor usage (cannot get FDUsage on windows)" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:44Z" level=info msg="added member 909f04b2c87741f4 [http://127.0.0.1:1183] to cluster 1b208b7afe077db4" component=etcd pkg=etcdserver/membership
[00:06:59] time="2018-05-16T17:12:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:45Z" level=info msg="909f04b2c87741f4 is starting a new election at term 1" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:45Z" level=info msg="909f04b2c87741f4 became candidate at term 2" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:45Z" level=info msg="909f04b2c87741f4 received MsgVoteResp from 909f04b2c87741f4 at term 2" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:45Z" level=info msg="909f04b2c87741f4 became leader at term 2" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:45Z" level=info msg="raft.node: 909f04b2c87741f4 elected leader 909f04b2c87741f4 at term 2" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:45Z" level=info msg="setting up the initial cluster version to 3.3" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:45Z" level=warning msg="set the initial cluster version to 3.3" component=etcd pkg=etcdserver/membership
[00:06:59] time="2018-05-16T17:12:45Z" level=info msg="published {Name:default ClientURLs:[http://127.0.0.1:1182]} to cluster 1b208b7afe077db4" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:45Z" level=info msg="Etcd ready to serve client connections" component=sensu-etcd
[00:06:59] time="2018-05-16T17:12:45Z" level=info msg="ready to serve client requests" component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:45Z" level=warning msg="serving insecure client requests on 127.0.0.1:1182, this is strongly discouraged!" component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:46Z" level=info msg="skipped leadership transfer for single member cluster" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:47Z" level=info msg="listening for peers on " component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:47Z" level=info msg="http://127.0.0.1:1193" component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:47Z" level=info msg="listening for client requests on " component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:47Z" level=info msg="127.0.0.1:1192" component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:47Z" level=info msg="name = default" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:47Z" level=info msg="data dir = C:\\Users\\appveyor\\AppData\\Local\\Temp\\1\\sensu306906022\\etcd\\data" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:47Z" level=info msg="member dir = C:\\Users\\appveyor\\AppData\\Local\\Temp\\1\\sensu306906022\\etcd\\data\\member" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:47Z" level=info msg="dedicated WAL dir = C:\\Users\\appveyor\\AppData\\Local\\Temp\\1\\sensu306906022\\etcd\\wal" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:47Z" level=info msg="heartbeat = 100ms" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:47Z" level=info msg="election = 1000ms" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:47Z" level=info msg="snapshot count = 100000" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:47Z" level=info msg="advertise client URLs = http://127.0.0.1:1192" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:47Z" level=info msg="initial advertise peer URLs = http://127.0.0.1:1193" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:47Z" level=info msg="initial cluster = default=http://127.0.0.1:1193" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:47Z" level=info msg="releasing file lock to rename \"C:\\\\Users\\\\appveyor\\\\AppData\\\\Local\\\\Temp\\\\1\\\\sensu306906022\\\\etcd\\\\wal.tmp\" to \"C:\\\\Users\\\\appveyor\\\\AppData\\\\Local\\\\Temp\\\\1\\\\sensu306906022\\\\etcd\\\\wal\"" component=etcd pkg=wal
[00:06:59] time="2018-05-16T17:12:47Z" level=info msg="starting member f5f596cb793e1149 in cluster 16b50bd570019667" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:47Z" level=info msg="f5f596cb793e1149 became follower at term 0" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:47Z" level=info msg="newRaft f5f596cb793e1149 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:47Z" level=info msg="f5f596cb793e1149 became follower at term 1" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:47Z" level=warning msg="simple token is not cryptographically signed" component=etcd pkg=auth
[00:06:59] time="2018-05-16T17:12:47Z" level=info msg="starting server... [version: 3.3.2, cluster version: to_be_decided]" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:47Z" level=error msg="cannot monitor file descriptor usage (cannot get FDUsage on windows)" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:47Z" level=info msg="added member f5f596cb793e1149 [http://127.0.0.1:1193] to cluster 16b50bd570019667" component=etcd pkg=etcdserver/membership
[00:06:59] time="2018-05-16T17:12:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:48Z" level=info msg="f5f596cb793e1149 is starting a new election at term 1" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:48Z" level=info msg="f5f596cb793e1149 became candidate at term 2" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:48Z" level=info msg="f5f596cb793e1149 received MsgVoteResp from f5f596cb793e1149 at term 2" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:48Z" level=info msg="f5f596cb793e1149 became leader at term 2" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:48Z" level=info msg="raft.node: f5f596cb793e1149 elected leader f5f596cb793e1149 at term 2" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:48Z" level=info msg="setting up the initial cluster version to 3.3" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:48Z" level=warning msg="set the initial cluster version to 3.3" component=etcd pkg=etcdserver/membership
[00:06:59] time="2018-05-16T17:12:48Z" level=info msg="Etcd ready to serve client connections" component=sensu-etcd
[00:06:59] time="2018-05-16T17:12:48Z" level=info msg="published {Name:default ClientURLs:[http://127.0.0.1:1192]} to cluster 16b50bd570019667" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:48Z" level=info msg="ready to serve client requests" component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:48Z" level=warning msg="serving insecure client requests on 127.0.0.1:1192, this is strongly discouraged!" component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:49Z" level=info msg="skipped leadership transfer for single member cluster" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:49Z" level=info msg="listening for peers on " component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:49Z" level=info msg="http://127.0.0.1:1203" component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:49Z" level=info msg="listening for client requests on " component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:49Z" level=info msg="127.0.0.1:1202" component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:49Z" level=info msg="name = default" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:49Z" level=info msg="data dir = C:\\Users\\appveyor\\AppData\\Local\\Temp\\1\\sensu134086861\\etcd\\data" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:49Z" level=info msg="member dir = C:\\Users\\appveyor\\AppData\\Local\\Temp\\1\\sensu134086861\\etcd\\data\\member" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:49Z" level=info msg="dedicated WAL dir = C:\\Users\\appveyor\\AppData\\Local\\Temp\\1\\sensu134086861\\etcd\\wal" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:49Z" level=info msg="heartbeat = 100ms" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:49Z" level=info msg="election = 1000ms" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:49Z" level=info msg="snapshot count = 100000" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:49Z" level=info msg="advertise client URLs = http://127.0.0.1:1202" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:49Z" level=info msg="initial advertise peer URLs = http://127.0.0.1:1203" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:49Z" level=info msg="initial cluster = default=http://127.0.0.1:1203" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:49Z" level=info msg="releasing file lock to rename \"C:\\\\Users\\\\appveyor\\\\AppData\\\\Local\\\\Temp\\\\1\\\\sensu134086861\\\\etcd\\\\wal.tmp\" to \"C:\\\\Users\\\\appveyor\\\\AppData\\\\Local\\\\Temp\\\\1\\\\sensu134086861\\\\etcd\\\\wal\"" component=etcd pkg=wal
[00:06:59] time="2018-05-16T17:12:49Z" level=info msg="starting member 440d6514a47e52da in cluster 6fc27cd11cc77258" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:49Z" level=info msg="440d6514a47e52da became follower at term 0" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:49Z" level=info msg="newRaft 440d6514a47e52da [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:49Z" level=info msg="440d6514a47e52da became follower at term 1" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:49Z" level=warning msg="simple token is not cryptographically signed" component=etcd pkg=auth
[00:06:59] time="2018-05-16T17:12:49Z" level=info msg="starting server... [version: 3.3.2, cluster version: to_be_decided]" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:49Z" level=error msg="cannot monitor file descriptor usage (cannot get FDUsage on windows)" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:49Z" level=info msg="added member 440d6514a47e52da [http://127.0.0.1:1203] to cluster 6fc27cd11cc77258" component=etcd pkg=etcdserver/membership
[00:06:59] time="2018-05-16T17:12:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:50Z" level=info msg="440d6514a47e52da is starting a new election at term 1" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:50Z" level=info msg="440d6514a47e52da became candidate at term 2" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:50Z" level=info msg="440d6514a47e52da received MsgVoteResp from 440d6514a47e52da at term 2" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:50Z" level=info msg="440d6514a47e52da became leader at term 2" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:50Z" level=info msg="raft.node: 440d6514a47e52da elected leader 440d6514a47e52da at term 2" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:50Z" level=info msg="setting up the initial cluster version to 3.3" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:50Z" level=warning msg="set the initial cluster version to 3.3" component=etcd pkg=etcdserver/membership
[00:06:59] time="2018-05-16T17:12:50Z" level=info msg="published {Name:default ClientURLs:[http://127.0.0.1:1202]} to cluster 6fc27cd11cc77258" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:50Z" level=info msg="Etcd ready to serve client connections" component=sensu-etcd
[00:06:59] time="2018-05-16T17:12:50Z" level=info msg="ready to serve client requests" component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:50Z" level=warning msg="serving insecure client requests on 127.0.0.1:1202, this is strongly discouraged!" component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:50Z" level=info msg="skipped leadership transfer for single member cluster" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:50Z" level=info msg="listening for peers on " component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:50Z" level=info msg="http://127.0.0.1:1211" component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:50Z" level=info msg="listening for client requests on " component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:50Z" level=info msg="127.0.0.1:1210" component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:50Z" level=info msg="name = default" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:50Z" level=info msg="data dir = C:\\Users\\appveyor\\AppData\\Local\\Temp\\1\\sensu510206920\\etcd\\data" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:50Z" level=info msg="member dir = C:\\Users\\appveyor\\AppData\\Local\\Temp\\1\\sensu510206920\\etcd\\data\\member" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:50Z" level=info msg="dedicated WAL dir = C:\\Users\\appveyor\\AppData\\Local\\Temp\\1\\sensu510206920\\etcd\\wal" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:50Z" level=info msg="heartbeat = 100ms" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:50Z" level=info msg="election = 1000ms" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:50Z" level=info msg="snapshot count = 100000" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:50Z" level=info msg="advertise client URLs = http://127.0.0.1:1210" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:50Z" level=info msg="initial advertise peer URLs = http://127.0.0.1:1211" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:50Z" level=info msg="initial cluster = default=http://127.0.0.1:1211" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:50Z" level=info msg="releasing file lock to rename \"C:\\\\Users\\\\appveyor\\\\AppData\\\\Local\\\\Temp\\\\1\\\\sensu510206920\\\\etcd\\\\wal.tmp\" to \"C:\\\\Users\\\\appveyor\\\\AppData\\\\Local\\\\Temp\\\\1\\\\sensu510206920\\\\etcd\\\\wal\"" component=etcd pkg=wal
[00:06:59] time="2018-05-16T17:12:50Z" level=info msg="starting member db7e4bc5faa936f9 in cluster 3d040130a742dcf8" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:50Z" level=info msg="db7e4bc5faa936f9 became follower at term 0" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:50Z" level=info msg="newRaft db7e4bc5faa936f9 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:50Z" level=info msg="db7e4bc5faa936f9 became follower at term 1" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:50Z" level=warning msg="simple token is not cryptographically signed" component=etcd pkg=auth
[00:06:59] time="2018-05-16T17:12:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:50Z" level=info msg="starting server... [version: 3.3.2, cluster version: to_be_decided]" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:50Z" level=error msg="cannot monitor file descriptor usage (cannot get FDUsage on windows)" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:50Z" level=info msg="added member db7e4bc5faa936f9 [http://127.0.0.1:1211] to cluster 3d040130a742dcf8" component=etcd pkg=etcdserver/membership
[00:06:59] time="2018-05-16T17:12:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:51Z" level=info msg="db7e4bc5faa936f9 is starting a new election at term 1" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:51Z" level=info msg="db7e4bc5faa936f9 became candidate at term 2" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:51Z" level=info msg="db7e4bc5faa936f9 received MsgVoteResp from db7e4bc5faa936f9 at term 2" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:51Z" level=info msg="db7e4bc5faa936f9 became leader at term 2" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:51Z" level=info msg="raft.node: db7e4bc5faa936f9 elected leader db7e4bc5faa936f9 at term 2" component=etcd pkg=raft
[00:06:59] time="2018-05-16T17:12:51Z" level=info msg="setting up the initial cluster version to 3.3" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:51Z" level=warning msg="set the initial cluster version to 3.3" component=etcd pkg=etcdserver/membership
[00:06:59] time="2018-05-16T17:12:51Z" level=info msg="published {Name:default ClientURLs:[http://127.0.0.1:1210]} to cluster 3d040130a742dcf8" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:51Z" level=info msg="Etcd ready to serve client connections" component=sensu-etcd
[00:06:59] time="2018-05-16T17:12:51Z" level=info msg="ready to serve client requests" component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:51Z" level=warning msg="serving insecure client requests on 127.0.0.1:1210, this is strongly discouraged!" component=etcd pkg=embed
[00:06:59] time="2018-05-16T17:12:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:52Z" level=info msg="skipped leadership transfer for single member cluster" component=etcd pkg=etcdserver
[00:06:59] time="2018-05-16T17:12:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:12:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:12:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:13:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:13:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:14:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:14:59Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:00Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:01Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:02Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:03Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:04Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:05Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:06Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:07Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:08Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:09Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:10Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:11Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:12Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:13Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:14Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:15Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:16Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:17Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:18Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:19Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:20Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:21Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:22Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:23Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:24Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:25Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:26Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:27Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:28Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:29Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:30Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:31Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:32Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:33Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:34Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:35Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:36Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:37Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:38Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:39Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:40Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:41Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:42Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:43Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:44Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:45Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:46Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:47Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:48Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:49Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:50Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:51Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:52Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:53Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:54Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:55Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:56Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:57Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="context canceled"
[00:06:59] time="2018-05-16T17:15:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] time="2018-05-16T17:15:58Z" level=error msg="error updating item keepalive timestamp" component=queue error="grpc: the client connection is closing"
[00:06:59] panic: test timed out after 3m20s
[00:06:59]
[00:06:59] goroutine 718 [running]:
[00:06:59] testing.(*M).startAlarm.func1()
[00:06:59] C:/go/src/testing/testing.go:1240 +0xdc
[00:06:59] created by time.goFunc
[00:06:59] C:/go/src/time/sleep.go:172 +0x37
[00:06:59]
[00:06:59] goroutine 1 [chan receive, 3 minutes]:
[00:06:59] testing.tRunner.func1(0x130cc360)
[00:06:59] C:/go/src/testing/testing.go:753 +0xdd
[00:06:59] testing.tRunner(0x130cc360, 0x12fd3efc)
[00:06:59] C:/go/src/testing/testing.go:783 +0xbb
[00:06:59] testing.runTests(0x130aeb10, 0x13962a0, 0x8, 0x8, 0x1f)
[00:06:59] C:/go/src/testing/testing.go:1061 +0x21b
[00:06:59] testing.(*M).Run(0x130c8980, 0x0)
[00:06:59] C:/go/src/testing/testing.go:978 +0x136
[00:06:59] main.main()
[00:06:59] _testmain.go:56 +0x11d
[00:06:59]
[00:06:59] goroutine 44 [chan receive]:
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/pkg/logutil.(*MergeLogger).outputLoop(0x13089c90)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/pkg/logutil/merge_logger.go:174 +0x334
[00:06:59] created by github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/pkg/logutil.NewMergeLogger
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/pkg/logutil/merge_logger.go:92 +0x6f
[00:06:59]
[00:06:59] goroutine 60 [chan receive]:
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/pkg/logutil.(*MergeLogger).outputLoop(0x130ae560)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/pkg/logutil/merge_logger.go:174 +0x334
[00:06:59] created by github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/pkg/logutil.NewMergeLogger
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/pkg/logutil/merge_logger.go:92 +0x6f
[00:06:59]
[00:06:59] goroutine 61 [chan receive]:
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/pkg/logutil.(*MergeLogger).outputLoop(0x130ae590)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/pkg/logutil/merge_logger.go:174 +0x334
[00:06:59] created by github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/pkg/logutil.NewMergeLogger
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/pkg/logutil/merge_logger.go:92 +0x6f
[00:06:59]
[00:06:59] goroutine 6 [select]:
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/mvcc.(*watchableStore).syncWatchersLoop(0x130ba0c0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/mvcc/watchable_store.go:224 +0x184
[00:06:59] created by github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/mvcc.newWatchableStore
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/mvcc/watchable_store.go:89 +0x240
[00:06:59]
[00:06:59] goroutine 84 [chan receive, 3 minutes]:
[00:06:59] github.com/sensu/sensu-go/backend/queue.(*Queue).waitPutEvent(0x135e9800, 0xecf040, 0x132ce580, 0x0, 0x0, 0x0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/backend/queue/queue.go:339 +0x178
[00:06:59] github.com/sensu/sensu-go/backend/queue.(*Queue).Dequeue(0x135e9800, 0xecf060, 0x12fc40cc, 0x135e9800, 0x0, 0x0, 0x0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/backend/queue/queue.go:237 +0xeb
[00:06:59] github.com/sensu/sensu-go/backend/queue.TestNackExpired(0x130cc7e0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/backend/queue/queue_test.go:268 +0x331
[00:06:59] testing.tRunner(0x130cc7e0, 0xe1d0b4)
[00:06:59] C:/go/src/testing/testing.go:777 +0xaa
[00:06:59] created by testing.(*T).Run
[00:06:59] C:/go/src/testing/testing.go:824 +0x243
[00:06:59]
[00:06:59] goroutine 85 [chan receive, 3 minutes]:
[00:06:59] testing.runTests.func1.1(0x130cc360)
[00:06:59] C:/go/src/testing/testing.go:1068 +0x2c
[00:06:59] created by testing.runTests.func1
[00:06:59] C:/go/src/testing/testing.go:1068 +0x7f
[00:06:59]
[00:06:59] goroutine 90 [select, 3 minutes]:
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/wal.(*filePipeline).run(0x1325e200)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/wal/file_pipeline.go:89 +0xf9
[00:06:59] created by github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/wal.newFilePipeline
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/wal/file_pipeline.go:47 +0xf4
[00:06:59]
[00:06:59] goroutine 88 [select]:
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/mvcc/backend.(*backend).run(0x130092c0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/mvcc/backend/backend.go:255 +0x145
[00:06:59] created by github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/mvcc/backend.newBackend
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/mvcc/backend/backend.go:153 +0x24b
[00:06:59]
[00:06:59] goroutine 94 [select]:
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/raft.(*node).run(0x12fea810, 0x1300a0a0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/raft/node.go:313 +0x5c2
[00:06:59] created by github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/raft.StartNode
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/raft/node.go:210 +0x516
[00:06:59]
[00:06:59] goroutine 96 [select]:
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/lease.(*lessor).runLoop(0x130168c0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/lease/lessor.go:506 +0x158
[00:06:59] created by github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/lease.newLessor
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/lease/lessor.go:171 +0x13e
[00:06:59]
[00:06:59] goroutine 97 [select, 3 minutes]:
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/pkg/schedule.(*fifo).run(0x13017300)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/pkg/schedule/schedule.go:143 +0x1d7
[00:06:59] created by github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/pkg/schedule.NewFIFOScheduler
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/pkg/schedule/schedule.go:70 +0x120
[00:06:59]
[00:06:59] goroutine 7 [select, 3 minutes]:
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/mvcc.(*watchableStore).syncVictimsLoop(0x130ba0c0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/mvcc/watchable_store.go:250 +0x163
[00:06:59] created by github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/mvcc.newWatchableStore
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/mvcc/watchable_store.go:90 +0x25e
[00:06:59]
[00:06:59] goroutine 706 [select]:
[00:06:59] github.com/sensu/sensu-go/backend/queue.(*Item).keepalive.func1(0x13307830, 0x132eea40, 0xecf040, 0x13305a80)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/backend/queue/queue.go:115 +0x164
[00:06:59] created by github.com/sensu/sensu-go/backend/queue.(*Item).keepalive
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/backend/queue/queue.go:112 +0x57
[00:06:59]
[00:06:59] goroutine 8 [select, 3 minutes]:
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/compactor.(*Revision).Run.func1(0x13017000, 0xecd810, 0x13b1570, 0x12fc4368)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/compactor/revision.go:61 +0xfd
[00:06:59] created by github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/compactor.(*Revision).Run
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/compactor/revision.go:59 +0xab
[00:06:59]
[00:06:59] goroutine 9 [select]:
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).run(0x13028000)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/server.go:756 +0x50d
[00:06:59] created by github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).start
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/server.go:561 +0x3be
[00:06:59]
[00:06:59] goroutine 170 [select, 3 minutes]:
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport.loopyWriter(0xecf040, 0x135edde0, 0x135edfa0, 0x13611fdc)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport/transport.go:750 +0x253
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport.newHTTP2Client.func3(0x12feed00)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport/http2_client.go:298 +0x47
[00:06:59] created by github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport.newHTTP2Client
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport/http2_client.go:297 +0xb59
[00:06:59]
[00:06:59] goroutine 11 [select, 3 minutes]:
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).purgeFile(0x13028000)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/server.go:573 +0x15a
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).(github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver.purgeFile)-fm()
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/server.go:531 +0x20
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).goAttach.func1(0x13028000, 0x12fbad38)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/server.go:1690 +0x46
[00:06:59] created by github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).goAttach
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/server.go:1688 +0x132
[00:06:59]
[00:06:59] goroutine 289 [select, 3 minutes]:
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport.(*recvBufferReader).read(0x130b72c0, 0x13088d58, 0x5, 0x5, 0x41, 0x9, 0x40c51b)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport/transport.go:133 +0x1c7
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport.(*recvBufferReader).Read(0x130b72c0, 0x13088d58, 0x5, 0x5, 0x12f9203c, 0x12f92000, 0x135ecb10)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport/transport.go:122 +0x4e
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport.(*transportReader).Read(0x132ce740, 0x13088d58, 0x5, 0x5, 0x1300ab08, 0x40000000, 0x0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport/transport.go:403 +0x42
[00:06:59] io.ReadAtLeast(0xec78f0, 0x132ce740, 0x13088d58, 0x5, 0x5, 0x5, 0x12feed00, 0x1300aaa0, 0x5)
[00:06:59] C:/go/src/io/io.go:309 +0x68
[00:06:59] io.ReadFull(0xec78f0, 0x132ce740, 0x13088d58, 0x5, 0x5, 0x3, 0x13629f38, 0x130dba40)
[00:06:59] C:/go/src/io/io.go:327 +0x45
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport.(*Stream).Read(0x1300aaa0, 0x13088d58, 0x5, 0x5, 0x13629ee0, 0x2, 0x2)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport/transport.go:387 +0x87
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc.(*parser).recvMsg(0x13088d50, 0x7fffffff, 0x2, 0x2, 0x2, 0x135e9e60, 0x4, 0x0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/rpc_util.go:270 +0x43
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc.recv(0x13088d50, 0xece830, 0x13b1570, 0x1300aaa0, 0x0, 0x0, 0xdae3c0, 0x130b73e0, 0x7fffffff, 0x0, ...)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/rpc_util.go:356 +0x33
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc.(*clientStream).RecvMsg(0x13102000, 0xdae3c0, 0x130b73e0, 0x0, 0x0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/stream.go:392 +0x98
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb.(*watchWatchClient).Recv(0x135e5a60, 0x0, 0x0, 0x0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb/rpc.pb.go:3459 +0x4a
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/clientv3.(*watchGrpcStream).serveWatchClient(0x12fe9420, 0xed3640, 0x135e5a60)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/clientv3/watch.go:565 +0x38
[00:06:59] created by github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/clientv3.(*watchGrpcStream).newWatchClient
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/clientv3/watch.go:720 +0x51f
[00:06:59]
[00:06:59] goroutine 13 [select]:
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).monitorVersions(0x13028000)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/server.go:1535 +0x122
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).(github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver.monitorVersions)-fm()
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/server.go:533 +0x20
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).goAttach.func1(0x13028000, 0x12fbad48)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/server.go:1690 +0x46
[00:06:59] created by github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).goAttach
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/server.go:1688 +0x132
[00:06:59]
[00:06:59] goroutine 14 [select, 3 minutes]:
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).linearizableReadLoop(0x13028000)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/v3_server.go:611 +0x4de
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).(github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver.linearizableReadLoop)-fm()
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/server.go:534 +0x20
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).goAttach.func1(0x13028000, 0x12fbad50)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/server.go:1690 +0x46
[00:06:59] created by github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).goAttach
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/server.go:1688 +0x132
[00:06:59]
[00:06:59] goroutine 104 [select]:
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/pkg/fileutil.purgeFile.func1(0x131120f0, 0x4b, 0x130c8780, 0xddee3b, 0x7, 0x5, 0x0, 0xfc23ac00, 0x6, 0x12fb8480)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/pkg/fileutil/purge.go:70 +0x5ae
[00:06:59] created by github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/pkg/fileutil.purgeFile
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/pkg/fileutil/purge.go:32 +0x99
[00:06:59]
[00:06:59] goroutine 105 [select]:
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/pkg/fileutil.purgeFile.func1(0x13112190, 0x4b, 0x130c87c0, 0xddbfdd, 0x4, 0x5, 0x0, 0xfc23ac00, 0x6, 0x12fb8480)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/pkg/fileutil/purge.go:70 +0x5ae
[00:06:59] created by github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/pkg/fileutil.purgeFile
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/pkg/fileutil/purge.go:32 +0x99
[00:06:59]
[00:06:59] goroutine 106 [select]:
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/pkg/fileutil.purgeFile.func1(0x12f82540, 0x3e, 0x130c8800, 0xddb825, 0x3, 0x5, 0x0, 0xfc23ac00, 0x6, 0x12fb8480)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/pkg/fileutil/purge.go:70 +0x5ae
[00:06:59] created by github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/pkg/fileutil.purgeFile
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/pkg/fileutil/purge.go:32 +0x99
[00:06:59]
[00:06:59] goroutine 16 [select]:
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.monitorLeader.func1(0x13028000, 0x130ae400)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/interceptor.go:115 +0x125
[00:06:59] created by github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.monitorLeader
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/interceptor.go:110 +0x6d
[00:06:59]
[00:06:59] goroutine 107 [select, 3 minutes]:
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/pkg/schedule.(*fifo).run(0x130c8c40)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/pkg/schedule/schedule.go:143 +0x1d7
[00:06:59] created by github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/pkg/schedule.NewFIFOScheduler
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/pkg/schedule/schedule.go:70 +0x120
[00:06:59]
[00:06:59] goroutine 108 [select]:
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver.(*raftNode).start.func1(0x13028020, 0x130b2470, 0x3b9aca00, 0x0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/raft.go:162 +0x197
[00:06:59] created by github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver.(*raftNode).start
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/raft.go:157 +0x4b
[00:06:59]
[00:06:59] goroutine 113 [chan receive, 3 minutes]:
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/soheilhy/cmux.muxListener.Accept(...)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/soheilhy/cmux/cmux.go:228
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/soheilhy/cmux.(*muxListener).Accept(0x135df940, 0xe1e584, 0x12fee5b0, 0xece5f0, 0x135df940)
[00:06:59] <autogenerated>:1 +0x4f
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc.(*Server).Serve(0x12fee5b0, 0xece5f0, 0x135df940, 0x0, 0x0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/server.go:475 +0x150
[00:06:59] created by github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/embed.(*Etcd).servePeers
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/embed/etcd.go:362 +0x1e0
[00:06:59]
[00:06:59] goroutine 114 [chan receive, 3 minutes]:
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/soheilhy/cmux.muxListener.Accept(...)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/soheilhy/cmux/cmux.go:228
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/soheilhy/cmux.(*muxListener).Accept(0x135df960, 0x12fc40cc, 0xccef20, 0x13901f0, 0xdc1a60)
[00:06:59] <autogenerated>:1 +0x4f
[00:06:59] net/http.(*Server).Serve(0x12ff6680, 0xece5f0, 0x135df960, 0x0, 0x0)
[00:06:59] C:/go/src/net/http/server.go:2770 +0x148
[00:06:59] created by github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/embed.(*Etcd).servePeers
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/embed/etcd.go:368 +0x372
[00:06:59]
[00:06:59] goroutine 115 [IO wait, 3 minutes]:
[00:06:59] internal/poll.runtime_pollWait(0x1449038, 0x72, 0x130fe314)
[00:06:59] C:/go/src/runtime/netpoll.go:173 +0x4b
[00:06:59] internal/poll.(*pollDesc).wait(0x130fe3fc, 0x72, 0x1354200, 0x0, 0x0)
[00:06:59] C:/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c
[00:06:59] internal/poll.(*ioSrv).ExecIO(0x139ab14, 0x130fe314, 0x132421f0, 0x666b88, 0x2, 0x1)
[00:06:59] C:/go/src/internal/poll/fd_windows.go:223 +0xf1
[00:06:59] internal/poll.(*FD).acceptOne(0x130fe300, 0x17c, 0x1325a0e0, 0x2, 0x2, 0x130fe314, 0x0, 0x0, 0x40f5bc, 0x8)
[00:06:59] C:/go/src/internal/poll/fd_windows.go:793 +0x85
[00:06:59] internal/poll.(*FD).Accept(0x130fe300, 0x130b2808, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
[00:06:59] C:/go/src/internal/poll/fd_windows.go:827 +0x119
[00:06:59] net.(*netFD).accept(0x130fe300, 0x10, 0x0, 0x0)
[00:06:59] C:/go/src/net/fd_windows.go:192 +0x63
[00:06:59] net.(*TCPListener).accept(0x12f64098, 0x0, 0x10, 0x3)
[00:06:59] C:/go/src/net/tcpsock_posix.go:136 +0x23
[00:06:59] net.(*TCPListener).Accept(0x12f64098, 0x8, 0x134bbf54, 0x0, 0x0)
[00:06:59] C:/go/src/net/tcpsock.go:259 +0x3c
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/pkg/transport.(*rwTimeoutListener).Accept(0x12fb42a0, 0xe1db00, 0x135e8b70, 0x130ec470, 0x0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/pkg/transport/timeout_listener.go:48 +0x2a
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/soheilhy/cmux.(*cMux).Serve(0x135e8b70, 0x0, 0x0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/soheilhy/cmux/cmux.go:161 +0x7a
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/embed.(*Etcd).servePeers.func1(0x0, 0x0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/embed/etcd.go:369 +0x23
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/embed.(*Etcd).servePeers.func3(0x12fa26c0, 0x12f62080)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/embed/etcd.go:382 +0x20
[00:06:59] created by github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/embed.(*Etcd).servePeers
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/embed/etcd.go:381 +0x5bd
[00:06:59]
[00:06:59] goroutine 116 [IO wait, 3 minutes]:
[00:06:59] internal/poll.runtime_pollWait(0x1448fb8, 0x72, 0x130fe494)
[00:06:59] C:/go/src/runtime/netpoll.go:173 +0x4b
[00:06:59] internal/poll.(*pollDesc).wait(0x130fe57c, 0x72, 0x1354200, 0x0, 0x0)
[00:06:59] C:/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c
[00:06:59] internal/poll.(*ioSrv).ExecIO(0x139ab14, 0x130fe494, 0x132b80f0, 0x666b88, 0x2, 0x1)
[00:06:59] C:/go/src/internal/poll/fd_windows.go:223 +0xf1
[00:06:59] internal/poll.(*FD).acceptOne(0x130fe480, 0x1ac, 0x1364e0e0, 0x2, 0x2, 0x130fe494, 0x3, 0x9, 0x40f5bc, 0x8)
[00:06:59] C:/go/src/internal/poll/fd_windows.go:793 +0x85
[00:06:59] internal/poll.(*FD).Accept(0x130fe480, 0x135e5f48, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
[00:06:59] C:/go/src/internal/poll/fd_windows.go:827 +0x119
[00:06:59] net.(*netFD).accept(0x130fe480, 0x135e5f40, 0x0, 0x65f140)
[00:06:59] C:/go/src/net/fd_windows.go:192 +0x63
[00:06:59] net.(*TCPListener).accept(0x12f64138, 0x6, 0x0, 0x0)
[00:06:59] C:/go/src/net/tcpsock_posix.go:136 +0x23
[00:06:59] net.(*TCPListener).Accept(0x12f64138, 0x43248f, 0x13641e5c, 0x13641e7c, 0x4514c0)
[00:06:59] C:/go/src/net/tcpsock.go:259 +0x3c
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/pkg/transport.(*keepaliveListener).Accept(0x12f64148, 0xe1db04, 0x130b7a10, 0xed3a00, 0x135e5f40)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/pkg/transport/keepalive_listener.go:49 +0x2a
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/soheilhy/cmux.(*cMux).Serve(0x130b7a10, 0x0, 0x0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/soheilhy/cmux/cmux.go:161 +0x7a
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/embed.(*serveCtx).serve(0x131002a0, 0x13028000, 0x12fa27bc, 0xec66b0, 0x135dfa20, 0x135e5918, 0x135e5910, 0x2, 0x2, 0x0, ...)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/embed/serve.go:171 +0x24a
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/embed.(*Etcd).serveClients.func1(0x12fa26c0, 0x135e58b0, 0x135dfa30, 0x131002a0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/embed/etcd.go:512 +0x99
[00:06:59] created by github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/embed.(*Etcd).serveClients
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/embed/etcd.go:511 +0x44b
[00:06:59]
[00:06:59] goroutine 169 [IO wait, 3 minutes]:
[00:06:59] internal/poll.runtime_pollWait(0x1448d38, 0x72, 0x0)
[00:06:59] C:/go/src/runtime/netpoll.go:173 +0x4b
[00:06:59] internal/poll.(*pollDesc).wait(0x130fe27c, 0x72, 0x1354200, 0x0, 0x0)
[00:06:59] C:/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c
[00:06:59] internal/poll.(*ioSrv).ExecIO(0x139ab14, 0x130fe194, 0xe1e724, 0x11, 0x0, 0x0)
[00:06:59] C:/go/src/internal/poll/fd_windows.go:223 +0xf1
[00:06:59] internal/poll.(*FD).Read(0x130fe180, 0x132be000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
[00:06:59] C:/go/src/internal/poll/fd_windows.go:484 +0x1f0
[00:06:59] net.(*netFD).Read(0x130fe180, 0x132be000, 0x8000, 0x8000, 0x11, 0x0, 0x0)
[00:06:59] C:/go/src/net/fd_windows.go:151 +0x3f
[00:06:59] net.(*conn).Read(0x135e5f50, 0x132be000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
[00:06:59] C:/go/src/net/net.go:176 +0x56
[00:06:59] bufio.(*Reader).Read(0x135e9c80, 0x12ff6920, 0x9, 0x9, 0x5afc6689, 0x0, 0x25ee18c4)
[00:06:59] C:/go/src/bufio/bufio.go:216 +0x22b
[00:06:59] io.ReadAtLeast(0xec5cf0, 0x135e9c80, 0x12ff6920, 0x9, 0x9, 0x9, 0x13004000, 0x1c035c, 0x13109e48)
[00:06:59] C:/go/src/io/io.go:309 +0x68
[00:06:59] io.ReadFull(0xec5cf0, 0x135e9c80, 0x12ff6920, 0x9, 0x9, 0x0, 0x139dac0, 0x65ee18c4)
[00:06:59] C:/go/src/io/io.go:327 +0x45
[00:06:59] github.com/sensu/sensu-go/vendor/golang.org/x/net/http2.readFrameHeader(0x12ff6920, 0x9, 0x9, 0xec5cf0, 0x135e9c80, 0x0, 0x0, 0x0, 0x40efffe0, 0x40080000)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/golang.org/x/net/http2/frame.go:237 +0x66
[00:06:59] github.com/sensu/sensu-go/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0x12ff6900, 0x12fc1f60, 0x1, 0x0, 0x0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/golang.org/x/net/http2/frame.go:492 +0x82
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport.(*http2Client).reader(0x12feed00)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport/http2_client.go:1118 +0xab
[00:06:59] created by github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport.newHTTP2Client
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport/http2_client.go:266 +0xa4c
[00:06:59]
[00:06:59] goroutine 166 [select, 3 minutes]:
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc.(*addrConn).transportMonitor(0x132ba120)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/clientconn.go:1012 +0x115
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc.(*addrConn).connect.func1(0x132ba120)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/clientconn.go:703 +0x183
[00:06:59] created by github.com/sensu/sensu-go/vendor/google.golang.org/grpc.(*addrConn).connect
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/clientconn.go:694 +0x278
[00:06:59]
[00:06:59] goroutine 270 [select, 3 minutes]:
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/clientv3.(*watchGrpcStream).run(0x12fe9420)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/clientv3/watch.go:438 +0x2f5
[00:06:59] created by github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/clientv3.(*watcher).newWatcherGrpcStream
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/clientv3/watch.go:236 +0x274
[00:06:59]
[00:06:59] goroutine 172 [IO wait, 3 minutes]:
[00:06:59] internal/poll.runtime_pollWait(0x1448cb8, 0x72, 0x0)
[00:06:59] C:/go/src/runtime/netpoll.go:173 +0x4b
[00:06:59] internal/poll.(*pollDesc).wait(0x130fe6fc, 0x72, 0x1354200, 0x0, 0x0)
[00:06:59] C:/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c
[00:06:59] internal/poll.(*ioSrv).ExecIO(0x139ab14, 0x130fe614, 0xe1e724, 0x1e, 0x0, 0x0)
[00:06:59] C:/go/src/internal/poll/fd_windows.go:223 +0xf1
[00:06:59] internal/poll.(*FD).Read(0x130fe600, 0x132d2000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
[00:06:59] C:/go/src/internal/poll/fd_windows.go:484 +0x1f0
[00:06:59] net.(*netFD).Read(0x130fe600, 0x132d2000, 0x8000, 0x8000, 0x1e, 0x0, 0x0)
[00:06:59] C:/go/src/net/fd_windows.go:151 +0x3f
[00:06:59] net.(*conn).Read(0x135e5f40, 0x132d2000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
[00:06:59] C:/go/src/net/net.go:176 +0x56
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/soheilhy/cmux.(*bufferedReader).Read(0x12ff6888, 0x132d2000, 0x8000, 0x8000, 0x1364a380, 0x4, 0x403aba)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/soheilhy/cmux/buffer.go:53 +0xf1
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/soheilhy/cmux.(*MuxConn).Read(0x12ff6880, 0x132d2000, 0x8000, 0x8000, 0x403946, 0x132bc080, 0x130ad400)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/soheilhy/cmux/cmux.go:259 +0x3e
[00:06:59] bufio.(*Reader).Read(0x135e9d40, 0x12ff69a0, 0x9, 0x9, 0x44f2a0, 0x132bc080, 0x458abf)
[00:06:59] C:/go/src/bufio/bufio.go:216 +0x22b
[00:06:59] io.ReadAtLeast(0xec5cf0, 0x135e9d40, 0x12ff69a0, 0x9, 0x9, 0x9, 0x65ee18c4, 0x4298c4, 0xe1e660)
[00:06:59] C:/go/src/io/io.go:309 +0x68
[00:06:59] io.ReadFull(0xec5cf0, 0x135e9d40, 0x12ff69a0, 0x9, 0x9, 0x13289e38, 0x80fd46, 0x65ee18c4)
[00:06:59] C:/go/src/io/io.go:327 +0x45
[00:06:59] github.com/sensu/sensu-go/vendor/golang.org/x/net/http2.readFrameHeader(0x12ff69a0, 0x9, 0x9, 0xec5cf0, 0x135e9d40, 0x0, 0x0, 0x0, 0x12fc1f40, 0x0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/golang.org/x/net/http2/frame.go:237 +0x66
[00:06:59] github.com/sensu/sensu-go/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0x12ff6980, 0x12fc1f40, 0x12fc1f40, 0x0, 0x0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/golang.org/x/net/http2/frame.go:492 +0x82
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport.(*http2Server).HandleStreams(0x1329a540, 0x132ce2e0, 0xe1e5a8)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport/http2_server.go:383 +0x2b
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc.(*Server).serveStreams(0x135f65b0, 0xed2b40, 0x1329a540)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/server.go:585 +0x109
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc.(*Server).handleRawConn(0x135f65b0, 0xed3900, 0x12ff6880)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/server.go:546 +0x4bd
[00:06:59] created by github.com/sensu/sensu-go/vendor/google.golang.org/grpc.(*Server).Serve
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/server.go:507 +0x4fc
[00:06:59]
[00:06:59] goroutine 290 [select, 3 minutes]:
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/clientv3.(*watchGrpcStream).serveSubstream(0x12fe9420, 0x130ba7e0, 0x13116fc0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/clientv3/watch.go:611 +0x226
[00:06:59] created by github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/clientv3.(*watchGrpcStream).run
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/clientv3/watch.go:452 +0xe78
[00:06:59]
[00:06:59] goroutine 142 [select]:
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.monitorLeader.func1(0x13028000, 0x13242810)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/interceptor.go:115 +0x125
[00:06:59] created by github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.monitorLeader
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/interceptor.go:110 +0x6d
[00:06:59]
[00:06:59] goroutine 143 [chan receive, 3 minutes]:
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/soheilhy/cmux.muxListener.Accept(...)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/soheilhy/cmux/cmux.go:228
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/soheilhy/cmux.(*muxListener).Accept(0x132428b0, 0xe1e58c, 0x135f65b0, 0xed3900, 0x12ff6880)
[00:06:59] <autogenerated>:1 +0x4f
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc.(*Server).Serve(0x135f65b0, 0xece5f0, 0x132428b0, 0x0, 0x0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/server.go:475 +0x150
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/embed.(*serveCtx).serve.func2(0x135e5918, 0x130b3020, 0xece5f0, 0x132428b0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/embed/serve.go:106 +0x33
[00:06:59] created by github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/embed.(*serveCtx).serve
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/embed/serve.go:106 +0x935
[00:06:59]
[00:06:59] goroutine 146 [chan receive, 3 minutes]:
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/embed.(*serveCtx).registerGateway.func1(0xecf040, 0x12fb43a0, 0x13002120, 0x131002a0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/embed/serve.go:217 +0x3d
[00:06:59] created by github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/embed.(*serveCtx).registerGateway
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/embed/serve.go:216 +0x188
[00:06:59]
[00:06:59] goroutine 145 [select, 3 minutes]:
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc.(*addrConn).transportMonitor(0x130025a0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/clientconn.go:1012 +0x115
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc.(*addrConn).connect.func1(0x130025a0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/clientconn.go:703 +0x183
[00:06:59] created by github.com/sensu/sensu-go/vendor/google.golang.org/grpc.(*addrConn).connect
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/clientconn.go:694 +0x278
[00:06:59]
[00:06:59] goroutine 147 [chan receive, 3 minutes]:
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/soheilhy/cmux.muxListener.Accept(...)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/soheilhy/cmux/cmux.go:228
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/soheilhy/cmux.(*muxListener).Accept(0x13242bc0, 0x12fc40cc, 0xccef20, 0x13901f0, 0xdc1a60)
[00:06:59] <autogenerated>:1 +0x4f
[00:06:59] net/http.(*Server).Serve(0x13102400, 0xece5f0, 0x13242bc0, 0x0, 0x0)
[00:06:59] C:/go/src/net/http/server.go:2770 +0x148
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/embed.(*serveCtx).serve.func3(0x135e5918, 0x13102400, 0xece5f0, 0x13242bc0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/embed/serve.go:121 +0x31
[00:06:59] created by github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/embed.(*serveCtx).serve
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/embed/serve.go:121 +0xacf
[00:06:59]
[00:06:59] goroutine 272 [select, 3 minutes]:
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc.newClientStream.func4(0xed3980, 0x12feed00, 0x132ba000, 0x13102000, 0x1300aaa0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/stream.go:255 +0x174
[00:06:59] created by github.com/sensu/sensu-go/vendor/google.golang.org/grpc.newClientStream
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/stream.go:254 +0xab9
[00:06:59]
[00:06:59] goroutine 173 [select, 3 minutes]:
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport.loopyWriter(0xecf040, 0x132ce200, 0x132ce260, 0x1310afdc)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport/transport.go:750 +0x253
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport.newHTTP2Server.func1(0x1329a540)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport/http2_server.go:252 +0x47
[00:06:59] created by github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport.newHTTP2Server
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport/http2_server.go:251 +0xb84
[00:06:59]
[00:06:59] goroutine 274 [select, 3 minutes]:
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*serverWatchStream).sendLoop(0x12fbf740)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:302 +0x5b2
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*watchServer).Watch.func1(0x12fbf740)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:132 +0x21
[00:06:59] created by github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*watchServer).Watch
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:131 +0x1d4
[00:06:59]
[00:06:59] goroutine 151 [IO wait, 3 minutes]:
[00:06:59] internal/poll.runtime_pollWait(0x1448eb8, 0x72, 0x0)
[00:06:59] C:/go/src/runtime/netpoll.go:173 +0x4b
[00:06:59] internal/poll.(*pollDesc).wait(0x130223fc, 0x72, 0x1354200, 0x0, 0x0)
[00:06:59] C:/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c
[00:06:59] internal/poll.(*ioSrv).ExecIO(0x139ab14, 0x13022314, 0xe1e724, 0x9, 0x0, 0x0)
[00:06:59] C:/go/src/internal/poll/fd_windows.go:223 +0xf1
[00:06:59] internal/poll.(*FD).Read(0x13022300, 0x13650000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
[00:06:59] C:/go/src/internal/poll/fd_windows.go:484 +0x1f0
[00:06:59] net.(*netFD).Read(0x13022300, 0x13650000, 0x8000, 0x8000, 0x9, 0x0, 0x0)
[00:06:59] C:/go/src/net/fd_windows.go:151 +0x3f
[00:06:59] net.(*conn).Read(0x130b32c8, 0x13650000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
[00:06:59] C:/go/src/net/net.go:176 +0x56
[00:06:59] bufio.(*Reader).Read(0x1364c030, 0x13102520, 0x9, 0x9, 0x20, 0x18, 0x10401)
[00:06:59] C:/go/src/bufio/bufio.go:216 +0x22b
[00:06:59] io.ReadAtLeast(0xec5cf0, 0x1364c030, 0x13102520, 0x9, 0x9, 0x9, 0x1c035c, 0x0, 0x13612e48)
[00:06:59] C:/go/src/io/io.go:309 +0x68
[00:06:59] io.ReadFull(0xec5cf0, 0x1364c030, 0x13102520, 0x9, 0x9, 0x7e4527, 0x13260560, 0x7e43c8)
[00:06:59] C:/go/src/io/io.go:327 +0x45
[00:06:59] github.com/sensu/sensu-go/vendor/golang.org/x/net/http2.readFrameHeader(0x13102520, 0x9, 0x9, 0xec5cf0, 0x1364c030, 0x0, 0x0, 0x0, 0x13260560, 0x0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/golang.org/x/net/http2/frame.go:237 +0x66
[00:06:59] github.com/sensu/sensu-go/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0x13102500, 0x13260560, 0x1, 0x0, 0x0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/golang.org/x/net/http2/frame.go:492 +0x82
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport.(*http2Client).reader(0x135f6750)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport/http2_client.go:1118 +0xab
[00:06:59] created by github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport.newHTTP2Client
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport/http2_client.go:266 +0xa4c
[00:06:59]
[00:06:59] goroutine 152 [select, 3 minutes]:
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport.loopyWriter(0xecf040, 0x13257ee0, 0x13260060, 0x13613fdc)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport/transport.go:750 +0x253
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport.newHTTP2Client.func3(0x135f6750)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport/http2_client.go:298 +0x47
[00:06:59] created by github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport.newHTTP2Client
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport/http2_client.go:297 +0xb59
[00:06:59]
[00:06:59] goroutine 345 [select]:
[00:06:59] github.com/sensu/sensu-go/backend/queue.(*Item).keepalive.func1(0x13369320, 0x1378a600, 0xecf040, 0x13790b40)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/backend/queue/queue.go:115 +0x164
[00:06:59] created by github.com/sensu/sensu-go/backend/queue.(*Item).keepalive
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/backend/queue/queue.go:112 +0x57
[00:06:59]
[00:06:59] goroutine 174 [select, 3 minutes]:
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport.(*http2Server).keepalive(0x1329a540)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport/http2_server.go:925 +0x1fc
[00:06:59] created by github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport.newHTTP2Server
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport/http2_server.go:255 +0xba5
[00:06:59]
[00:06:59] goroutine 671 [select]:
[00:06:59] github.com/sensu/sensu-go/backend/queue.(*Item).keepalive.func1(0x13307080, 0x132ee700, 0xecf040, 0x13304c20)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/backend/queue/queue.go:115 +0x164
[00:06:59] created by github.com/sensu/sensu-go/backend/queue.(*Item).keepalive
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/backend/queue/queue.go:112 +0x57
[00:06:59]
[00:06:59] goroutine 157 [IO wait, 3 minutes]:
[00:06:59] internal/poll.runtime_pollWait(0x1448db8, 0x72, 0x0)
[00:06:59] C:/go/src/runtime/netpoll.go:173 +0x4b
[00:06:59] internal/poll.(*pollDesc).wait(0x130226fc, 0x72, 0x1354200, 0x0, 0x0)
[00:06:59] C:/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c
[00:06:59] internal/poll.(*ioSrv).ExecIO(0x139ab14, 0x13022614, 0xe1e724, 0x9, 0x0, 0x0)
[00:06:59] C:/go/src/internal/poll/fd_windows.go:223 +0xf1
[00:06:59] internal/poll.(*FD).Read(0x13022600, 0x1328a000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
[00:06:59] C:/go/src/internal/poll/fd_windows.go:484 +0x1f0
[00:06:59] net.(*netFD).Read(0x13022600, 0x1328a000, 0x8000, 0x8000, 0x9, 0x0, 0x0)
[00:06:59] C:/go/src/net/fd_windows.go:151 +0x3f
[00:06:59] net.(*conn).Read(0x130b3308, 0x1328a000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
[00:06:59] C:/go/src/net/net.go:176 +0x56
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/soheilhy/cmux.(*bufferedReader).Read(0x13102608, 0x1328a000, 0x8000, 0x8000, 0x9, 0x0, 0x0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/soheilhy/cmux/buffer.go:53 +0xf1
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/soheilhy/cmux.(*MuxConn).Read(0x13102600, 0x1328a000, 0x8000, 0x8000, 0x0, 0x10401, 0x0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/soheilhy/cmux/cmux.go:259 +0x3e
[00:06:59] bufio.(*Reader).Read(0x1364c180, 0x131026a0, 0x9, 0x9, 0x20, 0x18, 0x10401)
[00:06:59] C:/go/src/bufio/bufio.go:216 +0x22b
[00:06:59] io.ReadAtLeast(0xec5cf0, 0x1364c180, 0x131026a0, 0x9, 0x9, 0x9, 0x1c0000, 0x0, 0x13289dac)
[00:06:59] C:/go/src/io/io.go:309 +0x68
[00:06:59] io.ReadFull(0xec5cf0, 0x1364c180, 0x131026a0, 0x9, 0x9, 0x7e4527, 0x135ecd80, 0x7e43c8)
[00:06:59] C:/go/src/io/io.go:327 +0x45
[00:06:59] github.com/sensu/sensu-go/vendor/golang.org/x/net/http2.readFrameHeader(0x131026a0, 0x9, 0x9, 0xec5cf0, 0x1364c180, 0x0, 0x0, 0x0, 0x135ecd80, 0x0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/golang.org/x/net/http2/frame.go:237 +0x66
[00:06:59] github.com/sensu/sensu-go/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0x13102680, 0x135ecd80, 0x135ecd80, 0x0, 0x0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/golang.org/x/net/http2/frame.go:492 +0x82
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport.(*http2Server).HandleStreams(0x1364a8c0, 0x132604a0, 0xe1e5a8)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport/http2_server.go:383 +0x2b
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc.(*Server).serveStreams(0x135f65b0, 0xed2b40, 0x1364a8c0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/server.go:585 +0x109
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc.(*Server).handleRawConn(0x135f65b0, 0xed3900, 0x13102600)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/server.go:546 +0x4bd
[00:06:59] created by github.com/sensu/sensu-go/vendor/google.golang.org/grpc.(*Server).Serve
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/server.go:507 +0x4fc
[00:06:59]
[00:06:59] goroutine 158 [select, 3 minutes]:
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport.loopyWriter(0xecf040, 0x132603c0, 0x13260420, 0x13614fdc)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport/transport.go:750 +0x253
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport.newHTTP2Server.func1(0x1364a8c0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport/http2_server.go:252 +0x47
[00:06:59] created by github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport.newHTTP2Server
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport/http2_server.go:251 +0xb84
[00:06:59]
[00:06:59] goroutine 159 [select, 3 minutes]:
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport.(*http2Server).keepalive(0x1364a8c0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport/http2_server.go:925 +0x1fc
[00:06:59] created by github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport.newHTTP2Server
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport/http2_server.go:255 +0xba5
[00:06:59]
[00:06:59] goroutine 162 [select, 3 minutes]:
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/clientv3.(*healthBalancer).updateNotifyLoop(0x12fc7760)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:339 +0x2da
[00:06:59] created by github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:128 +0x2b0
[00:06:59]
[00:06:59] goroutine 163 [select]:
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/clientv3.(*healthBalancer).updateUnhealthy(0x12fc7760)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:236 +0xd2
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer.func1(0x12fc7760)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:132 +0x4b
[00:06:59] created by github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:130 +0x2e8
[00:06:59]
[00:06:59] goroutine 164 [select, 3 minutes]:
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0x135edc20)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:117 +0xf5
[00:06:59] created by github.com/sensu/sensu-go/vendor/google.golang.org/grpc.newCCBalancerWrapper
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:108 +0xff
[00:06:59]
[00:06:59] goroutine 165 [chan receive, 3 minutes]:
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc.(*balancerWrapper).lbWatcher(0x135e9b60)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/balancer_v1_wrapper.go:115 +0x12b
[00:06:59] created by github.com/sensu/sensu-go/vendor/google.golang.org/grpc.(*balancerWrapperBuilder).Build
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/balancer_v1_wrapper.go:53 +0x187
[00:06:59]
[00:06:59] goroutine 269 [select, 3 minutes]:
[00:06:59] context.propagateCancel.func1(0xecf1c0, 0x135e5a38, 0xec9c10, 0x132ce5a0)
[00:06:59] C:/go/src/context/context.go:260 +0xcc
[00:06:59] created by context.propagateCancel
[00:06:59] C:/go/src/context/context.go:259 +0x158
[00:06:59]
[00:06:59] goroutine 319 [select]:
[00:06:59] github.com/sensu/sensu-go/backend/queue.(*Item).keepalive.func1(0x1362b110, 0x13111740, 0xecf040, 0x1362d140)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/backend/queue/queue.go:115 +0x164
[00:06:59] created by github.com/sensu/sensu-go/backend/queue.(*Item).keepalive
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/backend/queue/queue.go:112 +0x57
[00:06:59]
[00:06:59] goroutine 709 [select]:
[00:06:59] github.com/sensu/sensu-go/backend/queue.(*Item).keepalive.func1(0x1362a0c0, 0x132eeec0, 0xecf040, 0x1337a800)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/backend/queue/queue.go:115 +0x164
[00:06:59] created by github.com/sensu/sensu-go/backend/queue.(*Item).keepalive
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/backend/queue/queue.go:112 +0x57
[00:06:59]
[00:06:59] goroutine 432 [select]:
[00:06:59] github.com/sensu/sensu-go/backend/queue.(*Item).keepalive.func1(0x132e3fb0, 0x132bdfc0, 0xecf040, 0x13340ba0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/backend/queue/queue.go:115 +0x164
[00:06:59] created by github.com/sensu/sensu-go/backend/queue.(*Item).keepalive
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/backend/queue/queue.go:112 +0x57
[00:06:59]
[00:06:59] goroutine 359 [select]:
[00:06:59] github.com/sensu/sensu-go/backend/queue.(*Item).keepalive.func1(0x137ab1a0, 0x1378b680, 0xecf040, 0x137c6c60)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/backend/queue/queue.go:115 +0x164
[00:06:59] created by github.com/sensu/sensu-go/backend/queue.(*Item).keepalive
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/backend/queue/queue.go:112 +0x57
[00:06:59]
[00:06:59] goroutine 291 [select, 3 minutes]:
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*watchServer).Watch(0x130b7b30, 0xed3680, 0x130b29b0, 0xec6510, 0x130b7b30)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:151 +0x2eb
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb._Watch_Watch_Handler(0xcca960, 0x130b7b30, 0xed20c0, 0x130af590, 0x135e9e90, 0xe1ec20)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb/rpc.pb.go:3481 +0x91
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/grpc-ecosystem/go-grpc-prometheus.StreamServerInterceptor(0xcca960, 0x130b7b30, 0xed2180, 0x13105220, 0x130af550, 0xe1d38c, 0x0, 0x0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/grpc-ecosystem/go-grpc-prometheus/server.go:40 +0xd2
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.newStreamInterceptor.func1(0xcca960, 0x130b7b30, 0xed2180, 0x13105220, 0x130af550, 0xe1d38c, 0x0, 0x0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/interceptor.go:93 +0xbf
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc.(*Server).processStreamingRPC(0x135f65b0, 0xed2b40, 0x1329a540, 0x1300b040, 0x13257760, 0x1391b20, 0x0, 0x0, 0x0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/server.go:957 +0x244
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc.(*Server).handleStream(0x135f65b0, 0xed2b40, 0x1329a540, 0x1300b040, 0x0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/server.go:1044 +0x10b0
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc.(*Server).serveStreams.func1.1(0x12fc5280, 0x135f65b0, 0xed2b40, 0x1329a540, 0x1300b040)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/server.go:589 +0x83
[00:06:59] created by github.com/sensu/sensu-go/vendor/google.golang.org/grpc.(*Server).serveStreams.func1
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/server.go:587 +0x7f
[00:06:59]
[00:06:59] goroutine 699 [select]:
[00:06:59] github.com/sensu/sensu-go/backend/queue.(*Item).keepalive.func1(0x133664b0, 0x131118c0, 0xecf040, 0x1379c020)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/backend/queue/queue.go:115 +0x164
[00:06:59] created by github.com/sensu/sensu-go/backend/queue.(*Item).keepalive
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/backend/queue/queue.go:112 +0x57
[00:06:59]
[00:06:59] goroutine 713 [select]:
[00:06:59] github.com/sensu/sensu-go/backend/queue.(*Item).keepalive.func1(0x1362a7e0, 0x132ef280, 0xecf040, 0x1337b540)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/backend/queue/queue.go:115 +0x164
[00:06:59] created by github.com/sensu/sensu-go/backend/queue.(*Item).keepalive
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/backend/queue/queue.go:112 +0x57
[00:06:59]
[00:06:59] goroutine 631 [select]:
[00:06:59] github.com/sensu/sensu-go/backend/queue.(*Item).keepalive.func1(0x1364c780, 0x12fb69c0, 0xecf040, 0x133400e0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/backend/queue/queue.go:115 +0x164
[00:06:59] created by github.com/sensu/sensu-go/backend/queue.(*Item).keepalive
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/backend/queue/queue.go:112 +0x57
[00:06:59]
[00:06:59] goroutine 275 [select, 3 minutes]:
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport.(*recvBufferReader).read(0x130b7350, 0x130af538, 0x5, 0x5, 0x0, 0x135a5a0, 0x40c6e1)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport/transport.go:133 +0x1c7
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport.(*recvBufferReader).Read(0x130b7350, 0x130af538, 0x5, 0x5, 0x12f9333c, 0x12f93300, 0x13257e70)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport/transport.go:122 +0x4e
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport.(*transportReader).Read(0x132ce940, 0x130af538, 0x5, 0x5, 0x1300b0a8, 0x40000000, 0x0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport/transport.go:403 +0x42
[00:06:59] io.ReadAtLeast(0xec78f0, 0x132ce940, 0x130af538, 0x5, 0x5, 0x5, 0x1329a540, 0x1300b040, 0x5)
[00:06:59] C:/go/src/io/io.go:309 +0x68
[00:06:59] io.ReadFull(0xec78f0, 0x132ce940, 0x130af538, 0x5, 0x5, 0x130dbc00, 0x3, 0x130f9ef0)
[00:06:59] C:/go/src/io/io.go:327 +0x45
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport.(*Stream).Read(0x1300b040, 0x130af538, 0x5, 0x5, 0x130f9ef0, 0x130f9e14, 0x2)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/transport/transport.go:387 +0x87
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc.(*parser).recvMsg(0x130af530, 0x200000, 0x0, 0x2, 0x2, 0x2, 0x6c, 0x2)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/rpc_util.go:270 +0x43
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc.recv(0x130af530, 0xecbe50, 0x13b1570, 0x1300b040, 0x0, 0x0, 0xda7820, 0x130b2a08, 0x200000, 0x0, ...)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/rpc_util.go:356 +0x33
[00:06:59] github.com/sensu/sensu-go/vendor/google.golang.org/grpc.(*serverStream).RecvMsg(0x13105220, 0xda7820, 0x130b2a08, 0x0, 0x0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/google.golang.org/grpc/stream.go:644 +0xc9
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/grpc-ecosystem/go-grpc-prometheus.(*monitoredServerStream).RecvMsg(0x130af590, 0xda7820, 0x130b2a08, 0xd5a500, 0x1)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/grpc-ecosystem/go-grpc-prometheus/server.go:69 +0x36
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb.(*watchWatchServer).Recv(0x130b29b0, 0x0, 0x0, 0x0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb/rpc.pb.go:3500 +0x4a
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*serverWatchStream).recvLoop(0x12fbf740, 0x130b79e0, 0xecf060)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:180 +0x38
[00:06:59] github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*watchServer).Watch.func2(0x12fbf740, 0xed3680, 0x130b29b0, 0x12fb6080)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:142 +0x25
[00:06:59] created by github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*watchServer).Watch
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:141 +0x22a
[00:06:59]
[00:06:59] goroutine 357 [select]:
[00:06:59] github.com/sensu/sensu-go/backend/queue.(*Item).keepalive.func1(0x137aab10, 0x1378b380, 0xecf040, 0x137a5fa0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/backend/queue/queue.go:115 +0x164
[00:06:59] created by github.com/sensu/sensu-go/backend/queue.(*Item).keepalive
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/backend/queue/queue.go:112 +0x57
[00:06:59]
[00:06:59] goroutine 696 [select]:
[00:06:59] github.com/sensu/sensu-go/backend/queue.(*Item).keepalive.func1(0x132a9980, 0x13111300, 0xecf040, 0x1362d000)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/backend/queue/queue.go:115 +0x164
[00:06:59] created by github.com/sensu/sensu-go/backend/queue.(*Item).keepalive
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/backend/queue/queue.go:112 +0x57
[00:06:59]
[00:06:59] goroutine 315 [select]:
[00:06:59] github.com/sensu/sensu-go/backend/queue.(*Item).keepalive.func1(0x132a94a0, 0x13110b00, 0xecf040, 0x13304bc0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/backend/queue/queue.go:115 +0x164
[00:06:59] created by github.com/sensu/sensu-go/backend/queue.(*Item).keepalive
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/backend/queue/queue.go:112 +0x57
[00:06:59]
[00:06:59] goroutine 327 [select]:
[00:06:59] github.com/sensu/sensu-go/backend/queue.(*Item).keepalive.func1(0x13367e90, 0x132ef6c0, 0xecf040, 0x1379d5e0)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/backend/queue/queue.go:115 +0x164
[00:06:59] created by github.com/sensu/sensu-go/backend/queue.(*Item).keepalive
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/backend/queue/queue.go:112 +0x57
[00:06:59]
[00:06:59] goroutine 562 [select]:
[00:06:59] github.com/sensu/sensu-go/backend/queue.(*Item).keepalive.func1(0x132e39b0, 0x132bd8c0, 0xecf040, 0x132cef80)
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/backend/queue/queue.go:115 +0x164
[00:06:59] created by github.com/sensu/sensu-go/backend/queue.(*Item).keepalive
[00:06:59] c:/gopath/src/github.com/sensu/sensu-go/backend/queue/queue.go:112 +0x57
[00:06:59] FAIL github.com/sensu/sensu-go/backend/queue 200.979s
[00:06:59] ok github.com/sensu/sensu-go/backend/ring 16.350s
[00:06:59] ok github.com/sensu/sensu-go/backend/schedulerd 4.371s
[00:06:59] ok github.com/sensu/sensu-go/backend/seeds 2.596s
[00:06:59] ok github.com/sensu/sensu-go/backend/store 0.303s
[00:06:59] ok github.com/sensu/sensu-go/backend/store/etcd 23.925s
[00:06:59] ? github.com/sensu/sensu-go/backend/store/etcd/testutil [no test files]
[00:06:59] ? github.com/sensu/sensu-go/benchmark/cmd [no test files]
[00:06:59] ok github.com/sensu/sensu-go/cli 0.054s
[00:06:59] ok github.com/sensu/sensu-go/cli/client 0.093s
[00:06:59] ? github.com/sensu/sensu-go/cli/client/config [no test files]
[00:06:59] ok github.com/sensu/sensu-go/cli/client/config/basic 0.099s
[00:06:59] ok github.com/sensu/sensu-go/cli/cmd 0.129s
[00:06:59] ok github.com/sensu/sensu-go/cli/commands 0.124s
[00:06:59] ok github.com/sensu/sensu-go/cli/commands/asset 0.154s
[00:06:59] ok github.com/sensu/sensu-go/cli/commands/check 0.282s
[00:06:59] ok github.com/sensu/sensu-go/cli/commands/check/subcommands 0.299s
[00:06:59] ok github.com/sensu/sensu-go/cli/commands/completion 0.209s
[00:06:59] ok github.com/sensu/sensu-go/cli/commands/config 0.375s
[00:06:59] ok github.com/sensu/sensu-go/cli/commands/configure 0.087s
[00:06:59] ok github.com/sensu/sensu-go/cli/commands/create 0.077s
[00:06:59] ok github.com/sensu/sensu-go/cli/commands/entity 0.100s
[00:06:59] ok github.com/sensu/sensu-go/cli/commands/environment 0.130s
[00:06:59] ok github.com/sensu/sensu-go/cli/commands/event 0.165s
[00:06:59] ok github.com/sensu/sensu-go/cli/commands/extension 0.578s
[00:06:59] ok github.com/sensu/sensu-go/cli/commands/filter 0.144s
[00:06:59] ok github.com/sensu/sensu-go/cli/commands/filter/subcommands 0.110s
[00:06:59] ? github.com/sensu/sensu-go/cli/commands/flags [no test files]
[00:06:59] ok github.com/sensu/sensu-go/cli/commands/handler 0.090s
[00:06:59] ok github.com/sensu/sensu-go/cli/commands/helpers 0.089s
[00:06:59] ok github.com/sensu/sensu-go/cli/commands/hook 0.091s
[00:06:59] ? github.com/sensu/sensu-go/cli/commands/hooks [no test files]
[00:06:59] ok github.com/sensu/sensu-go/cli/commands/importer 0.096s
[00:06:59] ok github.com/sensu/sensu-go/cli/commands/logout 0.073s
[00:06:59] ok github.com/sensu/sensu-go/cli/commands/mutator 0.247s
[00:06:59] ok github.com/sensu/sensu-go/cli/commands/organization 0.153s
[00:06:59] ok github.com/sensu/sensu-go/cli/commands/role 0.101s
[00:06:59] ok github.com/sensu/sensu-go/cli/commands/silenced 0.164s
[00:06:59] ok github.com/sensu/sensu-go/cli/commands/timeutil 0.084s
[00:06:59] ok github.com/sensu/sensu-go/cli/commands/user 0.150s
[00:06:59] ok github.com/sensu/sensu-go/cli/elements/globals 0.137s
[00:06:59] ok github.com/sensu/sensu-go/cli/elements/list 0.171s
[00:06:59] ok github.com/sensu/sensu-go/cli/elements/report 0.509s
[00:06:59] ok github.com/sensu/sensu-go/cli/elements/table 0.181s
[00:06:59] ok github.com/sensu/sensu-go/command 20.400s
[00:06:59] ? github.com/sensu/sensu-go/dashboard [no test files]
[00:06:59] ? github.com/sensu/sensu-go/graphql [no test files]
[00:06:59] ok github.com/sensu/sensu-go/graphql/generator 0.057s
[00:06:59] ok github.com/sensu/sensu-go/graphql/integration 0.251s
[00:06:59] ok github.com/sensu/sensu-go/handler 0.065s
[00:06:59] ok github.com/sensu/sensu-go/handlers/slack 0.129s
[00:06:59] ok github.com/sensu/sensu-go/rpc 0.166s
[00:06:59] ? github.com/sensu/sensu-go/rpc/extension [no test files]
[00:06:59] ? github.com/sensu/sensu-go/rpc/extension/example [no test files]
[00:06:59] ok github.com/sensu/sensu-go/system 0.885s
[00:06:59] ? github.com/sensu/sensu-go/tools/cat [no test files]
[00:06:59] ? github.com/sensu/sensu-go/tools/false [no test files]
[00:06:59] ? github.com/sensu/sensu-go/tools/sleep [no test files]
[00:06:59] ? github.com/sensu/sensu-go/tools/true [no test files]
[00:06:59] ok github.com/sensu/sensu-go/transport 0.173s
[00:06:59] ok github.com/sensu/sensu-go/types 0.113s
[00:06:59] ok github.com/sensu/sensu-go/types/dynamic 0.138s
[00:06:59] ok github.com/sensu/sensu-go/types/v1 0.111s
[00:06:59] ok github.com/sensu/sensu-go/util/bytes 0.070s
[00:06:59] ok github.com/sensu/sensu-go/util/eval 0.191s
[00:06:59] ? github.com/sensu/sensu-go/util/logging [no test files]
[00:06:59] ? github.com/sensu/sensu-go/util/path [no test files]
[00:06:59] ok github.com/sensu/sensu-go/util/retry 0.320s
[00:06:59] ok github.com/sensu/sensu-go/util/strings 0.141s
[00:06:59] ok github.com/sensu/sensu-go/util/time 0.173s
[00:06:59] ok github.com/sensu/sensu-go/util/url 0.052s
[00:06:59] ok github.com/sensu/sensu-go/version 0.114s
[00:06:59] ? github.com/sensu/sensu-go/version/cmd/version [no test files]
[00:06:59] Integration testing failed...
[00:06:59] Command exited with code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment