Last Analysis failed, ID: AZsnSZJLYsfHLAy7RFbt

Hi,
our organisation uses SonarCloud and Automatic Analysis. We are currently experiencing an issue within one project and the last successful scan of the main branch took place two months ago. I would like to mention that Pull Request automatics scans are working well and generating proper analysis. However, the following problem appeared in the case of the main branch.

Here is detailed log:

The 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: 7263a232-bcb1-4704-a816-2f81ac26824e.

Below is the wider context with error message: and scanner context:

error message:

There was an issue whilst processing the report. Please contact support with the Project Analysis ID: AZsnSZJLYsfHLAy7RFbt.

scanner context:

SonarCloud plugins:
  - Text Code Quality and Security 2.35.0.10074 (textenterprise)
  - IaC Code Quality and Security 2.2.0.18377 (iac)
Project server settings:
  - sonar.abap.file.suffixes=.abap,.ab4,.flow,.asprog
  - sonar.apex.file.suffixes=.cls,.trigger
  - sonar.autoscan.enabled=true
  - sonar.azureresourcemanager.file.suffixes=.bicep
  - sonar.c.file.suffixes=.c,.h
  - sonar.cpd.exclusions=api/test/**/*,**/*.spec.ts
  - sonar.cpp.file.suffixes=.cc,.cpp,.cxx,.c++,.hh,.hpp,.hxx,.h++,.ipp,.ixx,.mxx,.cppm,.ccm,.cxxm,.c++m
  - sonar.cs.file.suffixes=.cs,.razor
  - sonar.css.file.suffixes=.css,.less,.scss,.sass
  - sonar.dart.file.suffixes=.dart
  - sonar.docker.file.patterns=Dockerfile,*.dockerfile
  - sonar.exclusions=frontend/src/public/**/*
  - sonar.flex.file.suffixes=as
  - sonar.go.file.suffixes=.go
  - sonar.html.file.suffixes=.html,.xhtml,.cshtml,.vbhtml,.aspx,.ascx,.rhtml,.erb,.shtm,.shtml,.cmp,.twig
  - sonar.ipynb.file.suffixes=ipynb
  - sonar.java.file.suffixes=.java,.jav
  - sonar.java.jvmframeworkconfig.file.patterns=**/src/main/resources/**/*app*.properties,**/src/main/resources/**/*app*.yaml,**/src/main/resources/**/*app*.yml
  - sonar.javascript.file.suffixes=.js,.jsx,.cjs,.mjs,.vue
  - sonar.jcl.file.suffixes=.jcl
  - sonar.json.file.suffixes=.json
  - sonar.jsp.file.suffixes=.jsp,.jspf,.jspx
  - sonar.kotlin.file.suffixes=.kt,.kts
  - sonar.objc.file.suffixes=.m
  - sonar.php.file.suffixes=php,php3,php4,php5,phtml,inc
  - sonar.pli.file.suffixes=.pli
  - sonar.plsql.file.suffixes=sql,tab,pkb
  - sonar.python.file.suffixes=py
  - sonar.rpg.file.suffixes=.rpg,.rpgle,.sqlrpgle,.RPG,.RPGLE,.SQLRPGLE
  - sonar.ruby.file.suffixes=.rb
  - sonar.rust.file.suffixes=.rs
  - sonar.scala.file.suffixes=.scala
  - sonar.shell.file.suffixes=.sh,.bash
  - sonar.swift.file.suffixes=.swift
  - sonar.terraform.file.suffixes=.tf
  - sonar.tsql.file.suffixes=.tsql
  - sonar.typescript.file.suffixes=.ts,.tsx,.cts,.mts
  - sonar.vb.file.suffixes=.bas,.frm,.ctl
  - sonar.vbnet.file.suffixes=.vb
  - sonar.xml.file.suffixes=.xml,.xsd,.xsl,.config
  - sonar.yaml.file.suffixes=.yaml,.yml
Project scanner properties:
  - sonar.analysisUuid=2937e566-ec2e-47f7-a07e-7999ae8b4d5d
  - sonar.autoscan.ignoredRules=S3651,S3618,S3641,S3921
  - sonar.branch.name=develop
  - sonar.c.file.suffixes=-
  - sonar.coverage.exclusions=**/*
  - sonar.cpd.exclusions=api/test/**/*,**/*.spec.ts
  - sonar.cpp.file.suffixes=-
  - sonar.exclusions=api/test/**/*,frontend/src/public/**/*,,frontend/src/public/**/*,**/*.java,**/*.jav,**/*.cs,**/*.vb,**/*.c,**/*.h,**/*.cc,**/*.cpp,**/*.cxx,**/*.c++,**/*.hh,**/*.hpp,**/*.hxx,**/*.h++,**/*.ipp,**/*.tab,**/*.pkb,**/*.m,**/*.rs,**/*.dart
  - sonar.host.url=https://sonarcloud.io
  - sonar.javascript.node.maxspace=4096
  - sonar.login=******
  - sonar.objc.file.suffixes=-
  - sonar.organization=******
  - sonar.password=******
  - sonar.projectBaseDir=/tmp/clone6600130449887131481
  - sonar.projectKey=******
  - sonar.scanner.apiBaseUrl=https://sonarcloud.io//should_not_be_used_by_autoscan
  - sonar.scanner.app=ScannerCLI
  - sonar.scanner.appVersion=7.2.0.5079
  - sonar.scanner.arch=x86_64
  - sonar.scanner.bootstrapStartTime=1765896267478
  - sonar.scanner.engineJarPath=/opt/sonar-scanner/.sonar/cache/e28161b2802df2156618d64882119fb07bf4c23768b7cbdddb53e27a89f9a26f/sonarcloud-scanner-engine-12.11.0.2292-all.jar
  - sonar.scanner.home=/opt/sonar-scanner
  - sonar.scanner.javaOpts=-XX:+ExitOnOutOfMemoryError -Xmx8g -Duser.language=en -Duser.country=US -Dsonar.sourceEncoding=UTF-8
  - sonar.scanner.opts=-XX:+ExitOnOutOfMemoryError -Dsonar.javascript.node.maxspace=4096 -Duser.language=en -Duser.country=US -Dsonar.sourceEncoding=UTF-8
  - sonar.scanner.os=linux
  - sonar.scanner.skipJreProvisioning=true
  - sonar.scanner.sonarcloudUrl=https://sonarcloud.io/
  - sonar.scanner.truststorePassword=******
  - sonar.scanner.truststorePath=/usr/lib/jvm/java-21-amazon-corretto.x86_64/lib/security/cacerts
  - sonar.scanner.wasJreCacheHit=DISABLED
  - sonar.scm.provider=git
  - sonar.sourceEncoding=UTF-8
  - sonar.sources=api/,frontend/
  - sonar.test.exclusions=**/*.java,**/*.jav,**/*.cs,**/*.vb,**/*.c,**/*.h,**/*.cc,**/*.cpp,**/*.cxx,**/*.c++,**/*.hh,**/*.hpp,**/*.hxx,**/*.h++,**/*.ipp,**/*.tab,**/*.pkb,**/*.m,**/*.rs,**/*.dart
  - sonar.test.inclusions=api/test/**/*
  - sonar.tests=api/
  - sonar.userHome=/opt/sonar-scanner/.sonar
  - sonar.working.directory=/tmp/scanner/6407913966458607591/.scannerwork

Hi,

To be clear, you’re not using automatic analysis here. You’re running analysis from your own CI? And after CI-side analysis completes successfully, you see this error on the server side?

If that’s correct, is there any more detail in the project’s Administration → Background Tasks?

 
Thx,
Ann

Hi,
I am joining this discussion on behalf of the organization.
For this project, we rely exclusively on automatic analysis and do not use a custom CI pipeline. While the analysis works correctly on Pull Requests, it fails on the main branch. The full log is included in the post, it was retrieved directly from Administration → Background.

Hi,

Thanks for the clarification. It looks like this was caused by an internal error. I’ve flagged this for the team.

 
Ann

1 Like

Thanks, I would be grateful for further information or a possible solution to a problem.

Hi,

This looks like something we have to dig into on our side. Hopefully the team will be along soon.

 
Thx,
Ann

Hi,

I’m just following up on this as it has been a while since your last message.
Unfortunately, the issue still persists on my end. Do you have any updates on that?

Thx, Piotr

Hi Piotr,

I wish I had news for you. I’ll ping them.

 
Ann

Hello @piotr-ziegler,

A fix was deployed yesterday, you should no longer encounter an issue when running an analysis on this project.
For reference, this was most likely happening because you have/had files with a colon in the path.

Thank you for the report!

3 Likes

Thanks for your effort! Now works perfectly fine!

2 Likes