When the initial communication with the git server is failing initially (e.g repository
is not found), this marks the visit status as not_found.
When the initial communication is ok but a failure occurs during the fetch step (e.g
pack file too big, ...), the visit status is marked as failed.
Related to T3030
Those are the top-level directory which detects the divergence too due to the way we compute the hashes.
Maybe, it'd be worth trying to filter those out otherwise, we could have a hard time parsing through the debug log?