The last analysis has failed. If it keeps on failing after several attempts, please contact us on Community forum and provide the following failing analysis ID: “AZX8Af_rUm7TGo80P8Qx”.
We see this error for every inspection on this repository. Last run was around 3 April 2025 at 16:14.
Hope you can help me out!
Barry
Hi @barry1234 welcome to the community!
The last analysis failed with this message:
Report for commit ‘830cdecd88fc8746ca2dfb722aa0e58f1e935d97’ can’t be processed: a newer report has already been processed, and processing older reports is not supported. The last processed report was for commit ‘830cdecd88fc8746ca2dfb722aa0e58f1e935d97’.
It happens usually when 2 consecutive pushes on the same branch, very close to each other, trigger 2 separate runs of Automatic Analysis that finish in the reverse order (the report of the second commit is submitted before the report of the first commit).
You seem to get this error on each push, which is unusual. Would you have anything on your source control system that for each commit push could create another commit right after?
Hi Claire,
Thanks for looking into this. To my knowledge we don’t have a process but I will look into to double check.
Is there an overview of all runs on the same branch? I cannot see how often an analysis is triggered so it is hard to see if they finished out of order.
I’ll get back to you with more but it will take some time, I’ll be away for a week.
Hi,
You can see the list of tasks of your project (all branches) with their identifier in the Administration - Background tasks page. You need to be a project admin to have access to that page.
The process I have in mind could be something automatically keeping the branches up to date with the target branch for example, automatic rebases, or also merge queues.