Automatic analysis Recurring failures: e9e8ff64-7e9f-4394-8161-5c59b93924c9

Hello I’ve been having trouble with getting one of my projects to analyze using automatic analysis.

  • ALM used: GitHub
  • CI system used (AWS Codepipeline) But this project uses Automatic Analysis
  • Primarily C#
  • Error observed
    ```
    he last analysis has failed. If it keeps on failing after several attempts, please contact us on Community forum (opens in new tab) and provide the following failing analysis ID: e9e8ff64-7e9f-4394-8161-5c59b93924c9.
    ```
  • I had it rerun by toggling the Automatic Analysis flag off then back on.

Oddly enough the background tasks from today and yesterday all look like they completed successfully. **

Thanks!
Aaron**

Hi Aaron,

Welcome to the community and thanks for this report!

The underlying problem is that the automatic analysis worker is running out of disk space. You’re going to have to switch to CI-based analysis.

 
HTH,
Ann