panic: Sentry detected 1 stuck task(s):
	Task tid: 4731 (0x127b), entered RunSys state 3m20.32s ago.
Search for '(*Task).run(0x..., 0x<tid>)' in the stack dump to find the offending goroutine
Stack for running G's are skipped while panicking.

goroutine 177 [running]:
panic(0x13e4a40, 0xc0013c6510)
	GOROOT/src/runtime/panic.go:1064 +0x46d fp=0xc00028fb48 sp=0xc00028fa90 pc=0x4360bd
gvisor.dev/gvisor/pkg/sentry/watchdog.(*Watchdog).doAction(0xc00013c280, 0x1, 0x1, 0xc00028fd10)
	pkg/sentry/watchdog/watchdog.go:368 +0x737 fp=0xc00028fc78 sp=0xc00028fb48 pc=0xd5f2b7
gvisor.dev/gvisor/pkg/sentry/watchdog.(*Watchdog).report(0xc00013c280, 0xc000745260, 0x6c01, 0x531c795800)
	pkg/sentry/watchdog/watchdog.go:327 +0x3ff fp=0xc00028fdd8 sp=0xc00028fc78 pc=0xd5ea8f
gvisor.dev/gvisor/pkg/sentry/watchdog.(*Watchdog).runTurn(0xc00013c280)
	pkg/sentry/watchdog/watchdog.go:308 +0x76d fp=0xc00028ff30 sp=0xc00028fdd8 pc=0xd5e58d
gvisor.dev/gvisor/pkg/sentry/watchdog.(*Watchdog).loop(0xc00013c280)
	pkg/sentry/watchdog/watchdog.go:243 +0x53 fp=0xc00028ffd8 sp=0xc00028ff30 pc=0xd5dcb3
runtime.goexit()
	src/runtime/asm_amd64.s:1373 +0x1 fp=0xc00028ffe0 sp=0xc00028ffd8 pc=0x46b901
created by gvisor.dev/gvisor/pkg/sentry/watchdog.(*Watchdog).Start
	pkg/sentry/watchdog/watchdog.go:194 +0x32d