Build fails when run with build-wrapper-linux-x86-64 v8.9

Hi @rgaduputi,
Thanks for the logs.
I noticed that your build process is using scl that cannot be tracked by build-wrapper.
You are suffering from the same problem as Sonar analysis fails with cmake ninja build - #9 by Abbas_Sabra. Two workarounds:

  • Move the build-wrapper to a lower level. As I suggested in the other post.
  • If you can generate a compilation database, update to the latest SQ, and use it instead of build-wrapper.

We created a ticket about this feel free to follow it.
Thanks,