it's in the e2e test suite: ``` panic: Log in gor...
# spicedb
v
it's in the e2e test suite:
Copy code
panic: Log in goroutine after TestNoNewEnemy has completed: no such process



goroutine 32 [running]:
testing.(*common).logDepth(0xc00038ab60, {0xc000df68a0, 0x11}, 0x3)
    /opt/hostedtoolcache/go/1.17.6/x64/src/testing/testing.go:779 +0x4c9
testing.(*common).log(...)
    /opt/hostedtoolcache/go/1.17.6/x64/src/testing/testing.go:761
testing.(*common).Log(0x40ca07, {0xc00046b9c0, 0xaf1be0, 0x1})
    /opt/hostedtoolcache/go/1.17.6/x64/src/testing/testing.go:800 +0x45
github.com/authzed/spicedb/e2e.(*TLogger).Write(0xc000128318, {0xc000860000, 0x10, 0x9})
    /home/runner/work/spicedb/spicedb/e2e/util.go:17 +0xa6
fmt.Fprintln({0xd1d720, 0xc000128318}, {0xc0001f47c0, 0x1, 0x1})
    /opt/hostedtoolcache/go/1.17.6/x64/src/fmt/print.go:265 +0x75
github.com/authzed/spicedb/e2e.cleanupOnDone.func1()
    /home/runner/work/spicedb/spicedb/e2e/run.go:55 +0x87
created by github.com/authzed/spicedb/e2e.cleanupOnDone
    /home/runner/work/spicedb/spicedb/e2e/run.go:51 +0xa7
FAIL    github.com/authzed/spicedb/e2e/newenemy    87.671s
FAIL