Failed Inventory Scan
Resolve Issues with Failed Inventory Scans
Last updated
Was this helpful?
Resolve Issues with Failed Inventory Scans
An inventory scan is how Warp discovers repositories in your source platform. When you run a scan, Warp's Runner Agent connects to your source (Azure DevOps, Bitbucket Server, etc.) using the credentials stored in your vault and retrieves a list of repositories. This page covers the reasons an inventory scan can fail and how to resolve them.
Scan action fails in the Actions tab of Migration HQ.
Scan completes but no repositories appear in the Issues tab.
Error messages in runner logs referencing authentication or authorization.
The personal access token (PAT) stored in your vault may not have the scopes required to read repositories from your source platform.
Resolution:
Verify the PAT has the required scopes for your source platform. Refer to the Set Up Your Vault guide for the specific scopes needed.
If the scopes are incorrect, generate a new PAT with the correct permissions.
Update the credential in the Warp Vault app and push the updated vault file to Migration HQ.
Personal access tokens have expiration dates. An expired PAT will cause authentication failures during the scan.
Resolution:
Check the expiration date of the PAT on your source platform.
Generate a new PAT with the same scopes.
Update the credential in the Warp Vault app and push the updated vault file to Migration HQ.
If credentials were updated outside of Warp Vault, or a new vault was generated but not pushed to Migration HQ, the vault file may be stale.
Resolution:
Open the Warp Vault app and verify your credentials are current.
Re-export the vault file.
Push the updated vault.age file to Migration HQ.
If GitHub is experiencing an outage, Runner Agents cannot execute workflows, and scans will fail.
Resolution:
Check GitHub Status for any ongoing incidents.
Wait for the incident to be resolved, then retry the scan.
Runner Agent logs provide detailed error information that can help identify the root cause. See Troubleshooting Using a Runner Agent's Logs for instructions on locating and reading log output.
Failed Migration — similar causes apply to migration failures
Troubleshooting — index of all common issues
Support — contact Product Support
Last updated
Was this helpful?
Was this helpful?