Carlos O'Ryan
Carlos O'Ryan
* GCB: https://console.cloud.google.com/cloud-build/builds;region=us-east1/1e4dde2f-0280-48fb-a945-5fa40b8a3afa;tab=detail?project=cloud-cpp-testing-resources * Raw: https://storage.googleapis.com/cloud-cpp-community-publiclogs/logs/google-cloud-cpp/main/aab2de313def893cd0ca8935a24c098614e0c7e1/fedora-latest-bazel-coverage-__default__/log-1e4dde2f-0280-48fb-a945-5fa40b8a3afa.txt ``` [ RUN ] ComputeIntegrationTest.CreateDisks google/cloud/compute/integration_tests/compute_integration_test.cc:126: Failure Value of: delete_disk Expected: code is equal to OK and message is anything Actual: 256-byte object ,...
@PatrickLang I think it is `Set-NetIPInterface` not `Set-NetAdapterAdvancedProperty`, as in: ``` Set-NetIPInterface -InterfaceIndex (Get-NetIPInterface -NlMtuBytes 1500).IfIndex -NlMtuBytes 1460 ``` Note that this is super inconvenient when doing a `docker build`....
I no longer have time to work on this, sorry.
I manually started the GHA builds and added you to the magic list that can start such jobs.
This may be useful (find all `StatusCode::k` that are not `StatusCode::kOk` in `.cc` files that are not test files): ``` git grep -e 'StatusCode::k' --and --not -e 'StatusCode::kOk' -- '*.cc'...
* GCB: https://console.cloud.google.com/cloud-build/builds;region=us-east1/593263f5-47af-44e6-8174-a4dd56670a9e;tab=detail?project=cloud-cpp-testing-resources * Raw: https://storage.googleapis.com/cloud-cpp-community-publiclogs/logs/google-cloud-cpp/main/bc37fcbc4b144a43a76e8dcde7a0a6dfbe849d12/fedora-latest-publish-docs-publish-docs/log-593263f5-47af-44e6-8174-a4dd56670a9e.txt
FWIW, the protobuf team creates a tag and then creates the release. This is only updating Bazel builds (which use the tag for unknown reasons), but not the CMake-based build....
> Still getting > > ``` > Step #2: T+86.144s [1049/1185] Linking CXX executable generator/protoc-gen-cpp_codegen > Step #2: FAILED: generator/protoc-gen-cpp_codegen > Step #2: : && /usr/bin/clang++ generator/CMakeFiles/protoc-gen-cpp_codegen.dir/plugin_main.cc.o -o generator/protoc-gen-cpp_codegen -Wl,-rpath,/usr/local/lib64:/usr/local/lib...
Hmm... I was able to build locally with: ```patch diff --git a/ci/cloudbuild/builds/clang-tidy.sh b/ci/cloudbuild/builds/clang-tidy.sh index 98c3d3de5b..02c4893f6d 100755 --- a/ci/cloudbuild/builds/clang-tidy.sh +++ b/ci/cloudbuild/builds/clang-tidy.sh @@ -49,6 +49,7 @@ io::run cmake "${cmake_args[@]}" \ -DCMAKE_CXX_STANDARD=14 \...
We need a function that will accept: | Target | Authority | | ------ | ------ | | `storage.${universe_domain}` | `storage.${universe_domain}` | | `private.googleapis.com` | `storage.googleapis.com` | | `restricted.googleapis.com` |...