AutoScan analysis failing - ID: c2990713-550e-4a7a-b11b-76777f082aa9

My AutoScan analysis keeps failing on SonarCloud. I haven’t changed anything significant in the config. The failure message just says to contact the community with this ID:

c2990713-550e-4a7a-b11b-76777f082aa9.

Project setup: Next.js / TypeScript. Has anyone seen this before?

Hi @dulsara-manakal,

Same pattern as your thread from June. We checked our backend logs for this analysis ID and can confirm what happened: two analysis reports were submitted for the same commit on PR #1571, and the second one was rejected since a report for that commit had already been processed.

The results for that commit should already be showing correctly on the PR, so this is safe to ignore for now.

What we don’t yet know is why two reports are being generated for the same commit on this repo specifically. Since this is now the second time it’s happened here, I’m flagging this post to our development team to dig into it further.

A couple of things that would help the investigation, if you don’t mind sharing:

  1. Do you use any tooling that rebases, force-pushes, or amends commits on this branch (for example Graphite, or a bot that pushes automatically)?
  2. Roughly how often are you pushing to this PR branch? A rapid series of pushes in a short window is one thing we want to rule out.
  3. Have you seen this on other PRs or repos, or only on this one?

Cheers,

Stevan