Analysis not appearing after manually running

I cannot get a manual analysis to appear in SonarCloud.
I ran the analysis and it appeared to upload and complete successfully, as per the below output. I waited 16 hours since the analysis completed.
When I access the project in the web app, it is still saying the last analysis completed in January 2024.
What’s going wrong?

Manual analysis output:

INFO: CPD Executor CPD calculation finished (done) | time=10123ms
INFO: Analysis report generated in 32932ms, dir size=115 MB
INFO: Analysis report compressed in 37077ms, zip size=39 MB
INFO: Analysis report uploaded in 179897ms
INFO: ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?id=admin0011_myorg
INFO: Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
INFO: More about the report processing at https://sonarcloud.io/api/ce/task?id=AZFVKnbm4M0h26275sRK
WARN: Failed to publish the sensor cache
INFO: Time spent writing ucfgs 16861ms
INFO: Analysis total time: 23:59.181 s
INFO: ------------------------------------------------------------------------
INFO: EXECUTION SUCCESS
INFO: ------------------------------------------------------------------------
INFO: Total time: 24:19.222s
INFO: Final Memory: 153M/534M
INFO: ------------------------------------------------------------------------
The SonarScanner CLI has finished
18:37:12.771  Post-processing succeeded.

Hey there.

The logs mention this URL:

https://sonarcloud.io/api/ce/task?id=AZFVKnbm4M0h26275sRK

Any interesting details if you navigate to that URL in your browser?

Thank you, that gave me the answer - I was over the line limit for my account.