Following this invastigation T331752.
Update checkuser to do is temporary check in CheckUserGetEditsPager.php:179
See code snippet
178 } else { 179 if ( !IPUtils::isIPAddress( $user ) && !$user->isRegistered() ) { 180 $templateParams['userLinkClass'] = 'mw-checkuser-nonexistent-user'; 181 }