Skip to content

Vault 1.8.0 panic on ARM platform #12368

@wallacepf

Description

@wallacepf

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions