In theory, every user has a local account loginwiki because 1) right after signup they are redirected to loginwiki's Special:CentralLogin, which autocreates; 2) we create an account via CentralAuthCreateLocalAccountJob just in case. In practice, allegedly the process is not super reliable (this is expected for central login, since the browser might prevent cookie access or there can be a network error, but unexpected for the job).
This is a problem as (after T363695 disables central login on loginwiki) we want to rely on the job to make sure there is still one wiki which has all the accounts, a requirement from anti-abuse volunteers. We should investigate, get a sense of how reliable the job is, and see if we can find something to fix.