Build/Test Explorer

TestFusion
Invocation status: Passed

Kokoro: grpc/core/master/linux/bazel_rbe/grpc_bazel_rbe_opt

2 targets evaluated on for 15 min, 6 sec
by kokoro
2 Passed

Showing build.log

Download
Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
[01:24:02 PDT] Transferring environment variable script to build VM
[01:24:03 PDT] Transferring kokoro_log_reader.py to build VM
[01:24:03 PDT] Transferring source code to build VM
[01:24:06 PDT] Executing build script on build VM



[ID: 7036699] Executing command via SSH:
export KOKORO_BUILD_NUMBER="271"
export KOKORO_JOB_NAME="grpc/core/master/linux/bazel_rbe/grpc_bazel_rbe_opt"
source /tmpfs/kokoro-env_vars.sh; cd /tmpfs/src/ ; chmod 755 github/grpc/tools/internal_ci/linux/grpc_bazel_rbe.sh ; PYTHON_3_VERSION="$(pyenv which python3 2> /dev/null || which python3)" ; PYTHON_2_VERSION="$(pyenv which python2 2> /dev/null || which python2)" ; if "$PYTHON_3_VERSION" -c "import psutil" ; then KOKORO_PYTHON_COMMAND="$PYTHON_3_VERSION" ; else KOKORO_PYTHON_COMMAND="$PYTHON_2_VERSION" ; fi > /dev/null 2>&1 ; echo "export KOKORO_PYTHON_COMMAND="$KOKORO_PYTHON_COMMAND"" > "$HOME/.kokoro_python_vars" ; nohup bash -c "( rm -f /tmpfs/kokoro_build_exit_code ; github/grpc/tools/internal_ci/linux/grpc_bazel_rbe.sh ; echo \${PIPESTATUS[0]} > /tmpfs/kokoro_build_exit_code ) > /tmpfs/kokoro_build.log 2>&1" > /dev/null 2>&1 & echo $! > /tmpfs/kokoro_build.pid ; source "$HOME/.kokoro_python_vars" ; "$KOKORO_PYTHON_COMMAND" /tmpfs/kokoro_log_reader.py /tmpfs/kokoro_build.log /tmpfs/kokoro_build_exit_code /tmpfs/kokoro_build.pid /tmpfs/kokoro_log_reader.pid --start_byte 0

++ dirname github/grpc/tools/internal_ci/linux/grpc_bazel_rbe.sh
+ source github/grpc/tools/internal_ci/linux/../../../tools/internal_ci/helper_scripts/move_src_tree_and_respawn_itself_rc
++ set -ex
+++ pwd
++ CURRENT_DIR=/tmpfs/src
++ CI_SCRIPT_RELATIVE_TO_SRC=github/grpc/tools/internal_ci/linux/grpc_bazel_rbe.sh
++ '[' /tmpfs/src == /tmpfs/altsrc ']'
++ '[' /tmpfs/src == /tmpfs/src ']'
++ echo 'Moving workspace from /tmpfs/src to /tmpfs/altsrc and respawning the CI script.'
Moving workspace from /tmpfs/src to /tmpfs/altsrc and respawning the CI script.
++ exec bash -c 'set -ex; cd /tmpfs; mkdir -p altsrc; mv src/github altsrc; cd altsrc; exec '\''github/grpc/tools/internal_ci/linux/grpc_bazel_rbe.sh'\'''
+ cd /tmpfs
+ mkdir -p altsrc
+ mv src/github altsrc
+ cd altsrc
+ exec github/grpc/tools/internal_ci/linux/grpc_bazel_rbe.sh
++ dirname /tmpfs/altsrc/github/grpc/tools/internal_ci/linux/grpc_bazel_rbe.sh
+ source /tmpfs/altsrc/github/grpc/tools/internal_ci/linux/../../../tools/internal_ci/helper_scripts/move_src_tree_and_respawn_itself_rc
++ set -ex
+++ pwd
++ CURRENT_DIR=/tmpfs/altsrc
++ CI_SCRIPT_RELATIVE_TO_SRC=/tmpfs/altsrc/github/grpc/tools/internal_ci/linux/grpc_bazel_rbe.sh
++ '[' /tmpfs/altsrc == /tmpfs/altsrc ']'
++ echo 'Successfully respawned the CI script /tmpfs/altsrc/github/grpc/tools/internal_ci/linux/grpc_bazel_rbe.sh under /tmpfs/altsrc.'
Successfully respawned the CI script /tmpfs/altsrc/github/grpc/tools/internal_ci/linux/grpc_bazel_rbe.sh under /tmpfs/altsrc.
++ export GRPC_TEST_REPORT_BASE_DIR=/tmpfs/src/github/grpc
++ GRPC_TEST_REPORT_BASE_DIR=/tmpfs/src/github/grpc
++ dirname /tmpfs/altsrc/github/grpc/tools/internal_ci/linux/grpc_bazel_rbe.sh
+ cd /tmpfs/altsrc/github/grpc/tools/internal_ci/linux/../../..
+ source tools/internal_ci/helper_scripts/prepare_build_linux_rc
++ ulimit -n 32768
++ GRPC_DOCKER_OPTS='--data-root=/tmpfs/docker --registry-mirror=https://mirror.gcr.io'
+++ ps -p 1 -o comm=
++ P1NAME=systemd
++ [[ systemd == *\s\y\s\t\e\m\d* ]]
++ sudo sed -i -E 's|ExecStart=(.*)//|EnvironmentFile=/etc/default/docker\nExecStart=\nExecStart=\1// $DOCKER_OPTS|' /lib/systemd/system/docker.service
++ sudo systemctl daemon-reload
++ echo 'DOCKER_OPTS="--data-root=/tmpfs/docker --registry-mirror=https://mirror.gcr.io"'
++ sudo tee --append /etc/default/docker
DOCKER_OPTS="--data-root=/tmpfs/docker --registry-mirror=https://mirror.gcr.io"
++ sudo systemctl restart docker.service
++ git submodule update --init
Submodule 'third_party/abseil-cpp' (https://github.com/abseil/abseil-cpp.git) registered for path 'third_party/abseil-cpp'
Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/benchmark'
Submodule 'third_party/bloaty' (https://github.com/google/bloaty.git) registered for path 'third_party/bloaty'
Submodule 'third_party/boringssl-with-bazel' (https://github.com/google/boringssl.git) registered for path 'third_party/boringssl-with-bazel'
Submodule 'third_party/cares/cares' (https://github.com/c-ares/c-ares.git) registered for path 'third_party/cares/cares'
Submodule 'third_party/envoy-api' (https://github.com/envoyproxy/data-plane-api.git) registered for path 'third_party/envoy-api'
Submodule 'third_party/googleapis' (https://github.com/googleapis/googleapis.git) registered for path 'third_party/googleapis'
Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest'
Submodule 'third_party/opencensus-proto' (https://github.com/census-instrumentation/opencensus-proto.git) registered for path 'third_party/opencensus-proto'
Submodule 'third_party/opentelemetry' (https://github.com/open-telemetry/opentelemetry-proto.git) registered for path 'third_party/opentelemetry'
Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp) registered for path 'third_party/opentelemetry-cpp'
Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf'
Submodule 'third_party/protoc-gen-validate' (https://github.com/envoyproxy/protoc-gen-validate.git) registered for path 'third_party/protoc-gen-validate'
Submodule 'third_party/re2' (https://github.com/google/re2.git) registered for path 'third_party/re2'
Submodule 'third_party/xds' (https://github.com/cncf/xds.git) registered for path 'third_party/xds'
Submodule 'third_party/zlib' (https://github.com/madler/zlib) registered for path 'third_party/zlib'
Cloning into '/tmpfs/altsrc/github/grpc/third_party/abseil-cpp'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/benchmark'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/bloaty'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/boringssl-with-bazel'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/cares/cares'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/envoy-api'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/googleapis'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/googletest'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/opencensus-proto'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/opentelemetry'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/opentelemetry-cpp'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/protobuf'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/protoc-gen-validate'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/re2'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/xds'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/zlib'...
Submodule path 'third_party/abseil-cpp': checked out '4a2c63365eff8823a5221db86ef490e828306f9d'
Submodule path 'third_party/benchmark': checked out '344117638c8ff7e239044fd0fa7085839fc03021'
Submodule path 'third_party/bloaty': checked out '60209eb1ccc34d5deefb002d1b7f37545204f7f2'
Submodule path 'third_party/boringssl-with-bazel': checked out '16c8d3db1af20fcc04b5190b25242aadcb1fbb30'
Submodule path 'third_party/cares/cares': checked out '6360e96b5cf8e5980c887ce58ef727e53d77243a'
Submodule path 'third_party/envoy-api': checked out 'f8b75d1efa92bbf534596a013d9ca5873f79dd30'
Submodule path 'third_party/googleapis': checked out '2f9af297c84c55c8b871ba4495e01ade42476c92'
Submodule path 'third_party/googletest': checked out '2dd1c131950043a8ad5ab0d2dda0e0970596586a'
Submodule path 'third_party/opencensus-proto': checked out '4aa53e15cbf1a47bc9087e6cfdca214c1eea4e89'
Submodule path 'third_party/opentelemetry': checked out '60fa8754d890b5c55949a8c68dcfd7ab5c2395df'
Submodule path 'third_party/opentelemetry-cpp': checked out '4bd64c9a336fd438d6c4c9dad2e6b61b0585311f'
Submodule path 'third_party/protobuf': checked out '63def39e881afa496502d9c410f4ea948e59490d'
Submodule path 'third_party/protoc-gen-validate': checked out 'fab737efbb4b4d03e7c771393708f75594b121e4'
Submodule path 'third_party/re2': checked out '0c5616df9c0aaa44c9440d87422012423d91c7d1'
Submodule path 'third_party/xds': checked out '3a472e524827f72d1ad621c4983dd5af54c46776'
Submodule path 'third_party/zlib': checked out '09155eaa2f9270dc4ed1fa13e2b4b2613e6e4851'
++ python3 -m pip install six
Requirement already satisfied: six in /usr/lib/python3/dist-packages (1.14.0)
++ sudo bash -c 'echo "0" > /proc/sys/kernel/yama/ptrace_scope'
++ mount
++ grep -q 'on /tmpfs '
+ tools/bazel version
INFO: Running bazel wrapper (see //tools/bazel for details), bazel version 7.1.0 will be used instead of system-wide bazel installation.
Downloading bazel, will try URLs: https://storage.googleapis.com/grpc-bazel-mirror/github.com/bazelbuild/bazel/releases/download/7.1.0/bazel-7.1.0-linux-x86_64 https://github.com/bazelbuild/bazel/releases/download/7.1.0/bazel-7.1.0-linux-x86_64
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 66.1M 100 66.1M 0 0 241M 0 --:--:-- --:--:-- --:--:-- 241M
Extracting Bazel installation...
Starting local Bazel server and connecting to it...
Build label: 7.1.0
Build target: @@//src/main/java/com/google/devtools/build/lib/bazel:BazelServer
Build time: Mon Mar 11 17:55:31 2024 (1710179731)
Build timestamp: 1710179731
Build timestamp as int: 1710179731
+ python3 tools/run_tests/python_utils/bazel_report_helper.py --report_path bazel_rbe
Added invocation ID c814e411-7589-4cbf-b907-6be55ff55f0e to kokoro "bazel_invocation_ids" artifact
Bazel invocation ID: c814e411-7589-4cbf-b907-6be55ff55f0e
Upload test results to BigQuery after bazel runs: True
Generated bazel wrapper: bazel_rbe/bazel_wrapper
Generated bazel wrapper: bazel_rbe/bazel_wrapper.bat
+ bazel_rbe/bazel_wrapper --bazelrc=tools/remote_build/linux_kokoro.bazelrc --output_user_root=/tmpfs/bazel test --cache_test_results=no --config=opt -- //test/...
+ tools/bazel --bazelrc=bazel_rbe/bazel_wrapper.bazelrc --bazelrc=tools/remote_build/linux_kokoro.bazelrc --output_user_root=/tmpfs/bazel test --cache_test_results=no --config=opt -- //test/...
INFO: Running bazel wrapper (see //tools/bazel for details), bazel version 7.1.0 will be used instead of system-wide bazel installation.
Extracting Bazel installation...
Starting local Bazel server and connecting to it...
INFO: Invocation ID: c814e411-7589-4cbf-b907-6be55ff55f0e
INFO: Streaming build results to: https://source.cloud.google.com/results/invocations/c814e411-7589-4cbf-b907-6be55ff55f0e
Computing main repo mapping:
WARNING: --remote_upload_local_results is set, but the remote cache does not support uploading action results or the current account is not authorized to write local results to the remote cache.
Computing main repo mapping:
Computing main repo mapping:
Computing main repo mapping:
Computing main repo mapping:
DEBUG: Rule 'com_github_jupp0r_prometheus_cpp' indicated that a canonical reproducible form can be obtained by modifying arguments integrity = "sha256-zfA+5j/LHZ4RP3vVJeBDwlRynd3xnYA5ZIn1uSyDwY0="
DEBUG: Repository com_github_jupp0r_prometheus_cpp instantiated at:
/tmpfs/altsrc/github/grpc/WORKSPACE:5:10: in
/tmpfs/altsrc/github/grpc/bazel/grpc_deps.bzl:305:21: in grpc_deps
Repository rule http_archive defined at:
/tmpfs/bazel/4114fdc8154d6b98b8d84b473010c8c6/external/bazel_tools/tools/build_defs/repo/http.bzl:369:31: in
Loading:
Loading: 1 packages loaded
Loading: 91 packages loaded
currently loading: test/core/end2end ... (14 packages)
Analyzing: 3689 targets (105 packages loaded)
Analyzing: 3689 targets (105 packages loaded, 0 targets configured)
Analyzing: 3689 targets (105 packages loaded, 0 targets configured)
[0 / 1] checking cached actions
Analyzing: 3689 targets (161 packages loaded, 84 targets configured)
[1 / 1] checking cached actions
Analyzing: 3689 targets (164 packages loaded, 122 targets configured)
[1 / 1] checking cached actions
Analyzing: 3689 targets (165 packages loaded, 152 targets configured)
[1 / 1] checking cached actions
Analyzing: 3689 targets (209 packages loaded, 2224 targets configured)
[1 / 1] checking cached actions
Analyzing: 3689 targets (289 packages loaded, 6868 targets configured)
[1 / 1] checking cached actions
WARNING: /tmpfs/bazel/4114fdc8154d6b98b8d84b473010c8c6/external/google_cloud_cpp/google/cloud/BUILD.bazel:62:15: in config_setting rule @@google_cloud_cpp//google/cloud:disable_opentelemetry: target '@@google_cloud_cpp//google/cloud:disable_opentelemetry' depends on deprecated target '@@google_cloud_cpp//:enable-experimental-opentelemetry': this flag is now GA, please use //:enable_opentelemetry instead.
WARNING: /tmpfs/bazel/4114fdc8154d6b98b8d84b473010c8c6/external/google_cloud_cpp/google/cloud/BUILD.bazel:53:15: in config_setting rule @@google_cloud_cpp//google/cloud:enable_opentelemetry_valid-transition: target '@@google_cloud_cpp//google/cloud:enable_opentelemetry_valid-transition' depends on deprecated target '@@google_cloud_cpp//:enable-experimental-opentelemetry': this flag is now GA, please use //:enable_opentelemetry instead.
Analyzing: 3689 targets (328 packages loaded, 8943 targets configured)
[7 / 38] [Prepa] Writing file test/core/end2end/libssl_test_data.a-2.params
Analyzing: 3689 targets (335 packages loaded, 9823 targets configured)
[30 / 52] Compiling test/core/end2end/data/client_certs.cc; 0s remote, remote-cache ... (11 actions, 0 running)
Analyzing: 3689 targets (348 packages loaded, 10373 targets configured)
[295 / 298] [Prepa] Expanding template test/core/event_engine/test_suite/ios_x86_64_sim_runner_posix_event_engine_native_dns_test.sh ... (2 actions, 1 running)
Analyzing: 3689 targets (349 packages loaded, 10911 targets configured)
[587 / 589] [Prepa] Expanding template test/core/end2end/ios_x86_64_sim_runner_multiple_server_queues_test.sh
Analyzing: 3689 targets (352 packages loaded, 11358 targets configured)
[942 / 1,124] Compiling test/core/gprpp/cpp_impl_of_test.cc; 0s remote, remote-cache ... (11 actions, 6 running)
Analyzing: 3689 targets (352 packages loaded, 12073 targets configured)
[1,293 / 1,317] [Sched] Testing //test/core/gprpp:cpp_impl_of_test ... (20 actions, 2 running)
Analyzing: 3689 targets (352 packages loaded, 12208 targets configured)
[2,027 / 2,407] 3 / 15 tests; [Sched] Testing //test/core/util:ring_buffer_test ... (200 actions, 5 running)
Analyzing: 3689 targets (352 packages loaded, 12294 targets configured)
[2,385 / 2,985] 9 / 17 tests; [Sched] Testing //test/core/client_idle:idle_filter_state_test ... (200 actions, 2 running)
Analyzing: 3689 targets (353 packages loaded, 12385 targets configured)
[2,758 / 3,450] 11 / 21 tests; Compiling src/google/protobuf/compiler/rust/enum.cc [for tool]; 1s remote, remote-cache ... (200 actions, 1 running)
Analyzing: 3689 targets (353 packages loaded, 12452 targets configured)
[3,349 / 4,098] 12 / 27 tests; Linking test/core/gprpp/libbitset_test_TEST_LIBRARY.a; Downloading test/core/gprpp/libbitset_test_TEST_LIBRARY.a, 1.2 MiB / 2.7 MiB; 2s remote, remote-cache ... (190 actions, 0 running)
Analyzing: 3689 targets (353 packages loaded, 12538 targets configured)
[3,815 / 4,317] 14 / 32 tests; Linking test/core/gprpp/libbitset_test_TEST_LIBRARY.a; Downloading test/core/gprpp/libbitset_test_TEST_LIBRARY.a, 1.9 MiB / 2.7 MiB; 3s remote, remote-cache ... (200 actions, 0 running)
Analyzing: 3689 targets (353 packages loaded, 12598 targets configured)
[4,125 / 4,454] 15 / 39 tests; Linking test/core/gprpp/libbitset_test_TEST_LIBRARY.a; Downloading test/core/gprpp/libbitset_test_TEST_LIBRARY.a, 2.6 MiB / 2.7 MiB; 4s remote, remote-cache ... (199 actions, 0 running)
Analyzing: 3689 targets (353 packages loaded, 12681 targets configured)
[4,516 / 4,675] 16 / 44 tests; Linking test/cpp/microbenchmarks/huffman_geometries/libhuffman_geometries.pic.a; Downloading test/cpp/microbenchmarks/huffman_geometries/libhuffman_geometries.pic.a, 4.5 MiB / 27.4 MiB; 3s remote, remote-cache ... (99 actions, 0 running)
Analyzing: 3689 targets (353 packages loaded, 12902 targets configured)
[4,801 / 4,859] 24 / 53 tests; Linking test/cpp/microbenchmarks/huffman_geometries/libhuffman_geometries.so; Downloading test/cpp/microbenchmarks/huffman_geometries/libhuffman_geometries.so, 16.6 MiB / 23.9 MiB; 4s remote, remote-cache ... (43 actions, 2 running)
Analyzing: 3689 targets (353 packages loaded, 13073 targets configured)
[5,120 / 5,170] 42 / 70 tests; [Sched] Testing //test/core/gprpp:notification_test ... (34 actions, 6 running)
Analyzing: 3689 targets (353 packages loaded, 13179 targets configured)
[5,742 / 5,988] 60 / 86 tests; [Sched] Testing //test/core/gprpp:notification_test ... (113 actions, 2 running)
Analyzing: 3689 targets (353 packages loaded, 13232 targets configured)
[6,264 / 6,637] 68 / 88 tests; [Sched] Testing //test/core/gprpp:notification_test; 4s ... (199 actions, 1 running)
Analyzing: 3689 targets (353 packages loaded, 13301 targets configured)
[7,020 / 7,358] 70 / 91 tests; [Sched] Testing //test/core/gprpp:notification_test; 5s ... (141 actions, 3 running)
Analyzing: 3689 targets (353 packages loaded, 13339 targets configured)
[7,585 / 8,460] 84 / 105 tests; [Sched] Testing //test/core/gprpp:notification_test; 6s ... (197 actions, 4 running)
Analyzing: 3689 targets (353 packages loaded, 13362 targets configured)
[8,067 / 8,700] 85 / 118 tests; [Sched] Testing //test/core/gprpp:notification_test; 7s ... (199 actions, 10 running)
Analyzing: 3689 targets (353 packages loaded, 13391 targets configured)
[8,484 / 10,703] 86 / 129 tests; [Sched] Testing //test/core/gprpp:notification_test; 8s ... (197 actions, 2 running)
INFO: From Compiling test/core/xds/xds_client_test.cc:
test/core/xds/xds_client_test.cc:638:62: warning: returning variable 'server_failures_' by reference requires holding mutex 'mu_' [-Wthread-safety-reference-return]
638 | const ServerFailureMap& server_failures() const { return server_failures_; }
| ^
1 warning generated.
INFO: From Compiling test/core/xds/xds_client_test.cc:
test/core/xds/xds_client_test.cc:638:62: warning: returning variable 'server_failures_' by reference requires holding mutex 'mu_' [-Wthread-safety-reference-return]
638 | const ServerFailureMap& server_failures() const { return server_failures_; }
| ^
1 warning generated.
Analyzing: 3689 targets (353 packages loaded, 13423 targets configured)
[8,967 / 11,066] 88 / 145 tests; [Sched] Testing //test/core/gprpp:notification_test; 9s ... (197 actions, 2 running)
Analyzing: 3689 targets (353 packages loaded, 13454 targets configured)
[9,422 / 11,403] 96 / 159 tests; [Sched] Testing //test/core/gprpp:notification_test; 10s ... (199 actions, 6 running)
Analyzing: 3689 targets (353 packages loaded, 13484 targets configured)
[9,883 / 12,156] 102 / 168 tests; [Sched] Testing //test/core/gprpp:notification_test; 11s ... (199 actions, 1 running)
Analyzing: 3689 targets (353 packages loaded, 13506 targets configured)
[10,542 / 12,975] 102 / 179 tests; [Sched] Testing //test/core/gprpp:notification_test; 12s ... (196 actions, 6 running)
Analyzing: 3689 targets (353 packages loaded, 13548 targets configured)
[11,253 / 13,421] 108 / 190 tests; [Sched] Testing //test/core/gprpp:notification_test; 13s ... (200 actions, 3 running)
INFO: From Generating proto_library @@com_google_googleapis//google/devtools/cloudtrace/v2:cloudtrace_proto:
google/devtools/cloudtrace/v2/trace.proto:24:1: warning: Import google/api/annotations.proto is unused.
google/devtools/cloudtrace/v2/tracing.proto:25:1: warning: Import google/protobuf/timestamp.proto is unused.
INFO: From Generating proto_library @@com_google_googleapis//google/devtools/cloudtrace/v1:cloudtrace_proto:
google/devtools/cloudtrace/v1/trace.proto:21:1: warning: Import google/api/resource.proto is unused.
INFO: From Action external/com_google_googleapis/google/devtools/cloudtrace/v1/trace.grpc.pb.h:
bazel-out/k8-opt/bin/external/com_google_googleapis/external/com_google_googleapis: warning: directory does not exist.
google/devtools/cloudtrace/v1/trace.proto:21:1: warning: Import google/api/resource.proto is unused.
INFO: From Action external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.grpc.pb.h:
bazel-out/k8-opt/bin/external/com_google_googleapis/external/com_google_googleapis: warning: directory does not exist.
google/devtools/cloudtrace/v2/trace.proto:24:1: warning: Import google/api/annotations.proto is unused.
google/devtools/cloudtrace/v2/tracing.proto:25:1: warning: Import google/protobuf/timestamp.proto is unused.
INFO: From Action external/com_google_googleapis/google/longrunning/operations.grpc.pb.h:
bazel-out/k8-opt/bin/external/com_google_googleapis/external/com_google_googleapis: warning: directory does not exist.
INFO: From Compiling lib/dotdot.c:
external/com_github_curl_curl/lib/dotdot.c:57:10: warning: variable 'clen' set but not used [-Wunused-but-set-variable]
57 | size_t clen = inlen; /* the length of the cloned input */
| ^
1 warning generated.
Analyzing: 3689 targets (353 packages loaded, 13576 targets configured)
[11,860 / 13,642] 110 / 202 tests; [Sched] Testing //test/core/gprpp:notification_test; 14s ... (200 actions, 5 running)
INFO: From Action external/com_google_googleapis/google/iam/credentials/v1/common.grpc.pb.h:
bazel-out/k8-opt/bin/external/com_google_googleapis/external/com_google_googleapis: warning: directory does not exist.
Analyzing: 3689 targets (353 packages loaded, 13603 targets configured)
[12,317 / 13,925] 111 / 215 tests; [Sched] Testing //test/core/gprpp:notification_test; 15s ... (199 actions, 8 running)
Analyzing: 3689 targets (353 packages loaded, 13627 targets configured)
[12,763 / 14,143] 113 / 229 tests; [Sched] Testing //test/core/gprpp:notification_test; 16s ... (197 actions, 4 running)
Analyzing: 3689 targets (353 packages loaded, 13656 targets configured)
[13,055 / 14,430] 114 / 243 tests; [Sched] Testing //test/core/gprpp:notification_test; 17s ... (199 actions, 1 running)
INFO: From Compiling test/core/load_balancing/ring_hash_test.cc:
In file included from test/core/load_balancing/ring_hash_test.cc:42:
./test/core/load_balancing/lb_policy_test_lib.h:401:56: warning: returning variable 'state_tracker_' by reference requires holding mutex 'test_->work_serializer_' exclusively [-Wthread-safety-reference-return]
401 | ConnectivityStateTracker& state_tracker() { return state_tracker_; }
| ^
1 warning generated.
INFO: From Compiling test/core/load_balancing/ring_hash_test.cc:
In file included from test/core/load_balancing/ring_hash_test.cc:42:
./test/core/load_balancing/lb_policy_test_lib.h:401:56: warning: returning variable 'state_tracker_' by reference requires holding mutex 'test_->work_serializer_' exclusively [-Wthread-safety-reference-return]
401 | ConnectivityStateTracker& state_tracker() { return state_tracker_; }
| ^
1 warning generated.
Analyzing: 3689 targets (353 packages loaded, 13687 targets configured)
[13,370 / 14,614] 116 / 263 tests; [Sched] Testing //test/core/gprpp:notification_test; 18s ... (199 actions, 5 running)
INFO: From Compiling test/core/load_balancing/pick_first_test.cc:
In file included from test/core/load_balancing/pick_first_test.cc:51:
./test/core/load_balancing/lb_policy_test_lib.h:401:56: warning: returning variable 'state_tracker_' by reference requires holding mutex 'test_->work_serializer_' exclusively [-Wthread-safety-reference-return]
401 | ConnectivityStateTracker& state_tracker() { return state_tracker_; }
| ^
1 warning generated.
Analyzing: 3689 targets (353 packages loaded, 13712 targets configured)
[13,862 / 15,149] 121 / 276 tests; [Sched] Testing //test/core/resource_quota:periodic_update_test; 14s ... (197 actions, 5 running)
INFO: From Compiling test/core/load_balancing/pick_first_test.cc:
In file included from test/core/load_balancing/pick_first_test.cc:51:
./test/core/load_balancing/lb_policy_test_lib.h:401:56: warning: returning variable 'state_tracker_' by reference requires holding mutex 'test_->work_serializer_' exclusively [-Wthread-safety-reference-return]
401 | ConnectivityStateTracker& state_tracker() { return state_tracker_; }
| ^
1 warning generated.
Analyzing: 3689 targets (353 packages loaded, 13760 targets configured)
[14,190 / 15,381] 130 / 304 tests; [Sched] Testing //test/core/resource_quota:periodic_update_test; 15s ... (200 actions, 1 running)
INFO: From Compiling test/core/load_balancing/outlier_detection_test.cc:
In file included from test/core/load_balancing/outlier_detection_test.cc:45:
./test/core/load_balancing/lb_policy_test_lib.h:401:56: warning: returning variable 'state_tracker_' by reference requires holding mutex 'test_->work_serializer_' exclusively [-Wthread-safety-reference-return]
401 | ConnectivityStateTracker& state_tracker() { return state_tracker_; }
| ^
1 warning generated.
INFO: From Compiling test/core/load_balancing/outlier_detection_test.cc:
In file included from test/core/load_balancing/outlier_detection_test.cc:45:
./test/core/load_balancing/lb_policy_test_lib.h:401:56: warning: returning variable 'state_tracker_' by reference requires holding mutex 'test_->work_serializer_' exclusively [-Wthread-safety-reference-return]
401 | ConnectivityStateTracker& state_tracker() { return state_tracker_; }
| ^
1 warning generated.
Analyzing: 3689 targets (353 packages loaded, 13803 targets configured)
[14,555 / 15,727] 137 / 326 tests; [Sched] Testing //test/core/resource_quota:periodic_update_test; 16s ... (197 actions, 5 running)
Analyzing: 3689 targets (353 packages loaded, 13820 targets configured)
[14,988 / 15,970] 150 / 335 tests; [Sched] Testing //test/core/resource_quota:periodic_update_test; 17s ... (197 actions, 21 running)
INFO: From Generating proto_library //src/proto/grpc/testing/xds/v3:_route_proto_only:
src/proto/grpc/testing/xds/v3/route.proto:25:1: warning: Import src/proto/grpc/testing/xds/v3/percent.proto is unused.
INFO: From Action src/proto/grpc/testing/xds/v3/route.grpc.pb.h:
src/proto/grpc/testing/xds/v3/route.proto:25:1: warning: Import src/proto/grpc/testing/xds/v3/percent.proto is unused.
INFO: From Compiling test/core/load_balancing/xds_override_host_test.cc:
In file included from test/core/load_balancing/xds_override_host_test.cc:49:
./test/core/load_balancing/lb_policy_test_lib.h:401:56: warning: returning variable 'state_tracker_' by reference requires holding mutex 'test_->work_serializer_' exclusively [-Wthread-safety-reference-return]
401 | ConnectivityStateTracker& state_tracker() { return state_tracker_; }
| ^
1 warning generated.
INFO: From Compiling test/core/load_balancing/xds_override_host_test.cc:
In file included from test/core/load_balancing/xds_override_host_test.cc:49:
./test/core/load_balancing/lb_policy_test_lib.h:401:56: warning: returning variable 'state_tracker_' by reference requires holding mutex 'test_->work_serializer_' exclusively [-Wthread-safety-reference-return]
401 | ConnectivityStateTracker& state_tracker() { return state_tracker_; }
| ^
1 warning generated.
INFO: From Generating proto_library @@com_google_googleapis//google/logging/type:type_proto:
google/logging/type/http_request.proto:20:1: warning: Import google/api/annotations.proto is unused.
google/logging/type/log_severity.proto:19:1: warning: Import google/api/annotations.proto is unused.
Analyzing: 3689 targets (353 packages loaded, 13845 targets configured)
[15,556 / 16,523] 164 / 346 tests; [Sched] Testing //test/core/resource_quota:periodic_update_test; 18s ... (193 actions, 37 running)
Analyzing: 3689 targets (353 packages loaded, 13876 targets configured)
[15,962 / 16,919] 174 / 364 tests; [Sched] Testing //test/core/resource_quota:periodic_update_test; 19s ... (198 actions, 38 running)
INFO: From Compiling test/core/load_balancing/round_robin_test.cc:
In file included from test/core/load_balancing/round_robin_test.cc:30:
./test/core/load_balancing/lb_policy_test_lib.h:401:56: warning: returning variable 'state_tracker_' by reference requires holding mutex 'test_->work_serializer_' exclusively [-Wthread-safety-reference-return]
401 | ConnectivityStateTracker& state_tracker() { return state_tracker_; }
| ^
1 warning generated.
INFO: From Compiling test/core/load_balancing/weighted_round_robin_test.cc:
In file included from test/core/load_balancing/weighted_round_robin_test.cc:53:
./test/core/load_balancing/lb_policy_test_lib.h:401:56: warning: returning variable 'state_tracker_' by reference requires holding mutex 'test_->work_serializer_' exclusively [-Wthread-safety-reference-return]
401 | ConnectivityStateTracker& state_tracker() { return state_tracker_; }
| ^
1 warning generated.
INFO: From Compiling test/core/load_balancing/weighted_round_robin_test.cc:
In file included from test/core/load_balancing/weighted_round_robin_test.cc:53:
./test/core/load_balancing/lb_policy_test_lib.h:401:56: warning: returning variable 'state_tracker_' by reference requires holding mutex 'test_->work_serializer_' exclusively [-Wthread-safety-reference-return]
401 | ConnectivityStateTracker& state_tracker() { return state_tracker_; }
| ^
1 warning generated.
Analyzing: 3689 targets (353 packages loaded, 13902 targets configured)
[16,363 / 17,251] 186 / 379 tests; [Sched] Testing //test/core/resource_quota:periodic_update_test; 20s ... (197 actions, 38 running)
INFO: From Compiling test/core/load_balancing/round_robin_test.cc:
In file included from test/core/load_balancing/round_robin_test.cc:30:
./test/core/load_balancing/lb_policy_test_lib.h:401:56: warning: returning variable 'state_tracker_' by reference requires holding mutex 'test_->work_serializer_' exclusively [-Wthread-safety-reference-return]
401 | ConnectivityStateTracker& state_tracker() { return state_tracker_; }
| ^
1 warning generated.
Analyzing: 3689 targets (353 packages loaded, 13939 targets configured)
[16,656 / 17,475] 194 / 402 tests; [Sched] Testing //test/core/resource_quota:periodic_update_test; 21s ... (198 actions, 25 running)
INFO: From Compiling opencensus/common/internal/timestamp.cc:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:108:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/stubs/_virtual_includes/lite/google/protobuf/stubs/common.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/stubs/_virtual_includes/lite/google/protobuf/stubs/port.h:22:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:108:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/stubs/_virtual_includes/lite/google/protobuf/stubs/common.h:35:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:114:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port.h:32:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:118:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:34:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/arena_align/google/protobuf/arena_align.h:63:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/serial_arena.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/arena_cleanup/google/protobuf/arena_cleanup.h:19:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/serial_arena.h:28:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/string_block/google/protobuf/string_block.h:24:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/serial_arena.h:31:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/thread_safe_arena.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arenaz_sampler.h:19:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/thread_safe_arena.h:28:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:41:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arenastring.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/explicitly_constructed.h:17:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arenastring.h:24:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/message_lite.h:33:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/metadata_lite.h:17:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/message_lite.h:38:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/endian.h:18:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/inlined_string_field.h:22:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:29:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/zero_copy_stream.h:93:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/repeated_field.h:41:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_enum_util.h:23:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/repeated_field.h:45:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/repeated_ptr_field.h:44:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/repeated_field.h:49:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:33:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/wire_format_lite.h:49:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:37:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:26:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_util.h:34:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/any.h:18:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_util.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/has_bits.h:18:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_util.h:36:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/implicit_weak_message.h:23:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_util.h:44:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/descriptor.h:56:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/extension_set.h:43:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/descriptor.h:60:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_enum_reflection.h:30:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:28:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/unknown_field_set.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/zero_copy_stream_impl_lite.h:29:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/stubs/_virtual_includes/lite/google/protobuf/stubs/callback.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:28:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/unknown_field_set.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/zero_copy_stream_impl_lite.h:39:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:28:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/unknown_field_set.h:32:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:31:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/message.h:110:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/map.h:52:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/message.h:113:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/reflection.h:24:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/message.h:116:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
39 warnings generated.
INFO: From Compiling src/civetweb.c:
external/civetweb/src/civetweb.c:14708:6: warning: variable 'uri_len' set but not used [-Wunused-but-set-variable]
14708 | int uri_len, ssl_index;
| ^
external/civetweb/src/civetweb.c:19937:1: warning: stack frame size (17208) exceeds limit (16384) in 'worker_thread' [-Wframe-larger-than]
19937 | worker_thread(void *thread_func_param)
| ^
external/civetweb/src/civetweb.c:12482:1: warning: stack frame size (17192) exceeds limit (16384) in 'send_ssi_file' [-Wframe-larger-than]
12482 | send_ssi_file(struct mg_connection *conn,
| ^
3 warnings generated.
INFO: From Action external/com_google_googleapis/google/logging/v2/log_entry.grpc.pb.h:
bazel-out/k8-opt/bin/external/com_google_googleapis/external/com_google_googleapis: warning: directory does not exist.
google/logging/v2/log_entry.proto:27:1: warning: Import google/rpc/status.proto is unused.
google/logging/v2/log_entry.proto:28:1: warning: Import google/api/annotations.proto is unused.
google/logging/v2/logging_config.proto:22:1: warning: Import google/protobuf/duration.proto is unused.
google/logging/v2/logging.proto:24:1: warning: Import google/logging/v2/logging_config.proto is unused.
google/logging/v2/logging.proto:27:1: warning: Import google/protobuf/field_mask.proto is unused.
google/logging/v2/logging.proto:28:1: warning: Import google/protobuf/timestamp.proto is unused.
google/logging/v2/logging_metrics.proto:24:1: warning: Import google/protobuf/duration.proto is unused.
google/logging/v2/logging_metrics.proto:26:1: warning: Import google/protobuf/field_mask.proto is unused.
INFO: From Action external/com_google_googleapis/google/monitoring/v3/alert.grpc.pb.h:
bazel-out/k8-opt/bin/external/com_google_googleapis/external/com_google_googleapis: warning: directory does not exist.
google/monitoring/v3/metric.proto:19:1: warning: Import google/api/distribution.proto is unused.
google/monitoring/v3/metric.proto:24:1: warning: Import google/protobuf/duration.proto is unused.
google/monitoring/v3/metric_service.proto:25:1: warning: Import google/monitoring/v3/alert.proto is unused.
google/monitoring/v3/metric_service.proto:28:1: warning: Import google/protobuf/duration.proto is unused.
google/monitoring/v3/notification_service.proto:26:1: warning: Import google/protobuf/struct.proto is unused.
google/monitoring/v3/query_service.proto:21:1: warning: Import google/monitoring/v3/metric.proto is unused.
google/monitoring/v3/query_service.proto:20:1: warning: Import google/api/label.proto is unused.
google/monitoring/v3/service.proto:21:1: warning: Import google/protobuf/timestamp.proto is unused.
google/monitoring/v3/uptime_service.proto:24:1: warning: Import google/protobuf/duration.proto is unused.
INFO: From Compiling opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:108:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/stubs/_virtual_includes/lite/google/protobuf/stubs/common.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/stubs/_virtual_includes/lite/google/protobuf/stubs/port.h:22:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:108:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/stubs/_virtual_includes/lite/google/protobuf/stubs/common.h:35:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:114:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port.h:32:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:118:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:34:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/arena_align/google/protobuf/arena_align.h:63:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/serial_arena.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/arena_cleanup/google/protobuf/arena_cleanup.h:19:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/serial_arena.h:28:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/string_block/google/protobuf/string_block.h:24:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/serial_arena.h:31:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/thread_safe_arena.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arenaz_sampler.h:19:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/thread_safe_arena.h:28:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:41:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arenastring.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/explicitly_constructed.h:17:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arenastring.h:24:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/message_lite.h:33:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/metadata_lite.h:17:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/message_lite.h:38:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/endian.h:18:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/inlined_string_field.h:22:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:29:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/zero_copy_stream.h:93:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/repeated_field.h:41:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_enum_util.h:23:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/repeated_field.h:45:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/repeated_ptr_field.h:44:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/repeated_field.h:49:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:33:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/wire_format_lite.h:49:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:37:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:26:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_util.h:34:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/any.h:18:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_util.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/has_bits.h:18:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_util.h:36:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/implicit_weak_message.h:23:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_util.h:44:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/descriptor.h:56:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/extension_set.h:43:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/descriptor.h:60:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_enum_reflection.h:30:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:28:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/unknown_field_set.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/zero_copy_stream_impl_lite.h:29:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/stubs/_virtual_includes/lite/google/protobuf/stubs/callback.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:28:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/unknown_field_set.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/zero_copy_stream_impl_lite.h:39:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:28:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/unknown_field_set.h:32:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:31:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/message.h:110:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/map.h:52:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/message.h:113:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/reflection.h:24:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/message.h:116:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:31:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/annotations.pb.h:29:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/http.pb.h:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:31:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/annotations.pb.h:30:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/descriptor.pb.h:35:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:31:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/annotations.pb.h:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/client.pb.h:33:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:33:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/field_behavior.pb.h:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:34:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/resource.pb.h:36:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:31:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/map_entry.h:25:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/map_field_inl.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/map_field.h:30:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/map_field_lite.h:22:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/map_field_inl.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/map_field.h:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/map_field_inl.h:26:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/wrappers_proto/google/protobuf/wrappers.pb.h:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:39:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/rpc/status.pb.h:31:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/any_proto/google/protobuf/any.pb.h:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:39:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/rpc/status.pb.h:35:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:44:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:36:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/empty_proto/google/protobuf/empty.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_bases.h:17:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/zero_copy_stream_impl.h:28:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:36:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/empty_proto/google/protobuf/empty.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_bases.h:22:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:36:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/empty_proto/google/protobuf/empty.pb.h:35:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:41:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
57 warnings generated.
Analyzing: 3689 targets (353 packages loaded, 13996 targets configured)
[16,833 / 17,690] 200 / 434 tests; [Sched] Testing //test/core/tsi:ssl_transport_security_test@poller=epoll1 (shard 1 of 5); 11s ... (200 actions, 33 running)
INFO: From Compiling opencensus/common/internal/timestamp.cc:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:108:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/stubs/_virtual_includes/lite/google/protobuf/stubs/common.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/stubs/_virtual_includes/lite/google/protobuf/stubs/port.h:22:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:108:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/stubs/_virtual_includes/lite/google/protobuf/stubs/common.h:35:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:114:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port.h:32:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:118:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:34:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/arena_align/google/protobuf/arena_align.h:63:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/serial_arena.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/arena_cleanup/google/protobuf/arena_cleanup.h:19:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/serial_arena.h:28:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/string_block/google/protobuf/string_block.h:24:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/serial_arena.h:31:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/thread_safe_arena.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arenaz_sampler.h:19:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/thread_safe_arena.h:28:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:41:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arenastring.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/explicitly_constructed.h:17:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arenastring.h:24:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/message_lite.h:33:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/metadata_lite.h:17:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/message_lite.h:38:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/endian.h:18:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/inlined_string_field.h:22:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:29:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/zero_copy_stream.h:93:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/repeated_field.h:41:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_enum_util.h:23:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/repeated_field.h:45:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/repeated_ptr_field.h:44:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/repeated_field.h:49:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:33:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/wire_format_lite.h:49:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:37:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:26:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_util.h:34:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/any.h:18:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_util.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/has_bits.h:18:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_util.h:36:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/implicit_weak_message.h:23:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_util.h:44:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/descriptor.h:56:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/extension_set.h:43:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/descriptor.h:60:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_enum_reflection.h:30:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:28:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/unknown_field_set.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/zero_copy_stream_impl_lite.h:29:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/stubs/_virtual_includes/lite/google/protobuf/stubs/callback.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:28:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/unknown_field_set.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/zero_copy_stream_impl_lite.h:39:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:28:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/unknown_field_set.h:32:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:31:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/message.h:110:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/map.h:52:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/message.h:113:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/reflection.h:24:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/message.h:116:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.cc:15:
In file included from external/io_opencensus_cpp/opencensus/common/internal/timestamp.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
39 warnings generated.
INFO: From Generating proto_library @@com_google_googleapis//google/logging/v2:logging_proto:
google/logging/v2/log_entry.proto:27:1: warning: Import google/rpc/status.proto is unused.
google/logging/v2/log_entry.proto:28:1: warning: Import google/api/annotations.proto is unused.
google/logging/v2/logging_config.proto:22:1: warning: Import google/protobuf/duration.proto is unused.
google/logging/v2/logging.proto:24:1: warning: Import google/logging/v2/logging_config.proto is unused.
google/logging/v2/logging.proto:27:1: warning: Import google/protobuf/field_mask.proto is unused.
google/logging/v2/logging.proto:28:1: warning: Import google/protobuf/timestamp.proto is unused.
google/logging/v2/logging_metrics.proto:24:1: warning: Import google/protobuf/duration.proto is unused.
google/logging/v2/logging_metrics.proto:26:1: warning: Import google/protobuf/field_mask.proto is unused.
INFO: From Compiling src/civetweb.c:
external/civetweb/src/civetweb.c:14708:6: warning: variable 'uri_len' set but not used [-Wunused-but-set-variable]
14708 | int uri_len, ssl_index;
| ^
external/civetweb/src/civetweb.c:19937:1: warning: stack frame size (17208) exceeds limit (16384) in 'worker_thread' [-Wframe-larger-than]
19937 | worker_thread(void *thread_func_param)
| ^
external/civetweb/src/civetweb.c:12482:1: warning: stack frame size (17192) exceeds limit (16384) in 'send_ssi_file' [-Wframe-larger-than]
12482 | send_ssi_file(struct mg_connection *conn,
| ^
3 warnings generated.
INFO: From Compiling opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:108:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/stubs/_virtual_includes/lite/google/protobuf/stubs/common.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/stubs/_virtual_includes/lite/google/protobuf/stubs/port.h:22:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:108:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/stubs/_virtual_includes/lite/google/protobuf/stubs/common.h:35:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:114:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port.h:32:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:118:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:34:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/arena_align/google/protobuf/arena_align.h:63:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/serial_arena.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/arena_cleanup/google/protobuf/arena_cleanup.h:19:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/serial_arena.h:28:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/string_block/google/protobuf/string_block.h:24:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/serial_arena.h:31:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/thread_safe_arena.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arenaz_sampler.h:19:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/thread_safe_arena.h:28:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:41:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arenastring.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/explicitly_constructed.h:17:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arenastring.h:24:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/message_lite.h:33:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/metadata_lite.h:17:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/message_lite.h:38:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/endian.h:18:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/inlined_string_field.h:22:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:29:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/zero_copy_stream.h:93:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/repeated_field.h:41:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_enum_util.h:23:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/repeated_field.h:45:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/repeated_ptr_field.h:44:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/repeated_field.h:49:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:33:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/wire_format_lite.h:49:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:37:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:26:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_util.h:34:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/any.h:18:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_util.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/has_bits.h:18:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_util.h:36:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/implicit_weak_message.h:23:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_util.h:44:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/descriptor.h:56:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/extension_set.h:43:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/descriptor.h:60:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_enum_reflection.h:30:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:28:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/unknown_field_set.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/zero_copy_stream_impl_lite.h:29:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/stubs/_virtual_includes/lite/google/protobuf/stubs/callback.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:28:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/unknown_field_set.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/zero_copy_stream_impl_lite.h:39:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:28:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/unknown_field_set.h:32:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:31:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/message.h:110:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/map.h:52:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/message.h:113:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/reflection.h:24:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/message.h:116:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:31:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/annotations.pb.h:29:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/http.pb.h:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:31:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/annotations.pb.h:30:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/descriptor.pb.h:35:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:31:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/annotations.pb.h:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/client.pb.h:33:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:33:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/field_behavior.pb.h:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:34:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/resource.pb.h:36:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:31:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/map_entry.h:25:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/map_field_inl.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/map_field.h:30:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/map_field_lite.h:22:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/map_field_inl.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/map_field.h:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/map_field_inl.h:26:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/wrappers_proto/google/protobuf/wrappers.pb.h:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:39:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/rpc/status.pb.h:31:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/any_proto/google/protobuf/any.pb.h:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:39:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/rpc/status.pb.h:35:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:44:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:36:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/empty_proto/google/protobuf/empty.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_bases.h:17:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/zero_copy_stream_impl.h:28:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:36:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/empty_proto/google/protobuf/empty.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_bases.h:22:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:36:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/empty_proto/google/protobuf/empty.pb.h:35:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:41:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
57 warnings generated.
Analyzing: 3689 targets (353 packages loaded, 14143 targets configured)
[17,034 / 18,137] 218 / 528 tests; [Sched] Testing //test/core/tsi:ssl_transport_security_test@poller=epoll1 (shard 1 of 5); 12s ... (197 actions, 40 running)
INFO: From Generating proto_library @@com_google_googleapis//google/monitoring/v3:monitoring_proto:
google/monitoring/v3/metric.proto:19:1: warning: Import google/api/distribution.proto is unused.
google/monitoring/v3/metric.proto:24:1: warning: Import google/protobuf/duration.proto is unused.
google/monitoring/v3/metric_service.proto:25:1: warning: Import google/monitoring/v3/alert.proto is unused.
google/monitoring/v3/metric_service.proto:28:1: warning: Import google/protobuf/duration.proto is unused.
google/monitoring/v3/notification_service.proto:26:1: warning: Import google/protobuf/struct.proto is unused.
google/monitoring/v3/query_service.proto:20:1: warning: Import google/api/label.proto is unused.
google/monitoring/v3/query_service.proto:21:1: warning: Import google/monitoring/v3/metric.proto is unused.
google/monitoring/v3/service.proto:21:1: warning: Import google/protobuf/timestamp.proto is unused.
google/monitoring/v3/uptime_service.proto:24:1: warning: Import google/protobuf/duration.proto is unused.
INFO: From Compiling opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:108:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/stubs/_virtual_includes/lite/google/protobuf/stubs/common.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/stubs/_virtual_includes/lite/google/protobuf/stubs/port.h:22:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:108:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/stubs/_virtual_includes/lite/google/protobuf/stubs/common.h:35:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:114:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port.h:32:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:118:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:34:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/arena_align/google/protobuf/arena_align.h:63:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/serial_arena.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/arena_cleanup/google/protobuf/arena_cleanup.h:19:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/serial_arena.h:28:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/string_block/google/protobuf/string_block.h:24:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/serial_arena.h:31:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/thread_safe_arena.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arenaz_sampler.h:19:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/thread_safe_arena.h:28:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:41:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arenastring.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/explicitly_constructed.h:17:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arenastring.h:24:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/message_lite.h:33:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/metadata_lite.h:17:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/message_lite.h:38:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/endian.h:18:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/inlined_string_field.h:22:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:29:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/zero_copy_stream.h:93:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/repeated_field.h:41:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_enum_util.h:23:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/repeated_field.h:45:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/repeated_ptr_field.h:44:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/repeated_field.h:49:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:33:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/wire_format_lite.h:49:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:37:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:26:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_util.h:34:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/any.h:18:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_util.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/has_bits.h:18:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_util.h:36:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/implicit_weak_message.h:23:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_util.h:44:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/descriptor.h:56:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/extension_set.h:43:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/descriptor.h:60:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_enum_reflection.h:30:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:28:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/unknown_field_set.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/zero_copy_stream_impl_lite.h:29:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/stubs/_virtual_includes/lite/google/protobuf/stubs/callback.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:28:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/unknown_field_set.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/zero_copy_stream_impl_lite.h:39:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:28:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/unknown_field_set.h:32:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:31:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/message.h:110:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/map.h:52:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/message.h:113:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/reflection.h:24:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/message.h:116:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:31:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/map_entry.h:25:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/map_field_inl.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/map_field.h:30:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/map_field_lite.h:22:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/map_field_inl.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/map_field.h:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/map_field_inl.h:26:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/label.pb.h:35:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:36:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/launch_stage.pb.h:33:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/duration_proto/google/protobuf/duration.pb.h:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:41:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:36:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/struct_proto/google/protobuf/struct.pb.h:38:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric.pb.h:31:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/distribution.pb.h:31:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/any_proto/google/protobuf/any.pb.h:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric.pb.h:31:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/distribution.pb.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric.pb.h:31:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/distribution.pb.h:36:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric.pb.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/common.pb.h:38:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric.pb.h:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
53 warnings generated.
Analyzing: 3689 targets (353 packages loaded, 14179 targets configured)
[17,493 / 18,658] 240 / 551 tests; [Sched] Testing //test/core/tsi:ssl_transport_security_test@poller=epoll1 (shard 3 of 5); 12s ... (199 actions, 53 running)
INFO: From Compiling opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:108:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/stubs/_virtual_includes/lite/google/protobuf/stubs/common.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/stubs/_virtual_includes/lite/google/protobuf/stubs/port.h:22:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:108:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/stubs/_virtual_includes/lite/google/protobuf/stubs/common.h:35:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:114:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port.h:32:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:118:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:34:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/arena_align/google/protobuf/arena_align.h:63:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/serial_arena.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/arena_cleanup/google/protobuf/arena_cleanup.h:19:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/serial_arena.h:28:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/string_block/google/protobuf/string_block.h:24:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/serial_arena.h:31:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/thread_safe_arena.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arenaz_sampler.h:19:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/thread_safe_arena.h:28:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:41:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arenastring.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/explicitly_constructed.h:17:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arenastring.h:24:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/message_lite.h:33:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/metadata_lite.h:17:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/message_lite.h:38:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/endian.h:18:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/inlined_string_field.h:22:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:29:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/zero_copy_stream.h:93:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/repeated_field.h:41:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_enum_util.h:23:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/repeated_field.h:45:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/repeated_ptr_field.h:44:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/repeated_field.h:49:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:33:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/wire_format_lite.h:49:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:37:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:26:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_util.h:34:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/any.h:18:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_util.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/has_bits.h:18:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_util.h:36:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/implicit_weak_message.h:23:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_util.h:44:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/descriptor.h:56:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/extension_set.h:43:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/descriptor.h:60:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_enum_reflection.h:30:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:28:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/unknown_field_set.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/zero_copy_stream_impl_lite.h:29:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/stubs/_virtual_includes/lite/google/protobuf/stubs/callback.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:28:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/unknown_field_set.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/zero_copy_stream_impl_lite.h:39:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:28:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/unknown_field_set.h:32:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:31:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/message.h:110:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/map.h:52:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/message.h:113:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/reflection.h:24:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/message.h:116:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:31:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/map_entry.h:25:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/map_field_inl.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/map_field.h:30:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/map_field_lite.h:22:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/map_field_inl.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/map_field.h:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/map_field_inl.h:26:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:34:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/label.pb.h:35:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/launch_stage.pb.h:33:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:36:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/struct_proto/google/protobuf/struct.pb.h:38:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/annotations.pb.h:29:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/http.pb.h:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/annotations.pb.h:30:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/descriptor.pb.h:35:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/annotations.pb.h:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:33:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/client.pb.h:33:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:34:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/field_behavior.pb.h:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/duration_proto/google/protobuf/duration.pb.h:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:41:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/resource.pb.h:36:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/common.pb.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/distribution.pb.h:31:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/any_proto/google/protobuf/any.pb.h:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/common.pb.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/distribution.pb.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/common.pb.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/distribution.pb.h:36:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/common.pb.h:38:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/mutation_record.pb.h:35:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:40:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/wrappers_proto/google/protobuf/wrappers.pb.h:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:41:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/rpc/status.pb.h:35:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:45:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:40:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric.pb.h:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:42:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/empty_proto/google/protobuf/empty.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_bases.h:17:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/zero_copy_stream_impl.h:28:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:42:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/empty_proto/google/protobuf/empty.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_bases.h:22:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:42:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/empty_proto/google/protobuf/empty.pb.h:35:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:47:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
67 warnings generated.
INFO: From Compiling opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:108:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/stubs/_virtual_includes/lite/google/protobuf/stubs/common.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/stubs/_virtual_includes/lite/google/protobuf/stubs/port.h:22:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:108:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/stubs/_virtual_includes/lite/google/protobuf/stubs/common.h:35:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:114:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port.h:32:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:118:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:34:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/arena_align/google/protobuf/arena_align.h:63:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/serial_arena.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/arena_cleanup/google/protobuf/arena_cleanup.h:19:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/serial_arena.h:28:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/string_block/google/protobuf/string_block.h:24:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/serial_arena.h:31:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/thread_safe_arena.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arenaz_sampler.h:19:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/thread_safe_arena.h:28:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:41:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arenastring.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/explicitly_constructed.h:17:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arenastring.h:24:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/message_lite.h:33:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/metadata_lite.h:17:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/message_lite.h:38:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/endian.h:18:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/inlined_string_field.h:22:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:29:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/zero_copy_stream.h:93:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/repeated_field.h:41:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_enum_util.h:23:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/repeated_field.h:45:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/repeated_ptr_field.h:44:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/repeated_field.h:49:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:33:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/wire_format_lite.h:49:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:37:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:26:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_util.h:34:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/any.h:18:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_util.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/has_bits.h:18:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_util.h:36:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/implicit_weak_message.h:23:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_util.h:44:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/descriptor.h:56:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/extension_set.h:43:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/descriptor.h:60:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_enum_reflection.h:30:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:28:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/unknown_field_set.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/zero_copy_stream_impl_lite.h:29:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/stubs/_virtual_includes/lite/google/protobuf/stubs/callback.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:28:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/unknown_field_set.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/zero_copy_stream_impl_lite.h:39:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:28:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/unknown_field_set.h:32:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:31:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/message.h:110:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/map.h:52:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/message.h:113:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/reflection.h:24:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/message.h:116:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:31:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/map_entry.h:25:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/map_field_inl.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/map_field.h:30:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/map_field_lite.h:22:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/map_field_inl.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/map_field.h:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/map_field_inl.h:26:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/label.pb.h:35:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:36:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/launch_stage.pb.h:33:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/duration_proto/google/protobuf/duration.pb.h:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:41:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:36:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/struct_proto/google/protobuf/struct.pb.h:38:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric.pb.h:31:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/distribution.pb.h:31:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/any_proto/google/protobuf/any.pb.h:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric.pb.h:31:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/distribution.pb.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric.pb.h:31:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/distribution.pb.h:36:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric.pb.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/common.pb.h:38:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_utils.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric.pb.h:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
53 warnings generated.
Analyzing: 3689 targets (353 packages loaded, 14208 targets configured)
[17,712 / 18,860] 245 / 568 tests; [Sched] Testing //test/core/tsi:ssl_transport_security_test@poller=epoll1 (shard 3 of 5); 13s ... (198 actions, 54 running)
INFO: From Compiling opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:108:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/stubs/_virtual_includes/lite/google/protobuf/stubs/common.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/stubs/_virtual_includes/lite/google/protobuf/stubs/port.h:22:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:108:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/stubs/_virtual_includes/lite/google/protobuf/stubs/common.h:35:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:114:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port.h:32:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:118:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:34:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/arena_align/google/protobuf/arena_align.h:63:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/serial_arena.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/arena_cleanup/google/protobuf/arena_cleanup.h:19:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/serial_arena.h:28:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/string_block/google/protobuf/string_block.h:24:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/serial_arena.h:31:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/thread_safe_arena.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arenaz_sampler.h:19:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/thread_safe_arena.h:28:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:21:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arena.h:41:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arenastring.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/explicitly_constructed.h:17:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/arenastring.h:24:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/message_lite.h:33:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/metadata_lite.h:17:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/message_lite.h:38:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/endian.h:18:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/inlined_string_field.h:22:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:29:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/zero_copy_stream.h:93:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/repeated_field.h:41:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_enum_util.h:23:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/repeated_field.h:45:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/repeated_ptr_field.h:44:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/repeated_field.h:49:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:33:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/wire_format_lite.h:49:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:37:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:26:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_util.h:34:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/any.h:18:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_util.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/has_bits.h:18:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_util.h:36:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/implicit_weak_message.h:23:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_util.h:44:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/descriptor.h:56:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/extension_set.h:43:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/descriptor.h:60:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_enum_reflection.h:30:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:28:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/unknown_field_set.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/zero_copy_stream_impl_lite.h:29:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/stubs/_virtual_includes/lite/google/protobuf/stubs/callback.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:28:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/unknown_field_set.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/zero_copy_stream_impl_lite.h:39:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:28:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/unknown_field_set.h:32:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_reflection.h:31:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/message.h:110:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/map.h:52:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/message.h:113:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/reflection.h:24:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/message.h:116:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:31:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/map_entry.h:25:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/map_field_inl.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/map_field.h:30:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/map_field_lite.h:22:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/map_field_inl.h:20:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/map_field.h:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/map_field_inl.h:26:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:34:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/label.pb.h:35:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/launch_stage.pb.h:33:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:36:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/struct_proto/google/protobuf/struct.pb.h:38:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/monitored_resource.pb.h:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/annotations.pb.h:29:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/http.pb.h:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/annotations.pb.h:30:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/descriptor.pb.h:35:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/annotations.pb.h:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:33:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/client.pb.h:33:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:34:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/field_behavior.pb.h:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/duration_proto/google/protobuf/duration.pb.h:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/metric.pb.h:41:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/resource.pb.h:36:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/common.pb.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/distribution.pb.h:31:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/any_proto/google/protobuf/any.pb.h:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/common.pb.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/distribution.pb.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/timestamp_proto/google/protobuf/timestamp.pb.h:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/common.pb.h:32:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/distribution.pb.h:36:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:37:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/common.pb.h:38:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/mutation_record.pb.h:35:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:40:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/wrappers_proto/google/protobuf/wrappers.pb.h:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:41:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/rpc/status.pb.h:35:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:45:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:40:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric.pb.h:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:42:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/empty_proto/google/protobuf/empty.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_bases.h:17:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/io/_virtual_includes/io/google/protobuf/io/zero_copy_stream_impl.h:28:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:42:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/empty_proto/google/protobuf/empty.pb.h:23:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_layering_check_legacy/google/protobuf/generated_message_bases.h:22:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:42:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/empty_proto/google/protobuf/empty.pb.h:35:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:47:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port/google/protobuf/port_def.inc:937:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
937 | #if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
| ^
67 warnings generated.
Analyzing: 3689 targets (353 packages loaded, 14231 targets configured)
[17,862 / 19,020] 257 / 583 tests; [Sched] Testing //test/core/tsi:ssl_transport_security_test@poller=epoll1 (shard 3 of 5); 14s ... (195 actions, 55 running)
INFO: From Compiling test/cpp/interop/observability_client.cc:
test/cpp/interop/observability_client.cc:216:39: warning: 'GcpObservabilityInit' is deprecated: Use grpc::GcpObservability::Init() instead. [-Wdeprecated-declarations]
216 | auto status = grpc::experimental::GcpObservabilityInit();
| ^
include/grpcpp/ext/gcp_observability.h:104:1: note: 'GcpObservabilityInit' has been explicitly marked deprecated here
104 | GRPC_DEPRECATED("Use grpc::GcpObservability::Init() instead.")
| ^
include/grpc/support/port_platform.h:24:35: note: expanded from macro 'GRPC_DEPRECATED'
24 | #define GRPC_DEPRECATED(reason) [[deprecated(reason)]]
| ^
test/cpp/interop/observability_client.cc:399:25: warning: 'GcpObservabilityClose' is deprecated: Use grpc::GcpObservability::Init() instead. [-Wdeprecated-declarations]
399 | grpc::experimental::GcpObservabilityClose();
| ^
include/grpcpp/ext/gcp_observability.h:106:1: note: 'GcpObservabilityClose' has been explicitly marked deprecated here
106 | GRPC_DEPRECATED("Use grpc::GcpObservability::Init() instead.")
| ^
include/grpc/support/port_platform.h:24:35: note: expanded from macro 'GRPC_DEPRECATED'
24 | #define GRPC_DEPRECATED(reason) [[deprecated(reason)]]
| ^
2 warnings generated.
INFO: From Compiling test/cpp/ext/filters/logging/logging_test.cc:
test/cpp/ext/filters/logging/logging_test.cc:55:1: warning: stack frame size (28440) exceeds limit (16384) in 'grpc::testing::(anonymous namespace)::LoggingTest_SimpleRpc_Test::TestBody()' [-Wframe-larger-than]
55 | TEST_F(LoggingTest, SimpleRpc) {
| ^
external/com_google_googletest/googletest/include/gtest/gtest.h:2207:41: note: expanded from macro 'TEST_F'
2207 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture, test_name)
| ^
external/com_google_googletest/googletest/include/gtest/gtest.h:2204:3: note: expanded from macro 'GTEST_TEST_F'
2204 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
external/com_google_googletest/googletest/include/gtest/internal/gtest-internal.h:1557:60: note: expanded from macro 'GTEST_TEST_'
1557 | void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
| ^
test/cpp/ext/filters/logging/logging_test.cc:240:1: warning: stack frame size (28344) exceeds limit (16384) in 'grpc::testing::(anonymous namespace)::LoggingTest_SimpleRpcNoMetadata_Test::TestBody()' [-Wframe-larger-than]
240 | TEST_F(LoggingTest, SimpleRpcNoMetadata) {
| ^
external/com_google_googletest/googletest/include/gtest/gtest.h:2207:41: note: expanded from macro 'TEST_F'
2207 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture, test_name)
| ^
external/com_google_googletest/googletest/include/gtest/gtest.h:2204:3: note: expanded from macro 'GTEST_TEST_F'
2204 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
external/com_google_googletest/googletest/include/gtest/internal/gtest-internal.h:1557:60: note: expanded from macro 'GTEST_TEST_'
1557 | void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
| ^
test/cpp/ext/filters/logging/logging_test.cc:438:1: warning: stack frame size (28440) exceeds limit (16384) in 'grpc::testing::(anonymous namespace)::LoggingTest_MetadataTruncated_Test::TestBody()' [-Wframe-larger-than]
438 | TEST_F(LoggingTest, MetadataTruncated) {
| ^
external/com_google_googletest/googletest/include/gtest/gtest.h:2207:41: note: expanded from macro 'TEST_F'
2207 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture, test_name)
| ^
external/com_google_googletest/googletest/include/gtest/gtest.h:2204:3: note: expanded from macro 'GTEST_TEST_F'
2204 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
external/com_google_googletest/googletest/include/gtest/internal/gtest-internal.h:1557:60: note: expanded from macro 'GTEST_TEST_'
1557 | void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
| ^
test/cpp/ext/filters/logging/logging_test.cc:625:1: warning: stack frame size (29064) exceeds limit (16384) in 'grpc::testing::(anonymous namespace)::LoggingTest_PayloadTruncated_Test::TestBody()' [-Wframe-larger-than]
625 | TEST_F(LoggingTest, PayloadTruncated) {
| ^
external/com_google_googletest/googletest/include/gtest/gtest.h:2207:41: note: expanded from macro 'TEST_F'
2207 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture, test_name)
| ^
external/com_google_googletest/googletest/include/gtest/gtest.h:2204:3: note: expanded from macro 'GTEST_TEST_F'
2204 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
external/com_google_googletest/googletest/include/gtest/internal/gtest-internal.h:1557:60: note: expanded from macro 'GTEST_TEST_'
1557 | void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
| ^
4 warnings generated.
INFO: From Compiling test/cpp/ext/filters/logging/logging_test.cc:
test/cpp/ext/filters/logging/logging_test.cc:55:1: warning: stack frame size (28408) exceeds limit (16384) in 'grpc::testing::(anonymous namespace)::LoggingTest_SimpleRpc_Test::TestBody()' [-Wframe-larger-than]
55 | TEST_F(LoggingTest, SimpleRpc) {
| ^
external/com_google_googletest/googletest/include/gtest/gtest.h:2207:41: note: expanded from macro 'TEST_F'
2207 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture, test_name)
| ^
external/com_google_googletest/googletest/include/gtest/gtest.h:2204:3: note: expanded from macro 'GTEST_TEST_F'
2204 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
external/com_google_googletest/googletest/include/gtest/internal/gtest-internal.h:1557:60: note: expanded from macro 'GTEST_TEST_'
1557 | void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
| ^
test/cpp/ext/filters/logging/logging_test.cc:240:1: warning: stack frame size (28312) exceeds limit (16384) in 'grpc::testing::(anonymous namespace)::LoggingTest_SimpleRpcNoMetadata_Test::TestBody()' [-Wframe-larger-than]
240 | TEST_F(LoggingTest, SimpleRpcNoMetadata) {
| ^
external/com_google_googletest/googletest/include/gtest/gtest.h:2207:41: note: expanded from macro 'TEST_F'
2207 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture, test_name)
| ^
external/com_google_googletest/googletest/include/gtest/gtest.h:2204:3: note: expanded from macro 'GTEST_TEST_F'
2204 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
external/com_google_googletest/googletest/include/gtest/internal/gtest-internal.h:1557:60: note: expanded from macro 'GTEST_TEST_'
1557 | void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
| ^
test/cpp/ext/filters/logging/logging_test.cc:438:1: warning: stack frame size (28408) exceeds limit (16384) in 'grpc::testing::(anonymous namespace)::LoggingTest_MetadataTruncated_Test::TestBody()' [-Wframe-larger-than]
438 | TEST_F(LoggingTest, MetadataTruncated) {
| ^
external/com_google_googletest/googletest/include/gtest/gtest.h:2207:41: note: expanded from macro 'TEST_F'
2207 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture, test_name)
| ^
external/com_google_googletest/googletest/include/gtest/gtest.h:2204:3: note: expanded from macro 'GTEST_TEST_F'
2204 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
external/com_google_googletest/googletest/include/gtest/internal/gtest-internal.h:1557:60: note: expanded from macro 'GTEST_TEST_'
1557 | void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
| ^
test/cpp/ext/filters/logging/logging_test.cc:625:1: warning: stack frame size (29016) exceeds limit (16384) in 'grpc::testing::(anonymous namespace)::LoggingTest_PayloadTruncated_Test::TestBody()' [-Wframe-larger-than]
625 | TEST_F(LoggingTest, PayloadTruncated) {
| ^
external/com_google_googletest/googletest/include/gtest/gtest.h:2207:41: note: expanded from macro 'TEST_F'
2207 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture, test_name)
| ^
external/com_google_googletest/googletest/include/gtest/gtest.h:2204:3: note: expanded from macro 'GTEST_TEST_F'
2204 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
external/com_google_googletest/googletest/include/gtest/internal/gtest-internal.h:1557:60: note: expanded from macro 'GTEST_TEST_'
1557 | void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
| ^
4 warnings generated.
Analyzing: 3689 targets (353 packages loaded, 14258 targets configured)
[17,981 / 19,166] 261 / 598 tests; [Sched] Testing //test/core/tsi:ssl_transport_security_test@poller=epoll1 (shard 3 of 5); 15s ... (200 actions, 57 running)
Analyzing: 3689 targets (353 packages loaded, 14338 targets configured)
[18,030 / 19,362] 268 / 649 tests; [Sched] Testing //test/core/tsi:ssl_transport_security_test@poller=epoll1 (shard 3 of 5); 16s ... (186 actions, 61 running)
INFO: From Compiling test/cpp/interop/observability_client.cc:
test/cpp/interop/observability_client.cc:216:39: warning: 'GcpObservabilityInit' is deprecated: Use grpc::GcpObservability::Init() instead. [-Wdeprecated-declarations]
216 | auto status = grpc::experimental::GcpObservabilityInit();
| ^
include/grpcpp/ext/gcp_observability.h:104:1: note: 'GcpObservabilityInit' has been explicitly marked deprecated here
104 | GRPC_DEPRECATED("Use grpc::GcpObservability::Init() instead.")
| ^
include/grpc/support/port_platform.h:24:35: note: expanded from macro 'GRPC_DEPRECATED'
24 | #define GRPC_DEPRECATED(reason) [[deprecated(reason)]]
| ^
test/cpp/interop/observability_client.cc:399:25: warning: 'GcpObservabilityClose' is deprecated: Use grpc::GcpObservability::Init() instead. [-Wdeprecated-declarations]
399 | grpc::experimental::GcpObservabilityClose();
| ^
include/grpcpp/ext/gcp_observability.h:106:1: note: 'GcpObservabilityClose' has been explicitly marked deprecated here
106 | GRPC_DEPRECATED("Use grpc::GcpObservability::Init() instead.")
| ^
include/grpc/support/port_platform.h:24:35: note: expanded from macro 'GRPC_DEPRECATED'
24 | #define GRPC_DEPRECATED(reason) [[deprecated(reason)]]
| ^
2 warnings generated.
Analyzing: 3689 targets (353 packages loaded, 14347 targets configured)
[18,306 / 19,614] 285 / 654 tests; [Sched] Testing //test/core/tsi:ssl_transport_security_test@poller=epoll1 (shard 3 of 5); 17s ... (197 actions, 73 running)
Analyzing: 3689 targets (353 packages loaded, 14366 targets configured)
[18,510 / 19,819] 297 / 663 tests; [Sched] Testing //test/core/tsi:ssl_transport_security_test@poller=epoll1 (shard 3 of 5); 18s ... (191 actions, 75 running)
INFO: From Compiling test/cpp/ext/filters/logging/logging_census_integration_test.cc:
test/cpp/ext/filters/logging/logging_census_integration_test.cc:65:1: warning: stack frame size (41400) exceeds limit (16384) in 'grpc::testing::LoggingCensusIntegrationTest_Basic_Test::TestBody()' [-Wframe-larger-than]
65 | TEST_F(LoggingCensusIntegrationTest, Basic) {
| ^
external/com_google_googletest/googletest/include/gtest/gtest.h:2207:41: note: expanded from macro 'TEST_F'
2207 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture, test_name)
| ^
external/com_google_googletest/googletest/include/gtest/gtest.h:2204:3: note: expanded from macro 'GTEST_TEST_F'
2204 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
external/com_google_googletest/googletest/include/gtest/internal/gtest-internal.h:1557:60: note: expanded from macro 'GTEST_TEST_'
1557 | void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
| ^
1 warning generated.
INFO: From Compiling test/cpp/ext/filters/logging/logging_census_integration_test.cc:
test/cpp/ext/filters/logging/logging_census_integration_test.cc:65:1: warning: stack frame size (41368) exceeds limit (16384) in 'grpc::testing::LoggingCensusIntegrationTest_Basic_Test::TestBody()' [-Wframe-larger-than]
65 | TEST_F(LoggingCensusIntegrationTest, Basic) {
| ^
external/com_google_googletest/googletest/include/gtest/gtest.h:2207:41: note: expanded from macro 'TEST_F'
2207 | #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture, test_name)
| ^
external/com_google_googletest/googletest/include/gtest/gtest.h:2204:3: note: expanded from macro 'GTEST_TEST_F'
2204 | GTEST_TEST_(test_fixture, test_name, test_fixture, \
| ^
external/com_google_googletest/googletest/include/gtest/internal/gtest-internal.h:1557:60: note: expanded from macro 'GTEST_TEST_'
1557 | void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
| ^
1 warning generated.
Analyzing: 3689 targets (353 packages loaded, 14391 targets configured)
[18,666 / 19,980] 302 / 671 tests; [Sched] Testing //test/core/tsi:ssl_transport_security_test@poller=epoll1 (shard 3 of 5); 19s ... (197 actions, 72 running)
Analyzing: 3689 targets (353 packages loaded, 14410 targets configured)
[18,800 / 20,160] 306 / 681 tests; [Sched] Testing //test/core/tsi:ssl_transport_security_test@poller=epoll1 (shard 3 of 5); 20s ... (200 actions, 77 running)
Analyzing: 3689 targets (353 packages loaded, 14439 targets configured)
[19,015 / 20,397] 311 / 698 tests; [Sched] Testing //test/core/tsi:ssl_transport_security_test@poller=epoll1 (shard 2 of 5); 21s ... (198 actions, 81 running)
Analyzing: 3689 targets (353 packages loaded, 14453 targets configured)
[19,220 / 20,603] 316 / 709 tests; [Sched] Testing //test/core/tsi:ssl_transport_security_test@poller=epoll1 (shard 2 of 5); 22s ... (200 actions, 85 running)
Analyzing: 3689 targets (353 packages loaded, 14467 targets configured)
[19,389 / 20,790] 321 / 719 tests; [Sched] Testing //test/core/tsi:ssl_transport_security_test@poller=epoll1 (shard 2 of 5); 23s ... (192 actions, 80 running)
Analyzing: 3689 targets (353 packages loaded, 14486 targets configured)
[19,522 / 20,919] 326 / 731 tests; [Sched] Testing //test/core/tsi:ssl_transport_security_test@poller=epoll1 (shard 2 of 5); 24s ... (199 actions, 73 running)
Analyzing: 3689 targets (353 packages loaded, 14525 targets configured)
[19,633 / 21,079] 327 / 758 tests; [Sched] Testing //test/core/tsi:ssl_transport_security_test@poller=epoll1 (shard 2 of 5); 25s ... (194 actions, 78 running)
Analyzing: 3689 targets (353 packages loaded, 14584 targets configured)
[19,790 / 21,353] 343 / 792 tests; [Sched] Testing //test/core/tsi:ssl_transport_security_test@poller=epoll1 (shard 2 of 5); 26s ... (188 actions, 74 running)
Analyzing: 3689 targets (353 packages loaded, 14612 targets configured)
[20,029 / 21,695] 357 / 799 tests; [Sched] Testing //test/core/tsi:ssl_transport_security_test@poller=epoll1 (shard 2 of 5); 27s ... (199 actions, 89 running)
Analyzing: 3689 targets (353 packages loaded, 14633 targets configured)
[20,214 / 21,901] 361 / 811 tests; [Sched] Testing //test/core/tsi:ssl_transport_security_test@poller=epoll1 (shard 2 of 5); 28s ... (195 actions, 89 running)
Analyzing: 3689 targets (353 packages loaded, 14659 targets configured)
[20,444 / 22,168] 367 / 819 tests; [Sched] Testing //test/core/tsi:ssl_transport_security_test@poller=epoll1 (shard 2 of 5); 29s ... (192 actions, 96 running)
Analyzing: 3689 targets (353 packages loaded, 14673 targets configured)
[20,618 / 22,350] 378 / 822 tests; [Sched] Testing //test/core/tsi:ssl_transport_security_test@poller=epoll1 (shard 4 of 5); 30s ... (189 actions, 92 running)
Analyzing: 3689 targets (353 packages loaded, 14692 targets configured)
[20,792 / 22,530] 388 / 830 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 25s ... (200 actions, 95 running)
Analyzing: 3689 targets (353 packages loaded, 14708 targets configured)
[20,911 / 22,661] 392 / 838 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 26s ... (191 actions, 84 running)
Analyzing: 3689 targets (353 packages loaded, 14747 targets configured)
[21,041 / 22,806] 395 / 855 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 27s ... (193 actions, 78 running)
INFO: From Compiling test/core/iomgr/endpoint_tests.cc:
test/core/iomgr/endpoint_tests.cc:295:13: warning: unused function 'inc_on_failure' [-Wunused-function]
295 | static void inc_on_failure(void* arg, grpc_error_handle error) {
| ^~~~~~~~~~~~~~
test/core/iomgr/endpoint_tests.cc:302:13: warning: unused function 'wait_for_fail_count' [-Wunused-function]
302 | static void wait_for_fail_count(int* fail_count, int want_fail_count) {
| ^~~~~~~~~~~~~~~~~~~
2 warnings generated.
INFO: From Compiling test/core/transport/chttp2/hpack_parser_test.cc:
test/core/transport/chttp2/hpack_parser_test.cc:218:1: warning: stack frame size (18808) exceeds limit (16384) in 'grpc_core::(anonymous namespace)::gtest_ParseTestParseTest_EvalGenerator_()' [-Wframe-larger-than]
218 | INSTANTIATE_TEST_SUITE_P(
| ^
external/com_google_googletest/googletest/include/gtest/gtest-param-test.h:498:7: note: expanded from macro 'INSTANTIATE_TEST_SUITE_P'
498 | gtest_##prefix##test_suite_name##_EvalGenerator_() { \
| ^
:119:1: note: expanded from here
119 | gtest_ParseTestParseTest_EvalGenerator_
| ^
test/core/transport/chttp2/hpack_parser_test.cc:218:1: warning: stack frame size (18792) exceeds limit (16384) in 'grpc_core::(anonymous namespace)::gtest_ParseTestParseTest_EvalGenerateName_[abi:cxx11](testing::TestParamInfo const&)' [-Wframe-larger-than]
external/com_google_googletest/googletest/include/gtest/gtest-param-test.h:501:24: note: expanded from macro 'INSTANTIATE_TEST_SUITE_P'
501 | static ::std::string gtest_##prefix##test_suite_name##_EvalGenerateName_( \
| ^
:122:1: note: expanded from here
122 | gtest_ParseTestParseTest_EvalGenerateName_
| ^
2 warnings generated.
Analyzing: 3689 targets (353 packages loaded, 14765 targets configured)
[21,217 / 23,022] 402 / 869 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 28s ... (193 actions, 74 running)
INFO: From Compiling test/core/transport/chttp2/hpack_parser_test.cc:
test/core/transport/chttp2/hpack_parser_test.cc:218:1: warning: stack frame size (18808) exceeds limit (16384) in 'grpc_core::(anonymous namespace)::gtest_ParseTestParseTest_EvalGenerator_()' [-Wframe-larger-than]
218 | INSTANTIATE_TEST_SUITE_P(
| ^
external/com_google_googletest/googletest/include/gtest/gtest-param-test.h:498:7: note: expanded from macro 'INSTANTIATE_TEST_SUITE_P'
498 | gtest_##prefix##test_suite_name##_EvalGenerator_() { \
| ^
:119:1: note: expanded from here
119 | gtest_ParseTestParseTest_EvalGenerator_
| ^
test/core/transport/chttp2/hpack_parser_test.cc:218:1: warning: stack frame size (18792) exceeds limit (16384) in 'grpc_core::(anonymous namespace)::gtest_ParseTestParseTest_EvalGenerateName_[abi:cxx11](testing::TestParamInfo const&)' [-Wframe-larger-than]
external/com_google_googletest/googletest/include/gtest/gtest-param-test.h:501:24: note: expanded from macro 'INSTANTIATE_TEST_SUITE_P'
501 | static ::std::string gtest_##prefix##test_suite_name##_EvalGenerateName_( \
| ^
:122:1: note: expanded from here
122 | gtest_ParseTestParseTest_EvalGenerateName_
| ^
2 warnings generated.
Analyzing: 3689 targets (353 packages loaded, 14812 targets configured)
[21,453 / 23,598] 405 / 893 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 29s ... (198 actions, 85 running)
INFO: From Compiling test/core/iomgr/endpoint_tests.cc:
test/core/iomgr/endpoint_tests.cc:295:13: warning: unused function 'inc_on_failure' [-Wunused-function]
295 | static void inc_on_failure(void* arg, grpc_error_handle error) {
| ^~~~~~~~~~~~~~
test/core/iomgr/endpoint_tests.cc:302:13: warning: unused function 'wait_for_fail_count' [-Wunused-function]
302 | static void wait_for_fail_count(int* fail_count, int want_fail_count) {
| ^~~~~~~~~~~~~~~~~~~
2 warnings generated.
INFO: From Compiling test/core/end2end/fuzzers/client_fuzzer.cc:
test/core/end2end/fuzzers/client_fuzzer.cc:52:13: warning: unused function 'discard_write' [-Wunused-function]
52 | static void discard_write(grpc_slice /*slice*/) {}
| ^~~~~~~~~~~~~
1 warning generated.
Analyzing: 3689 targets (353 packages loaded, 14911 targets configured)
[21,749 / 24,050] 425 / 941 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 30s ... (199 actions, 84 running)
Analyzing: 3689 targets (353 packages loaded, 14947 targets configured)
[22,144 / 24,428] 438 / 959 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 31s ... (200 actions, 84 running)
Analyzing: 3689 targets (353 packages loaded, 14980 targets configured)
[22,453 / 24,699] 453 / 978 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 32s ... (194 actions, 98 running)
Analyzing: 3689 targets (353 packages loaded, 15021 targets configured)
[22,775 / 24,984] 477 / 1007 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 33s ... (200 actions, 96 running)
Analyzing: 3689 targets (353 packages loaded, 15099 targets configured)
[23,008 / 25,223] 486 / 1061 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 34s ... (190 actions, 96 running)
Analyzing: 3689 targets (353 packages loaded, 15239 targets configured)
[23,172 / 25,558] 502 / 1160 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 35s ... (192 actions, 93 running)
INFO: From Compiling test/core/handshake/http_proxy_mapper_test.cc:
test/core/handshake/http_proxy_mapper_test.cc:230:1: warning: 'InstantiateTestCase_P_IsDeprecated' is deprecated: INSTANTIATE_TEST_CASE_P is deprecated, please use INSTANTIATE_TEST_SUITE_P [-Wdeprecated-declarations]
230 | INSTANTIATE_TEST_CASE_P(IncludedAddresses, IncludedAddressesTest,
| ^
external/com_google_googletest/googletest/include/gtest/gtest-param-test.h:539:38: note: expanded from macro 'INSTANTIATE_TEST_CASE_P'
539 | static_assert(::testing::internal::InstantiateTestCase_P_IsDeprecated(), \
| ^
external/com_google_googletest/googletest/include/gtest/internal/gtest-internal.h:1283:1: note: 'InstantiateTestCase_P_IsDeprecated' has been explicitly marked deprecated here
1283 | GTEST_INTERNAL_DEPRECATED(
| ^
external/com_google_googletest/googletest/include/gtest/internal/gtest-port.h:2352:59: note: expanded from macro 'GTEST_INTERNAL_DEPRECATED'
2352 | #define GTEST_INTERNAL_DEPRECATED(message) __attribute__((deprecated(message)))
| ^
1 warning generated.
Analyzing: 3689 targets (353 packages loaded, 15272 targets configured)
[23,563 / 25,849] 510 / 1185 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 36s ... (199 actions, 99 running)
INFO: From Compiling lib/dotdot.c:
external/com_github_curl_curl/lib/dotdot.c:57:10: warning: variable 'clen' set but not used [-Wunused-but-set-variable]
57 | size_t clen = inlen; /* the length of the cloned input */
| ^
1 warning generated.
INFO: From Compiling test/core/end2end/fuzzers/client_fuzzer.cc:
test/core/end2end/fuzzers/client_fuzzer.cc:52:13: warning: unused function 'discard_write' [-Wunused-function]
52 | static void discard_write(grpc_slice /*slice*/) {}
| ^~~~~~~~~~~~~
1 warning generated.
INFO: From Compiling test/core/handshake/http_proxy_mapper_test.cc:
test/core/handshake/http_proxy_mapper_test.cc:230:1: warning: 'InstantiateTestCase_P_IsDeprecated' is deprecated: INSTANTIATE_TEST_CASE_P is deprecated, please use INSTANTIATE_TEST_SUITE_P [-Wdeprecated-declarations]
230 | INSTANTIATE_TEST_CASE_P(IncludedAddresses, IncludedAddressesTest,
| ^
external/com_google_googletest/googletest/include/gtest/gtest-param-test.h:539:38: note: expanded from macro 'INSTANTIATE_TEST_CASE_P'
539 | static_assert(::testing::internal::InstantiateTestCase_P_IsDeprecated(), \
| ^
external/com_google_googletest/googletest/include/gtest/internal/gtest-internal.h:1283:1: note: 'InstantiateTestCase_P_IsDeprecated' has been explicitly marked deprecated here
1283 | GTEST_INTERNAL_DEPRECATED(
| ^
external/com_google_googletest/googletest/include/gtest/internal/gtest-port.h:2352:59: note: expanded from macro 'GTEST_INTERNAL_DEPRECATED'
2352 | #define GTEST_INTERNAL_DEPRECATED(message) __attribute__((deprecated(message)))
| ^
1 warning generated.
Analyzing: 3689 targets (353 packages loaded, 15303 targets configured)
[23,942 / 26,221] 518 / 1208 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 37s ... (198 actions, 101 running)
Analyzing: 3689 targets (353 packages loaded, 15342 targets configured)
[24,209 / 26,411] 531 / 1237 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 38s ... (200 actions, 91 running)
Analyzing: 3689 targets (353 packages loaded, 15407 targets configured)
[24,434 / 26,601] 538 / 1287 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 39s ... (200 actions, 95 running)
Analyzing: 3689 targets (353 packages loaded, 15585 targets configured)
[24,525 / 26,961] 552 / 1417 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 40s ... (195 actions, 94 running)
INFO: From Compiling test/cpp/interop/xds_stats_watcher.cc:
test/cpp/interop/xds_stats_watcher.cc:170:18: warning: 'mutable_num_rpcs_started_by_method' is deprecated [-Wdeprecated-declarations]
170 | *response->mutable_num_rpcs_started_by_method();
| ^
bazel-out/k8-opt/bin/src/proto/grpc/testing/messages.pb.h:6067:5: note: 'mutable_num_rpcs_started_by_method' has been explicitly marked deprecated here
6067 | [[deprecated]] ::google::protobuf::Map* mutable_num_rpcs_started_by_method();
| ^
test/cpp/interop/xds_stats_watcher.cc:172:18: warning: 'mutable_num_rpcs_succeeded_by_method' is deprecated [-Wdeprecated-declarations]
172 | *response->mutable_num_rpcs_succeeded_by_method();
| ^
bazel-out/k8-opt/bin/src/proto/grpc/testing/messages.pb.h:6082:5: note: 'mutable_num_rpcs_succeeded_by_method' has been explicitly marked deprecated here
6082 | [[deprecated]] ::google::protobuf::Map* mutable_num_rpcs_succeeded_by_method();
| ^
test/cpp/interop/xds_stats_watcher.cc:174:18: warning: 'mutable_num_rpcs_failed_by_method' is deprecated [-Wdeprecated-declarations]
174 | *response->mutable_num_rpcs_failed_by_method();
| ^
bazel-out/k8-opt/bin/src/proto/grpc/testing/messages.pb.h:6097:5: note: 'mutable_num_rpcs_failed_by_method' has been explicitly marked deprecated here
6097 | [[deprecated]] ::google::protobuf::Map* mutable_num_rpcs_failed_by_method();
| ^
3 warnings generated.
INFO: From Compiling test/cpp/interop/xds_stats_watcher.cc:
test/cpp/interop/xds_stats_watcher.cc:170:18: warning: 'mutable_num_rpcs_started_by_method' is deprecated [-Wdeprecated-declarations]
170 | *response->mutable_num_rpcs_started_by_method();
| ^
bazel-out/k8-opt/bin/src/proto/grpc/testing/messages.pb.h:6067:5: note: 'mutable_num_rpcs_started_by_method' has been explicitly marked deprecated here
6067 | [[deprecated]] ::google::protobuf::Map* mutable_num_rpcs_started_by_method();
| ^
test/cpp/interop/xds_stats_watcher.cc:172:18: warning: 'mutable_num_rpcs_succeeded_by_method' is deprecated [-Wdeprecated-declarations]
172 | *response->mutable_num_rpcs_succeeded_by_method();
| ^
bazel-out/k8-opt/bin/src/proto/grpc/testing/messages.pb.h:6082:5: note: 'mutable_num_rpcs_succeeded_by_method' has been explicitly marked deprecated here
6082 | [[deprecated]] ::google::protobuf::Map* mutable_num_rpcs_succeeded_by_method();
| ^
test/cpp/interop/xds_stats_watcher.cc:174:18: warning: 'mutable_num_rpcs_failed_by_method' is deprecated [-Wdeprecated-declarations]
174 | *response->mutable_num_rpcs_failed_by_method();
| ^
bazel-out/k8-opt/bin/src/proto/grpc/testing/messages.pb.h:6097:5: note: 'mutable_num_rpcs_failed_by_method' has been explicitly marked deprecated here
6097 | [[deprecated]] ::google::protobuf::Map* mutable_num_rpcs_failed_by_method();
| ^
3 warnings generated.
Analyzing: 3689 targets (353 packages loaded, 15618 targets configured)
[24,773 / 27,178] 556 / 1443 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 41s ... (196 actions, 89 running)
Analyzing: 3689 targets (353 packages loaded, 15672 targets configured)
[25,052 / 27,484] 564 / 1483 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 42s ... (200 actions, 75 running)
Analyzing: 3689 targets (353 packages loaded, 15778 targets configured)
[25,296 / 27,832] 575 / 1570 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 43s ... (200 actions, 84 running)
Analyzing: 3689 targets (353 packages loaded, 16123 targets configured)
[25,316 / 28,164] 575 / 1867 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 45s ... (180 actions, 112 running)
INFO: Analyzed 3689 targets (353 packages loaded, 16124 targets configured).
[25,707 / 28,507] 597 / 1868 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 46s ... (199 actions, 82 running)
[26,056 / 28,739] 605 / 1868 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 47s ... (200 actions, 70 running)
[26,245 / 28,878] 610 / 1868 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 48s ... (200 actions, 72 running)
[26,249 / 28,878] 610 / 1868 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 49s ... (197 actions, 112 running)
[26,575 / 29,128] 636 / 1868 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 50s ... (200 actions, 55 running)
INFO: From Compiling test/cpp/interop/observability_interop_server_bootstrap.cc:
test/cpp/interop/observability_interop_server_bootstrap.cc:47:39: warning: 'GcpObservabilityInit' is deprecated: Use grpc::GcpObservability::Init() instead. [-Wdeprecated-declarations]
47 | auto status = grpc::experimental::GcpObservabilityInit();
| ^
include/grpcpp/ext/gcp_observability.h:104:1: note: 'GcpObservabilityInit' has been explicitly marked deprecated here
104 | GRPC_DEPRECATED("Use grpc::GcpObservability::Init() instead.")
| ^
include/grpc/support/port_platform.h:24:35: note: expanded from macro 'GRPC_DEPRECATED'
24 | #define GRPC_DEPRECATED(reason) [[deprecated(reason)]]
| ^
1 warning generated.
[26,902 / 29,353] 647 / 1868 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 51s ... (200 actions, 66 running)
[27,250 / 29,606] 660 / 1868 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 52s ... (199 actions, 87 running)
[27,295 / 29,649] 665 / 1868 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 53s ... (195 actions, 100 running)
[27,657 / 29,997] 675 / 1868 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 54s ... (194 actions, 113 running)
[27,985 / 30,243] 688 / 1868 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 55s ... (199 actions, 106 running)
[28,022 / 30,261] 689 / 1868 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 57s ... (196 actions, 114 running)
[28,245 / 30,384] 705 / 1868 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 58s ... (199 actions, 71 running)
[28,471 / 30,504] 715 / 1868 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 59s ... (193 actions, 44 running)
[28,477 / 30,504] 715 / 1868 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=epoll1; 57s ... (187 actions, 96 running)
[28,837 / 30,795] 738 / 1868 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=epoll1; 58s ... (198 actions, 86 running)
[29,186 / 31,275] 772 / 1868 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=epoll1; 59s ... (196 actions, 91 running)
[29,544 / 31,649] 788 / 1868 tests; [Sched] Testing //test/cpp/ext/otel:otel_plugin_test@poller=poll; 59s ... (200 actions, 113 running)
[29,556 / 31,661] 788 / 1868 tests; [Sched] Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 52s ... (198 actions, 129 running)
[29,706 / 31,793] 796 / 1868 tests; [Sched] Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 53s ... (197 actions, 121 running)
[30,028 / 32,047] 806 / 1868 tests; [Sched] Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 54s ... (199 actions, 111 running)
[30,126 / 32,106] 807 / 1868 tests; [Sched] Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 55s ... (200 actions, 112 running)
INFO: From Compiling test/cpp/end2end/client_lb_end2end_test.cc:
test/cpp/end2end/client_lb_end2end_test.cc:2892:12: warning: returning variable 'addresses_seen_' by reference requires holding mutex 'mu_' [-Wthread-safety-reference-return]
2892 | return addresses_seen_;
| ^
1 warning generated.
[30,224 / 32,159] 816 / 1868 tests; [Sched] Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 56s ... (199 actions, 94 running)
INFO: From Compiling test/cpp/end2end/client_lb_end2end_test.cc:
test/cpp/end2end/client_lb_end2end_test.cc:2892:12: warning: returning variable 'addresses_seen_' by reference requires holding mutex 'mu_' [-Wthread-safety-reference-return]
2892 | return addresses_seen_;
| ^
1 warning generated.
[30,470 / 32,526] 822 / 1868 tests; [Sched] Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 57s ... (200 actions, 83 running)
[30,638 / 32,688] 825 / 1868 tests; [Sched] Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 58s ... (200 actions, 99 running)
[30,808 / 32,833] 840 / 1868 tests; [Sched] Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 59s ... (200 actions, 83 running)
[31,100 / 33,088] 851 / 1868 tests; [Sched] Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 60s ... (200 actions, 79 running)
[31,144 / 33,124] 851 / 1868 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 54s ... (200 actions, 91 running)
[31,220 / 33,168] 862 / 1868 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 55s ... (199 actions, 86 running)
[31,415 / 33,286] 869 / 1868 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 56s ... (199 actions, 47 running)
[31,535 / 33,341] 876 / 1868 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 57s ... (198 actions, 14 running)
[31,577 / 33,658] 876 / 1868 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 59s ... (189 actions, 54 running)
[31,704 / 33,838] 894 / 1868 tests; [Sched] Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 53s ... (197 actions, 33 running)
[31,842 / 34,218] 931 / 1868 tests; [Sched] Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 54s ... (200 actions, 8 running)
[31,920 / 34,646] 937 / 1868 tests; [Sched] Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 55s ... (200 actions, 7 running)
[31,960 / 35,039] 937 / 1868 tests; [Sched] Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 56s ... (200 actions, 39 running)
[32,048 / 35,292] 954 / 1868 tests; [Sched] Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 57s ... (200 actions, 15 running)
[32,108 / 35,705] 967 / 1868 tests; [Sched] Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 58s ... (200 actions, 11 running)
[32,170 / 36,107] 979 / 1868 tests; [Sched] Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 59s ... (200 actions, 6 running)
[32,228 / 36,385] 987 / 1868 tests; [Sched] Testing //test/cpp/end2end:hybrid_end2end_test@poller=poll; 49s ... (200 actions, 8 running)
[32,296 / 37,001] 992 / 1868 tests; [Sched] Testing //test/cpp/end2end:hybrid_end2end_test@poller=poll; 50s ... (199 actions, 7 running)
[32,362 / 37,362] 994 / 1868 tests; [Sched] Testing //test/cpp/end2end:hybrid_end2end_test@poller=poll; 51s ... (200 actions, 10 running)
[32,424 / 37,874] 998 / 1868 tests; [Sched] Testing //test/cpp/end2end:hybrid_end2end_test@poller=poll; 52s ... (200 actions, 8 running)
[32,503 / 38,385] 1004 / 1868 tests; [Sched] Testing //test/cpp/end2end:hybrid_end2end_test@poller=poll; 53s ... (200 actions, 8 running)
[32,584 / 38,757] 1008 / 1868 tests; [Sched] Testing //test/cpp/end2end:hybrid_end2end_test@poller=poll; 54s ... (199 actions, 6 running)
FAIL: //test/cpp/end2end/xds:xds_cluster_end2end_test@poller=epoll1 (shard 31 of 50) (see /tmpfs/bazel/4114fdc8154d6b98b8d84b473010c8c6/execroot/com_github_grpc_grpc/bazel-out/k8-opt/testlogs/test/cpp/end2end/xds/xds_cluster_end2end_test@poller=epoll1/shard_31_of_50/test_attempts/attempt_1.log)
[32,657 / 39,162] 1009 / 1868 tests; [Sched] Testing //test/cpp/end2end:hybrid_end2end_test@poller=poll; 55s ... (199 actions, 8 running)
[32,737 / 39,616] 1012 / 1868 tests; [Sched] Testing //test/cpp/end2end:hybrid_end2end_test@poller=poll; 56s ... (200 actions, 7 running)
[32,809 / 40,027] 1014 / 1868 tests; [Sched] Testing //test/cpp/end2end:hybrid_end2end_test@poller=poll; 57s ... (200 actions, 12 running)
[32,869 / 40,528] 1020 / 1868 tests; [Sched] Testing //test/cpp/end2end:hybrid_end2end_test@poller=poll; 58s ... (200 actions, 8 running)
[32,941 / 41,040] 1023 / 1868 tests; [Sched] Testing //test/cpp/end2end:hybrid_end2end_test@poller=poll; 59s ... (199 actions, 6 running)
[33,010 / 41,509] 1028 / 1868 tests; [Sched] Testing //test/cpp/end2end:hybrid_end2end_test@poller=poll; 60s ... (200 actions, 7 running)
[33,038 / 41,509] 1034 / 1868 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=epoll1 (shard 4 of 7); 43s ... (200 actions, 10 running)
[33,084 / 41,560] 1045 / 1868 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=epoll1 (shard 4 of 7); 44s ... (200 actions, 9 running)
INFO: From Testing //test/cpp/end2end/xds:xds_cluster_end2end_test@poller=epoll1 (shard 31 of 50):
==================== Test output for //test/cpp/end2end/xds:xds_cluster_end2end_test@poller=epoll1 (shard 31 of 50):
WARNING: All log messages before absl::InitializeLog() is called are written to STDERR
W0000 00:00:1722673916.948477 18 log.cc:103] Log level DEBUG is not suitable for production. Prefer WARNING or ERROR. However if you see this message in a debug environmenmt or test environmenmt it is safe to ignore this message.
Note: This is test shard 31 of 50.
[==========] Running 2 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 1 test from XdsTest/EdsTest
[ RUN ] XdsTest/EdsTest.KeepUsingLastDataIfBalancerGoesDown/V3
I0000 00:00:1722673916.951469 18 xds_end2end_test_lib.cc:148] starting Balancer server on port 13587
I0000 00:00:1722673916.953516 18 xds_end2end_test_lib.cc:160] Balancer server startup complete
I0000 00:00:1722673916.955167 18 xds_server.cc:53] ADS[0x55e098251c70:Default Balancer]: Updating type.googleapis.com/envoy.config.listener.v3.Listener resource server.example.com; resource_type_version now 1
I0000 00:00:1722673916.955465 18 xds_server.cc:53] ADS[0x55e098251c70:Default Balancer]: Updating type.googleapis.com/envoy.config.cluster.v3.Cluster resource cluster_name; resource_type_version now 1
I0000 00:00:1722673916.956633 18 xds_end2end_test_lib.cc:148] starting Backend server on port 13588
I0000 00:00:1722673916.957514 18 xds_end2end_test_lib.cc:160] Backend server startup complete
I0000 00:00:1722673916.957530 18 xds_end2end_test_lib.cc:148] starting Backend server on port 13589
I0000 00:00:1722673916.958332 18 xds_end2end_test_lib.cc:160] Backend server startup complete
I0000 00:00:1722673916.958692 18 xds_server.cc:53] ADS[0x55e098251c70:Default Balancer]: Updating type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment resource eds_service_name; resource_type_version now 1
I0000 00:00:1722673916.958720 18 xds_end2end_test_lib.cc:763] ========= WAITING FOR BACKENDS [0, 1) ==========
I0000 00:00:1722673916.959114 18 xds_client.cc:1567] [xds_client 0x55e098266530] xDS node ID: xds_end2end_test
I0000 00:00:1722673916.967712 33 xds_server.h:237] ADS[0x55e098251c70:Default Balancer]: StreamAggregatedResources starts
I0000 00:00:1722673916.977895 33 xds_server.h:287] ADS[0x55e098251c70:Default Balancer]: Received request for type type.googleapis.com/envoy.config.listener.v3.Listener with content node {
id: "xds_end2end_test"
cluster: "test"
metadata {
fields {
key: "foo"
value {
string_value: "bar"
}
}
}
locality {
region: "corp"
zone: "svl"
sub_zone: "mp3"
}
user_agent_name: "gRPC C-core linux"
user_agent_version: "C-core 43.0.0"
client_features: "envoy.lb.does_not_support_overprovisioning"
client_features: "xds.config.resource-in-sotw"
}
resource_names: "server.example.com"
type_url: "type.googleapis.com/envoy.config.listener.v3.Listener"

I0000 00:00:1722673916.978221 33 xds_server.cc:101] ADS[0x55e098251c70:Default Balancer]: subscribe to resource type type.googleapis.com/envoy.config.listener.v3.Listener name server.example.com state 0x7f875b7fd310
I0000 00:00:1722673916.978232 33 xds_server.h:427] ADS[0x55e098251c70:Default Balancer]: Sending update for type=type.googleapis.com/envoy.config.listener.v3.Listener name=server.example.com
I0000 00:00:1722673916.978269 33 xds_server.h:297] ADS[0x55e098251c70:Default Balancer]: Sending response: version_info: "1"
resources {
[type.googleapis.com/envoy.config.listener.v3.Listener] {
name: "server.example.com"
api_listener {
api_listener {
[type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager] {
route_config {
name: "route_config_name"
virtual_hosts {
domains: "*"
routes {
match {
prefix: ""
}
route {
cluster: "cluster_name"
}
}
}
}
http_filters {
name: "router"
typed_config {
[type.googleapis.com/envoy.extensions.filters.http.router.v3.Router] {
}
}
}
}
}
}
}
}
type_url: "type.googleapis.com/envoy.config.listener.v3.Listener"
nonce: "1"

I0000 00:00:1722673916.989721 33 xds_server.h:287] ADS[0x55e098251c70:Default Balancer]: Received request for type type.googleapis.com/envoy.config.listener.v3.Listener with content version_info: "1"
resource_names: "server.example.com"
type_url: "type.googleapis.com/envoy.config.listener.v3.Listener"
response_nonce: "1"

I0000 00:00:1722673916.989757 33 xds_server.h:384] ADS[0x55e098251c70:Default Balancer]: client ACKed resource_type=type.googleapis.com/envoy.config.listener.v3.Listener version=1
I0000 00:00:1722673916.989768 33 xds_server.h:442] ADS[0x55e098251c70:Default Balancer]: client does not need update for type=type.googleapis.com/envoy.config.listener.v3.Listener name=server.example.com
I0000 00:00:1722673916.989774 33 xds_server.h:287] ADS[0x55e098251c70:Default Balancer]: Received request for type type.googleapis.com/envoy.config.cluster.v3.Cluster with content resource_names: "cluster_name"
type_url: "type.googleapis.com/envoy.config.cluster.v3.Cluster"

I0000 00:00:1722673916.989808 33 xds_server.cc:101] ADS[0x55e098251c70:Default Balancer]: subscribe to resource type type.googleapis.com/envoy.config.cluster.v3.Cluster name cluster_name state 0x7f875b7fd310
I0000 00:00:1722673916.989831 33 xds_server.h:427] ADS[0x55e098251c70:Default Balancer]: Sending update for type=type.googleapis.com/envoy.config.cluster.v3.Cluster name=cluster_name
I0000 00:00:1722673916.989841 33 xds_server.h:297] ADS[0x55e098251c70:Default Balancer]: Sending response: version_info: "1"
resources {
[type.googleapis.com/envoy.config.cluster.v3.Cluster] {
name: "cluster_name"
type: EDS
eds_cluster_config {
eds_config {
self {
}
}
service_name: "eds_service_name"
}
}
}
type_url: "type.googleapis.com/envoy.config.cluster.v3.Cluster"
nonce: "1"

I0000 00:00:1722673917.000457 33 xds_server.h:287] ADS[0x55e098251c70:Default Balancer]: Received request for type type.googleapis.com/envoy.config.cluster.v3.Cluster with content version_info: "1"
resource_names: "cluster_name"
type_url: "type.googleapis.com/envoy.config.cluster.v3.Cluster"
response_nonce: "1"

I0000 00:00:1722673917.000493 33 xds_server.h:384] ADS[0x55e098251c70:Default Balancer]: client ACKed resource_type=type.googleapis.com/envoy.config.cluster.v3.Cluster version=1
I0000 00:00:1722673917.000502 33 xds_server.h:442] ADS[0x55e098251c70:Default Balancer]: client does not need update for type=type.googleapis.com/envoy.config.cluster.v3.Cluster name=cluster_name
I0000 00:00:1722673917.000509 33 xds_server.h:287] ADS[0x55e098251c70:Default Balancer]: Received request for type type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment with content resource_names: "eds_service_name"
type_url: "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment"

I0000 00:00:1722673917.000540 33 xds_server.cc:101] ADS[0x55e098251c70:Default Balancer]: subscribe to resource type type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment name eds_service_name state 0x7f875b7fd310
I0000 00:00:1722673917.000549 33 xds_server.h:427] ADS[0x55e098251c70:Default Balancer]: Sending update for type=type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment name=eds_service_name
I0000 00:00:1722673917.000574 33 xds_server.h:297] ADS[0x55e098251c70:Default Balancer]: Sending response: version_info: "1"
resources {
[type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment] {
cluster_name: "eds_service_name"
endpoints {
locality {
region: "xds_default_locality_region"
zone: "xds_default_locality_zone"
sub_zone: "locality0"
}
lb_endpoints {
endpoint {
address {
socket_address {
address: "127.0.0.1"
port_value: 13588
}
}
}
load_balancing_weight {
value: 1
}
}
load_balancing_weight {
value: 3
}
}
}
}
type_url: "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment"
nonce: "1"

I0000 00:00:1722673917.002058 33 xds_server.h:287] ADS[0x55e098251c70:Default Balancer]: Received request for type type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment with content version_info: "1"
resource_names: "eds_service_name"
type_url: "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment"
response_nonce: "1"

I0000 00:00:1722673917.002203 33 xds_server.h:384] ADS[0x55e098251c70:Default Balancer]: client ACKed resource_type=type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment version=1
I0000 00:00:1722673917.002214 33 xds_server.h:442] ADS[0x55e098251c70:Default Balancer]: client does not need update for type=type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment name=eds_service_name
I0000 00:00:1722673917.003537 18 xds_end2end_test_lib.cc:775] Backends up; sent 1 warm up requests
I0000 00:00:1722673917.003557 18 xds_end2end_test_lib.cc:165] Balancer about to shutdown
I0000 00:00:1722673917.003564 18 xds_server.cc:152] ADS[0x55e098251c70:Default Balancer]: shut down
I0000 00:00:1722673917.003569 18 xds_server.cc:233] LRS[0x55e09824c250:Default Balancer]: shut down
I0000 00:00:1722673917.004294 40 xds_server.h:511] ADS[0x55e098251c70:Default Balancer]: Null read, stream closed
I0000 00:00:1722673917.004371 39 chttp2_transport.cc:1182] ipv6:%5B::1%5D:13587: Got goaway [2] err=UNAVAILABLE:GOAWAY received; Error code: 2; Debug Text: Cancelling all calls {grpc_status:14, http2_error:2, created_time:"2024-08-03T08:31:57.004367535+00:00"}
I0000 00:00:1722673917.012302 33 xds_server.h:353] ADS[0x55e098251c70:Default Balancer]: StreamAggregatedResources done
I0000 00:00:1722673917.013009 18 xds_end2end_test_lib.cc:169] Balancer shutdown completed
I0000 00:00:1722673918.005891 27 xds_client.cc:626] [xds_client 0x55e098266530] UNAVAILABLE: xDS channel for server localhost:13587: channel in TRANSIENT_FAILURE: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:13587: Failed to connect to remote host: connect: Connection refused (111)
I0000 00:00:1722673922.013654 18 xds_server.cc:53] ADS[0x55e098251c70:Default Balancer]: Updating type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment resource eds_service_name; resource_type_version now 2
I0000 00:00:1722673922.013753 18 xds_end2end_test_lib.cc:148] starting Balancer server on port 13587
I0000 00:00:1722673922.016532 18 xds_end2end_test_lib.cc:160] Balancer server startup complete
I0000 00:00:1722673922.016553 18 xds_end2end_test_lib.cc:763] ========= WAITING FOR BACKENDS [1, 2) ==========
I0000 00:00:1722673922.911470 45 xds_server.h:237] ADS[0x55e098251c70:Default Balancer]: StreamAggregatedResources starts
I0000 00:00:1722673922.921831 45 xds_server.h:287] ADS[0x55e098251c70:Default Balancer]: Received request for type type.googleapis.com/envoy.config.listener.v3.Listener with content version_info: "1"
node {
id: "xds_end2end_test"
cluster: "test"
metadata {
fields {
key: "foo"
value {
string_value: "bar"
}
}
}
locality {
region: "corp"
zone: "svl"
sub_zone: "mp3"
}
user_agent_name: "gRPC C-core linux"
user_agent_version: "C-core 43.0.0"
client_features: "envoy.lb.does_not_support_overprovisioning"
client_features: "xds.config.resource-in-sotw"
}
resource_names: "server.example.com"
type_url: "type.googleapis.com/envoy.config.listener.v3.Listener"

I0000 00:00:1722673922.922043 45 xds_server.cc:101] ADS[0x55e098251c70:Default Balancer]: subscribe to resource type type.googleapis.com/envoy.config.listener.v3.Listener name server.example.com state 0x7f87277fd310
I0000 00:00:1722673922.922096 45 xds_server.h:427] ADS[0x55e098251c70:Default Balancer]: Sending update for type=type.googleapis.com/envoy.config.listener.v3.Listener name=server.example.com
I0000 00:00:1722673922.922690 45 xds_server.h:297] ADS[0x55e098251c70:Default Balancer]: Sending response: version_info: "1"
resources {
[type.googleapis.com/envoy.config.listener.v3.Listener] {
name: "server.example.com"
api_listener {
api_listener {
[type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager] {
route_config {
name: "route_config_name"
virtual_hosts {
domains: "*"
routes {
match {
prefix: ""
}
route {
cluster: "cluster_name"
}
}
}
}
http_filters {
name: "router"
typed_config {
[type.googleapis.com/envoy.extensions.filters.http.router.v3.Router] {
}
}
}
}
}
}
}
}
type_url: "type.googleapis.com/envoy.config.listener.v3.Listener"
nonce: "1"

I0000 00:00:1722673922.924374 45 xds_server.h:287] ADS[0x55e098251c70:Default Balancer]: Received request for type type.googleapis.com/envoy.config.cluster.v3.Cluster with content version_info: "1"
resource_names: "cluster_name"
type_url: "type.googleapis.com/envoy.config.cluster.v3.Cluster"

I0000 00:00:1722673922.924396 45 xds_server.cc:101] ADS[0x55e098251c70:Default Balancer]: subscribe to resource type type.googleapis.com/envoy.config.cluster.v3.Cluster name cluster_name state 0x7f87277fd310
I0000 00:00:1722673922.924404 45 xds_server.h:427] ADS[0x55e098251c70:Default Balancer]: Sending update for type=type.googleapis.com/envoy.config.cluster.v3.Cluster name=cluster_name
I0000 00:00:1722673922.924413 45 xds_server.h:297] ADS[0x55e098251c70:Default Balancer]: Sending response: version_info: "1"
resources {
[type.googleapis.com/envoy.config.cluster.v3.Cluster] {
name: "cluster_name"
type: EDS
eds_cluster_config {
eds_config {
self {
}
}
service_name: "eds_service_name"
}
}
}
type_url: "type.googleapis.com/envoy.config.cluster.v3.Cluster"
nonce: "1"

I0000 00:00:1722673922.924519 45 xds_server.h:287] ADS[0x55e098251c70:Default Balancer]: Received request for type type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment with content version_info: "1"
resource_names: "eds_service_name"
type_url: "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment"

I0000 00:00:1722673922.924533 45 xds_server.cc:101] ADS[0x55e098251c70:Default Balancer]: subscribe to resource type type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment name eds_service_name state 0x7f87277fd310
I0000 00:00:1722673922.924539 45 xds_server.h:427] ADS[0x55e098251c70:Default Balancer]: Sending update for type=type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment name=eds_service_name
I0000 00:00:1722673922.924547 45 xds_server.h:297] ADS[0x55e098251c70:Default Balancer]: Sending response: version_info: "2"
resources {
[type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment] {
cluster_name: "eds_service_name"
endpoints {
locality {
region: "xds_default_locality_region"
zone: "xds_default_locality_zone"
sub_zone: "locality0"
}
lb_endpoints {
endpoint {
address {
socket_address {
address: "127.0.0.1"
port_value: 13589
}
}
}
load_balancing_weight {
value: 1
}
}
load_balancing_weight {
value: 3
}
}
}
}
type_url: "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment"
nonce: "1"

I0000 00:00:1722673922.932676 18 xds_end2end_test_lib.cc:775] Backends up; sent 1181 warm up requests
I0000 00:00:1722673922.932701 18 xds_end2end_test_lib.cc:165] Backend about to shutdown
I0000 00:00:1722673922.935111 45 xds_server.h:287] ADS[0x55e098251c70:Default Balancer]: Received request for type type.googleapis.com/envoy.config.listener.v3.Listener with content version_info: "1"
resource_names: "server.example.com"
type_url: "type.googleapis.com/envoy.config.listener.v3.Listener"
response_nonce: "1"

I0000 00:00:1722673922.935237 45 xds_server.h:384] ADS[0x55e098251c70:Default Balancer]: client ACKed resource_type=type.googleapis.com/envoy.config.listener.v3.Listener version=1
I0000 00:00:1722673922.935284 45 xds_server.h:442] ADS[0x55e098251c70:Default Balancer]: client does not need update for type=type.googleapis.com/envoy.config.listener.v3.Listener name=server.example.com
I0000 00:00:1722673922.936171 18 xds_end2end_test_lib.cc:169] Backend shutdown completed
I0000 00:00:1722673922.936195 18 xds_end2end_test_lib.cc:165] Backend about to shutdown
I0000 00:00:1722673922.935323 45 xds_server.h:287] ADS[0x55e098251c70:Default Balancer]: Received request for type type.googleapis.com/envoy.config.cluster.v3.Cluster with content version_info: "1"
resource_names: "cluster_name"
type_url: "type.googleapis.com/envoy.config.cluster.v3.Cluster"
response_nonce: "1"

I0000 00:00:1722673922.936863 45 xds_server.h:384] ADS[0x55e098251c70:Default Balancer]: client ACKed resource_type=type.googleapis.com/envoy.config.cluster.v3.Cluster version=1
I0000 00:00:1722673922.936874 45 xds_server.h:442] ADS[0x55e098251c70:Default Balancer]: client does not need update for type=type.googleapis.com/envoy.config.cluster.v3.Cluster name=cluster_name
I0000 00:00:1722673922.936880 45 xds_server.h:287] ADS[0x55e098251c70:Default Balancer]: Received request for type type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment with content version_info: "2"
resource_names: "eds_service_name"
type_url: "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment"
response_nonce: "1"

I0000 00:00:1722673922.936891 45 xds_server.h:384] ADS[0x55e098251c70:Default Balancer]: client ACKed resource_type=type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment version=2
I0000 00:00:1722673922.936897 45 xds_server.h:442] ADS[0x55e098251c70:Default Balancer]: client does not need update for type=type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment name=eds_service_name
I0000 00:00:1722673922.938591 18 xds_end2end_test_lib.cc:169] Backend shutdown completed
I0000 00:00:1722673922.940146 18 xds_end2end_test_lib.cc:165] Balancer about to shutdown
I0000 00:00:1722673922.940156 18 xds_server.cc:152] ADS[0x55e098251c70:Default Balancer]: shut down
I0000 00:00:1722673922.940161 18 xds_server.cc:233] LRS[0x55e09824c250:Default Balancer]: shut down
I0000 00:00:1722673922.941314 81 xds_server.h:511] ADS[0x55e098251c70:Default Balancer]: Null read, stream closed
I0000 00:00:1722673922.947025 45 xds_server.h:353] ADS[0x55e098251c70:Default Balancer]: StreamAggregatedResources done
I0000 00:00:1722673922.947659 18 xds_end2end_test_lib.cc:169] Balancer shutdown completed
[ OK ] XdsTest/EdsTest.KeepUsingLastDataIfBalancerGoesDown/V3 (5998 ms)
[----------] 1 test from XdsTest/EdsTest (5998 ms total)

[----------] 1 test from XdsTest/FailoverTest
[ RUN ] XdsTest/FailoverTest.MoveAllLocalitiesInCurrentPriorityToHigherPriority/V3WithLoadReporting
I0000 00:00:1722673922.950237 18 xds_end2end_test_lib.cc:148] starting Balancer server on port 13590
I0000 00:00:1722673922.950672 18 xds_end2end_test_lib.cc:160] Balancer server startup complete
I0000 00:00:1722673922.950716 18 xds_server.cc:53] ADS[0x55e098251c70:Default Balancer]: Updating type.googleapis.com/envoy.config.listener.v3.Listener resource server.example.com; resource_type_version now 1
I0000 00:00:1722673922.950731 18 xds_server.cc:53] ADS[0x55e098251c70:Default Balancer]: Updating type.googleapis.com/envoy.config.cluster.v3.Cluster resource cluster_name; resource_type_version now 1
I0000 00:00:1722673922.951015 18 xds_end2end_test_lib.cc:148] starting Backend server on port 13591
I0000 00:00:1722673922.951541 18 xds_end2end_test_lib.cc:160] Backend server startup complete
I0000 00:00:1722673922.951715 18 xds_end2end_test_lib.cc:148] starting Backend server on port 13592
I0000 00:00:1722673922.956385 18 xds_end2end_test_lib.cc:160] Backend server startup complete
I0000 00:00:1722673922.956451 18 xds_end2end_test_lib.cc:148] starting Backend server on port 13593
I0000 00:00:1722673922.958101 18 xds_end2end_test_lib.cc:160] Backend server startup complete
I0000 00:00:1722673922.958143 18 xds_server.cc:53] ADS[0x55e098251c70:Default Balancer]: Updating type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment resource eds_service_name; resource_type_version now 1
I0000 00:00:1722673922.958153 18 xds_end2end_test_lib.cc:763] ========= WAITING FOR BACKENDS [0, 2) ==========
I0000 00:00:1722673922.958277 18 xds_client.cc:1567] [xds_client 0x55e098266530] xDS node ID: xds_end2end_test
I0000 00:00:1722673922.970022 86 xds_server.h:237] ADS[0x55e098251c70:Default Balancer]: StreamAggregatedResources starts
I0000 00:00:1722673922.980247 86 xds_server.h:287] ADS[0x55e098251c70:Default Balancer]: Received request for type type.googleapis.com/envoy.config.listener.v3.Listener with content node {
id: "xds_end2end_test"
cluster: "test"
metadata {
fields {
key: "foo"
value {
string_value: "bar"
}
}
}
locality {
region: "corp"
zone: "svl"
sub_zone: "mp3"
}
user_agent_name: "gRPC C-core linux"
user_agent_version: "C-core 43.0.0"
client_features: "envoy.lb.does_not_support_overprovisioning"
client_features: "xds.config.resource-in-sotw"
}
resource_names: "server.example.com"
type_url: "type.googleapis.com/envoy.config.listener.v3.Listener"

I0000 00:00:1722673922.980444 86 xds_server.cc:101] ADS[0x55e098251c70:Default Balancer]: subscribe to resource type type.googleapis.com/envoy.config.listener.v3.Listener name server.example.com state 0x7f875b7fd310
I0000 00:00:1722673922.980486 86 xds_server.h:427] ADS[0x55e098251c70:Default Balancer]: Sending update for type=type.googleapis.com/envoy.config.listener.v3.Listener name=server.example.com
I0000 00:00:1722673922.980563 86 xds_server.h:297] ADS[0x55e098251c70:Default Balancer]: Sending response: version_info: "1"
resources {
[type.googleapis.com/envoy.config.listener.v3.Listener] {
name: "server.example.com"
api_listener {
api_listener {
[type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager] {
route_config {
name: "route_config_name"
virtual_hosts {
domains: "*"
routes {
match {
prefix: ""
}
route {
cluster: "cluster_name"
}
}
}
}
http_filters {
name: "router"
typed_config {
[type.googleapis.com/envoy.extensions.filters.http.router.v3.Router] {
}
}
}
}
}
}
}
}
type_url: "type.googleapis.com/envoy.config.listener.v3.Listener"
nonce: "1"

I0000 00:00:1722673922.994410 86 xds_server.h:287] ADS[0x55e098251c70:Default Balancer]: Received request for type type.googleapis.com/envoy.config.listener.v3.Listener with content version_info: "1"
resource_names: "server.example.com"
type_url: "type.googleapis.com/envoy.config.listener.v3.Listener"
response_nonce: "1"

I0000 00:00:1722673922.994459 86 xds_server.h:384] ADS[0x55e098251c70:Default Balancer]: client ACKed resource_type=type.googleapis.com/envoy.config.listener.v3.Listener version=1
I0000 00:00:1722673922.994469 86 xds_server.h:442] ADS[0x55e098251c70:Default Balancer]: client does not need update for type=type.googleapis.com/envoy.config.listener.v3.Listener name=server.example.com
I0000 00:00:1722673922.994476 86 xds_server.h:287] ADS[0x55e098251c70:Default Balancer]: Received request for type type.googleapis.com/envoy.config.cluster.v3.Cluster with content resource_names: "cluster_name"
type_url: "type.googleapis.com/envoy.config.cluster.v3.Cluster"

I0000 00:00:1722673922.994496 86 xds_server.cc:101] ADS[0x55e098251c70:Default Balancer]: subscribe to resource type type.googleapis.com/envoy.config.cluster.v3.Cluster name cluster_name state 0x7f875b7fd310
I0000 00:00:1722673922.994534 86 xds_server.h:427] ADS[0x55e098251c70:Default Balancer]: Sending update for type=type.googleapis.com/envoy.config.cluster.v3.Cluster name=cluster_name
I0000 00:00:1722673922.994716 86 xds_server.h:297] ADS[0x55e098251c70:Default Balancer]: Sending response: version_info: "1"
resources {
[type.googleapis.com/envoy.config.cluster.v3.Cluster] {
name: "cluster_name"
type: EDS
eds_cluster_config {
eds_config {
self {
}
}
service_name: "eds_service_name"
}
lrs_server {
self {
}
}
}
}
type_url: "type.googleapis.com/envoy.config.cluster.v3.Cluster"
nonce: "1"

I0000 00:00:1722673923.006586 86 xds_server.h:287] ADS[0x55e098251c70:Default Balancer]: Received request for type type.googleapis.com/envoy.config.cluster.v3.Cluster with content version_info: "1"
resource_names: "cluster_name"
type_url: "type.googleapis.com/envoy.config.cluster.v3.Cluster"
response_nonce: "1"

I0000 00:00:1722673923.006637 86 xds_server.h:384] ADS[0x55e098251c70:Default Balancer]: client ACKed resource_type=type.googleapis.com/envoy.config.cluster.v3.Cluster version=1
I0000 00:00:1722673923.006647 86 xds_server.h:442] ADS[0x55e098251c70:Default Balancer]: client does not need update for type=type.googleapis.com/envoy.config.cluster.v3.Cluster name=cluster_name
I0000 00:00:1722673923.006654 86 xds_server.h:287] ADS[0x55e098251c70:Default Balancer]: Received request for type type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment with content resource_names: "eds_service_name"
type_url: "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment"

I0000 00:00:1722673923.006665 86 xds_server.cc:101] ADS[0x55e098251c70:Default Balancer]: subscribe to resource type type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment name eds_service_name state 0x7f875b7fd310
I0000 00:00:1722673923.006674 86 xds_server.h:427] ADS[0x55e098251c70:Default Balancer]: Sending update for type=type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment name=eds_service_name
I0000 00:00:1722673923.006686 86 xds_server.h:297] ADS[0x55e098251c70:Default Balancer]: Sending response: version_info: "1"
resources {
[type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment] {
cluster_name: "eds_service_name"
endpoints {
locality {
region: "xds_default_locality_region"
zone: "xds_default_locality_zone"
sub_zone: "locality0"
}
lb_endpoints {
endpoint {
address {
socket_address {
address: "127.0.0.1"
port_value: 13594
}
}
}
load_balancing_weight {
value: 1
}
}
load_balancing_weight {
value: 3
}
}
endpoints {
locality {
region: "xds_default_locality_region"
zone: "xds_default_locality_zone"
sub_zone: "locality1"
}
lb_endpoints {
endpoint {
address {
socket_address {
address: "127.0.0.1"
port_value: 13591
}
}
}
load_balancing_weight {
value: 1
}
}
lb_endpoints {
endpoint {
address {
socket_address {
address: "127.0.0.1"
port_value: 13592
}
}
}
load_balancing_weight {
value: 1
}
}
load_balancing_weight {
value: 3
}
priority: 1
}
}
}
type_url: "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment"
nonce: "1"

I0000 00:00:1722673923.008893 93 xds_server.h:751] LRS[0x55e09824c250:Default Balancer]: StreamLoadStats starts
I0000 00:00:1722673923.016423 18 xds_end2end_test_lib.cc:775] Backends up; sent 3 warm up requests
I0000 00:00:1722673923.016473 18 xds_server.cc:53] ADS[0x55e098251c70:Default Balancer]: Updating type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment resource eds_service_name; resource_type_version now 2
I0000 00:00:1722673923.016488 18 xds_end2end_test_lib.cc:763] ========= WAITING FOR BACKENDS [2, 3) ==========
I0000 00:00:1722673923.016874 86 xds_server.h:467] ADS[0x55e098251c70:Default Balancer]: Received update for type=type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment name=eds_service_name
I0000 00:00:1722673923.016897 86 xds_server.h:478] ADS[0x55e098251c70:Default Balancer]: Sending update for type=type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment name=eds_service_name
I0000 00:00:1722673923.016908 86 xds_server.h:318] ADS[0x55e098251c70:Default Balancer]: Sending update response: version_info: "2"
resources {
[type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment] {
cluster_name: "eds_service_name"
endpoints {
locality {
region: "xds_default_locality_region"
zone: "xds_default_locality_zone"
sub_zone: "locality0"
}
lb_endpoints {
endpoint {
address {
socket_address {
address: "127.0.0.1"
port_value: 13594
}
}
}
load_balancing_weight {
value: 1
}
}
load_balancing_weight {
value: 3
}
}
endpoints {
locality {
region: "xds_default_locality_region"
zone: "xds_default_locality_zone"
sub_zone: "locality1"
}
lb_endpoints {
endpoint {
address {
socket_address {
address: "127.0.0.1"
port_value: 13591
}
}
}
load_balancing_weight {
value: 1
}
}
lb_endpoints {
endpoint {
address {
socket_address {
address: "127.0.0.1"
port_value: 13592
}
}
}
load_balancing_weight {
value: 1
}
}
lb_endpoints {
endpoint {
address {
socket_address {
address: "127.0.0.1"
port_value: 13593
}
}
}
load_balancing_weight {
value: 1
}
}
load_balancing_weight {
value: 3
}
}
}
}
type_url: "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment"
nonce: "2"

I0000 00:00:1722673923.021961 18 xds_end2end_test_lib.cc:775] Backends up; sent 2 warm up requests
test/cpp/end2end/xds/xds_cluster_end2end_test.cc:1567: Failure
Value of: balancer_->ads_service()->eds_response_state().has_value()
Actual: false
Expected: true

I0000 00:00:1722673923.022074 18 xds_end2end_test_lib.cc:165] Backend about to shutdown
I0000 00:00:1722673923.023437 94 chttp2_transport.cc:1182] ipv4:127.0.0.1:13591: Got goaway [2] err=UNAVAILABLE:GOAWAY received; Error code: 2; Debug Text: Cancelling all calls {grpc_status:14, http2_error:2, created_time:"2024-08-03T08:32:03.023433145+00:00"}
I0000 00:00:1722673923.024413 18 xds_end2end_test_lib.cc:169] Backend shutdown completed
I0000 00:00:1722673923.024578 18 xds_end2end_test_lib.cc:165] Backend about to shutdown
I0000 00:00:1722673923.026636 18 xds_end2end_test_lib.cc:169] Backend shutdown completed
I0000 00:00:1722673923.026659 18 xds_end2end_test_lib.cc:165] Backend about to shutdown
I0000 00:00:1722673923.026923 98 chttp2_transport.cc:1182] ipv4:127.0.0.1:13592: Got goaway [2] err=UNAVAILABLE:GOAWAY received; Error code: 2; Debug Text: Cancelling all calls {created_time:"2024-08-03T08:32:03.026921273+00:00", http2_error:2, grpc_status:14}
I0000 00:00:1722673923.027409 86 xds_server.h:287] ADS[0x55e098251c70:Default Balancer]: Received request for type type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment with content version_info: "1"
resource_names: "eds_service_name"
type_url: "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment"
response_nonce: "1"

I0000 00:00:1722673923.027464 86 xds_server.h:384] ADS[0x55e098251c70:Default Balancer]: client ACKed resource_type=type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment version=1
I0000 00:00:1722673923.027474 86 xds_server.h:287] ADS[0x55e098251c70:Default Balancer]: Received request for type type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment with content version_info: "2"
resource_names: "eds_service_name"
type_url: "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment"
response_nonce: "2"

I0000 00:00:1722673923.027482 86 xds_server.h:384] ADS[0x55e098251c70:Default Balancer]: client ACKed resource_type=type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment version=2
I0000 00:00:1722673923.027489 86 xds_server.h:442] ADS[0x55e098251c70:Default Balancer]: client does not need update for type=type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment name=eds_service_name
I0000 00:00:1722673923.029422 35 chttp2_transport.cc:1182] ipv4:127.0.0.1:13593: Got goaway [2] err=UNAVAILABLE:GOAWAY received; Error code: 2; Debug Text: Cancelling all calls {grpc_status:14, http2_error:2, created_time:"2024-08-03T08:32:03.029396667+00:00"}
I0000 00:00:1722673923.031813 18 xds_end2end_test_lib.cc:169] Backend shutdown completed
I0000 00:00:1722673923.031833 18 xds_end2end_test_lib.cc:165] Balancer about to shutdown
I0000 00:00:1722673923.031841 18 xds_server.cc:152] ADS[0x55e098251c70:Default Balancer]: shut down
I0000 00:00:1722673923.031845 18 xds_server.cc:233] LRS[0x55e09824c250:Default Balancer]: shut down
I0000 00:00:1722673923.032214 93 xds_server.h:797] LRS[0x55e09824c250:Default Balancer]: StreamLoadStats done
I0000 00:00:1722673923.032376 94 xds_server.h:511] ADS[0x55e098251c70:Default Balancer]: Null read, stream closed
I0000 00:00:1722673923.032557 93 chttp2_transport.cc:1182] ipv6:%5B::1%5D:13590: Got goaway [2] err=UNAVAILABLE:GOAWAY received; Error code: 2; Debug Text: Cancelling all calls {grpc_status:14, http2_error:2, created_time:"2024-08-03T08:32:03.032553331+00:00"}
I0000 00:00:1722673923.037644 86 xds_server.h:353] ADS[0x55e098251c70:Default Balancer]: StreamAggregatedResources done
I0000 00:00:1722673923.039109 18 xds_end2end_test_lib.cc:169] Balancer shutdown completed
[ FAILED ] XdsTest/FailoverTest.MoveAllLocalitiesInCurrentPriorityToHigherPriority/V3WithLoadReporting, where GetParam() = 20-byte object <01-00 00-00 00-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00> (89 ms)
[----------] 1 test from XdsTest/FailoverTest (89 ms total)

[----------] Global test environment tear-down
[==========] 2 tests from 2 test suites ran. (6088 ms total)
[ PASSED ] 1 test.
[ FAILED ] 1 test, listed below:
[ FAILED ] XdsTest/FailoverTest.MoveAllLocalitiesInCurrentPriorityToHigherPriority/V3WithLoadReporting, where GetParam() = 20-byte object <01-00 00-00 00-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00>

1 FAILED TEST
I0000 00:00:1722673924.033939 18 test_config.cc:186] TestEnvironment ends
================================================================================
[33,123 / 41,561] 1049 / 1868 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=epoll1 (shard 4 of 7); 45s ... (200 actions, 11 running)
[33,167 / 41,562] 1059 / 1868 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=epoll1 (shard 4 of 7); 46s ... (200 actions, 8 running)
[33,199 / 41,632] 1068 / 1868 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=epoll1 (shard 4 of 7); 47s ... (200 actions, 6 running)
[33,222 / 41,634] 1070 / 1868 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=epoll1 (shard 4 of 7); 48s ... (200 actions, 6 running)
[33,268 / 41,634] 1077 / 1868 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=epoll1 (shard 4 of 7); 49s ... (200 actions, 8 running)
[33,315 / 41,636] 1090 / 1868 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=epoll1 (shard 4 of 7); 50s ... (200 actions, 7 running)
[33,345 / 41,638] 1094 / 1868 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=epoll1 (shard 4 of 7); 51s ... (200 actions, 5 running)
[33,367 / 41,639] 1096 / 1868 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=epoll1 (shard 4 of 7); 52s ... (200 actions, 5 running)
[33,398 / 41,639] 1100 / 1868 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=epoll1 (shard 4 of 7); 53s ... (200 actions, 9 running)
[33,435 / 41,640] 1111 / 1868 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=epoll1 (shard 4 of 7); 54s ... (200 actions, 8 running)
[33,473 / 41,641] 1118 / 1868 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=epoll1 (shard 4 of 7); 55s ... (200 actions, 9 running)
[33,528 / 41,642] 1124 / 1868 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=epoll1 (shard 4 of 7); 56s ... (200 actions, 7 running)
[33,595 / 41,643] 1130 / 1868 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=epoll1 (shard 4 of 7); 57s ... (200 actions, 4 running)
[33,644 / 41,754] 1133 / 1868 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=epoll1 (shard 4 of 7); 58s ... (200 actions, 7 running)
[33,710 / 41,785] 1138 / 1868 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=epoll1 (shard 4 of 7); 59s ... (200 actions, 4 running)
[33,758 / 41,786] 1150 / 1868 tests; Testing //test/cpp/ext/otel:otel_plugin_test@poller=poll; 51s remote ... (200 actions, 6 running)
[33,794 / 41,786] 1151 / 1868 tests; Testing //test/cpp/ext/otel:otel_plugin_test@poller=poll; 52s remote ... (200 actions, 6 running)
[33,843 / 41,786] 1158 / 1868 tests; Testing //test/cpp/ext/otel:otel_plugin_test@poller=poll; 53s remote ... (200 actions, 7 running)
[33,877 / 41,786] 1165 / 1868 tests; Testing //test/cpp/ext/otel:otel_plugin_test@poller=poll; 54s remote ... (200 actions, 5 running)
[33,903 / 41,786] 1170 / 1868 tests; Testing //test/cpp/ext/otel:otel_plugin_test@poller=poll; 55s remote ... (200 actions, 5 running)
[33,939 / 41,786] 1173 / 1868 tests; Testing //test/cpp/ext/otel:otel_plugin_test@poller=poll; 56s remote ... (200 actions, 6 running)
[33,987 / 41,786] 1176 / 1868 tests; Testing //test/cpp/ext/otel:otel_plugin_test@poller=poll; 57s remote ... (199 actions, 5 running)
[34,064 / 41,786] 1177 / 1868 tests; Testing //test/cpp/ext/otel:otel_plugin_test@poller=poll; 58s remote ... (200 actions, 7 running)
[34,134 / 41,786] 1187 / 1868 tests; Testing //test/cpp/ext/otel:otel_plugin_test@poller=poll; 59s remote ... (200 actions, 8 running)
[34,175 / 41,786] 1190 / 1868 tests; Testing //test/cpp/ext/otel:otel_plugin_test@poller=poll; 61s remote ... (200 actions, 6 running)
[34,209 / 41,786] 1196 / 1868 tests; Testing //test/cpp/ext/otel:otel_plugin_test@poller=poll; 62s remote ... (200 actions, 8 running)
[34,264 / 41,786] 1202 / 1868 tests; Testing //test/cpp/ext/otel:otel_plugin_test@poller=poll; 63s remote ... (200 actions, 6 running)

FLAKY: //test/cpp/end2end/xds:xds_cluster_end2end_test@poller=epoll1 (Summary)
/tmpfs/bazel/4114fdc8154d6b98b8d84b473010c8c6/execroot/com_github_grpc_grpc/bazel-out/k8-opt/testlogs/test/cpp/end2end/xds/xds_cluster_end2end_test@poller=epoll1/shard_31_of_50/test_attempts/attempt_1.log
[34,318 / 41,786] 1208 / 1868 tests; Testing //test/cpp/ext/otel:otel_plugin_test@poller=poll; 64s remote ... (200 actions, 6 running)
[34,390 / 41,786] 1215 / 1868 tests; Testing //test/cpp/ext/otel:otel_plugin_test@poller=poll; 65s remote ... (200 actions, 5 running)
[34,448 / 41,786] 1222 / 1868 tests; Testing //test/cpp/ext/otel:otel_plugin_test@poller=poll; 66s remote ... (200 actions, 6 running)
[34,500 / 41,786] 1227 / 1868 tests; Testing //test/cpp/ext/otel:otel_plugin_test@poller=poll; 67s remote ... (200 actions, 7 running)
[34,521 / 41,786] 1231 / 1868 tests; Testing //test/cpp/ext/otel:otel_plugin_test@poller=poll; 68s remote ... (200 actions, 6 running)
[34,553 / 41,786] 1237 / 1868 tests; Testing //test/cpp/ext/otel:otel_plugin_test@poller=poll; 69s remote ... (200 actions, 5 running)
[34,602 / 41,786] 1238 / 1868 tests; Testing //test/cpp/ext/otel:otel_plugin_test@poller=poll; 70s remote ... (200 actions, 6 running)
[34,663 / 41,786] 1244 / 1868 tests; Testing //test/cpp/ext/otel:otel_plugin_test@poller=poll; 71s remote ... (200 actions, 7 running)
[34,715 / 41,786] 1248 / 1868 tests; Testing //test/cpp/ext/otel:otel_plugin_test@poller=poll; 72s remote ... (200 actions, 6 running)
FAIL: //test/cpp/end2end/xds:xds_core_end2end_test@poller=poll (shard 3 of 15) (see /tmpfs/bazel/4114fdc8154d6b98b8d84b473010c8c6/execroot/com_github_grpc_grpc/bazel-out/k8-opt/testlogs/test/cpp/end2end/xds/xds_core_end2end_test@poller=poll/shard_3_of_15/test_attempts/attempt_1.log)
[34,792 / 41,786] 1250 / 1868 tests; Testing //test/cpp/ext/otel:otel_plugin_test@poller=poll; 73s remote ... (200 actions, 8 running)
[34,845 / 41,786] 1259 / 1868 tests; Testing //test/cpp/ext/otel:otel_plugin_test@poller=poll; 74s remote ... (200 actions, 8 running)
[34,874 / 41,786] 1268 / 1868 tests; Testing //test/cpp/ext/otel:otel_plugin_test@poller=poll; 75s remote ... (200 actions, 5 running)
[34,916 / 41,786] 1272 / 1868 tests; Testing //test/cpp/ext/otel:otel_plugin_test@poller=poll; 76s remote ... (200 actions, 7 running)
[34,957 / 41,786] 1278 / 1868 tests; Testing //test/cpp/ext/otel:otel_plugin_test@poller=poll; 77s remote ... (200 actions, 5 running)
INFO: From Testing //test/cpp/end2end/xds:xds_core_end2end_test@poller=poll (shard 3 of 15):
stdout (/tmpfs/bazel/4114fdc8154d6b98b8d84b473010c8c6/execroot/com_github_grpc_grpc/bazel-out/_tmp/actions/stdout-42659) 3393345 exceeds maximum size of --experimental_ui_max_stdouterr_bytes=1048576 bytes; skipping
[34,980 / 41,786] 1282 / 1868 tests; Testing //test/cpp/ext/otel:otel_plugin_test@poller=poll; 78s remote ... (200 actions, 7 running)
[35,031 / 41,786] 1287 / 1868 tests; Testing //test/cpp/ext/otel:otel_plugin_test@poller=poll; 79s remote ... (200 actions, 5 running)
[35,086 / 41,786] 1289 / 1868 tests; Testing //test/cpp/ext/otel:otel_plugin_test@poller=poll; 80s remote ... (200 actions, 5 running)
[35,123 / 41,786] 1293 / 1868 tests; Testing //test/cpp/ext/otel:otel_plugin_test@poller=poll; 81s remote ... (200 actions, 5 running)
[35,200 / 41,786] 1297 / 1868 tests; Testing //test/cpp/ext/otel:otel_plugin_test@poller=poll; 82s remote ... (200 actions, 9 running)
[35,250 / 41,786] 1302 / 1868 tests; Testing //test/cpp/ext/otel:otel_plugin_test@poller=poll; 83s remote ... (200 actions, 7 running)
[35,298 / 41,786] 1308 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 75s remote ... (200 actions, 5 running)
[35,345 / 41,786] 1314 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 76s remote ... (200 actions, 5 running)
[35,401 / 41,786] 1319 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 77s remote ... (200 actions, 4 running)
[35,411 / 41,786] 1320 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 78s remote ... (200 actions, 4 running)
[35,449 / 41,786] 1323 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 79s remote ... (200 actions, 7 running)
[35,498 / 41,786] 1325 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 80s remote ... (200 actions, 3 running)
[35,543 / 41,786] 1327 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 81s remote ... (200 actions, 6 running)
[35,588 / 41,786] 1331 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 82s remote ... (200 actions, 5 running)
[35,653 / 41,786] 1343 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 83s remote ... (200 actions, 5 running)
[35,716 / 41,786] 1346 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 84s remote ... (200 actions, 5 running)
[35,778 / 41,786] 1354 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 85s remote ... (200 actions, 3 running)
[35,843 / 41,786] 1363 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 86s remote ... (199 actions, 4 running)
[35,907 / 41,786] 1371 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 87s remote ... (200 actions, 7 running)
[35,961 / 41,786] 1376 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 88s remote ... (200 actions, 2 running)
[35,997 / 41,786] 1380 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 89s remote ... (200 actions, 3 running)
[36,042 / 41,786] 1388 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 90s remote ... (200 actions, 4 running)
[36,084 / 41,786] 1393 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 91s remote ... (200 actions, 3 running)
[36,128 / 41,786] 1398 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 92s remote ... (200 actions, 2 running)
[36,187 / 41,786] 1407 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 93s remote ... (200 actions, 3 running)
[36,239 / 41,786] 1411 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 94s remote ... (200 actions, 4 running)

FLAKY: //test/cpp/end2end/xds:xds_core_end2end_test@poller=poll (Summary)
/tmpfs/bazel/4114fdc8154d6b98b8d84b473010c8c6/execroot/com_github_grpc_grpc/bazel-out/k8-opt/testlogs/test/cpp/end2end/xds/xds_core_end2end_test@poller=poll/shard_3_of_15/test_attempts/attempt_1.log
[36,278 / 41,786] 1417 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 95s remote ... (200 actions, 2 running)
[36,328 / 41,786] 1420 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 96s remote ... (200 actions, 5 running)
[36,365 / 41,786] 1428 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 97s remote ... (200 actions, 2 running)
[36,393 / 41,786] 1431 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 98s remote ... (200 actions, 2 running)
[36,431 / 41,786] 1434 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 99s remote ... (200 actions, 2 running)
[36,486 / 41,786] 1440 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 100s remote ... (200 actions, 2 running)
[36,534 / 41,786] 1443 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 101s remote ... (200 actions, 4 running)
[36,598 / 41,786] 1446 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 102s remote ... (200 actions, 4 running)
[36,670 / 41,786] 1449 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 103s remote ... (200 actions, 5 running)
[36,708 / 41,786] 1455 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 104s remote ... (200 actions, 3 running)
[36,757 / 41,786] 1460 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 105s remote ... (200 actions, 3 running)
[36,789 / 41,786] 1462 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 106s remote ... (200 actions, 4 running)
[36,815 / 41,786] 1468 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 107s remote ... (200 actions, 4 running)
[36,863 / 41,786] 1469 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 108s remote ... (200 actions, 3 running)
[36,909 / 41,786] 1473 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 109s remote ... (200 actions, 3 running)
[36,962 / 41,786] 1478 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 110s remote ... (199 actions, 4 running)
[37,011 / 41,786] 1482 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 111s remote ... (200 actions, 3 running)
[37,057 / 41,786] 1486 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 112s remote ... (200 actions, 3 running)
[37,088 / 41,786] 1491 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 113s remote ... (200 actions, 4 running)
[37,121 / 41,786] 1495 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 114s remote ... (200 actions, 3 running)
[37,140 / 41,786] 1499 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 115s remote ... (200 actions, 4 running)
[37,182 / 41,786] 1502 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 116s remote ... (200 actions, 4 running)
[37,216 / 41,786] 1504 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 117s remote ... (200 actions, 3 running)
[37,283 / 41,786] 1507 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 118s remote ... (200 actions, 3 running)
[37,350 / 41,786] 1509 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 119s remote ... (200 actions, 5 running)
[37,410 / 41,786] 1513 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 120s remote ... (200 actions, 4 running)
[37,466 / 41,786] 1517 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 121s remote ... (200 actions, 4 running)
[37,543 / 41,786] 1523 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 122s remote ... (200 actions, 5 running)
[37,610 / 41,786] 1528 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 123s remote ... (200 actions, 4 running)
[37,674 / 41,786] 1537 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 124s remote ... (200 actions, 3 running)
[37,718 / 41,786] 1543 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 125s remote ... (200 actions, 5 running)
[37,768 / 41,786] 1546 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 126s remote ... (200 actions, 3 running)
[37,811 / 41,786] 1548 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 127s remote ... (200 actions, 5 running)
[37,842 / 41,786] 1551 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 128s remote ... (200 actions, 3 running)
[37,897 / 41,786] 1554 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 129s remote ... (200 actions, 5 running)
[37,935 / 41,786] 1556 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 130s remote ... (200 actions, 4 running)
[37,981 / 41,786] 1561 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 131s remote ... (200 actions, 5 running)
[38,034 / 41,786] 1568 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 132s remote ... (200 actions, 4 running)
[38,070 / 41,786] 1570 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 133s remote ... (200 actions, 13 running)
[38,133 / 41,786] 1574 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 135s remote ... (200 actions, 13 running)
[38,198 / 41,786] 1577 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 136s remote ... (200 actions, 9 running)
[38,267 / 41,786] 1582 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 137s remote ... (200 actions, 9 running)
[38,343 / 41,786] 1588 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 138s remote ... (200 actions, 9 running)
[38,403 / 41,786] 1594 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 139s remote ... (200 actions, 10 running)
[38,451 / 41,786] 1601 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 140s remote ... (200 actions, 8 running)
[38,516 / 41,786] 1606 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 141s remote ... (200 actions, 10 running)
[38,594 / 41,786] 1615 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 142s remote ... (200 actions, 10 running)
[38,651 / 41,786] 1624 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 143s remote ... (200 actions, 12 running)
[38,705 / 41,786] 1631 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 144s remote ... (200 actions, 9 running)
[38,743 / 41,786] 1633 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 145s remote ... (200 actions, 10 running)
[38,794 / 41,786] 1633 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 146s remote ... (200 actions, 9 running)
[38,860 / 41,786] 1636 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 147s remote ... (200 actions, 9 running)
[38,891 / 41,786] 1637 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 148s remote ... (200 actions, 9 running)
[38,923 / 41,786] 1643 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 149s remote ... (200 actions, 8 running)
[38,964 / 41,786] 1645 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 150s remote ... (200 actions, 10 running)
[39,013 / 41,786] 1646 / 1868 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 151s remote ... (200 actions, 10 running)
[39,065 / 41,786] 1651 / 1868 tests; Testing //test/cpp/end2end:server_crash_test@poller=epoll1; 50s remote ... (200 actions, 9 running)
[39,110 / 41,786] 1652 / 1868 tests; Testing //test/cpp/end2end:server_crash_test@poller=epoll1; 51s remote ... (200 actions, 9 running)
[39,147 / 41,786] 1656 / 1868 tests; Testing //test/cpp/end2end:server_crash_test@poller=epoll1; 52s remote ... (200 actions, 8 running)
[39,184 / 41,786] 1661 / 1868 tests; Testing //test/cpp/end2end:server_crash_test@poller=epoll1; 53s remote ... (200 actions, 8 running)
[39,223 / 41,786] 1663 / 1868 tests; Testing //test/cpp/end2end:server_crash_test@poller=epoll1; 54s remote ... (200 actions, 8 running)
[39,260 / 41,786] 1664 / 1868 tests; Testing //test/cpp/end2end:server_crash_test@poller=epoll1; 55s remote ... (200 actions, 7 running)
[39,299 / 41,786] 1666 / 1868 tests; Testing //test/cpp/end2end:server_crash_test@poller=epoll1; 56s remote ... (200 actions, 8 running)
[39,367 / 41,786] 1668 / 1868 tests; Testing //test/cpp/end2end:server_crash_test@poller=epoll1; 57s remote ... (200 actions, 8 running)
[39,439 / 41,786] 1671 / 1868 tests; Testing //test/cpp/end2end:server_crash_test@poller=epoll1; 58s remote ... (200 actions, 10 running)
[39,488 / 41,786] 1675 / 1868 tests; Testing //test/cpp/end2end:server_crash_test@poller=epoll1; 59s remote ... (200 actions, 7 running)
[39,532 / 41,786] 1678 / 1868 tests; Testing //test/cpp/end2end:server_crash_test@poller=epoll1; 60s remote ... (200 actions, 8 running)
[39,568 / 41,786] 1680 / 1868 tests; Testing //test/cpp/end2end:server_crash_test@poller=epoll1; 61s remote ... (200 actions, 9 running)
[39,592 / 41,786] 1682 / 1868 tests; Testing //test/cpp/end2end:server_crash_test@poller=epoll1; 62s remote ... (200 actions, 9 running)
[39,644 / 41,786] 1683 / 1868 tests; Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll (shard 9 of 10); 31s remote ... (200 actions, 1 running)
[39,707 / 41,786] 1686 / 1868 tests; [Sched] Testing //test/core/end2end:cancel_after_invoke_test@poller=poll (shard 12 of 50); 14s ... (200 actions, 1 running)
[39,774 / 41,786] 1689 / 1868 tests; [Sched] Testing //test/core/end2end:cancel_after_invoke_test@poller=poll (shard 12 of 50); 15s ... (200 actions, 3 running)
[39,801 / 41,786] 1694 / 1868 tests; [Sched] Testing //test/core/end2end:cancel_after_invoke_test@poller=poll (shard 12 of 50); 16s ... (200 actions, 1 running)
[39,860 / 41,786] 1697 / 1868 tests; [Sched] Testing //test/core/end2end:cancel_after_invoke_test@poller=poll (shard 12 of 50); 17s ... (200 actions, 1 running)
[39,891 / 41,786] 1699 / 1868 tests; [Sched] Testing //test/core/end2end:cancel_after_invoke_test@poller=poll (shard 12 of 50); 18s ... (200 actions, 1 running)
[39,941 / 41,786] 1704 / 1868 tests; [Sched] Testing //test/core/end2end:cancel_after_invoke_test@poller=poll (shard 12 of 50); 19s ... (200 actions, 1 running)
[39,950 / 41,786] 1706 / 1868 tests; [Sched] Testing //test/core/end2end:cancel_after_invoke_test@poller=poll (shard 12 of 50); 20s ... (200 actions, 0 running)
[39,996 / 41,786] 1708 / 1868 tests; [Sched] Testing //test/core/end2end:cancel_after_invoke_test@poller=poll (shard 12 of 50); 21s ... (200 actions, 0 running)
[40,034 / 41,786] 1711 / 1868 tests; [Sched] Testing //test/core/end2end:cancel_after_invoke_test@poller=poll (shard 12 of 50); 22s ... (200 actions, 0 running)
[40,074 / 41,786] 1714 / 1868 tests; [Sched] Testing //test/core/end2end:cancel_after_invoke_test@poller=poll (shard 12 of 50); 23s ... (200 actions, 0 running)
[40,108 / 41,786] 1718 / 1868 tests; [Sched] Testing //test/core/end2end:cancel_after_invoke_test@poller=poll (shard 12 of 50); 24s ... (200 actions, 0 running)
[40,138 / 41,786] 1722 / 1868 tests; [Sched] Testing //test/core/end2end:cancel_after_invoke_test@poller=poll (shard 12 of 50); 25s ... (200 actions, 0 running)
[40,161 / 41,786] 1722 / 1868 tests; [Sched] Testing //test/core/end2end:cancel_after_invoke_test@poller=poll (shard 12 of 50); 26s ... (200 actions, 4 running)
[40,235 / 41,786] 1732 / 1868 tests; [Sched] Testing //test/core/end2end:cancel_after_invoke_test@poller=epoll1 (shard 3 of 50); 21s ... (200 actions, 2 running)
[40,272 / 41,786] 1737 / 1868 tests; [Sched] Testing //test/core/end2end:cancel_after_invoke_test@poller=epoll1 (shard 3 of 50); 22s ... (200 actions, 1 running)
[40,323 / 41,786] 1740 / 1868 tests; [Sched] Testing //test/core/end2end:cancel_after_invoke_test@poller=epoll1 (shard 3 of 50); 23s ... (200 actions, 0 running)
[40,369 / 41,786] 1742 / 1868 tests; [Sched] Testing //test/core/end2end:cancel_after_invoke_test@poller=epoll1 (shard 3 of 50); 24s ... (200 actions, 0 running)
[40,436 / 41,786] 1745 / 1868 tests; [Sched] Testing //test/core/end2end:cancel_after_invoke_test@poller=epoll1 (shard 3 of 50); 25s ... (200 actions, 2 running)
[40,487 / 41,786] 1747 / 1868 tests; [Sched] Testing //test/core/end2end:cancel_after_invoke_test@poller=epoll1 (shard 3 of 50); 26s ... (200 actions, 1 running)
[40,511 / 41,786] 1747 / 1868 tests; [Sched] Testing //test/core/end2end:cancel_after_invoke_test@poller=epoll1 (shard 3 of 50); 27s ... (200 actions, 1 running)
[40,533 / 41,786] 1750 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll@experiment=event_engine_client (shard 3 of 10); 22s ... (200 actions, 1 running)
[40,606 / 41,786] 1754 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll@experiment=event_engine_client (shard 3 of 10); 23s ... (200 actions, 0 running)
[40,678 / 41,786] 1760 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll@experiment=event_engine_client (shard 3 of 10); 24s ... (200 actions, 3 running)
[40,768 / 41,786] 1768 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll@experiment=event_engine_client (shard 3 of 10); 25s ... (200 actions, 3 running)
[40,852 / 41,786] 1775 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll@experiment=event_engine_client (shard 3 of 10); 26s ... (200 actions, 2 running)
[40,918 / 41,786] 1780 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll@experiment=event_engine_client (shard 3 of 10); 27s ... (200 actions, 1 running)
[40,957 / 41,786] 1788 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll@experiment=event_engine_client (shard 3 of 10); 28s ... (200 actions, 2 running)
[40,987 / 41,786] 1792 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll@experiment=event_engine_client (shard 3 of 10); 29s ... (200 actions, 1 running)
[41,022 / 41,786] 1795 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll@experiment=event_engine_client (shard 3 of 10); 30s ... (200 actions, 0 running)
[41,076 / 41,786] 1799 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll@experiment=event_engine_client (shard 3 of 10); 31s ... (200 actions, 4 running)
[41,128 / 41,786] 1806 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll@experiment=event_engine_client (shard 3 of 10); 32s ... (200 actions, 1 running)
[41,215 / 41,786] 1811 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll@experiment=event_engine_client (shard 3 of 10); 33s ... (200 actions, 2 running)
[41,275 / 41,786] 1813 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll@experiment=event_engine_client (shard 3 of 10); 34s ... (200 actions, 2 running)
[41,330 / 41,786] 1816 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll@experiment=event_engine_client (shard 3 of 10); 35s ... (200 actions, 1 running)
[41,398 / 41,786] 1824 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll@experiment=event_engine_client (shard 3 of 10); 36s ... (200 actions, 2 running)
[41,429 / 41,786] 1828 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll@experiment=event_engine_client (shard 3 of 10); 37s ... (200 actions, 3 running)
[41,504 / 41,786] 1832 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll@experiment=event_engine_client (shard 3 of 10); 38s ... (200 actions, 2 running)
[41,589 / 41,786] 1838 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll@experiment=event_engine_client (shard 3 of 10); 39s ... (197 actions, 1 running)
[41,667 / 41,786] 1844 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll@experiment=event_engine_client (shard 3 of 10); 40s ... (119 actions, 3 running)
[41,722 / 41,786] 1853 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll@experiment=event_engine_client (shard 3 of 10); 41s ... (64 actions, 1 running)
[41,733 / 41,786] 1856 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll@experiment=event_engine_client (shard 3 of 10); 43s ... (53 actions, 1 running)
[41,735 / 41,786] 1857 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll@experiment=event_engine_client (shard 3 of 10); 44s ... (51 actions, 1 running)
[41,741 / 41,786] 1860 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll@experiment=event_engine_client (shard 3 of 10); 45s ... (45 actions, 0 running)
[41,742 / 41,786] 1861 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll@experiment=event_engine_client (shard 3 of 10); 47s ... (44 actions, 0 running)
[41,742 / 41,786] 1861 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll@experiment=event_engine_client (shard 3 of 10); 49s ... (44 actions, 1 running)
[41,743 / 41,786] 1862 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll@experiment=event_engine_client (shard 3 of 10); 51s ... (43 actions, 0 running)
[41,743 / 41,786] 1862 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll@experiment=event_engine_client (shard 3 of 10); 59s ... (43 actions, 1 running)
[41,744 / 41,786] 1863 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=epoll1 (shard 1 of 10); 32s ... (42 actions, 2 running)
[41,748 / 41,786] 1864 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=epoll1 (shard 1 of 10); 33s ... (38 actions, 0 running)
[41,754 / 41,786] 1864 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=epoll1 (shard 1 of 10); 35s ... (32 actions, 0 running)
[41,754 / 41,786] 1864 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=epoll1 (shard 1 of 10); 40s ... (32 actions, 1 running)
[41,769 / 41,786] 1864 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=epoll1 (shard 1 of 10); 42s ... (17 actions, 0 running)
[41,770 / 41,786] 1864 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=epoll1 (shard 1 of 10); 44s ... (16 actions, 0 running)
[41,770 / 41,786] 1864 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=epoll1 (shard 1 of 10); 52s ... (16 actions, 0 running)
[41,770 / 41,786] 1864 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=epoll1 (shard 1 of 10); 60s ... (16 actions, 1 running)
[41,770 / 41,786] 1864 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll@experiment=no_event_engine_listener (shard 3 of 10); 59s ... (16 actions, 10 running)
[41,774 / 41,786] 1864 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=epoll1@experiment=event_engine_client (shard 3 of 10); 53s ... (12 actions, 8 running)
[41,776 / 41,786] 1865 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=epoll1@experiment=event_engine_client (shard 3 of 10); 55s ... (10 actions, 6 running)
[41,776 / 41,786] 1865 / 1868 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=epoll1@experiment=event_engine_client (shard 4 of 10); 60s ... (10 actions, 7 running)
[41,778 / 41,786] 1866 / 1868 tests; Testing //test/core/end2end:retry_cancel_during_delay_test@poller=epoll1 (shard 2 of 10); 11s remote ... (8 actions running)
[41,780 / 41,786] 1867 / 1868 tests; Testing //test/core/end2end:retry_cancel_during_delay_test@poller=epoll1 (shard 2 of 10); 12s remote ... (6 actions running)
[41,780 / 41,786] 1867 / 1868 tests; Testing //test/core/end2end:retry_cancel_during_delay_test@poller=epoll1 (shard 2 of 10); 22s remote ... (6 actions running)
[41,785 / 41,786] 1868 / 1868 tests; Testing //test/core/end2end:retry_cancel_during_delay_test@poller=epoll1 (shard 9 of 10); 31s remote
INFO: Found 1821 targets and 1868 test targets...
INFO: Elapsed time: 412.293s, Critical Path: 222.59s
INFO: 41786 processes: 13345 remote cache hit, 17100 internal, 11341 remote.
INFO: Build completed successfully, 41786 total actions
INFO:
//test/core/address_utils:parse_address_test@poller=epoll1 PASSED in 0.7s
//test/core/address_utils:parse_address_test@poller=poll PASSED in 0.6s
//test/core/address_utils:parse_address_with_named_scope_id_test PASSED in 0.9s
//test/core/address_utils:sockaddr_utils_fuzzer_test PASSED in 1.1s
//test/core/address_utils:sockaddr_utils_test@poller=epoll1 PASSED in 0.8s
//test/core/address_utils:sockaddr_utils_test@poller=poll PASSED in 0.7s
//test/core/avl:avl_fuzzer PASSED in 0.8s
//test/core/avl:avl_test PASSED in 0.4s
//test/core/backoff:backoff_test PASSED in 0.7s
//test/core/backoff:random_early_detection_test PASSED in 0.5s
//test/core/bad_client:bad_streaming_id_bad_client_test@poller=epoll1 PASSED in 1.1s
//test/core/bad_client:bad_streaming_id_bad_client_test@poller=poll PASSED in 1.3s
//test/core/bad_client:badreq_bad_client_test@poller=epoll1 PASSED in 1.5s
//test/core/bad_client:badreq_bad_client_test@poller=poll PASSED in 0.9s
//test/core/bad_client:connection_prefix_bad_client_test@poller=epoll1 PASSED in 1.4s
//test/core/bad_client:connection_prefix_bad_client_test@poller=poll PASSED in 2.6s
//test/core/bad_client:duplicate_header_bad_client_test@poller=epoll1 PASSED in 0.7s
//test/core/bad_client:duplicate_header_bad_client_test@poller=poll PASSED in 0.8s
//test/core/bad_client:head_of_line_blocking_bad_client_test@poller=epoll1 PASSED in 0.6s
//test/core/bad_client:head_of_line_blocking_bad_client_test@poller=poll PASSED in 0.6s
//test/core/bad_client:headers_bad_client_test@poller=epoll1 PASSED in 2.7s
//test/core/bad_client:headers_bad_client_test@poller=poll PASSED in 2.3s
//test/core/bad_client:initial_settings_frame_bad_client_test@poller=epoll1 PASSED in 1.2s
//test/core/bad_client:initial_settings_frame_bad_client_test@poller=poll PASSED in 1.4s
//test/core/bad_client:out_of_bounds_bad_client_test@poller=epoll1 PASSED in 1.3s
//test/core/bad_client:out_of_bounds_bad_client_test@poller=poll PASSED in 1.2s
//test/core/bad_client:server_registered_method_bad_client_test@poller=epoll1 PASSED in 0.9s
//test/core/bad_client:server_registered_method_bad_client_test@poller=poll PASSED in 2.2s
//test/core/bad_client:simple_request_bad_client_test@poller=epoll1 PASSED in 0.9s
//test/core/bad_client:simple_request_bad_client_test@poller=poll PASSED in 0.9s
//test/core/bad_client:unknown_frame_bad_client_test@poller=epoll1 PASSED in 27.0s
//test/core/bad_client:unknown_frame_bad_client_test@poller=poll PASSED in 27.2s
//test/core/bad_client:window_overflow_bad_client_test@poller=epoll1 PASSED in 1.1s
//test/core/bad_client:window_overflow_bad_client_test@poller=poll PASSED in 1.0s
//test/core/bad_ssl:bad_ssl_alpn_test@poller=epoll1 PASSED in 11.1s
//test/core/bad_ssl:bad_ssl_alpn_test@poller=poll PASSED in 10.8s
//test/core/bad_ssl:bad_ssl_cert_test@poller=epoll1 PASSED in 10.7s
//test/core/bad_ssl:bad_ssl_cert_test@poller=poll PASSED in 10.8s
//test/core/call:bm_client_call PASSED in 0.5s
//test/core/call:call_utils_test@poller=epoll1 PASSED in 0.4s
//test/core/call:call_utils_test@poller=poll PASSED in 0.5s
//test/core/call:client_call_fuzzer@poller=epoll1 PASSED in 0.7s
//test/core/call:client_call_fuzzer@poller=poll PASSED in 0.8s
//test/core/call:client_call_test PASSED in 1.0s
//test/core/call:server_call_fuzzer@poller=epoll1 PASSED in 0.7s
//test/core/call:server_call_fuzzer@poller=poll PASSED in 0.7s
//test/core/call:server_call_test PASSED in 0.6s
//test/core/channel:call_finalization_test@poller=epoll1 PASSED in 0.6s
//test/core/channel:call_finalization_test@poller=poll PASSED in 0.6s
//test/core/channel:channel_args_test PASSED in 0.8s
//test/core/channel:channel_stack_builder_test@poller=epoll1 PASSED in 0.7s
//test/core/channel:channel_stack_builder_test@poller=poll PASSED in 0.6s
//test/core/channel:channel_stack_test PASSED in 0.7s
//test/core/channel:minimal_stack_is_minimal_test PASSED in 0.6s
//test/core/channel:server_call_tracer_factory_test PASSED in 0.7s
//test/core/channel:status_util_test PASSED in 0.7s
//test/core/channelz:channel_trace_test@poller=epoll1 PASSED in 1.4s
//test/core/channelz:channel_trace_test@poller=poll PASSED in 1.0s
//test/core/channelz:channelz_registry_test PASSED in 0.7s
//test/core/channelz:channelz_test@poller=epoll1 PASSED in 6.3s
//test/core/channelz:channelz_test@poller=poll PASSED in 6.0s
//test/core/client_channel:bm_client_channel PASSED in 0.5s
//test/core/client_channel:bm_load_balanced_call_destination PASSED in 0.6s
//test/core/client_channel:client_channel_fuzzer@poller=epoll1 PASSED in 0.8s
//test/core/client_channel:client_channel_fuzzer@poller=poll PASSED in 0.8s
//test/core/client_channel:client_channel_service_config_test PASSED in 0.8s
//test/core/client_channel:client_channel_test PASSED in 0.7s
//test/core/client_channel:connected_subchannel_fuzzer@poller=epoll1 PASSED in 0.8s
//test/core/client_channel:connected_subchannel_fuzzer@poller=poll PASSED in 0.7s
//test/core/client_channel:connected_subchannel_test PASSED in 0.7s
//test/core/client_channel:lb_metadata_test PASSED in 0.6s
//test/core/client_channel:load_balanced_call_destination_fuzzer@poller=epoll1 PASSED in 1.3s
//test/core/client_channel:load_balanced_call_destination_fuzzer@poller=poll PASSED in 0.9s
//test/core/client_channel:load_balanced_call_destination_test PASSED in 0.8s
//test/core/client_channel:retry_service_config_test PASSED in 0.8s
//test/core/client_channel:retry_throttle_test PASSED in 0.7s
//test/core/client_channel:subchannel_args_test PASSED in 0.7s
//test/core/client_idle:idle_filter_state_test PASSED in 1.9s
//test/core/compiler_bugs:miscompile_with_no_unique_address_test PASSED in 0.4s
//test/core/compression:compression_test PASSED in 0.6s
//test/core/compression:message_compress_fuzzer PASSED in 0.7s
//test/core/compression:message_compress_test PASSED in 1.0s
//test/core/compression:message_decompress_fuzzer PASSED in 0.8s
//test/core/config:core_configuration_test PASSED in 1.7s
//test/core/config:load_config_test PASSED in 0.9s
//test/core/end2end:bad_ping_fuzzer PASSED in 0.8s
//test/core/end2end:bad_server_response_test@poller=epoll1 PASSED in 7.5s
//test/core/end2end:bad_server_response_test@poller=poll PASSED in 17.4s
//test/core/end2end:binary_metadata_fuzzer PASSED in 1.4s
//test/core/end2end:call_creds_fuzzer PASSED in 0.8s
//test/core/end2end:call_host_override_fuzzer PASSED in 0.9s
//test/core/end2end:cancel_after_accept_fuzzer PASSED in 0.9s
//test/core/end2end:cancel_after_client_done_fuzzer PASSED in 0.9s
//test/core/end2end:cancel_after_invoke_fuzzer PASSED in 0.8s
//test/core/end2end:cancel_after_round_trip_fuzzer PASSED in 0.8s
//test/core/end2end:cancel_before_invoke_fuzzer PASSED in 0.9s
//test/core/end2end:cancel_in_a_vacuum_fuzzer PASSED in 0.9s
//test/core/end2end:cancel_with_status_fuzzer PASSED in 0.9s
//test/core/end2end:channelz_fuzzer PASSED in 1.1s
//test/core/end2end:client_streaming_fuzzer PASSED in 0.8s
//test/core/end2end:compressed_payload_fuzzer PASSED in 0.8s
//test/core/end2end:connection_refused_test@poller=epoll1 PASSED in 5.5s
//test/core/end2end:connection_refused_test@poller=poll PASSED in 5.2s
//test/core/end2end:connectivity_fuzzer PASSED in 0.9s
//test/core/end2end:default_host_fuzzer PASSED in 0.9s
//test/core/end2end:disappearing_server_fuzzer PASSED in 0.9s
//test/core/end2end:dualstack_socket_test@poller=epoll1 PASSED in 2.2s
//test/core/end2end:dualstack_socket_test@poller=poll PASSED in 1.7s
//test/core/end2end:empty_batch_fuzzer PASSED in 0.8s
//test/core/end2end:filter_causes_close_fuzzer PASSED in 1.0s
//test/core/end2end:filter_init_fails_fuzzer PASSED in 0.9s
//test/core/end2end:filtered_metadata_fuzzer PASSED in 0.9s
//test/core/end2end:goaway_server_test@poller=epoll1 PASSED in 0.7s
//test/core/end2end:goaway_server_test@poller=poll PASSED in 0.6s
//test/core/end2end:graceful_server_shutdown_fuzzer PASSED in 0.8s
//test/core/end2end:grpc_authz_fuzzer PASSED in 1.4s
//test/core/end2end:h2_ssl_session_reuse_test@poller=epoll1 PASSED in 0.8s
//test/core/end2end:h2_ssl_session_reuse_test@poller=poll PASSED in 2.4s
//test/core/end2end:h2_tls_peer_property_external_verifier_test@poller=epoll1 PASSED in 1.2s
//test/core/end2end:h2_tls_peer_property_external_verifier_test@poller=poll PASSED in 2.7s
//test/core/end2end:high_initial_seqno_fuzzer PASSED in 1.1s
//test/core/end2end:hpack_size_fuzzer PASSED in 1.3s
//test/core/end2end:http2_stats_fuzzer PASSED in 0.8s
//test/core/end2end:invalid_call_argument_test@poller=epoll1 PASSED in 13.2s
//test/core/end2end:invalid_call_argument_test@poller=poll PASSED in 10.7s
//test/core/end2end:invoke_large_request_fuzzer PASSED in 1.2s
//test/core/end2end:keepalive_timeout_fuzzer PASSED in 1.1s
//test/core/end2end:large_metadata_fuzzer PASSED in 1.1s
//test/core/end2end:max_concurrent_streams_fuzzer PASSED in 0.9s
//test/core/end2end:max_connection_age_fuzzer PASSED in 0.8s
//test/core/end2end:max_connection_idle_fuzzer PASSED in 0.9s
//test/core/end2end:max_message_length_fuzzer PASSED in 1.0s
//test/core/end2end:multiple_server_queues_test@poller=epoll1 PASSED in 0.7s
//test/core/end2end:multiple_server_queues_test@poller=poll PASSED in 0.7s
//test/core/end2end:negative_deadline_fuzzer PASSED in 0.8s
//test/core/end2end:no_logging_fuzzer PASSED in 0.8s
//test/core/end2end:no_op_fuzzer PASSED in 0.7s
//test/core/end2end:no_server_test@poller=epoll1 PASSED in 2.9s
//test/core/end2end:no_server_test@poller=poll PASSED in 2.7s
//test/core/end2end:payload_fuzzer PASSED in 1.4s
//test/core/end2end:ping_fuzzer PASSED in 0.9s
//test/core/end2end:ping_pong_streaming_fuzzer PASSED in 3.2s
//test/core/end2end:proxy_auth_fuzzer PASSED in 2.7s
//test/core/end2end:registered_call_fuzzer PASSED in 0.9s
//test/core/end2end:request_with_flags_fuzzer PASSED in 1.5s
//test/core/end2end:request_with_payload_fuzzer PASSED in 0.8s
//test/core/end2end:resource_quota_server_fuzzer PASSED in 1.2s
//test/core/end2end:retry_cancel_after_first_attempt_starts_fuzzer PASSED in 1.4s
//test/core/end2end:retry_cancel_during_delay_fuzzer PASSED in 0.9s
//test/core/end2end:retry_cancel_with_multiple_send_batches_fuzzer PASSED in 1.1s
//test/core/end2end:retry_cancellation_fuzzer PASSED in 0.8s
//test/core/end2end:retry_disabled_fuzzer PASSED in 2.9s
//test/core/end2end:retry_exceeds_buffer_size_in_delay_fuzzer PASSED in 0.9s
//test/core/end2end:retry_exceeds_buffer_size_in_initial_batch_fuzzer PASSED in 0.9s
//test/core/end2end:retry_exceeds_buffer_size_in_subsequent_batch_fuzzer PASSED in 0.9s
//test/core/end2end:retry_fuzzer PASSED in 0.9s
//test/core/end2end:retry_lb_drop_fuzzer PASSED in 0.9s
//test/core/end2end:retry_lb_fail_fuzzer PASSED in 0.9s
//test/core/end2end:retry_non_retriable_status_before_trailers_fuzzer PASSED in 0.9s
//test/core/end2end:retry_non_retriable_status_fuzzer PASSED in 1.0s
//test/core/end2end:retry_per_attempt_recv_timeout_fuzzer PASSED in 0.8s
//test/core/end2end:retry_per_attempt_recv_timeout_on_last_attempt_fuzzer PASSED in 1.2s
//test/core/end2end:retry_recv_initial_metadata_fuzzer PASSED in 1.0s
//test/core/end2end:retry_recv_message_fuzzer PASSED in 0.8s
//test/core/end2end:retry_recv_message_replay_fuzzer PASSED in 0.8s
//test/core/end2end:retry_recv_trailing_metadata_error_fuzzer PASSED in 0.9s
//test/core/end2end:retry_send_initial_metadata_refs_fuzzer PASSED in 1.0s
//test/core/end2end:retry_send_op_fails_fuzzer PASSED in 0.8s
//test/core/end2end:retry_send_recv_batch_fuzzer PASSED in 1.1s
//test/core/end2end:retry_server_pushback_delay_fuzzer PASSED in 0.9s
//test/core/end2end:retry_server_pushback_disabled_fuzzer PASSED in 0.9s
//test/core/end2end:retry_streaming_after_commit_fuzzer PASSED in 1.5s
//test/core/end2end:retry_streaming_fuzzer PASSED in 0.9s
//test/core/end2end:retry_streaming_succeeds_before_replay_finished_fuzzer PASSED in 0.8s
//test/core/end2end:retry_throttled_fuzzer PASSED in 0.9s
//test/core/end2end:retry_too_many_attempts_fuzzer PASSED in 0.8s
//test/core/end2end:retry_transparent_goaway_fuzzer PASSED in 0.9s
//test/core/end2end:retry_transparent_max_concurrent_streams_fuzzer PASSED in 1.8s
//test/core/end2end:retry_transparent_not_sent_on_wire_fuzzer PASSED in 0.8s
//test/core/end2end:retry_unref_before_finish_fuzzer PASSED in 0.9s
//test/core/end2end:retry_unref_before_recv_fuzzer PASSED in 0.9s
//test/core/end2end:server_finishes_request_fuzzer PASSED in 1.1s
//test/core/end2end:server_streaming_fuzzer PASSED in 0.8s
//test/core/end2end:shutdown_finishes_calls_fuzzer PASSED in 0.7s
//test/core/end2end:shutdown_finishes_tags_fuzzer PASSED in 0.7s
//test/core/end2end:simple_delayed_request_fuzzer PASSED in 1.5s
//test/core/end2end:simple_metadata_fuzzer PASSED in 0.9s
//test/core/end2end:simple_request_fuzzer PASSED in 0.9s
//test/core/end2end:streaming_error_response_fuzzer PASSED in 0.8s
//test/core/end2end:timeout_before_request_call_fuzzer PASSED in 1.2s
//test/core/end2end:trailing_metadata_fuzzer PASSED in 0.8s
//test/core/end2end:write_buffering_at_end_fuzzer PASSED in 0.9s
//test/core/end2end:write_buffering_fuzzer PASSED in 1.5s
//test/core/end2end/fuzzers:api_fuzzer PASSED in 1.5s
//test/core/end2end/fuzzers:client_fuzzer PASSED in 1.7s
//test/core/end2end/fuzzers:server_fuzzer_chaotic_good PASSED in 0.8s
//test/core/end2end/fuzzers:server_fuzzer_chttp2 PASSED in 0.8s
//test/core/event_engine:common_closures_test@poller=epoll1 PASSED in 0.4s
//test/core/event_engine:common_closures_test@poller=poll PASSED in 0.4s
//test/core/event_engine:default_engine_methods_test@poller=epoll1 PASSED in 3.8s
//test/core/event_engine:default_engine_methods_test@poller=poll PASSED in 3.6s
//test/core/event_engine:endpoint_config_test PASSED in 1.0s
//test/core/event_engine:factory_test@poller=epoll1 PASSED in 1.0s
//test/core/event_engine:factory_test@poller=poll PASSED in 0.6s
//test/core/event_engine:forkable_test@poller=epoll1 PASSED in 0.5s
//test/core/event_engine:forkable_test@poller=poll PASSED in 0.4s
//test/core/event_engine:handle_tests PASSED in 0.6s
//test/core/event_engine:query_extensions_test PASSED in 0.5s
//test/core/event_engine:slice_buffer_test@poller=epoll1 PASSED in 0.4s
//test/core/event_engine:slice_buffer_test@poller=poll PASSED in 0.4s
//test/core/event_engine:smoke_test@poller=epoll1 PASSED in 0.5s
//test/core/event_engine:smoke_test@poller=poll PASSED in 0.5s
//test/core/event_engine:tcp_socket_utils_test PASSED in 0.8s
//test/core/event_engine:thread_pool_test@poller=epoll1 PASSED in 6.8s
//test/core/event_engine:thread_pool_test@poller=poll PASSED in 6.6s
//test/core/event_engine/fuzzing_event_engine:fuzzing_event_engine_unittest@poller=epoll1 PASSED in 0.6s
//test/core/event_engine/fuzzing_event_engine:fuzzing_event_engine_unittest@poller=poll PASSED in 0.7s
//test/core/event_engine/posix:event_poller_posix_test@poller=epoll1 PASSED in 1.2s
//test/core/event_engine/posix:event_poller_posix_test@poller=poll PASSED in 1.0s
//test/core/event_engine/posix:lock_free_event_test PASSED in 0.5s
//test/core/event_engine/posix:log_too_many_open_files_test PASSED in 0.7s
//test/core/event_engine/posix:posix_endpoint_test@poller=epoll1 PASSED in 2.1s
//test/core/event_engine/posix:posix_endpoint_test@poller=poll PASSED in 2.3s
//test/core/event_engine/posix:posix_engine_listener_utils_test@poller=epoll1 PASSED in 0.7s
//test/core/event_engine/posix:posix_engine_listener_utils_test@poller=poll PASSED in 0.7s
//test/core/event_engine/posix:posix_event_engine_connect_test@poller=epoll1 PASSED in 6.3s
//test/core/event_engine/posix:posix_event_engine_connect_test@poller=poll PASSED in 6.9s
//test/core/event_engine/posix:tcp_posix_socket_utils_test PASSED in 0.7s
//test/core/event_engine/posix:timer_heap_test PASSED in 1.6s
//test/core/event_engine/posix:timer_list_test PASSED in 0.4s
//test/core/event_engine/posix:timer_manager_test PASSED in 4.1s
//test/core/event_engine/posix:traced_buffer_list_test PASSED in 0.7s
//test/core/event_engine/posix:wakeup_fd_posix_test@poller=epoll1 PASSED in 0.7s
//test/core/event_engine/posix:wakeup_fd_posix_test@poller=poll PASSED in 1.7s
//test/core/event_engine/test_suite:fuzzing_event_engine_test PASSED in 26.7s
//test/core/event_engine/test_suite:posix_event_engine_native_dns_test@poller=epoll1 PASSED in 2.7s
//test/core/event_engine/test_suite:posix_event_engine_native_dns_test@poller=poll PASSED in 4.8s
//test/core/event_engine/test_suite:posix_event_engine_test@poller=epoll1 PASSED in 20.0s
//test/core/event_engine/test_suite:posix_event_engine_test@poller=poll PASSED in 18.6s
//test/core/event_engine/test_suite:thready_posix_event_engine_test@poller=epoll1 PASSED in 16.0s
//test/core/event_engine/test_suite:thready_posix_event_engine_test@poller=poll PASSED in 15.8s
//test/core/event_engine/test_suite/posix:oracle_event_engine_posix_test@poller=epoll1 PASSED in 3.3s
//test/core/event_engine/test_suite/posix:oracle_event_engine_posix_test@poller=poll PASSED in 3.3s
//test/core/event_engine/work_queue:basic_work_queue_fuzzer PASSED in 0.9s
//test/core/event_engine/work_queue:basic_work_queue_test@poller=epoll1 PASSED in 0.5s
//test/core/event_engine/work_queue:basic_work_queue_test@poller=poll PASSED in 0.6s
//test/core/experiments:bm_experiments PASSED in 0.4s
//test/core/experiments:experiments_tag_test PASSED in 0.4s
//test/core/experiments:experiments_tag_test@experiment=no_test_experiment_1 PASSED in 0.4s
//test/core/experiments:experiments_test PASSED in 0.4s
//test/core/ext/filters/event_engine_client_channel_resolver:resolver_fuzzer PASSED in 1.2s
//test/core/ext/filters/rbac:rbac_service_config_parser_test PASSED in 0.8s
//test/core/filters:bm_http_client_filter PASSED in 0.4s
//test/core/filters:client_auth_filter_test PASSED in 0.7s
//test/core/filters:client_authority_filter_test PASSED in 0.9s
//test/core/filters:filter_test_test PASSED in 0.7s
//test/core/gprpp:bitset_test PASSED in 0.8s
//test/core/gprpp:chunked_vector_fuzzer PASSED in 1.8s
//test/core/gprpp:chunked_vector_test PASSED in 0.5s
//test/core/gprpp:chunked_vector_test@experiment=free_large_allocator PASSED in 2.3s
//test/core/gprpp:chunked_vector_test@experiment=unconstrained_max_quota_buffer_size PASSED in 0.4s
//test/core/gprpp:cpp_impl_of_test PASSED in 0.3s
//test/core/gprpp:directory_reader_test PASSED in 0.6s
//test/core/gprpp:down_cast_test PASSED in 0.8s
//test/core/gprpp:dual_ref_counted_test@poller=epoll1 PASSED in 0.9s
//test/core/gprpp:dual_ref_counted_test@poller=poll PASSED in 0.6s
//test/core/gprpp:dump_args_test PASSED in 0.4s
//test/core/gprpp:examine_stack_test PASSED in 0.6s
//test/core/gprpp:fork_test PASSED in 7.8s
//test/core/gprpp:glob_test PASSED in 0.7s
//test/core/gprpp:host_port_test PASSED in 0.7s
//test/core/gprpp:if_list_test PASSED in 0.4s
//test/core/gprpp:load_file_test PASSED in 2.2s
//test/core/gprpp:match_test PASSED in 0.4s
//test/core/gprpp:mpscq_test PASSED in 1.7s
//test/core/gprpp:no_destruct_test PASSED in 0.4s
//test/core/gprpp:notification_test PASSED in 18.5s
//test/core/gprpp:orphanable_test@poller=epoll1 PASSED in 0.7s
//test/core/gprpp:orphanable_test@poller=poll PASSED in 0.9s
//test/core/gprpp:overload_test PASSED in 0.4s
//test/core/gprpp:ref_counted_ptr_test@poller=epoll1 PASSED in 0.6s
//test/core/gprpp:ref_counted_ptr_test@poller=poll PASSED in 0.7s
//test/core/gprpp:ref_counted_test@poller=epoll1 PASSED in 0.7s
//test/core/gprpp:ref_counted_test@poller=poll PASSED in 2.2s
//test/core/gprpp:single_set_ptr_test PASSED in 2.0s
//test/core/gprpp:sorted_pack_test PASSED in 0.3s
//test/core/gprpp:stat_test PASSED in 0.7s
//test/core/gprpp:status_helper_test PASSED in 2.0s
//test/core/gprpp:table_test PASSED in 0.4s
//test/core/gprpp:thd_test PASSED in 0.7s
//test/core/gprpp:time_test PASSED in 0.5s
//test/core/gprpp:time_util_test PASSED in 0.7s
//test/core/gprpp:unique_type_name_test PASSED in 0.5s
//test/core/gprpp:uuid_v4_test PASSED in 0.6s
//test/core/gprpp:validation_errors_test@poller=epoll1 PASSED in 0.7s
//test/core/gprpp:validation_errors_test@poller=poll PASSED in 0.7s
//test/core/handshake:client_ssl_test@poller=epoll1 PASSED in 0.7s
//test/core/handshake:client_ssl_test@poller=poll PASSED in 0.7s
//test/core/handshake:handshake_server_with_readahead_handshaker_test@poller=epoll1 PASSED in 2.8s
//test/core/handshake:handshake_server_with_readahead_handshaker_test@poller=poll PASSED in 1.8s
//test/core/handshake:http_proxy_mapper_test PASSED in 0.6s
//test/core/handshake:server_ssl_test@poller=epoll1 PASSED in 3.9s
//test/core/handshake:server_ssl_test@poller=poll PASSED in 5.0s
//test/core/http:format_request_test@poller=epoll1 PASSED in 0.8s
//test/core/http:format_request_test@poller=poll PASSED in 0.6s
//test/core/http:httpcli_test@poller=epoll1 PASSED in 11.7s
//test/core/http:httpcli_test@poller=poll PASSED in 12.3s
//test/core/http:httpscli_test@poller=epoll1 PASSED in 9.9s
//test/core/http:httpscli_test@poller=poll PASSED in 9.7s
//test/core/http:parser_test PASSED in 0.7s
//test/core/http:request_fuzzer@poller=epoll1 PASSED in 0.7s
//test/core/http:request_fuzzer@poller=poll PASSED in 0.9s
//test/core/http:response_fuzzer@poller=epoll1 PASSED in 0.8s
//test/core/http:response_fuzzer@poller=poll PASSED in 0.8s
//test/core/iomgr:buffer_list_test@poller=epoll1 PASSED in 0.6s
//test/core/iomgr:buffer_list_test@poller=poll PASSED in 0.7s
//test/core/iomgr:combiner_test@poller=epoll1 PASSED in 1.7s
//test/core/iomgr:combiner_test@poller=poll PASSED in 1.8s
//test/core/iomgr:endpoint_pair_test@experiment=tcp_frame_size_tuning PASSED in 1.9s
//test/core/iomgr:endpoint_pair_test@experiment=tcp_rcv_lowat PASSED in 1.7s
//test/core/iomgr:endpoint_pair_test@poller=epoll1 PASSED in 1.8s
//test/core/iomgr:endpoint_pair_test@poller=epoll1@experiment=event_engine_client PASSED in 1.4s
//test/core/iomgr:endpoint_pair_test@poller=poll PASSED in 2.4s
//test/core/iomgr:endpoint_pair_test@poller=poll@experiment=event_engine_client PASSED in 1.4s
//test/core/iomgr:error_test PASSED in 1.1s
//test/core/iomgr:fd_conservation_posix_test@poller=epoll1 PASSED in 9.4s
//test/core/iomgr:fd_conservation_posix_test@poller=poll PASSED in 7.8s
//test/core/iomgr:fd_posix_test@poller=epoll1 PASSED in 0.7s
//test/core/iomgr:fd_posix_test@poller=poll PASSED in 0.7s
//test/core/iomgr:grpc_ipv6_loopback_available_test@poller=epoll1 PASSED in 0.7s
//test/core/iomgr:grpc_ipv6_loopback_available_test@poller=poll PASSED in 0.7s
//test/core/iomgr:resolve_address_using_ares_resolver_posix_test@poller=epoll1 PASSED in 0.8s
//test/core/iomgr:resolve_address_using_ares_resolver_posix_test@poller=poll PASSED in 0.7s
//test/core/iomgr:resolve_address_using_ares_resolver_test@poller=epoll1 PASSED in 0.8s
//test/core/iomgr:resolve_address_using_ares_resolver_test@poller=poll PASSED in 0.7s
//test/core/iomgr:resolve_address_using_native_resolver_posix_test@poller=epoll1 PASSED in 0.7s
//test/core/iomgr:resolve_address_using_native_resolver_posix_test@poller=poll PASSED in 0.8s
//test/core/iomgr:resolve_address_using_native_resolver_test@poller=epoll1 PASSED in 0.6s
//test/core/iomgr:resolve_address_using_native_resolver_test@poller=poll PASSED in 0.8s
//test/core/iomgr:socket_utils_test@poller=epoll1 PASSED in 0.8s
//test/core/iomgr:socket_utils_test@poller=poll PASSED in 0.7s
//test/core/iomgr:tcp_client_posix_test@experiment=tcp_frame_size_tuning PASSED in 2.6s
//test/core/iomgr:tcp_client_posix_test@experiment=tcp_rcv_lowat PASSED in 2.6s
//test/core/iomgr:tcp_client_posix_test@poller=epoll1 PASSED in 2.7s
//test/core/iomgr:tcp_client_posix_test@poller=epoll1@experiment=event_engine_client PASSED in 1.7s
//test/core/iomgr:tcp_client_posix_test@poller=poll PASSED in 2.8s
//test/core/iomgr:tcp_client_posix_test@poller=poll@experiment=event_engine_client PASSED in 1.7s
//test/core/iomgr:tcp_posix_test@experiment=tcp_frame_size_tuning PASSED in 1.9s
//test/core/iomgr:tcp_posix_test@experiment=tcp_rcv_lowat PASSED in 2.9s
//test/core/iomgr:tcp_posix_test@poller=epoll1 PASSED in 1.8s
//test/core/iomgr:tcp_posix_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 1.8s
//test/core/iomgr:tcp_posix_test@poller=poll PASSED in 1.9s
//test/core/iomgr:tcp_posix_test@poller=poll@experiment=no_event_engine_listener PASSED in 2.0s
//test/core/iomgr:tcp_server_posix_test@poller=epoll1 PASSED in 4.8s
//test/core/iomgr:tcp_server_posix_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 4.7s
//test/core/iomgr:tcp_server_posix_test@poller=poll PASSED in 4.9s
//test/core/iomgr:tcp_server_posix_test@poller=poll@experiment=no_event_engine_listener PASSED in 4.7s
//test/core/iomgr:timer_heap_test PASSED in 3.8s
//test/core/iomgr:timer_list_test PASSED in 1.1s
//test/core/json:json_fuzzer@poller=epoll1 PASSED in 1.0s
//test/core/json:json_fuzzer@poller=poll PASSED in 0.7s
//test/core/json:json_object_loader_test PASSED in 0.7s
//test/core/json:json_test PASSED in 0.6s
//test/core/load_balancing:bm_picker PASSED in 9.8s
//test/core/load_balancing:outlier_detection_lb_config_parser_test PASSED in 0.7s
//test/core/load_balancing:outlier_detection_test PASSED in 0.7s
//test/core/load_balancing:outlier_detection_test@experiment=no_pick_first_new PASSED in 0.8s
//test/core/load_balancing:outlier_detection_test@experiment=work_serializer_dispatch PASSED in 1.3s
//test/core/load_balancing:pick_first_test PASSED in 0.9s
//test/core/load_balancing:pick_first_test@experiment=no_pick_first_new PASSED in 0.7s
//test/core/load_balancing:pick_first_test@experiment=work_serializer_dispatch PASSED in 2.6s
//test/core/load_balancing:ring_hash_test PASSED in 0.8s
//test/core/load_balancing:ring_hash_test@experiment=no_pick_first_new PASSED in 0.6s
//test/core/load_balancing:ring_hash_test@experiment=work_serializer_dispatch PASSED in 1.5s
//test/core/load_balancing:rls_lb_config_parser_test PASSED in 0.7s
//test/core/load_balancing:round_robin_test PASSED in 2.4s
//test/core/load_balancing:round_robin_test@experiment=no_pick_first_new PASSED in 1.0s
//test/core/load_balancing:round_robin_test@experiment=work_serializer_dispatch PASSED in 1.1s
//test/core/load_balancing:static_stride_scheduler_benchmark PASSED in 0.4s
//test/core/load_balancing:static_stride_scheduler_test PASSED in 0.4s
//test/core/load_balancing:weighted_round_robin_config_test PASSED in 0.7s
//test/core/load_balancing:weighted_round_robin_test PASSED in 1.0s
//test/core/load_balancing:weighted_round_robin_test@experiment=no_pick_first_new PASSED in 0.9s
//test/core/load_balancing:weighted_round_robin_test@experiment=work_serializer_dispatch PASSED in 3.1s
//test/core/load_balancing:xds_override_host_lb_config_parser_test PASSED in 0.7s
//test/core/load_balancing:xds_override_host_test PASSED in 1.1s
//test/core/load_balancing:xds_override_host_test@experiment=no_pick_first_new PASSED in 0.9s
//test/core/load_balancing:xds_override_host_test@experiment=work_serializer_dispatch PASSED in 2.0s
//test/core/matchers:matchers_test@poller=epoll1 PASSED in 0.7s
//test/core/matchers:matchers_test@poller=poll PASSED in 0.7s
//test/core/memory_usage:memory_usage_test@poller=epoll1 PASSED in 10.4s
//test/core/memory_usage:memory_usage_test@poller=poll PASSED in 12.3s
//test/core/message_size:message_size_service_config_test@poller=epoll1 PASSED in 0.7s
//test/core/message_size:message_size_service_config_test@poller=poll PASSED in 0.7s
//test/core/nanopb:fuzzer_response@poller=epoll1 PASSED in 2.6s
//test/core/nanopb:fuzzer_response@poller=poll PASSED in 2.2s
//test/core/nanopb:fuzzer_serverlist@poller=epoll1 PASSED in 0.8s
//test/core/nanopb:fuzzer_serverlist@poller=poll PASSED in 1.0s
//test/core/promise:activity_test PASSED in 0.4s
//test/core/promise:all_ok_test PASSED in 0.9s
//test/core/promise:arena_promise_test PASSED in 0.5s
//test/core/promise:arena_promise_test@experiment=free_large_allocator PASSED in 0.5s
//test/core/promise:arena_promise_test@experiment=unconstrained_max_quota_buffer_size PASSED in 0.5s
//test/core/promise:bm_party PASSED in 0.5s
//test/core/promise:cancel_callback_test PASSED in 0.4s
//test/core/promise:context_test PASSED in 0.4s
//test/core/promise:event_engine_wakeup_scheduler_test PASSED in 0.8s
//test/core/promise:exec_ctx_wakeup_scheduler_test PASSED in 0.4s
//test/core/promise:for_each_test PASSED in 0.5s
//test/core/promise:if_test PASSED in 0.4s
//test/core/promise:inter_activity_latch_test PASSED in 0.7s
//test/core/promise:inter_activity_pipe_test PASSED in 0.5s
//test/core/promise:interceptor_list_test PASSED in 0.5s
//test/core/promise:join_test PASSED in 0.5s
//test/core/promise:latch_test PASSED in 0.3s
//test/core/promise:loop_test PASSED in 0.9s
//test/core/promise:map_pipe_test PASSED in 0.4s
//test/core/promise:mpsc_test PASSED in 0.3s
//test/core/promise:observable_test PASSED in 0.5s
//test/core/promise:party_test PASSED in 6.7s
//test/core/promise:pipe_test PASSED in 0.6s
//test/core/promise:poll_test PASSED in 0.3s
//test/core/promise:prioritized_race_test PASSED in 0.7s
//test/core/promise:promise_factory_test PASSED in 0.4s
//test/core/promise:promise_fuzzer PASSED in 0.8s
//test/core/promise:promise_map_test PASSED in 0.8s
//test/core/promise:promise_mutex_test@poller=epoll1 PASSED in 0.8s
//test/core/promise:promise_mutex_test@poller=poll PASSED in 0.4s
//test/core/promise:promise_test PASSED in 0.4s
//test/core/promise:race_test PASSED in 0.4s
//test/core/promise:seq_test PASSED in 0.8s
//test/core/promise:sleep_test PASSED in 3.0s
//test/core/promise:status_flag_test PASSED in 0.5s
//test/core/promise:switch_test PASSED in 0.4s
//test/core/promise:try_join_test PASSED in 0.5s
//test/core/promise:try_seq_metadata_test PASSED in 0.7s
//test/core/promise:try_seq_test PASSED in 0.7s
//test/core/promise:wait_for_callback_test PASSED in 0.4s
//test/core/resolver:binder_resolver_test@poller=epoll1 PASSED in 0.6s
//test/core/resolver:binder_resolver_test@poller=poll PASSED in 1.0s
//test/core/resolver:dns_resolver_cooldown_test@poller=epoll1 PASSED in 0.7s
//test/core/resolver:dns_resolver_cooldown_test@poller=poll PASSED in 0.9s
//test/core/resolver:dns_resolver_test@poller=epoll1 PASSED in 1.1s
//test/core/resolver:dns_resolver_test@poller=poll PASSED in 1.0s
//test/core/resolver:endpoint_addresses_test PASSED in 0.6s
//test/core/resolver:fake_resolver_test@poller=epoll1 PASSED in 0.7s
//test/core/resolver:fake_resolver_test@poller=poll PASSED in 0.8s
//test/core/resolver:google_c2p_resolver_test@poller=epoll1 PASSED in 1.9s
//test/core/resolver:google_c2p_resolver_test@poller=poll PASSED in 2.3s
//test/core/resolver:sockaddr_resolver_test@poller=epoll1 PASSED in 0.8s
//test/core/resolver:sockaddr_resolver_test@poller=poll PASSED in 2.1s
//test/core/resource_quota:arena_test PASSED in 1.0s
//test/core/resource_quota:arena_test@experiment=free_large_allocator PASSED in 0.8s
//test/core/resource_quota:arena_test@experiment=unconstrained_max_quota_buffer_size PASSED in 0.9s
//test/core/resource_quota:memory_quota_fuzzer PASSED in 1.2s
//test/core/resource_quota:memory_quota_stress_test PASSED in 8.6s
//test/core/resource_quota:memory_quota_stress_test@experiment=free_large_allocator PASSED in 8.5s
//test/core/resource_quota:memory_quota_stress_test@experiment=unconstrained_max_quota_buffer_size PASSED in 8.6s
//test/core/resource_quota:memory_quota_test PASSED in 5.7s
//test/core/resource_quota:memory_quota_test@experiment=free_large_allocator PASSED in 5.6s
//test/core/resource_quota:memory_quota_test@experiment=unconstrained_max_quota_buffer_size PASSED in 5.7s
//test/core/resource_quota:periodic_update_test PASSED in 21.6s
//test/core/resource_quota:resource_quota_test PASSED in 0.5s
//test/core/resource_quota:resource_quota_test@experiment=free_large_allocator PASSED in 0.5s
//test/core/resource_quota:resource_quota_test@experiment=unconstrained_max_quota_buffer_size PASSED in 0.5s
//test/core/resource_quota:thread_quota_test PASSED in 0.4s
//test/core/security:alts_credentials_fuzzer@poller=epoll1 PASSED in 1.0s
//test/core/security:alts_credentials_fuzzer@poller=poll PASSED in 1.0s
//test/core/security:alts_security_connector_test@poller=epoll1 PASSED in 0.6s
//test/core/security:alts_security_connector_test@poller=poll PASSED in 2.4s
//test/core/security:auth_context_test PASSED in 0.7s
//test/core/security:authorization_matchers_test@poller=epoll1 PASSED in 1.2s
//test/core/security:authorization_matchers_test@poller=poll PASSED in 0.7s
//test/core/security:aws_request_signer_test@poller=epoll1 PASSED in 0.8s
//test/core/security:aws_request_signer_test@poller=poll PASSED in 0.9s
//test/core/security:cel_authorization_engine_test@poller=epoll1 PASSED in 0.7s
//test/core/security:cel_authorization_engine_test@poller=poll PASSED in 0.7s
//test/core/security:certificate_provider_registry_test@poller=epoll1 PASSED in 0.7s
//test/core/security:certificate_provider_registry_test@poller=poll PASSED in 0.7s
//test/core/security:channel_creds_registry_test@poller=epoll1 PASSED in 0.9s
//test/core/security:channel_creds_registry_test@poller=poll PASSED in 0.7s
//test/core/security:check_gcp_environment_linux_test@poller=epoll1 PASSED in 0.7s
//test/core/security:check_gcp_environment_linux_test@poller=poll PASSED in 0.6s
//test/core/security:check_gcp_environment_windows_test@poller=epoll1 PASSED in 0.8s
//test/core/security:check_gcp_environment_windows_test@poller=poll PASSED in 0.7s
//test/core/security:credentials_test@poller=epoll1 PASSED in 0.8s
//test/core/security:credentials_test@poller=poll PASSED in 2.4s
//test/core/security:evaluate_args_test@poller=epoll1 PASSED in 0.6s
//test/core/security:evaluate_args_test@poller=poll PASSED in 0.7s
//test/core/security:grpc_alts_credentials_options_test@poller=epoll1 PASSED in 0.6s
//test/core/security:grpc_alts_credentials_options_test@poller=poll PASSED in 0.7s
//test/core/security:grpc_audit_logging_test@poller=epoll1 PASSED in 1.8s
//test/core/security:grpc_audit_logging_test@poller=poll PASSED in 0.8s
//test/core/security:grpc_authorization_engine_test@poller=epoll1 PASSED in 0.7s
//test/core/security:grpc_authorization_engine_test@poller=poll PASSED in 0.9s
//test/core/security:grpc_authorization_policy_provider_test@poller=epoll1 PASSED in 4.7s
//test/core/security:grpc_authorization_policy_provider_test@poller=poll PASSED in 4.7s
//test/core/security:grpc_tls_certificate_distributor_test@poller=epoll1 PASSED in 1.0s
//test/core/security:grpc_tls_certificate_distributor_test@poller=poll PASSED in 0.8s
//test/core/security:grpc_tls_certificate_provider_test@poller=epoll1 PASSED in 12.7s
//test/core/security:grpc_tls_certificate_provider_test@poller=poll PASSED in 12.7s
//test/core/security:grpc_tls_certificate_verifier_test@poller=epoll1 PASSED in 0.9s
//test/core/security:grpc_tls_certificate_verifier_test@poller=poll PASSED in 0.8s
//test/core/security:grpc_tls_credentials_options_comparator_test@poller=epoll1 PASSED in 0.6s
//test/core/security:grpc_tls_credentials_options_comparator_test@poller=poll PASSED in 0.6s
//test/core/security:grpc_tls_credentials_options_test@poller=epoll1 PASSED in 20.6s
//test/core/security:grpc_tls_credentials_options_test@poller=poll PASSED in 20.8s
//test/core/security:grpc_tls_crl_provider_test@poller=epoll1 PASSED in 1.4s
//test/core/security:grpc_tls_crl_provider_test@poller=poll PASSED in 0.7s
//test/core/security:insecure_security_connector_test@poller=epoll1 PASSED in 1.2s
//test/core/security:insecure_security_connector_test@poller=poll PASSED in 0.6s
//test/core/security:json_token_test PASSED in 1.0s
//test/core/security:jwt_verifier_test PASSED in 0.7s
//test/core/security:rbac_translator_test@poller=epoll1 PASSED in 0.7s
//test/core/security:rbac_translator_test@poller=poll PASSED in 0.7s
//test/core/security:secure_endpoint_test@poller=epoll1 PASSED in 6.4s
//test/core/security:secure_endpoint_test@poller=poll PASSED in 6.8s
//test/core/security:security_connector_test@poller=epoll1 PASSED in 1.0s
//test/core/security:security_connector_test@poller=poll PASSED in 0.6s
//test/core/security:ssl_credentials_test@poller=epoll1 PASSED in 0.7s
//test/core/security:ssl_credentials_test@poller=poll PASSED in 2.2s
//test/core/security:ssl_server_fuzzer@poller=epoll1 PASSED in 1.2s
//test/core/security:ssl_server_fuzzer@poller=poll PASSED in 1.0s
//test/core/security:system_roots_test@poller=epoll1 PASSED in 0.7s
//test/core/security:system_roots_test@poller=poll PASSED in 0.8s
//test/core/security:tls_security_connector_test@poller=epoll1 PASSED in 3.2s
//test/core/security:tls_security_connector_test@poller=poll PASSED in 0.9s
//test/core/security:xds_credentials_test@poller=epoll1 PASSED in 0.8s
//test/core/security:xds_credentials_test@poller=poll PASSED in 0.7s
//test/core/server:server_config_selector_test PASSED in 0.7s
//test/core/server:xds_channel_stack_modifier_test PASSED in 1.3s
//test/core/service_config:service_config_test@poller=epoll1 PASSED in 3.3s
//test/core/service_config:service_config_test@poller=poll PASSED in 1.4s
//test/core/slice:c_slice_buffer_test PASSED in 0.7s
//test/core/slice:percent_decode_fuzzer@poller=epoll1 PASSED in 0.8s
//test/core/slice:percent_decode_fuzzer@poller=poll PASSED in 0.8s
//test/core/slice:percent_encode_fuzzer@poller=epoll1 PASSED in 1.1s
//test/core/slice:percent_encode_fuzzer@poller=poll PASSED in 0.9s
//test/core/slice:percent_encoding_test PASSED in 0.6s
//test/core/slice:slice_buffer_test PASSED in 0.7s
//test/core/slice:slice_string_helpers_test PASSED in 0.4s
//test/core/slice:slice_test PASSED in 3.1s
//test/core/surface:channel_init_test PASSED in 1.9s
//test/core/surface:completion_queue_threading_test@poller=epoll1 PASSED in 1.9s
//test/core/surface:completion_queue_threading_test@poller=poll PASSED in 1.8s
//test/core/surface:concurrent_connectivity_test@poller=epoll1 PASSED in 7.4s
//test/core/surface:concurrent_connectivity_test@poller=poll PASSED in 9.6s
//test/core/surface:grpc_byte_buffer_reader_test PASSED in 0.8s
//test/core/surface:grpc_completion_queue_test@poller=epoll1 PASSED in 1.2s
//test/core/surface:grpc_completion_queue_test@poller=poll PASSED in 0.6s
//test/core/surface:init_test PASSED in 2.0s
//test/core/surface:lame_client_test@poller=epoll1 PASSED in 0.7s
//test/core/surface:lame_client_test@poller=poll PASSED in 1.0s
//test/core/surface:num_external_connectivity_watchers_test@poller=epoll1 PASSED in 0.7s
//test/core/surface:num_external_connectivity_watchers_test@poller=poll PASSED in 0.8s
//test/core/surface:secure_channel_create_test@poller=epoll1 PASSED in 0.6s
//test/core/surface:secure_channel_create_test@poller=poll PASSED in 0.7s
//test/core/surface:sequential_connectivity_test@poller=epoll1 PASSED in 1.1s
//test/core/surface:sequential_connectivity_test@poller=poll PASSED in 20.7s
//test/core/surface:server_chttp2_test@poller=epoll1 PASSED in 0.6s
//test/core/surface:server_chttp2_test@poller=poll PASSED in 0.7s
//test/core/surface:server_test@poller=epoll1 PASSED in 1.1s
//test/core/surface:server_test@poller=poll PASSED in 1.0s
//test/core/telemetry:call_tracer_test PASSED in 0.7s
//test/core/telemetry:metrics_test PASSED in 4.1s
//test/core/telemetry:stats_test PASSED in 2.9s
//test/core/telemetry:trace_flags_test PASSED in 0.7s
//test/core/test_util:cmdline_test PASSED in 0.6s
//test/core/test_util:histogram_test PASSED in 0.6s
//test/core/test_util:osa_distance_test@poller=epoll1 PASSED in 0.3s
//test/core/test_util:osa_distance_test@poller=poll PASSED in 0.4s
//test/core/test_util:stack_tracer_test PASSED in 0.8s
//test/core/transport:bdp_estimator_test PASSED in 2.9s
//test/core/transport:bm_call_spine PASSED in 0.8s
//test/core/transport:bm_metadata PASSED in 0.6s
//test/core/transport:call_arena_allocator_test PASSED in 0.7s
//test/core/transport:call_filters_test PASSED in 0.4s
//test/core/transport:call_spine_fuzzer@poller=epoll1 PASSED in 1.1s
//test/core/transport:call_spine_fuzzer@poller=poll PASSED in 0.7s
//test/core/transport:call_spine_test PASSED in 0.7s
//test/core/transport:call_state_test PASSED in 1.0s
//test/core/transport:connectivity_state_test@poller=epoll1 PASSED in 0.8s
//test/core/transport:connectivity_state_test@poller=poll PASSED in 0.7s
//test/core/transport:error_utils_test@poller=epoll1 PASSED in 0.6s
//test/core/transport:error_utils_test@poller=poll PASSED in 0.6s
//test/core/transport:interception_chain_test PASSED in 0.7s
//test/core/transport:metadata_map_test@poller=epoll1 PASSED in 0.7s
//test/core/transport:metadata_map_test@poller=poll PASSED in 0.9s
//test/core/transport:parsed_metadata_test@poller=epoll1 PASSED in 0.7s
//test/core/transport:parsed_metadata_test@poller=poll PASSED in 0.6s
//test/core/transport:promise_endpoint_test@poller=epoll1 PASSED in 0.6s
//test/core/transport:promise_endpoint_test@poller=poll PASSED in 0.9s
//test/core/transport:status_conversion_test PASSED in 1.1s
//test/core/transport:timeout_encoding_test PASSED in 1.0s
//test/core/transport/benchmarks:bm_chaotic_good PASSED in 0.5s
//test/core/transport/benchmarks:bm_inproc PASSED in 0.5s
//test/core/transport/binder:binder_transport_test PASSED in 0.9s
//test/core/transport/binder:endpoint_binder_pool_test PASSED in 0.8s
//test/core/transport/binder:transport_stream_receiver_test PASSED in 0.9s
//test/core/transport/binder:wire_reader_test PASSED in 1.4s
//test/core/transport/binder:wire_writer_test PASSED in 0.8s
//test/core/transport/binder/end2end:binder_server_test@poller=epoll1 PASSED in 0.9s
//test/core/transport/binder/end2end:binder_server_test@poller=poll PASSED in 3.6s
//test/core/transport/binder/end2end:end2end_binder_transport_test@poller=epoll1 PASSED in 20.8s
//test/core/transport/binder/end2end:end2end_binder_transport_test@poller=poll PASSED in 22.2s
//test/core/transport/binder/end2end:fake_binder_test PASSED in 19.0s
//test/core/transport/binder/end2end/fuzzers:binder_transport_client_fuzzer@poller=epoll1 PASSED in 0.8s
//test/core/transport/binder/end2end/fuzzers:binder_transport_client_fuzzer@poller=poll PASSED in 0.9s
//test/core/transport/binder/end2end/fuzzers:binder_transport_server_fuzzer@poller=epoll1 PASSED in 0.8s
//test/core/transport/binder/end2end/fuzzers:binder_transport_server_fuzzer@poller=poll PASSED in 0.8s
//test/core/transport/chaotic_good:chaotic_good_server_test PASSED in 0.7s
//test/core/transport/chaotic_good:client_transport_error_test PASSED in 0.7s
//test/core/transport/chaotic_good:client_transport_test PASSED in 0.8s
//test/core/transport/chaotic_good:frame_fuzzer PASSED in 0.8s
//test/core/transport/chaotic_good:frame_header_fuzzer@poller=epoll1 PASSED in 0.8s
//test/core/transport/chaotic_good:frame_header_fuzzer@poller=poll PASSED in 0.7s
//test/core/transport/chaotic_good:frame_header_test@poller=epoll1 PASSED in 0.5s
//test/core/transport/chaotic_good:frame_header_test@poller=poll PASSED in 0.4s
//test/core/transport/chaotic_good:frame_test@poller=epoll1 PASSED in 0.4s
//test/core/transport/chaotic_good:frame_test@poller=poll PASSED in 0.5s
//test/core/transport/chaotic_good:server_transport_test PASSED in 0.9s
//test/core/transport/chttp2:alpn_test@poller=epoll1 PASSED in 2.4s
//test/core/transport/chttp2:alpn_test@poller=poll PASSED in 0.6s
//test/core/transport/chttp2:bin_decoder_test PASSED in 0.6s
//test/core/transport/chttp2:bin_encoder_test PASSED in 0.8s
//test/core/transport/chttp2:decode_huff_fuzzer@poller=epoll1 PASSED in 0.7s
//test/core/transport/chttp2:decode_huff_fuzzer@poller=poll PASSED in 1.3s
//test/core/transport/chttp2:encode_decode_huff_fuzzer@poller=epoll1 PASSED in 0.6s
//test/core/transport/chttp2:encode_decode_huff_fuzzer@poller=poll PASSED in 0.7s
//test/core/transport/chttp2:flow_control_fuzzer PASSED in 0.8s
//test/core/transport/chttp2:flow_control_test PASSED in 0.5s
//test/core/transport/chttp2:flow_control_test@experiment=multiping PASSED in 0.5s
//test/core/transport/chttp2:flow_control_test@experiment=peer_state_based_framing PASSED in 0.4s
//test/core/transport/chttp2:flow_control_test@experiment=tcp_frame_size_tuning PASSED in 0.4s
//test/core/transport/chttp2:flow_control_test@experiment=tcp_rcv_lowat PASSED in 0.5s
//test/core/transport/chttp2:frame_test PASSED in 0.4s
//test/core/transport/chttp2:graceful_shutdown_test@poller=epoll1 PASSED in 21.0s
//test/core/transport/chttp2:graceful_shutdown_test@poller=poll PASSED in 20.7s
//test/core/transport/chttp2:hpack_encoder_test PASSED in 0.6s
//test/core/transport/chttp2:hpack_parser_fuzzer PASSED in 1.7s
//test/core/transport/chttp2:hpack_parser_input_size_fuzzer PASSED in 4.3s
//test/core/transport/chttp2:hpack_parser_table_test PASSED in 0.7s
//test/core/transport/chttp2:hpack_parser_test PASSED in 0.6s
//test/core/transport/chttp2:hpack_sync_fuzzer PASSED in 1.1s
//test/core/transport/chttp2:http2_settings_test@poller=epoll1 PASSED in 0.6s
//test/core/transport/chttp2:http2_settings_test@poller=poll PASSED in 0.6s
//test/core/transport/chttp2:ping_abuse_policy_test PASSED in 6.8s
//test/core/transport/chttp2:ping_callbacks_test PASSED in 0.7s
//test/core/transport/chttp2:ping_configuration_test PASSED in 0.8s
//test/core/transport/chttp2:ping_rate_policy_test PASSED in 2.7s
//test/core/transport/chttp2:remove_stream_from_stalled_lists_test@experiment=multiping PASSED in 1.8s
//test/core/transport/chttp2:remove_stream_from_stalled_lists_test@experiment=peer_state_based_framing PASSED in 1.8s
//test/core/transport/chttp2:remove_stream_from_stalled_lists_test@experiment=tcp_frame_size_tuning PASSED in 1.7s
//test/core/transport/chttp2:remove_stream_from_stalled_lists_test@experiment=tcp_rcv_lowat PASSED in 1.9s
//test/core/transport/chttp2:remove_stream_from_stalled_lists_test@poller=epoll1 PASSED in 1.7s
//test/core/transport/chttp2:remove_stream_from_stalled_lists_test@poller=poll PASSED in 2.0s
//test/core/transport/chttp2:settings_timeout_test@poller=epoll1 PASSED in 1.8s
//test/core/transport/chttp2:settings_timeout_test@poller=poll PASSED in 1.8s
//test/core/transport/chttp2:stream_leak_with_queued_flow_control_update_test@poller=epoll1 PASSED in 0.7s
//test/core/transport/chttp2:stream_leak_with_queued_flow_control_update_test@poller=poll PASSED in 0.7s
//test/core/transport/chttp2:streams_not_seen_test@poller=epoll1 PASSED in 1.3s
//test/core/transport/chttp2:streams_not_seen_test@poller=poll PASSED in 1.2s
//test/core/transport/chttp2:varint_test PASSED in 0.7s
//test/core/transport/chttp2:write_size_policy_test PASSED in 0.4s
//test/core/transport/test_suite:chaotic_good_fuzzer@poller=epoll1 PASSED in 1.6s
//test/core/transport/test_suite:chaotic_good_fuzzer@poller=poll PASSED in 1.4s
//test/core/transport/test_suite:chaotic_good_test PASSED in 2.7s
//test/core/transport/test_suite:inproc_fuzzer@poller=epoll1 PASSED in 0.9s
//test/core/transport/test_suite:inproc_fuzzer@poller=poll PASSED in 0.8s
//test/core/transport/test_suite:inproc_test PASSED in 0.8s
//test/core/tsi:crl_ssl_transport_security_test@poller=epoll1 PASSED in 0.9s
//test/core/tsi:crl_ssl_transport_security_test@poller=poll PASSED in 0.8s
//test/core/tsi:fake_transport_security_test@poller=epoll1 PASSED in 3.2s
//test/core/tsi:fake_transport_security_test@poller=poll PASSED in 3.1s
//test/core/tsi:ssl_session_cache_test@poller=epoll1 PASSED in 0.7s
//test/core/tsi:ssl_session_cache_test@poller=poll PASSED in 0.7s
//test/core/tsi:ssl_transport_security_utils_test@poller=epoll1 PASSED in 1.3s
//test/core/tsi:ssl_transport_security_utils_test@poller=poll PASSED in 0.9s
//test/core/tsi:transport_security_test@poller=epoll1 PASSED in 0.7s
//test/core/tsi:transport_security_test@poller=poll PASSED in 0.7s
//test/core/tsi/alts/crypt:alts_crypt_test@poller=epoll1 PASSED in 0.9s
//test/core/tsi/alts/crypt:alts_crypt_test@poller=poll PASSED in 0.6s
//test/core/tsi/alts/frame_protector:alts_counter_test@poller=epoll1 PASSED in 0.7s
//test/core/tsi/alts/frame_protector:alts_counter_test@poller=poll PASSED in 0.7s
//test/core/tsi/alts/frame_protector:alts_crypter_test@poller=epoll1 PASSED in 1.5s
//test/core/tsi/alts/frame_protector:alts_crypter_test@poller=poll PASSED in 0.6s
//test/core/tsi/alts/frame_protector:alts_frame_protector_test@poller=epoll1 PASSED in 2.3s
//test/core/tsi/alts/frame_protector:alts_frame_protector_test@poller=poll PASSED in 0.9s
//test/core/tsi/alts/frame_protector:frame_handler_test@poller=epoll1 PASSED in 0.6s
//test/core/tsi/alts/frame_protector:frame_handler_test@poller=poll PASSED in 0.6s
//test/core/tsi/alts/handshaker:alts_concurrent_connectivity_test@poller=epoll1 PASSED in 6.6s
//test/core/tsi/alts/handshaker:alts_concurrent_connectivity_test@poller=poll PASSED in 7.8s
//test/core/tsi/alts/handshaker:alts_handshaker_client_test@poller=epoll1 PASSED in 0.7s
//test/core/tsi/alts/handshaker:alts_handshaker_client_test@poller=poll PASSED in 0.6s
//test/core/tsi/alts/handshaker:alts_tsi_handshaker_test@poller=epoll1 PASSED in 0.6s
//test/core/tsi/alts/handshaker:alts_tsi_handshaker_test@poller=poll PASSED in 0.6s
//test/core/tsi/alts/handshaker:alts_tsi_utils_test@poller=epoll1 PASSED in 0.7s
//test/core/tsi/alts/handshaker:alts_tsi_utils_test@poller=poll PASSED in 0.8s
//test/core/tsi/alts/handshaker:transport_security_common_api_test@poller=epoll1 PASSED in 0.7s
//test/core/tsi/alts/handshaker:transport_security_common_api_test@poller=poll PASSED in 0.6s
//test/core/tsi/alts/zero_copy_frame_protector:alts_grpc_record_protocol_test@poller=epoll1 PASSED in 0.7s
//test/core/tsi/alts/zero_copy_frame_protector:alts_grpc_record_protocol_test@poller=poll PASSED in 1.3s
//test/core/tsi/alts/zero_copy_frame_protector:alts_iovec_record_protocol_test@poller=epoll1 PASSED in 0.6s
//test/core/tsi/alts/zero_copy_frame_protector:alts_iovec_record_protocol_test@poller=poll PASSED in 0.7s
//test/core/tsi/alts/zero_copy_frame_protector:alts_zero_copy_grpc_protector_test@poller=epoll1 PASSED in 1.5s
//test/core/tsi/alts/zero_copy_frame_protector:alts_zero_copy_grpc_protector_test@poller=poll PASSED in 1.3s
//test/core/uri:uri_fuzzer_test@poller=epoll1 PASSED in 0.7s
//test/core/uri:uri_fuzzer_test@poller=poll PASSED in 0.7s
//test/core/uri:uri_parser_test@poller=epoll1 PASSED in 0.5s
//test/core/uri:uri_parser_test@poller=poll PASSED in 0.5s
//test/core/util:alloc_test PASSED in 0.7s
//test/core/util:cpu_test PASSED in 0.7s
//test/core/util:env_test PASSED in 0.7s
//test/core/util:ring_buffer_test PASSED in 0.5s
//test/core/util:spinlock_test PASSED in 2.8s
//test/core/util:string_test PASSED in 0.7s
//test/core/util:sync_test PASSED in 22.4s
//test/core/util:time_test PASSED in 0.6s
//test/core/util:useful_test PASSED in 0.4s
//test/core/xds:certificate_provider_store_test PASSED in 0.9s
//test/core/xds:file_watcher_certificate_provider_factory_test PASSED in 0.7s
//test/core/xds:xds_audit_logger_registry_test PASSED in 0.9s
//test/core/xds:xds_bootstrap_test PASSED in 1.0s
//test/core/xds:xds_certificate_provider_test PASSED in 0.7s
//test/core/xds:xds_client_fuzzer PASSED in 1.0s
//test/core/xds:xds_cluster_resource_type_test PASSED in 0.9s
//test/core/xds:xds_common_types_test PASSED in 0.9s
//test/core/xds:xds_endpoint_resource_type_test PASSED in 1.7s
//test/core/xds:xds_http_filters_test PASSED in 3.4s
//test/core/xds:xds_lb_policy_registry_test PASSED in 0.9s
//test/core/xds:xds_listener_resource_type_test PASSED in 1.3s
//test/core/xds:xds_route_config_resource_type_test PASSED in 1.1s
//test/cpp/client:credentials_test@poller=epoll1 PASSED in 0.9s
//test/cpp/client:credentials_test@poller=poll PASSED in 1.0s
//test/cpp/client:destroy_grpclb_channel_with_active_connect_stress_test@poller=epoll1 PASSED in 1.0s
//test/cpp/client:destroy_grpclb_channel_with_active_connect_stress_test@poller=poll PASSED in 2.6s
//test/cpp/codegen:codegen_test_full PASSED in 0.7s
//test/cpp/codegen:codegen_test_minimal PASSED in 0.7s
//test/cpp/codegen:proto_utils_test PASSED in 0.9s
//test/cpp/codegen:run_golden_file_test PASSED in 0.4s
//test/cpp/common:alarm_test@poller=epoll1 PASSED in 13.6s
//test/cpp/common:alarm_test@poller=poll PASSED in 13.7s
//test/cpp/common:alts_util_test@poller=epoll1 PASSED in 0.8s
//test/cpp/common:alts_util_test@poller=poll PASSED in 0.7s
//test/cpp/common:auth_property_iterator_test PASSED in 1.1s
//test/cpp/common:channel_arguments_test PASSED in 0.8s
//test/cpp/common:secure_auth_context_test@poller=epoll1 PASSED in 1.0s
//test/cpp/common:secure_auth_context_test@poller=poll PASSED in 3.4s
//test/cpp/common:timer_test@poller=epoll1 PASSED in 6.8s
//test/cpp/common:timer_test@poller=poll PASSED in 6.9s
//test/cpp/end2end:admin_services_end2end_test@experiment=work_serializer_dispatch PASSED in 1.6s
//test/cpp/end2end:admin_services_end2end_test@poller=epoll1 PASSED in 0.9s
//test/cpp/end2end:admin_services_end2end_test@poller=poll PASSED in 1.0s
//test/cpp/end2end:channelz_service_test@experiment=work_serializer_dispatch PASSED in 6.5s
//test/cpp/end2end:channelz_service_test@poller=epoll1 PASSED in 2.4s
//test/cpp/end2end:channelz_service_test@poller=poll PASSED in 2.0s
//test/cpp/end2end:client_callback_end2end_test@experiment=work_serializer_dispatch PASSED in 4.4s
//test/cpp/end2end:client_callback_end2end_test@poller=epoll1 PASSED in 5.4s
//test/cpp/end2end:client_callback_end2end_test@poller=poll PASSED in 4.4s
//test/cpp/end2end:client_crash_test@poller=epoll1 PASSED in 7.0s
//test/cpp/end2end:client_crash_test@poller=poll PASSED in 6.3s
//test/cpp/end2end:client_fork_test@poller=epoll1 PASSED in 0.8s
//test/cpp/end2end:client_fork_test@poller=poll PASSED in 0.8s
//test/cpp/end2end:client_interceptors_end2end_test@experiment=work_serializer_dispatch PASSED in 1.0s
//test/cpp/end2end:client_interceptors_end2end_test@poller=epoll1 PASSED in 0.9s
//test/cpp/end2end:client_interceptors_end2end_test@poller=poll PASSED in 2.8s
//test/cpp/end2end:client_lb_end2end_test@experiment=no_pick_first_new PASSED in 30.3s
//test/cpp/end2end:client_lb_end2end_test@experiment=work_serializer_dispatch PASSED in 30.4s
//test/cpp/end2end:client_lb_end2end_test@poller=epoll1 PASSED in 29.0s
//test/cpp/end2end:client_lb_end2end_test@poller=poll PASSED in 29.1s
//test/cpp/end2end:context_allocator_end2end_test@experiment=work_serializer_dispatch PASSED in 1.6s
//test/cpp/end2end:context_allocator_end2end_test@poller=epoll1 PASSED in 2.4s
//test/cpp/end2end:context_allocator_end2end_test@poller=poll PASSED in 0.9s
//test/cpp/end2end:crl_provider_test@poller=epoll1 PASSED in 2.2s
//test/cpp/end2end:crl_provider_test@poller=poll PASSED in 2.5s
//test/cpp/end2end:delegating_channel_test@experiment=work_serializer_dispatch PASSED in 0.8s
//test/cpp/end2end:delegating_channel_test@poller=epoll1 PASSED in 0.9s
//test/cpp/end2end:delegating_channel_test@poller=poll PASSED in 1.0s
//test/cpp/end2end:exception_test@poller=epoll1 PASSED in 0.8s
//test/cpp/end2end:exception_test@poller=poll PASSED in 0.8s
//test/cpp/end2end:generic_end2end_test@experiment=work_serializer_dispatch PASSED in 0.9s
//test/cpp/end2end:generic_end2end_test@poller=epoll1 PASSED in 0.8s
//test/cpp/end2end:generic_end2end_test@poller=poll PASSED in 31.0s
//test/cpp/end2end:grpc_authz_end2end_test@experiment=work_serializer_dispatch PASSED in 5.2s
//test/cpp/end2end:grpc_authz_end2end_test@poller=epoll1 PASSED in 5.1s
//test/cpp/end2end:grpc_authz_end2end_test@poller=poll PASSED in 5.1s
//test/cpp/end2end:health_service_end2end_test@experiment=work_serializer_dispatch PASSED in 7.5s
//test/cpp/end2end:health_service_end2end_test@poller=epoll1 PASSED in 6.4s
//test/cpp/end2end:health_service_end2end_test@poller=poll PASSED in 32.4s
//test/cpp/end2end:hybrid_end2end_test@experiment=work_serializer_dispatch PASSED in 2.5s
//test/cpp/end2end:hybrid_end2end_test@poller=epoll1 PASSED in 1.0s
//test/cpp/end2end:hybrid_end2end_test@poller=poll PASSED in 100.8s
//test/cpp/end2end:message_allocator_end2end_test@experiment=work_serializer_dispatch PASSED in 0.9s
//test/cpp/end2end:message_allocator_end2end_test@poller=epoll1 PASSED in 1.2s
//test/cpp/end2end:message_allocator_end2end_test@poller=poll PASSED in 0.9s
//test/cpp/end2end:mock_test@experiment=work_serializer_dispatch PASSED in 0.9s
//test/cpp/end2end:mock_test@poller=epoll1 PASSED in 0.8s
//test/cpp/end2end:mock_test@poller=poll PASSED in 20.9s
//test/cpp/end2end:nonblocking_test@experiment=work_serializer_dispatch PASSED in 0.8s
//test/cpp/end2end:nonblocking_test@poller=epoll1 PASSED in 0.9s
//test/cpp/end2end:nonblocking_test@poller=poll PASSED in 5.8s
//test/cpp/end2end:orca_service_end2end_test@experiment=work_serializer_dispatch PASSED in 28.4s
//test/cpp/end2end:orca_service_end2end_test@poller=epoll1 PASSED in 28.3s
//test/cpp/end2end:orca_service_end2end_test@poller=poll PASSED in 31.2s
//test/cpp/end2end:port_sharing_end2end_test@experiment=work_serializer_dispatch PASSED in 6.0s
//test/cpp/end2end:port_sharing_end2end_test@poller=epoll1 PASSED in 7.5s
//test/cpp/end2end:port_sharing_end2end_test@poller=poll PASSED in 125.4s
//test/cpp/end2end:proto_server_reflection_test@experiment=work_serializer_dispatch PASSED in 1.9s
//test/cpp/end2end:proto_server_reflection_test@poller=epoll1 PASSED in 0.8s
//test/cpp/end2end:proto_server_reflection_test@poller=poll PASSED in 0.9s
//test/cpp/end2end:raw_end2end_test@experiment=work_serializer_dispatch PASSED in 0.8s
//test/cpp/end2end:raw_end2end_test@poller=epoll1 PASSED in 0.9s
//test/cpp/end2end:raw_end2end_test@poller=poll PASSED in 25.8s
//test/cpp/end2end:resource_quota_end2end_stress_test@poller=epoll1 PASSED in 5.7s
//test/cpp/end2end:resource_quota_end2end_stress_test@poller=poll PASSED in 4.0s
//test/cpp/end2end:rls_end2end_test@experiment=work_serializer_dispatch PASSED in 23.3s
//test/cpp/end2end:rls_end2end_test@poller=epoll1 PASSED in 23.1s
//test/cpp/end2end:rls_end2end_test@poller=poll PASSED in 23.3s
//test/cpp/end2end:server_builder_plugin_test@experiment=work_serializer_dispatch PASSED in 0.9s
//test/cpp/end2end:server_builder_plugin_test@poller=epoll1 PASSED in 0.8s
//test/cpp/end2end:server_builder_plugin_test@poller=poll PASSED in 11.0s
//test/cpp/end2end:server_crash_test@poller=epoll1 PASSED in 121.9s
//test/cpp/end2end:server_crash_test@poller=poll PASSED in 121.1s
//test/cpp/end2end:server_early_return_test@experiment=work_serializer_dispatch PASSED in 0.9s
//test/cpp/end2end:server_early_return_test@poller=epoll1 PASSED in 1.6s
//test/cpp/end2end:server_early_return_test@poller=poll PASSED in 20.8s
//test/cpp/end2end:server_interceptors_end2end_test@experiment=work_serializer_dispatch PASSED in 1.1s
//test/cpp/end2end:server_interceptors_end2end_test@poller=epoll1 PASSED in 1.3s
//test/cpp/end2end:server_interceptors_end2end_test@poller=poll PASSED in 0.9s
//test/cpp/end2end:server_load_reporting_end2end_test@experiment=work_serializer_dispatch PASSED in 8.3s
//test/cpp/end2end:server_load_reporting_end2end_test@poller=epoll1 PASSED in 8.0s
//test/cpp/end2end:server_load_reporting_end2end_test@poller=poll PASSED in 7.9s
//test/cpp/end2end:service_config_end2end_test@experiment=work_serializer_dispatch PASSED in 2.5s
//test/cpp/end2end:service_config_end2end_test@poller=epoll1 PASSED in 0.9s
//test/cpp/end2end:service_config_end2end_test@poller=poll PASSED in 0.9s
//test/cpp/end2end:shutdown_test@experiment=work_serializer_dispatch PASSED in 1.1s
//test/cpp/end2end:shutdown_test@poller=epoll1 PASSED in 1.7s
//test/cpp/end2end:shutdown_test@poller=poll PASSED in 1.2s
//test/cpp/end2end:ssl_credentials_test@poller=epoll1 PASSED in 1.0s
//test/cpp/end2end:ssl_credentials_test@poller=poll PASSED in 0.9s
//test/cpp/end2end:streaming_throughput_test@experiment=work_serializer_dispatch PASSED in 32.4s
//test/cpp/end2end:streaming_throughput_test@poller=epoll1 PASSED in 31.9s
//test/cpp/end2end:streaming_throughput_test@poller=poll PASSED in 35.8s
//test/cpp/end2end:time_change_test@experiment=work_serializer_dispatch PASSED in 2.7s
//test/cpp/end2end:time_change_test@poller=epoll1 PASSED in 2.9s
//test/cpp/end2end:time_change_test@poller=poll PASSED in 4.6s
//test/cpp/end2end:tls_credentials_test@poller=epoll1 PASSED in 2.1s
//test/cpp/end2end:tls_credentials_test@poller=poll PASSED in 0.9s
//test/cpp/end2end:tls_key_export_test@experiment=work_serializer_dispatch PASSED in 1.0s
//test/cpp/end2end:tls_key_export_test@poller=epoll1 PASSED in 0.9s
//test/cpp/end2end:tls_key_export_test@poller=poll PASSED in 21.3s
//test/cpp/end2end/xds:xds_cluster_type_end2end_test@experiment=no_pick_first_new PASSED in 7.9s
//test/cpp/end2end/xds:xds_cluster_type_end2end_test@experiment=work_serializer_dispatch PASSED in 7.9s
//test/cpp/end2end/xds:xds_cluster_type_end2end_test@poller=epoll1 PASSED in 7.8s
//test/cpp/end2end/xds:xds_cluster_type_end2end_test@poller=poll PASSED in 7.9s
//test/cpp/end2end/xds:xds_credentials_end2end_test@experiment=no_pick_first_new PASSED in 0.8s
//test/cpp/end2end/xds:xds_credentials_end2end_test@experiment=work_serializer_dispatch PASSED in 1.3s
//test/cpp/end2end/xds:xds_credentials_end2end_test@poller=epoll1 PASSED in 1.0s
//test/cpp/end2end/xds:xds_credentials_end2end_test@poller=poll PASSED in 0.9s
//test/cpp/end2end/xds:xds_csds_end2end_test@experiment=no_pick_first_new PASSED in 41.8s
//test/cpp/end2end/xds:xds_csds_end2end_test@experiment=work_serializer_dispatch PASSED in 42.1s
//test/cpp/end2end/xds:xds_csds_end2end_test@poller=epoll1 PASSED in 41.8s
//test/cpp/end2end/xds:xds_csds_end2end_test@poller=poll PASSED in 41.9s
//test/cpp/end2end/xds:xds_fallback_end2end_test@experiment=no_pick_first_new PASSED in 2.7s
//test/cpp/end2end/xds:xds_fallback_end2end_test@experiment=work_serializer_dispatch PASSED in 2.8s
//test/cpp/end2end/xds:xds_fallback_end2end_test@poller=epoll1 PASSED in 3.1s
//test/cpp/end2end/xds:xds_fallback_end2end_test@poller=poll PASSED in 2.7s
//test/cpp/end2end/xds:xds_outlier_detection_end2end_test@experiment=no_pick_first_new PASSED in 42.1s
//test/cpp/end2end/xds:xds_outlier_detection_end2end_test@experiment=work_serializer_dispatch PASSED in 42.1s
//test/cpp/end2end/xds:xds_outlier_detection_end2end_test@poller=epoll1 PASSED in 41.8s
//test/cpp/end2end/xds:xds_outlier_detection_end2end_test@poller=poll PASSED in 42.0s
//test/cpp/end2end/xds:xds_override_host_end2end_test@experiment=no_pick_first_new PASSED in 12.4s
//test/cpp/end2end/xds:xds_override_host_end2end_test@experiment=work_serializer_dispatch PASSED in 11.3s
//test/cpp/end2end/xds:xds_override_host_end2end_test@poller=epoll1 PASSED in 11.9s
//test/cpp/end2end/xds:xds_override_host_end2end_test@poller=poll PASSED in 8.8s
//test/cpp/end2end/xds:xds_pick_first_end2end_test@experiment=no_pick_first_new PASSED in 0.6s
//test/cpp/end2end/xds:xds_pick_first_end2end_test@experiment=work_serializer_dispatch PASSED in 0.6s
//test/cpp/end2end/xds:xds_pick_first_end2end_test@poller=epoll1 PASSED in 0.5s
//test/cpp/end2end/xds:xds_pick_first_end2end_test@poller=poll PASSED in 0.6s
//test/cpp/end2end/xds:xds_rls_end2end_test@experiment=no_pick_first_new PASSED in 1.9s
//test/cpp/end2end/xds:xds_rls_end2end_test@experiment=work_serializer_dispatch PASSED in 1.9s
//test/cpp/end2end/xds:xds_rls_end2end_test@poller=epoll1 PASSED in 1.8s
//test/cpp/end2end/xds:xds_rls_end2end_test@poller=poll PASSED in 1.9s
//test/cpp/end2end/xds:xds_wrr_end2end_test@experiment=no_pick_first_new PASSED in 11.7s
//test/cpp/end2end/xds:xds_wrr_end2end_test@experiment=work_serializer_dispatch PASSED in 11.7s
//test/cpp/end2end/xds:xds_wrr_end2end_test@poller=epoll1 PASSED in 11.7s
//test/cpp/end2end/xds:xds_wrr_end2end_test@poller=poll PASSED in 11.7s
//test/cpp/ext:chaotic_good_test@poller=epoll1 PASSED in 0.8s
//test/cpp/ext:chaotic_good_test@poller=poll PASSED in 1.2s
//test/cpp/ext/csm:csm_observability_test@poller=epoll1 PASSED in 98.7s
//test/cpp/ext/csm:csm_observability_test@poller=poll PASSED in 95.3s
//test/cpp/ext/csm:mesh_id_test@poller=epoll1 PASSED in 0.9s
//test/cpp/ext/csm:mesh_id_test@poller=poll PASSED in 1.0s
//test/cpp/ext/csm:metadata_exchange_test@poller=epoll1 PASSED in 3.9s
//test/cpp/ext/csm:metadata_exchange_test@poller=poll PASSED in 211.2s
//test/cpp/ext/filters/census:constant_labels_test@poller=epoll1 PASSED in 1.4s
//test/cpp/ext/filters/census:constant_labels_test@poller=poll PASSED in 10.5s
//test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=epoll1 PASSED in 21.6s
//test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll PASSED in 93.2s
//test/cpp/ext/filters/logging:logging_census_integration_test@poller=epoll1 PASSED in 1.6s
//test/cpp/ext/filters/logging:logging_census_integration_test@poller=poll PASSED in 7.0s
//test/cpp/ext/filters/logging:logging_test@poller=epoll1 PASSED in 2.3s
//test/cpp/ext/filters/logging:logging_test@poller=poll PASSED in 37.8s
//test/cpp/ext/gcp:environment_autodetect_test@poller=epoll1 PASSED in 0.5s
//test/cpp/ext/gcp:environment_autodetect_test@poller=poll PASSED in 0.9s
//test/cpp/ext/gcp:observability_config_test PASSED in 0.9s
//test/cpp/ext/gcp:observability_logging_sink_test PASSED in 1.0s
//test/cpp/ext/gcp:observability_test PASSED in 1.0s
//test/cpp/ext/otel:otel_plugin_test@poller=epoll1 PASSED in 7.3s
//test/cpp/ext/otel:otel_plugin_test@poller=poll PASSED in 142.8s
//test/cpp/grpclb:grpclb_api_test@poller=epoll1 PASSED in 0.8s
//test/cpp/grpclb:grpclb_api_test@poller=poll PASSED in 0.7s
//test/cpp/interop:backend_metrics_lb_policy_test@poller=epoll1 PASSED in 3.9s
//test/cpp/interop:backend_metrics_lb_policy_test@poller=poll PASSED in 3.9s
//test/cpp/interop:interop_test_with_metadata_log PASSED in 15.6s
//test/cpp/interop:istio_echo_server_test@poller=epoll1 PASSED in 3.8s
//test/cpp/interop:istio_echo_server_test@poller=poll PASSED in 13.8s
//test/cpp/interop:pre_stop_hook_server_test@poller=epoll1 PASSED in 4.1s
//test/cpp/interop:pre_stop_hook_server_test@poller=poll PASSED in 4.2s
//test/cpp/interop:xds_interop_server_test@poller=epoll1 PASSED in 1.1s
//test/cpp/interop:xds_interop_server_test@poller=poll PASSED in 6.0s
//test/cpp/interop:xds_stats_watcher_test@poller=epoll1 PASSED in 0.9s
//test/cpp/interop:xds_stats_watcher_test@poller=poll PASSED in 1.1s
//test/cpp/microbenchmarks:bm_alarm PASSED in 0.5s
//test/cpp/microbenchmarks:bm_arena PASSED in 1.2s
//test/cpp/microbenchmarks:bm_byte_buffer PASSED in 3.4s
//test/cpp/microbenchmarks:bm_callback_streaming_ping_pong PASSED in 13.8s
//test/cpp/microbenchmarks:bm_callback_unary_ping_pong PASSED in 8.2s
//test/cpp/microbenchmarks:bm_channel PASSED in 0.5s
//test/cpp/microbenchmarks:bm_channel_args PASSED in 0.5s
//test/cpp/microbenchmarks:bm_chttp2_hpack PASSED in 0.5s
//test/cpp/microbenchmarks:bm_closure PASSED in 0.5s
//test/cpp/microbenchmarks:bm_cq PASSED in 0.5s
//test/cpp/microbenchmarks:bm_cq_multiple_threads PASSED in 0.5s
//test/cpp/microbenchmarks:bm_event_engine_run PASSED in 0.5s
//test/cpp/microbenchmarks:bm_exec_ctx PASSED in 0.5s
//test/cpp/microbenchmarks:bm_fullstack_streaming_ping_pong PASSED in 41.4s
//test/cpp/microbenchmarks:bm_fullstack_streaming_pump PASSED in 5.1s
//test/cpp/microbenchmarks:bm_fullstack_unary_ping_pong PASSED in 12.1s
//test/cpp/microbenchmarks:bm_fullstack_unary_ping_pong_chaotic_good PASSED in 3.4s
//test/cpp/microbenchmarks:bm_huffman_decode PASSED in 11.7s
//test/cpp/microbenchmarks:bm_opencensus_plugin PASSED in 0.5s
//test/cpp/microbenchmarks:bm_rng PASSED in 0.5s
//test/cpp/microbenchmarks:bm_stats_plugin PASSED in 0.5s
//test/cpp/microbenchmarks:bm_thread_pool PASSED in 0.5s
//test/cpp/microbenchmarks:noop-benchmark PASSED in 0.9s
//test/cpp/naming:address_sorting_test@poller=epoll1 PASSED in 1.5s
//test/cpp/naming:address_sorting_test@poller=poll PASSED in 0.8s
//test/cpp/naming:address_sorting_test_unsecure@poller=epoll1 PASSED in 0.6s
//test/cpp/naming:address_sorting_test_unsecure@poller=poll PASSED in 1.2s
//test/cpp/naming:cancel_ares_query_test@poller=epoll1 PASSED in 2.5s
//test/cpp/naming:cancel_ares_query_test@poller=epoll1@experiment=no_event_engine_dns PASSED in 1.1s
//test/cpp/naming:cancel_ares_query_test@poller=poll PASSED in 1.2s
//test/cpp/naming:cancel_ares_query_test@poller=poll@experiment=no_event_engine_dns PASSED in 1.2s
//test/cpp/naming:resolver_component_tests_runner_invoker@poller=epoll1 PASSED in 23.2s
//test/cpp/naming:resolver_component_tests_runner_invoker@poller=epoll1@experiment=no_event_engine_dns PASSED in 31.4s
//test/cpp/naming:resolver_component_tests_runner_invoker@poller=poll PASSED in 23.2s
//test/cpp/naming:resolver_component_tests_runner_invoker@poller=poll@experiment=no_event_engine_dns PASSED in 26.9s
//test/cpp/naming:resolver_component_tests_runner_invoker_unsecure@poller=epoll1 PASSED in 24.2s
//test/cpp/naming:resolver_component_tests_runner_invoker_unsecure@poller=epoll1@experiment=no_event_engine_dns PASSED in 25.9s
//test/cpp/naming:resolver_component_tests_runner_invoker_unsecure@poller=poll PASSED in 23.3s
//test/cpp/naming:resolver_component_tests_runner_invoker_unsecure@poller=poll@experiment=no_event_engine_dns PASSED in 26.7s
//test/cpp/performance:writes_per_rpc_test@poller=epoll1 PASSED in 12.8s
//test/cpp/performance:writes_per_rpc_test@poller=poll PASSED in 11.7s
//test/cpp/qps:inproc_sync_unary_ping_pong_test@poller=epoll1 PASSED in 4.8s
//test/cpp/qps:inproc_sync_unary_ping_pong_test@poller=poll PASSED in 4.8s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_ping_pong_insecure@poller=epoll1 PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_ping_pong_insecure@poller=poll PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_ping_pong_secure@poller=epoll1 PASSED in 2.6s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_ping_pong_secure@poller=poll PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_1channel_1MBmsg_insecure_@poller=epoll1 PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_1channel_1MBmsg_insecure_@poller=poll PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_1channel_1MBmsg_secure___@poller=epoll1 PASSED in 2.7s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_1channel_1MBmsg_secure___@poller=poll PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_unconstrained_10mps_insecure@poller=epoll1 PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_unconstrained_10mps_insecure@poller=poll PASSED in 3.7s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_unconstrained_10mps_secure@poller=epoll1 PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_unconstrained_10mps_secure@poller=poll PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_unconstrained_64KBmsg_insecure@poller=epoll1 PASSED in 3.5s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_unconstrained_64KBmsg_insecure@poller=poll PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_unconstrained_64KBmsg_secure@poller=epoll1 PASSED in 3.0s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_unconstrained_64KBmsg_secure@poller=poll PASSED in 2.2s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_unconstrained_insecure___@poller=epoll1 PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_unconstrained_insecure___@poller=poll PASSED in 3.6s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_unconstrained_secure@poller=epoll1 PASSED in 2.6s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_unconstrained_secure@poller=poll PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_client_sync_server_unary_qps_unconstrained_insecure@poller=epoll1 PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_client_sync_server_unary_qps_unconstrained_insecure@poller=poll PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_client_sync_server_unary_qps_unconstrained_secure@poller=epoll1 PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_client_sync_server_unary_qps_unconstrained_secure@poller=poll PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_client_unary_1channel_64wide_128Breq_8MBresp_insecure@poller=epoll1 PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_client_unary_1channel_64wide_128Breq_8MBresp_insecure@poller=poll PASSED in 2.7s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_client_unary_1channel_64wide_128Breq_8MBresp_secure@poller=epoll1 PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_client_unary_1channel_64wide_128Breq_8MBresp_secure@poller=poll PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_client_ping_pong_insecure@poller=epoll1 PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_client_ping_pong_insecure@poller=poll PASSED in 3.2s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_client_ping_pong_secure@poller=epoll1 PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_client_ping_pong_secure@poller=poll PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_client_qps_unconstrained_insecure@poller=epoll1 PASSED in 2.6s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_client_qps_unconstrained_insecure@poller=poll PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_client_qps_unconstrained_secure@poller=epoll1 PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_client_qps_unconstrained_secure@poller=poll PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_server_ping_pong_insecure@poller=epoll1 PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_server_ping_pong_insecure@poller=poll PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_server_ping_pong_secure@poller=epoll1 PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_server_ping_pong_secure@poller=poll PASSED in 3.9s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_server_qps_unconstrained_insecure@poller=epoll1 PASSED in 5.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_server_qps_unconstrained_insecure@poller=poll PASSED in 6.8s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_ping_pong_insecure@poller=epoll1 PASSED in 2.8s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_ping_pong_insecure@poller=poll PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_ping_pong_secure@poller=epoll1 PASSED in 5.9s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_ping_pong_secure@poller=poll PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_qps_unconstrained_10mps_insecure@poller=epoll1 PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_qps_unconstrained_10mps_insecure@poller=poll PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_qps_unconstrained_10mps_secure@poller=epoll1 PASSED in 2.9s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_qps_unconstrained_10mps_secure@poller=poll PASSED in 4.7s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_qps_unconstrained_1cq_insecure@poller=epoll1 PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_qps_unconstrained_1cq_insecure@poller=poll PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_qps_unconstrained_1cq_secure@poller=epoll1 PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_qps_unconstrained_1cq_secure@poller=poll PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_qps_unconstrained_insecure__@poller=epoll1 PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_qps_unconstrained_insecure__@poller=poll PASSED in 2.6s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_qps_unconstrained_secure____@poller=epoll1 PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_qps_unconstrained_secure____@poller=poll PASSED in 4.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_75Kqps_600channel_60Krpcs_300Breq_50Bresp@poller=epoll1 PASSED in 4.6s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_75Kqps_600channel_60Krpcs_300Breq_50Bresp@poller=poll PASSED in 4.6s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_ping_pong_insecure@poller=epoll1 PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_ping_pong_insecure@poller=poll PASSED in 3.2s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_ping_pong_insecure_1MB@poller=epoll1 PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_ping_pong_insecure_1MB@poller=poll PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_ping_pong_secure@poller=epoll1 PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_ping_pong_secure@poller=poll PASSED in 3.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_ping_pong_secure_1MB@poller=epoll1 PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_ping_pong_secure_1MB@poller=poll PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_qps_unconstrained_1cq_insecure__@poller=epoll1 PASSED in 2.8s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_qps_unconstrained_1cq_insecure__@poller=poll PASSED in 3.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_qps_unconstrained_1cq_secure____@poller=epoll1 PASSED in 2.6s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_qps_unconstrained_1cq_secure____@poller=poll PASSED in 2.6s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_qps_unconstrained_insecure@poller=epoll1 PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_qps_unconstrained_insecure@poller=poll PASSED in 2.6s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_qps_unconstrained_secure@poller=epoll1 PASSED in 3.8s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_qps_unconstrained_secure@poller=poll PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_callback_streaming_ping_pong_insecure@poller=epoll1 PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_callback_streaming_ping_pong_insecure@poller=poll PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_callback_streaming_ping_pong_secure@poller=epoll1 PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_callback_streaming_ping_pong_secure@poller=poll PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_callback_streaming_qps_unconstrained_10mps_insecure@poller=epoll1 PASSED in 2.8s
//test/cpp/qps:json_run_localhost_cpp_protobuf_callback_streaming_qps_unconstrained_10mps_insecure@poller=poll PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_callback_streaming_qps_unconstrained_10mps_secure@poller=epoll1 PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_callback_streaming_qps_unconstrained_10mps_secure@poller=poll PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_callback_streaming_qps_unconstrained_insecure@poller=epoll1 PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_callback_streaming_qps_unconstrained_insecure@poller=poll PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_callback_streaming_qps_unconstrained_secure_@poller=epoll1 PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_callback_streaming_qps_unconstrained_secure_@poller=poll PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_callback_unary_ping_pong_insecure@poller=epoll1 PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_callback_unary_ping_pong_insecure@poller=poll PASSED in 5.0s
//test/cpp/qps:json_run_localhost_cpp_protobuf_callback_unary_ping_pong_secure@poller=epoll1 PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_callback_unary_ping_pong_secure@poller=poll PASSED in 2.6s
//test/cpp/qps:json_run_localhost_cpp_protobuf_callback_unary_qps_unconstrained_insecure___@poller=epoll1 PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_callback_unary_qps_unconstrained_insecure___@poller=poll PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_callback_unary_qps_unconstrained_secure@poller=epoll1 PASSED in 2.9s
//test/cpp/qps:json_run_localhost_cpp_protobuf_callback_unary_qps_unconstrained_secure@poller=poll PASSED in 2.8s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_client_ping_pong_insecure@poller=epoll1 PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_client_ping_pong_insecure@poller=poll PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_client_ping_pong_secure_@poller=epoll1 PASSED in 2.6s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_client_ping_pong_secure_@poller=poll PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_client_qps_unconstrained_insecure@poller=epoll1 PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_client_qps_unconstrained_insecure@poller=poll PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_client_qps_unconstrained_secure@poller=epoll1 PASSED in 4.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_client_qps_unconstrained_secure@poller=poll PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_server_ping_pong_insecure@poller=epoll1 PASSED in 3.0s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_server_ping_pong_insecure@poller=poll PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_server_ping_pong_secure_@poller=epoll1 PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_server_ping_pong_secure_@poller=poll PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_server_qps_unconstrained_insecure@poller=epoll1 PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_server_qps_unconstrained_insecure@poller=poll PASSED in 2.8s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_server_qps_unconstrained_secure@poller=epoll1 PASSED in 4.1s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_server_qps_unconstrained_secure@poller=poll PASSED in 2.6s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_ping_pong_insecure@poller=epoll1 PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_ping_pong_insecure@poller=poll PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_ping_pong_secure@poller=epoll1 PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_ping_pong_secure@poller=poll PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_qps_unconstrained_10mps_insecure@poller=epoll1 PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_qps_unconstrained_10mps_insecure@poller=poll PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_qps_unconstrained_10mps_secure@poller=epoll1 PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_qps_unconstrained_10mps_secure@poller=poll PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_qps_unconstrained_insecure___@poller=epoll1 PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_qps_unconstrained_insecure___@poller=poll PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_qps_unconstrained_secure@poller=epoll1 PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_qps_unconstrained_secure@poller=poll PASSED in 2.8s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_unary_ping_pong_insecure@poller=epoll1 PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_unary_ping_pong_insecure@poller=poll PASSED in 2.9s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_unary_ping_pong_secure@poller=epoll1 PASSED in 2.9s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_unary_ping_pong_secure@poller=poll PASSED in 5.2s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_unary_qps_unconstrained_insecure@poller=epoll1 PASSED in 3.0s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_unary_qps_unconstrained_insecure@poller=poll PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_unary_qps_unconstrained_secure@poller=epoll1 PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_unary_qps_unconstrained_secure@poller=poll PASSED in 2.4s
//test/cpp/qps:qps_interarrival_test PASSED in 1.9s
//test/cpp/qps:qps_json_driver_test_cpp_generic_async_streaming_ping_pong_insecure@poller=epoll1 PASSED in 1.9s
//test/cpp/qps:qps_json_driver_test_cpp_generic_async_streaming_ping_pong_insecure@poller=poll PASSED in 1.9s
//test/cpp/qps:qps_json_driver_test_cpp_generic_async_streaming_qps_1channel_1MBmsg_insecure@poller=epoll1 PASSED in 2.0s
//test/cpp/qps:qps_json_driver_test_cpp_generic_async_streaming_qps_1channel_1MBmsg_insecure@poller=poll PASSED in 2.0s
//test/cpp/qps:qps_json_driver_test_cpp_generic_async_streaming_qps_unconstrained_10mps_insecure@poller=epoll1 PASSED in 2.0s
//test/cpp/qps:qps_json_driver_test_cpp_generic_async_streaming_qps_unconstrained_10mps_insecure@poller=poll PASSED in 2.1s
//test/cpp/qps:qps_json_driver_test_cpp_generic_async_streaming_qps_unconstrained_64KBmsg_insecure@poller=epoll1 PASSED in 2.1s
//test/cpp/qps:qps_json_driver_test_cpp_generic_async_streaming_qps_unconstrained_64KBmsg_insecure@poller=poll PASSED in 2.0s
//test/cpp/qps:qps_json_driver_test_cpp_generic_async_streaming_qps_unconstrained_insecure_@poller=epoll1 PASSED in 2.2s
//test/cpp/qps:qps_json_driver_test_cpp_generic_async_streaming_qps_unconstrained_insecure_@poller=poll PASSED in 1.9s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_client_sync_server_unary_qps_unconstrained_insecure@poller=epoll1 PASSED in 2.1s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_client_sync_server_unary_qps_unconstrained_insecure@poller=poll PASSED in 1.9s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_client_unary_1channel_64wide_128Breq_8MBresp_insecure@poller=epoll1 PASSED in 2.2s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_client_unary_1channel_64wide_128Breq_8MBresp_insecure@poller=poll PASSED in 2.1s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_streaming_from_client_qps_unconstrained_insecure@poller=epoll1 PASSED in 2.6s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_streaming_from_client_qps_unconstrained_insecure@poller=poll PASSED in 2.4s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_streaming_from_server_qps_unconstrained_insecure@poller=epoll1 PASSED in 2.1s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_streaming_from_server_qps_unconstrained_insecure@poller=poll PASSED in 2.0s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_streaming_qps_unconstrained_10mps_insecure@poller=epoll1 PASSED in 2.2s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_streaming_qps_unconstrained_10mps_insecure@poller=poll PASSED in 3.3s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_streaming_qps_unconstrained_1cq_insecure@poller=epoll1 PASSED in 2.1s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_streaming_qps_unconstrained_1cq_insecure@poller=poll PASSED in 2.2s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_streaming_qps_unconstrained_insecure@poller=epoll1 PASSED in 2.1s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_streaming_qps_unconstrained_insecure@poller=poll PASSED in 3.8s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_unary_ping_pong_insecure_1MB@poller=epoll1 PASSED in 2.1s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_unary_ping_pong_insecure_1MB@poller=poll PASSED in 2.1s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_unary_qps_unconstrained_1cq_insecure@poller=epoll1 PASSED in 2.1s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_unary_qps_unconstrained_1cq_insecure@poller=poll PASSED in 2.0s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_unary_qps_unconstrained_insecure____@poller=epoll1 PASSED in 2.3s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_unary_qps_unconstrained_insecure____@poller=poll PASSED in 2.9s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_callback_streaming_qps_unconstrained_10mps_insecure@poller=epoll1 PASSED in 2.0s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_callback_streaming_qps_unconstrained_10mps_insecure@poller=poll PASSED in 1.9s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_callback_streaming_qps_unconstrained_insecure@poller=epoll1 PASSED in 2.6s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_callback_streaming_qps_unconstrained_insecure@poller=poll PASSED in 2.3s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_callback_unary_qps_unconstrained_insecure_@poller=epoll1 PASSED in 2.0s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_callback_unary_qps_unconstrained_insecure_@poller=poll PASSED in 3.6s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_sync_streaming_from_client_qps_unconstrained_insecure@poller=epoll1 PASSED in 2.6s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_sync_streaming_from_client_qps_unconstrained_insecure@poller=poll PASSED in 1.9s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_sync_streaming_from_server_qps_unconstrained_insecure@poller=epoll1 PASSED in 1.9s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_sync_streaming_from_server_qps_unconstrained_insecure@poller=poll PASSED in 2.0s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_sync_streaming_qps_unconstrained_10mps_insecure@poller=epoll1 PASSED in 3.1s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_sync_streaming_qps_unconstrained_10mps_insecure@poller=poll PASSED in 1.9s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_sync_streaming_qps_unconstrained_insecure_@poller=epoll1 PASSED in 1.9s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_sync_streaming_qps_unconstrained_insecure_@poller=poll PASSED in 3.5s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_sync_unary_qps_unconstrained_insecure@poller=epoll1 PASSED in 1.9s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_sync_unary_qps_unconstrained_insecure@poller=poll PASSED in 1.9s
//test/cpp/qps:qps_openloop_test@poller=epoll1 PASSED in 7.1s
//test/cpp/qps:qps_openloop_test@poller=poll PASSED in 15.8s
//test/cpp/qps:secure_sync_unary_ping_pong_test@poller=epoll1 PASSED in 4.8s
//test/cpp/qps:secure_sync_unary_ping_pong_test@poller=poll PASSED in 10.9s
//test/cpp/security:tls_certificate_verifier_test@poller=epoll1 PASSED in 0.8s
//test/cpp/security:tls_certificate_verifier_test@poller=poll PASSED in 2.7s
//test/cpp/server:authorization_policy_provider_test@poller=epoll1 PASSED in 0.7s
//test/cpp/server:authorization_policy_provider_test@poller=poll PASSED in 0.8s
//test/cpp/server:credentials_test@poller=epoll1 PASSED in 0.8s
//test/cpp/server:credentials_test@poller=poll PASSED in 0.9s
//test/cpp/server:server_builder_test@poller=epoll1 PASSED in 0.6s
//test/cpp/server:server_builder_test@poller=poll PASSED in 0.8s
//test/cpp/server:server_builder_with_socket_mutator_test@poller=epoll1 PASSED in 0.8s
//test/cpp/server:server_builder_with_socket_mutator_test@poller=poll PASSED in 0.6s
//test/cpp/server:server_request_call_test@poller=epoll1 PASSED in 3.9s
//test/cpp/server:server_request_call_test@poller=poll PASSED in 10.6s
//test/cpp/server/load_reporter:lb_get_cpu_stats_test@poller=epoll1 PASSED in 0.7s
//test/cpp/server/load_reporter:lb_get_cpu_stats_test@poller=poll PASSED in 0.8s
//test/cpp/server/load_reporter:lb_load_data_store_test@poller=epoll1 PASSED in 1.4s
//test/cpp/server/load_reporter:lb_load_data_store_test@poller=poll PASSED in 1.3s
//test/cpp/server/load_reporter:lb_load_reporter_test@poller=epoll1 PASSED in 7.9s
//test/cpp/server/load_reporter:lb_load_reporter_test@poller=poll PASSED in 8.0s
//test/cpp/test:client_context_test_peer_test@poller=epoll1 PASSED in 0.8s
//test/cpp/test:client_context_test_peer_test@poller=poll PASSED in 0.8s
//test/cpp/test:mock_stream_test@poller=epoll1 PASSED in 1.1s
//test/cpp/test:mock_stream_test@poller=poll PASSED in 0.8s
//test/cpp/test:server_context_test_spouse_test@poller=epoll1 PASSED in 0.8s
//test/cpp/test:server_context_test_spouse_test@poller=poll PASSED in 1.6s
//test/cpp/thread_manager:thread_manager_test@poller=epoll1 PASSED in 1.7s
//test/cpp/thread_manager:thread_manager_test@poller=poll PASSED in 1.8s
//test/cpp/util:byte_buffer_test PASSED in 1.7s
//test/cpp/util:channelz_sampler_test@poller=epoll1 PASSED in 7.0s
//test/cpp/util:channelz_sampler_test@poller=poll PASSED in 6.9s
//test/cpp/util:cli_call_test@poller=epoll1 PASSED in 1.0s
//test/cpp/util:cli_call_test@poller=poll PASSED in 6.0s
//test/cpp/util:error_details_test@poller=epoll1 PASSED in 0.9s
//test/cpp/util:error_details_test@poller=poll PASSED in 0.8s
//test/cpp/util:grpc_tool_test@poller=epoll1 PASSED in 4.9s
//test/cpp/util:grpc_tool_test@poller=poll PASSED in 4.8s
//test/cpp/util:proto_buffer_reader_test PASSED in 1.0s
//test/cpp/util:proto_buffer_writer_test PASSED in 0.8s
//test/cpp/util:slice_test PASSED in 0.8s
//test/cpp/util:string_ref_test PASSED in 0.8s
//test/cpp/util:time_test PASSED in 0.9s
//test/csharp/codegen:csharp_codegen_base_namespace_test PASSED in 0.5s
//test/csharp/codegen:csharp_codegen_deprecated_test PASSED in 0.7s
//test/csharp/codegen:csharp_codegen_simple_test PASSED in 0.7s
//test/core/end2end:simple_delayed_request_test@experiment=work_serializer_dispatch PASSED in 2.4s
Stats over 3 runs: max = 2.4s, min = 1.1s, avg = 1.8s, dev = 0.5s
//test/core/end2end:simple_delayed_request_test@poller=epoll1 PASSED in 9.1s
Stats over 3 runs: max = 9.1s, min = 2.4s, avg = 5.3s, dev = 2.8s
//test/core/end2end:simple_delayed_request_test@poller=epoll1@experiment=event_engine_client PASSED in 4.1s
Stats over 3 runs: max = 4.1s, min = 2.1s, avg = 2.9s, dev = 0.9s
//test/core/end2end:simple_delayed_request_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 3.8s
Stats over 3 runs: max = 3.8s, min = 0.8s, avg = 2.4s, dev = 1.3s
//test/core/end2end:simple_delayed_request_test@poller=poll PASSED in 8.5s
Stats over 3 runs: max = 8.5s, min = 3.9s, avg = 6.0s, dev = 1.9s
//test/core/end2end:simple_delayed_request_test@poller=poll@experiment=event_engine_client PASSED in 4.8s
Stats over 3 runs: max = 4.8s, min = 2.2s, avg = 3.2s, dev = 1.1s
//test/core/end2end:simple_delayed_request_test@poller=poll@experiment=no_event_engine_listener PASSED in 4.8s
Stats over 3 runs: max = 4.8s, min = 1.8s, avg = 2.8s, dev = 1.4s
//test/core/gprpp:work_serializer_test@poller=epoll1 PASSED in 1.9s
Stats over 5 runs: max = 1.9s, min = 0.6s, avg = 1.5s, dev = 0.5s
//test/core/gprpp:work_serializer_test@poller=poll PASSED in 2.5s
Stats over 5 runs: max = 2.5s, min = 0.7s, avg = 1.7s, dev = 0.6s
//test/core/tsi:ssl_transport_security_test@poller=epoll1 PASSED in 30.1s
Stats over 5 runs: max = 30.1s, min = 12.0s, avg = 24.1s, dev = 7.0s
//test/core/tsi:ssl_transport_security_test@poller=poll PASSED in 29.1s
Stats over 5 runs: max = 29.1s, min = 12.5s, avg = 22.7s, dev = 5.9s
//test/cpp/end2end:thread_stress_test@experiment=work_serializer_dispatch PASSED in 2.0s
Stats over 5 runs: max = 2.0s, min = 1.0s, avg = 1.5s, dev = 0.4s
//test/cpp/end2end:thread_stress_test@poller=epoll1 PASSED in 2.0s
Stats over 5 runs: max = 2.0s, min = 1.0s, avg = 1.4s, dev = 0.4s
//test/cpp/end2end:thread_stress_test@poller=poll PASSED in 7.2s
Stats over 5 runs: max = 7.2s, min = 1.4s, avg = 5.2s, dev = 2.0s
//test/cpp/end2end/xds:xds_fault_injection_end2end_test@experiment=no_pick_first_new PASSED in 43.8s
Stats over 5 runs: max = 43.8s, min = 27.0s, avg = 36.5s, dev = 6.4s
//test/cpp/end2end/xds:xds_fault_injection_end2end_test@experiment=work_serializer_dispatch PASSED in 44.4s
Stats over 5 runs: max = 44.4s, min = 27.2s, avg = 36.9s, dev = 6.5s
//test/cpp/end2end/xds:xds_fault_injection_end2end_test@poller=epoll1 PASSED in 43.9s
Stats over 5 runs: max = 43.9s, min = 27.2s, avg = 36.7s, dev = 6.4s
//test/cpp/end2end/xds:xds_fault_injection_end2end_test@poller=poll PASSED in 44.9s
Stats over 5 runs: max = 44.9s, min = 26.8s, avg = 36.7s, dev = 6.8s
//test/core/transport/chttp2:too_many_pings_test@poller=epoll1 PASSED in 82.0s
Stats over 7 runs: max = 82.0s, min = 0.9s, avg = 28.6s, dev = 31.3s
//test/core/transport/chttp2:too_many_pings_test@poller=poll PASSED in 81.8s
Stats over 7 runs: max = 81.8s, min = 0.9s, avg = 28.3s, dev = 31.5s
//test/core/end2end:bad_ping_test@experiment=work_serializer_dispatch PASSED in 9.0s
Stats over 10 runs: max = 9.0s, min = 6.8s, avg = 7.3s, dev = 0.6s
//test/core/end2end:bad_ping_test@poller=epoll1 PASSED in 16.5s
Stats over 10 runs: max = 16.5s, min = 12.9s, avg = 15.5s, dev = 1.2s
//test/core/end2end:bad_ping_test@poller=epoll1@experiment=event_engine_client PASSED in 8.6s
Stats over 10 runs: max = 8.6s, min = 6.8s, avg = 7.2s, dev = 0.6s
//test/core/end2end:bad_ping_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 8.0s
Stats over 10 runs: max = 8.0s, min = 6.7s, avg = 7.0s, dev = 0.4s
//test/core/end2end:bad_ping_test@poller=poll PASSED in 17.9s
Stats over 10 runs: max = 17.9s, min = 12.8s, avg = 15.8s, dev = 1.4s
//test/core/end2end:bad_ping_test@poller=poll@experiment=event_engine_client PASSED in 7.2s
Stats over 10 runs: max = 7.2s, min = 6.7s, avg = 6.9s, dev = 0.2s
//test/core/end2end:bad_ping_test@poller=poll@experiment=no_event_engine_listener PASSED in 8.2s
Stats over 10 runs: max = 8.2s, min = 6.7s, avg = 7.0s, dev = 0.4s
//test/core/end2end:binary_metadata_test@experiment=work_serializer_dispatch PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 1.1s, avg = 1.3s, dev = 0.1s
//test/core/end2end:binary_metadata_test@poller=epoll1 PASSED in 2.0s
Stats over 10 runs: max = 2.0s, min = 1.4s, avg = 1.6s, dev = 0.2s
//test/core/end2end:binary_metadata_test@poller=epoll1@experiment=event_engine_client PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 0.9s, avg = 1.3s, dev = 0.5s
//test/core/end2end:binary_metadata_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.7s, avg = 0.9s, dev = 0.1s
//test/core/end2end:binary_metadata_test@poller=poll PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 1.1s, avg = 1.5s, dev = 0.2s
//test/core/end2end:binary_metadata_test@poller=poll@experiment=event_engine_client PASSED in 2.3s
Stats over 10 runs: max = 2.3s, min = 0.8s, avg = 1.4s, dev = 0.5s
//test/core/end2end:binary_metadata_test@poller=poll@experiment=no_event_engine_listener PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.7s, avg = 0.9s, dev = 0.1s
//test/core/end2end:call_creds_test@experiment=work_serializer_dispatch PASSED in 2.1s
Stats over 10 runs: max = 2.1s, min = 0.8s, avg = 1.2s, dev = 0.3s
//test/core/end2end:call_creds_test@poller=epoll1 PASSED in 1.8s
Stats over 10 runs: max = 1.8s, min = 1.4s, avg = 1.6s, dev = 0.1s
//test/core/end2end:call_creds_test@poller=epoll1@experiment=event_engine_client PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 0.8s, avg = 1.1s, dev = 0.3s
//test/core/end2end:call_creds_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:call_creds_test@poller=poll PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 1.1s, avg = 1.5s, dev = 0.2s
//test/core/end2end:call_creds_test@poller=poll@experiment=event_engine_client PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 0.7s, avg = 1.0s, dev = 0.3s
//test/core/end2end:call_creds_test@poller=poll@experiment=no_event_engine_listener PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:call_host_override_test@experiment=work_serializer_dispatch PASSED in 2.2s
Stats over 10 runs: max = 2.2s, min = 0.7s, avg = 1.0s, dev = 0.4s
//test/core/end2end:call_host_override_test@poller=epoll1 PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.8s, avg = 0.9s, dev = 0.1s
//test/core/end2end:call_host_override_test@poller=epoll1@experiment=event_engine_client PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.7s, avg = 0.9s, dev = 0.1s
//test/core/end2end:call_host_override_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:call_host_override_test@poller=poll PASSED in 3.2s
Stats over 10 runs: max = 3.2s, min = 0.8s, avg = 1.3s, dev = 0.8s
//test/core/end2end:call_host_override_test@poller=poll@experiment=event_engine_client PASSED in 3.6s
Stats over 10 runs: max = 3.6s, min = 0.7s, avg = 1.4s, dev = 1.0s
//test/core/end2end:call_host_override_test@poller=poll@experiment=no_event_engine_listener PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.8s, avg = 0.9s, dev = 0.2s
//test/core/end2end:cancel_before_invoke_test@experiment=work_serializer_dispatch PASSED in 2.3s
Stats over 10 runs: max = 2.3s, min = 1.1s, avg = 1.5s, dev = 0.3s
//test/core/end2end:cancel_before_invoke_test@poller=epoll1 PASSED in 2.6s
Stats over 10 runs: max = 2.6s, min = 1.2s, avg = 1.7s, dev = 0.4s
//test/core/end2end:cancel_before_invoke_test@poller=epoll1@experiment=event_engine_client PASSED in 3.1s
Stats over 10 runs: max = 3.1s, min = 0.9s, avg = 1.4s, dev = 0.6s
//test/core/end2end:cancel_before_invoke_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 2.1s
Stats over 10 runs: max = 2.1s, min = 0.7s, avg = 1.0s, dev = 0.4s
//test/core/end2end:cancel_before_invoke_test@poller=poll PASSED in 3.3s
Stats over 10 runs: max = 3.3s, min = 1.3s, avg = 1.8s, dev = 0.5s
//test/core/end2end:cancel_before_invoke_test@poller=poll@experiment=event_engine_client PASSED in 1.6s
Stats over 10 runs: max = 1.6s, min = 0.8s, avg = 1.2s, dev = 0.2s
//test/core/end2end:cancel_before_invoke_test@poller=poll@experiment=no_event_engine_listener PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.8s, avg = 1.0s, dev = 0.2s
//test/core/end2end:cancel_in_a_vacuum_test@experiment=work_serializer_dispatch PASSED in 3.5s
Stats over 10 runs: max = 3.5s, min = 0.7s, avg = 1.1s, dev = 0.8s
//test/core/end2end:cancel_in_a_vacuum_test@poller=epoll1 PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.8s, avg = 1.0s, dev = 0.2s
//test/core/end2end:cancel_in_a_vacuum_test@poller=epoll1@experiment=event_engine_client PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.7s, avg = 0.9s, dev = 0.1s
//test/core/end2end:cancel_in_a_vacuum_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:cancel_in_a_vacuum_test@poller=poll PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.8s, avg = 1.0s, dev = 0.1s
//test/core/end2end:cancel_in_a_vacuum_test@poller=poll@experiment=event_engine_client PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.7s, avg = 0.9s, dev = 0.1s
//test/core/end2end:cancel_in_a_vacuum_test@poller=poll@experiment=no_event_engine_listener PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:cancel_with_status_test@experiment=work_serializer_dispatch PASSED in 2.5s
Stats over 10 runs: max = 2.5s, min = 0.9s, avg = 1.3s, dev = 0.4s
//test/core/end2end:cancel_with_status_test@poller=epoll1 PASSED in 22.1s
Stats over 10 runs: max = 22.1s, min = 1.2s, avg = 3.6s, dev = 6.2s
//test/core/end2end:cancel_with_status_test@poller=epoll1@experiment=event_engine_client PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.8s, avg = 1.1s, dev = 0.2s
//test/core/end2end:cancel_with_status_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 20.9s
Stats over 10 runs: max = 20.9s, min = 0.9s, avg = 3.1s, dev = 5.9s
//test/core/end2end:cancel_with_status_test@poller=poll PASSED in 6.5s
Stats over 10 runs: max = 6.5s, min = 1.2s, avg = 2.1s, dev = 1.6s
//test/core/end2end:cancel_with_status_test@poller=poll@experiment=event_engine_client PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.9s, avg = 1.1s, dev = 0.1s
//test/core/end2end:cancel_with_status_test@poller=poll@experiment=no_event_engine_listener PASSED in 40.7s
Stats over 10 runs: max = 40.7s, min = 0.8s, avg = 5.4s, dev = 11.8s
//test/core/end2end:channelz_test@experiment=work_serializer_dispatch PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 0.9s, avg = 1.4s, dev = 0.6s
//test/core/end2end:channelz_test@poller=epoll1 PASSED in 1.6s
Stats over 10 runs: max = 1.6s, min = 1.0s, avg = 1.3s, dev = 0.2s
//test/core/end2end:channelz_test@poller=epoll1@experiment=event_engine_client PASSED in 3.3s
Stats over 10 runs: max = 3.3s, min = 0.8s, avg = 1.5s, dev = 0.8s
//test/core/end2end:channelz_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.7s, avg = 0.9s, dev = 0.1s
//test/core/end2end:channelz_test@poller=poll PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 1.1s, avg = 1.5s, dev = 0.5s
//test/core/end2end:channelz_test@poller=poll@experiment=event_engine_client PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 0.7s, avg = 1.0s, dev = 0.3s
//test/core/end2end:channelz_test@poller=poll@experiment=no_event_engine_listener PASSED in 3.1s
Stats over 10 runs: max = 3.1s, min = 0.7s, avg = 1.5s, dev = 1.0s
//test/core/end2end:client_streaming_test@experiment=work_serializer_dispatch PASSED in 10.8s
Stats over 10 runs: max = 10.8s, min = 9.2s, avg = 9.9s, dev = 0.6s
//test/core/end2end:client_streaming_test@poller=epoll1 PASSED in 18.9s
Stats over 10 runs: max = 18.9s, min = 18.3s, avg = 18.6s, dev = 0.2s
//test/core/end2end:client_streaming_test@poller=epoll1@experiment=event_engine_client PASSED in 11.1s
Stats over 10 runs: max = 11.1s, min = 8.9s, avg = 9.8s, dev = 0.7s
//test/core/end2end:client_streaming_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 10.1s
Stats over 10 runs: max = 10.1s, min = 8.8s, avg = 9.4s, dev = 0.5s
//test/core/end2end:client_streaming_test@poller=poll PASSED in 20.4s
Stats over 10 runs: max = 20.4s, min = 18.3s, avg = 19.0s, dev = 0.7s
//test/core/end2end:client_streaming_test@poller=poll@experiment=event_engine_client PASSED in 10.5s
Stats over 10 runs: max = 10.5s, min = 8.9s, avg = 9.8s, dev = 0.5s
//test/core/end2end:client_streaming_test@poller=poll@experiment=no_event_engine_listener PASSED in 11.1s
Stats over 10 runs: max = 11.1s, min = 8.8s, avg = 9.5s, dev = 0.7s
//test/core/end2end:compressed_payload_test@experiment=work_serializer_dispatch PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 2.0s, avg = 2.5s, dev = 0.3s
//test/core/end2end:compressed_payload_test@poller=epoll1 PASSED in 4.8s
Stats over 10 runs: max = 4.8s, min = 3.7s, avg = 4.2s, dev = 0.3s
//test/core/end2end:compressed_payload_test@poller=epoll1@experiment=event_engine_client PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 2.0s, avg = 2.5s, dev = 0.3s
//test/core/end2end:compressed_payload_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.8s, avg = 1.0s, dev = 0.2s
//test/core/end2end:compressed_payload_test@poller=poll PASSED in 4.9s
Stats over 10 runs: max = 4.9s, min = 3.6s, avg = 4.1s, dev = 0.4s
//test/core/end2end:compressed_payload_test@poller=poll@experiment=event_engine_client PASSED in 3.3s
Stats over 10 runs: max = 3.3s, min = 2.1s, avg = 2.7s, dev = 0.3s
//test/core/end2end:compressed_payload_test@poller=poll@experiment=no_event_engine_listener PASSED in 3.3s
Stats over 10 runs: max = 3.3s, min = 0.9s, avg = 1.5s, dev = 0.8s
//test/core/end2end:connectivity_test@experiment=work_serializer_dispatch PASSED in 2.5s
Stats over 10 runs: max = 2.5s, min = 2.3s, avg = 2.4s, dev = 0.1s
//test/core/end2end:connectivity_test@poller=epoll1 PASSED in 6.0s
Stats over 10 runs: max = 6.0s, min = 3.9s, avg = 4.8s, dev = 0.9s
//test/core/end2end:connectivity_test@poller=epoll1@experiment=event_engine_client PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 2.3s, avg = 2.4s, dev = 0.2s
//test/core/end2end:connectivity_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 2.3s, avg = 2.4s, dev = 0.1s
//test/core/end2end:connectivity_test@poller=poll PASSED in 7.8s
Stats over 10 runs: max = 7.8s, min = 3.9s, avg = 5.0s, dev = 1.2s
//test/core/end2end:connectivity_test@poller=poll@experiment=event_engine_client PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 2.4s, avg = 2.5s, dev = 0.1s
//test/core/end2end:connectivity_test@poller=poll@experiment=no_event_engine_listener PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 2.3s, avg = 2.5s, dev = 0.1s
//test/core/end2end:default_host_test@experiment=work_serializer_dispatch PASSED in 3.2s
Stats over 10 runs: max = 3.2s, min = 0.8s, avg = 1.1s, dev = 0.7s
//test/core/end2end:default_host_test@poller=epoll1 PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.8s, avg = 1.0s, dev = 0.2s
//test/core/end2end:default_host_test@poller=epoll1@experiment=event_engine_client PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:default_host_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:default_host_test@poller=poll PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.6s, avg = 0.9s, dev = 0.2s
//test/core/end2end:default_host_test@poller=poll@experiment=event_engine_client PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:default_host_test@poller=poll@experiment=no_event_engine_listener PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.7s, avg = 0.8s, dev = 0.2s
//test/core/end2end:disappearing_server_test@experiment=work_serializer_dispatch PASSED in 5.2s
Stats over 10 runs: max = 5.2s, min = 2.9s, avg = 3.6s, dev = 1.0s
//test/core/end2end:disappearing_server_test@poller=epoll1 PASSED in 7.5s
Stats over 10 runs: max = 7.5s, min = 4.8s, avg = 6.3s, dev = 0.9s
//test/core/end2end:disappearing_server_test@poller=epoll1@experiment=event_engine_client PASSED in 5.1s
Stats over 10 runs: max = 5.1s, min = 2.7s, avg = 3.4s, dev = 1.0s
//test/core/end2end:disappearing_server_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 5.7s
Stats over 10 runs: max = 5.7s, min = 2.7s, avg = 3.5s, dev = 1.1s
//test/core/end2end:disappearing_server_test@poller=poll PASSED in 7.6s
Stats over 10 runs: max = 7.6s, min = 4.8s, avg = 6.4s, dev = 0.9s
//test/core/end2end:disappearing_server_test@poller=poll@experiment=event_engine_client PASSED in 4.8s
Stats over 10 runs: max = 4.8s, min = 2.7s, avg = 3.5s, dev = 0.9s
//test/core/end2end:disappearing_server_test@poller=poll@experiment=no_event_engine_listener PASSED in 5.5s
Stats over 10 runs: max = 5.5s, min = 2.7s, avg = 3.5s, dev = 1.0s
//test/core/end2end:empty_batch_test@experiment=work_serializer_dispatch PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.7s, avg = 0.9s, dev = 0.1s
//test/core/end2end:empty_batch_test@poller=epoll1 PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:empty_batch_test@poller=epoll1@experiment=event_engine_client PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:empty_batch_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 2.2s
Stats over 10 runs: max = 2.2s, min = 0.7s, avg = 0.9s, dev = 0.5s
//test/core/end2end:empty_batch_test@poller=poll PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:empty_batch_test@poller=poll@experiment=event_engine_client PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:empty_batch_test@poller=poll@experiment=no_event_engine_listener PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:filter_causes_close_test@experiment=work_serializer_dispatch PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.8s, avg = 0.9s, dev = 0.1s
//test/core/end2end:filter_causes_close_test@poller=epoll1 PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.7s, avg = 1.1s, dev = 0.2s
//test/core/end2end:filter_causes_close_test@poller=epoll1@experiment=event_engine_client PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.7s, avg = 0.9s, dev = 0.1s
//test/core/end2end:filter_causes_close_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:filter_causes_close_test@poller=poll PASSED in 3.9s
Stats over 10 runs: max = 3.9s, min = 0.7s, avg = 1.4s, dev = 1.0s
//test/core/end2end:filter_causes_close_test@poller=poll@experiment=event_engine_client PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 0.7s, avg = 1.1s, dev = 0.5s
//test/core/end2end:filter_causes_close_test@poller=poll@experiment=no_event_engine_listener PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:filter_init_fails_test@experiment=work_serializer_dispatch PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 0.8s, avg = 1.3s, dev = 0.6s
//test/core/end2end:filter_init_fails_test@poller=epoll1 PASSED in 2.2s
Stats over 10 runs: max = 2.2s, min = 0.9s, avg = 1.3s, dev = 0.4s
//test/core/end2end:filter_init_fails_test@poller=epoll1@experiment=event_engine_client PASSED in 1.9s
Stats over 10 runs: max = 1.9s, min = 0.9s, avg = 1.2s, dev = 0.3s
//test/core/end2end:filter_init_fails_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 1.8s
Stats over 10 runs: max = 1.8s, min = 0.8s, avg = 0.9s, dev = 0.3s
//test/core/end2end:filter_init_fails_test@poller=poll PASSED in 3.2s
Stats over 10 runs: max = 3.2s, min = 0.7s, avg = 1.5s, dev = 0.7s
//test/core/end2end:filter_init_fails_test@poller=poll@experiment=event_engine_client PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.8s, avg = 1.0s, dev = 0.1s
//test/core/end2end:filter_init_fails_test@poller=poll@experiment=no_event_engine_listener PASSED in 3.2s
Stats over 10 runs: max = 3.2s, min = 0.7s, avg = 1.2s, dev = 0.8s
//test/core/end2end:filtered_metadata_test@experiment=work_serializer_dispatch PASSED in 1.6s
Stats over 10 runs: max = 1.6s, min = 0.8s, avg = 1.0s, dev = 0.2s
//test/core/end2end:filtered_metadata_test@poller=epoll1 PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.7s, avg = 1.0s, dev = 0.2s
//test/core/end2end:filtered_metadata_test@poller=epoll1@experiment=event_engine_client PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.7s, avg = 0.9s, dev = 0.1s
//test/core/end2end:filtered_metadata_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 2.2s
Stats over 10 runs: max = 2.2s, min = 0.7s, avg = 0.9s, dev = 0.4s
//test/core/end2end:filtered_metadata_test@poller=poll PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.7s, avg = 0.9s, dev = 0.1s
//test/core/end2end:filtered_metadata_test@poller=poll@experiment=event_engine_client PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.8s, avg = 0.9s, dev = 0.2s
//test/core/end2end:filtered_metadata_test@poller=poll@experiment=no_event_engine_listener PASSED in 4.8s
Stats over 10 runs: max = 4.8s, min = 0.7s, avg = 1.3s, dev = 1.2s
//test/core/end2end:graceful_server_shutdown_test@experiment=work_serializer_dispatch PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.6s, avg = 2.2s, dev = 0.6s
//test/core/end2end:graceful_server_shutdown_test@poller=epoll1 PASSED in 4.8s
Stats over 10 runs: max = 4.8s, min = 3.8s, avg = 4.0s, dev = 0.3s
//test/core/end2end:graceful_server_shutdown_test@poller=epoll1@experiment=event_engine_client PASSED in 3.3s
Stats over 10 runs: max = 3.3s, min = 1.7s, avg = 2.3s, dev = 0.5s
//test/core/end2end:graceful_server_shutdown_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 3.4s
Stats over 10 runs: max = 3.4s, min = 1.8s, avg = 2.4s, dev = 0.6s
//test/core/end2end:graceful_server_shutdown_test@poller=poll PASSED in 6.5s
Stats over 10 runs: max = 6.5s, min = 3.7s, avg = 4.2s, dev = 0.8s
//test/core/end2end:graceful_server_shutdown_test@poller=poll@experiment=event_engine_client PASSED in 3.4s
Stats over 10 runs: max = 3.4s, min = 1.7s, avg = 2.4s, dev = 0.6s
//test/core/end2end:graceful_server_shutdown_test@poller=poll@experiment=no_event_engine_listener PASSED in 4.7s
Stats over 10 runs: max = 4.7s, min = 1.7s, avg = 2.4s, dev = 0.9s
//test/core/end2end:grpc_authz_test@experiment=work_serializer_dispatch PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 2.1s, avg = 2.6s, dev = 0.4s
//test/core/end2end:grpc_authz_test@poller=epoll1 PASSED in 5.0s
Stats over 10 runs: max = 5.0s, min = 2.8s, avg = 3.8s, dev = 0.6s
//test/core/end2end:grpc_authz_test@poller=epoll1@experiment=event_engine_client PASSED in 3.5s
Stats over 10 runs: max = 3.5s, min = 1.8s, avg = 2.6s, dev = 0.6s
//test/core/end2end:grpc_authz_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 3.3s
Stats over 10 runs: max = 3.3s, min = 1.7s, avg = 2.5s, dev = 0.6s
//test/core/end2end:grpc_authz_test@poller=poll PASSED in 4.8s
Stats over 10 runs: max = 4.8s, min = 2.8s, avg = 3.8s, dev = 0.6s
//test/core/end2end:grpc_authz_test@poller=poll@experiment=event_engine_client PASSED in 5.1s
Stats over 10 runs: max = 5.1s, min = 1.8s, avg = 2.8s, dev = 0.9s
//test/core/end2end:grpc_authz_test@poller=poll@experiment=no_event_engine_listener PASSED in 3.2s
Stats over 10 runs: max = 3.2s, min = 1.8s, avg = 2.5s, dev = 0.5s
//test/core/end2end:h2_ssl_cert_test@poller=epoll1 PASSED in 15.2s
Stats over 10 runs: max = 15.2s, min = 0.7s, avg = 6.5s, dev = 4.7s
//test/core/end2end:h2_ssl_cert_test@poller=poll PASSED in 15.4s
Stats over 10 runs: max = 15.4s, min = 0.6s, avg = 6.2s, dev = 4.6s
//test/core/end2end:http2_stats_test@experiment=work_serializer_dispatch PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 0.7s, avg = 1.1s, dev = 0.6s
//test/core/end2end:http2_stats_test@poller=epoll1 PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.8s, avg = 1.0s, dev = 0.1s
//test/core/end2end:http2_stats_test@poller=epoll1@experiment=event_engine_client PASSED in 3.2s
Stats over 10 runs: max = 3.2s, min = 0.7s, avg = 1.2s, dev = 0.8s
//test/core/end2end:http2_stats_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:http2_stats_test@poller=poll PASSED in 3.3s
Stats over 10 runs: max = 3.3s, min = 0.7s, avg = 1.2s, dev = 0.7s
//test/core/end2end:http2_stats_test@poller=poll@experiment=event_engine_client PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:http2_stats_test@poller=poll@experiment=no_event_engine_listener PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.6s, avg = 0.9s, dev = 0.2s
//test/core/end2end:invoke_large_request_test@experiment=work_serializer_dispatch PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.0s, avg = 1.5s, dev = 0.6s
//test/core/end2end:invoke_large_request_test@poller=epoll1 PASSED in 3.8s
Stats over 10 runs: max = 3.8s, min = 1.7s, avg = 2.3s, dev = 0.5s
//test/core/end2end:invoke_large_request_test@poller=epoll1@experiment=event_engine_client PASSED in 3.6s
Stats over 10 runs: max = 3.6s, min = 1.0s, avg = 1.5s, dev = 0.8s
//test/core/end2end:invoke_large_request_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 1.0s, avg = 1.7s, dev = 0.6s
//test/core/end2end:invoke_large_request_test@poller=poll PASSED in 3.7s
Stats over 10 runs: max = 3.7s, min = 1.4s, avg = 2.4s, dev = 0.6s
//test/core/end2end:invoke_large_request_test@poller=poll@experiment=event_engine_client PASSED in 2.5s
Stats over 10 runs: max = 2.5s, min = 1.0s, avg = 1.4s, dev = 0.4s
//test/core/end2end:invoke_large_request_test@poller=poll@experiment=no_event_engine_listener PASSED in 7.0s
Stats over 10 runs: max = 7.0s, min = 1.1s, avg = 2.1s, dev = 1.7s
//test/core/end2end:keepalive_timeout_test@experiment=work_serializer_dispatch PASSED in 7.1s
Stats over 10 runs: max = 7.1s, min = 3.7s, avg = 4.6s, dev = 1.2s
//test/core/end2end:keepalive_timeout_test@poller=epoll1 PASSED in 11.2s
Stats over 10 runs: max = 11.2s, min = 7.2s, avg = 10.0s, dev = 1.0s
//test/core/end2end:keepalive_timeout_test@poller=epoll1@experiment=event_engine_client PASSED in 7.1s
Stats over 10 runs: max = 7.1s, min = 3.9s, avg = 4.8s, dev = 1.2s
//test/core/end2end:keepalive_timeout_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 7.2s
Stats over 10 runs: max = 7.2s, min = 3.8s, avg = 4.9s, dev = 1.2s
//test/core/end2end:keepalive_timeout_test@poller=poll PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:keepalive_timeout_test@poller=poll@experiment=event_engine_client PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:keepalive_timeout_test@poller=poll@experiment=no_event_engine_listener PASSED in 2.2s
Stats over 10 runs: max = 2.2s, min = 0.8s, avg = 1.0s, dev = 0.4s
//test/core/end2end:max_concurrent_streams_test@experiment=work_serializer_dispatch PASSED in 11.0s
Stats over 10 runs: max = 11.0s, min = 4.8s, avg = 8.7s, dev = 1.7s
//test/core/end2end:max_concurrent_streams_test@poller=epoll1 PASSED in 23.2s
Stats over 10 runs: max = 23.2s, min = 18.3s, avg = 21.1s, dev = 1.6s
//test/core/end2end:max_concurrent_streams_test@poller=epoll1@experiment=event_engine_client PASSED in 11.1s
Stats over 10 runs: max = 11.1s, min = 4.8s, avg = 8.7s, dev = 1.7s
//test/core/end2end:max_concurrent_streams_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 10.9s
Stats over 10 runs: max = 10.9s, min = 4.7s, avg = 8.7s, dev = 1.7s
//test/core/end2end:max_concurrent_streams_test@poller=poll PASSED in 22.8s
Stats over 10 runs: max = 22.8s, min = 18.0s, avg = 20.8s, dev = 1.7s
//test/core/end2end:max_concurrent_streams_test@poller=poll@experiment=event_engine_client PASSED in 11.0s
Stats over 10 runs: max = 11.0s, min = 4.8s, avg = 8.7s, dev = 1.7s
//test/core/end2end:max_concurrent_streams_test@poller=poll@experiment=no_event_engine_listener PASSED in 11.3s
Stats over 10 runs: max = 11.3s, min = 5.0s, avg = 8.6s, dev = 1.7s
//test/core/end2end:max_connection_age_test@experiment=work_serializer_dispatch PASSED in 11.0s
Stats over 10 runs: max = 11.0s, min = 3.4s, avg = 8.6s, dev = 2.2s
//test/core/end2end:max_connection_age_test@poller=epoll1 PASSED in 20.3s
Stats over 10 runs: max = 20.3s, min = 14.9s, avg = 17.5s, dev = 1.6s
//test/core/end2end:max_connection_age_test@poller=epoll1@experiment=event_engine_client PASSED in 12.2s
Stats over 10 runs: max = 12.2s, min = 3.2s, avg = 8.3s, dev = 2.2s
//test/core/end2end:max_connection_age_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 10.2s
Stats over 10 runs: max = 10.2s, min = 3.2s, avg = 8.3s, dev = 2.0s
//test/core/end2end:max_connection_age_test@poller=poll PASSED in 20.3s
Stats over 10 runs: max = 20.3s, min = 15.0s, avg = 17.8s, dev = 1.7s
//test/core/end2end:max_connection_age_test@poller=poll@experiment=event_engine_client PASSED in 9.4s
Stats over 10 runs: max = 9.4s, min = 3.3s, avg = 8.0s, dev = 1.9s
//test/core/end2end:max_connection_age_test@poller=poll@experiment=no_event_engine_listener PASSED in 10.6s
Stats over 10 runs: max = 10.6s, min = 3.3s, avg = 8.3s, dev = 2.1s
//test/core/end2end:max_connection_idle_test@experiment=work_serializer_dispatch PASSED in 5.3s
Stats over 10 runs: max = 5.3s, min = 4.5s, avg = 4.9s, dev = 0.2s
//test/core/end2end:max_connection_idle_test@poller=epoll1 PASSED in 15.1s
Stats over 10 runs: max = 15.1s, min = 8.3s, avg = 10.9s, dev = 2.5s
//test/core/end2end:max_connection_idle_test@poller=epoll1@experiment=event_engine_client PASSED in 6.2s
Stats over 10 runs: max = 6.2s, min = 4.4s, avg = 5.0s, dev = 0.6s
//test/core/end2end:max_connection_idle_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 5.2s
Stats over 10 runs: max = 5.2s, min = 4.4s, avg = 4.8s, dev = 0.2s
//test/core/end2end:max_connection_idle_test@poller=poll PASSED in 14.3s
Stats over 10 runs: max = 14.3s, min = 8.2s, avg = 10.5s, dev = 2.2s
//test/core/end2end:max_connection_idle_test@poller=poll@experiment=event_engine_client PASSED in 5.2s
Stats over 10 runs: max = 5.2s, min = 4.6s, avg = 4.9s, dev = 0.2s
//test/core/end2end:max_connection_idle_test@poller=poll@experiment=no_event_engine_listener PASSED in 5.1s
Stats over 10 runs: max = 5.1s, min = 4.6s, avg = 4.9s, dev = 0.2s
//test/core/end2end:max_message_length_test@experiment=work_serializer_dispatch PASSED in 2.4s
Stats over 10 runs: max = 2.4s, min = 1.6s, avg = 2.0s, dev = 0.2s
//test/core/end2end:max_message_length_test@poller=epoll1 PASSED in 3.6s
Stats over 10 runs: max = 3.6s, min = 2.3s, avg = 2.8s, dev = 0.4s
//test/core/end2end:max_message_length_test@poller=epoll1@experiment=event_engine_client PASSED in 1.9s
Stats over 10 runs: max = 1.9s, min = 1.3s, avg = 1.6s, dev = 0.2s
//test/core/end2end:max_message_length_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 0.9s, avg = 1.2s, dev = 0.6s
//test/core/end2end:max_message_length_test@poller=poll PASSED in 4.7s
Stats over 10 runs: max = 4.7s, min = 2.2s, avg = 2.8s, dev = 0.7s
//test/core/end2end:max_message_length_test@poller=poll@experiment=event_engine_client PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.3s, avg = 1.7s, dev = 0.4s
//test/core/end2end:max_message_length_test@poller=poll@experiment=no_event_engine_listener PASSED in 2.6s
Stats over 10 runs: max = 2.6s, min = 0.8s, avg = 1.2s, dev = 0.5s
//test/core/end2end:negative_deadline_test@experiment=work_serializer_dispatch PASSED in 2.4s
Stats over 10 runs: max = 2.4s, min = 0.7s, avg = 1.0s, dev = 0.5s
//test/core/end2end:negative_deadline_test@poller=epoll1 PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:negative_deadline_test@poller=epoll1@experiment=event_engine_client PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.7s, avg = 0.7s, dev = 0.1s
//test/core/end2end:negative_deadline_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.7s, avg = 0.9s, dev = 0.1s
//test/core/end2end:negative_deadline_test@poller=poll PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:negative_deadline_test@poller=poll@experiment=event_engine_client PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:negative_deadline_test@poller=poll@experiment=no_event_engine_listener PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:no_logging_test@experiment=work_serializer_dispatch PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:no_logging_test@poller=epoll1 PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.7s, avg = 1.0s, dev = 0.2s
//test/core/end2end:no_logging_test@poller=epoll1@experiment=event_engine_client PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.8s, avg = 1.0s, dev = 0.2s
//test/core/end2end:no_logging_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:no_logging_test@poller=poll PASSED in 2.6s
Stats over 10 runs: max = 2.6s, min = 0.8s, avg = 1.2s, dev = 0.6s
//test/core/end2end:no_logging_test@poller=poll@experiment=event_engine_client PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.7s, avg = 0.9s, dev = 0.1s
//test/core/end2end:no_logging_test@poller=poll@experiment=no_event_engine_listener PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 0.7s, avg = 1.2s, dev = 0.8s
//test/core/end2end:no_op_test@experiment=work_serializer_dispatch PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:no_op_test@poller=epoll1 PASSED in 1.6s
Stats over 10 runs: max = 1.6s, min = 0.7s, avg = 0.9s, dev = 0.3s
//test/core/end2end:no_op_test@poller=epoll1@experiment=event_engine_client PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.7s, avg = 0.7s, dev = 0.1s
//test/core/end2end:no_op_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:no_op_test@poller=poll PASSED in 1.8s
Stats over 10 runs: max = 1.8s, min = 0.6s, avg = 0.9s, dev = 0.3s
//test/core/end2end:no_op_test@poller=poll@experiment=event_engine_client PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.7s, avg = 0.8s, dev = 0.2s
//test/core/end2end:no_op_test@poller=poll@experiment=no_event_engine_listener PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:payload_test@experiment=work_serializer_dispatch PASSED in 3.4s
Stats over 10 runs: max = 3.4s, min = 1.4s, avg = 2.0s, dev = 0.5s
//test/core/end2end:payload_test@poller=epoll1 PASSED in 5.5s
Stats over 10 runs: max = 5.5s, min = 2.6s, avg = 3.3s, dev = 0.8s
//test/core/end2end:payload_test@poller=epoll1@experiment=event_engine_client PASSED in 3.3s
Stats over 10 runs: max = 3.3s, min = 1.5s, avg = 2.1s, dev = 0.6s
//test/core/end2end:payload_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 3.3s
Stats over 10 runs: max = 3.3s, min = 1.4s, avg = 2.2s, dev = 0.6s
//test/core/end2end:payload_test@poller=poll PASSED in 5.3s
Stats over 10 runs: max = 5.3s, min = 1.7s, avg = 3.1s, dev = 1.1s
//test/core/end2end:payload_test@poller=poll@experiment=event_engine_client PASSED in 3.3s
Stats over 10 runs: max = 3.3s, min = 1.5s, avg = 2.0s, dev = 0.5s
//test/core/end2end:payload_test@poller=poll@experiment=no_event_engine_listener PASSED in 3.2s
Stats over 10 runs: max = 3.2s, min = 1.0s, avg = 1.9s, dev = 0.6s
//test/core/end2end:ping_pong_streaming_test@experiment=work_serializer_dispatch PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 1.1s, avg = 1.2s, dev = 0.1s
//test/core/end2end:ping_pong_streaming_test@poller=epoll1 PASSED in 2.4s
Stats over 10 runs: max = 2.4s, min = 1.0s, avg = 1.5s, dev = 0.3s
//test/core/end2end:ping_pong_streaming_test@poller=epoll1@experiment=event_engine_client PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 1.0s, avg = 1.2s, dev = 0.1s
//test/core/end2end:ping_pong_streaming_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:ping_pong_streaming_test@poller=poll PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 1.1s, avg = 1.5s, dev = 0.5s
//test/core/end2end:ping_pong_streaming_test@poller=poll@experiment=event_engine_client PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 1.0s, avg = 1.2s, dev = 0.2s
//test/core/end2end:ping_pong_streaming_test@poller=poll@experiment=no_event_engine_listener PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.7s, avg = 0.9s, dev = 0.1s
//test/core/end2end:ping_test@experiment=work_serializer_dispatch PASSED in 5.5s
Stats over 10 runs: max = 5.5s, min = 4.7s, avg = 4.9s, dev = 0.2s
//test/core/end2end:ping_test@poller=epoll1 PASSED in 13.3s
Stats over 10 runs: max = 13.3s, min = 8.8s, avg = 10.7s, dev = 2.0s
//test/core/end2end:ping_test@poller=epoll1@experiment=event_engine_client PASSED in 4.9s
Stats over 10 runs: max = 4.9s, min = 4.7s, avg = 4.8s, dev = 0.1s
//test/core/end2end:ping_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 5.9s
Stats over 10 runs: max = 5.9s, min = 4.7s, avg = 4.9s, dev = 0.4s
//test/core/end2end:ping_test@poller=poll PASSED in 13.5s
Stats over 10 runs: max = 13.5s, min = 8.7s, avg = 10.6s, dev = 2.1s
//test/core/end2end:ping_test@poller=poll@experiment=event_engine_client PASSED in 5.1s
Stats over 10 runs: max = 5.1s, min = 4.7s, avg = 4.8s, dev = 0.1s
//test/core/end2end:ping_test@poller=poll@experiment=no_event_engine_listener PASSED in 5.0s
Stats over 10 runs: max = 5.0s, min = 4.7s, avg = 4.8s, dev = 0.1s
//test/core/end2end:proxy_auth_test@experiment=work_serializer_dispatch PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 0.7s, avg = 1.4s, dev = 0.8s
//test/core/end2end:proxy_auth_test@poller=epoll1 PASSED in 1.6s
Stats over 10 runs: max = 1.6s, min = 0.7s, avg = 0.9s, dev = 0.3s
//test/core/end2end:proxy_auth_test@poller=epoll1@experiment=event_engine_client PASSED in 3.1s
Stats over 10 runs: max = 3.1s, min = 0.6s, avg = 1.1s, dev = 0.7s
//test/core/end2end:proxy_auth_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 2.0s
Stats over 10 runs: max = 2.0s, min = 0.7s, avg = 1.0s, dev = 0.4s
//test/core/end2end:proxy_auth_test@poller=poll PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:proxy_auth_test@poller=poll@experiment=event_engine_client PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:proxy_auth_test@poller=poll@experiment=no_event_engine_listener PASSED in 2.1s
Stats over 10 runs: max = 2.1s, min = 0.7s, avg = 1.1s, dev = 0.5s
//test/core/end2end:registered_call_test@experiment=work_serializer_dispatch PASSED in 2.0s
Stats over 10 runs: max = 2.0s, min = 0.8s, avg = 1.0s, dev = 0.3s
//test/core/end2end:registered_call_test@poller=epoll1 PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.8s, avg = 1.1s, dev = 0.2s
//test/core/end2end:registered_call_test@poller=epoll1@experiment=event_engine_client PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:registered_call_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.7s, avg = 0.9s, dev = 0.1s
//test/core/end2end:registered_call_test@poller=poll PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 1.0s, avg = 1.2s, dev = 0.1s
//test/core/end2end:registered_call_test@poller=poll@experiment=event_engine_client PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.8s, avg = 0.9s, dev = 0.1s
//test/core/end2end:registered_call_test@poller=poll@experiment=no_event_engine_listener PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 0.7s, avg = 1.3s, dev = 0.7s
//test/core/end2end:request_with_payload_test@experiment=work_serializer_dispatch PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.7s, avg = 0.9s, dev = 0.1s
//test/core/end2end:request_with_payload_test@poller=epoll1 PASSED in 3.2s
Stats over 10 runs: max = 3.2s, min = 0.7s, avg = 1.3s, dev = 0.7s
//test/core/end2end:request_with_payload_test@poller=epoll1@experiment=event_engine_client PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.7s, avg = 0.9s, dev = 0.1s
//test/core/end2end:request_with_payload_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 2.0s
Stats over 10 runs: max = 2.0s, min = 0.7s, avg = 1.0s, dev = 0.4s
//test/core/end2end:request_with_payload_test@poller=poll PASSED in 2.0s
Stats over 10 runs: max = 2.0s, min = 0.8s, avg = 1.0s, dev = 0.3s
//test/core/end2end:request_with_payload_test@poller=poll@experiment=event_engine_client PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 0.7s, avg = 1.2s, dev = 0.6s
//test/core/end2end:request_with_payload_test@poller=poll@experiment=no_event_engine_listener PASSED in 2.6s
Stats over 10 runs: max = 2.6s, min = 0.6s, avg = 0.9s, dev = 0.6s
//test/core/end2end:resource_quota_server_test@experiment=work_serializer_dispatch PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:resource_quota_server_test@poller=epoll1 PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.6s, avg = 0.8s, dev = 0.2s
//test/core/end2end:resource_quota_server_test@poller=epoll1@experiment=event_engine_client PASSED in 3.5s
Stats over 10 runs: max = 3.5s, min = 0.6s, avg = 1.1s, dev = 0.8s
//test/core/end2end:resource_quota_server_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 10.3s
Stats over 10 runs: max = 10.3s, min = 0.7s, avg = 2.0s, dev = 2.8s
//test/core/end2end:resource_quota_server_test@poller=poll PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.7s, avg = 0.7s, dev = 0.1s
//test/core/end2end:resource_quota_server_test@poller=poll@experiment=event_engine_client PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:resource_quota_server_test@poller=poll@experiment=no_event_engine_listener PASSED in 10.3s
Stats over 10 runs: max = 10.3s, min = 0.7s, avg = 2.2s, dev = 3.1s
//test/core/end2end:retry_cancel_after_first_attempt_starts_test@experiment=work_serializer_dispatch PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 0.7s, avg = 1.0s, dev = 0.3s
//test/core/end2end:retry_cancel_after_first_attempt_starts_test@poller=epoll1 PASSED in 3.7s
Stats over 10 runs: max = 3.7s, min = 0.7s, avg = 1.2s, dev = 0.9s
//test/core/end2end:retry_cancel_after_first_attempt_starts_test@poller=epoll1@experiment=event_engine_client PASSED in 2.3s
Stats over 10 runs: max = 2.3s, min = 0.7s, avg = 1.1s, dev = 0.6s
//test/core/end2end:retry_cancel_after_first_attempt_starts_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 20.7s
Stats over 10 runs: max = 20.7s, min = 0.7s, avg = 2.8s, dev = 5.9s
//test/core/end2end:retry_cancel_after_first_attempt_starts_test@poller=poll PASSED in 21.2s
Stats over 10 runs: max = 21.2s, min = 0.8s, avg = 2.9s, dev = 6.1s
//test/core/end2end:retry_cancel_after_first_attempt_starts_test@poller=poll@experiment=event_engine_client PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_cancel_after_first_attempt_starts_test@poller=poll@experiment=no_event_engine_listener PASSED in 20.7s
Stats over 10 runs: max = 20.7s, min = 0.6s, avg = 2.8s, dev = 6.0s
//test/core/end2end:retry_cancel_during_delay_test@experiment=work_serializer_dispatch PASSED in 61.2s
Stats over 10 runs: max = 61.2s, min = 30.8s, avg = 37.3s, dev = 12.0s
//test/core/end2end:retry_cancel_during_delay_test@poller=epoll1 PASSED in 91.2s
Stats over 10 runs: max = 91.2s, min = 61.0s, avg = 79.0s, dev = 14.6s
//test/core/end2end:retry_cancel_during_delay_test@poller=epoll1@experiment=event_engine_client PASSED in 61.1s
Stats over 10 runs: max = 61.1s, min = 30.7s, avg = 37.0s, dev = 12.0s
//test/core/end2end:retry_cancel_during_delay_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 60.8s
Stats over 10 runs: max = 60.8s, min = 30.8s, avg = 36.9s, dev = 11.9s
//test/core/end2end:retry_cancel_during_delay_test@poller=poll PASSED in 91.4s
Stats over 10 runs: max = 91.4s, min = 61.1s, avg = 79.2s, dev = 14.6s
//test/core/end2end:retry_cancel_during_delay_test@poller=poll@experiment=event_engine_client PASSED in 61.2s
Stats over 10 runs: max = 61.2s, min = 30.7s, avg = 37.1s, dev = 12.0s
//test/core/end2end:retry_cancel_during_delay_test@poller=poll@experiment=no_event_engine_listener PASSED in 61.0s
Stats over 10 runs: max = 61.0s, min = 30.8s, avg = 36.9s, dev = 12.0s
//test/core/end2end:retry_cancel_with_multiple_send_batches_test@experiment=work_serializer_dispatch PASSED in 7.2s
Stats over 10 runs: max = 7.2s, min = 3.7s, avg = 4.5s, dev = 1.2s
//test/core/end2end:retry_cancel_with_multiple_send_batches_test@poller=epoll1 PASSED in 10.4s
Stats over 10 runs: max = 10.4s, min = 7.0s, avg = 8.9s, dev = 1.5s
//test/core/end2end:retry_cancel_with_multiple_send_batches_test@poller=epoll1@experiment=event_engine_client PASSED in 7.2s
Stats over 10 runs: max = 7.2s, min = 3.8s, avg = 4.6s, dev = 1.3s
//test/core/end2end:retry_cancel_with_multiple_send_batches_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 23.8s
Stats over 10 runs: max = 23.8s, min = 3.7s, avg = 6.4s, dev = 5.9s
//test/core/end2end:retry_cancel_with_multiple_send_batches_test@poller=poll PASSED in 10.1s
Stats over 10 runs: max = 10.1s, min = 7.1s, avg = 9.2s, dev = 1.2s
//test/core/end2end:retry_cancel_with_multiple_send_batches_test@poller=poll@experiment=event_engine_client PASSED in 7.0s
Stats over 10 runs: max = 7.0s, min = 3.7s, avg = 4.5s, dev = 1.2s
//test/core/end2end:retry_cancel_with_multiple_send_batches_test@poller=poll@experiment=no_event_engine_listener PASSED in 23.8s
Stats over 10 runs: max = 23.8s, min = 3.8s, avg = 8.4s, dev = 7.8s
//test/core/end2end:retry_cancellation_test@experiment=work_serializer_dispatch PASSED in 12.1s
Stats over 10 runs: max = 12.1s, min = 6.7s, avg = 8.2s, dev = 2.0s
//test/core/end2end:retry_cancellation_test@poller=epoll1 PASSED in 19.1s
Stats over 10 runs: max = 19.1s, min = 14.0s, avg = 16.7s, dev = 2.1s
//test/core/end2end:retry_cancellation_test@poller=epoll1@experiment=event_engine_client PASSED in 11.9s
Stats over 10 runs: max = 11.9s, min = 6.7s, avg = 8.1s, dev = 2.0s
//test/core/end2end:retry_cancellation_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 13.3s
Stats over 10 runs: max = 13.3s, min = 6.7s, avg = 8.3s, dev = 2.4s
//test/core/end2end:retry_cancellation_test@poller=poll PASSED in 19.5s
Stats over 10 runs: max = 19.5s, min = 14.1s, avg = 16.8s, dev = 2.1s
//test/core/end2end:retry_cancellation_test@poller=poll@experiment=event_engine_client PASSED in 13.0s
Stats over 10 runs: max = 13.0s, min = 6.8s, avg = 8.2s, dev = 2.2s
//test/core/end2end:retry_cancellation_test@poller=poll@experiment=no_event_engine_listener PASSED in 11.9s
Stats over 10 runs: max = 11.9s, min = 6.7s, avg = 8.0s, dev = 1.9s
//test/core/end2end:retry_disabled_test@experiment=work_serializer_dispatch PASSED in 2.5s
Stats over 10 runs: max = 2.5s, min = 0.7s, avg = 1.1s, dev = 0.7s
//test/core/end2end:retry_disabled_test@poller=epoll1 PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.6s, avg = 0.9s, dev = 0.2s
//test/core/end2end:retry_disabled_test@poller=epoll1@experiment=event_engine_client PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_disabled_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.7s, avg = 0.9s, dev = 0.1s
//test/core/end2end:retry_disabled_test@poller=poll PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.7s, avg = 1.0s, dev = 0.2s
//test/core/end2end:retry_disabled_test@poller=poll@experiment=event_engine_client PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:retry_disabled_test@poller=poll@experiment=no_event_engine_listener PASSED in 4.1s
Stats over 10 runs: max = 4.1s, min = 0.7s, avg = 1.1s, dev = 1.0s
//test/core/end2end:retry_exceeds_buffer_size_in_delay_test@experiment=work_serializer_dispatch PASSED in 5.0s
Stats over 10 runs: max = 5.0s, min = 2.7s, avg = 3.4s, dev = 0.9s
//test/core/end2end:retry_exceeds_buffer_size_in_delay_test@poller=epoll1 PASSED in 7.5s
Stats over 10 runs: max = 7.5s, min = 4.7s, avg = 6.2s, dev = 1.0s
//test/core/end2end:retry_exceeds_buffer_size_in_delay_test@poller=epoll1@experiment=event_engine_client PASSED in 5.3s
Stats over 10 runs: max = 5.3s, min = 2.6s, avg = 3.5s, dev = 1.1s
//test/core/end2end:retry_exceeds_buffer_size_in_delay_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 5.1s
Stats over 10 runs: max = 5.1s, min = 2.7s, avg = 3.4s, dev = 1.0s
//test/core/end2end:retry_exceeds_buffer_size_in_delay_test@poller=poll PASSED in 7.5s
Stats over 10 runs: max = 7.5s, min = 4.7s, avg = 6.2s, dev = 1.1s
//test/core/end2end:retry_exceeds_buffer_size_in_delay_test@poller=poll@experiment=event_engine_client PASSED in 4.9s
Stats over 10 runs: max = 4.9s, min = 2.7s, avg = 3.2s, dev = 0.9s
//test/core/end2end:retry_exceeds_buffer_size_in_delay_test@poller=poll@experiment=no_event_engine_listener PASSED in 4.9s
Stats over 10 runs: max = 4.9s, min = 2.6s, avg = 3.2s, dev = 0.9s
//test/core/end2end:retry_exceeds_buffer_size_in_initial_batch_test@experiment=work_serializer_dispatch PASSED in 2.2s
Stats over 10 runs: max = 2.2s, min = 0.7s, avg = 1.0s, dev = 0.4s
//test/core/end2end:retry_exceeds_buffer_size_in_initial_batch_test@poller=epoll1 PASSED in 2.5s
Stats over 10 runs: max = 2.5s, min = 0.6s, avg = 1.1s, dev = 0.5s
//test/core/end2end:retry_exceeds_buffer_size_in_initial_batch_test@poller=epoll1@experiment=event_engine_client PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_exceeds_buffer_size_in_initial_batch_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 2.5s
Stats over 10 runs: max = 2.5s, min = 0.7s, avg = 1.0s, dev = 0.5s
//test/core/end2end:retry_exceeds_buffer_size_in_initial_batch_test@poller=poll PASSED in 2.6s
Stats over 10 runs: max = 2.6s, min = 0.8s, avg = 1.3s, dev = 0.6s
//test/core/end2end:retry_exceeds_buffer_size_in_initial_batch_test@poller=poll@experiment=event_engine_client PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.7s, avg = 0.9s, dev = 0.1s
//test/core/end2end:retry_exceeds_buffer_size_in_initial_batch_test@poller=poll@experiment=no_event_engine_listener PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.7s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_exceeds_buffer_size_in_subsequent_batch_test@experiment=work_serializer_dispatch PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.8s, avg = 0.9s, dev = 0.1s
//test/core/end2end:retry_exceeds_buffer_size_in_subsequent_batch_test@poller=epoll1 PASSED in 2.6s
Stats over 10 runs: max = 2.6s, min = 0.8s, avg = 1.1s, dev = 0.5s
//test/core/end2end:retry_exceeds_buffer_size_in_subsequent_batch_test@poller=epoll1@experiment=event_engine_client PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:retry_exceeds_buffer_size_in_subsequent_batch_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.7s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_exceeds_buffer_size_in_subsequent_batch_test@poller=poll PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.8s, avg = 1.0s, dev = 0.2s
//test/core/end2end:retry_exceeds_buffer_size_in_subsequent_batch_test@poller=poll@experiment=event_engine_client PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_exceeds_buffer_size_in_subsequent_batch_test@poller=poll@experiment=no_event_engine_listener PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_lb_drop_test@experiment=work_serializer_dispatch PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_lb_drop_test@poller=epoll1 PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.8s, avg = 0.9s, dev = 0.1s
//test/core/end2end:retry_lb_drop_test@poller=epoll1@experiment=event_engine_client PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.7s, avg = 0.9s, dev = 0.1s
//test/core/end2end:retry_lb_drop_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_lb_drop_test@poller=poll PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.7s, avg = 0.9s, dev = 0.1s
//test/core/end2end:retry_lb_drop_test@poller=poll@experiment=event_engine_client PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:retry_lb_drop_test@poller=poll@experiment=no_event_engine_listener PASSED in 2.6s
Stats over 10 runs: max = 2.6s, min = 0.6s, avg = 0.9s, dev = 0.5s
//test/core/end2end:retry_lb_fail_test@experiment=work_serializer_dispatch PASSED in 3.2s
Stats over 10 runs: max = 3.2s, min = 1.7s, avg = 2.0s, dev = 0.5s
//test/core/end2end:retry_lb_fail_test@poller=epoll1 PASSED in 5.6s
Stats over 10 runs: max = 5.6s, min = 2.7s, avg = 3.7s, dev = 0.8s
//test/core/end2end:retry_lb_fail_test@poller=epoll1@experiment=event_engine_client PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.7s, avg = 2.0s, dev = 0.4s
//test/core/end2end:retry_lb_fail_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 3.6s
Stats over 10 runs: max = 3.6s, min = 1.7s, avg = 2.1s, dev = 0.6s
//test/core/end2end:retry_lb_fail_test@poller=poll PASSED in 4.2s
Stats over 10 runs: max = 4.2s, min = 2.8s, avg = 3.5s, dev = 0.6s
//test/core/end2end:retry_lb_fail_test@poller=poll@experiment=event_engine_client PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.6s, avg = 2.0s, dev = 0.5s
//test/core/end2end:retry_lb_fail_test@poller=poll@experiment=no_event_engine_listener PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.7s, avg = 2.0s, dev = 0.4s
//test/core/end2end:retry_non_retriable_status_before_trailers_test@experiment=work_serializer_dispatch PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 0.7s, avg = 1.2s, dev = 0.6s
//test/core/end2end:retry_non_retriable_status_before_trailers_test@poller=epoll1 PASSED in 2.1s
Stats over 10 runs: max = 2.1s, min = 0.7s, avg = 1.1s, dev = 0.4s
//test/core/end2end:retry_non_retriable_status_before_trailers_test@poller=epoll1@experiment=event_engine_client PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.7s, avg = 0.9s, dev = 0.1s
//test/core/end2end:retry_non_retriable_status_before_trailers_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 2.4s
Stats over 10 runs: max = 2.4s, min = 0.6s, avg = 1.1s, dev = 0.6s
//test/core/end2end:retry_non_retriable_status_before_trailers_test@poller=poll PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.7s, avg = 1.0s, dev = 0.2s
//test/core/end2end:retry_non_retriable_status_before_trailers_test@poller=poll@experiment=event_engine_client PASSED in 3.6s
Stats over 10 runs: max = 3.6s, min = 0.7s, avg = 1.3s, dev = 0.8s
//test/core/end2end:retry_non_retriable_status_before_trailers_test@poller=poll@experiment=no_event_engine_listener PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_non_retriable_status_test@experiment=work_serializer_dispatch PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:retry_non_retriable_status_test@poller=epoll1 PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.6s, avg = 1.0s, dev = 0.2s
//test/core/end2end:retry_non_retriable_status_test@poller=epoll1@experiment=event_engine_client PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_non_retriable_status_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:retry_non_retriable_status_test@poller=poll PASSED in 1.8s
Stats over 10 runs: max = 1.8s, min = 0.7s, avg = 1.0s, dev = 0.3s
//test/core/end2end:retry_non_retriable_status_test@poller=poll@experiment=event_engine_client PASSED in 4.0s
Stats over 10 runs: max = 4.0s, min = 0.7s, avg = 1.2s, dev = 0.9s
//test/core/end2end:retry_non_retriable_status_test@poller=poll@experiment=no_event_engine_listener PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.7s, avg = 0.8s, dev = 0.0s
//test/core/end2end:retry_per_attempt_recv_timeout_on_last_attempt_test@experiment=work_serializer_dispatch PASSED in 11.7s
Stats over 10 runs: max = 11.7s, min = 5.7s, avg = 7.2s, dev = 2.3s
//test/core/end2end:retry_per_attempt_recv_timeout_on_last_attempt_test@poller=epoll1 PASSED in 18.9s
Stats over 10 runs: max = 18.9s, min = 10.7s, avg = 14.3s, dev = 2.9s
//test/core/end2end:retry_per_attempt_recv_timeout_on_last_attempt_test@poller=epoll1@experiment=event_engine_client PASSED in 10.9s
Stats over 10 runs: max = 10.9s, min = 5.7s, avg = 6.9s, dev = 2.0s
//test/core/end2end:retry_per_attempt_recv_timeout_on_last_attempt_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 10.8s
Stats over 10 runs: max = 10.8s, min = 5.7s, avg = 7.1s, dev = 2.0s
//test/core/end2end:retry_per_attempt_recv_timeout_on_last_attempt_test@poller=poll PASSED in 17.4s
Stats over 10 runs: max = 17.4s, min = 10.8s, avg = 14.1s, dev = 2.7s
//test/core/end2end:retry_per_attempt_recv_timeout_on_last_attempt_test@poller=poll@experiment=event_engine_client PASSED in 11.8s
Stats over 10 runs: max = 11.8s, min = 5.7s, avg = 6.9s, dev = 2.2s
//test/core/end2end:retry_per_attempt_recv_timeout_on_last_attempt_test@poller=poll@experiment=no_event_engine_listener PASSED in 11.2s
Stats over 10 runs: max = 11.2s, min = 5.7s, avg = 6.9s, dev = 2.1s
//test/core/end2end:retry_per_attempt_recv_timeout_test@experiment=work_serializer_dispatch PASSED in 10.5s
Stats over 10 runs: max = 10.5s, min = 5.4s, avg = 6.7s, dev = 1.9s
//test/core/end2end:retry_per_attempt_recv_timeout_test@poller=epoll1 PASSED in 15.2s
Stats over 10 runs: max = 15.2s, min = 9.4s, avg = 12.8s, dev = 2.6s
//test/core/end2end:retry_per_attempt_recv_timeout_test@poller=epoll1@experiment=event_engine_client PASSED in 10.2s
Stats over 10 runs: max = 10.2s, min = 5.2s, avg = 6.3s, dev = 1.9s
//test/core/end2end:retry_per_attempt_recv_timeout_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 10.3s
Stats over 10 runs: max = 10.3s, min = 5.0s, avg = 6.2s, dev = 2.0s
//test/core/end2end:retry_per_attempt_recv_timeout_test@poller=poll PASSED in 15.3s
Stats over 10 runs: max = 15.3s, min = 9.7s, avg = 12.9s, dev = 2.3s
//test/core/end2end:retry_per_attempt_recv_timeout_test@poller=poll@experiment=event_engine_client PASSED in 11.1s
Stats over 10 runs: max = 11.1s, min = 5.2s, avg = 6.5s, dev = 2.1s
//test/core/end2end:retry_per_attempt_recv_timeout_test@poller=poll@experiment=no_event_engine_listener PASSED in 10.0s
Stats over 10 runs: max = 10.0s, min = 5.2s, avg = 6.4s, dev = 1.8s
//test/core/end2end:retry_recv_initial_metadata_test@experiment=work_serializer_dispatch PASSED in 2.4s
Stats over 10 runs: max = 2.4s, min = 0.7s, avg = 1.0s, dev = 0.5s
//test/core/end2end:retry_recv_initial_metadata_test@poller=epoll1 PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.8s, avg = 0.9s, dev = 0.1s
//test/core/end2end:retry_recv_initial_metadata_test@poller=epoll1@experiment=event_engine_client PASSED in 1.9s
Stats over 10 runs: max = 1.9s, min = 0.7s, avg = 1.0s, dev = 0.3s
//test/core/end2end:retry_recv_initial_metadata_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 2.2s
Stats over 10 runs: max = 2.2s, min = 0.7s, avg = 0.9s, dev = 0.4s
//test/core/end2end:retry_recv_initial_metadata_test@poller=poll PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.7s, avg = 1.0s, dev = 0.3s
//test/core/end2end:retry_recv_initial_metadata_test@poller=poll@experiment=event_engine_client PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_recv_initial_metadata_test@poller=poll@experiment=no_event_engine_listener PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_recv_message_replay_test@experiment=work_serializer_dispatch PASSED in 3.1s
Stats over 10 runs: max = 3.1s, min = 1.7s, avg = 2.1s, dev = 0.5s
//test/core/end2end:retry_recv_message_replay_test@poller=epoll1 PASSED in 4.5s
Stats over 10 runs: max = 4.5s, min = 2.8s, avg = 3.6s, dev = 0.6s
//test/core/end2end:retry_recv_message_replay_test@poller=epoll1@experiment=event_engine_client PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.7s, avg = 2.1s, dev = 0.5s
//test/core/end2end:retry_recv_message_replay_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.7s, avg = 2.0s, dev = 0.4s
//test/core/end2end:retry_recv_message_replay_test@poller=poll PASSED in 5.7s
Stats over 10 runs: max = 5.7s, min = 2.8s, avg = 4.0s, dev = 0.8s
//test/core/end2end:retry_recv_message_replay_test@poller=poll@experiment=event_engine_client PASSED in 3.1s
Stats over 10 runs: max = 3.1s, min = 1.7s, avg = 2.1s, dev = 0.5s
//test/core/end2end:retry_recv_message_replay_test@poller=poll@experiment=no_event_engine_listener PASSED in 3.1s
Stats over 10 runs: max = 3.1s, min = 1.8s, avg = 2.2s, dev = 0.5s
//test/core/end2end:retry_recv_message_test@experiment=work_serializer_dispatch PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 0.8s, avg = 1.2s, dev = 0.6s
//test/core/end2end:retry_recv_message_test@poller=epoll1 PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.7s, avg = 1.0s, dev = 0.2s
//test/core/end2end:retry_recv_message_test@poller=epoll1@experiment=event_engine_client PASSED in 1.8s
Stats over 10 runs: max = 1.8s, min = 0.8s, avg = 1.0s, dev = 0.3s
//test/core/end2end:retry_recv_message_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_recv_message_test@poller=poll PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 0.7s, avg = 1.2s, dev = 0.7s
//test/core/end2end:retry_recv_message_test@poller=poll@experiment=event_engine_client PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_recv_message_test@poller=poll@experiment=no_event_engine_listener PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_recv_trailing_metadata_error_test@experiment=work_serializer_dispatch PASSED in 2.2s
Stats over 10 runs: max = 2.2s, min = 0.8s, avg = 1.2s, dev = 0.5s
//test/core/end2end:retry_recv_trailing_metadata_error_test@poller=epoll1 PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:retry_recv_trailing_metadata_error_test@poller=epoll1@experiment=event_engine_client PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.6s, avg = 0.9s, dev = 0.2s
//test/core/end2end:retry_recv_trailing_metadata_error_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.6s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_recv_trailing_metadata_error_test@poller=poll PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.7s, avg = 1.0s, dev = 0.2s
//test/core/end2end:retry_recv_trailing_metadata_error_test@poller=poll@experiment=event_engine_client PASSED in 1.8s
Stats over 10 runs: max = 1.8s, min = 0.7s, avg = 1.0s, dev = 0.3s
//test/core/end2end:retry_recv_trailing_metadata_error_test@poller=poll@experiment=no_event_engine_listener PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.7s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_send_initial_metadata_refs_test@experiment=work_serializer_dispatch PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.7s, avg = 2.1s, dev = 0.5s
//test/core/end2end:retry_send_initial_metadata_refs_test@poller=epoll1 PASSED in 4.2s
Stats over 10 runs: max = 4.2s, min = 2.8s, avg = 3.5s, dev = 0.6s
//test/core/end2end:retry_send_initial_metadata_refs_test@poller=epoll1@experiment=event_engine_client PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.7s, avg = 2.0s, dev = 0.4s
//test/core/end2end:retry_send_initial_metadata_refs_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.7s, avg = 2.0s, dev = 0.4s
//test/core/end2end:retry_send_initial_metadata_refs_test@poller=poll PASSED in 4.3s
Stats over 10 runs: max = 4.3s, min = 2.7s, avg = 3.6s, dev = 0.6s
//test/core/end2end:retry_send_initial_metadata_refs_test@poller=poll@experiment=event_engine_client PASSED in 3.1s
Stats over 10 runs: max = 3.1s, min = 1.7s, avg = 2.1s, dev = 0.5s
//test/core/end2end:retry_send_initial_metadata_refs_test@poller=poll@experiment=no_event_engine_listener PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.7s, avg = 2.1s, dev = 0.5s
//test/core/end2end:retry_send_op_fails_test@experiment=work_serializer_dispatch PASSED in 3.1s
Stats over 10 runs: max = 3.1s, min = 1.7s, avg = 2.1s, dev = 0.5s
//test/core/end2end:retry_send_op_fails_test@poller=epoll1 PASSED in 4.1s
Stats over 10 runs: max = 4.1s, min = 2.7s, avg = 3.5s, dev = 0.5s
//test/core/end2end:retry_send_op_fails_test@poller=epoll1@experiment=event_engine_client PASSED in 4.6s
Stats over 10 runs: max = 4.6s, min = 1.6s, avg = 2.2s, dev = 0.9s
//test/core/end2end:retry_send_op_fails_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 4.8s
Stats over 10 runs: max = 4.8s, min = 1.7s, avg = 2.2s, dev = 0.9s
//test/core/end2end:retry_send_op_fails_test@poller=poll PASSED in 5.3s
Stats over 10 runs: max = 5.3s, min = 2.9s, avg = 4.0s, dev = 0.8s
//test/core/end2end:retry_send_op_fails_test@poller=poll@experiment=event_engine_client PASSED in 3.5s
Stats over 10 runs: max = 3.5s, min = 1.7s, avg = 2.2s, dev = 0.6s
//test/core/end2end:retry_send_op_fails_test@poller=poll@experiment=no_event_engine_listener PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.6s, avg = 2.0s, dev = 0.4s
//test/core/end2end:retry_send_recv_batch_test@experiment=work_serializer_dispatch PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_send_recv_batch_test@poller=epoll1 PASSED in 2.5s
Stats over 10 runs: max = 2.5s, min = 0.8s, avg = 1.3s, dev = 0.5s
//test/core/end2end:retry_send_recv_batch_test@poller=epoll1@experiment=event_engine_client PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.7s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_send_recv_batch_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 3.1s
Stats over 10 runs: max = 3.1s, min = 0.7s, avg = 1.1s, dev = 0.7s
//test/core/end2end:retry_send_recv_batch_test@poller=poll PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.8s, avg = 1.0s, dev = 0.2s
//test/core/end2end:retry_send_recv_batch_test@poller=poll@experiment=event_engine_client PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:retry_send_recv_batch_test@poller=poll@experiment=no_event_engine_listener PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_server_pushback_delay_test@experiment=work_serializer_dispatch PASSED in 5.0s
Stats over 10 runs: max = 5.0s, min = 2.7s, avg = 3.2s, dev = 0.9s
//test/core/end2end:retry_server_pushback_delay_test@poller=epoll1 PASSED in 7.1s
Stats over 10 runs: max = 7.1s, min = 4.8s, avg = 6.3s, dev = 1.0s
//test/core/end2end:retry_server_pushback_delay_test@poller=epoll1@experiment=event_engine_client PASSED in 5.2s
Stats over 10 runs: max = 5.2s, min = 2.7s, avg = 3.3s, dev = 1.0s
//test/core/end2end:retry_server_pushback_delay_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 5.3s
Stats over 10 runs: max = 5.3s, min = 2.7s, avg = 3.4s, dev = 1.1s
//test/core/end2end:retry_server_pushback_delay_test@poller=poll PASSED in 7.1s
Stats over 10 runs: max = 7.1s, min = 4.8s, avg = 6.1s, dev = 1.0s
//test/core/end2end:retry_server_pushback_delay_test@poller=poll@experiment=event_engine_client PASSED in 5.3s
Stats over 10 runs: max = 5.3s, min = 2.6s, avg = 3.3s, dev = 0.9s
//test/core/end2end:retry_server_pushback_delay_test@poller=poll@experiment=no_event_engine_listener PASSED in 5.6s
Stats over 10 runs: max = 5.6s, min = 2.7s, avg = 3.8s, dev = 1.1s
//test/core/end2end:retry_server_pushback_disabled_test@experiment=work_serializer_dispatch PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 1.6s, avg = 2.1s, dev = 0.5s
//test/core/end2end:retry_server_pushback_disabled_test@poller=epoll1 PASSED in 5.5s
Stats over 10 runs: max = 5.5s, min = 2.8s, avg = 3.7s, dev = 0.8s
//test/core/end2end:retry_server_pushback_disabled_test@poller=epoll1@experiment=event_engine_client PASSED in 4.0s
Stats over 10 runs: max = 4.0s, min = 1.8s, avg = 2.3s, dev = 0.7s
//test/core/end2end:retry_server_pushback_disabled_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 1.7s, avg = 2.2s, dev = 0.4s
//test/core/end2end:retry_server_pushback_disabled_test@poller=poll PASSED in 4.2s
Stats over 10 runs: max = 4.2s, min = 2.7s, avg = 3.5s, dev = 0.5s
//test/core/end2end:retry_server_pushback_disabled_test@poller=poll@experiment=event_engine_client PASSED in 3.1s
Stats over 10 runs: max = 3.1s, min = 1.7s, avg = 2.0s, dev = 0.5s
//test/core/end2end:retry_server_pushback_disabled_test@poller=poll@experiment=no_event_engine_listener PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.7s, avg = 2.0s, dev = 0.4s
//test/core/end2end:retry_streaming_after_commit_test@experiment=work_serializer_dispatch PASSED in 2.2s
Stats over 10 runs: max = 2.2s, min = 0.7s, avg = 1.0s, dev = 0.4s
//test/core/end2end:retry_streaming_after_commit_test@poller=epoll1 PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.7s, avg = 1.0s, dev = 0.2s
//test/core/end2end:retry_streaming_after_commit_test@poller=epoll1@experiment=event_engine_client PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:retry_streaming_after_commit_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 2.5s
Stats over 10 runs: max = 2.5s, min = 0.6s, avg = 1.0s, dev = 0.6s
//test/core/end2end:retry_streaming_after_commit_test@poller=poll PASSED in 2.4s
Stats over 10 runs: max = 2.4s, min = 0.7s, avg = 1.1s, dev = 0.5s
//test/core/end2end:retry_streaming_after_commit_test@poller=poll@experiment=event_engine_client PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:retry_streaming_after_commit_test@poller=poll@experiment=no_event_engine_listener PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_streaming_succeeds_before_replay_finished_test@experiment=work_serializer_dispatch PASSED in 3.6s
Stats over 10 runs: max = 3.6s, min = 1.7s, avg = 2.2s, dev = 0.6s
//test/core/end2end:retry_streaming_succeeds_before_replay_finished_test@poller=epoll1 PASSED in 5.8s
Stats over 10 runs: max = 5.8s, min = 2.8s, avg = 3.8s, dev = 0.9s
//test/core/end2end:retry_streaming_succeeds_before_replay_finished_test@poller=epoll1@experiment=event_engine_client PASSED in 4.0s
Stats over 10 runs: max = 4.0s, min = 1.7s, avg = 2.3s, dev = 0.7s
//test/core/end2end:retry_streaming_succeeds_before_replay_finished_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 3.7s
Stats over 10 runs: max = 3.7s, min = 1.8s, avg = 2.5s, dev = 0.7s
//test/core/end2end:retry_streaming_succeeds_before_replay_finished_test@poller=poll PASSED in 4.2s
Stats over 10 runs: max = 4.2s, min = 2.7s, avg = 3.6s, dev = 0.6s
//test/core/end2end:retry_streaming_succeeds_before_replay_finished_test@poller=poll@experiment=event_engine_client PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.7s, avg = 2.1s, dev = 0.5s
//test/core/end2end:retry_streaming_succeeds_before_replay_finished_test@poller=poll@experiment=no_event_engine_listener PASSED in 3.1s
Stats over 10 runs: max = 3.1s, min = 1.7s, avg = 2.1s, dev = 0.5s
//test/core/end2end:retry_streaming_test@experiment=work_serializer_dispatch PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 1.7s, avg = 2.1s, dev = 0.4s
//test/core/end2end:retry_streaming_test@poller=epoll1 PASSED in 4.2s
Stats over 10 runs: max = 4.2s, min = 2.8s, avg = 3.5s, dev = 0.6s
//test/core/end2end:retry_streaming_test@poller=epoll1@experiment=event_engine_client PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 1.8s, avg = 2.1s, dev = 0.4s
//test/core/end2end:retry_streaming_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 1.6s, avg = 2.0s, dev = 0.4s
//test/core/end2end:retry_streaming_test@poller=poll PASSED in 4.3s
Stats over 10 runs: max = 4.3s, min = 2.7s, avg = 3.5s, dev = 0.6s
//test/core/end2end:retry_streaming_test@poller=poll@experiment=event_engine_client PASSED in 3.3s
Stats over 10 runs: max = 3.3s, min = 1.7s, avg = 2.3s, dev = 0.6s
//test/core/end2end:retry_streaming_test@poller=poll@experiment=no_event_engine_listener PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.7s, avg = 2.1s, dev = 0.5s
//test/core/end2end:retry_test@experiment=work_serializer_dispatch PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.7s, avg = 2.1s, dev = 0.4s
//test/core/end2end:retry_test@poller=epoll1 PASSED in 4.2s
Stats over 10 runs: max = 4.2s, min = 2.7s, avg = 3.5s, dev = 0.6s
//test/core/end2end:retry_test@poller=epoll1@experiment=event_engine_client PASSED in 3.9s
Stats over 10 runs: max = 3.9s, min = 1.8s, avg = 2.4s, dev = 0.7s
//test/core/end2end:retry_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 1.7s, avg = 2.1s, dev = 0.5s
//test/core/end2end:retry_test@poller=poll PASSED in 4.2s
Stats over 10 runs: max = 4.2s, min = 2.7s, avg = 3.5s, dev = 0.7s
//test/core/end2end:retry_test@poller=poll@experiment=event_engine_client PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.7s, avg = 2.2s, dev = 0.4s
//test/core/end2end:retry_test@poller=poll@experiment=no_event_engine_listener PASSED in 3.2s
Stats over 10 runs: max = 3.2s, min = 1.7s, avg = 2.1s, dev = 0.6s
//test/core/end2end:retry_throttled_test@experiment=work_serializer_dispatch PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.6s, avg = 0.9s, dev = 0.2s
//test/core/end2end:retry_throttled_test@poller=epoll1 PASSED in 1.9s
Stats over 10 runs: max = 1.9s, min = 0.6s, avg = 1.1s, dev = 0.4s
//test/core/end2end:retry_throttled_test@poller=epoll1@experiment=event_engine_client PASSED in 2.1s
Stats over 10 runs: max = 2.1s, min = 0.7s, avg = 1.2s, dev = 0.5s
//test/core/end2end:retry_throttled_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.6s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_throttled_test@poller=poll PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.7s, avg = 1.0s, dev = 0.2s
//test/core/end2end:retry_throttled_test@poller=poll@experiment=event_engine_client PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_throttled_test@poller=poll@experiment=no_event_engine_listener PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_too_many_attempts_test@experiment=work_serializer_dispatch PASSED in 3.7s
Stats over 10 runs: max = 3.7s, min = 1.6s, avg = 2.3s, dev = 0.7s
//test/core/end2end:retry_too_many_attempts_test@poller=epoll1 PASSED in 4.3s
Stats over 10 runs: max = 4.3s, min = 2.7s, avg = 3.5s, dev = 0.6s
//test/core/end2end:retry_too_many_attempts_test@poller=epoll1@experiment=event_engine_client PASSED in 3.6s
Stats over 10 runs: max = 3.6s, min = 1.7s, avg = 2.2s, dev = 0.6s
//test/core/end2end:retry_too_many_attempts_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 4.8s
Stats over 10 runs: max = 4.8s, min = 1.7s, avg = 2.3s, dev = 0.9s
//test/core/end2end:retry_too_many_attempts_test@poller=poll PASSED in 7.4s
Stats over 10 runs: max = 7.4s, min = 2.7s, avg = 4.1s, dev = 1.3s
//test/core/end2end:retry_too_many_attempts_test@poller=poll@experiment=event_engine_client PASSED in 4.7s
Stats over 10 runs: max = 4.7s, min = 1.7s, avg = 2.3s, dev = 0.9s
//test/core/end2end:retry_too_many_attempts_test@poller=poll@experiment=no_event_engine_listener PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.7s, avg = 2.0s, dev = 0.4s
//test/core/end2end:retry_transparent_goaway_test@experiment=work_serializer_dispatch PASSED in 4.4s
Stats over 10 runs: max = 4.4s, min = 0.8s, avg = 1.4s, dev = 1.1s
//test/core/end2end:retry_transparent_goaway_test@poller=epoll1 PASSED in 3.2s
Stats over 10 runs: max = 3.2s, min = 0.8s, avg = 1.3s, dev = 0.7s
//test/core/end2end:retry_transparent_goaway_test@poller=epoll1@experiment=event_engine_client PASSED in 3.1s
Stats over 10 runs: max = 3.1s, min = 0.8s, avg = 1.1s, dev = 0.7s
//test/core/end2end:retry_transparent_goaway_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.6s, avg = 0.9s, dev = 0.3s
//test/core/end2end:retry_transparent_goaway_test@poller=poll PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:retry_transparent_goaway_test@poller=poll@experiment=event_engine_client PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.7s, avg = 0.9s, dev = 0.3s
//test/core/end2end:retry_transparent_goaway_test@poller=poll@experiment=no_event_engine_listener PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.6s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_transparent_max_concurrent_streams_test@experiment=work_serializer_dispatch PASSED in 2.1s
Stats over 10 runs: max = 2.1s, min = 1.7s, avg = 1.9s, dev = 0.1s
//test/core/end2end:retry_transparent_max_concurrent_streams_test@poller=epoll1 PASSED in 4.3s
Stats over 10 runs: max = 4.3s, min = 2.7s, avg = 3.4s, dev = 0.7s
//test/core/end2end:retry_transparent_max_concurrent_streams_test@poller=epoll1@experiment=event_engine_client PASSED in 2.1s
Stats over 10 runs: max = 2.1s, min = 1.7s, avg = 1.9s, dev = 0.1s
//test/core/end2end:retry_transparent_max_concurrent_streams_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 2.0s
Stats over 10 runs: max = 2.0s, min = 1.7s, avg = 1.8s, dev = 0.1s
//test/core/end2end:retry_transparent_max_concurrent_streams_test@poller=poll PASSED in 4.5s
Stats over 10 runs: max = 4.5s, min = 2.8s, avg = 3.6s, dev = 0.7s
//test/core/end2end:retry_transparent_max_concurrent_streams_test@poller=poll@experiment=event_engine_client PASSED in 2.4s
Stats over 10 runs: max = 2.4s, min = 1.7s, avg = 1.9s, dev = 0.2s
//test/core/end2end:retry_transparent_max_concurrent_streams_test@poller=poll@experiment=no_event_engine_listener PASSED in 3.2s
Stats over 10 runs: max = 3.2s, min = 1.7s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_transparent_not_sent_on_wire_test@experiment=work_serializer_dispatch PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_transparent_not_sent_on_wire_test@poller=epoll1 PASSED in 2.6s
Stats over 10 runs: max = 2.6s, min = 0.8s, avg = 1.1s, dev = 0.5s
//test/core/end2end:retry_transparent_not_sent_on_wire_test@poller=epoll1@experiment=event_engine_client PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_transparent_not_sent_on_wire_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.7s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_transparent_not_sent_on_wire_test@poller=poll PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.7s, avg = 1.0s, dev = 0.2s
//test/core/end2end:retry_transparent_not_sent_on_wire_test@poller=poll@experiment=event_engine_client PASSED in 2.1s
Stats over 10 runs: max = 2.1s, min = 0.7s, avg = 1.1s, dev = 0.4s
//test/core/end2end:retry_transparent_not_sent_on_wire_test@poller=poll@experiment=no_event_engine_listener PASSED in 2.4s
Stats over 10 runs: max = 2.4s, min = 0.7s, avg = 1.0s, dev = 0.5s
//test/core/end2end:retry_unref_before_finish_test@experiment=work_serializer_dispatch PASSED in 3.9s
Stats over 10 runs: max = 3.9s, min = 0.8s, avg = 1.3s, dev = 1.0s
//test/core/end2end:retry_unref_before_finish_test@poller=epoll1 PASSED in 2.1s
Stats over 10 runs: max = 2.1s, min = 0.7s, avg = 1.0s, dev = 0.4s
//test/core/end2end:retry_unref_before_finish_test@poller=epoll1@experiment=event_engine_client PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_unref_before_finish_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 2.1s
Stats over 10 runs: max = 2.1s, min = 0.7s, avg = 0.9s, dev = 0.4s
//test/core/end2end:retry_unref_before_finish_test@poller=poll PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.8s, avg = 0.9s, dev = 0.1s
//test/core/end2end:retry_unref_before_finish_test@poller=poll@experiment=event_engine_client PASSED in 2.4s
Stats over 10 runs: max = 2.4s, min = 0.7s, avg = 0.9s, dev = 0.5s
//test/core/end2end:retry_unref_before_finish_test@poller=poll@experiment=no_event_engine_listener PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 0.7s, avg = 1.0s, dev = 0.6s
//test/core/end2end:retry_unref_before_recv_test@experiment=work_serializer_dispatch PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:retry_unref_before_recv_test@poller=epoll1 PASSED in 3.4s
Stats over 10 runs: max = 3.4s, min = 0.7s, avg = 1.3s, dev = 0.8s
//test/core/end2end:retry_unref_before_recv_test@poller=epoll1@experiment=event_engine_client PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_unref_before_recv_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 2.3s
Stats over 10 runs: max = 2.3s, min = 0.7s, avg = 1.0s, dev = 0.5s
//test/core/end2end:retry_unref_before_recv_test@poller=poll PASSED in 2.4s
Stats over 10 runs: max = 2.4s, min = 0.7s, avg = 1.1s, dev = 0.5s
//test/core/end2end:retry_unref_before_recv_test@poller=poll@experiment=event_engine_client PASSED in 2.6s
Stats over 10 runs: max = 2.6s, min = 0.7s, avg = 1.1s, dev = 0.6s
//test/core/end2end:retry_unref_before_recv_test@poller=poll@experiment=no_event_engine_listener PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:server_finishes_request_test@experiment=work_serializer_dispatch PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 0.8s, avg = 0.9s, dev = 0.3s
//test/core/end2end:server_finishes_request_test@poller=epoll1 PASSED in 3.5s
Stats over 10 runs: max = 3.5s, min = 0.7s, avg = 1.3s, dev = 0.8s
//test/core/end2end:server_finishes_request_test@poller=epoll1@experiment=event_engine_client PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 0.7s, avg = 1.1s, dev = 0.6s
//test/core/end2end:server_finishes_request_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:server_finishes_request_test@poller=poll PASSED in 1.6s
Stats over 10 runs: max = 1.6s, min = 0.6s, avg = 1.0s, dev = 0.2s
//test/core/end2end:server_finishes_request_test@poller=poll@experiment=event_engine_client PASSED in 5.0s
Stats over 10 runs: max = 5.0s, min = 0.7s, avg = 1.4s, dev = 1.2s
//test/core/end2end:server_finishes_request_test@poller=poll@experiment=no_event_engine_listener PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.6s, avg = 0.8s, dev = 0.2s
//test/core/end2end:server_streaming_test@experiment=work_serializer_dispatch PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.8s, avg = 1.1s, dev = 0.2s
//test/core/end2end:server_streaming_test@poller=epoll1 PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 1.1s, avg = 1.6s, dev = 0.6s
//test/core/end2end:server_streaming_test@poller=epoll1@experiment=event_engine_client PASSED in 2.0s
Stats over 10 runs: max = 2.0s, min = 0.7s, avg = 1.1s, dev = 0.4s
//test/core/end2end:server_streaming_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:server_streaming_test@poller=poll PASSED in 2.0s
Stats over 10 runs: max = 2.0s, min = 1.0s, avg = 1.3s, dev = 0.3s
//test/core/end2end:server_streaming_test@poller=poll@experiment=event_engine_client PASSED in 3.1s
Stats over 10 runs: max = 3.1s, min = 0.7s, avg = 1.3s, dev = 0.6s
//test/core/end2end:server_streaming_test@poller=poll@experiment=no_event_engine_listener PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 0.7s, avg = 1.3s, dev = 0.8s
//test/core/end2end:shutdown_finishes_calls_test@experiment=work_serializer_dispatch PASSED in 3.1s
Stats over 10 runs: max = 3.1s, min = 1.7s, avg = 2.4s, dev = 0.6s
//test/core/end2end:shutdown_finishes_calls_test@poller=epoll1 PASSED in 5.9s
Stats over 10 runs: max = 5.9s, min = 2.7s, avg = 4.3s, dev = 0.9s
//test/core/end2end:shutdown_finishes_calls_test@poller=epoll1@experiment=event_engine_client PASSED in 3.6s
Stats over 10 runs: max = 3.6s, min = 1.8s, avg = 2.5s, dev = 0.6s
//test/core/end2end:shutdown_finishes_calls_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 4.7s
Stats over 10 runs: max = 4.7s, min = 1.7s, avg = 2.6s, dev = 0.9s
//test/core/end2end:shutdown_finishes_calls_test@poller=poll PASSED in 6.7s
Stats over 10 runs: max = 6.7s, min = 3.8s, avg = 4.7s, dev = 0.9s
//test/core/end2end:shutdown_finishes_calls_test@poller=poll@experiment=event_engine_client PASSED in 5.3s
Stats over 10 runs: max = 5.3s, min = 1.7s, avg = 2.7s, dev = 1.0s
//test/core/end2end:shutdown_finishes_calls_test@poller=poll@experiment=no_event_engine_listener PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.7s, avg = 2.2s, dev = 0.5s
//test/core/end2end:shutdown_finishes_tags_test@experiment=work_serializer_dispatch PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:shutdown_finishes_tags_test@poller=epoll1 PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 0.7s, avg = 1.0s, dev = 0.3s
//test/core/end2end:shutdown_finishes_tags_test@poller=epoll1@experiment=event_engine_client PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 0.6s, avg = 0.9s, dev = 0.3s
//test/core/end2end:shutdown_finishes_tags_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:shutdown_finishes_tags_test@poller=poll PASSED in 3.2s
Stats over 10 runs: max = 3.2s, min = 0.7s, avg = 1.2s, dev = 0.9s
//test/core/end2end:shutdown_finishes_tags_test@poller=poll@experiment=event_engine_client PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:shutdown_finishes_tags_test@poller=poll@experiment=no_event_engine_listener PASSED in 2.0s
Stats over 10 runs: max = 2.0s, min = 0.7s, avg = 1.1s, dev = 0.4s
//test/core/end2end:simple_metadata_test@experiment=work_serializer_dispatch PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.7s, avg = 0.9s, dev = 0.1s
//test/core/end2end:simple_metadata_test@poller=epoll1 PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.7s, avg = 0.9s, dev = 0.1s
//test/core/end2end:simple_metadata_test@poller=epoll1@experiment=event_engine_client PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:simple_metadata_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:simple_metadata_test@poller=poll PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.8s, avg = 1.1s, dev = 0.2s
//test/core/end2end:simple_metadata_test@poller=poll@experiment=event_engine_client PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:simple_metadata_test@poller=poll@experiment=no_event_engine_listener PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 0.7s, avg = 1.0s, dev = 0.4s
//test/core/end2end:simple_request_test@experiment=work_serializer_dispatch PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.8s, avg = 1.0s, dev = 0.1s
//test/core/end2end:simple_request_test@poller=epoll1 PASSED in 1.8s
Stats over 10 runs: max = 1.8s, min = 0.9s, avg = 1.3s, dev = 0.3s
//test/core/end2end:simple_request_test@poller=epoll1@experiment=event_engine_client PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.7s, avg = 1.0s, dev = 0.2s
//test/core/end2end:simple_request_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.7s, avg = 0.8s, dev = 0.2s
//test/core/end2end:simple_request_test@poller=poll PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.8s, avg = 1.1s, dev = 0.1s
//test/core/end2end:simple_request_test@poller=poll@experiment=event_engine_client PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 0.8s, avg = 1.1s, dev = 0.6s
//test/core/end2end:simple_request_test@poller=poll@experiment=no_event_engine_listener PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:streaming_error_response_test@experiment=work_serializer_dispatch PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 0.8s, avg = 1.3s, dev = 0.5s
//test/core/end2end:streaming_error_response_test@poller=epoll1 PASSED in 1.8s
Stats over 10 runs: max = 1.8s, min = 1.0s, avg = 1.3s, dev = 0.3s
//test/core/end2end:streaming_error_response_test@poller=epoll1@experiment=event_engine_client PASSED in 1.9s
Stats over 10 runs: max = 1.9s, min = 0.9s, avg = 1.1s, dev = 0.3s
//test/core/end2end:streaming_error_response_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 2.6s
Stats over 10 runs: max = 2.6s, min = 0.7s, avg = 1.1s, dev = 0.5s
//test/core/end2end:streaming_error_response_test@poller=poll PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 1.0s, avg = 1.3s, dev = 0.1s
//test/core/end2end:streaming_error_response_test@poller=poll@experiment=event_engine_client PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.9s, avg = 1.0s, dev = 0.1s
//test/core/end2end:streaming_error_response_test@poller=poll@experiment=no_event_engine_listener PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 0.7s, avg = 1.2s, dev = 0.6s
//test/core/end2end:timeout_before_request_call_test@experiment=work_serializer_dispatch PASSED in 6.7s
Stats over 10 runs: max = 6.7s, min = 2.8s, avg = 5.5s, dev = 1.2s
//test/core/end2end:timeout_before_request_call_test@poller=epoll1 PASSED in 12.0s
Stats over 10 runs: max = 12.0s, min = 9.7s, avg = 10.9s, dev = 0.6s
//test/core/end2end:timeout_before_request_call_test@poller=epoll1@experiment=event_engine_client PASSED in 6.4s
Stats over 10 runs: max = 6.4s, min = 3.0s, avg = 5.2s, dev = 1.0s
//test/core/end2end:timeout_before_request_call_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 6.2s
Stats over 10 runs: max = 6.2s, min = 2.8s, avg = 5.1s, dev = 0.9s
//test/core/end2end:timeout_before_request_call_test@poller=poll PASSED in 22.1s
Stats over 10 runs: max = 22.1s, min = 9.4s, avg = 12.2s, dev = 3.4s
//test/core/end2end:timeout_before_request_call_test@poller=poll@experiment=event_engine_client PASSED in 6.7s
Stats over 10 runs: max = 6.7s, min = 2.9s, avg = 5.3s, dev = 1.0s
//test/core/end2end:timeout_before_request_call_test@poller=poll@experiment=no_event_engine_listener PASSED in 6.2s
Stats over 10 runs: max = 6.2s, min = 4.1s, avg = 5.2s, dev = 0.7s
//test/core/end2end:trailing_metadata_test@experiment=work_serializer_dispatch PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:trailing_metadata_test@poller=epoll1 PASSED in 1.8s
Stats over 10 runs: max = 1.8s, min = 0.8s, avg = 1.1s, dev = 0.3s
//test/core/end2end:trailing_metadata_test@poller=epoll1@experiment=event_engine_client PASSED in 3.2s
Stats over 10 runs: max = 3.2s, min = 0.8s, avg = 1.1s, dev = 0.7s
//test/core/end2end:trailing_metadata_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.8s, avg = 1.0s, dev = 0.3s
//test/core/end2end:trailing_metadata_test@poller=poll PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:trailing_metadata_test@poller=poll@experiment=event_engine_client PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:trailing_metadata_test@poller=poll@experiment=no_event_engine_listener PASSED in 1.6s
Stats over 10 runs: max = 1.6s, min = 0.7s, avg = 0.9s, dev = 0.3s
//test/core/end2end:write_buffering_at_end_test@experiment=work_serializer_dispatch PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 0.7s, avg = 0.9s, dev = 0.3s
//test/core/end2end:write_buffering_at_end_test@poller=epoll1 PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.7s, avg = 0.9s, dev = 0.1s
//test/core/end2end:write_buffering_at_end_test@poller=epoll1@experiment=event_engine_client PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:write_buffering_at_end_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 1.8s
Stats over 10 runs: max = 1.8s, min = 0.6s, avg = 0.9s, dev = 0.3s
//test/core/end2end:write_buffering_at_end_test@poller=poll PASSED in 1.8s
Stats over 10 runs: max = 1.8s, min = 0.8s, avg = 1.1s, dev = 0.3s
//test/core/end2end:write_buffering_at_end_test@poller=poll@experiment=event_engine_client PASSED in 2.1s
Stats over 10 runs: max = 2.1s, min = 0.7s, avg = 1.0s, dev = 0.4s
//test/core/end2end:write_buffering_at_end_test@poller=poll@experiment=no_event_engine_listener PASSED in 2.2s
Stats over 10 runs: max = 2.2s, min = 0.6s, avg = 1.1s, dev = 0.5s
//test/core/end2end:write_buffering_test@experiment=work_serializer_dispatch PASSED in 2.1s
Stats over 10 runs: max = 2.1s, min = 0.6s, avg = 1.0s, dev = 0.4s
//test/core/end2end:write_buffering_test@poller=epoll1 PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.7s, avg = 0.9s, dev = 0.1s
//test/core/end2end:write_buffering_test@poller=epoll1@experiment=event_engine_client PASSED in 1.6s
Stats over 10 runs: max = 1.6s, min = 0.6s, avg = 0.9s, dev = 0.3s
//test/core/end2end:write_buffering_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 0.7s, avg = 1.0s, dev = 0.7s
//test/core/end2end:write_buffering_test@poller=poll PASSED in 1.8s
Stats over 10 runs: max = 1.8s, min = 0.7s, avg = 1.0s, dev = 0.3s
//test/core/end2end:write_buffering_test@poller=poll@experiment=event_engine_client PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 0.8s, avg = 1.4s, dev = 0.8s
//test/core/end2end:write_buffering_test@poller=poll@experiment=no_event_engine_listener PASSED in 2.2s
Stats over 10 runs: max = 2.2s, min = 0.7s, avg = 1.1s, dev = 0.6s
//test/core/xds:xds_client_test PASSED in 8.1s
Stats over 10 runs: max = 8.1s, min = 0.8s, avg = 4.5s, dev = 2.5s
//test/cpp/end2end:async_end2end_test@experiment=work_serializer_dispatch PASSED in 3.9s
Stats over 10 runs: max = 3.9s, min = 2.3s, avg = 3.0s, dev = 0.5s
//test/cpp/end2end:async_end2end_test@poller=epoll1 PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 2.0s, avg = 2.6s, dev = 0.3s
//test/cpp/end2end:async_end2end_test@poller=poll PASSED in 3.9s
Stats over 10 runs: max = 3.9s, min = 1.8s, avg = 3.0s, dev = 0.6s
//test/cpp/end2end:end2end_test@experiment=work_serializer_dispatch PASSED in 23.5s
Stats over 10 runs: max = 23.5s, min = 6.6s, avg = 14.2s, dev = 6.1s
//test/cpp/end2end:end2end_test@poller=epoll1 PASSED in 24.4s
Stats over 10 runs: max = 24.4s, min = 6.3s, avg = 15.1s, dev = 6.7s
//test/cpp/end2end:end2end_test@poller=poll PASSED in 34.2s
Stats over 10 runs: max = 34.2s, min = 17.9s, avg = 26.1s, dev = 5.9s
//test/cpp/end2end/xds:xds_ring_hash_end2end_test@experiment=no_pick_first_new PASSED in 10.6s
Stats over 10 runs: max = 10.6s, min = 1.9s, avg = 6.3s, dev = 2.9s
//test/cpp/end2end/xds:xds_ring_hash_end2end_test@experiment=work_serializer_dispatch PASSED in 10.5s
Stats over 10 runs: max = 10.5s, min = 1.8s, avg = 6.3s, dev = 3.0s
//test/cpp/end2end/xds:xds_ring_hash_end2end_test@poller=epoll1 PASSED in 10.6s
Stats over 10 runs: max = 10.6s, min = 1.8s, avg = 6.6s, dev = 3.0s
//test/cpp/end2end/xds:xds_ring_hash_end2end_test@poller=poll PASSED in 10.6s
Stats over 10 runs: max = 10.6s, min = 1.8s, avg = 6.0s, dev = 2.9s
//test/cpp/end2end/xds:xds_routing_end2end_test@experiment=no_pick_first_new PASSED in 18.7s
Stats over 10 runs: max = 18.7s, min = 5.2s, avg = 12.1s, dev = 4.6s
//test/cpp/end2end/xds:xds_routing_end2end_test@experiment=work_serializer_dispatch PASSED in 18.3s
Stats over 10 runs: max = 18.3s, min = 5.4s, avg = 12.5s, dev = 5.4s
//test/cpp/end2end/xds:xds_routing_end2end_test@poller=epoll1 PASSED in 20.4s
Stats over 10 runs: max = 20.4s, min = 5.1s, avg = 13.0s, dev = 5.8s
//test/cpp/end2end/xds:xds_routing_end2end_test@poller=poll PASSED in 17.9s
Stats over 10 runs: max = 17.9s, min = 4.9s, avg = 11.8s, dev = 4.9s
//test/cpp/end2end/xds:xds_core_end2end_test@experiment=no_pick_first_new PASSED in 32.1s
Stats over 15 runs: max = 32.1s, min = 1.7s, avg = 10.7s, dev = 10.4s
//test/cpp/end2end/xds:xds_core_end2end_test@experiment=work_serializer_dispatch PASSED in 31.7s
Stats over 15 runs: max = 31.7s, min = 1.9s, avg = 10.6s, dev = 10.3s
//test/cpp/end2end/xds:xds_core_end2end_test@poller=epoll1 PASSED in 31.7s
Stats over 15 runs: max = 31.7s, min = 1.7s, avg = 10.5s, dev = 10.4s
//test/cpp/end2end/xds:xds_core_end2end_test@poller=poll FLAKY, failed in 1 out of 16 in 31.8s
Stats over 16 runs: max = 31.8s, min = 1.6s, avg = 10.2s, dev = 10.2s
/tmpfs/bazel/4114fdc8154d6b98b8d84b473010c8c6/execroot/com_github_grpc_grpc/bazel-out/k8-opt/testlogs/test/cpp/end2end/xds/xds_core_end2end_test@poller=poll/shard_3_of_15/test_attempts/attempt_1.log
//test/core/end2end:high_initial_seqno_test@experiment=work_serializer_dispatch PASSED in 21.1s
Stats over 20 runs: max = 21.1s, min = 10.8s, avg = 13.3s, dev = 3.9s
//test/core/end2end:high_initial_seqno_test@poller=epoll1 PASSED in 32.1s
Stats over 20 runs: max = 32.1s, min = 20.7s, avg = 28.7s, dev = 4.4s
//test/core/end2end:high_initial_seqno_test@poller=epoll1@experiment=event_engine_client PASSED in 21.1s
Stats over 20 runs: max = 21.1s, min = 10.7s, avg = 12.9s, dev = 4.1s
//test/core/end2end:high_initial_seqno_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 21.0s
Stats over 20 runs: max = 21.0s, min = 10.7s, avg = 13.1s, dev = 3.9s
//test/core/end2end:high_initial_seqno_test@poller=poll PASSED in 32.3s
Stats over 20 runs: max = 32.3s, min = 20.8s, avg = 28.7s, dev = 4.3s
//test/core/end2end:high_initial_seqno_test@poller=poll@experiment=event_engine_client PASSED in 21.0s
Stats over 20 runs: max = 21.0s, min = 10.8s, avg = 13.1s, dev = 3.9s
//test/core/end2end:high_initial_seqno_test@poller=poll@experiment=no_event_engine_listener PASSED in 20.8s
Stats over 20 runs: max = 20.8s, min = 10.7s, avg = 12.9s, dev = 4.0s
//test/cpp/end2end:grpclb_end2end_test@experiment=no_pick_first_new PASSED in 15.0s
Stats over 20 runs: max = 15.0s, min = 1.8s, avg = 3.8s, dev = 3.2s
//test/cpp/end2end:grpclb_end2end_test@experiment=work_serializer_dispatch PASSED in 14.9s
Stats over 20 runs: max = 14.9s, min = 1.8s, avg = 3.8s, dev = 3.3s
//test/cpp/end2end:grpclb_end2end_test@poller=epoll1 PASSED in 14.8s
Stats over 20 runs: max = 14.8s, min = 1.8s, avg = 3.5s, dev = 3.2s
//test/cpp/end2end:grpclb_end2end_test@poller=poll PASSED in 14.9s
Stats over 20 runs: max = 14.9s, min = 0.9s, avg = 3.7s, dev = 3.2s
//test/core/end2end:cancel_after_accept_test@experiment=work_serializer_dispatch PASSED in 6.1s
Stats over 50 runs: max = 6.1s, min = 0.7s, avg = 3.5s, dev = 2.3s
//test/core/end2end:cancel_after_accept_test@poller=epoll1 PASSED in 10.2s
Stats over 50 runs: max = 10.2s, min = 4.2s, avg = 6.2s, dev = 1.9s
//test/core/end2end:cancel_after_accept_test@poller=epoll1@experiment=event_engine_client PASSED in 6.2s
Stats over 50 runs: max = 6.2s, min = 0.7s, avg = 3.4s, dev = 2.2s
//test/core/end2end:cancel_after_accept_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 6.3s
Stats over 50 runs: max = 6.3s, min = 0.6s, avg = 3.4s, dev = 2.2s
//test/core/end2end:cancel_after_accept_test@poller=poll PASSED in 9.8s
Stats over 50 runs: max = 9.8s, min = 4.0s, avg = 6.2s, dev = 1.7s
//test/core/end2end:cancel_after_accept_test@poller=poll@experiment=event_engine_client PASSED in 6.1s
Stats over 50 runs: max = 6.1s, min = 0.7s, avg = 3.3s, dev = 2.1s
//test/core/end2end:cancel_after_accept_test@poller=poll@experiment=no_event_engine_listener PASSED in 5.9s
Stats over 50 runs: max = 5.9s, min = 0.7s, avg = 3.4s, dev = 2.2s
//test/core/end2end:cancel_after_client_done_test@experiment=work_serializer_dispatch PASSED in 6.0s
Stats over 50 runs: max = 6.0s, min = 0.6s, avg = 2.3s, dev = 2.2s
//test/core/end2end:cancel_after_client_done_test@poller=epoll1 PASSED in 6.3s
Stats over 50 runs: max = 6.3s, min = 0.7s, avg = 4.0s, dev = 2.4s
//test/core/end2end:cancel_after_client_done_test@poller=epoll1@experiment=event_engine_client PASSED in 6.9s
Stats over 50 runs: max = 6.9s, min = 0.6s, avg = 2.3s, dev = 2.3s
//test/core/end2end:cancel_after_client_done_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 6.1s
Stats over 50 runs: max = 6.1s, min = 0.6s, avg = 2.3s, dev = 2.2s
//test/core/end2end:cancel_after_client_done_test@poller=poll PASSED in 7.9s
Stats over 50 runs: max = 7.9s, min = 0.7s, avg = 4.1s, dev = 2.5s
//test/core/end2end:cancel_after_client_done_test@poller=poll@experiment=event_engine_client PASSED in 8.6s
Stats over 50 runs: max = 8.6s, min = 0.7s, avg = 2.4s, dev = 2.4s
//test/core/end2end:cancel_after_client_done_test@poller=poll@experiment=no_event_engine_listener PASSED in 5.8s
Stats over 50 runs: max = 5.8s, min = 0.6s, avg = 2.2s, dev = 2.2s
//test/core/end2end:cancel_after_invoke_test@experiment=work_serializer_dispatch PASSED in 5.1s
Stats over 50 runs: max = 5.1s, min = 2.7s, avg = 3.6s, dev = 0.9s
//test/core/end2end:cancel_after_invoke_test@poller=epoll1 PASSED in 27.3s
Stats over 50 runs: max = 27.3s, min = 4.8s, avg = 7.5s, dev = 4.9s
//test/core/end2end:cancel_after_invoke_test@poller=epoll1@experiment=event_engine_client PASSED in 6.2s
Stats over 50 runs: max = 6.2s, min = 2.6s, avg = 3.6s, dev = 1.0s
//test/core/end2end:cancel_after_invoke_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 25.6s
Stats over 50 runs: max = 25.6s, min = 2.7s, avg = 5.3s, dev = 5.5s
//test/core/end2end:cancel_after_invoke_test@poller=poll PASSED in 26.8s
Stats over 50 runs: max = 26.8s, min = 4.8s, avg = 6.7s, dev = 3.0s
//test/core/end2end:cancel_after_invoke_test@poller=poll@experiment=event_engine_client PASSED in 6.3s
Stats over 50 runs: max = 6.3s, min = 2.7s, avg = 3.5s, dev = 1.0s
//test/core/end2end:cancel_after_invoke_test@poller=poll@experiment=no_event_engine_listener PASSED in 24.8s
Stats over 50 runs: max = 24.8s, min = 2.7s, avg = 6.0s, dev = 6.5s
//test/core/end2end:cancel_after_round_trip_test@experiment=work_serializer_dispatch PASSED in 7.5s
Stats over 50 runs: max = 7.5s, min = 0.6s, avg = 3.6s, dev = 2.3s
//test/core/end2end:cancel_after_round_trip_test@poller=epoll1 PASSED in 9.8s
Stats over 50 runs: max = 9.8s, min = 3.9s, avg = 6.2s, dev = 1.9s
//test/core/end2end:cancel_after_round_trip_test@poller=epoll1@experiment=event_engine_client PASSED in 7.3s
Stats over 50 runs: max = 7.3s, min = 0.7s, avg = 3.6s, dev = 2.3s
//test/core/end2end:cancel_after_round_trip_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 7.5s
Stats over 50 runs: max = 7.5s, min = 0.6s, avg = 3.6s, dev = 2.3s
//test/core/end2end:cancel_after_round_trip_test@poller=poll PASSED in 9.6s
Stats over 50 runs: max = 9.6s, min = 4.0s, avg = 6.2s, dev = 1.8s
//test/core/end2end:cancel_after_round_trip_test@poller=poll@experiment=event_engine_client PASSED in 6.9s
Stats over 50 runs: max = 6.9s, min = 0.7s, avg = 3.4s, dev = 2.2s
//test/core/end2end:cancel_after_round_trip_test@poller=poll@experiment=no_event_engine_listener PASSED in 6.4s
Stats over 50 runs: max = 6.4s, min = 0.7s, avg = 3.5s, dev = 2.2s
//test/core/end2end:hpack_size_test@experiment=work_serializer_dispatch PASSED in 3.7s
Stats over 50 runs: max = 3.7s, min = 2.0s, avg = 2.7s, dev = 0.3s
//test/core/end2end:hpack_size_test@poller=epoll1 PASSED in 9.9s
Stats over 50 runs: max = 9.9s, min = 3.9s, avg = 5.5s, dev = 1.1s
//test/core/end2end:hpack_size_test@poller=epoll1@experiment=event_engine_client PASSED in 4.5s
Stats over 50 runs: max = 4.5s, min = 2.1s, avg = 2.9s, dev = 0.4s
//test/core/end2end:hpack_size_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 4.1s
Stats over 50 runs: max = 4.1s, min = 1.7s, avg = 2.3s, dev = 0.5s
//test/core/end2end:hpack_size_test@poller=poll PASSED in 6.2s
Stats over 50 runs: max = 6.2s, min = 4.3s, avg = 5.1s, dev = 0.4s
//test/core/end2end:hpack_size_test@poller=poll@experiment=event_engine_client PASSED in 4.2s
Stats over 50 runs: max = 4.2s, min = 2.3s, avg = 2.9s, dev = 0.4s
//test/core/end2end:hpack_size_test@poller=poll@experiment=no_event_engine_listener PASSED in 4.6s
Stats over 50 runs: max = 4.6s, min = 1.7s, avg = 2.4s, dev = 0.6s
//test/core/end2end:large_metadata_test@experiment=work_serializer_dispatch PASSED in 2.8s
Stats over 50 runs: max = 2.8s, min = 0.8s, avg = 1.1s, dev = 0.4s
//test/core/end2end:large_metadata_test@poller=epoll1 PASSED in 3.4s
Stats over 50 runs: max = 3.4s, min = 1.0s, avg = 1.5s, dev = 0.4s
//test/core/end2end:large_metadata_test@poller=epoll1@experiment=event_engine_client PASSED in 2.2s
Stats over 50 runs: max = 2.2s, min = 0.8s, avg = 1.1s, dev = 0.2s
//test/core/end2end:large_metadata_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 2.3s
Stats over 50 runs: max = 2.3s, min = 0.8s, avg = 1.1s, dev = 0.3s
//test/core/end2end:large_metadata_test@poller=poll PASSED in 2.9s
Stats over 50 runs: max = 2.9s, min = 1.1s, avg = 1.4s, dev = 0.3s
//test/core/end2end:large_metadata_test@poller=poll@experiment=event_engine_client PASSED in 3.9s
Stats over 50 runs: max = 3.9s, min = 0.8s, avg = 1.2s, dev = 0.5s
//test/core/end2end:large_metadata_test@poller=poll@experiment=no_event_engine_listener PASSED in 3.0s
Stats over 50 runs: max = 3.0s, min = 0.8s, avg = 1.1s, dev = 0.4s
//test/core/end2end:request_with_flags_test@experiment=work_serializer_dispatch PASSED in 3.7s
Stats over 50 runs: max = 3.7s, min = 0.6s, avg = 2.1s, dev = 0.6s
//test/core/end2end:request_with_flags_test@poller=epoll1 PASSED in 6.2s
Stats over 50 runs: max = 6.2s, min = 1.8s, avg = 3.7s, dev = 0.8s
//test/core/end2end:request_with_flags_test@poller=epoll1@experiment=event_engine_client PASSED in 4.4s
Stats over 50 runs: max = 4.4s, min = 0.7s, avg = 2.0s, dev = 0.7s
//test/core/end2end:request_with_flags_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 3.6s
Stats over 50 runs: max = 3.6s, min = 0.7s, avg = 2.1s, dev = 0.7s
//test/core/end2end:request_with_flags_test@poller=poll PASSED in 5.2s
Stats over 50 runs: max = 5.2s, min = 1.9s, avg = 3.7s, dev = 0.7s
//test/core/end2end:request_with_flags_test@poller=poll@experiment=event_engine_client PASSED in 4.6s
Stats over 50 runs: max = 4.6s, min = 0.8s, avg = 2.0s, dev = 0.7s
//test/core/end2end:request_with_flags_test@poller=poll@experiment=no_event_engine_listener PASSED in 3.1s
Stats over 50 runs: max = 3.1s, min = 0.7s, avg = 2.0s, dev = 0.6s
//test/cpp/end2end/xds:xds_cluster_end2end_test@experiment=no_pick_first_new PASSED in 42.6s
Stats over 50 runs: max = 42.6s, min = 1.5s, avg = 5.9s, dev = 9.3s
//test/cpp/end2end/xds:xds_cluster_end2end_test@experiment=work_serializer_dispatch PASSED in 42.6s
Stats over 50 runs: max = 42.6s, min = 1.5s, avg = 6.0s, dev = 9.4s
//test/cpp/end2end/xds:xds_cluster_end2end_test@poller=poll PASSED in 42.6s
Stats over 50 runs: max = 42.6s, min = 1.5s, avg = 5.8s, dev = 9.3s
//test/cpp/end2end/xds:xds_end2end_test@experiment=no_pick_first_new PASSED in 18.8s
Stats over 50 runs: max = 18.8s, min = 2.7s, avg = 5.5s, dev = 2.7s
//test/cpp/end2end/xds:xds_end2end_test@experiment=work_serializer_dispatch PASSED in 16.9s
Stats over 50 runs: max = 16.9s, min = 0.7s, avg = 3.1s, dev = 2.5s
//test/cpp/end2end/xds:xds_end2end_test@poller=epoll1 PASSED in 17.8s
Stats over 50 runs: max = 17.8s, min = 2.8s, avg = 5.8s, dev = 2.8s
//test/cpp/end2end/xds:xds_end2end_test@poller=poll PASSED in 18.8s
Stats over 50 runs: max = 18.8s, min = 1.8s, avg = 4.9s, dev = 2.9s
//test/cpp/end2end/xds:xds_cluster_end2end_test@poller=epoll1 FLAKY, failed in 1 out of 51 in 42.6s
Stats over 51 runs: max = 42.6s, min = 1.5s, avg = 5.8s, dev = 9.2s
/tmpfs/bazel/4114fdc8154d6b98b8d84b473010c8c6/execroot/com_github_grpc_grpc/bazel-out/k8-opt/testlogs/test/cpp/end2end/xds/xds_cluster_end2end_test@poller=epoll1/shard_31_of_50/test_attempts/attempt_1.log

Executed 1868 out of 1868 tests: 1868 tests pass.
There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are.
INFO: Streaming build results to: https://source.cloud.google.com/results/invocations/c814e411-7589-4cbf-b907-6be55ff55f0e
+ sleep 60
+ PYTHONHTTPSVERIFY=0
+ python3 ./tools/run_tests/python_utils/upload_rbe_results.py --invocation_id=c814e411-7589-4cbf-b907-6be55ff55f0e
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
Warning: Table rbe_test_results already exists
+ '[' '' '!=' '' ']'
+ mv -f /tmpfs/src/github/grpc/bazel_rbe/success_log_to_rename.xml /tmpfs/src/github/grpc/bazel_rbe/sponge_log.xml


[ID: 7036699] Command finished after 822 secs, exit value: 0


Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
[01:37:48 PDT] Collecting build artifacts from build VM
[01:37:49 PDT] Kokoro builder finished