Further up in the log I see this:
type: error
time: 2021-10-11 11:29:49.956558 +0100
process: kmutil
category: <Missing Description>
message: Remote encountered error: Error Domain=KMErrorDomain Code=29 "Authenticating extension failed: Kext com.apple.nke.rvi v2.1.0 in executable kext bundle com.apple.nke.rvi at /Library/Apple/System/Library/Extensions/RemoteVirtualInterface.kext:
Authenticating extension failed: Bad code signature" UserInfo={NSLocalizedDescription=Authenticating extension failed: Kext com.apple.nke.rvi v2.1.0 in executable kext bundle com.apple.nke.rvi at /Library/Apple/System/Library/Extensions/RemoteVirtualInterface.kext:
Authenticating extension failed: Bad code signature}
A quick check of the code signature suggests a problem with the way that the KEXT is built:
% codesign -v -vvv "/Library/Apple/System/Library/Extensions/RemoteVirtualInterface.kext"
/Library/Apple/System/Library/Extensions/RemoteVirtualInterface.kext: resource envelope is obsolete (custom omit rules)
Note If you’re curious what this means, it’s discussed in Technote 2206 macOS Code Signing In Depth.
I’m not sure what’s going on here but it definitely seems bugworthy. Please file a bug and post the number here, just for the record.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"