When searching for a troublesome blob, restic find with verbose level 2 has not emitted anyting for 90 minutes. Is this normal? The repository is on a locally mounted USB spinning disk on a Raspberry Pi 3B.
What effect is --verbose=2 supposed to have in this case?
jarle@pi01:~/restic $ ./restic-my prune
repository bf16cbdf opened (version 2, compression level auto)
loading indexes...
[0:19] 100.00% 33 / 33 index files loaded
loading all snapshots...
finding data that is still in use for 704 snapshots
[3:09] 11.08% 78 / 704 snapshots
decrypting blob 39d4bd7d4708b99c3708d617064266932d1a3d139a252ea22f45098fee144c98 failed: nonce is invalid
github.com/restic/restic/internal/repository.(*Repository).LoadBlob
/restic/internal/repository/repository.go:315
github.com/restic/restic/internal/restic.LoadTree
/restic/internal/restic/tree.go:115
github.com/restic/restic/internal/restic.loadTreeWorker
/restic/internal/restic/tree_stream.go:36
github.com/restic/restic/internal/restic.StreamTrees.func1
/restic/internal/restic/tree_stream.go:176
golang.org/x/sync/errgroup.(*Group).Go.func1
/home/build/go/pkg/mod/golang.org/x/sync@v0.5.0/errgroup/errgroup.go:75
runtime.goexit
/usr/local/go/src/runtime/asm_arm64.s:1197
jarle@pi01:~/restic $ ./restic-my --verbose=2 find --blob 39d4bd7d4708b99c3708d617064266932d1a3d139a252ea22f45098fee144c98
repository bf16cbdf opened (version 2, compression level auto)
[0:23] 100.00% 33 / 33 index files loaded