Cap'n Proto has a bug on netbsd where it incorrectly detects compiler does not support exceptions (reported and fixed in https://github.com/capnproto/capnproto/pull/2756) causing exceptions thrown from bitcoin core IPC methods not be caught and leading to the CI failure reported https://github.com/bitcoin/bitcoin/issues/36058.
Failure can be worked around by adding `-DKJ_NO_EXCEPTIONS=0`` to the build configuration so add an error message to detect when it would happen and suggest this.