| commit | ca96d37631bbfe650b5be76d5179debdccafa8fe | [log] [tgz] |
|---|---|---|
| author | mschaller <mschaller@google.com> | Tue Sep 25 10:38:58 2018 -0700 |
| committer | Copybara-Service <copybara-piper@google.com> | Tue Sep 25 10:41:16 2018 -0700 |
| tree | c9bf4464cdb16e15ec3c459f3caf21fefb86ee37 | |
| parent | 0dfb94da967d2a476cace5c02939a829050168b1 [diff] |
Include a stack trace showing what requested failed invalidations Logs indicate that, sometimes, an invalidation is happening after an evaluation that failed with an OOM. This invalidation fails because the OOM breaks graph invariants. Annoyingly, the invariant breakage gets reported instead of the OOM. Wrapping an invalidation failure adds a stack trace which will show exactly what's requesting the invalidation, which will suggest why the evaluation's OOM isn't propagated. RELNOTES: None. PiperOrigin-RevId: 214463849
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.