Carlos O'Ryan
Carlos O'Ryan
https://console.cloud.google.com/cloud-build/builds;region=us-east1/66c3d69a-7c8e-441d-8150-1f18fa8ab38d?project=936212892354 and https://console.cloud.google.com/cloud-build/builds;region=us-east1/02a28e28-7899-4cdd-9730-442b3b3cf98c?project=936212892354
`kaniko:1.7.0` is out, it supports retries when extracting the filesystem: https://github.com/GoogleContainerTools/kaniko/pull/1685 https://github.com/GoogleContainerTools/kaniko/releases/tag/v1.7.0 A simple upgrade did not work. Seems like some configuration is needed.
No repeats in 90d, and probably fixed by #8558
Keep open.
I was able to repro with: ``` CXX=clang++ CC=clang bazel test -c opt --runs_per_test=1024 --jobs=32 --test_env=PUBSUB_EMULATOR_HOST=localhost:8085 --test_env=GOOGLE_CLOUD_PROJECT=coryan-test --test_env=GOOGLE_CLOUD_CPP_AUTO_RUN_EXAMPLES=yes --test_env=GOOGLE_CLOUD_CPP_EXPERIMENTAL_LOG_CONFIG=lastN,100,ERROR --test_env=GOOGLE_CLOUD_CPP_ENABLE_TRACING=rpc,rpc-streams //google/cloud/pubsub/samples:samples ``` about 5 runs out of 1,024 have a...
@dbolduc this does not strike me as the same problem at all. In the original report the samples would deadlock and be killed by the test driver after 1500s. In...
Second strike.
Punt for now.
This might be useful / relevant: https://github.com/bazelbuild/rules_foreign_cc/blob/master/examples/cmake_nghttp2/BUILD
See #5342 seems more doable now that we are using Bazel >= 4.0