Vanja Pejovic

Results 15 comments of Vanja Pejovic

Maybe it only happens when linking tests? Here's another one: ``` ERROR: /home/vanja/src/buildbuddy/server/util/ioutil/BUILD:14:8: GoLink server/util/ioutil/ioutil_test_/ioutil_test failed: (Exit 1): builder failed: error executing GoLink command (from target //server/util/ioutil:ioutil_test) (cd /home/vanja/.cache/bazel/_bazel_vanja/74da49126678a995920acffee3a5843e/sandbox/processwrapper-sandbox/1914/execroot/buildbuddy &&...

@vadimberezniker, since https://github.com/buildbuddy-io/buildbuddy/pull/3228 made this code unused.

This was fixed by https://github.com/googleapis/google-cloud-go/pull/11162, right?

I just wasn't sure because this issue is still open. A few semi-related comments: 1. using `o.logger()` instead of `fmt.Prinln` makes me less confident that the logs will end up...

Looking at the baseline performance, it's interesting that increasing memory from 1 to 2 and 2 to 4 nearly doubles the snapshot time, but increasing from 4 to 8 actually...