I have install sonar scanner on Linux centos 7 but build wrapper build issue please check below logs

build wrapper command<<< <build-wrapper-linux-x86-64 --out-dir build_wrapper_output_directory ;cd Container;./build.sh --clean

/var/lib/jenkins/workspace/Release_SCB_HK_MVP2.5_Linux_Builds/build_wrapper_output_directory/build-wrapper-dump.json
was generated using build-wrapper version 6.32,
which does not match the analyzer version 6.38.0.60268.

Please download the matching version from the server
https://sonarqube.oneeuronet.com/static/cpp/build-wrapper-linux-x86.zip

INFO: PCH: unique=0 use=0 (forceInclude=0,throughHeader=0,firstInclude=0) out of 0 (forceInclude=0,throughHeader=0)
INFO: SE: 0 out of 0
INFO: Z3 refutation rate: 0 out of 0
INFO: Subprocess(es) done in 34ms
INFO: 0/2117 files marked as unchanged
INFO: Cache: 0/0 hits, 125 bytes
INFO: 0 compilation units analyzed
INFO: ------------------------------------------------------------------------
INFO: EXECUTION FAILURE
INFO: ------------------------------------------------------------------------
INFO: Total time: 32.202s
INFO: Final Memory: 72M/247M
INFO: ------------------------------------------------------------------------
ERROR: Error during SonarQube Scanner execution
java.lang.IllegalStateException: The “build-wrapper-dump.json” file was found empty. Please make sure that:

  • you are using the latest version of the build-wrapper and the CFamily analyzer

-----------------------------sonar scan command --------------------------------
sonar-scanner -Dsonar.projectKey=EEFT_Software_Renonline_SCB_HK_MVP2.5_Linux_Analysis -Dsonar.projectName=EEFT_Software_Renonline_SCB_HK_MVP2.5_Linux_Analysis -Dsonar.sources=. -Dsonar.cfamily.build-wrapper-output=/var/lib/jenkins/workspace/Release_SCB_HK_MVP2.5_Linux_Builds/build_wrapper_output_directory -D"sonar.cfamily.cache.path=/var/lib/jenkins/workspace/Release_SCB_HK_MVP2.5_Linux_Builds/sonarcache" -Dson=https://sonarqube.oneeuronet.com -Dsonar.login=sqp_5a8e0ce500b6ac7515acc15ac1983d20b0ca3e0d -Dsonar.scm.exclusions.disabled=true -Dsonar.exclusions=/var/lib/jenkins/workspace/Release_SCB_HK_MVP2.5_Linux_Builds/

​ ​ ​ ​

Please don’t raise duplicate threads.

https://community.sonarsource.com/t/i-have-install-sonarqube-on-linux-centos-7-but-buildwrapper-issue-please-check/79450/4

I will close this one.