Skip to content
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

tensorflow: limit CPUs used for fuzztest fuzzers #9411

Merged
merged 1 commit into from
Jan 12, 2023

Conversation

DavidKorczynski
Copy link
Collaborator

Reduce the mount of CPUs for building Fuzztest fuzzers as this is causing the build to exhaust resources: https://oss-fuzz-build-logs.storage.googleapis.com/log-1f5769dc-3170-4205-bcda-17cd48c52985.txt

...
/src/tensorflow/tensorflow/core/kernels/BUILD:1038:18: Compiling tensorflow/core/kernels/pad_op.cc failed: (Killed): clang-15 failed: error executing command 
Step #12 - "compile-libfuzzer-undefined-x86_64":   (cd /root/.cache/bazel/_bazel_root/1c025c2968c1aa16bac5eca67aaf21d1/sandbox/linux-sandbox/3063/execroot/org_tensorflow && \

Reduce the mount of CPUs for building Fuzztest fuzzers as this is causing the build to exhaust resources: https://oss-fuzz-build-logs.storage.googleapis.com/log-1f5769dc-3170-4205-bcda-17cd48c52985.txt

```
...
/src/tensorflow/tensorflow/core/kernels/BUILD:1038:18: Compiling tensorflow/core/kernels/pad_op.cc failed: (Killed): clang-15 failed: error executing command 
Step #12 - "compile-libfuzzer-undefined-x86_64":   (cd /root/.cache/bazel/_bazel_root/1c025c2968c1aa16bac5eca67aaf21d1/sandbox/linux-sandbox/3063/execroot/org_tensorflow && \
```
@AdamKorcz AdamKorcz merged commit d1c03f0 into master Jan 12, 2023
@AdamKorcz AdamKorcz deleted the DavidKorczynski-patch-9 branch January 12, 2023 16:39
eamonnmcmanus pushed a commit to eamonnmcmanus/oss-fuzz that referenced this pull request Mar 15, 2023
Reduce the mount of CPUs for building Fuzztest fuzzers as this is
causing the build to exhaust resources:
https://oss-fuzz-build-logs.storage.googleapis.com/log-1f5769dc-3170-4205-bcda-17cd48c52985.txt

```
...
/src/tensorflow/tensorflow/core/kernels/BUILD:1038:18: Compiling tensorflow/core/kernels/pad_op.cc failed: (Killed): clang-15 failed: error executing command 
Step google#12 - "compile-libfuzzer-undefined-x86_64":   (cd /root/.cache/bazel/_bazel_root/1c025c2968c1aa16bac5eca67aaf21d1/sandbox/linux-sandbox/3063/execroot/org_tensorflow && \
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants