-
-
Notifications
You must be signed in to change notification settings - Fork 174
Coverity analysis failing #4287
Description
Since moving the Coverity builds over to the Ubuntu 24.04 Hetzner machines, analysis at https://scan.coverity.com/projects/node-js has been failing.
The Jenkins build succeeds. We are running a newer version of the Coverity build tool on the new machines, so it might be related to that.
I've updated the PATH setting in the job and am rerunning: https://ci.nodejs.org/job/node-daily-coverity/3697/
Hmm. This succeeded and submitted the build, but the analysis on https://scan.coverity.com/projects/node-js has failed:
Last Build Status: Failed. Your build has failed due to the following reason. Please fix the error and upload the build again.
Error details: The build uploaded has been only partially compiled. We recommend at least 85% capture success to avoid false-positives during analysis. As per cov-int/build-log.txt, the percentage of compilation units ready for analysis is 75% which is less than the expected 85%...more
Originally posted by @richardlau in #4144