Sonar analysis fails with cmake ninja build

@vijay_kumar_kuruba, sorry i was confused with your “…” in build-wrapper-linux-x86-64 --out-dir build-wrapper-output cmake -G Ninja … I thought you meant previous dir (as sometimes the formatter change ... to .. .

can you wrap again the build comand (build-wrapper-linux-x86-64 --out-dir build-wrapper-output cmake -G Ninja -S {BUILD_TOP}/flowtracer -B {BUILD_TOP}/RelBuild-ninja/ -D CMAKE_BUILD_TYPE=Release -D VENDORS_DIR={VENDORS} -D RLM_LICENSE=7070@rlm1.int.rtda.com -D VOV_EDITION_STRING={VOV_EDITION_STRING} -D VOV_EDITION_NUMBER=${P4_CHANGELIST} -D OPTION_DEBUG_MODE=ON -D OPTION_TBD_ENABLE_CMAKE_VENDORS=YES’)

And share the new cmdline log + build-wrapper.log file.
build-wrapper should always wrap the command that build your project and “ninja dist” doesn’t in your case…