Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vault 1.8.0 panic on ARM platform #12368

Closed
wallacepf opened this issue Aug 19, 2021 · 3 comments · Fixed by #12371
Closed

Vault 1.8.0 panic on ARM platform #12368

wallacepf opened this issue Aug 19, 2021 · 3 comments · Fixed by #12371
Milestone

Comments

@wallacepf
Copy link

Describe the bug
Vault Panics when an app tries to retrieve its secrets.

To Reproduce
Steps to reproduce the behavior:

  1. Install vault using the Kubernetes helm chart (standalone mode)
  2. Config K8s auth method
  3. Config secrets, policies, roles
  4. Run any example we have in Learn (Webapp or Orgchart)
  5. Vault restarts generating panic error

Environment:

*CLI and Server running Vault v1.8.0 (82a99f1)
*Mac M1 16gigs running minikube (latest version) with Kubernetes 1.20.9 on Docker (Latest version).

Additional context

==> Vault server configuration:

             Api Address: http://172.17.0.6:8200
                     Cgo: disabled
         Cluster Address: https://vault-0.vault-internal:8201
              Go Version: go1.16.5
              Listener 1: tcp (addr: "[::]:8200", cluster address: "[::]:8201", max_request_duration: "1m30s", max_request_size: "33554432", tls: "disabled")
               Log Level: info
                   Mlock: supported: true, enabled: false
           Recovery Mode: false
                 Storage: file
                 Version: Vault v1.8.0
             Version Sha: 82a99f14eb6133f99a975e653d4dac21c17505c7

2021-08-19T14:57:12.532Z [INFO]  proxy environment: http_proxy="" https_proxy="" no_proxy=""
==> Vault server started! Log data will stream in below:

2021-08-19T15:01:14.315Z [INFO]  core.cluster-listener.tcp: starting listener: listener_address=[::]:8201
2021-08-19T15:01:14.315Z [INFO]  core.cluster-listener: serving cluster requests: cluster_listen_address=[::]:8201
2021-08-19T15:01:14.317Z [INFO]  core: post-unseal setup starting
2021-08-19T15:01:14.321Z [INFO]  core: loaded wrapping token key
2021-08-19T15:01:14.321Z [INFO]  core: successfully setup plugin catalog: plugin-directory=""
2021-08-19T15:01:14.329Z [INFO]  core: successfully mounted backend: type=system path=sys/
2021-08-19T15:01:14.330Z [INFO]  core: successfully mounted backend: type=identity path=identity/
2021-08-19T15:01:14.333Z [INFO]  core: successfully mounted backend: type=kv path=secret/
2021-08-19T15:01:14.334Z [INFO]  core: successfully mounted backend: type=kv path=internal/
2021-08-19T15:01:14.334Z [INFO]  core: successfully mounted backend: type=cubbyhole path=cubbyhole/
2021-08-19T15:01:14.343Z [INFO]  core: successfully enabled credential backend: type=token path=token/
2021-08-19T15:01:14.343Z [INFO]  core: successfully enabled credential backend: type=kubernetes path=kubernetes/
2021-08-19T15:01:14.343Z [INFO]  rollback: starting rollback manager
2021-08-19T15:01:14.344Z [INFO]  core: restoring leases
2021-08-19T15:01:14.349Z [INFO]  expiration: lease restore complete
2021-08-19T15:01:14.350Z [INFO]  identity: entities restored
2021-08-19T15:01:14.350Z [INFO]  identity: groups restored
2021-08-19T15:01:14.351Z [INFO]  core: usage gauge collection is disabled
2021-08-19T15:01:14.351Z [INFO]  core: post-unseal setup complete
2021-08-19T15:01:14.351Z [INFO]  core: vault is unsealed
unexpected fault address 0x32316363393246
fatal error: fault
[signal SIGSEGV: segmentation violation code=0x1 addr=0x32316363393246 pc=0x39b500]

goroutine 623 [running]:
runtime.throw(0x44a0c39, 0x5)
	/goroot/src/runtime/panic.go:1117 +0x54 fp=0x4000f96370 sp=0x4000f96340 pc=0x44994
runtime.sigpanic()
	/goroot/src/runtime/signal_unix.go:741 +0x230 fp=0x4000f963b0 sp=0x4000f96370 pc=0x5c600
github.com/golang/snappy.encodeBlock(0x4000f1c014, 0x12ac8, 0x12ac8, 0x4000f0c000, 0x265, 0x10000, 0xffff5021c476)
	/gopath/pkg/mod/github.com/golang/snappy@v0.0.2/encode_arm64.s:666 +0x360 fp=0x4000f9e450 sp=0x4000f963c0 pc=0x39b500
github.com/golang/snappy.Encode(0x4000f1c012, 0x12aca, 0x12aca, 0x0, 0x0, 0x0, 0x4000e94588, 0x1c9b8, 0x4000f04180)
	/gopath/pkg/mod/github.com/golang/snappy@v0.0.2/encode.go:39 +0x17c fp=0x4000f9e4a0 sp=0x4000f9e450 pc=0x39a18c
github.com/golang/snappy.(*Writer).write(0x4000f04180, 0x4000f0c000, 0x0, 0x10000, 0x4000f0c000, 0x40002d3b80, 0x265)
	/gopath/pkg/mod/github.com/golang/snappy@v0.0.2/encode.go:233 +0x130 fp=0x4000f9e540 sp=0x4000f9e4a0 pc=0x39a6a0
github.com/golang/snappy.(*Writer).Flush(0x4000f04180, 0x265, 0x1)
	/gopath/pkg/mod/github.com/golang/snappy@v0.0.2/encode.go:276 +0x60 fp=0x4000f9e590 sp=0x4000f9e540 pc=0x39aa60
github.com/golang/snappy.(*Writer).Close(0x4000f04180, 0x40002d3b80, 0x265)
	/gopath/pkg/mod/github.com/golang/snappy@v0.0.2/encode.go:283 +0x28 fp=0x4000f9e5c0 sp=0x4000f9e590 pc=0x39aad8
github.com/hashicorp/vault/sdk/helper/compressutil.Compress(0x40002d3b80, 0x265, 0x265, 0x4000e946e8, 0x4000f04120, 0x0, 0x40002d3b80, 0x265, 0x265)
	/gopath/src/github.com/hashicorp/vault/sdk/helper/compressutil/compress.go:130 +0x178 fp=0x4000f9e640 sp=0x4000f9e5c0 pc=0x3a1dd8
github.com/hashicorp/vault/helper/storagepacker.(*StoragePacker).putBucket(0x40004b1630, 0x4e2f130, 0x4000be1530, 0x4000f04120, 0x0, 0x0)
	/gopath/src/github.com/hashicorp/vault/helper/storagepacker/storagepacker.go:249 +0x220 fp=0x4000f9e740 sp=0x4000f9e640 pc=0x11c4790
github.com/hashicorp/vault/helper/storagepacker.(*StoragePacker).PutItem(0x40004b1630, 0x4e2f130, 0x4000be1530, 0x4000df49c0, 0x0, 0x0)
	/gopath/src/github.com/hashicorp/vault/helper/storagepacker/storagepacker.go:356 +0x594 fp=0x4000f9e850 sp=0x4000f9e740 pc=0x11c5564
github.com/hashicorp/vault/vault.(*IdentityStore).upsertEntityInTxn(0x40003eefa0, 0x4e2f130, 0x4000be1530, 0x4000df41c0, 0x40004a2a80, 0x0, 0x1, 0x0, 0x0)
	/gopath/src/github.com/hashicorp/vault/vault/identity_store_util.go:473 +0xcb8 fp=0x4000f9ea00 sp=0x4000f9e850 pc=0x21584a8
github.com/hashicorp/vault/vault.(*IdentityStore).CreateOrFetchEntity(0x40003eefa0, 0x4e2f130, 0x4000be1530, 0x40009fbe80, 0x0, 0x0, 0x0)
	/gopath/src/github.com/hashicorp/vault/vault/identity_store.go:591 +0x38c fp=0x4000f9ec30 sp=0x4000f9ea00 pc=0x2135a1c
github.com/hashicorp/vault/vault.(*Core).handleLoginRequest(0x40006e4c00, 0x4e2f130, 0x4000be1530, 0x4000cee9a0, 0x0, 0x0, 0x0, 0x0)
	/gopath/src/github.com/hashicorp/vault/vault/request_handling.go:1316 +0x1d24 fp=0x4000f9f050 sp=0x4000f9ec30 pc=0x21de914
github.com/hashicorp/vault/vault.(*Core).handleCancelableRequest(0x40006e4c00, 0x4e2f130, 0x4000be1530, 0x4000cee9a0, 0x0, 0x0, 0x0)
	/gopath/src/github.com/hashicorp/vault/vault/request_handling.go:590 +0x490 fp=0x4000f9f1b0 sp=0x4000f9f050 pc=0x21d7ff0
github.com/hashicorp/vault/vault.(*Core).switchedLockHandleRequest(0x40006e4c00, 0x4e2f130, 0x4000be1380, 0x4000cee9a0, 0x40003cb201, 0x0, 0x0, 0x0)
	/gopath/src/github.com/hashicorp/vault/vault/request_handling.go:425 +0x2f0 fp=0x4000f9f250 sp=0x4000f9f1b0 pc=0x21d7a10
github.com/hashicorp/vault/vault.(*Core).HandleRequest(...)
	/gopath/src/github.com/hashicorp/vault/vault/request_handling.go:391
github.com/hashicorp/vault/http.request(0x40006e4c00, 0x4e17260, 0x40002b2fc0, 0x4000c3d500, 0x4000cee9a0, 0x0, 0x0)
	/gopath/src/github.com/hashicorp/vault/http/handler.go:832 +0x58 fp=0x4000f9f380 sp=0x4000f9f250 pc=0x225b1c8
github.com/hashicorp/vault/http.handleLogicalInternal.func1(0x4e17260, 0x40002b2fc0, 0x4000c3d500)
	/gopath/src/github.com/hashicorp/vault/http/logical.go:310 +0xe4 fp=0x4000f9f420 sp=0x4000f9f380 pc=0x2266e34
net/http.HandlerFunc.ServeHTTP(0x40005edec0, 0x4e17260, 0x40002b2fc0, 0x4000c3d500)
	/goroot/src/net/http/server.go:2069 +0x40 fp=0x4000f9f450 sp=0x4000f9f420 pc=0x2ae8f0
github.com/hashicorp/vault/http.handleRequestForwarding.func1(0x4e17260, 0x40002b2fc0, 0x4000c3d500)
	/gopath/src/github.com/hashicorp/vault/http/handler.go:757 +0x148 fp=0x4000f9f500 sp=0x4000f9f450 pc=0x2266448
net/http.HandlerFunc.ServeHTTP(0x4000bc21a0, 0x4e17260, 0x40002b2fc0, 0x4000c3d500)
	/goroot/src/net/http/server.go:2069 +0x40 fp=0x4000f9f530 sp=0x4000f9f500 pc=0x2ae8f0
net/http.(*ServeMux).ServeHTTP(0x4000a21880, 0x4e17260, 0x40002b2fc0, 0x4000c3d500)
	/goroot/src/net/http/server.go:2448 +0x190 fp=0x4000f9f590 sp=0x4000f9f530 pc=0x2b0360
github.com/hashicorp/vault/http.wrapHelpHandler.func1(0x4e17260, 0x40002b2fc0, 0x4000c3d500)
	/gopath/src/github.com/hashicorp/vault/http/help.go:23 +0x140 fp=0x4000f9f5e0 sp=0x4000f9f590 pc=0x2266980
net/http.HandlerFunc.ServeHTTP(0x4000bc2200, 0x4e17260, 0x40002b2fc0, 0x4000c3d500)
	/goroot/src/net/http/server.go:2069 +0x40 fp=0x4000f9f610 sp=0x4000f9f5e0 pc=0x2ae8f0
github.com/hashicorp/vault/http.wrapCORSHandler.func1(0x4e17260, 0x40002b2fc0, 0x4000c3d500)
	/gopath/src/github.com/hashicorp/vault/http/cors.go:29 +0x7c0 fp=0x4000f9f700 sp=0x4000f9f610 pc=0x2264480
net/http.HandlerFunc.ServeHTTP(0x4000bc2220, 0x4e17260, 0x40002b2fc0, 0x4000c3d500)
	/goroot/src/net/http/server.go:2069 +0x40 fp=0x4000f9f730 sp=0x4000f9f700 pc=0x2ae8f0
github.com/hashicorp/vault/http.rateLimitQuotaWrapping.func1(0x4e17260, 0x40002b2fc0, 0x4000c3d500)
	/gopath/src/github.com/hashicorp/vault/http/util.go:97 +0x7f0 fp=0x4000f9f950 sp=0x4000f9f730 pc=0x226a800
net/http.HandlerFunc.ServeHTTP(0x4000bc2240, 0x4e17260, 0x40002b2fc0, 0x4000c3d500)
	/goroot/src/net/http/server.go:2069 +0x40 fp=0x4000f9f980 sp=0x4000f9f950 pc=0x2ae8f0
github.com/hashicorp/vault/http.wrapGenericHandler.func1(0x4e17260, 0x40002b2fc0, 0x4000c3d300)
	/gopath/src/github.com/hashicorp/vault/http/handler.go:353 +0x430 fp=0x4000f9fab0 sp=0x4000f9f980 pc=0x2264e80
net/http.HandlerFunc.ServeHTTP(0x4000a21980, 0x4e17260, 0x40002b2fc0, 0x4000c3d300)
	/goroot/src/net/http/server.go:2069 +0x40 fp=0x4000f9fae0 sp=0x4000f9fab0 pc=0x2ae8f0
github.com/hashicorp/go-cleanhttp.PrintablePathCheckHandler.func1(0x4e17260, 0x40002b2fc0, 0x4000c3d300)
	/gopath/pkg/mod/github.com/hashicorp/go-cleanhttp@v0.5.2/handlers.go:42 +0xb0 fp=0x4000f9fb30 sp=0x4000f9fae0 pc=0x318580
net/http.HandlerFunc.ServeHTTP(0x4000bc2260, 0x4e17260, 0x40002b2fc0, 0x4000c3d300)
	/goroot/src/net/http/server.go:2069 +0x40 fp=0x4000f9fb60 sp=0x4000f9fb30 pc=0x2ae8f0
net/http.serverHandler.ServeHTTP(0x40002b2380, 0x4e17260, 0x40002b2fc0, 0x4000c3d300)
	/goroot/src/net/http/server.go:2887 +0xbc fp=0x4000f9fb90 sp=0x4000f9fb60 pc=0x2b183c
net/http.(*conn).serve(0x400025fa40, 0x4e2f130, 0x4000c3b8c0)
	/goroot/src/net/http/server.go:1952 +0x71c fp=0x4000f9ffc0 sp=0x4000f9fb90 pc=0x2ad71c
runtime.goexit()
	/goroot/src/runtime/asm_arm64.s:1130 +0x4 fp=0x4000f9ffc0 sp=0x4000f9ffc0 pc=0x7c5f4
created by net/http.(*Server).Serve
	/goroot/src/net/http/server.go:3013 +0x318

goroutine 1 [select, 4 minutes]:
github.com/hashicorp/vault/command.(*ServerCommand).Run(0x40003a4a80, 0x400011a080, 0x1, 0x1, 0x0)
	/gopath/src/github.com/hashicorp/vault/command/server.go:1506 +0x1b88
github.com/mitchellh/cli.(*CLI).Run(0x40007d2500, 0x40007d2500, 0x40007f2fd8, 0x40005f0ba0)
	/gopath/pkg/mod/github.com/mitchellh/cli@v1.1.2/cli.go:262 +0x2c4
github.com/hashicorp/vault/command.RunCustom(0x400011a070, 0x2, 0x2, 0x4000143720, 0x3752800)
	/gopath/src/github.com/hashicorp/vault/command/main.go:180 +0x738
github.com/hashicorp/vault/command.Run(...)
	/gopath/src/github.com/hashicorp/vault/command/main.go:88
main.main()
	/gopath/src/github.com/hashicorp/vault/main.go:10 +0x74

goroutine 7 [select]:
go.opencensus.io/stats/view.(*worker).start(0x40000a00f0)
	/gopath/pkg/mod/go.opencensus.io@v0.22.3/stats/view/worker.go:154 +0x98
created by go.opencensus.io/stats/view.init.0
	/gopath/pkg/mod/go.opencensus.io@v0.22.3/stats/view/worker.go:32 +0x5c

goroutine 10 [chan receive]:
k8s.io/klog.(*loggingT).flushDaemon(0x73b7300)
	/gopath/pkg/mod/k8s.io/klog@v1.0.0/klog.go:1010 +0x70
created by k8s.io/klog.init.0
	/gopath/pkg/mod/k8s.io/klog@v1.0.0/klog.go:411 +0x118

goroutine 50 [syscall, 4 minutes]:
os/signal.signal_recv(0x0)
	/goroot/src/runtime/sigqueue.go:168 +0xcc
os/signal.loop()
	/goroot/src/os/signal/signal_unix.go:23 +0x20
created by os/signal.Notify.func1.1
	/goroot/src/os/signal/signal.go:151 +0x44

goroutine 20 [chan receive, 4 minutes]:
github.com/hashicorp/vault/command.MakeShutdownCh.func1(0x4000836240, 0x40000ecd80)
	/gopath/src/github.com/hashicorp/vault/command/commands.go:743 +0x2c
created by github.com/hashicorp/vault/command.MakeShutdownCh
	/gopath/src/github.com/hashicorp/vault/command/commands.go:742 +0xdc

goroutine 51 [chan receive, 4 minutes]:
github.com/hashicorp/vault/command.MakeSighupCh.func1(0x4000836360, 0x40000ecf00)
	/gopath/src/github.com/hashicorp/vault/command/commands.go:759 +0x2c
created by github.com/hashicorp/vault/command.MakeSighupCh
	/gopath/src/github.com/hashicorp/vault/command/commands.go:757 +0xb8

goroutine 34 [chan receive, 4 minutes]:
github.com/hashicorp/vault/command.MakeSigUSR2Ch.func1(0x4000468000, 0x40001141e0)
	/gopath/src/github.com/hashicorp/vault/command/commands_nonwindows.go:21 +0x2c
created by github.com/hashicorp/vault/command.MakeSigUSR2Ch
	/gopath/src/github.com/hashicorp/vault/command/commands_nonwindows.go:19 +0xb8

goroutine 35 [select, 4 minutes]:
github.com/armon/go-metrics.(*InmemSignal).run(0x4000a20b40)
	/gopath/pkg/mod/github.com/armon/go-metrics@v0.3.7/inmem_signal.go:64 +0x70
created by github.com/armon/go-metrics.NewInmemSignal
	/gopath/pkg/mod/github.com/armon/go-metrics@v0.3.7/inmem_signal.go:38 +0x11c

goroutine 36 [sleep]:
time.Sleep(0x3b9aca00)
	/goroot/src/runtime/time.go:193 +0xcc
github.com/armon/go-metrics.(*Metrics).collectStats(0x4000a32000)
	/gopath/pkg/mod/github.com/armon/go-metrics@v0.3.7/metrics.go:230 +0x2c
created by github.com/armon/go-metrics.New
	/gopath/pkg/mod/github.com/armon/go-metrics@v0.3.7/start.go:84 +0x134

goroutine 37 [select]:
github.com/patrickmn/go-cache.(*janitor).Run(0x4000a30410, 0x4000a20d00)
	/gopath/pkg/mod/github.com/patrickmn/go-cache@v2.1.0+incompatible/cache.go:1079 +0x8c
created by github.com/patrickmn/go-cache.runJanitor
	/gopath/pkg/mod/github.com/patrickmn/go-cache@v2.1.0+incompatible/cache.go:1099 +0xa8

goroutine 39 [IO wait]:
internal/poll.runtime_pollWait(0xffff65984d20, 0x72, 0x0)
	/goroot/src/runtime/netpoll.go:222 +0x44
internal/poll.(*pollDesc).wait(0x40005f2a98, 0x72, 0x0, 0x0, 0x44a5370)
	/goroot/src/internal/poll/fd_poll_runtime.go:87 +0x38
internal/poll.(*pollDesc).waitRead(...)
	/goroot/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Accept(0x40005f2a80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/goroot/src/internal/poll/fd_unix.go:401 +0x1b0
net.(*netFD).accept(0x40005f2a80, 0xffff8c5ee130, 0x4000094e48, 0x1c9b8)
	/goroot/src/net/fd_unix.go:172 +0x2c
net.(*TCPListener).accept(0x40005ed818, 0x0, 0x4000094df8, 0x2b2714)
	/goroot/src/net/tcpsock_posix.go:139 +0x2c
net.(*TCPListener).AcceptTCP(0x40005ed818, 0x611e7242, 0x4000094e28, 0x4fbc4)
	/goroot/src/net/tcpsock.go:248 +0x5c
github.com/hashicorp/vault/command/server.TCPKeepAliveListener.Accept(0x40005ed818, 0x4000094e90, 0x4000094e98, 0x18, 0x40003a5200)
	/gopath/src/github.com/hashicorp/vault/command/server/listener_tcp.go:88 +0x28
net/http.(*Server).Serve(0x40002b2380, 0x4e17e90, 0x40005ed818, 0x0, 0x0)
	/goroot/src/net/http/server.go:2981 +0x234
created by github.com/hashicorp/vault/command.startHttpServers
	/gopath/src/github.com/hashicorp/vault/command/server.go:2666 +0x224

goroutine 231 [IO wait]:
internal/poll.runtime_pollWait(0xffff65984a68, 0x72, 0x0)
	/goroot/src/runtime/netpoll.go:222 +0x44
internal/poll.(*pollDesc).wait(0x40001a0f98, 0x72, 0x0, 0x0, 0x44a5370)
	/goroot/src/internal/poll/fd_poll_runtime.go:87 +0x38
internal/poll.(*pollDesc).waitRead(...)
	/goroot/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Accept(0x40001a0f80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/goroot/src/internal/poll/fd_unix.go:401 +0x1b0
net.(*netFD).accept(0x40001a0f80, 0x1a42c, 0x40006a2d18, 0x1493b8)
	/goroot/src/net/fd_unix.go:172 +0x2c
net.(*TCPListener).accept(0x400000c420, 0xc03fba70d3d2140a, 0x3a6a286146, 0x73b6ea0)
	/goroot/src/net/tcpsock_posix.go:139 +0x2c
net.(*TCPListener).Accept(0x400000c420, 0xc03fba70d3d2140a, 0x3a6a286146, 0x73b6ea0, 0xe9)
	/goroot/src/net/tcpsock.go:261 +0x5c
crypto/tls.(*listener).Accept(0x400000c438, 0xc03fba70d3d2140a, 0x3a6a286146, 0x73b6ea0, 0x0)
	/goroot/src/crypto/tls/tls.go:67 +0x34
github.com/hashicorp/vault/vault/cluster.(*Listener).Run.func1(0x40000f43f0, 0x4e317e8, 0x400000c420, 0x4e2f0c0, 0x4000122020, 0x40000ec900, 0x4e066d0, 0x400000c438)
	/gopath/src/github.com/hashicorp/vault/vault/cluster/cluster.go:302 +0xfc
created by github.com/hashicorp/vault/vault/cluster.(*Listener).Run
	/gopath/src/github.com/hashicorp/vault/vault/cluster/cluster.go:275 +0x26c

goroutine 232 [select]:
github.com/hashicorp/vault/vault.(*Core).autoRotateBarrierLoop(0x40006e4c00, 0x4e2f088, 0x40003daa40)
	/gopath/src/github.com/hashicorp/vault/vault/core.go:2799 +0xb8
created by github.com/hashicorp/vault/vault.standardUnsealStrategy.unseal
	/gopath/src/github.com/hashicorp/vault/vault/core.go:1961 +0xa24

goroutine 233 [select]:
github.com/hashicorp/vault/vault.(*RollbackManager).run(0x40000f5a70)
	/gopath/src/github.com/hashicorp/vault/vault/rollback.go:107 +0x118
created by github.com/hashicorp/vault/vault.(*RollbackManager).Start
	/gopath/src/github.com/hashicorp/vault/vault/rollback.go:84 +0x3c

goroutine 234 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x40007032c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 235 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703300)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 236 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703340)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 237 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703380)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 238 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x40007033c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 239 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703400)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 240 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703440)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 257 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703480)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 258 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x40007034c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 259 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703500)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 260 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703540)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 261 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703580)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 262 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x40007035c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 263 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703600)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 264 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703640)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 265 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703680)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 266 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x40007036c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 267 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703700)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 268 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703740)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 269 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703780)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 270 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x40007037c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 271 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703800)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 272 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703840)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 273 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703880)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 274 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x40007038c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 275 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703900)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 276 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703940)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 277 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703980)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 278 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x40007039c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 279 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703a00)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 280 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703a40)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 281 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703a80)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 282 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703ac0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 283 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703b00)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 284 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703b40)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 285 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703b80)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 286 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703bc0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 287 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703c00)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 288 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703c40)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 289 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703c80)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 290 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703cc0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 291 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703d00)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 292 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703d40)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 293 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703d80)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 294 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703dc0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 295 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703e00)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 296 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703e40)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 297 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703e80)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 298 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703ec0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 299 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703f00)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 300 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703f40)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 301 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703f80)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 302 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000703fc0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 303 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e000)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 304 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e040)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 305 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e080)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 306 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e0c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 307 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e100)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 308 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e140)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 309 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e180)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 310 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e1c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 311 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e200)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 312 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e240)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 313 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e280)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 314 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e2c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 315 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e300)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 316 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e340)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 317 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e380)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 318 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e3c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 319 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e400)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 320 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e440)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 321 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e480)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 322 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e4c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 323 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e500)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 324 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e540)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 325 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e580)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 326 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e5c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 327 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e600)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 328 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e640)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 329 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e680)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 330 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e6c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 331 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e700)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 332 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e740)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 333 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e780)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 334 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e7c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 335 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e800)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 336 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e840)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 337 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e880)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 338 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e8c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 339 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e900)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 340 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e940)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 341 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e980)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 342 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087e9c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 343 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087ea00)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 344 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087ea40)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 345 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087ea80)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 346 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087eac0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 347 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087eb00)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 348 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087eb40)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 349 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087eb80)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 350 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087ebc0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 351 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087ec00)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 352 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087ec40)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 353 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087ec80)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 354 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087ecc0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 355 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087ed00)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 356 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087ed40)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 357 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087ed80)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 358 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087edc0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 359 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087ee00)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 360 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087ee40)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 361 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087ee80)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 362 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087eec0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 363 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087ef00)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 364 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087ef40)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 365 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087ef80)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 366 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087efc0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 367 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f000)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 368 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f040)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 369 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f080)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 370 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f0c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 371 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f100)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 372 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f140)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 373 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f180)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 374 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f1c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 375 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f200)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 376 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f240)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 377 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f280)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 378 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f2c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 379 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f300)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 380 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f340)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 381 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f380)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 382 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f3c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 383 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f400)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 384 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f440)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 385 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f480)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 386 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f4c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 387 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f500)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 388 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f540)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 389 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f580)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 390 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f5c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 391 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f600)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 392 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f640)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 393 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f680)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 394 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f6c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 395 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f700)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 396 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f740)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 397 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f780)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 398 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f7c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 399 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f800)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 400 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f840)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 401 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f880)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 402 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f8c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 403 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f900)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 404 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f940)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 405 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f980)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 406 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087f9c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 407 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087fa00)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 408 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087fa40)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 409 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087fa80)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 410 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087fac0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 411 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087fb00)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 412 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087fb40)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 413 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087fb80)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 414 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087fbc0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 415 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087fc00)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 416 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087fc40)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 417 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087fc80)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 418 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087fcc0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 419 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087fd00)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 420 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087fd40)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 421 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087fd80)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 422 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087fdc0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 423 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087fe00)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 424 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087fe40)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 425 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087fe80)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 426 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087fec0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 427 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087ff00)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 428 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087ff40)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 429 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087ff80)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 430 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400087ffc0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 431 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000910000)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 432 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000910040)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 433 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000910080)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 434 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x40009100c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 435 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000910100)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 436 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000910140)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 437 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000910180)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 438 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x40009101c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 439 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000910200)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 440 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000910240)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 441 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000910280)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 442 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x40009102c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 443 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000910300)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 444 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000910340)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 445 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000910380)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 446 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x40009103c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 447 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000910400)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 448 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000910440)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 449 [select]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x4000910480)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 450 [select]:
github.com/hashicorp/vault/helper/fairshare.(*JobManager).assignWork.func1(0x40002a6d80)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/jobmanager.go:294 +0x238
created by github.com/hashicorp/vault/helper/fairshare.(*JobManager).assignWork
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/jobmanager.go:267 +0x58

goroutine 451 [chan receive]:
github.com/hashicorp/vault/vault.(*ExpirationManager).uniquePoliciesGc(0x40000261e0)
	/gopath/src/github.com/hashicorp/vault/vault/expiration.go:1784 +0x44
created by github.com/hashicorp/vault/vault.NewExpirationManager
	/gopath/src/github.com/hashicorp/vault/vault/expiration.go:430 +0x37c

goroutine 453 [select]:
github.com/hashicorp/vault/vault.(*Core).setupExpiration.func2(0x4000852060, 0x40006e4c00)
	/gopath/src/github.com/hashicorp/vault/vault/expiration.go:466 +0xa4
created by github.com/hashicorp/vault/vault.(*Core).setupExpiration
	/gopath/src/github.com/hashicorp/vault/vault/expiration.go:463 +0x214

goroutine 583 [select]:
github.com/hashicorp/vault/vault.(*ActivityLog).activeFragmentWorker(0x400082cc80)
	/gopath/src/github.com/hashicorp/vault/vault/activity_log.go:1134 +0x1d8
created by github.com/hashicorp/vault/vault.(*Core).setupActivityLog
	/gopath/src/github.com/hashicorp/vault/vault/activity_log.go:974 +0x240

goroutine 641 [select]:
github.com/hashicorp/vault/vault.(*Core).switchedLockHandleRequest.func1(0x4000d1cf60, 0x4e2f088, 0x4000c3ba40, 0x4e2f130, 0x4000be1380)
	/gopath/src/github.com/hashicorp/vault/vault/request_handling.go:412 +0x8c
created by github.com/hashicorp/vault/vault.(*Core).switchedLockHandleRequest
	/gopath/src/github.com/hashicorp/vault/vault/request_handling.go:411 +0x1cc

goroutine 624 [IO wait]:
internal/poll.runtime_pollWait(0xffff65984c38, 0x72, 0xffffffffffffffff)
	/goroot/src/runtime/netpoll.go:222 +0x44
internal/poll.(*pollDesc).wait(0x4000e0e898, 0x72, 0x0, 0x1, 0xffffffffffffffff)
	/goroot/src/internal/poll/fd_poll_runtime.go:87 +0x38
internal/poll.(*pollDesc).waitRead(...)
	/goroot/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0x4000e0e880, 0x4000be1241, 0x1, 0x1, 0x0, 0x0, 0x0)
	/goroot/src/internal/poll/fd_unix.go:166 +0x180
net.(*netFD).Read(0x4000e0e880, 0x4000be1241, 0x1, 0x1, 0x4000c3b418, 0x4000c3b414, 0x400095ef58)
	/goroot/src/net/fd_posix.go:55 +0x44
net.(*conn).Read(0x40003bc298, 0x4000be1241, 0x1, 0x1, 0x0, 0x0, 0x0)
	/goroot/src/net/net.go:183 +0x74
net/http.(*connReader).backgroundRead(0x4000be1230)
	/goroot/src/net/http/server.go:692 +0x50
created by net/http.(*connReader).startBackgroundRead
	/goroot/src/net/http/server.go:688 +0xc4

goroutine 586 [select]:
github.com/hashicorp/vault/vault.(*Core).metricsLoop(0x40006e4c00, 0x4000853380)
	/gopath/src/github.com/hashicorp/vault/vault/core_metrics.go:39 +0x108
github.com/hashicorp/vault/vault.(*Core).emitMetrics(0x40006e4c00, 0x4000853380)
	/gopath/src/github.com/hashicorp/vault/vault/core_metrics.go:302 +0xad8
created by github.com/hashicorp/vault/vault.(*Core).postUnseal
	/gopath/src/github.com/hashicorp/vault/vault/core.go:2118 +0x2cc

@ncabatoff
Copy link
Collaborator

Hi @wallacepf,

Thanks for the bug report. We fixed this on 1.8.1, I'm now trying to figure out why it didn't make it into the changelog.

@wallacepf
Copy link
Author

Thanks for you answer @ncabatoff. I have updated my vault to 1.8.1 and I keep facing the same problem. Logs below:

==> Vault server configuration:

             Api Address: http://172.17.0.4:8200
                     Cgo: disabled
         Cluster Address: https://vault-0.vault-internal:8201
              Go Version: go1.16.6
              Listener 1: tcp (addr: "[::]:8200", cluster address: "[::]:8201", max_request_duration: "1m30s", max_request_size: "33554432", tls: "disabled")
               Log Level: info
                   Mlock: supported: true, enabled: false
           Recovery Mode: false
                 Storage: file
                 Version: Vault v1.8.1
             Version Sha: 4b0264f28defc05454c31277cfa6ff63695a458d

2021-08-19T16:37:57.612Z [INFO]  proxy environment: http_proxy="" https_proxy="" no_proxy=""
==> Vault server started! Log data will stream in below:

2021-08-19T16:40:32.243Z [INFO]  core.cluster-listener.tcp: starting listener: listener_address=[::]:8201
2021-08-19T16:40:32.243Z [INFO]  core.cluster-listener: serving cluster requests: cluster_listen_address=[::]:8201
2021-08-19T16:40:32.243Z [INFO]  core: post-unseal setup starting
2021-08-19T16:40:32.244Z [INFO]  core: loaded wrapping token key
2021-08-19T16:40:32.244Z [INFO]  core: successfully setup plugin catalog: plugin-directory=""
2021-08-19T16:40:32.246Z [INFO]  core: successfully mounted backend: type=system path=sys/
2021-08-19T16:40:32.246Z [INFO]  core: successfully mounted backend: type=identity path=identity/
2021-08-19T16:40:32.247Z [INFO]  core: successfully mounted backend: type=kv path=secret/
2021-08-19T16:40:32.247Z [INFO]  core: successfully mounted backend: type=kv path=internal/
2021-08-19T16:40:32.247Z [INFO]  core: successfully mounted backend: type=cubbyhole path=cubbyhole/
2021-08-19T16:40:32.248Z [INFO]  core: successfully enabled credential backend: type=token path=token/
2021-08-19T16:40:32.249Z [INFO]  core: successfully enabled credential backend: type=kubernetes path=kubernetes/
2021-08-19T16:40:32.249Z [INFO]  rollback: starting rollback manager
2021-08-19T16:40:32.249Z [INFO]  core: restoring leases
2021-08-19T16:40:32.250Z [INFO]  expiration: lease restore complete
2021-08-19T16:40:32.250Z [INFO]  identity: entities restored
2021-08-19T16:40:32.250Z [INFO]  identity: groups restored
2021-08-19T16:40:32.251Z [INFO]  core: post-unseal setup complete
2021-08-19T16:40:32.251Z [INFO]  core: vault is unsealed
2021-08-19T16:40:32.251Z [INFO]  core: usage gauge collection is disabled
unexpected fault address 0x32643136383bbe
fatal error: fault
[signal SIGSEGV: segmentation violation code=0x1 addr=0x32643136383bbe pc=0x39b9c0]

goroutine 2348 [running]:
runtime.throw(0x44b1477, 0x5)
	/goroot/src/runtime/panic.go:1117 +0x54 fp=0x4001162370 sp=0x4001162340 pc=0x44994
runtime.sigpanic()
	/goroot/src/runtime/signal_unix.go:741 +0x230 fp=0x40011623b0 sp=0x4001162370 pc=0x5c600
github.com/golang/snappy.encodeBlock(0x4000f0e014, 0x12ac8, 0x12ac8, 0x4000ece000, 0x260, 0x10000, 0xffff76da5285)
	/gopath/pkg/mod/github.com/golang/snappy@v0.0.2/encode_arm64.s:666 +0x360 fp=0x400116a450 sp=0x40011623c0 pc=0x39b9c0
github.com/golang/snappy.Encode(0x4000f0e012, 0x12aca, 0x12aca, 0x0, 0x0, 0x0, 0x4000de2588, 0x1c9b8, 0x4000a45a40)
	/gopath/pkg/mod/github.com/golang/snappy@v0.0.2/encode.go:39 +0x17c fp=0x400116a4a0 sp=0x400116a450 pc=0x39a64c
github.com/golang/snappy.(*Writer).write(0x4000a45a40, 0x4000ece000, 0x0, 0x10000, 0x4000ece000, 0x400044c500, 0x260)
	/gopath/pkg/mod/github.com/golang/snappy@v0.0.2/encode.go:233 +0x130 fp=0x400116a540 sp=0x400116a4a0 pc=0x39ab60
github.com/golang/snappy.(*Writer).Flush(0x4000a45a40, 0x260, 0x1)
	/gopath/pkg/mod/github.com/golang/snappy@v0.0.2/encode.go:276 +0x60 fp=0x400116a590 sp=0x400116a540 pc=0x39af20
github.com/golang/snappy.(*Writer).Close(0x4000a45a40, 0x400044c500, 0x260)
	/gopath/pkg/mod/github.com/golang/snappy@v0.0.2/encode.go:283 +0x28 fp=0x400116a5c0 sp=0x400116a590 pc=0x39af98
github.com/hashicorp/vault/sdk/helper/compressutil.Compress(0x400044c500, 0x260, 0x260, 0x4000de26e8, 0x4000a459e0, 0x0, 0x400044c500, 0x260, 0x260)
	/gopath/src/github.com/hashicorp/vault/sdk/helper/compressutil/compress.go:130 +0x178 fp=0x400116a640 sp=0x400116a5c0 pc=0x3a2298
github.com/hashicorp/vault/helper/storagepacker.(*StoragePacker).putBucket(0x4000d60820, 0x4e3fdd0, 0x4000a9b0b0, 0x4000a459e0, 0x0, 0x0)
	/gopath/src/github.com/hashicorp/vault/helper/storagepacker/storagepacker.go:249 +0x220 fp=0x400116a740 sp=0x400116a640 pc=0x11c4c50
github.com/hashicorp/vault/helper/storagepacker.(*StoragePacker).PutItem(0x4000d60820, 0x4e3fdd0, 0x4000a9b0b0, 0x4000a3d7c0, 0x0, 0x0)
	/gopath/src/github.com/hashicorp/vault/helper/storagepacker/storagepacker.go:356 +0x594 fp=0x400116a850 sp=0x400116a740 pc=0x11c5a24
github.com/hashicorp/vault/vault.(*IdentityStore).upsertEntityInTxn(0x4000802140, 0x4e3fdd0, 0x4000a9b0b0, 0x4000a3d000, 0x400032b260, 0x0, 0x1, 0x0, 0x0)
	/gopath/src/github.com/hashicorp/vault/vault/identity_store_util.go:473 +0xcb8 fp=0x400116aa00 sp=0x400116a850 pc=0x21591c8
github.com/hashicorp/vault/vault.(*IdentityStore).CreateOrFetchEntity(0x4000802140, 0x4e3fdd0, 0x4000a9b0b0, 0x4000d92a80, 0x0, 0x0, 0x0)
	/gopath/src/github.com/hashicorp/vault/vault/identity_store.go:591 +0x38c fp=0x400116ac30 sp=0x400116aa00 pc=0x2135edc
github.com/hashicorp/vault/vault.(*Core).handleLoginRequest(0x400033e000, 0x4e3fdd0, 0x4000a9b0b0, 0x4000eb9080, 0x0, 0x0, 0x0, 0x0)
	/gopath/src/github.com/hashicorp/vault/vault/request_handling.go:1316 +0x1d24 fp=0x400116b050 sp=0x400116ac30 pc=0x21df634
github.com/hashicorp/vault/vault.(*Core).handleCancelableRequest(0x400033e000, 0x4e3fdd0, 0x4000a9b0b0, 0x4000eb9080, 0x0, 0x0, 0x0)
	/gopath/src/github.com/hashicorp/vault/vault/request_handling.go:590 +0x490 fp=0x400116b1b0 sp=0x400116b050 pc=0x21d8d10
github.com/hashicorp/vault/vault.(*Core).switchedLockHandleRequest(0x400033e000, 0x4e3fdd0, 0x4000a9af00, 0x4000eb9080, 0x40000e9201, 0x0, 0x0, 0x0)
	/gopath/src/github.com/hashicorp/vault/vault/request_handling.go:425 +0x2f0 fp=0x400116b250 sp=0x400116b1b0 pc=0x21d8730
github.com/hashicorp/vault/vault.(*Core).HandleRequest(...)
	/gopath/src/github.com/hashicorp/vault/vault/request_handling.go:391
github.com/hashicorp/vault/http.request(0x400033e000, 0x4e27f40, 0x400032ab60, 0x4000435f00, 0x4000eb9080, 0x0, 0x0)
	/gopath/src/github.com/hashicorp/vault/http/handler.go:832 +0x58 fp=0x400116b380 sp=0x400116b250 pc=0x225bee8
github.com/hashicorp/vault/http.handleLogicalInternal.func1(0x4e27f40, 0x400032ab60, 0x4000435f00)
	/gopath/src/github.com/hashicorp/vault/http/logical.go:310 +0xe4 fp=0x400116b420 sp=0x400116b380 pc=0x2267b54
net/http.HandlerFunc.ServeHTTP(0x40008269a8, 0x4e27f40, 0x400032ab60, 0x4000435f00)
	/goroot/src/net/http/server.go:2049 +0x40 fp=0x400116b450 sp=0x400116b420 pc=0x2aedb0
github.com/hashicorp/vault/http.handleRequestForwarding.func1(0x4e27f40, 0x400032ab60, 0x4000435f00)
	/gopath/src/github.com/hashicorp/vault/http/handler.go:757 +0x148 fp=0x400116b500 sp=0x400116b450 pc=0x2267168
net/http.HandlerFunc.ServeHTTP(0x400016a800, 0x4e27f40, 0x400032ab60, 0x4000435f00)
	/goroot/src/net/http/server.go:2049 +0x40 fp=0x400116b530 sp=0x400116b500 pc=0x2aedb0
net/http.(*ServeMux).ServeHTTP(0x400062cd40, 0x4e27f40, 0x400032ab60, 0x4000435f00)
	/goroot/src/net/http/server.go:2428 +0x190 fp=0x400116b590 sp=0x400116b530 pc=0x2b0820
github.com/hashicorp/vault/http.wrapHelpHandler.func1(0x4e27f40, 0x400032ab60, 0x4000435f00)
	/gopath/src/github.com/hashicorp/vault/http/help.go:23 +0x140 fp=0x400116b5e0 sp=0x400116b590 pc=0x22676a0
net/http.HandlerFunc.ServeHTTP(0x400016a860, 0x4e27f40, 0x400032ab60, 0x4000435f00)
	/goroot/src/net/http/server.go:2049 +0x40 fp=0x400116b610 sp=0x400116b5e0 pc=0x2aedb0
github.com/hashicorp/vault/http.wrapCORSHandler.func1(0x4e27f40, 0x400032ab60, 0x4000435f00)
	/gopath/src/github.com/hashicorp/vault/http/cors.go:29 +0x7c0 fp=0x400116b700 sp=0x400116b610 pc=0x22651a0
net/http.HandlerFunc.ServeHTTP(0x400016a880, 0x4e27f40, 0x400032ab60, 0x4000435f00)
	/goroot/src/net/http/server.go:2049 +0x40 fp=0x400116b730 sp=0x400116b700 pc=0x2aedb0
github.com/hashicorp/vault/http.rateLimitQuotaWrapping.func1(0x4e27f40, 0x400032ab60, 0x4000435f00)
	/gopath/src/github.com/hashicorp/vault/http/util.go:97 +0x7f0 fp=0x400116b950 sp=0x400116b730 pc=0x226b520
net/http.HandlerFunc.ServeHTTP(0x400016a8a0, 0x4e27f40, 0x400032ab60, 0x4000435f00)
	/goroot/src/net/http/server.go:2049 +0x40 fp=0x400116b980 sp=0x400116b950 pc=0x2aedb0
github.com/hashicorp/vault/http.wrapGenericHandler.func1(0x4e27f40, 0x400032ab60, 0x4000c61e00)
	/gopath/src/github.com/hashicorp/vault/http/handler.go:353 +0x430 fp=0x400116bab0 sp=0x400116b980 pc=0x2265ba0
net/http.HandlerFunc.ServeHTTP(0x400062ce40, 0x4e27f40, 0x400032ab60, 0x4000c61e00)
	/goroot/src/net/http/server.go:2049 +0x40 fp=0x400116bae0 sp=0x400116bab0 pc=0x2aedb0
github.com/hashicorp/go-cleanhttp.PrintablePathCheckHandler.func1(0x4e27f40, 0x400032ab60, 0x4000c61e00)
	/gopath/pkg/mod/github.com/hashicorp/go-cleanhttp@v0.5.2/handlers.go:42 +0xb0 fp=0x400116bb30 sp=0x400116bae0 pc=0x318a40
net/http.HandlerFunc.ServeHTTP(0x400016a8c0, 0x4e27f40, 0x400032ab60, 0x4000c61e00)
	/goroot/src/net/http/server.go:2049 +0x40 fp=0x400116bb60 sp=0x400116bb30 pc=0x2aedb0
net/http.serverHandler.ServeHTTP(0x4000548000, 0x4e27f40, 0x400032ab60, 0x4000c61e00)
	/goroot/src/net/http/server.go:2867 +0xbc fp=0x400116bb90 sp=0x400116bb60 pc=0x2b1cfc
net/http.(*conn).serve(0x4000726000, 0x4e3fdd0, 0x4000c1f580)
	/goroot/src/net/http/server.go:1932 +0x71c fp=0x400116bfc0 sp=0x400116bb90 pc=0x2adbdc
runtime.goexit()
	/goroot/src/runtime/asm_arm64.s:1130 +0x4 fp=0x400116bfc0 sp=0x400116bfc0 pc=0x7c5f4
created by net/http.(*Server).Serve
	/goroot/src/net/http/server.go:2993 +0x318

goroutine 1 [select, 32 minutes]:
github.com/hashicorp/vault/command.(*ServerCommand).Run(0x4000001980, 0x4000194080, 0x1, 0x1, 0x0)
	/gopath/src/github.com/hashicorp/vault/command/server.go:1506 +0x1b88
github.com/mitchellh/cli.(*CLI).Run(0x4000a58640, 0x4000a58640, 0x4000952fc0, 0x400042c940)
	/gopath/pkg/mod/github.com/mitchellh/cli@v1.1.2/cli.go:262 +0x2c4
github.com/hashicorp/vault/command.RunCustom(0x4000194070, 0x2, 0x2, 0x40000bb220, 0x37629e0)
	/gopath/src/github.com/hashicorp/vault/command/main.go:180 +0x738
github.com/hashicorp/vault/command.Run(...)
	/gopath/src/github.com/hashicorp/vault/command/main.go:88
main.main()
	/gopath/src/github.com/hashicorp/vault/main.go:10 +0x74

goroutine 19 [select]:
go.opencensus.io/stats/view.(*worker).start(0x400018d6d0)
	/gopath/pkg/mod/go.opencensus.io@v0.22.3/stats/view/worker.go:154 +0x98
created by go.opencensus.io/stats/view.init.0
	/gopath/pkg/mod/go.opencensus.io@v0.22.3/stats/view/worker.go:32 +0x5c

goroutine 7 [chan receive]:
k8s.io/klog.(*loggingT).flushDaemon(0x73c7480)
	/gopath/pkg/mod/k8s.io/klog@v1.0.0/klog.go:1010 +0x70
created by k8s.io/klog.init.0
	/gopath/pkg/mod/k8s.io/klog@v1.0.0/klog.go:411 +0x118

goroutine 35 [syscall, 32 minutes]:
os/signal.signal_recv(0x0)
	/goroot/src/runtime/sigqueue.go:168 +0xcc
os/signal.loop()
	/goroot/src/os/signal/signal_unix.go:23 +0x20
created by os/signal.Notify.func1.1
	/goroot/src/os/signal/signal.go:151 +0x44

goroutine 8 [chan receive, 32 minutes]:
github.com/hashicorp/vault/command.MakeShutdownCh.func1(0x4000b943c0, 0x40000c6d20)
	/gopath/src/github.com/hashicorp/vault/command/commands.go:743 +0x2c
created by github.com/hashicorp/vault/command.MakeShutdownCh
	/gopath/src/github.com/hashicorp/vault/command/commands.go:742 +0xdc

goroutine 23 [chan receive, 32 minutes]:
github.com/hashicorp/vault/command.MakeSighupCh.func1(0x4000c00000, 0x400018e180)
	/gopath/src/github.com/hashicorp/vault/command/commands.go:759 +0x2c
created by github.com/hashicorp/vault/command.MakeSighupCh
	/gopath/src/github.com/hashicorp/vault/command/commands.go:757 +0xb8

goroutine 9 [chan receive, 32 minutes]:
github.com/hashicorp/vault/command.MakeSigUSR2Ch.func1(0x400095e000, 0x400095c000)
	/gopath/src/github.com/hashicorp/vault/command/commands_nonwindows.go:21 +0x2c
created by github.com/hashicorp/vault/command.MakeSigUSR2Ch
	/gopath/src/github.com/hashicorp/vault/command/commands_nonwindows.go:19 +0xb8

goroutine 49 [select, 32 minutes]:
github.com/armon/go-metrics.(*InmemSignal).run(0x4000c99100)
	/gopath/pkg/mod/github.com/armon/go-metrics@v0.3.7/inmem_signal.go:64 +0x70
created by github.com/armon/go-metrics.NewInmemSignal
	/gopath/pkg/mod/github.com/armon/go-metrics@v0.3.7/inmem_signal.go:38 +0x11c

goroutine 50 [sleep]:
time.Sleep(0x3b9aca00)
	/goroot/src/runtime/time.go:193 +0xcc
github.com/armon/go-metrics.(*Metrics).collectStats(0x4000122000)
	/gopath/pkg/mod/github.com/armon/go-metrics@v0.3.7/metrics.go:230 +0x2c
created by github.com/armon/go-metrics.New
	/gopath/pkg/mod/github.com/armon/go-metrics@v0.3.7/start.go:84 +0x134

goroutine 51 [select]:
github.com/patrickmn/go-cache.(*janitor).Run(0x400086c100, 0x400062c1c0)
	/gopath/pkg/mod/github.com/patrickmn/go-cache@v2.1.0+incompatible/cache.go:1079 +0x8c
created by github.com/patrickmn/go-cache.runJanitor
	/gopath/pkg/mod/github.com/patrickmn/go-cache@v2.1.0+incompatible/cache.go:1099 +0xa8

goroutine 53 [IO wait]:
internal/poll.runtime_pollWait(0xffff970b6060, 0x72, 0x0)
	/goroot/src/runtime/netpoll.go:222 +0x44
internal/poll.(*pollDesc).wait(0x40000ac798, 0x72, 0x0, 0x0, 0x44b5bc3)
	/goroot/src/internal/poll/fd_poll_runtime.go:87 +0x38
internal/poll.(*pollDesc).waitRead(...)
	/goroot/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Accept(0x40000ac780, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/goroot/src/internal/poll/fd_unix.go:401 +0x1b0
net.(*netFD).accept(0x40000ac780, 0xffffbdd635e0, 0x4000094e48, 0x1c9b8)
	/goroot/src/net/fd_unix.go:172 +0x2c
net.(*TCPListener).accept(0x4000826300, 0x0, 0x4000094df8, 0x2b2bd4)
	/goroot/src/net/tcpsock_posix.go:139 +0x2c
net.(*TCPListener).AcceptTCP(0x4000826300, 0x611e9081, 0x4000094e28, 0x4fbc4)
	/goroot/src/net/tcpsock.go:248 +0x5c
github.com/hashicorp/vault/command/server.TCPKeepAliveListener.Accept(0x4000826300, 0x4000094e90, 0x4000094e98, 0x18, 0x400011e600)
	/gopath/src/github.com/hashicorp/vault/command/server/listener_tcp.go:88 +0x28
net/http.(*Server).Serve(0x4000548000, 0x4e28b70, 0x4000826300, 0x0, 0x0)
	/goroot/src/net/http/server.go:2961 +0x234
created by github.com/hashicorp/vault/command.startHttpServers
	/gopath/src/github.com/hashicorp/vault/command/server.go:2666 +0x224

goroutine 145 [IO wait]:
internal/poll.runtime_pollWait(0xffff970b5e90, 0x72, 0x0)
	/goroot/src/runtime/netpoll.go:222 +0x44
internal/poll.(*pollDesc).wait(0x4000430d98, 0x72, 0x0, 0x0, 0x44b5bc3)
	/goroot/src/internal/poll/fd_poll_runtime.go:87 +0x38
internal/poll.(*pollDesc).waitRead(...)
	/goroot/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Accept(0x4000430d80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/goroot/src/internal/poll/fd_unix.go:401 +0x1b0
net.(*netFD).accept(0x4000430d80, 0x1a42c, 0x4000c47d18, 0x1498c8)
	/goroot/src/net/fd_unix.go:172 +0x2c
net.(*TCPListener).accept(0x4000826bb8, 0xc03fc2004ae56e74, 0x1c57002592a, 0x73c7020)
	/goroot/src/net/tcpsock_posix.go:139 +0x2c
net.(*TCPListener).Accept(0x4000826bb8, 0xc03fc2004ae56e74, 0x1c57002592a, 0x73c7020, 0xe9)
	/goroot/src/net/tcpsock.go:261 +0x5c
crypto/tls.(*listener).Accept(0x4000826bd0, 0xc03fc2004ae56e74, 0x1c57002592a, 0x73c7020, 0x0)
	/goroot/src/crypto/tls/tls.go:67 +0x34
github.com/hashicorp/vault/vault/cluster.(*Listener).Run.func1(0x40000ab830, 0x4e42488, 0x4000826bb8, 0x4e3fd60, 0x400019c020, 0x4000126cc0, 0x4e173b0, 0x4000826bd0)
	/gopath/src/github.com/hashicorp/vault/vault/cluster/cluster.go:302 +0xfc
created by github.com/hashicorp/vault/vault/cluster.(*Listener).Run
	/gopath/src/github.com/hashicorp/vault/vault/cluster/cluster.go:275 +0x26c

goroutine 147 [select]:
github.com/hashicorp/vault/vault.(*RollbackManager).run(0x4000d50f30)
	/gopath/src/github.com/hashicorp/vault/vault/rollback.go:107 +0x118
created by github.com/hashicorp/vault/vault.(*RollbackManager).Start
	/gopath/src/github.com/hashicorp/vault/vault/rollback.go:84 +0x3c

goroutine 146 [select, 5 minutes]:
github.com/hashicorp/vault/vault.(*Core).autoRotateBarrierLoop(0x400033e000, 0x4e3fd28, 0x4000c02900)
	/gopath/src/github.com/hashicorp/vault/vault/core.go:2799 +0xb8
created by github.com/hashicorp/vault/vault.standardUnsealStrategy.unseal
	/gopath/src/github.com/hashicorp/vault/vault/core.go:1961 +0xa24

goroutine 148 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017a200)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 149 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017a240)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 150 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017a280)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 151 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017a2c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 152 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017a300)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 153 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017a340)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 154 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017a380)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 155 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017a3c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 156 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017a400)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 157 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017a440)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 158 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017a480)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 159 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017a4c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 160 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017a500)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 161 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017a540)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 162 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017a580)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 163 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017a5c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 164 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017a600)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 165 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017a640)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 166 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017a680)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 167 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017a6c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 168 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017a700)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 169 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017a740)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 170 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017a780)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 171 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017a7c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 172 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017a800)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 173 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017a840)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 174 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017a880)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 175 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017a8c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 176 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017a900)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 177 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017a940)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 178 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017a980)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 179 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017a9c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 180 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017aa00)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 181 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017aa40)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 182 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017aa80)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 183 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017aac0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 184 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017ab00)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 185 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017ab40)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 186 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017ab80)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 187 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017abc0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 188 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017ac00)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 189 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017ac40)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 190 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017ac80)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 191 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017acc0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 192 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017ad00)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 193 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017ad40)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 194 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017ad80)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 195 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017adc0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 196 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017ae00)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 197 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017ae40)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 198 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017ae80)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 199 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017aec0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 200 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017af00)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 201 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017af40)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 202 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017af80)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 203 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017afc0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 204 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b000)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 205 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b040)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 206 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b080)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 207 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b0c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 208 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b100)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 209 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b140)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 210 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b180)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 211 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b1c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 212 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b200)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 213 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b240)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 214 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b280)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 215 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b2c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 216 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b300)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 217 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b340)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 218 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b380)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 219 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b3c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 220 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b400)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 221 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b440)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 222 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b480)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 223 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b4c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 224 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b500)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 225 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b540)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 226 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b580)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 227 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b5c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 228 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b600)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 229 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b640)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 230 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b680)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 231 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b6c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 232 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b700)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 233 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b740)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 234 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b780)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 235 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b7c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 236 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b800)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 237 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b840)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 238 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b880)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 239 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b8c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 240 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b900)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 241 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b940)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 242 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b980)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 243 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017b9c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 244 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017ba00)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 245 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017ba40)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 246 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017ba80)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 247 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017bac0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 248 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017bb00)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 249 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017bb40)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 250 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017bb80)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 251 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017bbc0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 252 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017bc00)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 253 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017bc40)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 254 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017bc80)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 255 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017bcc0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 256 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017bd00)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 257 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017bd40)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 258 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017bd80)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 259 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017bdc0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 260 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017be00)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 261 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017be40)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 262 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017be80)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 263 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017bec0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 264 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017bf00)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 265 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017bf40)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 266 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017bf80)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 267 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400017bfc0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 268 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c000)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 269 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c040)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 270 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c080)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 271 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c0c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 272 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c100)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 273 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c140)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 274 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c180)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 275 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c1c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 276 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c200)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 277 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c240)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 278 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c280)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 279 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c2c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 280 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c300)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 281 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c340)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 282 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c380)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 283 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c3c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 284 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c400)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 285 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c440)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 286 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c480)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 287 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c4c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 288 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c500)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 289 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c540)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 290 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c580)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 291 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c5c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 292 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c600)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 293 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c640)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 294 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c680)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 295 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c6c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 296 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c700)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 297 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c740)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 298 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c780)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 299 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c7c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 300 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c800)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 301 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c840)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 302 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c880)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 303 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c8c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 304 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c900)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 305 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c940)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 306 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c980)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 307 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057c9c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 308 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057ca00)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 309 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057ca40)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 310 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057ca80)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 311 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057cac0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 312 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057cb00)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 313 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057cb40)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 314 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057cb80)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 315 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057cbc0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 316 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057cc00)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 317 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057cc40)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 318 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057cc80)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 319 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057ccc0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 320 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057cd00)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 321 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057cd40)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 322 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057cd80)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 323 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057cdc0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 324 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057ce00)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 325 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057ce40)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 326 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057ce80)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 327 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057cec0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 328 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057cf00)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 329 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057cf40)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 330 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057cf80)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 331 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057cfc0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 332 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057d000)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 333 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057d040)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 334 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057d080)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 335 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057d0c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 336 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057d100)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 337 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057d140)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 338 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057d180)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 339 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057d1c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 340 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057d200)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 341 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057d240)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 342 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057d280)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 343 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057d2c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 344 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057d300)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 345 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057d340)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 346 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057d380)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 347 [select, 30 minutes]:
github.com/hashicorp/vault/helper/fairshare.(*worker).start.func1(0x400057d3c0)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:50 +0x74
created by github.com/hashicorp/vault/helper/fairshare.(*worker).start
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/workerpool.go:48 +0x54

goroutine 348 [select]:
github.com/hashicorp/vault/helper/fairshare.(*JobManager).assignWork.func1(0x400031fd40)
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/jobmanager.go:294 +0x238
created by github.com/hashicorp/vault/helper/fairshare.(*JobManager).assignWork
	/gopath/src/github.com/hashicorp/vault/helper/fairshare/jobmanager.go:267 +0x58

goroutine 349 [chan receive, 30 minutes]:
github.com/hashicorp/vault/vault.(*ExpirationManager).uniquePoliciesGc(0x4000ca01e0)
	/gopath/src/github.com/hashicorp/vault/vault/expiration.go:1784 +0x44
created by github.com/hashicorp/vault/vault.NewExpirationManager
	/gopath/src/github.com/hashicorp/vault/vault/expiration.go:430 +0x37c

goroutine 351 [select, 30 minutes]:
github.com/hashicorp/vault/vault.(*Core).setupExpiration.func2(0x4000176540, 0x400033e000)
	/gopath/src/github.com/hashicorp/vault/vault/expiration.go:466 +0xa4
created by github.com/hashicorp/vault/vault.(*Core).setupExpiration
	/gopath/src/github.com/hashicorp/vault/vault/expiration.go:463 +0x214

goroutine 481 [select, 11 minutes]:
github.com/hashicorp/vault/vault.(*ActivityLog).activeFragmentWorker(0x4000860c80)
	/gopath/src/github.com/hashicorp/vault/vault/activity_log.go:1134 +0x1d8
created by github.com/hashicorp/vault/vault.(*Core).setupActivityLog
	/gopath/src/github.com/hashicorp/vault/vault/activity_log.go:974 +0x240

goroutine 484 [select]:
github.com/hashicorp/vault/vault.(*Core).metricsLoop(0x400033e000, 0x40001769c0)
	/gopath/src/github.com/hashicorp/vault/vault/core_metrics.go:39 +0x108
github.com/hashicorp/vault/vault.(*Core).emitMetrics(0x400033e000, 0x40001769c0)
	/gopath/src/github.com/hashicorp/vault/vault/core_metrics.go:302 +0xad8
created by github.com/hashicorp/vault/vault.(*Core).postUnseal
	/gopath/src/github.com/hashicorp/vault/vault/core.go:2118 +0x2cc

goroutine 2349 [IO wait]:
internal/poll.runtime_pollWait(0xffff970b5da8, 0x72, 0xffffffffffffffff)
	/goroot/src/runtime/netpoll.go:222 +0x44
internal/poll.(*pollDesc).wait(0x4000d92798, 0x72, 0x0, 0x1, 0xffffffffffffffff)
	/goroot/src/internal/poll/fd_poll_runtime.go:87 +0x38
internal/poll.(*pollDesc).waitRead(...)
	/goroot/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0x4000d92780, 0x4001063ab1, 0x1, 0x1, 0x0, 0x0, 0x0)
	/goroot/src/internal/poll/fd_unix.go:166 +0x180
net.(*netFD).Read(0x4000d92780, 0x4001063ab1, 0x1, 0x1, 0x4000a3cad8, 0x4000a3cad4, 0x4000a1f758)
	/goroot/src/net/fd_posix.go:55 +0x44
net.(*conn).Read(0x400000e1a0, 0x4001063ab1, 0x1, 0x1, 0x0, 0x0, 0x0)
	/goroot/src/net/net.go:183 +0x74
net/http.(*connReader).backgroundRead(0x4001063aa0)
	/goroot/src/net/http/server.go:672 +0x50
created by net/http.(*connReader).startBackgroundRead
	/goroot/src/net/http/server.go:668 +0xc4

goroutine 2350 [select]:
github.com/hashicorp/vault/vault.(*Core).switchedLockHandleRequest.func1(0x4000d37150, 0x4e3fd28, 0x4000d2fb00, 0x4e3fdd0, 0x4000a9af00)
	/gopath/src/github.com/hashicorp/vault/vault/request_handling.go:412 +0x8c
created by github.com/hashicorp/vault/vault.(*Core).switchedLockHandleRequest
	/gopath/src/github.com/hashicorp/vault/vault/request_handling.go:411 +0x1cc

@ncabatoff
Copy link
Collaborator

Thanks for you answer @ncabatoff. I have updated my vault to 1.8.1 and I keep facing the same problem. Logs below:

Ah, right, sorry. We made the fix on enterprise only because we thought it was the only one impacted. I missed the dependency in the sdk module. We'll try to get a 1.8.2 out soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants