SonarCloud Quality Gate Failing in Bitbucket Pipeline (Analysis with id \'None\' is not found)

We are experiencing a failure in Bitbucket pipeline all of a sudden, started this morning. The failure comes from the QualityGate image.

The error we are seeing is:
Digest: sha256:ec3fce26d3c67ee542841e740d7de97301389f3303ac481227f4e4eecf592600

Status: Downloaded newer image for sonarsource/sonarcloud-quality-gate:0.1.3

..✖ Quality Gate failed: Could not fetch quality gate status: b'{"errors":[{"msg":"Analysis with id \'None\' is not found"}]}'

Our Bitbucket pipeline is defined as follow:

  • step: &commonScan
    name: Code Scan
    caches:
    - sonar
    script:
    - pipe: sonarsource/sonarcloud-scan:1.0.1
    - pipe: sonarsource/sonarcloud-quality-gate:0.1.3

I have already contacted Bitbucket but they suggest that I should contact your team as this is related to your product.

Looks like many of us have been affected by this, here’s another thread/post with more people replying: Could not read report from S3 for task AXM0Vsyz9Kn4c5Jad2QU

We’ve had an outage earlier today, but I’m not sure this is the same issue.

The service is operational now. If you trigger the pipeline again, do you get the same error?

It is working now, thank you.