panic: Sentry detected 2 stuck task(s):
	Task tid: 1273 (goroutine 34683), entered RunSys state 3m8.91s ago.
	Task tid: 1268 (goroutine 34481), entered RunSys state 3m8.91s ago.
Search for 'goroutine <id>' in the stack dump to find the offending goroutine(s)
Stack for running G's are skipped while panicking.

goroutine 234 [running]:
panic(0x1a2d240, 0xc0092d6160)
	GOROOT/src/runtime/panic.go:1065 +0x565 fp=0xc008587b80 sp=0xc008587ab8 pc=0x43a6c5
gvisor.dev/gvisor/pkg/sentry/watchdog.(*Watchdog).doAction(0xc00058af80, 0x1, 0x1, 0xc008587d28)
	pkg/sentry/watchdog/watchdog.go:443 +0x82d fp=0xc008587c98 sp=0xc008587b80 pc=0x11d418d
gvisor.dev/gvisor/pkg/sentry/watchdog.(*Watchdog).report(0xc00058af80, 0xc00978c660, 0x1, 0x51f9318c880)
	pkg/sentry/watchdog/watchdog.go:391 +0x478 fp=0xc008587df0 sp=0xc008587c98 pc=0x11d3858
gvisor.dev/gvisor/pkg/sentry/watchdog.(*Watchdog).runTurn(0xc00058af80)
	pkg/sentry/watchdog/watchdog.go:369 +0x95a fp=0xc008587f38 sp=0xc008587df0 pc=0x11d32da
gvisor.dev/gvisor/pkg/sentry/watchdog.(*Watchdog).loop(0xc00058af80)
	pkg/sentry/watchdog/watchdog.go:289 +0x88 fp=0xc008587fd8 sp=0xc008587f38 pc=0x11d27e8
runtime.goexit()
	src/runtime/asm_amd64.s:1371 +0x1 fp=0xc008587fe0 sp=0xc008587fd8 pc=0x477541
created by gvisor.dev/gvisor/pkg/sentry/watchdog.(*Watchdog).Start
	pkg/sentry/watchdog/watchdog.go:228 +0x3ea