This is a known behavior because of Spectre and Meltdown vulnerability patching.
This issue occurs because the source host has been patched for the Spectre/Meltdown mitigation and the destination hosts attempted have not been patched.
For information on the Spectre and Meltdown vulnerabilities, see:
This issue is resolve in vSphere 6.5 Update 2, available at Broadcom Support Portal .
Note: All ESXi hosts must be updated to at minimum 6.5 Update 2 to resolve this issue.
Workaround:
To workaround this issue, add these options to the virtual machines configure (.vmx) file:
featMask.vm.cpuid.stibp = "Max:0"
featMask.vm.cpuid.ibrs = "Max:0"
featMask.vm.cpuid.ibpb = "Max:0"