AzureDevOps pipeline failed with this ERROR: com.sonar.cpp.analyzer.Analyzer$AnalyzerException: Exit code != 0

Hello! I met a problem which blocked our sonarscan pipelines.

Versions used:
CFamily plugin version: 6.28.0.39490
build-wrapper-win-x86-64 6.28
SonarCloud 9.0.1.46107

We are using AzureDevOps pipelines, the error messages are:

I’ve done a lot of trials but still can’t fix the problem. The pipelines worked well last week when we were using:
CFamily plugin version:6.27.0.38122
build-wrapper-win-x86-64 6.25

I wonder if we can downgrade CFamily plugin of sonarcloud for our project. Could you please let me know if you have more suggestions?

I’ve already made a copy of sonar-cfamily-reproducer.zip. Can you send me the PM then I can share the logs with you?

Hi @Sundy,

PM sent.

Thanks,

Hi @Sundy,

As mentioned privately, I identified the issue in the reproducer it is related to one of your file encodings we don’t support UTF-16 (LE).

Let me know if you face other issues.
Thanks,

1 Like

After converting the files, the problem has been resolved.
Thanks for your quick reply!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.