SonarCloud background task failed unexpectedly

One of my recent SonarCloud scan failed in the background task. Not sure why.
Maybe because it was a doc update only PR (So no code was updated).
See PR Doc improvements by okorach · Pull Request #939 · okorach/sonar-tools · GitHub

Background task id: AY3Q-IVVJqrEvAuo2jSS
Error Message: Fail to process issues of component ‘okorach_sonar-tools:PULL_REQUEST:939’ (Visit of Component {key=okorach_sonar-tools:PULL_REQUEST:939,type=PROJECT} failed)

Scanner context:

SonarCloud plugins:
  - License for SonarLint 8.0.0.52970 (license)
  - Python Code Quality and Security 4.14.0.14263 (python)
  - Java Code Quality and Security 7.31.0.34839 (java)
  - XML Code Quality and Security 2.10.0.4108 (xml)
  - JaCoCo 1.3.0.1538 (jacoco)
  - IaC Code Quality and Security 1.26.0.8471 (iac)
  - Text Code Quality and Security 2.8.0.1635 (text)
Project server settings:
  - sonar.abap.file.suffixes=.abap,.ab4,.flow,.asprog
  - sonar.apex.file.suffixes=.cls,.trigger
  - sonar.autoscan.enabled=false
  - sonar.azureresourcemanager.file.suffixes=.bicep
  - sonar.branch.longLivedBranches.regex=(branch|release|hardening)-.*
  - sonar.c.file.suffixes=.c,.h
  - sonar.cpp.file.suffixes=.cc,.cpp,.cxx,.c++,.hh,.hpp,.hxx,.h++,.ipp
  - sonar.cs.file.suffixes=.cs,.razor
  - sonar.css.file.suffixes=.css,.less,.scss,.sass
  - sonar.docker.file.patterns=Dockerfile,*.dockerfile
  - 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.java.file.suffixes=.java,.jav
  - sonar.javascript.file.suffixes=.js,.jsx,.cjs,.mjs,.vue
  - 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.pullrequest.provider=GitHub
  - sonar.python.file.suffixes=py
  - sonar.rpg.file.suffixes=.rpg,.rpgle,.sqlrpgle,.RPG,.RPGLE,.SQLRPGLE
  - sonar.ruby.file.suffixes=.rb
  - sonar.scala.file.suffixes=.scala
  - 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.exclusions=**/*.csv, **/*.xls*, tests-it/*, tmp/*, **/*.json
  - sonar.host.url=https://sonarcloud.io
  - sonar.organization=okorach
  - sonar.projectBaseDir=/github/workspace
  - sonar.projectKey=okorach_sonar-tools
  - sonar.projectName=Sonar Tools
  - sonar.projectVersion=2.8.2
  - sonar.python.bandit.reportPaths=build/bandit-report.json
  - sonar.python.flake8.reportPaths=build/flake8-report.out
  - sonar.python.pylint.reportPaths=build/pylint-report.out
  - sonar.python.version=3.6
  - sonar.scanner.app=ScannerCLI
  - sonar.scanner.appVersion=5.0.1.3006
  - sonar.sourceEncoding=UTF-8
  - sonar.sources=.
  - sonar.verbose=false
  - sonar.working.directory=/github/workspace/.scannerwork
1 Like

Hi,

We’re experiencing problems on the backend. We’re currently working to fix it. I’ll update here when we’re back.

 
Ann

Hi again,

We’ve rolled back the bad change. If you try again, it should work.

 
Ann