joeleba

Results 26 comments of joeleba

I haven't looked super closely yet, but it's most likely the wrapping of exceptions (e.g. `TargetCompatibilityCheckException` by `ViewCreationFailedException`) that's causing this. I hope this is just a visual thing and...

`--incompatible_proto_output_v2` isn't a `build` flag, but an `aquery` flag, so the failure is expected.

As discussed offline, bazel-bench goes through the process of building binary & running benchmark for each commit sequentially, instead of building every binary upfront. So it's WAI that the log...

A bit of context regarding json_profile_merge: we're using it to provide an estimated performance breakdown by phases in our daily report: https://perf.bazel.build/bazel/2020/03/12/report.html We'd be happy to accept PRs on this,...

> The commit to build Bazel at can be given as a branch or tag name From reading the documentation in the code, it certainly wasn't the intended usage. `commit`...

@zhengwei143 Could you please help with the failing test? Thanks!

Interesting. I couldn't reproduce this internally even with `--runs_per_test=100`.

Thanks for filing the feature request. Realistically speaking we're not planning to support this, since it does not fit very nicely with our existing query/filter syntax.

Thanks for filing the bug. Could you please try out Bazel at HEAD to see if this is still an issue? We recently made some changes to this part of...

Could you please provide additional info on your machine? (OS, CPU type, memory, number of cores, ...), as well as the [bazel JSON trace profile](https://bazel.build/advanced/performance/json-trace-profile) that you showed above? >...