Long standing windows alt build failure, it seems.
Issue is that the function defintion for __checkpoint_lock_tree has the is_checkpoint bool included. Unfortunately, the only place this particular variable is used, is within an assert on lines 950/951.
I suspect that the assert not always generating some form of code is likely to blame here.