-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some Bazel projects started failing #9261
Comments
Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54490 Related to #9261 Raksha updated googletest to avoid an old version that referenced the outdated platforms dependency. Raksha still has some references to `@bazel_tools//platforms` e.g. https://github.com/google-research/raksha/blob/3205399ca08af4b69bbd306a664181aca0b56e6e/gcb/rbe/configs/path/config/BUILD#L23 but we can avoid these by limiting the bazel query for targets to the `src` folder using `export FUZZTEST_TARGET_FOLDER="//src/...` Signed-off-by: David Korczynski <david@adalogics.com> Signed-off-by: David Korczynski <david@adalogics.com>
This resolves the current issues caused by #9261 tcmalloc fails because of rules_fuzzing having issues with the above issues. Signed-off-by: David Korczynski <david@adalogics.com>
The issue seems to be a bit project specific -- for projects that rely on The issue may happen in other projects that use bazel. Downgrading to 5.4.0 is still an option there but may not be possible -- e.g. was the case in Raksha #9297 |
This resolves the current issues caused by #9261 tcmalloc fails because of rules_fuzzing having issues with the above issues. Signed-off-by: David Korczynski <david@adalogics.com> Signed-off-by: David Korczynski <david@adalogics.com>
Going over the list of projects using |
Can this be closed then? :-) |
Yeah, I think so, thanks! |
Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54490 Related to google#9261 Raksha updated googletest to avoid an old version that referenced the outdated platforms dependency. Raksha still has some references to `@bazel_tools//platforms` e.g. https://github.com/google-research/raksha/blob/3205399ca08af4b69bbd306a664181aca0b56e6e/gcb/rbe/configs/path/config/BUILD#L23 but we can avoid these by limiting the bazel query for targets to the `src` folder using `export FUZZTEST_TARGET_FOLDER="//src/...` Signed-off-by: David Korczynski <david@adalogics.com> Signed-off-by: David Korczynski <david@adalogics.com>
This resolves the current issues caused by google#9261 tcmalloc fails because of rules_fuzzing having issues with the above issues. Signed-off-by: David Korczynski <david@adalogics.com> Signed-off-by: David Korczynski <david@adalogics.com>
I was looking at why
fuzztest-raksha
is failing to build and I think it's a bazel issue. The samme issue happens intcmalloc
Example log:
It seems to be this issue bazelbuild/bazel#8622 and probably not something we should fix, but rather the projects themselves should fix. Other projects started observing this issue as well (e.g. google/googletest#4096). Am not entirely sure if we can do something but leaving this open for tracking.
The text was updated successfully, but these errors were encountered: