Build/Test Explorer

TestFusion
Invocation status: Passed

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

2 targets evaluated on for 13 min, 25 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.
[07:24:21 PDT] Transferring environment variable script to build VM
[07:24:22 PDT] Transferring kokoro_log_reader.py to build VM
[07:24:23 PDT] Transferring source code to build VM
[07:24:33 PDT] Executing build script on build VM



[ID: 1182252] Executing command via SSH:
export KOKORO_BUILD_NUMBER="807"
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 'fe8ba054ad4f7eca946c2d14a63c3f07c0b586a0'
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.3.1 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.3.1/bazel-7.3.1-linux-x86_64 https://github.com/bazelbuild/bazel/releases/download/7.3.1/bazel-7.3.1-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 68.2M 100 68.2M 0 0 188M 0 --:--:-- --:--:-- --:--:-- 188M
Extracting Bazel installation...
Starting local Bazel server and connecting to it...
Build label: 7.3.1
Build target: @@//src/main/java/com/google/devtools/build/lib/bazel:BazelServer
Build time: Mon Aug 19 16:12:50 2024 (1724083970)
Build timestamp: 1724083970
Build timestamp as int: 1724083970
+ python3 tools/run_tests/python_utils/bazel_report_helper.py --report_path bazel_rbe
Added invocation ID 3b8f68a9-268c-4ad9-81dd-8a099a871537 to kokoro "bazel_invocation_ids" artifact
Bazel invocation ID: 3b8f68a9-268c-4ad9-81dd-8a099a871537
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.3.1 will be used instead of system-wide bazel installation.
Extracting Bazel installation...
Starting local Bazel server and connecting to it...
INFO: Invocation ID: 3b8f68a9-268c-4ad9-81dd-8a099a871537
INFO: Streaming build results to: https://source.cloud.google.com/results/invocations/3b8f68a9-268c-4ad9-81dd-8a099a871537
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:
Computing main repo mapping:
Loading:
Loading: 1 packages loaded
Loading: 100 packages loaded
currently loading: test/core/call ... (5 packages)
Analyzing: 3712 targets (105 packages loaded)
Analyzing: 3712 targets (105 packages loaded, 0 targets configured)
Analyzing: 3712 targets (105 packages loaded, 0 targets configured)
[0 / 1] checking cached actions
Analyzing: 3712 targets (160 packages loaded, 48 targets configured)
[1 / 1] checking cached actions
Analyzing: 3712 targets (175 packages loaded, 128 targets configured)
[1 / 1] checking cached actions
Analyzing: 3712 targets (175 packages loaded, 128 targets configured)
[1 / 1] checking cached actions
Analyzing: 3712 targets (175 packages loaded, 128 targets configured)
[1 / 1] checking cached actions
Analyzing: 3712 targets (184 packages loaded, 693 targets configured)
[1 / 1] checking cached actions
Analyzing: 3712 targets (192 packages loaded, 1383 targets configured)
[1 / 1] checking cached actions
Analyzing: 3712 targets (239 packages loaded, 5313 targets configured)
[1 / 1] checking cached actions
Analyzing: 3712 targets (287 packages loaded, 7369 targets configured)
[1 / 1] checking cached actions
Analyzing: 3712 targets (325 packages loaded, 7825 targets configured)
[14 / 52] [Prepa] Compiling googlemock/src/gmock-internal-utils.cc ... (15 actions, 0 running)
Analyzing: 3712 targets (336 packages loaded, 8020 targets configured)
[92 / 160] Compiling googletest/src/gtest-test-part.cc; 0s remote, remote-cache ... (30 actions, 0 running)
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: 3712 targets (352 packages loaded, 9854 targets configured)
[160 / 160] checking cached actions
Analyzing: 3712 targets (361 packages loaded, 10170 targets configured)
[195 / 372] checking cached actions
Analyzing: 3712 targets (365 packages loaded, 10664 targets configured)
[554 / 679] [Prepa] Testing //test/core/gprpp:overload_test ... (14 actions, 4 running)
Analyzing: 3712 targets (365 packages loaded, 11042 targets configured)
[943 / 1,174] [Sched] Testing //test/core/client_idle:idle_filter_state_test ... (41 actions, 1 running)
Analyzing: 3712 targets (365 packages loaded, 11144 targets configured)
[1,226 / 1,360] 6 / 15 tests; [Sched] Testing //test/core/client_idle:idle_filter_state_test ... (57 actions, 1 running)
Analyzing: 3712 targets (366 packages loaded, 11242 targets configured)
[1,429 / 1,504] 6 / 18 tests; [Sched] Testing //test/core/gprpp:match_test ... (43 actions, 6 running)
Analyzing: 3712 targets (366 packages loaded, 11294 targets configured)
[1,641 / 1,957] 10 / 24 tests; Linking test/core/gprpp/libbitset_test_TEST_LIBRARY.a; Downloading test/core/gprpp/libbitset_test_TEST_LIBRARY.a, 2.0 MiB / 2.7 MiB; 1s remote, remote-cache ... (177 actions, 3 running)
Analyzing: 3712 targets (366 packages loaded, 11356 targets configured)
[1,796 / 2,014] 14 / 27 tests; Compiling src/core/lib/gprpp/time.cc; 1s remote, remote-cache ... (185 actions, 2 running)
Analyzing: 3712 targets (366 packages loaded, 11435 targets configured)
[2,057 / 2,133] 17 / 31 tests; Compiling absl/crc/crc32c.cc; 1s remote, remote-cache ... (51 actions, 0 running)
Analyzing: 3712 targets (366 packages loaded, 11544 targets configured)
[2,285 / 2,337] 17 / 41 tests; [Sched] Testing //test/core/transport/chaotic_good:frame_header_test@poller=poll ... (36 actions, 0 running)
Analyzing: 3712 targets (366 packages loaded, 11628 targets configured)
[2,520 / 2,560] 32 / 52 tests; [Sched] Testing //test/core/gprpp:notification_test ... (29 actions, 3 running)
Analyzing: 3712 targets (366 packages loaded, 12046 targets configured)
[2,726 / 2,775] 42 / 64 tests; [Sched] Testing //test/core/gprpp:notification_test ... (24 actions, 2 running)
Analyzing: 3712 targets (366 packages loaded, 12699 targets configured)
[2,849 / 2,867] 53 / 70 tests; [Sched] Testing //test/core/gprpp:notification_test ... (18 actions, 2 running)
Analyzing: 3712 targets (367 packages loaded, 12784 targets configured)
[3,428 / 4,295] 65 / 70 tests; [Sched] Testing //test/core/gprpp:notification_test; 4s ... (190 actions, 4 running)
Analyzing: 3712 targets (367 packages loaded, 12872 targets configured)
[3,591 / 4,640] 68 / 70 tests; [Sched] Testing //test/core/gprpp:notification_test; 5s ... (189 actions, 3 running)
Analyzing: 3712 targets (367 packages loaded, 12910 targets configured)
[3,945 / 4,721] 69 / 70 tests; [Sched] Testing //test/core/gprpp:notification_test; 6s ... (200 actions, 1 running)
Analyzing: 3712 targets (367 packages loaded, 12960 targets configured)
[4,492 / 5,389] 69 / 73 tests; [Sched] Testing //test/core/gprpp:notification_test; 7s ... (199 actions, 0 running)
Analyzing: 3712 targets (367 packages loaded, 12986 targets configured)
[4,882 / 5,866] 69 / 76 tests; [Sched] Testing //test/core/gprpp:notification_test; 8s ... (196 actions, 0 running)
Analyzing: 3712 targets (367 packages loaded, 13022 targets configured)
[5,122 / 5,912] 69 / 78 tests; [Sched] Testing //test/core/gprpp:notification_test; 9s ... (200 actions, 3 running)
Analyzing: 3712 targets (367 packages loaded, 13058 targets configured)
[5,388 / 5,927] 69 / 79 tests; [Sched] Testing //test/core/gprpp:notification_test; 10s ... (106 actions, 0 running)
Analyzing: 3712 targets (367 packages loaded, 13130 targets configured)
[5,610 / 6,052] 69 / 86 tests; [Sched] Testing //test/core/gprpp:notification_test; 11s ... (57 actions, 1 running)
Analyzing: 3712 targets (367 packages loaded, 13229 targets configured)
[5,783 / 6,124] 69 / 87 tests; [Sched] Testing //test/core/gprpp:notification_test; 12s ... (47 actions, 0 running)
Analyzing: 3712 targets (367 packages loaded, 13266 targets configured)
[6,030 / 6,376] 69 / 87 tests; [Sched] Testing //test/core/gprpp:notification_test; 13s ... (78 actions, 2 running)
Analyzing: 3712 targets (367 packages loaded, 13336 targets configured)
[6,255 / 6,495] 76 / 87 tests; [Sched] Testing //test/core/gprpp:notification_test; 14s ... (130 actions, 7 running)
Analyzing: 3712 targets (367 packages loaded, 13360 targets configured)
[6,599 / 6,832] 84 / 89 tests; [Sched] Testing //test/core/gprpp:notification_test; 15s ... (158 actions, 1 running)
Analyzing: 3712 targets (367 packages loaded, 13411 targets configured)
[7,129 / 7,194] 84 / 91 tests; [Sched] Testing //test/core/gprpp:notification_test; 16s ... (48 actions, 1 running)
Analyzing: 3712 targets (367 packages loaded, 13437 targets configured)
[7,459 / 7,831] 85 / 92 tests; [Sched] Testing //test/core/gprpp:notification_test; 17s ... (111 actions, 1 running)
Analyzing: 3712 targets (367 packages loaded, 13461 targets configured)
[7,771 / 8,810] 85 / 99 tests; [Sched] Testing //test/core/gprpp:notification_test; 18s ... (186 actions, 5 running)
Analyzing: 3712 targets (367 packages loaded, 13479 targets configured)
[8,100 / 8,900] 88 / 109 tests; [Sched] Testing //test/core/resource_quota:periodic_update_test; 6s ... (198 actions, 4 running)
Analyzing: 3712 targets (367 packages loaded, 13495 targets configured)
[8,404 / 10,513] 88 / 117 tests; [Sched] Testing //test/core/resource_quota:periodic_update_test; 7s ... (196 actions, 6 running)
Analyzing: 3712 targets (367 packages loaded, 13509 targets configured)
[8,732 / 10,901] 88 / 127 tests; [Sched] Testing //test/core/resource_quota:periodic_update_test; 8s ... (200 actions, 5 running)
Analyzing: 3712 targets (367 packages loaded, 13527 targets configured)
[9,040 / 11,173] 88 / 133 tests; [Sched] Testing //test/core/resource_quota:periodic_update_test; 9s ... (196 actions, 5 running)
Analyzing: 3712 targets (367 packages loaded, 13542 targets configured)
[9,370 / 11,319] 90 / 138 tests; [Sched] Testing //test/core/resource_quota:periodic_update_test; 10s ... (199 actions, 1 running)
Analyzing: 3712 targets (367 packages loaded, 13561 targets configured)
[9,684 / 11,461] 91 / 148 tests; [Sched] Testing //test/core/resource_quota:periodic_update_test; 11s ... (192 actions, 4 running)
Analyzing: 3712 targets (367 packages loaded, 13582 targets configured)
[10,083 / 11,766] 94 / 161 tests; [Sched] Testing //test/core/resource_quota:periodic_update_test; 12s ... (197 actions, 16 running)
Analyzing: 3712 targets (367 packages loaded, 13599 targets configured)
[10,465 / 12,006] 99 / 170 tests; [Sched] Testing //test/core/resource_quota:periodic_update_test; 13s ... (197 actions, 17 running)
Analyzing: 3712 targets (367 packages loaded, 13611 targets configured)
[10,724 / 12,192] 101 / 175 tests; [Sched] Testing //test/core/resource_quota:periodic_update_test; 14s ... (197 actions, 5 running)
Analyzing: 3712 targets (367 packages loaded, 13637 targets configured)
[10,939 / 12,361] 109 / 178 tests; [Sched] Testing //test/core/resource_quota:periodic_update_test; 15s ... (197 actions, 2 running)
Analyzing: 3712 targets (367 packages loaded, 13658 targets configured)
[11,340 / 12,743] 111 / 184 tests; [Sched] Testing //test/core/resource_quota:periodic_update_test; 16s ... (198 actions, 2 running)
Analyzing: 3712 targets (367 packages loaded, 13685 targets configured)
[11,760 / 13,011] 115 / 197 tests; [Sched] Testing //test/core/resource_quota:periodic_update_test; 17s ... (199 actions, 2 running)
Analyzing: 3712 targets (367 packages loaded, 13697 targets configured)
[12,052 / 13,215] 116 / 204 tests; [Sched] Testing //test/core/resource_quota:periodic_update_test; 18s ... (197 actions, 2 running)
Analyzing: 3712 targets (367 packages loaded, 13710 targets configured)
[12,389 / 13,395] 116 / 211 tests; [Sched] Testing //test/core/resource_quota:periodic_update_test; 19s ... (197 actions, 9 running)
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 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.
Analyzing: 3712 targets (367 packages loaded, 13720 targets configured)
[12,786 / 13,663] 119 / 216 tests; [Sched] Testing //test/core/resource_quota:periodic_update_test; 20s ... (197 actions, 24 running)
Analyzing: 3712 targets (367 packages loaded, 13738 targets configured)
[12,987 / 13,789] 121 / 227 tests; [Sched] Testing //test/core/resource_quota:periodic_update_test; 21s ... (200 actions, 15 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: 3712 targets (367 packages loaded, 13761 targets configured)
[13,173 / 13,941] 121 / 239 tests; [Sched] Testing //test/cpp/common:alarm_test@poller=poll; 11s ... (198 actions, 7 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/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/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/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/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 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: 3712 targets (367 packages loaded, 13782 targets configured)
[13,373 / 14,269] 122 / 251 tests; [Sched] Testing //test/cpp/common:alarm_test@poller=poll; 12s ... (196 actions, 4 running)
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/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: 3712 targets (367 packages loaded, 13801 targets configured)
[13,560 / 14,426] 122 / 264 tests; [Sched] Testing //test/cpp/common:alarm_test@poller=poll; 13s ... (198 actions, 5 running)
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: 3712 targets (367 packages loaded, 13824 targets configured)
[13,766 / 14,582] 122 / 277 tests; [Sched] Testing //test/cpp/common:alarm_test@poller=poll; 14s ... (194 actions, 4 running)
Analyzing: 3712 targets (367 packages loaded, 13841 targets configured)
[13,975 / 14,749] 125 / 289 tests; [Prepa] Compiling test/core/tsi/alts/fake_handshaker/fake_handshaker_server_main.cc ... (198 actions, 4 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.
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: 3712 targets (367 packages loaded, 13859 targets configured)
[14,147 / 14,869] 125 / 301 tests; [Prepa] Compiling src/cpp/common/version_cc.cc ... (192 actions, 4 running)
Analyzing: 3712 targets (367 packages loaded, 13883 targets configured)
[14,248 / 14,956] 125 / 316 tests; [Sched] Testing //test/core/load_balancing:bm_picker ... (199 actions, 6 running)
Analyzing: 3712 targets (367 packages loaded, 13908 targets configured)
[14,402 / 15,105] 125 / 333 tests; [Sched] Testing //test/core/load_balancing:bm_picker ... (196 actions, 9 running)
INFO: From Compiling test/core/xds/xds_client_test.cc:
test/core/xds/xds_client_test.cc:637:62: warning: returning variable 'server_failures_' by reference requires holding mutex 'mu_' [-Wthread-safety-reference-return]
637 | 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:637:62: warning: returning variable 'server_failures_' by reference requires holding mutex 'mu_' [-Wthread-safety-reference-return]
637 | const ServerFailureMap& server_failures() const { return server_failures_; }
| ^
1 warning generated.
Analyzing: 3712 targets (367 packages loaded, 13931 targets configured)
[14,556 / 15,231] 125 / 348 tests; [Sched] Testing //test/core/load_balancing:bm_picker; 4s ... (200 actions, 12 running)
Analyzing: 3712 targets (367 packages loaded, 13958 targets configured)
[14,715 / 15,401] 134 / 365 tests; [Sched] Testing //test/core/load_balancing:bm_picker; 5s ... (198 actions, 13 running)
Analyzing: 3712 targets (367 packages loaded, 13979 targets configured)
[14,870 / 15,557] 139 / 380 tests; [Sched] Testing //test/core/load_balancing:bm_picker; 6s ... (199 actions, 11 running)
Analyzing: 3712 targets (367 packages loaded, 13994 targets configured)
[15,029 / 15,715] 145 / 390 tests; [Sched] Testing //test/core/load_balancing:bm_picker; 7s ... (198 actions, 11 running)
Analyzing: 3712 targets (367 packages loaded, 14013 targets configured)
[15,251 / 15,915] 149 / 402 tests; [Sched] Testing //test/core/load_balancing:bm_picker; 8s ... (194 actions, 10 running)
Analyzing: 3712 targets (367 packages loaded, 14032 targets configured)
[15,460 / 16,139] 161 / 413 tests; [Sched] Testing //test/core/load_balancing:bm_picker; 9s ... (196 actions, 13 running)
Analyzing: 3712 targets (367 packages loaded, 14049 targets configured)
[15,629 / 16,282] 174 / 425 tests; [Sched] Compiling test/core/call/yodel/fuzzer_main.cc; 5s ... (197 actions, 7 running)
Analyzing: 3712 targets (367 packages loaded, 14077 targets configured)
[15,716 / 16,378] 191 / 444 tests; [Sched] Compiling test/core/call/yodel/fuzzer_main.cc; 6s ... (200 actions, 2 running)
Analyzing: 3712 targets (367 packages loaded, 14105 targets configured)
[15,848 / 16,614] 203 / 463 tests; [Sched] Compiling test/core/call/yodel/fuzzer_main.cc; 7s ... (199 actions, 6 running)
Analyzing: 3712 targets (367 packages loaded, 14141 targets configured)
[16,023 / 16,933] 211 / 486 tests; [Sched] Testing //test/core/event_engine:thread_pool_test@poller=poll ... (199 actions, 6 running)
Analyzing: 3712 targets (367 packages loaded, 14151 targets configured)
[16,064 / 16,984] 216 / 494 tests; [Sched] Testing //test/core/event_engine:thread_pool_test@poller=poll; 4s ... (197 actions, 10 running)
Analyzing: 3712 targets (367 packages loaded, 14160 targets configured)
[16,164 / 17,151] 223 / 498 tests; [Sched] Testing //test/core/event_engine:thread_pool_test@poller=poll; 5s ... (194 actions, 11 running)
Analyzing: 3712 targets (367 packages loaded, 14167 targets configured)
[16,260 / 17,278] 228 / 502 tests; [Sched] Testing //test/core/event_engine:thread_pool_test@poller=poll; 6s ... (199 actions, 17 running)
Analyzing: 3712 targets (367 packages loaded, 14178 targets configured)
[16,368 / 17,383] 232 / 509 tests; [Sched] Testing //test/core/event_engine:thread_pool_test@poller=poll; 7s ... (195 actions, 17 running)
Analyzing: 3712 targets (367 packages loaded, 14186 targets configured)
[16,436 / 17,442] 234 / 514 tests; [Sched] Compiling test/core/transport/chttp2/hpack_parser_fuzzer_test.cc; 7s ... (195 actions, 11 running)
Analyzing: 3712 targets (367 packages loaded, 14197 targets configured)
[16,512 / 17,536] 241 / 520 tests; [Sched] Compiling test/core/call/yodel/fuzzer_main.cc; 8s ... (194 actions, 2 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_() { \
| ^
:125:1: note: expanded from here
125 | 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_( \
| ^
:128:1: note: expanded from here
128 | gtest_ParseTestParseTest_EvalGenerateName_
| ^
2 warnings generated.
Analyzing: 3712 targets (367 packages loaded, 14212 targets configured)
[16,549 / 17,596] 244 / 528 tests; [Sched] Compiling test/core/call/yodel/fuzzer_main.cc; 9s ... (200 actions, 3 running)
Analyzing: 3712 targets (367 packages loaded, 14229 targets configured)
[16,593 / 17,660] 248 / 538 tests; [Sched] Compiling test/core/call/yodel/fuzzer_main.cc; 10s ... (195 actions, 6 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_() { \
| ^
:125:1: note: expanded from here
125 | 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_( \
| ^
:128:1: note: expanded from here
128 | gtest_ParseTestParseTest_EvalGenerateName_
| ^
2 warnings generated.
Analyzing: 3712 targets (367 packages loaded, 14243 targets configured)
[16,670 / 17,740] 252 / 547 tests; [Sched] Testing //test/cpp/naming:resolver_component_tests_runner_invoker_unsecure@poller=epoll1; 8s ... (197 actions, 4 running)
Analyzing: 3712 targets (367 packages loaded, 14256 targets configured)
[16,730 / 17,847] 259 / 555 tests; [Sched] Testing //test/cpp/naming:resolver_component_tests_runner_invoker_unsecure@poller=epoll1; 9s ... (195 actions, 3 running)
Analyzing: 3712 targets (367 packages loaded, 14266 targets configured)
[16,784 / 18,055] 261 / 560 tests; [Sched] Testing //test/cpp/naming:resolver_component_tests_runner_invoker_unsecure@poller=epoll1; 10s ... (194 actions, 4 running)
Analyzing: 3712 targets (367 packages loaded, 14277 targets configured)
[16,876 / 18,191] 263 / 566 tests; [Sched] Testing //test/cpp/naming:resolver_component_tests_runner_invoker_unsecure@poller=epoll1; 11s ... (198 actions, 1 running)
Analyzing: 3712 targets (367 packages loaded, 14299 targets configured)
[16,933 / 18,279] 266 / 580 tests; [Sched] Testing //test/cpp/naming:resolver_component_tests_runner_invoker_unsecure@poller=epoll1; 12s ... (197 actions, 2 running)
Analyzing: 3712 targets (367 packages loaded, 14311 targets configured)
[17,026 / 18,371] 267 / 587 tests; [Sched] Testing //test/cpp/naming:resolver_component_tests_runner_invoker_unsecure@poller=epoll1; 13s ... (195 actions, 7 running)
Analyzing: 3712 targets (367 packages loaded, 14330 targets configured)
[17,071 / 18,434] 269 / 598 tests; [Sched] Testing //test/cpp/naming:resolver_component_tests_runner_invoker_unsecure@poller=epoll1; 14s ... (199 actions, 1 running)
Analyzing: 3712 targets (367 packages loaded, 14361 targets configured)
[17,107 / 18,498] 272 / 620 tests; [Sched] Testing //test/cpp/naming:resolver_component_tests_runner_invoker_unsecure@poller=epoll1; 15s ... (197 actions, 4 running)
Analyzing: 3712 targets (367 packages loaded, 14379 targets configured)
[17,173 / 18,578] 279 / 632 tests; [Sched] Testing //test/cpp/naming:resolver_component_tests_runner_invoker_unsecure@poller=epoll1; 17s ... (198 actions, 6 running)
Analyzing: 3712 targets (367 packages loaded, 14388 targets configured)
[17,291 / 18,692] 285 / 639 tests; [Sched] Testing //test/cpp/naming:resolver_component_tests_runner_invoker_unsecure@poller=epoll1; 18s ... (189 actions, 4 running)
Analyzing: 3712 targets (367 packages loaded, 14399 targets configured)
[17,345 / 18,742] 288 / 646 tests; [Sched] Testing //test/cpp/naming:resolver_component_tests_runner_invoker_unsecure@poller=epoll1; 19s ... (195 actions, 5 running)
Analyzing: 3712 targets (367 packages loaded, 14406 targets configured)
[17,439 / 18,835] 290 / 651 tests; [Sched] Testing //test/cpp/naming:resolver_component_tests_runner_invoker_unsecure@poller=epoll1; 20s ... (197 actions, 10 running)
Analyzing: 3712 targets (367 packages loaded, 14419 targets configured)
[17,509 / 18,912] 292 / 659 tests; [Sched] Testing //test/cpp/naming:resolver_component_tests_runner_invoker_unsecure@poller=epoll1; 21s ... (198 actions, 5 running)
Analyzing: 3712 targets (367 packages loaded, 14430 targets configured)
[17,564 / 18,963] 295 / 667 tests; [Sched] Testing //test/cpp/naming:resolver_component_tests_runner_invoker_unsecure@poller=epoll1; 22s ... (200 actions, 2 running)
Analyzing: 3712 targets (367 packages loaded, 14450 targets configured)
[17,602 / 19,031] 301 / 679 tests; [Sched] Testing //test/cpp/naming:resolver_component_tests_runner_invoker_unsecure@poller=epoll1; 23s ... (199 actions, 4 running)
Analyzing: 3712 targets (367 packages loaded, 14470 targets configured)
[17,664 / 19,124] 307 / 688 tests; [Sched] Testing //test/cpp/naming:resolver_component_tests_runner_invoker_unsecure@poller=poll@experiment=no_event_engine_dns; 24s ... (198 actions, 6 running)
Analyzing: 3712 targets (367 packages loaded, 14490 targets configured)
[17,724 / 19,186] 310 / 699 tests; [Sched] Testing //test/cpp/naming:resolver_component_tests_runner_invoker_unsecure@poller=poll@experiment=no_event_engine_dns; 25s ... (199 actions, 4 running)
Analyzing: 3712 targets (367 packages loaded, 14507 targets configured)
[17,797 / 19,292] 313 / 706 tests; [Sched] Testing //test/cpp/naming:resolver_component_tests_runner_invoker_unsecure@poller=poll@experiment=no_event_engine_dns; 26s ... (197 actions, 7 running)
Analyzing: 3712 targets (367 packages loaded, 14520 targets configured)
[17,881 / 19,394] 320 / 709 tests; [Sched] Testing //test/cpp/naming:resolver_component_tests_runner_invoker_unsecure@poller=poll@experiment=no_event_engine_dns; 27s ... (196 actions, 14 running)
Analyzing: 3712 targets (367 packages loaded, 14538 targets configured)
[17,993 / 19,554] 326 / 715 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=epoll1; 21s ... (198 actions, 16 running)
Analyzing: 3712 targets (367 packages loaded, 14589 targets configured)
[18,172 / 19,867] 329 / 727 tests; [Sched] Testing //test/cpp/end2end:rls_end2end_test@experiment=work_serializer_dispatch; 22s ... (199 actions, 10 running)
Analyzing: 3712 targets (367 packages loaded, 14624 targets configured)
[18,319 / 20,074] 344 / 737 tests; [Sched] Testing //test/cpp/end2end:rls_end2end_test@experiment=work_serializer_dispatch; 23s ... (198 actions, 9 running)
Analyzing: 3712 targets (367 packages loaded, 14647 targets configured)
[18,540 / 20,351] 354 / 753 tests; [Sched] Testing //test/cpp/end2end:rls_end2end_test@experiment=work_serializer_dispatch; 24s ... (194 actions, 18 running)
Analyzing: 3712 targets (367 packages loaded, 14669 targets configured)
[18,798 / 20,619] 363 / 766 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 22s ... (196 actions, 13 running)
Analyzing: 3712 targets (367 packages loaded, 14726 targets configured)
[18,898 / 20,800] 366 / 802 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 23s ... (200 actions, 22 running)
Analyzing: 3712 targets (367 packages loaded, 14800 targets configured)
[19,104 / 21,141] 372 / 835 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 24s ... (193 actions, 18 running)
Analyzing: 3712 targets (367 packages loaded, 14834 targets configured)
[19,368 / 21,507] 374 / 848 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 25s ... (197 actions, 10 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/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.
Analyzing: 3712 targets (367 packages loaded, 14873 targets configured)
[19,538 / 21,746] 381 / 862 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 26s ... (199 actions, 2 running)
Analyzing: 3712 targets (367 packages loaded, 14910 targets configured)
[19,783 / 22,040] 391 / 877 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 27s ... (196 actions, 8 running)
INFO: From Compiling test/core/end2end/fuzzers/client_fuzzer.cc:
test/core/end2end/fuzzers/client_fuzzer.cc:51:13: warning: unused function 'discard_write' [-Wunused-function]
51 | static void discard_write(grpc_slice /*slice*/) {}
| ^~~~~~~~~~~~~
1 warning generated.
Analyzing: 3712 targets (367 packages loaded, 14953 targets configured)
[19,954 / 22,282] 399 / 895 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 28s ... (196 actions, 8 running)
Analyzing: 3712 targets (367 packages loaded, 14988 targets configured)
[20,150 / 22,534] 409 / 913 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 29s ... (198 actions, 7 running)
Analyzing: 3712 targets (367 packages loaded, 15012 targets configured)
[20,327 / 22,819] 417 / 927 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 30s ... (200 actions, 4 running)
Analyzing: 3712 targets (367 packages loaded, 15050 targets configured)
[20,528 / 23,348] 424 / 948 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 31s ... (195 actions, 5 running)
Analyzing: 3712 targets (367 packages loaded, 15084 targets configured)
[20,723 / 23,550] 435 / 965 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 32s ... (197 actions, 6 running)
Analyzing: 3712 targets (367 packages loaded, 15110 targets configured)
[20,871 / 23,717] 442 / 974 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 33s ... (200 actions, 4 running)
FAIL: //test/cpp/end2end/xds:xds_end2end_test@poller=poll (shard 32 of 50) (see /tmpfs/bazel/4114fdc8154d6b98b8d84b473010c8c6/execroot/com_github_grpc_grpc/bazel-out/k8-opt/testlogs/test/cpp/end2end/xds/xds_end2end_test@poller=poll/shard_32_of_50/test_attempts/attempt_1.log)
INFO: From Compiling test/core/end2end/fuzzers/client_fuzzer.cc:
test/core/end2end/fuzzers/client_fuzzer.cc:51:13: warning: unused function 'discard_write' [-Wunused-function]
51 | static void discard_write(grpc_slice /*slice*/) {}
| ^~~~~~~~~~~~~
1 warning generated.
Analyzing: 3712 targets (367 packages loaded, 15137 targets configured)
[21,156 / 24,132] 444 / 987 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 34s ... (198 actions, 11 running)
Analyzing: 3712 targets (367 packages loaded, 15163 targets configured)
[21,513 / 24,902] 447 / 998 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 35s ... (196 actions, 12 running)
INFO: From Testing //test/cpp/end2end/xds:xds_end2end_test@poller=poll (shard 32 of 50):
stdout (/tmpfs/bazel/4114fdc8154d6b98b8d84b473010c8c6/execroot/com_github_grpc_grpc/bazel-out/_tmp/actions/stdout-25576) 3951268 exceeds maximum size of --experimental_ui_max_stdouterr_bytes=1048576 bytes; skipping
Analyzing: 3712 targets (367 packages loaded, 15177 targets configured)
[21,793 / 25,149] 454 / 1007 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 36s ... (195 actions, 14 running)
Analyzing: 3712 targets (367 packages loaded, 15198 targets configured)
[22,111 / 25,403] 457 / 1021 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 37s ... (195 actions, 8 running)
Analyzing: 3712 targets (367 packages loaded, 15245 targets configured)
[22,355 / 25,607] 458 / 1061 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 38s ... (200 actions, 24 running)
Analyzing: 3712 targets (367 packages loaded, 15308 targets configured)
[22,524 / 25,778] 470 / 1112 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 39s ... (185 actions, 16 running)
Analyzing: 3712 targets (367 packages loaded, 15322 targets configured)
[22,683 / 25,905] 476 / 1123 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 40s ... (199 actions, 12 running)
Analyzing: 3712 targets (367 packages loaded, 15332 targets configured)
[22,817 / 26,017] 477 / 1132 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 41s ... (189 actions, 16 running)
Analyzing: 3712 targets (367 packages loaded, 15339 targets configured)
[22,948 / 26,142] 484 / 1137 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 42s ... (192 actions, 16 running)
Analyzing: 3712 targets (367 packages loaded, 15350 targets configured)
[23,016 / 26,222] 484 / 1146 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 43s ... (197 actions, 24 running)
Analyzing: 3712 targets (367 packages loaded, 15364 targets configured)
[23,040 / 26,239] 484 / 1159 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 44s ... (174 actions, 34 running)

FLAKY: //test/cpp/end2end/xds:xds_end2end_test@poller=poll (Summary)
/tmpfs/bazel/4114fdc8154d6b98b8d84b473010c8c6/execroot/com_github_grpc_grpc/bazel-out/k8-opt/testlogs/test/cpp/end2end/xds/xds_end2end_test@poller=poll/shard_32_of_50/test_attempts/attempt_1.log
Analyzing: 3712 targets (367 packages loaded, 15379 targets configured)
[23,379 / 26,564] 493 / 1169 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 45s ... (198 actions, 30 running)
Analyzing: 3712 targets (367 packages loaded, 15393 targets configured)
[23,553 / 26,710] 501 / 1182 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 46s ... (194 actions, 17 running)
Analyzing: 3712 targets (367 packages loaded, 15410 targets configured)
[23,770 / 26,881] 504 / 1194 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 47s ... (198 actions, 13 running)
Analyzing: 3712 targets (367 packages loaded, 15433 targets configured)
[23,892 / 26,992] 509 / 1215 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 48s ... (200 actions, 25 running)
Analyzing: 3712 targets (367 packages loaded, 15497 targets configured)
[23,961 / 27,098] 515 / 1268 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 49s ... (180 actions, 40 running)
Analyzing: 3712 targets (367 packages loaded, 15511 targets configured)
[24,185 / 27,261] 531 / 1280 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 50s ... (194 actions, 35 running)
Analyzing: 3712 targets (367 packages loaded, 15528 targets configured)
[24,366 / 27,418] 541 / 1296 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 51s ... (198 actions, 30 running)
Analyzing: 3712 targets (367 packages loaded, 15557 targets configured)
[24,495 / 27,566] 541 / 1318 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 52s ... (195 actions, 35 running)
Analyzing: 3712 targets (367 packages loaded, 15569 targets configured)
[24,683 / 28,016] 550 / 1331 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 53s ... (197 actions, 36 running)
Analyzing: 3712 targets (367 packages loaded, 15594 targets configured)
[24,852 / 28,141] 555 / 1354 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 54s ... (197 actions, 40 running)
Analyzing: 3712 targets (367 packages loaded, 15618 targets configured)
[25,008 / 28,268] 557 / 1376 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 55s ... (188 actions, 39 running)
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.
Analyzing: 3712 targets (367 packages loaded, 15630 targets configured)
[25,214 / 28,427] 564 / 1385 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 56s ... (194 actions, 45 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: 3712 targets (367 packages loaded, 15648 targets configured)
[25,433 / 28,570] 573 / 1400 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 57s ... (197 actions, 43 running)
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.
Analyzing: 3712 targets (367 packages loaded, 15674 targets configured)
[25,533 / 28,668] 576 / 1421 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 58s ... (199 actions, 53 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 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.
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.
Analyzing: 3712 targets (367 packages loaded, 15705 targets configured)
[25,714 / 28,781] 582 / 1443 tests; [Sched] Testing //test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll; 59s ... (196 actions, 46 running)
Analyzing: 3712 targets (367 packages loaded, 15718 targets configured)
[25,892 / 28,909] 587 / 1453 tests; [Sched] Testing //test/cpp/end2end/xds:xds_cluster_end2end_test@experiment=no_pick_first_new (shard 38 of 50); 38s ... (192 actions, 46 running)
Analyzing: 3712 targets (367 packages loaded, 15733 targets configured)
[26,077 / 29,016] 588 / 1464 tests; [Sched] Testing //test/cpp/end2end/xds:xds_cluster_end2end_test@experiment=no_pick_first_new (shard 38 of 50); 39s ... (197 actions, 38 running)
Analyzing: 3712 targets (367 packages loaded, 15751 targets configured)
[26,245 / 29,110] 590 / 1480 tests; [Sched] Testing //test/cpp/end2end/xds:xds_cluster_end2end_test@experiment=no_pick_first_new (shard 38 of 50); 40s ... (197 actions, 22 running)
Analyzing: 3712 targets (367 packages loaded, 15784 targets configured)
[26,344 / 29,180] 592 / 1502 tests; [Sched] Testing //test/cpp/end2end/xds:xds_cluster_end2end_test@experiment=no_pick_first_new (shard 38 of 50); 41s ... (199 actions, 16 running)
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.
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.
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/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.
Analyzing: 3712 targets (367 packages loaded, 15801 targets configured)
[26,551 / 29,306] 599 / 1512 tests; [Sched] Testing //test/cpp/end2end/xds:xds_cluster_end2end_test@experiment=no_pick_first_new (shard 38 of 50); 42s ... (196 actions, 17 running)
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.
Analyzing: 3712 targets (367 packages loaded, 15817 targets configured)
[26,738 / 29,434] 605 / 1527 tests; [Sched] Testing //test/cpp/end2end/xds:xds_cluster_end2end_test@experiment=no_pick_first_new (shard 37 of 50); 43s ... (193 actions, 19 running)
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: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:32:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/client.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:32:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/client.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:32:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/client.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:32:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/client.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/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: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/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: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: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: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: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: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: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
| ^
59 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: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:32:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/client.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:32:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/client.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:32:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/client.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:32:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/client.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/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: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/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: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: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: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: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: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: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
| ^
59 warnings generated.
Analyzing: 3712 targets (367 packages loaded, 15830 targets configured)
[26,922 / 29,563] 615 / 1537 tests; [Sched] Testing //test/cpp/end2end/xds:xds_outlier_detection_end2end_test@experiment=work_serializer_dispatch; 41s ... (195 actions, 20 running)
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:34:
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_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:34:
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_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:34:
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_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:34:
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: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
| ^
53 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:34:
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_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:34:
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_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:34:
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_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:34:
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: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
| ^
53 warnings generated.
Analyzing: 3712 targets (367 packages loaded, 15843 targets configured)
[27,068 / 29,641] 623 / 1547 tests; [Sched] Testing //test/cpp/end2end/xds:xds_outlier_detection_end2end_test@experiment=work_serializer_dispatch; 42s ... (194 actions, 11 running)
Analyzing: 3712 targets (367 packages loaded, 15869 targets configured)
[27,213 / 29,770] 625 / 1567 tests; [Sched] Testing //test/cpp/end2end/xds:xds_outlier_detection_end2end_test@poller=epoll1; 42s ... (197 actions, 27 running)
Analyzing: 3712 targets (367 packages loaded, 15925 targets configured)
[27,261 / 29,867] 627 / 1609 tests; [Sched] Testing //test/cpp/end2end/xds:xds_fault_injection_end2end_test@experiment=work_serializer_dispatch (shard 3 of 5); 42s ... (188 actions, 39 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: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:33:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/client.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: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: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/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/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/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/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:39:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric.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:40:
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:40:
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:40:
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: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: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
| ^
64 warnings generated.
Analyzing: 3712 targets (367 packages loaded, 15939 targets configured)
[27,539 / 30,050] 650 / 1620 tests; [Sched] Testing //test/cpp/end2end/xds:xds_fault_injection_end2end_test@experiment=work_serializer_dispatch (shard 3 of 5); 43s ... (197 actions, 41 running)
Analyzing: 3712 targets (367 packages loaded, 15954 targets configured)
[27,703 / 30,160] 655 / 1630 tests; [Sched] Testing //test/cpp/end2end/xds:xds_fault_injection_end2end_test@experiment=work_serializer_dispatch (shard 3 of 5); 44s ... (192 actions, 40 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: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:33:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/client.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: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: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/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/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/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/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:39:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric.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:40:
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:40:
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:40:
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: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: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
| ^
64 warnings generated.
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.
Analyzing: 3712 targets (367 packages loaded, 15971 targets configured)
[27,885 / 30,279] 662 / 1645 tests; [Sched] Testing //test/cpp/end2end/xds:xds_fault_injection_end2end_test@experiment=no_pick_first_new (shard 2 of 5); 42s ... (198 actions, 36 running)
Analyzing: 3712 targets (367 packages loaded, 16012 targets configured)
[27,972 / 30,363] 663 / 1677 tests; [Sched] Testing //test/cpp/end2end/xds:xds_fault_injection_end2end_test@experiment=no_pick_first_new (shard 2 of 5); 43s ... (193 actions, 46 running)
Analyzing: 3712 targets (367 packages loaded, 16035 targets configured)
[28,133 / 30,506] 682 / 1694 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=poll (shard 5 of 7); 37s ... (196 actions, 40 running)
Analyzing: 3712 targets (367 packages loaded, 16060 targets configured)
[28,253 / 30,573] 685 / 1715 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=poll (shard 5 of 7); 38s ... (189 actions, 38 running)
Analyzing: 3712 targets (367 packages loaded, 16101 targets configured)
[28,376 / 30,698] 693 / 1749 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=poll (shard 5 of 7); 39s ... (195 actions, 29 running)
Analyzing: 3712 targets (367 packages loaded, 16122 targets configured)
[28,529 / 30,929] 698 / 1766 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=poll (shard 5 of 7); 40s ... (196 actions, 37 running)
Analyzing: 3712 targets (367 packages loaded, 16153 targets configured)
[28,662 / 31,111] 705 / 1790 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=poll (shard 5 of 7); 41s ... (187 actions, 47 running)
Analyzing: 3712 targets (367 packages loaded, 16163 targets configured)
[28,768 / 31,341] 708 / 1799 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=poll (shard 5 of 7); 42s ... (197 actions, 42 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: 3712 targets (367 packages loaded, 16181 targets configured)
[28,914 / 31,648] 713 / 1811 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=poll (shard 5 of 7); 43s ... (197 actions, 36 running)
Analyzing: 3712 targets (367 packages loaded, 16198 targets configured)
[29,064 / 31,934] 717 / 1824 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=poll (shard 5 of 7); 44s ... (198 actions, 21 running)
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: 3712 targets (367 packages loaded, 16215 targets configured)
[29,270 / 32,196] 725 / 1837 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=poll (shard 5 of 7); 45s ... (194 actions, 20 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.
Analyzing: 3712 targets (367 packages loaded, 16257 targets configured)
[29,391 / 32,446] 728 / 1866 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=poll (shard 5 of 7); 46s ... (193 actions, 38 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/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: 3712 targets (367 packages loaded, 16267 targets configured)
[29,622 / 32,739] 741 / 1872 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=poll (shard 5 of 7); 47s ... (197 actions, 48 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 (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.
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_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: Analyzed 3712 targets (367 packages loaded, 16275 targets configured).
[29,823 / 33,280] 749 / 1877 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=poll (shard 5 of 7); 48s ... (197 actions, 50 running)
[30,029 / 33,614] 755 / 1877 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=poll (shard 5 of 7); 49s ... (194 actions, 53 running)
[30,207 / 34,004] 769 / 1877 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=poll (shard 5 of 7); 50s ... (195 actions, 58 running)
[30,306 / 34,408] 770 / 1877 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=poll (shard 5 of 7); 51s ... (198 actions, 66 running)
[30,549 / 34,870] 789 / 1877 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=poll (shard 5 of 7); 52s ... (198 actions, 76 running)
[30,775 / 35,346] 798 / 1877 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=poll (shard 5 of 7); 53s ... (194 actions, 85 running)
[30,953 / 35,661] 802 / 1877 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=poll (shard 5 of 7); 54s ... (191 actions, 79 running)
[31,087 / 36,174] 807 / 1877 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=poll (shard 5 of 7); 55s ... (195 actions, 75 running)
[31,125 / 36,374] 812 / 1877 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=poll (shard 5 of 7); 56s ... (200 actions, 81 running)
[31,172 / 36,422] 820 / 1877 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=poll (shard 4 of 7); 57s ... (190 actions, 86 running)
[31,399 / 36,960] 829 / 1877 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=poll (shard 4 of 7); 58s ... (199 actions, 74 running)
[31,531 / 37,397] 837 / 1877 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=poll (shard 4 of 7); 59s ... (197 actions, 50 running)
[31,666 / 37,689] 845 / 1877 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=epoll1 (shard 4 of 7); 58s ... (199 actions, 67 running)
[31,666 / 37,689] 845 / 1877 tests; [Sched] Testing //test/core/transport/chttp2:too_many_pings_test@poller=epoll1 (shard 4 of 7); 59s ... (199 actions, 95 running)
[31,830 / 38,108] 857 / 1877 tests; [Sched] Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 41s ... (197 actions, 34 running)
[31,963 / 38,878] 863 / 1877 tests; [Sched] Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 42s ... (199 actions, 7 running)
[32,113 / 39,214] 868 / 1877 tests; [Sched] Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 43s ... (198 actions, 8 running)
[32,165 / 39,285] 870 / 1877 tests; [Sched] Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 44s ... (200 actions, 53 running)
[32,348 / 39,618] 883 / 1877 tests; [Sched] Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 45s ... (199 actions, 6 running)
[32,406 / 39,766] 889 / 1877 tests; [Sched] Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 46s ... (200 actions, 3 running)
[32,489 / 39,865] 900 / 1877 tests; [Sched] Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 47s ... (200 actions, 6 running)
[32,617 / 40,178] 912 / 1877 tests; [Sched] Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 48s ... (200 actions, 3 running)
[32,672 / 40,216] 919 / 1877 tests; [Sched] Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 49s ... (200 actions, 5 running)
[32,730 / 40,378] 921 / 1877 tests; [Sched] Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 50s ... (200 actions, 6 running)
[32,792 / 40,397] 925 / 1877 tests; [Sched] Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 51s ... (200 actions, 2 running)
[32,874 / 40,521] 926 / 1877 tests; [Sched] Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 52s ... (199 actions, 4 running)
[32,995 / 40,674] 935 / 1877 tests; [Sched] Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 53s ... (200 actions, 4 running)
[33,083 / 40,771] 944 / 1877 tests; [Sched] Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 54s ... (199 actions, 3 running)
[33,204 / 40,975] 946 / 1877 tests; [Sched] Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 55s ... (200 actions, 4 running)
[33,273 / 41,048] 949 / 1877 tests; [Sched] Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 56s ... (200 actions, 3 running)
[33,313 / 41,053] 954 / 1877 tests; [Sched] Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 57s ... (200 actions, 5 running)
[33,364 / 41,072] 960 / 1877 tests; [Sched] Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 58s ... (200 actions, 8 running)
[33,377 / 41,072] 963 / 1877 tests; [Sched] Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 59s ... (200 actions, 39 running)
[33,479 / 41,120] 972 / 1877 tests; [Sched] Testing //test/cpp/end2end:server_crash_test@poller=poll; 53s ... (200 actions, 6 running)
[33,506 / 41,120] 975 / 1877 tests; [Sched] Testing //test/cpp/end2end:server_crash_test@poller=poll; 54s ... (200 actions, 6 running)
[33,549 / 41,134] 979 / 1877 tests; [Sched] Testing //test/cpp/end2end:server_crash_test@poller=poll; 55s ... (200 actions, 6 running)
[33,662 / 41,315] 983 / 1877 tests; [Sched] Testing //test/cpp/end2end:server_crash_test@poller=poll; 56s ... (200 actions, 5 running)
[33,726 / 41,434] 987 / 1877 tests; [Sched] Testing //test/cpp/end2end:server_crash_test@poller=poll; 57s ... (200 actions, 4 running)
[33,802 / 41,536] 991 / 1877 tests; [Sched] Testing //test/cpp/end2end:server_crash_test@poller=poll; 58s ... (200 actions, 1 running)
[33,837 / 41,550] 992 / 1877 tests; [Sched] Testing //test/cpp/end2end:server_crash_test@poller=poll; 59s ... (200 actions, 3 running)
[33,877 / 41,560] 997 / 1877 tests; [Sched] Testing //test/cpp/end2end:server_crash_test@poller=epoll1; 59s ... (200 actions, 3 running)
[33,926 / 41,560] 1002 / 1877 tests; [Sched] Testing //test/cpp/end2end:hybrid_end2end_test@poller=poll; 52s ... (200 actions, 4 running)
[33,976 / 41,579] 1003 / 1877 tests; [Sched] Testing //test/cpp/end2end:hybrid_end2end_test@poller=poll; 53s ... (200 actions, 3 running)
[34,051 / 41,598] 1006 / 1877 tests; [Sched] Testing //test/cpp/end2end:hybrid_end2end_test@poller=poll; 54s ... (200 actions, 6 running)
[34,113 / 41,623] 1010 / 1877 tests; [Sched] Testing //test/cpp/end2end:hybrid_end2end_test@poller=poll; 55s ... (200 actions, 5 running)
[34,194 / 41,647] 1010 / 1877 tests; [Sched] Testing //test/cpp/end2end:hybrid_end2end_test@poller=poll; 56s ... (200 actions, 7 running)
[34,262 / 41,661] 1017 / 1877 tests; [Sched] Testing //test/cpp/end2end:hybrid_end2end_test@poller=poll; 57s ... (200 actions, 5 running)
[34,290 / 41,661] 1021 / 1877 tests; [Sched] Testing //test/cpp/end2end:hybrid_end2end_test@poller=poll; 58s ... (200 actions, 4 running)
[34,317 / 41,661] 1024 / 1877 tests; [Sched] Testing //test/cpp/end2end:hybrid_end2end_test@poller=poll; 59s ... (200 actions, 5 running)
[34,369 / 41,661] 1029 / 1877 tests; [Sched] Testing //test/core/end2end:high_initial_seqno_test@poller=poll@experiment=no_event_engine_listener (shard 1 of 20); 21s ... (200 actions, 6 running)
[34,404 / 41,689] 1031 / 1877 tests; [Sched] Testing //test/core/end2end:high_initial_seqno_test@poller=poll@experiment=event_engine_client (shard 2 of 20); 21s ... (200 actions, 4 running)
[34,449 / 41,689] 1036 / 1877 tests; [Sched] Testing //test/core/end2end:cancel_after_invoke_test@poller=poll@experiment=no_event_engine_listener (shard 27 of 50); 21s ... (200 actions, 5 running)
[34,502 / 41,689] 1041 / 1877 tests; [Sched] Testing //test/core/end2end:cancel_after_invoke_test@poller=poll@experiment=no_event_engine_listener (shard 27 of 50); 22s ... (200 actions, 7 running)
[34,525 / 41,689] 1043 / 1877 tests; [Sched] Testing //test/core/end2end:cancel_after_invoke_test@poller=poll@experiment=no_event_engine_listener (shard 27 of 50); 23s ... (200 actions, 7 running)
[34,576 / 41,689] 1048 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 21s remote ... (200 actions, 6 running)
[34,625 / 41,829] 1051 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 22s remote ... (200 actions, 5 running)
[34,702 / 41,905] 1057 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 23s remote ... (199 actions, 7 running)
[34,830 / 42,099] 1059 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 24s remote ... (200 actions, 7 running)
[34,879 / 42,104] 1065 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 25s remote ... (200 actions, 5 running)
[34,933 / 42,104] 1071 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 26s remote ... (200 actions, 6 running)
[34,976 / 42,104] 1076 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 27s remote ... (200 actions, 7 running)
[35,059 / 42,169] 1081 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 28s remote ... (200 actions, 7 running)
[35,131 / 42,179] 1087 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 29s remote ... (200 actions, 5 running)
[35,179 / 42,179] 1090 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 30s remote ... (200 actions, 5 running)
[35,214 / 42,179] 1094 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 31s remote ... (200 actions, 6 running)
[35,285 / 42,194] 1099 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 32s remote ... (200 actions, 6 running)
[35,336 / 42,194] 1101 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 33s remote ... (200 actions, 5 running)
[35,372 / 42,194] 1106 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 34s remote ... (200 actions, 8 running)
[35,429 / 42,199] 1113 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 35s remote ... (200 actions, 6 running)
[35,470 / 42,199] 1116 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 36s remote ... (200 actions, 5 running)
[35,504 / 42,199] 1125 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 37s remote ... (200 actions, 6 running)
[35,520 / 42,199] 1128 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 38s remote ... (200 actions, 6 running)
[35,550 / 42,199] 1130 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 39s remote ... (200 actions, 5 running)
[35,581 / 42,199] 1133 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 40s remote ... (200 actions, 7 running)
[35,624 / 42,199] 1136 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 41s remote ... (200 actions, 5 running)
[35,693 / 42,269] 1138 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 42s remote ... (200 actions, 7 running)
[35,743 / 42,269] 1139 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 43s remote ... (200 actions, 6 running)
[35,801 / 42,269] 1144 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 44s remote ... (200 actions, 5 running)
[35,873 / 42,269] 1148 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 45s remote ... (200 actions, 6 running)
[35,928 / 42,269] 1154 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 46s remote ... (200 actions, 7 running)
[35,990 / 42,269] 1160 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 47s remote ... (200 actions, 4 running)
[36,028 / 42,269] 1160 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 48s remote ... (200 actions, 18 running)
[36,075 / 42,269] 1163 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 49s remote ... (200 actions, 6 running)
[36,131 / 42,269] 1169 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 50s remote ... (200 actions, 8 running)
[36,203 / 42,269] 1176 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 51s remote ... (200 actions, 6 running)
[36,275 / 42,269] 1182 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 53s remote ... (200 actions, 7 running)
[36,371 / 42,269] 1193 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 54s remote ... (200 actions, 9 running)
[36,439 / 42,269] 1205 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 55s remote ... (200 actions, 7 running)
[36,502 / 42,269] 1214 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 56s remote ... (200 actions, 6 running)
[36,546 / 42,271] 1217 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 57s remote ... (200 actions, 11 running)
[36,619 / 42,271] 1225 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 58s remote ... (200 actions, 6 running)
[36,664 / 42,272] 1235 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 59s remote ... (200 actions, 8 running)
[36,693 / 42,273] 1241 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 60s remote ... (200 actions, 5 running)
[36,741 / 42,273] 1245 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 61s remote ... (200 actions, 5 running)
[36,765 / 42,273] 1248 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 62s remote ... (200 actions, 4 running)
[36,794 / 42,273] 1249 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 63s remote ... (200 actions, 5 running)
[36,832 / 42,273] 1252 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 64s remote ... (200 actions, 5 running)
[36,855 / 42,274] 1256 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 65s remote ... (200 actions, 5 running)
[36,889 / 42,275] 1257 / 1877 tests; Testing //test/cpp/end2end:port_sharing_end2end_test@poller=poll; 66s remote ... (200 actions, 6 running)
[36,913 / 42,275] 1260 / 1877 tests; Testing //test/cpp/end2end:server_crash_test@poller=poll; 60s remote ... (200 actions, 7 running)
[36,947 / 42,275] 1267 / 1877 tests; Testing //test/cpp/end2end:server_crash_test@poller=poll; 61s remote ... (200 actions, 7 running)
[36,978 / 42,275] 1273 / 1877 tests; Testing //test/cpp/end2end:server_crash_test@poller=epoll1; 60s remote ... (200 actions, 3 running)
[37,007 / 42,276] 1274 / 1877 tests; Testing //test/cpp/end2end:server_crash_test@poller=epoll1; 61s remote ... (200 actions, 9 running)
[37,067 / 42,276] 1285 / 1877 tests; [Sched] Testing //test/cpp/ext/filters/logging:logging_test@poller=poll; 32s ... (200 actions, 6 running)
[37,107 / 42,276] 1291 / 1877 tests; [Sched] Testing //test/cpp/ext/filters/logging:logging_test@poller=poll; 33s ... (200 actions, 9 running)
[37,152 / 42,278] 1301 / 1877 tests; [Sched] Testing //test/cpp/ext/filters/logging:logging_test@poller=poll; 34s ... (200 actions, 3 running)
[37,187 / 42,278] 1306 / 1877 tests; [Sched] Testing //test/cpp/ext/filters/logging:logging_test@poller=poll; 35s ... (200 actions, 2 running)
[37,236 / 42,278] 1308 / 1877 tests; [Sched] Testing //test/cpp/ext/filters/logging:logging_test@poller=poll; 36s ... (200 actions, 4 running)
[37,293 / 42,278] 1315 / 1877 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 32s ... (200 actions, 2 running)
[37,345 / 42,278] 1317 / 1877 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 33s ... (200 actions, 1 running)
[37,377 / 42,278] 1323 / 1877 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 34s ... (200 actions, 1 running)
[37,440 / 42,278] 1324 / 1877 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 35s ... (200 actions, 3 running)
[37,484 / 42,278] 1328 / 1877 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 36s ... (200 actions, 3 running)
[37,530 / 42,280] 1330 / 1877 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 37s ... (200 actions, 2 running)
[37,574 / 42,280] 1330 / 1877 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 38s ... (200 actions, 3 running)
[37,614 / 42,280] 1333 / 1877 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 39s ... (200 actions, 4 running)
[37,653 / 42,281] 1335 / 1877 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 40s ... (200 actions, 2 running)
[37,704 / 42,281] 1341 / 1877 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 41s ... (200 actions, 3 running)
[37,753 / 42,282] 1342 / 1877 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 42s ... (199 actions, 2 running)
[37,816 / 42,283] 1344 / 1877 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 43s ... (200 actions, 2 running)
[37,885 / 42,284] 1349 / 1877 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 44s ... (200 actions, 3 running)
[37,959 / 42,284] 1352 / 1877 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 45s ... (200 actions, 1 running)
[38,036 / 42,285] 1358 / 1877 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 46s ... (200 actions, 2 running)
[38,124 / 42,285] 1366 / 1877 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 47s ... (200 actions, 6 running)
[38,184 / 42,287] 1376 / 1877 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 48s ... (200 actions, 6 running)
[38,240 / 42,287] 1379 / 1877 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 49s ... (199 actions, 6 running)
[38,311 / 42,288] 1386 / 1877 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 50s ... (200 actions, 4 running)
[38,372 / 42,288] 1392 / 1877 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 51s ... (200 actions, 8 running)
[38,417 / 42,288] 1399 / 1877 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 52s ... (200 actions, 3 running)
[38,472 / 42,290] 1401 / 1877 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 53s ... (200 actions, 4 running)
[38,550 / 42,291] 1407 / 1877 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 54s ... (200 actions, 3 running)
[38,616 / 42,291] 1417 / 1877 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 55s ... (200 actions, 8 running)
[38,699 / 42,291] 1428 / 1877 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 56s ... (200 actions, 8 running)
[38,775 / 42,293] 1444 / 1877 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 57s ... (200 actions, 3 running)
[38,808 / 42,294] 1448 / 1877 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 58s ... (199 actions, 5 running)
[38,854 / 42,294] 1452 / 1877 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=poll; 59s ... (200 actions, 5 running)
[38,909 / 42,295] 1461 / 1877 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=epoll1; 52s ... (200 actions, 8 running)
[38,952 / 42,298] 1467 / 1877 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=epoll1; 53s ... (200 actions, 7 running)
[39,034 / 42,298] 1473 / 1877 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=epoll1; 54s ... (200 actions, 2 running)
[39,112 / 42,298] 1479 / 1877 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=epoll1; 55s ... (200 actions, 9 running)
[39,190 / 42,298] 1492 / 1877 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=epoll1; 56s ... (200 actions, 5 running)
[39,272 / 42,299] 1500 / 1877 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=epoll1; 57s ... (200 actions, 2 running)
[39,351 / 42,299] 1509 / 1877 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=epoll1; 58s ... (200 actions, 2 running)
[39,450 / 42,300] 1523 / 1877 tests; [Sched] Testing //test/cpp/ext/csm:csm_observability_test@poller=epoll1; 59s ... (200 actions, 6 running)
[39,493 / 42,302] 1527 / 1877 tests; [Sched] Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 59s ... (200 actions, 5 running)
[39,580 / 42,302] 1534 / 1877 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=epoll1 (shard 1 of 10); 56s ... (200 actions, 10 running)
[39,631 / 42,303] 1542 / 1877 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=epoll1 (shard 1 of 10); 57s ... (200 actions, 13 running)
[39,697 / 42,304] 1553 / 1877 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=epoll1 (shard 1 of 10); 58s ... (200 actions, 9 running)
[39,764 / 42,306] 1561 / 1877 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=epoll1 (shard 1 of 10); 59s ... (200 actions, 5 running)
[39,840 / 42,308] 1563 / 1877 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=epoll1 (shard 2 of 10); 60s ... (200 actions, 10 running)
[39,886 / 42,315] 1567 / 1877 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll (shard 1 of 10); 42s ... (200 actions, 14 running)
[39,984 / 42,315] 1576 / 1877 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll (shard 1 of 10); 43s ... (200 actions, 7 running)
[40,053 / 42,318] 1586 / 1877 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll (shard 1 of 10); 44s ... (200 actions, 13 running)
[40,118 / 42,318] 1596 / 1877 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll (shard 1 of 10); 45s ... (200 actions, 10 running)
[40,170 / 42,319] 1605 / 1877 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll (shard 1 of 10); 47s ... (200 actions, 4 running)
[40,240 / 42,320] 1612 / 1877 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll (shard 1 of 10); 48s ... (199 actions, 8 running)
[40,294 / 42,321] 1616 / 1877 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll (shard 1 of 10); 49s ... (200 actions, 6 running)
[40,325 / 42,322] 1622 / 1877 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll (shard 1 of 10); 50s ... (200 actions, 7 running)
[40,357 / 42,322] 1625 / 1877 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll (shard 1 of 10); 51s ... (200 actions, 6 running)
[40,431 / 42,324] 1629 / 1877 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll (shard 1 of 10); 52s ... (200 actions, 6 running)
[40,507 / 42,324] 1632 / 1877 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll (shard 1 of 10); 53s ... (200 actions, 6 running)
[40,583 / 42,324] 1636 / 1877 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll (shard 1 of 10); 54s ... (200 actions, 5 running)
[40,635 / 42,325] 1640 / 1877 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll (shard 1 of 10); 55s ... (199 actions, 10 running)
[40,694 / 42,327] 1647 / 1877 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll (shard 1 of 10); 56s ... (200 actions, 18 running)
[40,754 / 42,328] 1661 / 1877 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll (shard 1 of 10); 57s ... (200 actions, 9 running)
[40,816 / 42,334] 1669 / 1877 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll (shard 1 of 10); 58s ... (200 actions, 8 running)
[40,884 / 42,334] 1676 / 1877 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll (shard 1 of 10); 59s ... (200 actions, 9 running)
[40,959 / 42,335] 1696 / 1877 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll (shard 1 of 10); 60s ... (200 actions, 11 running)
[41,022 / 42,335] 1710 / 1877 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll (shard 7 of 10); 59s ... (200 actions, 10 running)
[41,082 / 42,336] 1716 / 1877 tests; [Sched] Testing //test/core/end2end:retry_cancel_during_delay_test@poller=poll (shard 8 of 10); 59s ... (200 actions, 4 running)
[41,118 / 42,336] 1722 / 1877 tests; Testing //test/cpp/ext/csm:csm_observability_test@poller=epoll1; 26s remote ... (200 actions, 7 running)
[41,147 / 42,336] 1726 / 1877 tests; Testing //test/cpp/ext/csm:csm_observability_test@poller=epoll1; 27s remote ... (200 actions, 5 running)
[41,199 / 42,336] 1727 / 1877 tests; Testing //test/cpp/ext/csm:csm_observability_test@poller=epoll1; 28s remote ... (200 actions, 6 running)
[41,309 / 42,343] 1730 / 1877 tests; Testing //test/cpp/ext/csm:csm_observability_test@poller=epoll1; 29s remote ... (200 actions, 4 running)
[41,372 / 42,343] 1738 / 1877 tests; Testing //test/cpp/ext/csm:csm_observability_test@poller=epoll1; 30s remote ... (200 actions, 5 running)
[41,413 / 42,345] 1746 / 1877 tests; Testing //test/cpp/ext/csm:csm_observability_test@poller=epoll1; 31s remote ... (200 actions, 7 running)
[41,491 / 42,346] 1750 / 1877 tests; Testing //test/cpp/ext/csm:csm_observability_test@poller=epoll1; 32s remote ... (200 actions, 3 running)
[41,538 / 42,348] 1757 / 1877 tests; Testing //test/cpp/ext/csm:csm_observability_test@poller=epoll1; 33s remote ... (200 actions, 8 running)
[41,598 / 42,348] 1765 / 1877 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 33s remote ... (200 actions, 3 running)
[41,650 / 42,349] 1768 / 1877 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 34s remote ... (200 actions, 2 running)
[41,691 / 42,350] 1774 / 1877 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 35s remote ... (200 actions, 3 running)
[41,705 / 42,350] 1775 / 1877 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 36s remote ... (200 actions, 3 running)
[41,763 / 42,353] 1779 / 1877 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 37s remote ... (200 actions, 4 running)
[41,821 / 42,354] 1784 / 1877 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 38s remote ... (200 actions, 7 running)
[41,885 / 42,354] 1791 / 1877 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 39s remote ... (200 actions, 6 running)
[41,987 / 42,355] 1796 / 1877 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 40s remote ... (200 actions, 4 running)
[42,064 / 42,357] 1806 / 1877 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 41s remote ... (200 actions, 4 running)
[42,082 / 42,357] 1808 / 1877 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 42s remote ... (200 actions, 2 running)
[42,110 / 42,358] 1812 / 1877 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 43s remote ... (200 actions, 3 running)
[42,176 / 42,359] 1816 / 1877 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 44s remote ... (183 actions, 5 running)
[42,226 / 42,359] 1829 / 1877 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 46s remote ... (133 actions, 6 running)
[42,287 / 42,359] 1864 / 1877 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 47s remote ... (72 actions, 3 running)
[42,299 / 42,359] 1864 / 1877 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 48s remote ... (60 actions, 3 running)
[42,310 / 42,359] 1865 / 1877 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 49s remote ... (49 actions, 3 running)
[42,319 / 42,359] 1867 / 1877 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 50s remote ... (40 actions, 2 running)
[42,324 / 42,359] 1867 / 1877 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 51s remote ... (35 actions, 3 running)
[42,328 / 42,359] 1869 / 1877 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 52s remote ... (31 actions, 3 running)
[42,339 / 42,359] 1870 / 1877 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 54s remote ... (20 actions, 3 running)
[42,343 / 42,359] 1871 / 1877 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 55s remote ... (16 actions, 2 running)
[42,343 / 42,359] 1871 / 1877 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 56s remote ... (16 actions, 3 running)
[42,350 / 42,359] 1872 / 1877 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 58s remote ... (9 actions, 3 running)
[42,356 / 42,359] 1874 / 1877 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 59s remote ... (3 actions, 2 running)
[42,356 / 42,359] 1874 / 1877 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 60s remote ... (3 actions running)
[42,357 / 42,359] 1875 / 1877 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 62s remote ... (2 actions running)
[42,357 / 42,359] 1875 / 1877 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 72s remote ... (2 actions running)
[42,357 / 42,359] 1875 / 1877 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 102s remote ... (2 actions running)
[42,358 / 42,359] 1876 / 1877 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 104s remote
[42,358 / 42,359] 1876 / 1877 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 114s remote
[42,358 / 42,359] 1876 / 1877 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 144s remote
[42,358 / 42,359] 1877 / 1877 tests; Testing //test/cpp/ext/csm:metadata_exchange_test@poller=poll; 151s remote
INFO: Found 1835 targets and 1877 test targets...
INFO: Elapsed time: 484.263s, Critical Path: 225.23s
INFO: 42359 processes: 13758 remote cache hit, 17233 internal, 2 linux-sandbox, 11366 remote.
INFO: Build completed successfully, 42359 total actions
INFO:
//test/core/address_utils:parse_address_test@poller=epoll1 PASSED in 1.7s
//test/core/address_utils:parse_address_test@poller=poll PASSED in 0.7s
//test/core/address_utils:parse_address_with_named_scope_id_test PASSED in 0.7s
//test/core/address_utils:sockaddr_utils_fuzzer_test PASSED in 0.6s
//test/core/address_utils:sockaddr_utils_test@poller=epoll1 PASSED in 0.7s
//test/core/address_utils:sockaddr_utils_test@poller=poll PASSED in 0.7s
//test/core/avl:avl_fuzzer PASSED in 1.4s
//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.4s
//test/core/bad_client:bad_streaming_id_bad_client_test@poller=epoll1 PASSED in 1.6s
//test/core/bad_client:bad_streaming_id_bad_client_test@poller=poll PASSED in 1.1s
//test/core/bad_client:badreq_bad_client_test@poller=epoll1 PASSED in 1.1s
//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.5s
//test/core/bad_client:connection_prefix_bad_client_test@poller=poll PASSED in 1.3s
//test/core/bad_client:duplicate_header_bad_client_test@poller=epoll1 PASSED in 0.9s
//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.7s
//test/core/bad_client:head_of_line_blocking_bad_client_test@poller=poll PASSED in 0.7s
//test/core/bad_client:headers_bad_client_test@poller=epoll1 PASSED in 2.9s
//test/core/bad_client:headers_bad_client_test@poller=poll PASSED in 2.7s
//test/core/bad_client:initial_settings_frame_bad_client_test@poller=epoll1 PASSED in 1.3s
//test/core/bad_client:initial_settings_frame_bad_client_test@poller=poll PASSED in 1.3s
//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.5s
//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 0.7s
//test/core/bad_client:simple_request_bad_client_test@poller=epoll1 PASSED in 0.7s
//test/core/bad_client:simple_request_bad_client_test@poller=poll PASSED in 0.8s
//test/core/bad_client:unknown_frame_bad_client_test@poller=epoll1 PASSED in 27.9s
//test/core/bad_client:unknown_frame_bad_client_test@poller=poll PASSED in 27.3s
//test/core/bad_client:window_overflow_bad_client_test@poller=epoll1 PASSED in 1.0s
//test/core/bad_client:window_overflow_bad_client_test@poller=poll PASSED in 0.9s
//test/core/bad_ssl:bad_ssl_alpn_test@poller=epoll1 PASSED in 10.8s
//test/core/bad_ssl:bad_ssl_alpn_test@poller=poll PASSED in 10.7s
//test/core/bad_ssl:bad_ssl_cert_test@poller=epoll1 PASSED in 10.8s
//test/core/bad_ssl:bad_ssl_cert_test@poller=poll PASSED in 10.6s
//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.4s
//test/core/call:client_call_fuzzer@poller=epoll1 PASSED in 0.8s
//test/core/call:client_call_fuzzer@poller=poll PASSED in 1.0s
//test/core/call:client_call_test PASSED in 0.8s
//test/core/call:server_call_fuzzer@poller=epoll1 PASSED in 0.7s
//test/core/call:server_call_fuzzer@poller=poll PASSED in 0.8s
//test/core/call:server_call_test PASSED in 0.7s
//test/core/channel:call_finalization_test@poller=epoll1 PASSED in 0.8s
//test/core/channel:call_finalization_test@poller=poll PASSED in 0.8s
//test/core/channel:channel_args_test PASSED in 0.6s
//test/core/channel:channel_stack_builder_test@poller=epoll1 PASSED in 0.5s
//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.7s
//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 3.2s
//test/core/channelz:channel_trace_test@poller=poll PASSED in 1.4s
//test/core/channelz:channelz_registry_test PASSED in 1.2s
//test/core/channelz:channelz_test@poller=epoll1 PASSED in 6.0s
//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.4s
//test/core/client_channel:client_channel_fuzzer@poller=epoll1 PASSED in 0.7s
//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.6s
//test/core/client_channel:client_channel_test PASSED in 0.8s
//test/core/client_channel:connected_subchannel_fuzzer@poller=epoll1 PASSED in 0.9s
//test/core/client_channel:connected_subchannel_fuzzer@poller=poll PASSED in 0.6s
//test/core/client_channel:connected_subchannel_test PASSED in 0.8s
//test/core/client_channel:lb_metadata_test PASSED in 0.6s
//test/core/client_channel:load_balanced_call_destination_fuzzer@poller=epoll1 PASSED in 0.8s
//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.9s
//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.7s
//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.6s
//test/core/config:core_configuration_test PASSED in 1.8s
//test/core/config:load_config_test PASSED in 0.8s
//test/core/end2end:bad_ping_fuzzer PASSED in 0.8s
//test/core/end2end:bad_server_response_test@poller=epoll1 PASSED in 7.1s
//test/core/end2end:bad_server_response_test@poller=poll PASSED in 17.1s
//test/core/end2end:binary_metadata_fuzzer PASSED in 0.9s
//test/core/end2end:call_creds_fuzzer PASSED in 1.0s
//test/core/end2end:call_host_override_fuzzer PASSED in 0.8s
//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.9s
//test/core/end2end:cancel_after_round_trip_fuzzer PASSED in 0.8s
//test/core/end2end:cancel_before_invoke_fuzzer PASSED in 0.8s
//test/core/end2end:cancel_in_a_vacuum_fuzzer PASSED in 0.8s
//test/core/end2end:cancel_with_status_fuzzer PASSED in 0.8s
//test/core/end2end:channelz_fuzzer PASSED in 0.6s
//test/core/end2end:client_streaming_fuzzer PASSED in 0.7s
//test/core/end2end:compressed_payload_fuzzer PASSED in 0.9s
//test/core/end2end:connection_refused_test@poller=epoll1 PASSED in 5.4s
//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.8s
//test/core/end2end:disappearing_server_fuzzer PASSED in 0.8s
//test/core/end2end:dualstack_socket_test@poller=epoll1 PASSED in 1.8s
//test/core/end2end:dualstack_socket_test@poller=poll PASSED in 2.0s
//test/core/end2end:empty_batch_fuzzer PASSED in 0.8s
//test/core/end2end:filter_causes_close_fuzzer PASSED in 0.9s
//test/core/end2end:filter_init_fails_fuzzer PASSED in 0.7s
//test/core/end2end:filtered_metadata_fuzzer PASSED in 0.8s
//test/core/end2end:goaway_server_test@poller=epoll1 PASSED in 0.7s
//test/core/end2end:goaway_server_test@poller=poll PASSED in 0.7s
//test/core/end2end:graceful_server_shutdown_fuzzer PASSED in 0.8s
//test/core/end2end:grpc_authz_fuzzer PASSED in 0.8s
//test/core/end2end:h2_ssl_session_reuse_test@poller=epoll1 PASSED in 0.9s
//test/core/end2end:h2_ssl_session_reuse_test@poller=poll PASSED in 0.7s
//test/core/end2end:h2_tls_peer_property_external_verifier_test@poller=epoll1 PASSED in 0.8s
//test/core/end2end:h2_tls_peer_property_external_verifier_test@poller=poll PASSED in 0.9s
//test/core/end2end:high_initial_seqno_fuzzer PASSED in 1.0s
//test/core/end2end:hpack_size_fuzzer PASSED in 0.9s
//test/core/end2end:http2_stats_fuzzer PASSED in 0.8s
//test/core/end2end:invalid_call_argument_test@poller=epoll1 PASSED in 10.7s
//test/core/end2end:invalid_call_argument_test@poller=poll PASSED in 11.2s
//test/core/end2end:invoke_large_request_fuzzer PASSED in 1.1s
//test/core/end2end:keepalive_timeout_fuzzer PASSED in 0.8s
//test/core/end2end:large_metadata_fuzzer PASSED in 0.9s
//test/core/end2end:max_concurrent_streams_fuzzer PASSED in 1.3s
//test/core/end2end:max_connection_age_fuzzer PASSED in 0.8s
//test/core/end2end:max_connection_idle_fuzzer PASSED in 0.6s
//test/core/end2end:max_message_length_fuzzer PASSED in 0.9s
//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.8s
//test/core/end2end:negative_deadline_fuzzer PASSED in 0.9s
//test/core/end2end:no_logging_fuzzer PASSED in 0.8s
//test/core/end2end:no_op_fuzzer PASSED in 0.8s
//test/core/end2end:no_server_test@poller=epoll1 PASSED in 3.0s
//test/core/end2end:no_server_test@poller=poll PASSED in 2.6s
//test/core/end2end:payload_fuzzer PASSED in 1.5s
//test/core/end2end:ping_fuzzer PASSED in 0.8s
//test/core/end2end:ping_pong_streaming_fuzzer PASSED in 0.9s
//test/core/end2end:proxy_auth_fuzzer PASSED in 0.8s
//test/core/end2end:registered_call_fuzzer PASSED in 1.3s
//test/core/end2end:request_with_flags_fuzzer PASSED in 1.0s
//test/core/end2end:request_with_payload_fuzzer PASSED in 0.8s
//test/core/end2end:resource_quota_server_fuzzer PASSED in 0.8s
//test/core/end2end:retry_cancel_after_first_attempt_starts_fuzzer PASSED in 0.8s
//test/core/end2end:retry_cancel_during_delay_fuzzer PASSED in 0.9s
//test/core/end2end:retry_cancel_with_multiple_send_batches_fuzzer PASSED in 0.9s
//test/core/end2end:retry_cancellation_fuzzer PASSED in 0.9s
//test/core/end2end:retry_disabled_fuzzer PASSED in 0.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.8s
//test/core/end2end:retry_exceeds_buffer_size_in_subsequent_batch_fuzzer PASSED in 0.8s
//test/core/end2end:retry_fuzzer PASSED in 0.8s
//test/core/end2end:retry_lb_drop_fuzzer PASSED in 1.0s
//test/core/end2end:retry_lb_fail_fuzzer PASSED in 0.9s
//test/core/end2end:retry_non_retriable_status_before_trailers_fuzzer PASSED in 0.6s
//test/core/end2end:retry_non_retriable_status_fuzzer PASSED in 0.8s
//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 0.9s
//test/core/end2end:retry_recv_initial_metadata_fuzzer PASSED in 0.9s
//test/core/end2end:retry_recv_message_fuzzer PASSED in 1.0s
//test/core/end2end:retry_recv_message_replay_fuzzer PASSED in 1.0s
//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.2s
//test/core/end2end:retry_send_op_fails_fuzzer PASSED in 0.7s
//test/core/end2end:retry_send_recv_batch_fuzzer PASSED in 0.9s
//test/core/end2end:retry_server_pushback_delay_fuzzer PASSED in 1.1s
//test/core/end2end:retry_server_pushback_disabled_fuzzer PASSED in 0.8s
//test/core/end2end:retry_streaming_after_commit_fuzzer PASSED in 0.8s
//test/core/end2end:retry_streaming_fuzzer PASSED in 0.8s
//test/core/end2end:retry_streaming_succeeds_before_replay_finished_fuzzer PASSED in 0.9s
//test/core/end2end:retry_throttled_fuzzer PASSED in 0.8s
//test/core/end2end:retry_too_many_attempts_fuzzer PASSED in 0.9s
//test/core/end2end:retry_transparent_goaway_fuzzer PASSED in 0.8s
//test/core/end2end:retry_transparent_max_concurrent_streams_fuzzer PASSED in 1.6s
//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.8s
//test/core/end2end:retry_unref_before_recv_fuzzer PASSED in 0.9s
//test/core/end2end:server_finishes_request_fuzzer PASSED in 2.3s
//test/core/end2end:server_streaming_fuzzer PASSED in 0.9s
//test/core/end2end:shutdown_finishes_calls_fuzzer PASSED in 0.9s
//test/core/end2end:shutdown_finishes_tags_fuzzer PASSED in 0.8s
//test/core/end2end:simple_delayed_request_fuzzer PASSED in 0.8s
//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.9s
//test/core/end2end:timeout_before_request_call_fuzzer PASSED in 0.7s
//test/core/end2end:trailing_metadata_fuzzer PASSED in 0.7s
//test/core/end2end:write_buffering_at_end_fuzzer PASSED in 0.8s
//test/core/end2end:write_buffering_fuzzer PASSED in 0.9s
//test/core/end2end/fuzzers:api_fuzzer PASSED in 2.1s
//test/core/end2end/fuzzers:client_fuzzer PASSED in 1.6s
//test/core/end2end/fuzzers:connector_fuzzer_chttp2 PASSED in 0.8s
//test/core/end2end/fuzzers:connector_fuzzer_chttp2_fakesec PASSED in 0.7s
//test/core/end2end/fuzzers:server_fuzzer_chaotic_good PASSED in 1.0s
//test/core/end2end/fuzzers:server_fuzzer_chttp2 PASSED in 0.8s
//test/core/end2end/fuzzers:server_fuzzer_chttp2_fake_creds PASSED in 1.0s
//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.7s
//test/core/event_engine:default_engine_methods_test@poller=poll PASSED in 3.8s
//test/core/event_engine:endpoint_config_test PASSED in 0.4s
//test/core/event_engine:factory_test@poller=epoll1 PASSED in 0.5s
//test/core/event_engine:factory_test@poller=poll PASSED in 0.8s
//test/core/event_engine:forkable_test@poller=epoll1 PASSED in 0.4s
//test/core/event_engine:forkable_test@poller=poll PASSED in 0.4s
//test/core/event_engine:handle_tests PASSED in 1.6s
//test/core/event_engine:query_extensions_test PASSED in 0.4s
//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 2.2s
//test/core/event_engine:tcp_socket_utils_test PASSED in 0.9s
//test/core/event_engine:thread_pool_test@poller=epoll1 PASSED in 6.6s
//test/core/event_engine:thread_pool_test@poller=poll PASSED in 7.6s
//test/core/event_engine/fuzzing_event_engine:fuzzing_event_engine_unittest@poller=epoll1 PASSED in 1.1s
//test/core/event_engine/fuzzing_event_engine:fuzzing_event_engine_unittest@poller=poll PASSED in 1.1s
//test/core/event_engine/posix:event_poller_posix_test@poller=epoll1 PASSED in 2.6s
//test/core/event_engine/posix:event_poller_posix_test@poller=poll PASSED in 1.1s
//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.2s
//test/core/event_engine/posix:posix_endpoint_test@poller=poll PASSED in 2.1s
//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 5.9s
//test/core/event_engine/posix:posix_event_engine_connect_test@poller=poll PASSED in 7.0s
//test/core/event_engine/posix:tcp_posix_socket_utils_test PASSED in 0.9s
//test/core/event_engine/posix:timer_heap_test PASSED in 1.5s
//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.6s
//test/core/event_engine/posix:wakeup_fd_posix_test@poller=epoll1 PASSED in 0.6s
//test/core/event_engine/posix:wakeup_fd_posix_test@poller=poll PASSED in 0.7s
//test/core/event_engine/test_suite:fuzzing_event_engine_test PASSED in 25.8s
//test/core/event_engine/test_suite:posix_event_engine_native_dns_test@poller=epoll1 PASSED in 2.6s
//test/core/event_engine/test_suite:posix_event_engine_native_dns_test@poller=poll PASSED in 4.9s
//test/core/event_engine/test_suite:posix_event_engine_test@poller=epoll1 PASSED in 17.9s
//test/core/event_engine/test_suite:posix_event_engine_test@poller=poll PASSED in 18.1s
//test/core/event_engine/test_suite:thready_posix_event_engine_test@poller=epoll1 PASSED in 15.7s
//test/core/event_engine/test_suite:thready_posix_event_engine_test@poller=poll PASSED in 16.1s
//test/core/event_engine/test_suite/posix:oracle_event_engine_posix_test@poller=epoll1 PASSED in 3.1s
//test/core/event_engine/test_suite/posix:oracle_event_engine_posix_test@poller=poll PASSED in 3.2s
//test/core/event_engine/work_queue:basic_work_queue_fuzzer PASSED in 0.7s
//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.5s
//test/core/experiments:bm_experiments PASSED in 0.5s
//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.5s
//test/core/ext/filters/event_engine_client_channel_resolver:resolver_fuzzer PASSED in 1.5s
//test/core/ext/filters/rbac:rbac_service_config_parser_test PASSED in 0.7s
//test/core/filters:bm_http_client_filter PASSED in 0.4s
//test/core/filters:client_auth_filter_test PASSED in 0.8s
//test/core/filters:client_authority_filter_test PASSED in 0.6s
//test/core/filters:filter_test_test PASSED in 0.7s
//test/core/filters:gcp_authentication_filter_test PASSED in 0.7s
//test/core/gprpp:bitset_test PASSED in 0.6s
//test/core/gprpp:chunked_vector_fuzzer PASSED in 0.9s
//test/core/gprpp:chunked_vector_test PASSED in 0.5s
//test/core/gprpp:chunked_vector_test@experiment=free_large_allocator PASSED in 0.5s
//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.4s
//test/core/gprpp:directory_reader_test PASSED in 0.7s
//test/core/gprpp:down_cast_test PASSED in 0.3s
//test/core/gprpp:dual_ref_counted_test@poller=epoll1 PASSED in 0.7s
//test/core/gprpp:dual_ref_counted_test@poller=poll PASSED in 0.7s
//test/core/gprpp:dump_args_test PASSED in 0.4s
//test/core/gprpp:examine_stack_test PASSED in 0.8s
//test/core/gprpp:fork_test PASSED in 7.7s
//test/core/gprpp:glob_test PASSED in 0.6s
//test/core/gprpp:host_port_test PASSED in 0.7s
//test/core/gprpp:if_list_test PASSED in 0.3s
//test/core/gprpp:load_file_test PASSED in 0.8s
//test/core/gprpp:match_test PASSED in 0.4s
//test/core/gprpp:mpscq_test PASSED in 1.1s
//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.9s
//test/core/gprpp:orphanable_test@poller=poll PASSED in 0.7s
//test/core/gprpp:overload_test PASSED in 0.4s
//test/core/gprpp:ref_counted_ptr_test@poller=epoll1 PASSED in 0.7s
//test/core/gprpp:ref_counted_ptr_test@poller=poll PASSED in 0.6s
//test/core/gprpp:ref_counted_test@poller=epoll1 PASSED in 0.5s
//test/core/gprpp:ref_counted_test@poller=poll PASSED in 0.7s
//test/core/gprpp:single_set_ptr_test PASSED in 0.9s
//test/core/gprpp:sorted_pack_test PASSED in 0.4s
//test/core/gprpp:stat_test PASSED in 0.6s
//test/core/gprpp:status_helper_test PASSED in 1.8s
//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.4s
//test/core/gprpp:uuid_v4_test PASSED in 1.1s
//test/core/gprpp:validation_errors_test@poller=epoll1 PASSED in 0.7s
//test/core/gprpp:validation_errors_test@poller=poll PASSED in 0.6s
//test/core/handshake:client_ssl_test@poller=epoll1 PASSED in 0.8s
//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 1.7s
//test/core/handshake:handshake_server_with_readahead_handshaker_test@poller=poll PASSED in 1.6s
//test/core/handshake:http_proxy_mapper_test PASSED in 1.6s
//test/core/handshake:server_ssl_test@poller=epoll1 PASSED in 3.8s
//test/core/handshake:server_ssl_test@poller=poll PASSED in 3.8s
//test/core/http:format_request_test@poller=epoll1 PASSED in 1.4s
//test/core/http:format_request_test@poller=poll PASSED in 0.8s
//test/core/http:httpcli_test@poller=epoll1 PASSED in 11.9s
//test/core/http:httpcli_test@poller=poll PASSED in 10.1s
//test/core/http:httpscli_test@poller=epoll1 PASSED in 9.6s
//test/core/http:httpscli_test@poller=poll PASSED in 9.0s
//test/core/http:parser_test PASSED in 1.1s
//test/core/http:request_fuzzer@poller=epoll1 PASSED in 0.7s
//test/core/http:request_fuzzer@poller=poll PASSED in 0.7s
//test/core/http:response_fuzzer@poller=epoll1 PASSED in 0.7s
//test/core/http:response_fuzzer@poller=poll PASSED in 0.7s
//test/core/iomgr:buffer_list_test@poller=epoll1 PASSED in 0.6s
//test/core/iomgr:buffer_list_test@poller=poll PASSED in 0.8s
//test/core/iomgr:combiner_test@poller=epoll1 PASSED in 1.6s
//test/core/iomgr:combiner_test@poller=poll PASSED in 1.6s
//test/core/iomgr:endpoint_pair_test@experiment=tcp_frame_size_tuning PASSED in 1.6s
//test/core/iomgr:endpoint_pair_test@experiment=tcp_rcv_lowat PASSED in 1.8s
//test/core/iomgr:endpoint_pair_test@poller=epoll1 PASSED in 1.9s
//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.7s
//test/core/iomgr:endpoint_pair_test@poller=poll@experiment=event_engine_client PASSED in 1.5s
//test/core/iomgr:error_test PASSED in 0.6s
//test/core/iomgr:fd_conservation_posix_test@poller=epoll1 PASSED in 10.5s
//test/core/iomgr:fd_conservation_posix_test@poller=poll PASSED in 8.9s
//test/core/iomgr:fd_posix_test@poller=epoll1 PASSED in 0.7s
//test/core/iomgr:fd_posix_test@poller=poll PASSED in 0.8s
//test/core/iomgr:grpc_ipv6_loopback_available_test@poller=epoll1 PASSED in 0.8s
//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.7s
//test/core/iomgr:resolve_address_using_ares_resolver_test@poller=poll PASSED in 0.9s
//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.7s
//test/core/iomgr:resolve_address_using_native_resolver_test@poller=poll PASSED in 1.1s
//test/core/iomgr:socket_utils_test@poller=epoll1 PASSED in 0.7s
//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.7s
//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 1.8s
//test/core/iomgr:tcp_client_posix_test@poller=poll@experiment=event_engine_client PASSED in 1.6s
//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.0s
//test/core/iomgr:tcp_posix_test@poller=epoll1 PASSED in 1.9s
//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 2.0s
//test/core/iomgr:tcp_posix_test@poller=poll@experiment=no_event_engine_listener PASSED in 1.8s
//test/core/iomgr:tcp_server_posix_test@poller=epoll1 PASSED in 4.7s
//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.8s
//test/core/iomgr:tcp_server_posix_test@poller=poll@experiment=no_event_engine_listener PASSED in 6.2s
//test/core/iomgr:timer_heap_test PASSED in 2.3s
//test/core/iomgr:timer_list_test PASSED in 0.8s
//test/core/json:json_fuzzer@poller=epoll1 PASSED in 0.8s
//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.7s
//test/core/load_balancing:bm_picker PASSED in 9.1s
//test/core/load_balancing:outlier_detection_lb_config_parser_test PASSED in 0.7s
//test/core/load_balancing:outlier_detection_test PASSED in 0.6s
//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.2s
//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.8s
//test/core/load_balancing:pick_first_test@experiment=work_serializer_dispatch PASSED in 2.3s
//test/core/load_balancing:ring_hash_test PASSED in 0.9s
//test/core/load_balancing:ring_hash_test@experiment=no_pick_first_new PASSED in 1.2s
//test/core/load_balancing:ring_hash_test@experiment=work_serializer_dispatch PASSED in 0.7s
//test/core/load_balancing:rls_lb_config_parser_test PASSED in 0.6s
//test/core/load_balancing:round_robin_test PASSED in 0.8s
//test/core/load_balancing:round_robin_test@experiment=no_pick_first_new PASSED in 0.7s
//test/core/load_balancing:round_robin_test@experiment=work_serializer_dispatch PASSED in 1.9s
//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.8s
//test/core/load_balancing:weighted_round_robin_test PASSED in 1.2s
//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 2.7s
//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 0.7s
//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 1.9s
//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 11.1s
//test/core/memory_usage:memory_usage_test@poller=poll PASSED in 12.7s
//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.8s
//test/core/nanopb:fuzzer_response@poller=epoll1 PASSED in 0.9s
//test/core/nanopb:fuzzer_response@poller=poll PASSED in 0.7s
//test/core/nanopb:fuzzer_serverlist@poller=epoll1 PASSED in 0.7s
//test/core/nanopb:fuzzer_serverlist@poller=poll PASSED in 0.9s
//test/core/promise:activity_test PASSED in 0.4s
//test/core/promise:all_ok_test PASSED in 0.4s
//test/core/promise:arena_promise_test PASSED in 0.5s
//test/core/promise:arena_promise_test@experiment=free_large_allocator PASSED in 1.9s
//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.5s
//test/core/promise:for_each_test PASSED in 0.4s
//test/core/promise:if_test PASSED in 0.4s
//test/core/promise:inter_activity_latch_test PASSED in 0.9s
//test/core/promise:inter_activity_pipe_test PASSED in 0.4s
//test/core/promise:interceptor_list_test PASSED in 0.5s
//test/core/promise:join_test PASSED in 0.4s
//test/core/promise:latch_test PASSED in 0.4s
//test/core/promise:loop_test PASSED in 0.4s
//test/core/promise:map_pipe_test PASSED in 0.5s
//test/core/promise:mpsc_test PASSED in 0.4s
//test/core/promise:observable_test PASSED in 0.5s
//test/core/promise:party_test PASSED in 6.2s
//test/core/promise:pipe_test PASSED in 1.0s
//test/core/promise:poll_test PASSED in 0.5s
//test/core/promise:prioritized_race_test PASSED in 0.4s
//test/core/promise:promise_factory_test PASSED in 0.4s
//test/core/promise:promise_fuzzer PASSED in 0.9s
//test/core/promise:promise_map_test PASSED in 0.4s
//test/core/promise:promise_mutex_test@poller=epoll1 PASSED in 0.4s
//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.4s
//test/core/promise:sleep_test PASSED in 3.1s
//test/core/promise:status_flag_test PASSED in 0.4s
//test/core/promise:switch_test PASSED in 0.4s
//test/core/promise:try_join_test PASSED in 0.4s
//test/core/promise:try_seq_metadata_test PASSED in 0.7s
//test/core/promise:try_seq_test PASSED in 0.4s
//test/core/promise:wait_for_callback_test PASSED in 0.4s
//test/core/resolver:binder_resolver_test@poller=epoll1 PASSED in 0.8s
//test/core/resolver:binder_resolver_test@poller=poll PASSED in 0.6s
//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.8s
//test/core/resolver:dns_resolver_test@poller=epoll1 PASSED in 0.8s
//test/core/resolver:dns_resolver_test@poller=poll PASSED in 0.7s
//test/core/resolver:endpoint_addresses_test PASSED in 0.6s
//test/core/resolver:fake_resolver_test@poller=epoll1 PASSED in 0.6s
//test/core/resolver:fake_resolver_test@poller=poll PASSED in 0.8s
//test/core/resolver:google_c2p_resolver_test@poller=epoll1 PASSED in 1.8s
//test/core/resolver:google_c2p_resolver_test@poller=poll PASSED in 2.1s
//test/core/resolver:sockaddr_resolver_test@poller=epoll1 PASSED in 0.6s
//test/core/resolver:sockaddr_resolver_test@poller=poll PASSED in 0.8s
//test/core/resource_quota:arena_test PASSED in 0.7s
//test/core/resource_quota:arena_test@experiment=free_large_allocator PASSED in 1.3s
//test/core/resource_quota:arena_test@experiment=unconstrained_max_quota_buffer_size PASSED in 1.5s
//test/core/resource_quota:memory_quota_fuzzer PASSED in 1.2s
//test/core/resource_quota:memory_quota_stress_test PASSED in 9.0s
//test/core/resource_quota:memory_quota_stress_test@experiment=free_large_allocator PASSED in 8.6s
//test/core/resource_quota:memory_quota_stress_test@experiment=unconstrained_max_quota_buffer_size PASSED in 8.5s
//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.6s
//test/core/resource_quota:periodic_update_test PASSED in 21.9s
//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.8s
//test/core/resource_quota:thread_quota_test PASSED in 0.4s
//test/core/security:alts_credentials_fuzzer@poller=epoll1 PASSED in 0.9s
//test/core/security:alts_credentials_fuzzer@poller=poll PASSED in 0.8s
//test/core/security:alts_security_connector_test@poller=epoll1 PASSED in 0.6s
//test/core/security:alts_security_connector_test@poller=poll PASSED in 0.7s
//test/core/security:auth_context_test PASSED in 0.7s
//test/core/security:authorization_matchers_test@poller=epoll1 PASSED in 0.8s
//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.8s
//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.7s
//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.7s
//test/core/security:check_gcp_environment_windows_test@poller=epoll1 PASSED in 1.2s
//test/core/security:check_gcp_environment_windows_test@poller=poll PASSED in 0.6s
//test/core/security:credentials_test@poller=epoll1 PASSED in 1.0s
//test/core/security:credentials_test@poller=poll PASSED in 0.8s
//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.6s
//test/core/security:grpc_audit_logging_test@poller=epoll1 PASSED in 0.6s
//test/core/security:grpc_audit_logging_test@poller=poll PASSED in 0.7s
//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.8s
//test/core/security:grpc_authorization_policy_provider_test@poller=epoll1 PASSED in 4.6s
//test/core/security:grpc_authorization_policy_provider_test@poller=poll PASSED in 4.8s
//test/core/security:grpc_tls_certificate_distributor_test@poller=epoll1 PASSED in 0.8s
//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.6s
//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.7s
//test/core/security:grpc_tls_credentials_options_comparator_test@poller=poll PASSED in 0.8s
//test/core/security:grpc_tls_credentials_options_test@poller=epoll1 PASSED in 20.7s
//test/core/security:grpc_tls_credentials_options_test@poller=poll PASSED in 24.3s
//test/core/security:grpc_tls_crl_provider_test@poller=epoll1 PASSED in 1.1s
//test/core/security:grpc_tls_crl_provider_test@poller=poll PASSED in 0.9s
//test/core/security:insecure_security_connector_test@poller=epoll1 PASSED in 0.5s
//test/core/security:insecure_security_connector_test@poller=poll PASSED in 0.7s
//test/core/security:json_token_test PASSED in 0.7s
//test/core/security:jwt_verifier_test PASSED in 0.9s
//test/core/security:rbac_translator_test@poller=epoll1 PASSED in 0.7s
//test/core/security:rbac_translator_test@poller=poll PASSED in 0.8s
//test/core/security:secure_endpoint_test@poller=epoll1 PASSED in 10.5s
//test/core/security:secure_endpoint_test@poller=poll PASSED in 7.3s
//test/core/security:security_connector_test@poller=epoll1 PASSED in 0.6s
//test/core/security:security_connector_test@poller=poll PASSED in 0.8s
//test/core/security:ssl_credentials_test@poller=epoll1 PASSED in 0.6s
//test/core/security:ssl_credentials_test@poller=poll PASSED in 0.7s
//test/core/security:ssl_server_fuzzer@poller=epoll1 PASSED in 1.2s
//test/core/security:ssl_server_fuzzer@poller=poll PASSED in 1.5s
//test/core/security:system_roots_test@poller=epoll1 PASSED in 0.6s
//test/core/security:system_roots_test@poller=poll PASSED in 0.7s
//test/core/security:tls_security_connector_test@poller=epoll1 PASSED in 0.8s
//test/core/security:tls_security_connector_test@poller=poll PASSED in 1.5s
//test/core/security:xds_credentials_test@poller=epoll1 PASSED in 1.3s
//test/core/security:xds_credentials_test@poller=poll PASSED in 0.6s
//test/core/server:server_config_selector_test PASSED in 0.7s
//test/core/server:xds_channel_stack_modifier_test PASSED in 0.8s
//test/core/service_config:service_config_test@poller=epoll1 PASSED in 1.6s
//test/core/service_config:service_config_test@poller=poll PASSED in 1.4s
//test/core/slice:c_slice_buffer_test PASSED in 0.6s
//test/core/slice:percent_decode_fuzzer@poller=epoll1 PASSED in 0.8s
//test/core/slice:percent_decode_fuzzer@poller=poll PASSED in 0.7s
//test/core/slice:percent_encode_fuzzer@poller=epoll1 PASSED in 0.7s
//test/core/slice:percent_encode_fuzzer@poller=poll PASSED in 0.6s
//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.2s
//test/core/surface:channel_init_test PASSED in 1.8s
//test/core/surface:completion_queue_threading_test@poller=epoll1 PASSED in 1.8s
//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 7.4s
//test/core/surface:grpc_byte_buffer_reader_test PASSED in 0.7s
//test/core/surface:grpc_completion_queue_test@poller=epoll1 PASSED in 0.7s
//test/core/surface:grpc_completion_queue_test@poller=poll PASSED in 0.7s
//test/core/surface:init_test PASSED in 3.0s
//test/core/surface:lame_client_test@poller=epoll1 PASSED in 0.7s
//test/core/surface:lame_client_test@poller=poll PASSED in 0.7s
//test/core/surface:num_external_connectivity_watchers_test@poller=epoll1 PASSED in 1.4s
//test/core/surface:num_external_connectivity_watchers_test@poller=poll PASSED in 0.7s
//test/core/surface:secure_channel_create_test@poller=epoll1 PASSED in 1.0s
//test/core/surface:secure_channel_create_test@poller=poll PASSED in 0.7s
//test/core/surface:sequential_connectivity_test@poller=epoll1 PASSED in 1.2s
//test/core/surface:sequential_connectivity_test@poller=poll PASSED in 20.9s
//test/core/surface:server_chttp2_test@poller=epoll1 PASSED in 1.6s
//test/core/surface:server_chttp2_test@poller=poll PASSED in 0.7s
//test/core/surface:server_test@poller=epoll1 PASSED in 2.5s
//test/core/surface:server_test@poller=poll PASSED in 0.8s
//test/core/telemetry:call_tracer_test PASSED in 0.7s
//test/core/telemetry:metrics_test PASSED in 0.9s
//test/core/telemetry:stats_test PASSED in 1.9s
//test/core/telemetry:trace_flags_test PASSED in 0.7s
//test/core/test_util:cmdline_test PASSED in 0.7s
//test/core/test_util:histogram_test PASSED in 0.7s
//test/core/test_util:osa_distance_test@poller=epoll1 PASSED in 0.4s
//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 4.7s
//test/core/transport:bm_call_spine PASSED in 0.5s
//test/core/transport:bm_metadata PASSED in 0.3s
//test/core/transport:call_arena_allocator_test PASSED in 0.8s
//test/core/transport:call_filters_test PASSED in 0.4s
//test/core/transport:call_spine_fuzzer@poller=epoll1 PASSED in 0.7s
//test/core/transport:call_spine_fuzzer@poller=poll PASSED in 0.8s
//test/core/transport:call_spine_test PASSED in 0.9s
//test/core/transport:call_state_test PASSED in 1.3s
//test/core/transport:connectivity_state_test@poller=epoll1 PASSED in 0.7s
//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.7s
//test/core/transport:interception_chain_test PASSED in 0.6s
//test/core/transport:metadata_map_test@poller=epoll1 PASSED in 1.0s
//test/core/transport:metadata_map_test@poller=poll PASSED in 0.7s
//test/core/transport:parsed_metadata_test@poller=epoll1 PASSED in 0.7s
//test/core/transport:parsed_metadata_test@poller=poll PASSED in 0.7s
//test/core/transport:promise_endpoint_test@poller=epoll1 PASSED in 0.8s
//test/core/transport:promise_endpoint_test@poller=poll PASSED in 0.8s
//test/core/transport:status_conversion_test PASSED in 0.8s
//test/core/transport:timeout_encoding_test PASSED in 0.7s
//test/core/transport/benchmarks:bm_chaotic_good PASSED in 0.4s
//test/core/transport/benchmarks:bm_inproc PASSED in 0.4s
//test/core/transport/binder:binder_transport_test PASSED in 0.9s
//test/core/transport/binder:endpoint_binder_pool_test PASSED in 0.9s
//test/core/transport/binder:transport_stream_receiver_test PASSED in 0.7s
//test/core/transport/binder:wire_reader_test PASSED in 0.9s
//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 0.9s
//test/core/transport/binder/end2end:end2end_binder_transport_test@poller=epoll1 PASSED in 21.7s
//test/core/transport/binder/end2end:end2end_binder_transport_test@poller=poll PASSED in 23.1s
//test/core/transport/binder/end2end:fake_binder_test PASSED in 18.7s
//test/core/transport/binder/end2end/fuzzers:binder_transport_client_fuzzer@poller=epoll1 PASSED in 0.7s
//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.7s
//test/core/transport/chaotic_good:chaotic_good_server_test PASSED in 0.9s
//test/core/transport/chaotic_good:client_transport_error_test PASSED in 0.8s
//test/core/transport/chaotic_good:client_transport_test PASSED in 0.9s
//test/core/transport/chaotic_good:frame_fuzzer PASSED in 0.7s
//test/core/transport/chaotic_good:frame_header_fuzzer@poller=epoll1 PASSED in 0.7s
//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.3s
//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.5s
//test/core/transport/chaotic_good:frame_test@poller=poll PASSED in 0.5s
//test/core/transport/chaotic_good:server_transport_test PASSED in 0.7s
//test/core/transport/chttp2:alpn_test@poller=epoll1 PASSED in 0.7s
//test/core/transport/chttp2:alpn_test@poller=poll PASSED in 1.0s
//test/core/transport/chttp2:bin_decoder_test PASSED in 0.7s
//test/core/transport/chttp2:bin_encoder_test PASSED in 0.7s
//test/core/transport/chttp2:decode_huff_fuzzer@poller=epoll1 PASSED in 0.6s
//test/core/transport/chttp2:decode_huff_fuzzer@poller=poll PASSED in 0.6s
//test/core/transport/chttp2:encode_decode_huff_fuzzer@poller=epoll1 PASSED in 1.0s
//test/core/transport/chttp2:encode_decode_huff_fuzzer@poller=poll PASSED in 0.7s
//test/core/transport/chttp2:flow_control_fuzzer PASSED in 0.9s
//test/core/transport/chttp2:flow_control_test PASSED in 0.4s
//test/core/transport/chttp2:flow_control_test@experiment=multiping 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.6s
//test/core/transport/chttp2:frame_test PASSED in 0.4s
//test/core/transport/chttp2:graceful_shutdown_test@poller=epoll1 PASSED in 20.7s
//test/core/transport/chttp2:graceful_shutdown_test@poller=poll PASSED in 20.7s
//test/core/transport/chttp2:hpack_encoder_test PASSED in 0.8s
//test/core/transport/chttp2:hpack_parser_fuzzer PASSED in 1.2s
//test/core/transport/chttp2:hpack_parser_input_size_fuzzer PASSED in 3.2s
//test/core/transport/chttp2:hpack_parser_table_test PASSED in 0.7s
//test/core/transport/chttp2:hpack_parser_test PASSED in 0.8s
//test/core/transport/chttp2:hpack_sync_fuzzer PASSED in 0.8s
//test/core/transport/chttp2:http2_settings_test@poller=epoll1 PASSED in 0.7s
//test/core/transport/chttp2:http2_settings_test@poller=poll PASSED in 0.8s
//test/core/transport/chttp2:ping_abuse_policy_test PASSED in 6.6s
//test/core/transport/chttp2:ping_callbacks_test PASSED in 0.8s
//test/core/transport/chttp2:ping_configuration_test PASSED in 0.7s
//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.7s
//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.7s
//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 1.7s
//test/core/transport/chttp2:settings_timeout_test@poller=epoll1 PASSED in 1.9s
//test/core/transport/chttp2:settings_timeout_test@poller=poll PASSED in 1.6s
//test/core/transport/chttp2:stream_leak_with_queued_flow_control_update_test@poller=epoll1 PASSED in 0.5s
//test/core/transport/chttp2:stream_leak_with_queued_flow_control_update_test@poller=poll PASSED in 0.8s
//test/core/transport/chttp2:streams_not_seen_test@poller=epoll1 PASSED in 1.1s
//test/core/transport/chttp2:streams_not_seen_test@poller=poll PASSED in 1.3s
//test/core/transport/chttp2:varint_test PASSED in 0.6s
//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.3s
//test/core/transport/test_suite:chaotic_good_fuzzer@poller=poll PASSED in 1.5s
//test/core/transport/test_suite:chaotic_good_test PASSED in 0.8s
//test/core/transport/test_suite:inproc_fuzzer@poller=epoll1 PASSED in 0.9s
//test/core/transport/test_suite:inproc_fuzzer@poller=poll PASSED in 1.4s
//test/core/transport/test_suite:inproc_test PASSED in 0.9s
//test/core/tsi:crl_ssl_transport_security_test@poller=epoll1 PASSED in 0.8s
//test/core/tsi:crl_ssl_transport_security_test@poller=poll PASSED in 0.9s
//test/core/tsi:fake_transport_security_test@poller=epoll1 PASSED in 2.3s
//test/core/tsi:fake_transport_security_test@poller=poll PASSED in 3.2s
//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 0.9s
//test/core/tsi:ssl_transport_security_utils_test@poller=poll PASSED in 0.8s
//test/core/tsi:transport_security_test@poller=epoll1 PASSED in 0.5s
//test/core/tsi:transport_security_test@poller=poll PASSED in 0.8s
//test/core/tsi/alts/crypt:alts_crypt_test@poller=epoll1 PASSED in 0.7s
//test/core/tsi/alts/crypt:alts_crypt_test@poller=poll PASSED in 0.8s
//test/core/tsi/alts/frame_protector:alts_counter_test@poller=epoll1 PASSED in 0.6s
//test/core/tsi/alts/frame_protector:alts_counter_test@poller=poll PASSED in 0.6s
//test/core/tsi/alts/frame_protector:alts_crypter_test@poller=epoll1 PASSED in 0.7s
//test/core/tsi/alts/frame_protector:alts_crypter_test@poller=poll PASSED in 0.7s
//test/core/tsi/alts/frame_protector:alts_frame_protector_test@poller=epoll1 PASSED in 0.9s
//test/core/tsi/alts/frame_protector:alts_frame_protector_test@poller=poll PASSED in 0.8s
//test/core/tsi/alts/frame_protector:frame_handler_test@poller=epoll1 PASSED in 0.9s
//test/core/tsi/alts/frame_protector:frame_handler_test@poller=poll PASSED in 0.8s
//test/core/tsi/alts/handshaker:alts_concurrent_connectivity_test@poller=epoll1 PASSED in 8.4s
//test/core/tsi/alts/handshaker:alts_concurrent_connectivity_test@poller=poll PASSED in 8.3s
//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.7s
//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.8s
//test/core/tsi/alts/handshaker:alts_tsi_utils_test@poller=epoll1 PASSED in 0.6s
//test/core/tsi/alts/handshaker:alts_tsi_utils_test@poller=poll PASSED in 0.6s
//test/core/tsi/alts/handshaker:transport_security_common_api_test@poller=epoll1 PASSED in 0.6s
//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 0.7s
//test/core/tsi/alts/zero_copy_frame_protector:alts_iovec_record_protocol_test@poller=epoll1 PASSED in 0.7s
//test/core/tsi/alts/zero_copy_frame_protector:alts_iovec_record_protocol_test@poller=poll PASSED in 0.8s
//test/core/tsi/alts/zero_copy_frame_protector:alts_zero_copy_grpc_protector_test@poller=epoll1 PASSED in 1.7s
//test/core/tsi/alts/zero_copy_frame_protector:alts_zero_copy_grpc_protector_test@poller=poll PASSED in 1.5s
//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:lru_cache_test PASSED in 0.6s
//test/core/util:ring_buffer_test PASSED in 0.4s
//test/core/util:spinlock_test PASSED in 2.9s
//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.7s
//test/core/util:unique_ptr_with_bitset_test PASSED in 0.4s
//test/core/util:useful_test PASSED in 0.4s
//test/core/xds:certificate_provider_store_test PASSED in 0.6s
//test/core/xds:file_watcher_certificate_provider_factory_test PASSED in 0.6s
//test/core/xds:xds_audit_logger_registry_test PASSED in 1.1s
//test/core/xds:xds_bootstrap_test PASSED in 0.8s
//test/core/xds:xds_certificate_provider_test PASSED in 0.7s
//test/core/xds:xds_client_fuzzer PASSED in 1.6s
//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 0.7s
//test/core/xds:xds_http_filters_test PASSED in 2.2s
//test/core/xds:xds_lb_policy_registry_test PASSED in 1.2s
//test/core/xds:xds_listener_resource_type_test PASSED in 0.8s
//test/core/xds:xds_metadata_test PASSED in 0.9s
//test/core/xds:xds_route_config_resource_type_test PASSED in 1.3s
//test/cpp/client:credentials_test@poller=epoll1 PASSED in 1.0s
//test/cpp/client:credentials_test@poller=poll PASSED in 1.3s
//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 0.8s
//test/cpp/codegen:codegen_test_full PASSED in 0.8s
//test/cpp/codegen:codegen_test_minimal PASSED in 0.7s
//test/cpp/codegen:proto_utils_test PASSED in 1.0s
//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.5s
//test/cpp/common:alts_util_test@poller=epoll1 PASSED in 0.6s
//test/cpp/common:alts_util_test@poller=poll PASSED in 0.8s
//test/cpp/common:auth_property_iterator_test PASSED in 0.7s
//test/cpp/common:channel_arguments_test PASSED in 0.8s
//test/cpp/common:secure_auth_context_test@poller=epoll1 PASSED in 0.7s
//test/cpp/common:secure_auth_context_test@poller=poll PASSED in 0.6s
//test/cpp/common:timer_test@poller=epoll1 PASSED in 6.8s
//test/cpp/common:timer_test@poller=poll PASSED in 6.7s
//test/cpp/end2end:admin_services_end2end_test@experiment=work_serializer_dispatch PASSED in 0.8s
//test/cpp/end2end:admin_services_end2end_test@poller=epoll1 PASSED in 0.9s
//test/cpp/end2end:admin_services_end2end_test@poller=poll PASSED in 0.8s
//test/cpp/end2end:channelz_service_test@experiment=work_serializer_dispatch PASSED in 7.3s
//test/cpp/end2end:channelz_service_test@poller=epoll1 PASSED in 2.6s
//test/cpp/end2end:channelz_service_test@poller=poll PASSED in 2.6s
//test/cpp/end2end:client_callback_end2end_test@experiment=work_serializer_dispatch PASSED in 4.7s
//test/cpp/end2end:client_callback_end2end_test@poller=epoll1 PASSED in 3.7s
//test/cpp/end2end:client_callback_end2end_test@poller=poll PASSED in 4.4s
//test/cpp/end2end:client_crash_test@poller=epoll1 PASSED in 6.4s
//test/cpp/end2end:client_crash_test@poller=poll PASSED in 6.5s
//test/cpp/end2end:client_fork_test@poller=epoll1 PASSED in 0.7s
//test/cpp/end2end:client_fork_test@poller=poll PASSED in 1.0s
//test/cpp/end2end:client_interceptors_end2end_test@experiment=work_serializer_dispatch PASSED in 0.9s
//test/cpp/end2end:client_interceptors_end2end_test@poller=epoll1 PASSED in 0.7s
//test/cpp/end2end:client_interceptors_end2end_test@poller=poll PASSED in 3.5s
//test/cpp/end2end:client_lb_end2end_test@experiment=no_pick_first_new PASSED in 30.0s
//test/cpp/end2end:client_lb_end2end_test@experiment=work_serializer_dispatch PASSED in 28.9s
//test/cpp/end2end:client_lb_end2end_test@poller=epoll1 PASSED in 29.9s
//test/cpp/end2end:client_lb_end2end_test@poller=poll PASSED in 28.5s
//test/cpp/end2end:context_allocator_end2end_test@experiment=work_serializer_dispatch PASSED in 1.9s
//test/cpp/end2end:context_allocator_end2end_test@poller=epoll1 PASSED in 0.9s
//test/cpp/end2end:context_allocator_end2end_test@poller=poll PASSED in 0.9s
//test/cpp/end2end:crl_provider_test@poller=epoll1 PASSED in 2.0s
//test/cpp/end2end:crl_provider_test@poller=poll PASSED in 2.0s
//test/cpp/end2end:delegating_channel_test@experiment=work_serializer_dispatch PASSED in 0.7s
//test/cpp/end2end:delegating_channel_test@poller=epoll1 PASSED in 1.4s
//test/cpp/end2end:delegating_channel_test@poller=poll PASSED in 0.9s
//test/cpp/end2end:exception_test@poller=epoll1 PASSED in 1.2s
//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 1.4s
//test/cpp/end2end:generic_end2end_test@poller=poll PASSED in 30.8s
//test/cpp/end2end:grpc_authz_end2end_test@experiment=work_serializer_dispatch PASSED in 5.3s
//test/cpp/end2end:grpc_authz_end2end_test@poller=epoll1 PASSED in 5.2s
//test/cpp/end2end:grpc_authz_end2end_test@poller=poll PASSED in 5.3s
//test/cpp/end2end:health_service_end2end_test@experiment=work_serializer_dispatch PASSED in 5.8s
//test/cpp/end2end:health_service_end2end_test@poller=epoll1 PASSED in 5.9s
//test/cpp/end2end:health_service_end2end_test@poller=poll PASSED in 31.4s
//test/cpp/end2end:hybrid_end2end_test@experiment=work_serializer_dispatch PASSED in 1.1s
//test/cpp/end2end:hybrid_end2end_test@poller=epoll1 PASSED in 1.2s
//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 1.1s
//test/cpp/end2end:mock_test@experiment=work_serializer_dispatch PASSED in 1.0s
//test/cpp/end2end:mock_test@poller=epoll1 PASSED in 0.7s
//test/cpp/end2end:mock_test@poller=poll PASSED in 20.8s
//test/cpp/end2end:nonblocking_test@experiment=work_serializer_dispatch PASSED in 1.0s
//test/cpp/end2end:nonblocking_test@poller=epoll1 PASSED in 0.8s
//test/cpp/end2end:nonblocking_test@poller=poll PASSED in 5.9s
//test/cpp/end2end:orca_service_end2end_test@experiment=work_serializer_dispatch PASSED in 28.3s
//test/cpp/end2end:orca_service_end2end_test@poller=epoll1 PASSED in 29.3s
//test/cpp/end2end:orca_service_end2end_test@poller=poll PASSED in 30.9s
//test/cpp/end2end:port_sharing_end2end_test@experiment=work_serializer_dispatch PASSED in 5.9s
//test/cpp/end2end:port_sharing_end2end_test@poller=epoll1 PASSED in 6.0s
//test/cpp/end2end:port_sharing_end2end_test@poller=poll PASSED in 125.9s
//test/cpp/end2end:proto_server_reflection_test@experiment=work_serializer_dispatch PASSED in 0.8s
//test/cpp/end2end:proto_server_reflection_test@poller=epoll1 PASSED in 0.9s
//test/cpp/end2end:proto_server_reflection_test@poller=poll PASSED in 1.0s
//test/cpp/end2end:raw_end2end_test@experiment=work_serializer_dispatch PASSED in 0.9s
//test/cpp/end2end:raw_end2end_test@poller=epoll1 PASSED in 0.8s
//test/cpp/end2end:raw_end2end_test@poller=poll PASSED in 26.2s
//test/cpp/end2end:resource_quota_end2end_stress_test@poller=epoll1 PASSED in 4.8s
//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 24.3s
//test/cpp/end2end:rls_end2end_test@poller=epoll1 PASSED in 23.9s
//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.8s
//test/cpp/end2end:server_builder_plugin_test@poller=epoll1 PASSED in 0.9s
//test/cpp/end2end:server_builder_plugin_test@poller=poll PASSED in 10.9s
//test/cpp/end2end:server_crash_test@poller=epoll1 PASSED in 121.2s
//test/cpp/end2end:server_crash_test@poller=poll PASSED in 121.0s
//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 0.9s
//test/cpp/end2end:server_early_return_test@poller=poll PASSED in 21.0s
//test/cpp/end2end:server_interceptors_end2end_test@experiment=work_serializer_dispatch PASSED in 0.9s
//test/cpp/end2end:server_interceptors_end2end_test@poller=epoll1 PASSED in 0.7s
//test/cpp/end2end:server_interceptors_end2end_test@poller=poll PASSED in 1.0s
//test/cpp/end2end:server_load_reporting_end2end_test@experiment=work_serializer_dispatch PASSED in 7.9s
//test/cpp/end2end:server_load_reporting_end2end_test@poller=epoll1 PASSED in 8.3s
//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 0.8s
//test/cpp/end2end:service_config_end2end_test@poller=epoll1 PASSED in 1.1s
//test/cpp/end2end:service_config_end2end_test@poller=poll PASSED in 1.2s
//test/cpp/end2end:shutdown_test@experiment=work_serializer_dispatch PASSED in 0.9s
//test/cpp/end2end:shutdown_test@poller=epoll1 PASSED in 0.9s
//test/cpp/end2end:shutdown_test@poller=poll PASSED in 1.0s
//test/cpp/end2end:ssl_credentials_test@poller=epoll1 PASSED in 1.0s
//test/cpp/end2end:ssl_credentials_test@poller=poll PASSED in 1.1s
//test/cpp/end2end:streaming_throughput_test@experiment=work_serializer_dispatch PASSED in 31.8s
//test/cpp/end2end:streaming_throughput_test@poller=epoll1 PASSED in 31.9s
//test/cpp/end2end:streaming_throughput_test@poller=poll PASSED in 35.7s
//test/cpp/end2end:time_change_test@experiment=work_serializer_dispatch PASSED in 3.1s
//test/cpp/end2end:time_change_test@poller=epoll1 PASSED in 2.8s
//test/cpp/end2end:time_change_test@poller=poll PASSED in 2.8s
//test/cpp/end2end:tls_credentials_test@poller=epoll1 PASSED in 2.3s
//test/cpp/end2end:tls_credentials_test@poller=poll PASSED in 3.2s
//test/cpp/end2end:tls_key_export_test@experiment=work_serializer_dispatch PASSED in 1.2s
//test/cpp/end2end:tls_key_export_test@poller=epoll1 PASSED in 1.0s
//test/cpp/end2end:tls_key_export_test@poller=poll PASSED in 20.9s
//test/cpp/end2end/xds:xds_cluster_type_end2end_test@experiment=no_pick_first_new PASSED in 7.8s
//test/cpp/end2end/xds:xds_cluster_type_end2end_test@experiment=work_serializer_dispatch PASSED in 7.7s
//test/cpp/end2end/xds:xds_cluster_type_end2end_test@poller=epoll1 PASSED in 8.5s
//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 0.8s
//test/cpp/end2end/xds:xds_credentials_end2end_test@poller=epoll1 PASSED in 0.8s
//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 42.1s
//test/cpp/end2end/xds:xds_csds_end2end_test@experiment=work_serializer_dispatch PASSED in 42.2s
//test/cpp/end2end/xds:xds_csds_end2end_test@poller=epoll1 PASSED in 42.0s
//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.8s
//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 2.6s
//test/cpp/end2end/xds:xds_fallback_end2end_test@poller=poll PASSED in 2.8s
//test/cpp/end2end/xds:xds_gcp_authn_end2end_test@experiment=no_pick_first_new PASSED in 1.8s
//test/cpp/end2end/xds:xds_gcp_authn_end2end_test@experiment=work_serializer_dispatch PASSED in 1.6s
//test/cpp/end2end/xds:xds_gcp_authn_end2end_test@poller=epoll1 PASSED in 1.7s
//test/cpp/end2end/xds:xds_gcp_authn_end2end_test@poller=poll PASSED in 1.6s
//test/cpp/end2end/xds:xds_outlier_detection_end2end_test@experiment=no_pick_first_new PASSED in 42.0s
//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 42.0s
//test/cpp/end2end/xds:xds_outlier_detection_end2end_test@poller=poll PASSED in 41.4s
//test/cpp/end2end/xds:xds_override_host_end2end_test@experiment=no_pick_first_new PASSED in 11.9s
//test/cpp/end2end/xds:xds_override_host_end2end_test@experiment=work_serializer_dispatch PASSED in 10.8s
//test/cpp/end2end/xds:xds_override_host_end2end_test@poller=epoll1 PASSED in 12.0s
//test/cpp/end2end/xds:xds_override_host_end2end_test@poller=poll PASSED in 10.6s
//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.5s
//test/cpp/end2end/xds:xds_pick_first_end2end_test@poller=epoll1 PASSED in 0.4s
//test/cpp/end2end/xds:xds_pick_first_end2end_test@poller=poll PASSED in 0.5s
//test/cpp/end2end/xds:xds_rls_end2end_test@experiment=no_pick_first_new PASSED in 1.6s
//test/cpp/end2end/xds:xds_rls_end2end_test@experiment=work_serializer_dispatch PASSED in 1.8s
//test/cpp/end2end/xds:xds_rls_end2end_test@poller=epoll1 PASSED in 1.6s
//test/cpp/end2end/xds:xds_rls_end2end_test@poller=poll PASSED in 1.8s
//test/cpp/end2end/xds:xds_wrr_end2end_test@experiment=no_pick_first_new PASSED in 11.9s
//test/cpp/end2end/xds:xds_wrr_end2end_test@experiment=work_serializer_dispatch PASSED in 11.6s
//test/cpp/end2end/xds:xds_wrr_end2end_test@poller=epoll1 PASSED in 11.8s
//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 0.8s
//test/cpp/ext/csm:csm_observability_test@poller=epoll1 PASSED in 93.4s
//test/cpp/ext/csm:csm_observability_test@poller=poll PASSED in 88.3s
//test/cpp/ext/csm:mesh_id_test@poller=epoll1 PASSED in 0.8s
//test/cpp/ext/csm:mesh_id_test@poller=poll PASSED in 0.6s
//test/cpp/ext/csm:metadata_exchange_test@poller=epoll1 PASSED in 2.5s
//test/cpp/ext/csm:metadata_exchange_test@poller=poll PASSED in 210.9s
//test/cpp/ext/filters/census:constant_labels_test@poller=epoll1 PASSED in 1.5s
//test/cpp/ext/filters/census:constant_labels_test@poller=poll PASSED in 10.4s
//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 90.4s
//test/cpp/ext/filters/logging:logging_census_integration_test@poller=epoll1 PASSED in 1.5s
//test/cpp/ext/filters/logging:logging_census_integration_test@poller=poll PASSED in 6.0s
//test/cpp/ext/filters/logging:logging_test@poller=epoll1 PASSED in 1.0s
//test/cpp/ext/filters/logging:logging_test@poller=poll PASSED in 36.1s
//test/cpp/ext/gcp:environment_autodetect_test@poller=epoll1 PASSED in 1.1s
//test/cpp/ext/gcp:environment_autodetect_test@poller=poll PASSED in 0.5s
//test/cpp/ext/gcp:observability_config_test PASSED in 1.0s
//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 27.3s
//test/cpp/ext/otel:otel_plugin_test@poller=poll PASSED in 162.2s
//test/cpp/grpclb:grpclb_api_test@poller=epoll1 PASSED in 0.8s
//test/cpp/grpclb:grpclb_api_test@poller=poll PASSED in 0.8s
//test/cpp/interop:backend_metrics_lb_policy_test@poller=epoll1 PASSED in 4.3s
//test/cpp/interop:backend_metrics_lb_policy_test@poller=poll PASSED in 4.0s
//test/cpp/interop:interop_test_with_metadata_log PASSED in 15.5s
//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.1s
//test/cpp/interop:xds_interop_server_test@poller=epoll1 PASSED in 2.4s
//test/cpp/interop:xds_interop_server_test@poller=poll PASSED in 6.1s
//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.2s
//test/cpp/microbenchmarks:bm_alarm PASSED in 0.4s
//test/cpp/microbenchmarks:bm_arena PASSED in 1.1s
//test/cpp/microbenchmarks:bm_byte_buffer PASSED in 3.0s
//test/cpp/microbenchmarks:bm_callback_streaming_ping_pong PASSED in 15.1s
//test/cpp/microbenchmarks:bm_callback_unary_ping_pong PASSED in 6.6s
//test/cpp/microbenchmarks:bm_channel PASSED in 0.5s
//test/cpp/microbenchmarks:bm_channel_args PASSED in 0.7s
//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.4s
//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 37.9s
//test/cpp/microbenchmarks:bm_fullstack_streaming_pump PASSED in 4.5s
//test/cpp/microbenchmarks:bm_fullstack_unary_ping_pong PASSED in 9.1s
//test/cpp/microbenchmarks:bm_fullstack_unary_ping_pong_chaotic_good PASSED in 3.7s
//test/cpp/microbenchmarks:bm_huffman_decode PASSED in 11.6s
//test/cpp/microbenchmarks:bm_opencensus_plugin PASSED in 0.4s
//test/cpp/microbenchmarks:bm_rng PASSED in 0.6s
//test/cpp/microbenchmarks:bm_stats_plugin PASSED in 0.4s
//test/cpp/microbenchmarks:bm_thread_pool PASSED in 0.5s
//test/cpp/microbenchmarks:noop-benchmark PASSED in 0.4s
//test/cpp/naming:address_sorting_test@poller=epoll1 PASSED in 0.8s
//test/cpp/naming:address_sorting_test@poller=poll PASSED in 0.8s
//test/cpp/naming:address_sorting_test_unsecure@poller=epoll1 PASSED in 1.3s
//test/cpp/naming:address_sorting_test_unsecure@poller=poll PASSED in 0.6s
//test/cpp/naming:cancel_ares_query_test@poller=epoll1 PASSED in 1.1s
//test/cpp/naming:cancel_ares_query_test@poller=epoll1@experiment=no_event_engine_dns PASSED in 1.4s
//test/cpp/naming:cancel_ares_query_test@poller=poll PASSED in 1.1s
//test/cpp/naming:cancel_ares_query_test@poller=poll@experiment=no_event_engine_dns PASSED in 1.6s
//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 25.3s
//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.6s
//test/cpp/naming:resolver_component_tests_runner_invoker_unsecure@poller=epoll1 PASSED in 22.9s
//test/cpp/naming:resolver_component_tests_runner_invoker_unsecure@poller=epoll1@experiment=no_event_engine_dns PASSED in 26.3s
//test/cpp/naming:resolver_component_tests_runner_invoker_unsecure@poller=poll PASSED in 22.8s
//test/cpp/naming:resolver_component_tests_runner_invoker_unsecure@poller=poll@experiment=no_event_engine_dns PASSED in 26.6s
//test/cpp/performance:writes_per_rpc_test@poller=epoll1 PASSED in 13.2s
//test/cpp/performance:writes_per_rpc_test@poller=poll PASSED in 12.2s
//test/cpp/qps:inproc_sync_unary_ping_pong_test@poller=epoll1 PASSED in 5.0s
//test/cpp/qps:inproc_sync_unary_ping_pong_test@poller=poll PASSED in 4.7s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_ping_pong_insecure@poller=epoll1 PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_ping_pong_insecure@poller=poll PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_ping_pong_secure@poller=epoll1 PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_ping_pong_secure@poller=poll PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_1channel_1MBmsg_insecure_@poller=epoll1 PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_1channel_1MBmsg_insecure_@poller=poll PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_1channel_1MBmsg_secure___@poller=epoll1 PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_1channel_1MBmsg_secure___@poller=poll PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_unconstrained_10mps_insecure@poller=epoll1 PASSED in 2.8s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_unconstrained_10mps_insecure@poller=poll PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_unconstrained_10mps_secure@poller=epoll1 PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_unconstrained_10mps_secure@poller=poll PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_unconstrained_64KBmsg_insecure@poller=epoll1 PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_unconstrained_64KBmsg_insecure@poller=poll PASSED in 2.4s
//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.8s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_unconstrained_insecure___@poller=epoll1 PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_unconstrained_insecure___@poller=poll PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_unconstrained_secure@poller=epoll1 PASSED in 2.5s
//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.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_client_sync_server_unary_qps_unconstrained_secure@poller=epoll1 PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_client_sync_server_unary_qps_unconstrained_secure@poller=poll PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_client_unary_1channel_64wide_128Breq_8MBresp_insecure@poller=epoll1 PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_client_unary_1channel_64wide_128Breq_8MBresp_insecure@poller=poll PASSED in 2.6s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_client_unary_1channel_64wide_128Breq_8MBresp_secure@poller=epoll1 PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_client_unary_1channel_64wide_128Breq_8MBresp_secure@poller=poll PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_client_ping_pong_insecure@poller=epoll1 PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_client_ping_pong_insecure@poller=poll PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_client_ping_pong_secure@poller=epoll1 PASSED in 2.2s
//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.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_client_qps_unconstrained_secure@poller=epoll1 PASSED in 2.7s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_client_qps_unconstrained_secure@poller=poll PASSED in 3.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_server_ping_pong_insecure@poller=epoll1 PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_server_ping_pong_insecure@poller=poll PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_server_ping_pong_secure@poller=epoll1 PASSED in 2.9s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_server_ping_pong_secure@poller=poll PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_server_qps_unconstrained_insecure@poller=epoll1 PASSED in 5.8s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_server_qps_unconstrained_insecure@poller=poll PASSED in 5.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_ping_pong_insecure@poller=epoll1 PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_ping_pong_insecure@poller=poll PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_ping_pong_secure@poller=epoll1 PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_ping_pong_secure@poller=poll PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_qps_unconstrained_10mps_insecure@poller=epoll1 PASSED in 2.6s
//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 3.0s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_qps_unconstrained_10mps_secure@poller=poll PASSED in 2.9s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_qps_unconstrained_1cq_insecure@poller=epoll1 PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_qps_unconstrained_1cq_insecure@poller=poll PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_qps_unconstrained_1cq_secure@poller=epoll1 PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_qps_unconstrained_1cq_secure@poller=poll PASSED in 2.6s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_qps_unconstrained_insecure__@poller=epoll1 PASSED in 2.7s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_qps_unconstrained_insecure__@poller=poll PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_qps_unconstrained_secure____@poller=epoll1 PASSED in 3.0s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_qps_unconstrained_secure____@poller=poll PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_75Kqps_600channel_60Krpcs_300Breq_50Bresp@poller=epoll1 PASSED in 3.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_75Kqps_600channel_60Krpcs_300Breq_50Bresp@poller=poll PASSED in 5.5s
//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 2.5s
//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.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_ping_pong_secure@poller=epoll1 PASSED in 2.6s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_ping_pong_secure@poller=poll PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_ping_pong_secure_1MB@poller=epoll1 PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_ping_pong_secure_1MB@poller=poll PASSED in 2.7s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_qps_unconstrained_1cq_insecure__@poller=epoll1 PASSED in 3.8s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_qps_unconstrained_1cq_insecure__@poller=poll PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_qps_unconstrained_1cq_secure____@poller=epoll1 PASSED in 3.0s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_qps_unconstrained_1cq_secure____@poller=poll PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_qps_unconstrained_insecure@poller=epoll1 PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_qps_unconstrained_insecure@poller=poll PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_qps_unconstrained_secure@poller=epoll1 PASSED in 3.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_qps_unconstrained_secure@poller=poll PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_callback_streaming_ping_pong_insecure@poller=epoll1 PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_callback_streaming_ping_pong_insecure@poller=poll PASSED in 2.3s
//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.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_callback_streaming_qps_unconstrained_10mps_insecure@poller=epoll1 PASSED in 2.5s
//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.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_callback_streaming_qps_unconstrained_insecure@poller=epoll1 PASSED in 2.7s
//test/cpp/qps:json_run_localhost_cpp_protobuf_callback_streaming_qps_unconstrained_insecure@poller=poll PASSED in 2.4s
//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.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_callback_unary_ping_pong_insecure@poller=epoll1 PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_callback_unary_ping_pong_insecure@poller=poll PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_callback_unary_ping_pong_secure@poller=epoll1 PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_callback_unary_ping_pong_secure@poller=poll PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_callback_unary_qps_unconstrained_insecure___@poller=epoll1 PASSED in 2.2s
//test/cpp/qps:json_run_localhost_cpp_protobuf_callback_unary_qps_unconstrained_insecure___@poller=poll PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_callback_unary_qps_unconstrained_secure@poller=epoll1 PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_callback_unary_qps_unconstrained_secure@poller=poll PASSED in 2.3s
//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.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_client_ping_pong_secure_@poller=poll PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_client_qps_unconstrained_insecure@poller=epoll1 PASSED in 3.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_client_qps_unconstrained_insecure@poller=poll PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_client_qps_unconstrained_secure@poller=epoll1 PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_client_qps_unconstrained_secure@poller=poll PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_server_ping_pong_insecure@poller=epoll1 PASSED in 2.4s
//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.2s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_server_ping_pong_secure_@poller=poll PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_server_qps_unconstrained_insecure@poller=epoll1 PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_server_qps_unconstrained_insecure@poller=poll PASSED in 3.0s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_server_qps_unconstrained_secure@poller=epoll1 PASSED in 2.6s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_server_qps_unconstrained_secure@poller=poll PASSED in 2.5s
//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.7s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_ping_pong_secure@poller=epoll1 PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_ping_pong_secure@poller=poll PASSED in 2.8s
//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.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_qps_unconstrained_10mps_secure@poller=epoll1 PASSED in 2.2s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_qps_unconstrained_10mps_secure@poller=poll PASSED in 2.8s
//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.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_qps_unconstrained_secure@poller=epoll1 PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_qps_unconstrained_secure@poller=poll PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_unary_ping_pong_insecure@poller=epoll1 PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_unary_ping_pong_insecure@poller=poll PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_unary_ping_pong_secure@poller=epoll1 PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_unary_ping_pong_secure@poller=poll PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_unary_qps_unconstrained_insecure@poller=epoll1 PASSED in 2.2s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_unary_qps_unconstrained_insecure@poller=poll PASSED in 2.2s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_unary_qps_unconstrained_secure@poller=epoll1 PASSED in 2.7s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_unary_qps_unconstrained_secure@poller=poll PASSED in 2.3s
//test/cpp/qps:qps_interarrival_test PASSED in 1.8s
//test/cpp/qps:qps_json_driver_test_cpp_generic_async_streaming_ping_pong_insecure@poller=epoll1 PASSED in 1.8s
//test/cpp/qps:qps_json_driver_test_cpp_generic_async_streaming_ping_pong_insecure@poller=poll PASSED in 1.8s
//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.5s
//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.0s
//test/cpp/qps:qps_json_driver_test_cpp_generic_async_streaming_qps_unconstrained_64KBmsg_insecure@poller=epoll1 PASSED in 2.2s
//test/cpp/qps:qps_json_driver_test_cpp_generic_async_streaming_qps_unconstrained_64KBmsg_insecure@poller=poll PASSED in 2.1s
//test/cpp/qps:qps_json_driver_test_cpp_generic_async_streaming_qps_unconstrained_insecure_@poller=epoll1 PASSED in 2.1s
//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 1.6s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_client_sync_server_unary_qps_unconstrained_insecure@poller=poll PASSED in 2.3s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_client_unary_1channel_64wide_128Breq_8MBresp_insecure@poller=epoll1 PASSED in 2.1s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_client_unary_1channel_64wide_128Breq_8MBresp_insecure@poller=poll PASSED in 2.3s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_streaming_from_client_qps_unconstrained_insecure@poller=epoll1 PASSED in 1.8s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_streaming_from_client_qps_unconstrained_insecure@poller=poll PASSED in 2.3s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_streaming_from_server_qps_unconstrained_insecure@poller=epoll1 PASSED in 2.6s
//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 2.2s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_streaming_qps_unconstrained_1cq_insecure@poller=epoll1 PASSED in 2.4s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_streaming_qps_unconstrained_1cq_insecure@poller=poll PASSED in 2.0s
//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 2.1s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_unary_ping_pong_insecure_1MB@poller=epoll1 PASSED in 1.9s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_unary_ping_pong_insecure_1MB@poller=poll PASSED in 2.2s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_unary_qps_unconstrained_1cq_insecure@poller=epoll1 PASSED in 2.3s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_unary_qps_unconstrained_1cq_insecure@poller=poll PASSED in 2.4s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_unary_qps_unconstrained_insecure____@poller=epoll1 PASSED in 2.0s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_unary_qps_unconstrained_insecure____@poller=poll PASSED in 2.3s
//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.8s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_callback_streaming_qps_unconstrained_insecure@poller=epoll1 PASSED in 2.3s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_callback_streaming_qps_unconstrained_insecure@poller=poll PASSED in 2.0s
//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 1.9s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_sync_streaming_from_client_qps_unconstrained_insecure@poller=epoll1 PASSED in 2.0s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_sync_streaming_from_client_qps_unconstrained_insecure@poller=poll PASSED in 1.7s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_sync_streaming_from_server_qps_unconstrained_insecure@poller=epoll1 PASSED in 1.8s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_sync_streaming_from_server_qps_unconstrained_insecure@poller=poll PASSED in 1.8s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_sync_streaming_qps_unconstrained_10mps_insecure@poller=epoll1 PASSED in 2.0s
//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 2.0s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_sync_streaming_qps_unconstrained_insecure_@poller=poll PASSED in 1.9s
//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 2.0s
//test/cpp/qps:qps_openloop_test@poller=epoll1 PASSED in 6.9s
//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.9s
//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 1.3s
//test/cpp/security:tls_certificate_verifier_test@poller=poll PASSED in 0.8s
//test/cpp/server:authorization_policy_provider_test@poller=epoll1 PASSED in 0.8s
//test/cpp/server:authorization_policy_provider_test@poller=poll PASSED in 0.9s
//test/cpp/server:credentials_test@poller=epoll1 PASSED in 0.9s
//test/cpp/server:credentials_test@poller=poll PASSED in 0.8s
//test/cpp/server:server_builder_test@poller=epoll1 PASSED in 0.7s
//test/cpp/server:server_builder_test@poller=poll PASSED in 0.5s
//test/cpp/server:server_builder_with_socket_mutator_test@poller=epoll1 PASSED in 0.6s
//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.8s
//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.6s
//test/cpp/server/load_reporter:lb_load_data_store_test@poller=epoll1 PASSED in 1.0s
//test/cpp/server/load_reporter:lb_load_data_store_test@poller=poll PASSED in 0.9s
//test/cpp/server/load_reporter:lb_load_reporter_test@poller=epoll1 PASSED in 8.4s
//test/cpp/server/load_reporter:lb_load_reporter_test@poller=poll PASSED in 7.8s
//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.6s
//test/cpp/test:mock_stream_test@poller=epoll1 PASSED in 0.9s
//test/cpp/test:mock_stream_test@poller=poll PASSED in 1.0s
//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 0.9s
//test/cpp/thread_manager:thread_manager_test@poller=epoll1 PASSED in 1.9s
//test/cpp/thread_manager:thread_manager_test@poller=poll PASSED in 1.6s
//test/cpp/util:byte_buffer_test PASSED in 0.8s
//test/cpp/util:channelz_sampler_test@poller=epoll1 PASSED in 7.1s
//test/cpp/util:channelz_sampler_test@poller=poll PASSED in 7.2s
//test/cpp/util:cli_call_test@poller=epoll1 PASSED in 0.6s
//test/cpp/util:cli_call_test@poller=poll PASSED in 5.8s
//test/cpp/util:error_details_test@poller=epoll1 PASSED in 1.2s
//test/cpp/util:error_details_test@poller=poll PASSED in 0.6s
//test/cpp/util:grpc_tool_test@poller=epoll1 PASSED in 4.3s
//test/cpp/util:grpc_tool_test@poller=poll PASSED in 5.3s
//test/cpp/util:proto_buffer_reader_test PASSED in 1.3s
//test/cpp/util:proto_buffer_writer_test PASSED in 0.8s
//test/cpp/util:slice_test PASSED in 0.9s
//test/cpp/util:string_ref_test PASSED in 1.0s
//test/cpp/util:time_test PASSED in 0.8s
//test/csharp/codegen:csharp_codegen_base_namespace_test PASSED in 1.5s
//test/csharp/codegen:csharp_codegen_deprecated_test PASSED in 0.8s
//test/csharp/codegen:csharp_codegen_simple_test PASSED in 0.6s
//test/core/end2end:simple_delayed_request_test@experiment=work_serializer_dispatch PASSED in 2.1s
Stats over 3 runs: max = 2.1s, min = 1.2s, avg = 1.8s, dev = 0.4s
//test/core/end2end:simple_delayed_request_test@poller=epoll1 PASSED in 8.9s
Stats over 3 runs: max = 8.9s, min = 4.7s, avg = 6.1s, dev = 2.0s
//test/core/end2end:simple_delayed_request_test@poller=epoll1@experiment=event_engine_client PASSED in 3.2s
Stats over 3 runs: max = 3.2s, min = 1.2s, avg = 2.5s, dev = 0.9s
//test/core/end2end:simple_delayed_request_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 3.6s
Stats over 3 runs: max = 3.6s, min = 1.0s, avg = 2.0s, dev = 1.1s
//test/core/end2end:simple_delayed_request_test@poller=poll PASSED in 6.0s
Stats over 3 runs: max = 6.0s, min = 4.2s, avg = 5.0s, dev = 0.7s
//test/core/end2end:simple_delayed_request_test@poller=poll@experiment=event_engine_client PASSED in 3.2s
Stats over 3 runs: max = 3.2s, min = 2.2s, avg = 2.8s, dev = 0.4s
//test/core/end2end:simple_delayed_request_test@poller=poll@experiment=no_event_engine_listener PASSED in 5.2s
Stats over 3 runs: max = 5.2s, min = 2.1s, avg = 3.5s, dev = 1.3s
//test/core/gprpp:work_serializer_test@poller=epoll1 PASSED in 1.7s
Stats over 5 runs: max = 1.7s, min = 1.1s, avg = 1.5s, dev = 0.2s
//test/core/gprpp:work_serializer_test@poller=poll PASSED in 2.5s
Stats over 5 runs: max = 2.5s, min = 1.1s, avg = 1.8s, dev = 0.4s
//test/core/tsi:ssl_transport_security_test@poller=epoll1 PASSED in 31.4s
Stats over 5 runs: max = 31.4s, min = 12.3s, avg = 23.9s, dev = 7.2s
//test/core/tsi:ssl_transport_security_test@poller=poll PASSED in 29.6s
Stats over 5 runs: max = 29.6s, min = 12.6s, avg = 22.1s, dev = 6.7s
//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.4s, dev = 0.4s
//test/cpp/end2end:thread_stress_test@poller=epoll1 PASSED in 2.1s
Stats over 5 runs: max = 2.1s, min = 1.0s, avg = 1.5s, dev = 0.5s
//test/cpp/end2end:thread_stress_test@poller=poll PASSED in 6.5s
Stats over 5 runs: max = 6.5s, min = 0.9s, avg = 5.0s, dev = 2.1s
//test/cpp/end2end/xds:xds_fault_injection_end2end_test@experiment=no_pick_first_new PASSED in 43.9s
Stats over 5 runs: max = 43.9s, min = 27.0s, avg = 36.7s, dev = 6.4s
//test/cpp/end2end/xds:xds_fault_injection_end2end_test@experiment=work_serializer_dispatch PASSED in 43.7s
Stats over 5 runs: max = 43.7s, min = 27.8s, avg = 36.6s, dev = 6.2s
//test/cpp/end2end/xds:xds_fault_injection_end2end_test@poller=epoll1 PASSED in 43.6s
Stats over 5 runs: max = 43.6s, min = 26.9s, avg = 36.5s, dev = 6.3s
//test/cpp/end2end/xds:xds_fault_injection_end2end_test@poller=poll PASSED in 44.2s
Stats over 5 runs: max = 44.2s, min = 26.9s, avg = 36.5s, dev = 6.6s
//test/core/transport/chttp2:too_many_pings_test@poller=epoll1 PASSED in 81.8s
Stats over 7 runs: max = 81.8s, min = 0.7s, avg = 28.3s, dev = 31.4s
//test/core/transport/chttp2:too_many_pings_test@poller=poll PASSED in 81.8s
Stats over 7 runs: max = 81.8s, min = 0.7s, avg = 28.4s, dev = 31.3s
//test/core/end2end:bad_ping_test@experiment=work_serializer_dispatch PASSED in 7.0s
Stats over 10 runs: max = 7.0s, min = 6.8s, avg = 6.9s, dev = 0.1s
//test/core/end2end:bad_ping_test@poller=epoll1 PASSED in 16.3s
Stats over 10 runs: max = 16.3s, min = 12.8s, avg = 15.4s, dev = 1.3s
//test/core/end2end:bad_ping_test@poller=epoll1@experiment=event_engine_client PASSED in 7.2s
Stats over 10 runs: max = 7.2s, min = 6.6s, avg = 6.8s, dev = 0.1s
//test/core/end2end:bad_ping_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 7.2s
Stats over 10 runs: max = 7.2s, min = 6.6s, avg = 6.8s, dev = 0.1s
//test/core/end2end:bad_ping_test@poller=poll PASSED in 16.4s
Stats over 10 runs: max = 16.4s, min = 12.6s, avg = 15.4s, dev = 1.3s
//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.8s, dev = 0.1s
//test/core/end2end:bad_ping_test@poller=poll@experiment=no_event_engine_listener PASSED in 7.0s
Stats over 10 runs: max = 7.0s, min = 6.7s, avg = 6.8s, dev = 0.1s
//test/core/end2end:binary_metadata_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:binary_metadata_test@poller=epoll1 PASSED in 2.0s
Stats over 10 runs: max = 2.0s, min = 1.3s, avg = 1.7s, dev = 0.2s
//test/core/end2end:binary_metadata_test@poller=epoll1@experiment=event_engine_client PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.8s, avg = 1.2s, dev = 0.2s
//test/core/end2end:binary_metadata_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.8s, avg = 0.9s, dev = 0.1s
//test/core/end2end:binary_metadata_test@poller=poll PASSED in 1.9s
Stats over 10 runs: max = 1.9s, min = 1.1s, avg = 1.6s, dev = 0.2s
//test/core/end2end:binary_metadata_test@poller=poll@experiment=event_engine_client PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 0.9s, avg = 1.2s, dev = 0.2s
//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.8s, avg = 0.9s, dev = 0.1s
//test/core/end2end:call_creds_test@experiment=work_serializer_dispatch PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.9s, avg = 1.1s, dev = 0.1s
//test/core/end2end:call_creds_test@poller=epoll1 PASSED in 2.0s
Stats over 10 runs: max = 2.0s, min = 1.4s, avg = 1.7s, dev = 0.2s
//test/core/end2end:call_creds_test@poller=epoll1@experiment=event_engine_client PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.8s, avg = 1.0s, dev = 0.1s
//test/core/end2end:call_creds_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:call_creds_test@poller=poll PASSED in 2.0s
Stats over 10 runs: max = 2.0s, min = 1.3s, avg = 1.6s, dev = 0.3s
//test/core/end2end:call_creds_test@poller=poll@experiment=event_engine_client PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.8s, avg = 1.0s, dev = 0.1s
//test/core/end2end:call_creds_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:call_host_override_test@experiment=work_serializer_dispatch PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:call_host_override_test@poller=epoll1 PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:call_host_override_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:call_host_override_test@poller=epoll1@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:call_host_override_test@poller=poll PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.8s, avg = 0.9s, dev = 0.1s
//test/core/end2end:call_host_override_test@poller=poll@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:call_host_override_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:cancel_before_invoke_test@experiment=work_serializer_dispatch PASSED in 1.8s
Stats over 10 runs: max = 1.8s, min = 0.8s, avg = 1.4s, dev = 0.3s
//test/core/end2end:cancel_before_invoke_test@poller=epoll1 PASSED in 2.5s
Stats over 10 runs: max = 2.5s, min = 1.2s, avg = 1.9s, dev = 0.4s
//test/core/end2end:cancel_before_invoke_test@poller=epoll1@experiment=event_engine_client PASSED in 1.6s
Stats over 10 runs: max = 1.6s, min = 0.6s, avg = 1.2s, dev = 0.2s
//test/core/end2end:cancel_before_invoke_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:cancel_before_invoke_test@poller=poll PASSED in 2.4s
Stats over 10 runs: max = 2.4s, min = 1.6s, avg = 1.9s, dev = 0.3s
//test/core/end2end:cancel_before_invoke_test@poller=poll@experiment=event_engine_client PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.8s, avg = 1.0s, dev = 0.2s
//test/core/end2end:cancel_before_invoke_test@poller=poll@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:cancel_in_a_vacuum_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:cancel_in_a_vacuum_test@poller=epoll1 PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.9s, avg = 1.0s, dev = 0.1s
//test/core/end2end:cancel_in_a_vacuum_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:cancel_in_a_vacuum_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 0.9s
Stats over 10 runs: max = 0.9s, 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.2s
//test/core/end2end:cancel_in_a_vacuum_test@poller=poll@experiment=event_engine_client PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.6s, avg = 0.9s, dev = 0.1s
//test/core/end2end:cancel_in_a_vacuum_test@poller=poll@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:cancel_with_status_test@experiment=work_serializer_dispatch PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 1.1s, avg = 1.2s, dev = 0.1s
//test/core/end2end:cancel_with_status_test@poller=epoll1 PASSED in 1.9s
Stats over 10 runs: max = 1.9s, min = 1.2s, avg = 1.5s, dev = 0.2s
//test/core/end2end:cancel_with_status_test@poller=epoll1@experiment=event_engine_client PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.7s, avg = 1.1s, dev = 0.2s
//test/core/end2end:cancel_with_status_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 21.0s
Stats over 10 runs: max = 21.0s, min = 0.8s, avg = 4.9s, dev = 8.0s
//test/core/end2end:cancel_with_status_test@poller=poll PASSED in 21.2s
Stats over 10 runs: max = 21.2s, min = 1.0s, avg = 4.4s, dev = 5.9s
//test/core/end2end:cancel_with_status_test@poller=poll@experiment=event_engine_client PASSED in 1.9s
Stats over 10 runs: max = 1.9s, min = 0.8s, avg = 1.2s, dev = 0.4s
//test/core/end2end:cancel_with_status_test@poller=poll@experiment=no_event_engine_listener PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.8s, avg = 1.0s, dev = 0.1s
//test/core/end2end:channelz_test@experiment=work_serializer_dispatch PASSED in 1.6s
Stats over 10 runs: max = 1.6s, min = 0.9s, avg = 1.1s, dev = 0.2s
//test/core/end2end:channelz_test@poller=epoll1 PASSED in 1.6s
Stats over 10 runs: max = 1.6s, min = 1.1s, avg = 1.3s, dev = 0.2s
//test/core/end2end:channelz_test@poller=epoll1@experiment=event_engine_client PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.8s, avg = 1.1s, dev = 0.2s
//test/core/end2end:channelz_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:channelz_test@poller=poll PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 1.2s, avg = 1.4s, dev = 0.1s
//test/core/end2end:channelz_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:channelz_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:client_streaming_test@experiment=work_serializer_dispatch PASSED in 10.8s
Stats over 10 runs: max = 10.8s, min = 8.9s, avg = 9.7s, dev = 0.7s
//test/core/end2end:client_streaming_test@poller=epoll1 PASSED in 18.9s
Stats over 10 runs: max = 18.9s, min = 18.4s, avg = 18.7s, dev = 0.2s
//test/core/end2end:client_streaming_test@poller=epoll1@experiment=event_engine_client PASSED in 10.4s
Stats over 10 runs: max = 10.4s, min = 8.8s, avg = 9.7s, dev = 0.6s
//test/core/end2end:client_streaming_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 10.0s
Stats over 10 runs: max = 10.0s, min = 8.8s, avg = 9.3s, dev = 0.5s
//test/core/end2end:client_streaming_test@poller=poll PASSED in 18.7s
Stats over 10 runs: max = 18.7s, min = 16.4s, avg = 17.6s, dev = 1.0s
//test/core/end2end:client_streaming_test@poller=poll@experiment=event_engine_client PASSED in 10.4s
Stats over 10 runs: max = 10.4s, min = 6.8s, avg = 8.6s, dev = 0.9s
//test/core/end2end:client_streaming_test@poller=poll@experiment=no_event_engine_listener PASSED in 9.8s
Stats over 10 runs: max = 9.8s, min = 6.8s, avg = 8.4s, dev = 0.8s
//test/core/end2end:compressed_payload_test@experiment=work_serializer_dispatch PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 2.2s, avg = 2.6s, dev = 0.2s
//test/core/end2end:compressed_payload_test@poller=epoll1 PASSED in 5.9s
Stats over 10 runs: max = 5.9s, min = 3.9s, avg = 4.8s, dev = 0.5s
//test/core/end2end:compressed_payload_test@poller=epoll1@experiment=event_engine_client PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 2.5s, avg = 2.8s, dev = 0.1s
//test/core/end2end:compressed_payload_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.9s, avg = 1.1s, dev = 0.1s
//test/core/end2end:compressed_payload_test@poller=poll PASSED in 5.3s
Stats over 10 runs: max = 5.3s, min = 4.1s, avg = 4.6s, dev = 0.4s
//test/core/end2end:compressed_payload_test@poller=poll@experiment=event_engine_client PASSED in 3.1s
Stats over 10 runs: max = 3.1s, min = 2.4s, avg = 2.8s, dev = 0.2s
//test/core/end2end:compressed_payload_test@poller=poll@experiment=no_event_engine_listener PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.8s, avg = 1.0s, dev = 0.2s
//test/core/end2end:connectivity_test@experiment=work_serializer_dispatch PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 2.3s, avg = 2.6s, dev = 0.2s
//test/core/end2end:connectivity_test@poller=epoll1 PASSED in 6.1s
Stats over 10 runs: max = 6.1s, min = 3.8s, avg = 4.8s, dev = 0.9s
//test/core/end2end:connectivity_test@poller=epoll1@experiment=event_engine_client PASSED in 2.6s
Stats over 10 runs: max = 2.6s, min = 2.2s, avg = 2.4s, dev = 0.1s
//test/core/end2end:connectivity_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 3.2s
Stats over 10 runs: max = 3.2s, min = 2.2s, avg = 2.5s, dev = 0.3s
//test/core/end2end:connectivity_test@poller=poll PASSED in 6.3s
Stats over 10 runs: max = 6.3s, min = 3.8s, avg = 4.8s, dev = 1.0s
//test/core/end2end:connectivity_test@poller=poll@experiment=event_engine_client PASSED in 2.6s
Stats over 10 runs: max = 2.6s, min = 2.4s, avg = 2.5s, dev = 0.1s
//test/core/end2end:connectivity_test@poller=poll@experiment=no_event_engine_listener PASSED in 2.5s
Stats over 10 runs: max = 2.5s, min = 2.3s, avg = 2.4s, dev = 0.1s
//test/core/end2end:default_host_test@experiment=work_serializer_dispatch PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:default_host_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:default_host_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:default_host_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:default_host_test@poller=poll PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:default_host_test@poller=poll@experiment=event_engine_client PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:default_host_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:disappearing_server_test@experiment=work_serializer_dispatch PASSED in 5.1s
Stats over 10 runs: max = 5.1s, min = 2.8s, avg = 3.5s, dev = 1.0s
//test/core/end2end:disappearing_server_test@poller=epoll1 PASSED in 7.2s
Stats over 10 runs: max = 7.2s, min = 4.8s, avg = 6.3s, dev = 0.9s
//test/core/end2end:disappearing_server_test@poller=epoll1@experiment=event_engine_client PASSED in 4.8s
Stats over 10 runs: max = 4.8s, min = 2.7s, avg = 3.4s, dev = 0.9s
//test/core/end2end:disappearing_server_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 4.9s
Stats over 10 runs: max = 4.9s, min = 2.7s, avg = 3.4s, dev = 0.9s
//test/core/end2end:disappearing_server_test@poller=poll PASSED in 7.2s
Stats over 10 runs: max = 7.2s, min = 4.8s, avg = 6.3s, dev = 0.9s
//test/core/end2end:disappearing_server_test@poller=poll@experiment=event_engine_client PASSED in 4.9s
Stats over 10 runs: max = 4.9s, min = 2.7s, avg = 3.4s, dev = 0.9s
//test/core/end2end:disappearing_server_test@poller=poll@experiment=no_event_engine_listener PASSED in 4.8s
Stats over 10 runs: max = 4.8s, min = 2.7s, avg = 3.3s, dev = 0.9s
//test/core/end2end:empty_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:empty_batch_test@poller=epoll1 PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:empty_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:empty_batch_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:empty_batch_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:empty_batch_test@poller=poll@experiment=event_engine_client PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.8s, dev = 0.1s
//test/core/end2end:empty_batch_test@poller=poll@experiment=no_event_engine_listener PASSED in 1.8s
Stats over 10 runs: max = 1.8s, min = 0.7s, avg = 0.9s, dev = 0.3s
//test/core/end2end:filter_causes_close_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:filter_causes_close_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:filter_causes_close_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:filter_causes_close_test@poller=epoll1@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:filter_causes_close_test@poller=poll PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.8s, avg = 1.0s, dev = 0.1s
//test/core/end2end:filter_causes_close_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: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 1.3s
Stats over 10 runs: max = 1.3s, min = 0.8s, avg = 1.1s, dev = 0.2s
//test/core/end2end:filter_init_fails_test@poller=epoll1 PASSED in 1.9s
Stats over 10 runs: max = 1.9s, min = 0.8s, avg = 1.2s, dev = 0.3s
//test/core/end2end:filter_init_fails_test@poller=epoll1@experiment=event_engine_client PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.7s, avg = 1.0s, dev = 0.1s
//test/core/end2end:filter_init_fails_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:filter_init_fails_test@poller=poll PASSED in 1.8s
Stats over 10 runs: max = 1.8s, min = 1.0s, avg = 1.4s, dev = 0.2s
//test/core/end2end:filter_init_fails_test@poller=poll@experiment=event_engine_client PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.8s, avg = 1.0s, dev = 0.2s
//test/core/end2end:filter_init_fails_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:filtered_metadata_test@experiment=work_serializer_dispatch PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:filtered_metadata_test@poller=epoll1 PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:filtered_metadata_test@poller=epoll1@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:filtered_metadata_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.6s, avg = 0.7s, dev = 0.1s
//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.0s
Stats over 10 runs: max = 1.0s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:filtered_metadata_test@poller=poll@experiment=no_event_engine_listener PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.6s, avg = 0.7s, dev = 0.1s
//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.3s, dev = 0.5s
//test/core/end2end:graceful_server_shutdown_test@poller=epoll1 PASSED in 4.7s
Stats over 10 runs: max = 4.7s, min = 3.7s, avg = 3.9s, dev = 0.3s
//test/core/end2end:graceful_server_shutdown_test@poller=epoll1@experiment=event_engine_client PASSED in 3.2s
Stats over 10 runs: max = 3.2s, min = 1.7s, avg = 2.3s, dev = 0.6s
//test/core/end2end:graceful_server_shutdown_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 3.1s
Stats over 10 runs: max = 3.1s, min = 1.7s, avg = 2.2s, dev = 0.6s
//test/core/end2end:graceful_server_shutdown_test@poller=poll PASSED in 5.0s
Stats over 10 runs: max = 5.0s, min = 3.5s, avg = 4.0s, dev = 0.4s
//test/core/end2end:graceful_server_shutdown_test@poller=poll@experiment=event_engine_client PASSED in 3.6s
Stats over 10 runs: max = 3.6s, min = 1.6s, avg = 2.2s, dev = 0.7s
//test/core/end2end:graceful_server_shutdown_test@poller=poll@experiment=no_event_engine_listener PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 1.7s, avg = 2.2s, dev = 0.5s
//test/core/end2end:grpc_authz_test@experiment=work_serializer_dispatch PASSED in 3.2s
Stats over 10 runs: max = 3.2s, min = 1.8s, avg = 2.6s, dev = 0.5s
//test/core/end2end:grpc_authz_test@poller=epoll1 PASSED in 5.0s
Stats over 10 runs: max = 5.0s, min = 2.9s, avg = 3.9s, dev = 0.5s
//test/core/end2end:grpc_authz_test@poller=epoll1@experiment=event_engine_client PASSED in 3.2s
Stats over 10 runs: max = 3.2s, min = 1.7s, avg = 2.6s, dev = 0.5s
//test/core/end2end:grpc_authz_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 1.7s, avg = 2.4s, dev = 0.5s
//test/core/end2end:grpc_authz_test@poller=poll PASSED in 4.9s
Stats over 10 runs: max = 4.9s, min = 2.9s, avg = 3.9s, dev = 0.6s
//test/core/end2end:grpc_authz_test@poller=poll@experiment=event_engine_client PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.9s, avg = 2.5s, dev = 0.4s
//test/core/end2end:grpc_authz_test@poller=poll@experiment=no_event_engine_listener PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.7s, avg = 2.4s, dev = 0.5s
//test/core/end2end:h2_ssl_cert_test@poller=epoll1 PASSED in 11.5s
Stats over 10 runs: max = 11.5s, min = 0.7s, avg = 5.8s, dev = 3.9s
//test/core/end2end:h2_ssl_cert_test@poller=poll PASSED in 15.1s
Stats over 10 runs: max = 15.1s, min = 0.8s, avg = 5.8s, dev = 4.3s
//test/core/end2end:http2_stats_test@experiment=work_serializer_dispatch PASSED in 4.2s
Stats over 10 runs: max = 4.2s, min = 0.5s, avg = 1.2s, dev = 1.0s
//test/core/end2end:http2_stats_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:http2_stats_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:http2_stats_test@poller=epoll1@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:http2_stats_test@poller=poll PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.7s, avg = 0.9s, dev = 0.1s
//test/core/end2end:http2_stats_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:http2_stats_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:invoke_large_request_test@experiment=work_serializer_dispatch PASSED in 2.4s
Stats over 10 runs: max = 2.4s, min = 0.9s, avg = 1.3s, dev = 0.5s
//test/core/end2end:invoke_large_request_test@poller=epoll1 PASSED in 3.8s
Stats over 10 runs: max = 3.8s, min = 1.3s, avg = 2.1s, dev = 0.7s
//test/core/end2end:invoke_large_request_test@poller=epoll1@experiment=event_engine_client PASSED in 2.5s
Stats over 10 runs: max = 2.5s, min = 0.9s, avg = 1.3s, dev = 0.4s
//test/core/end2end:invoke_large_request_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 2.4s
Stats over 10 runs: max = 2.4s, min = 1.0s, avg = 1.3s, dev = 0.4s
//test/core/end2end:invoke_large_request_test@poller=poll PASSED in 2.6s
Stats over 10 runs: max = 2.6s, min = 1.2s, avg = 2.0s, dev = 0.4s
//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 = 0.8s, avg = 1.4s, dev = 0.5s
//test/core/end2end:invoke_large_request_test@poller=poll@experiment=no_event_engine_listener PASSED in 1.9s
Stats over 10 runs: max = 1.9s, min = 0.9s, avg = 1.2s, dev = 0.3s
//test/core/end2end:keepalive_timeout_test@experiment=work_serializer_dispatch PASSED in 7.1s
Stats over 10 runs: max = 7.1s, min = 3.8s, avg = 4.5s, dev = 1.3s
//test/core/end2end:keepalive_timeout_test@poller=epoll1 PASSED in 10.5s
Stats over 10 runs: max = 10.5s, min = 7.2s, avg = 9.9s, dev = 0.9s
//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.8s, avg = 4.6s, dev = 1.3s
//test/core/end2end:keepalive_timeout_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 7.0s
Stats over 10 runs: max = 7.0s, min = 3.7s, avg = 4.4s, dev = 1.2s
//test/core/end2end:keepalive_timeout_test@poller=poll PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.7s, avg = 1.0s, dev = 0.1s
//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.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:keepalive_timeout_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:max_concurrent_streams_test@experiment=work_serializer_dispatch PASSED in 11.1s
Stats over 10 runs: max = 11.1s, min = 4.9s, avg = 8.6s, dev = 1.7s
//test/core/end2end:max_concurrent_streams_test@poller=epoll1 PASSED in 22.6s
Stats over 10 runs: max = 22.6s, min = 17.8s, avg = 20.9s, dev = 1.8s
//test/core/end2end:max_concurrent_streams_test@poller=epoll1@experiment=event_engine_client PASSED in 11.2s
Stats over 10 runs: max = 11.2s, min = 4.8s, avg = 8.7s, dev = 1.8s
//test/core/end2end:max_concurrent_streams_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 10.8s
Stats over 10 runs: max = 10.8s, min = 4.7s, avg = 8.5s, dev = 1.7s
//test/core/end2end:max_concurrent_streams_test@poller=poll PASSED in 22.6s
Stats over 10 runs: max = 22.6s, min = 18.3s, avg = 20.8s, dev = 1.7s
//test/core/end2end:max_concurrent_streams_test@poller=poll@experiment=event_engine_client PASSED in 11.1s
Stats over 10 runs: max = 11.1s, min = 4.8s, avg = 8.6s, dev = 1.7s
//test/core/end2end:max_concurrent_streams_test@poller=poll@experiment=no_event_engine_listener PASSED in 10.8s
Stats over 10 runs: max = 10.8s, min = 4.8s, avg = 8.5s, dev = 1.7s
//test/core/end2end:max_connection_age_test@experiment=work_serializer_dispatch PASSED in 9.6s
Stats over 10 runs: max = 9.6s, min = 3.4s, avg = 8.2s, dev = 1.9s
//test/core/end2end:max_connection_age_test@poller=epoll1 PASSED in 20.2s
Stats over 10 runs: max = 20.2s, min = 14.7s, avg = 17.4s, dev = 1.7s
//test/core/end2end:max_connection_age_test@poller=epoll1@experiment=event_engine_client PASSED in 9.5s
Stats over 10 runs: max = 9.5s, min = 3.2s, avg = 8.0s, dev = 1.9s
//test/core/end2end:max_connection_age_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 9.5s
Stats over 10 runs: max = 9.5s, min = 3.2s, avg = 8.0s, dev = 1.9s
//test/core/end2end:max_connection_age_test@poller=poll PASSED in 20.2s
Stats over 10 runs: max = 20.2s, min = 14.9s, avg = 17.5s, dev = 1.6s
//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.1s, avg = 7.9s, dev = 1.9s
//test/core/end2end:max_connection_age_test@poller=poll@experiment=no_event_engine_listener PASSED in 9.4s
Stats over 10 runs: max = 9.4s, min = 3.3s, avg = 8.0s, dev = 1.8s
//test/core/end2end:max_connection_idle_test@experiment=work_serializer_dispatch PASSED in 5.2s
Stats over 10 runs: max = 5.2s, min = 4.4s, avg = 4.9s, dev = 0.2s
//test/core/end2end:max_connection_idle_test@poller=epoll1 PASSED in 13.7s
Stats over 10 runs: max = 13.7s, min = 8.3s, avg = 10.3s, dev = 2.2s
//test/core/end2end:max_connection_idle_test@poller=epoll1@experiment=event_engine_client PASSED in 5.3s
Stats over 10 runs: max = 5.3s, min = 4.5s, avg = 4.8s, dev = 0.2s
//test/core/end2end:max_connection_idle_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 5.6s
Stats over 10 runs: max = 5.6s, min = 4.4s, avg = 4.9s, dev = 0.4s
//test/core/end2end:max_connection_idle_test@poller=poll PASSED in 13.2s
Stats over 10 runs: max = 13.2s, min = 8.0s, avg = 10.4s, dev = 2.1s
//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.5s, 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.4s, avg = 4.7s, dev = 0.3s
//test/core/end2end:max_message_length_test@experiment=work_serializer_dispatch PASSED in 2.2s
Stats over 10 runs: max = 2.2s, min = 1.6s, avg = 2.0s, dev = 0.2s
//test/core/end2end:max_message_length_test@poller=epoll1 PASSED in 3.5s
Stats over 10 runs: max = 3.5s, min = 2.7s, avg = 3.3s, dev = 0.2s
//test/core/end2end:max_message_length_test@poller=epoll1@experiment=event_engine_client PASSED in 2.1s
Stats over 10 runs: max = 2.1s, min = 1.5s, avg = 1.8s, dev = 0.2s
//test/core/end2end:max_message_length_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.9s, avg = 1.1s, dev = 0.2s
//test/core/end2end:max_message_length_test@poller=poll PASSED in 3.6s
Stats over 10 runs: max = 3.6s, min = 2.5s, avg = 3.0s, dev = 0.3s
//test/core/end2end:max_message_length_test@poller=poll@experiment=event_engine_client PASSED in 2.2s
Stats over 10 runs: max = 2.2s, min = 1.6s, avg = 1.9s, dev = 0.2s
//test/core/end2end:max_message_length_test@poller=poll@experiment=no_event_engine_listener PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.8s, avg = 1.0s, dev = 0.1s
//test/core/end2end:negative_deadline_test@experiment=work_serializer_dispatch PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:negative_deadline_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:negative_deadline_test@poller=epoll1@experiment=event_engine_client PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:negative_deadline_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:negative_deadline_test@poller=poll PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:negative_deadline_test@poller=poll@experiment=event_engine_client PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:negative_deadline_test@poller=poll@experiment=no_event_engine_listener PASSED in 0.7s
Stats over 10 runs: max = 0.7s, min = 0.6s, avg = 0.7s, dev = 0.0s
//test/core/end2end:no_logging_test@experiment=work_serializer_dispatch 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@poller=epoll1 PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.6s, avg = 0.9s, dev = 0.2s
//test/core/end2end:no_logging_test@poller=epoll1@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:no_logging_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.6s, avg = 0.7s, dev = 0.0s
//test/core/end2end:no_logging_test@poller=poll PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.7s, avg = 1.0s, dev = 0.1s
//test/core/end2end:no_logging_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:no_logging_test@poller=poll@experiment=no_event_engine_listener PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:no_op_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:no_op_test@poller=epoll1 PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.6s, avg = 0.7s, dev = 0.2s
//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.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:no_op_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 0.7s
Stats over 10 runs: max = 0.7s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:no_op_test@poller=poll PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:no_op_test@poller=poll@experiment=event_engine_client PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:no_op_test@poller=poll@experiment=no_event_engine_listener PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:payload_test@experiment=work_serializer_dispatch PASSED in 3.3s
Stats over 10 runs: max = 3.3s, min = 1.1s, avg = 1.9s, dev = 0.6s
//test/core/end2end:payload_test@poller=epoll1 PASSED in 3.3s
Stats over 10 runs: max = 3.3s, min = 1.7s, avg = 2.4s, dev = 0.5s
//test/core/end2end:payload_test@poller=epoll1@experiment=event_engine_client PASSED in 3.3s
Stats over 10 runs: max = 3.3s, min = 1.2s, avg = 1.7s, dev = 0.7s
//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.3s, avg = 1.8s, dev = 0.6s
//test/core/end2end:payload_test@poller=poll PASSED in 3.3s
Stats over 10 runs: max = 3.3s, min = 1.4s, avg = 2.4s, dev = 0.7s
//test/core/end2end:payload_test@poller=poll@experiment=event_engine_client PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.0s, avg = 1.7s, dev = 0.6s
//test/core/end2end:payload_test@poller=poll@experiment=no_event_engine_listener PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 0.9s, avg = 1.8s, dev = 0.6s
//test/core/end2end:ping_pong_streaming_test@experiment=work_serializer_dispatch PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 1.0s, avg = 1.2s, dev = 0.1s
//test/core/end2end:ping_pong_streaming_test@poller=epoll1 PASSED in 1.8s
Stats over 10 runs: max = 1.8s, min = 1.3s, avg = 1.5s, dev = 0.2s
//test/core/end2end:ping_pong_streaming_test@poller=epoll1@experiment=event_engine_client PASSED in 1.5s
Stats over 10 runs: max = 1.5s, 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.2s
Stats over 10 runs: max = 1.2s, min = 0.8s, avg = 0.9s, dev = 0.1s
//test/core/end2end:ping_pong_streaming_test@poller=poll PASSED in 1.8s
Stats over 10 runs: max = 1.8s, min = 1.1s, avg = 1.4s, dev = 0.2s
//test/core/end2end:ping_pong_streaming_test@poller=poll@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:ping_pong_streaming_test@poller=poll@experiment=no_event_engine_listener PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:ping_test@experiment=work_serializer_dispatch PASSED in 5.0s
Stats over 10 runs: max = 5.0s, min = 4.7s, avg = 4.8s, dev = 0.1s
//test/core/end2end:ping_test@poller=epoll1 PASSED in 13.0s
Stats over 10 runs: max = 13.0s, min = 8.6s, avg = 10.4s, dev = 2.0s
//test/core/end2end:ping_test@poller=epoll1@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=epoll1@experiment=no_event_engine_listener PASSED in 4.8s
Stats over 10 runs: max = 4.8s, min = 4.6s, avg = 4.7s, dev = 0.1s
//test/core/end2end:ping_test@poller=poll PASSED in 13.4s
Stats over 10 runs: max = 13.4s, min = 8.5s, avg = 10.4s, dev = 2.1s
//test/core/end2end:ping_test@poller=poll@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=poll@experiment=no_event_engine_listener PASSED in 4.8s
Stats over 10 runs: max = 4.8s, min = 4.6s, avg = 4.7s, dev = 0.1s
//test/core/end2end:proxy_auth_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:proxy_auth_test@poller=epoll1 PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:proxy_auth_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:proxy_auth_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.6s, avg = 0.7s, dev = 0.0s
//test/core/end2end:proxy_auth_test@poller=poll PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:proxy_auth_test@poller=poll@experiment=event_engine_client PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.6s, avg = 0.8s, dev = 0.2s
//test/core/end2end:proxy_auth_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:registered_call_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:registered_call_test@poller=epoll1 PASSED in 1.6s
Stats over 10 runs: max = 1.6s, min = 0.9s, avg = 1.2s, 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.1s
//test/core/end2end:registered_call_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:registered_call_test@poller=poll PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.8s, avg = 1.0s, dev = 0.1s
//test/core/end2end:registered_call_test@poller=poll@experiment=event_engine_client PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.8s, avg = 0.9s, dev = 0.1s
//test/core/end2end:registered_call_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:request_with_payload_test@experiment=work_serializer_dispatch PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:request_with_payload_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:request_with_payload_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:request_with_payload_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:request_with_payload_test@poller=poll 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=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:request_with_payload_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:resource_quota_server_test@experiment=work_serializer_dispatch PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:resource_quota_server_test@poller=epoll1 PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.7s, avg = 0.7s, dev = 0.0s
//test/core/end2end:resource_quota_server_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:resource_quota_server_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 10.5s
Stats over 10 runs: max = 10.5s, min = 0.7s, avg = 2.5s, dev = 3.2s
//test/core/end2end:resource_quota_server_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:resource_quota_server_test@poller=poll@experiment=event_engine_client PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.6s, avg = 0.7s, dev = 0.0s
//test/core/end2end:resource_quota_server_test@poller=poll@experiment=no_event_engine_listener PASSED in 9.8s
Stats over 10 runs: max = 9.8s, min = 0.7s, avg = 1.7s, dev = 2.7s
//test/core/end2end:retry_cancel_after_first_attempt_starts_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_cancel_after_first_attempt_starts_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:retry_cancel_after_first_attempt_starts_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_cancel_after_first_attempt_starts_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 20.8s
Stats over 10 runs: max = 20.8s, min = 0.6s, avg = 2.8s, dev = 6.0s
//test/core/end2end:retry_cancel_after_first_attempt_starts_test@poller=poll PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.7s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_cancel_after_first_attempt_starts_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:retry_cancel_after_first_attempt_starts_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_cancel_during_delay_test@experiment=work_serializer_dispatch PASSED in 41.1s
Stats over 10 runs: max = 41.1s, min = 20.9s, avg = 25.0s, dev = 8.0s
//test/core/end2end:retry_cancel_during_delay_test@poller=epoll1 PASSED in 60.9s
Stats over 10 runs: max = 60.9s, min = 40.8s, avg = 52.9s, dev = 9.7s
//test/core/end2end:retry_cancel_during_delay_test@poller=epoll1@experiment=event_engine_client PASSED in 41.0s
Stats over 10 runs: max = 41.0s, min = 20.7s, avg = 24.8s, dev = 8.0s
//test/core/end2end:retry_cancel_during_delay_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 40.9s
Stats over 10 runs: max = 40.9s, min = 20.6s, avg = 24.8s, dev = 8.0s
//test/core/end2end:retry_cancel_during_delay_test@poller=poll PASSED in 61.0s
Stats over 10 runs: max = 61.0s, min = 40.8s, avg = 52.9s, dev = 9.8s
//test/core/end2end:retry_cancel_during_delay_test@poller=poll@experiment=event_engine_client PASSED in 40.9s
Stats over 10 runs: max = 40.9s, min = 20.6s, avg = 24.8s, dev = 8.0s
//test/core/end2end:retry_cancel_during_delay_test@poller=poll@experiment=no_event_engine_listener PASSED in 41.3s
Stats over 10 runs: max = 41.3s, min = 20.6s, avg = 24.8s, dev = 8.1s
//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.3s
//test/core/end2end:retry_cancel_with_multiple_send_batches_test@poller=epoll1 PASSED in 10.2s
Stats over 10 runs: max = 10.2s, min = 6.9s, avg = 8.8s, dev = 1.4s
//test/core/end2end:retry_cancel_with_multiple_send_batches_test@poller=epoll1@experiment=event_engine_client PASSED in 7.0s
Stats over 10 runs: max = 7.0s, min = 3.6s, avg = 4.5s, 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.8s, avg = 6.5s, 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.0s, avg = 8.8s, dev = 1.4s
//test/core/end2end:retry_cancel_with_multiple_send_batches_test@poller=poll@experiment=event_engine_client PASSED in 7.1s
Stats over 10 runs: max = 7.1s, min = 3.6s, avg = 4.5s, dev = 1.3s
//test/core/end2end:retry_cancel_with_multiple_send_batches_test@poller=poll@experiment=no_event_engine_listener PASSED in 23.9s
Stats over 10 runs: max = 23.9s, min = 3.7s, avg = 8.4s, dev = 7.8s
//test/core/end2end:retry_cancellation_test@experiment=work_serializer_dispatch PASSED in 12.0s
Stats over 10 runs: max = 12.0s, min = 6.7s, avg = 8.1s, dev = 1.9s
//test/core/end2end:retry_cancellation_test@poller=epoll1 PASSED in 19.0s
Stats over 10 runs: max = 19.0s, min = 13.6s, avg = 16.6s, dev = 2.1s
//test/core/end2end:retry_cancellation_test@poller=epoll1@experiment=event_engine_client PASSED in 12.2s
Stats over 10 runs: max = 12.2s, min = 6.5s, avg = 8.1s, dev = 2.1s
//test/core/end2end:retry_cancellation_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 12.1s
Stats over 10 runs: max = 12.1s, min = 6.5s, avg = 8.0s, dev = 2.0s
//test/core/end2end:retry_cancellation_test@poller=poll PASSED in 18.9s
Stats over 10 runs: max = 18.9s, min = 14.0s, avg = 16.5s, dev = 2.1s
//test/core/end2end:retry_cancellation_test@poller=poll@experiment=event_engine_client PASSED in 12.1s
Stats over 10 runs: max = 12.1s, min = 6.6s, avg = 8.0s, dev = 2.0s
//test/core/end2end:retry_cancellation_test@poller=poll@experiment=no_event_engine_listener PASSED in 12.0s
Stats over 10 runs: max = 12.0s, min = 6.6s, avg = 8.0s, dev = 2.0s
//test/core/end2end:retry_disabled_test@experiment=work_serializer_dispatch PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_disabled_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:retry_disabled_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_disabled_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_disabled_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_disabled_test@poller=poll@experiment=event_engine_client PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.6s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_disabled_test@poller=poll@experiment=no_event_engine_listener PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.6s, avg = 0.7s, dev = 0.2s
//test/core/end2end:retry_exceeds_buffer_size_in_delay_test@experiment=work_serializer_dispatch PASSED in 5.1s
Stats over 10 runs: max = 5.1s, min = 2.5s, avg = 3.3s, 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.8s, avg = 6.2s, dev = 1.0s
//test/core/end2end:retry_exceeds_buffer_size_in_delay_test@poller=epoll1@experiment=event_engine_client PASSED in 4.6s
Stats over 10 runs: max = 4.6s, min = 2.7s, avg = 3.2s, dev = 0.6s
//test/core/end2end:retry_exceeds_buffer_size_in_delay_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 4.8s
Stats over 10 runs: max = 4.8s, min = 2.3s, avg = 3.2s, dev = 0.8s
//test/core/end2end:retry_exceeds_buffer_size_in_delay_test@poller=poll PASSED in 7.7s
Stats over 10 runs: max = 7.7s, min = 4.7s, avg = 6.3s, dev = 1.1s
//test/core/end2end:retry_exceeds_buffer_size_in_delay_test@poller=poll@experiment=event_engine_client PASSED in 4.6s
Stats over 10 runs: max = 4.6s, min = 2.5s, avg = 3.2s, dev = 0.7s
//test/core/end2end:retry_exceeds_buffer_size_in_delay_test@poller=poll@experiment=no_event_engine_listener PASSED in 5.1s
Stats over 10 runs: max = 5.1s, min = 2.3s, avg = 3.2s, dev = 0.9s
//test/core/end2end:retry_exceeds_buffer_size_in_initial_batch_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_exceeds_buffer_size_in_initial_batch_test@poller=epoll1 PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.8s, avg = 1.0s, dev = 0.2s
//test/core/end2end:retry_exceeds_buffer_size_in_initial_batch_test@poller=epoll1@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_exceeds_buffer_size_in_initial_batch_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_exceeds_buffer_size_in_initial_batch_test@poller=poll PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.6s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_exceeds_buffer_size_in_initial_batch_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_exceeds_buffer_size_in_initial_batch_test@poller=poll@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: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.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_exceeds_buffer_size_in_subsequent_batch_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_exceeds_buffer_size_in_subsequent_batch_test@poller=epoll1@experiment=event_engine_client PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 0.7s, avg = 1.1s, dev = 0.6s
//test/core/end2end:retry_exceeds_buffer_size_in_subsequent_batch_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_exceeds_buffer_size_in_subsequent_batch_test@poller=poll PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.6s, avg = 0.9s, 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.6s, 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 1.7s
Stats over 10 runs: max = 1.7s, min = 0.6s, avg = 0.8s, dev = 0.3s
//test/core/end2end:retry_lb_drop_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_lb_drop_test@poller=epoll1 PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_lb_drop_test@poller=epoll1@experiment=event_engine_client PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.6s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_lb_drop_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.6s, avg = 0.8s, dev = 0.2s
//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 0.9s
Stats over 10 runs: max = 0.9s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_lb_drop_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.2s
//test/core/end2end:retry_lb_fail_test@experiment=work_serializer_dispatch PASSED in 3.1s
Stats over 10 runs: max = 3.1s, min = 1.6s, avg = 2.0s, dev = 0.5s
//test/core/end2end:retry_lb_fail_test@poller=epoll1 PASSED in 4.1s
Stats over 10 runs: max = 4.1s, min = 2.6s, avg = 3.4s, dev = 0.5s
//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.4s, avg = 1.9s, dev = 0.5s
//test/core/end2end:retry_lb_fail_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 3.1s
Stats over 10 runs: max = 3.1s, min = 1.6s, avg = 2.0s, dev = 0.5s
//test/core/end2end:retry_lb_fail_test@poller=poll PASSED in 4.2s
Stats over 10 runs: max = 4.2s, min = 2.6s, avg = 3.5s, dev = 0.6s
//test/core/end2end:retry_lb_fail_test@poller=poll@experiment=event_engine_client PASSED in 3.1s
Stats over 10 runs: max = 3.1s, min = 1.4s, avg = 2.0s, dev = 0.5s
//test/core/end2end:retry_lb_fail_test@poller=poll@experiment=no_event_engine_listener PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.5s, avg = 1.8s, dev = 0.4s
//test/core/end2end:retry_non_retriable_status_before_trailers_test@experiment=work_serializer_dispatch PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.6s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_non_retriable_status_before_trailers_test@poller=epoll1 PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 0.6s, avg = 1.2s, dev = 0.6s
//test/core/end2end:retry_non_retriable_status_before_trailers_test@poller=epoll1@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:retry_non_retriable_status_before_trailers_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_non_retriable_status_before_trailers_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_non_retriable_status_before_trailers_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:retry_non_retriable_status_before_trailers_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_non_retriable_status_test@experiment=work_serializer_dispatch PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.6s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_non_retriable_status_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_non_retriable_status_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_test@poller=epoll1@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:retry_non_retriable_status_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:retry_non_retriable_status_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_non_retriable_status_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:retry_per_attempt_recv_timeout_on_last_attempt_test@experiment=work_serializer_dispatch PASSED in 11.1s
Stats over 10 runs: max = 11.1s, min = 5.9s, avg = 7.0s, dev = 2.0s
//test/core/end2end:retry_per_attempt_recv_timeout_on_last_attempt_test@poller=epoll1 PASSED in 16.2s
Stats over 10 runs: max = 16.2s, min = 10.5s, avg = 13.9s, dev = 2.5s
//test/core/end2end:retry_per_attempt_recv_timeout_on_last_attempt_test@poller=epoll1@experiment=event_engine_client PASSED in 11.0s
Stats over 10 runs: max = 11.0s, min = 5.5s, avg = 6.8s, dev = 2.1s
//test/core/end2end:retry_per_attempt_recv_timeout_on_last_attempt_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 11.1s
Stats over 10 runs: max = 11.1s, min = 5.7s, avg = 6.8s, dev = 2.1s
//test/core/end2end:retry_per_attempt_recv_timeout_on_last_attempt_test@poller=poll PASSED in 16.6s
Stats over 10 runs: max = 16.6s, min = 10.6s, avg = 13.9s, dev = 2.6s
//test/core/end2end:retry_per_attempt_recv_timeout_on_last_attempt_test@poller=poll@experiment=event_engine_client PASSED in 11.0s
Stats over 10 runs: max = 11.0s, min = 5.5s, avg = 6.9s, dev = 2.0s
//test/core/end2end:retry_per_attempt_recv_timeout_on_last_attempt_test@poller=poll@experiment=no_event_engine_listener PASSED in 10.9s
Stats over 10 runs: max = 10.9s, min = 5.6s, avg = 6.7s, dev = 2.0s
//test/core/end2end:retry_per_attempt_recv_timeout_test@experiment=work_serializer_dispatch PASSED in 10.6s
Stats over 10 runs: max = 10.6s, min = 4.9s, avg = 6.4s, dev = 1.9s
//test/core/end2end:retry_per_attempt_recv_timeout_test@poller=epoll1 PASSED in 15.5s
Stats over 10 runs: max = 15.5s, min = 9.4s, avg = 12.9s, dev = 2.4s
//test/core/end2end:retry_per_attempt_recv_timeout_test@poller=epoll1@experiment=event_engine_client PASSED in 10.5s
Stats over 10 runs: max = 10.5s, min = 5.0s, avg = 6.3s, dev = 2.1s
//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.1s, avg = 6.3s, dev = 1.9s
//test/core/end2end:retry_per_attempt_recv_timeout_test@poller=poll PASSED in 14.9s
Stats over 10 runs: max = 14.9s, min = 9.9s, avg = 12.8s, dev = 2.2s
//test/core/end2end:retry_per_attempt_recv_timeout_test@poller=poll@experiment=event_engine_client PASSED in 10.1s
Stats over 10 runs: max = 10.1s, min = 5.0s, avg = 6.3s, dev = 1.9s
//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.0s, avg = 6.2s, dev = 1.9s
//test/core/end2end:retry_recv_initial_metadata_test@experiment=work_serializer_dispatch PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_recv_initial_metadata_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:retry_recv_initial_metadata_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.2s
//test/core/end2end:retry_recv_initial_metadata_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.6s, avg = 0.7s, dev = 0.0s
//test/core/end2end:retry_recv_initial_metadata_test@poller=poll PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:retry_recv_initial_metadata_test@poller=poll@experiment=event_engine_client PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_recv_initial_metadata_test@poller=poll@experiment=no_event_engine_listener PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_recv_message_replay_test@experiment=work_serializer_dispatch 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=epoll1 PASSED in 4.0s
Stats over 10 runs: max = 4.0s, min = 2.5s, avg = 3.3s, dev = 0.5s
//test/core/end2end:retry_recv_message_replay_test@poller=epoll1@experiment=event_engine_client PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 1.5s, avg = 2.0s, 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.6s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_recv_message_replay_test@poller=poll PASSED in 4.3s
Stats over 10 runs: max = 4.3s, min = 2.4s, avg = 3.5s, dev = 0.7s
//test/core/end2end:retry_recv_message_replay_test@poller=poll@experiment=event_engine_client PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 1.5s, avg = 1.9s, 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.6s, avg = 2.0s, dev = 0.5s
//test/core/end2end:retry_recv_message_test@experiment=work_serializer_dispatch PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_recv_message_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_message_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_recv_message_test@poller=epoll1@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:retry_recv_message_test@poller=poll PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.6s, avg = 1.0s, dev = 0.2s
//test/core/end2end:retry_recv_message_test@poller=poll@experiment=event_engine_client PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_recv_message_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:retry_recv_trailing_metadata_error_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:retry_recv_trailing_metadata_error_test@poller=epoll1 PASSED in 1.2s
Stats over 10 runs: max = 1.2s, 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.1s
Stats over 10 runs: max = 1.1s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_recv_trailing_metadata_error_test@poller=epoll1@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:retry_recv_trailing_metadata_error_test@poller=poll PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.7s, avg = 0.9s, dev = 0.1s
//test/core/end2end:retry_recv_trailing_metadata_error_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_trailing_metadata_error_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.2s
//test/core/end2end:retry_send_initial_metadata_refs_test@experiment=work_serializer_dispatch PASSED in 3.2s
Stats over 10 runs: max = 3.2s, min = 1.6s, avg = 2.1s, dev = 0.6s
//test/core/end2end:retry_send_initial_metadata_refs_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_send_initial_metadata_refs_test@poller=epoll1@experiment=event_engine_client PASSED in 3.1s
Stats over 10 runs: max = 3.1s, 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.9s
Stats over 10 runs: max = 2.9s, min = 1.6s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_send_initial_metadata_refs_test@poller=poll PASSED in 4.4s
Stats over 10 runs: max = 4.4s, min = 2.3s, avg = 3.5s, dev = 0.7s
//test/core/end2end:retry_send_initial_metadata_refs_test@poller=poll@experiment=event_engine_client PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 1.6s, avg = 1.9s, 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.6s, avg = 2.0s, dev = 0.4s
//test/core/end2end:retry_send_op_fails_test@experiment=work_serializer_dispatch PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 1.4s, avg = 1.9s, dev = 0.5s
//test/core/end2end:retry_send_op_fails_test@poller=epoll1 PASSED in 4.2s
Stats over 10 runs: max = 4.2s, min = 2.9s, avg = 3.5s, dev = 0.4s
//test/core/end2end:retry_send_op_fails_test@poller=epoll1@experiment=event_engine_client PASSED in 3.2s
Stats over 10 runs: max = 3.2s, min = 1.6s, avg = 2.0s, dev = 0.5s
//test/core/end2end:retry_send_op_fails_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.5s, avg = 1.9s, dev = 0.5s
//test/core/end2end:retry_send_op_fails_test@poller=poll PASSED in 4.2s
Stats over 10 runs: max = 4.2s, min = 2.9s, avg = 3.6s, dev = 0.5s
//test/core/end2end:retry_send_op_fails_test@poller=poll@experiment=event_engine_client PASSED in 3.1s
Stats over 10 runs: max = 3.1s, min = 1.6s, avg = 2.1s, dev = 0.5s
//test/core/end2end:retry_send_op_fails_test@poller=poll@experiment=no_event_engine_listener PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 1.4s, avg = 1.9s, 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.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_send_recv_batch_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_send_recv_batch_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_send_recv_batch_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_send_recv_batch_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_send_recv_batch_test@poller=poll@experiment=event_engine_client PASSED in 2.0s
Stats over 10 runs: max = 2.0s, min = 0.7s, avg = 0.9s, dev = 0.4s
//test/core/end2end:retry_send_recv_batch_test@poller=poll@experiment=no_event_engine_listener PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_server_pushback_delay_test@experiment=work_serializer_dispatch PASSED in 5.1s
Stats over 10 runs: max = 5.1s, min = 2.6s, avg = 3.2s, dev = 0.8s
//test/core/end2end:retry_server_pushback_delay_test@poller=epoll1 PASSED in 7.1s
Stats over 10 runs: max = 7.1s, min = 4.7s, avg = 6.0s, dev = 1.0s
//test/core/end2end:retry_server_pushback_delay_test@poller=epoll1@experiment=event_engine_client PASSED in 5.0s
Stats over 10 runs: max = 5.0s, min = 2.6s, avg = 3.2s, dev = 0.9s
//test/core/end2end:retry_server_pushback_delay_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 4.8s
Stats over 10 runs: max = 4.8s, min = 2.7s, avg = 3.2s, dev = 0.8s
//test/core/end2end:retry_server_pushback_delay_test@poller=poll PASSED in 7.1s
Stats over 10 runs: max = 7.1s, min = 4.6s, avg = 6.1s, dev = 1.1s
//test/core/end2end:retry_server_pushback_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.8s
//test/core/end2end:retry_server_pushback_delay_test@poller=poll@experiment=no_event_engine_listener PASSED in 4.9s
Stats over 10 runs: max = 4.9s, min = 2.7s, avg = 3.2s, dev = 0.8s
//test/core/end2end:retry_server_pushback_disabled_test@experiment=work_serializer_dispatch PASSED in 3.1s
Stats over 10 runs: max = 3.1s, min = 1.6s, avg = 2.0s, dev = 0.5s
//test/core/end2end:retry_server_pushback_disabled_test@poller=epoll1 PASSED in 4.5s
Stats over 10 runs: max = 4.5s, min = 2.4s, avg = 3.5s, dev = 0.7s
//test/core/end2end:retry_server_pushback_disabled_test@poller=epoll1@experiment=event_engine_client PASSED in 3.2s
Stats over 10 runs: max = 3.2s, min = 1.6s, avg = 2.1s, dev = 0.5s
//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.5s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_server_pushback_disabled_test@poller=poll PASSED in 4.4s
Stats over 10 runs: max = 4.4s, min = 2.5s, avg = 3.5s, dev = 0.6s
//test/core/end2end:retry_server_pushback_disabled_test@poller=poll@experiment=event_engine_client PASSED in 3.2s
Stats over 10 runs: max = 3.2s, min = 1.5s, avg = 2.0s, dev = 0.5s
//test/core/end2end:retry_server_pushback_disabled_test@poller=poll@experiment=no_event_engine_listener PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.4s, avg = 2.0s, dev = 0.4s
//test/core/end2end:retry_streaming_after_commit_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_streaming_after_commit_test@poller=epoll1 PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.8s, avg = 0.9s, dev = 0.1s
//test/core/end2end:retry_streaming_after_commit_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_streaming_after_commit_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_streaming_after_commit_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_streaming_after_commit_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: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.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_streaming_succeeds_before_replay_finished_test@experiment=work_serializer_dispatch PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.6s, avg = 2.0s, dev = 0.5s
//test/core/end2end:retry_streaming_succeeds_before_replay_finished_test@poller=epoll1 PASSED in 4.3s
Stats over 10 runs: max = 4.3s, min = 2.4s, avg = 3.5s, dev = 0.7s
//test/core/end2end:retry_streaming_succeeds_before_replay_finished_test@poller=epoll1@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_streaming_succeeds_before_replay_finished_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.6s, avg = 2.0s, dev = 0.4s
//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.5s, dev = 0.6s
//test/core/end2end:retry_streaming_succeeds_before_replay_finished_test@poller=poll@experiment=event_engine_client PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 1.5s, avg = 2.0s, dev = 0.5s
//test/core/end2end:retry_streaming_succeeds_before_replay_finished_test@poller=poll@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@experiment=work_serializer_dispatch PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 1.5s, avg = 2.0s, dev = 0.4s
//test/core/end2end:retry_streaming_test@poller=epoll1 PASSED in 4.4s
Stats over 10 runs: max = 4.4s, min = 2.8s, avg = 3.6s, dev = 0.5s
//test/core/end2end:retry_streaming_test@poller=epoll1@experiment=event_engine_client PASSED in 3.1s
Stats over 10 runs: max = 3.1s, min = 1.6s, avg = 2.0s, 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.5s, avg = 1.9s, dev = 0.5s
//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.5s
//test/core/end2end:retry_streaming_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.4s
//test/core/end2end:retry_streaming_test@poller=poll@experiment=no_event_engine_listener PASSED in 3.1s
Stats over 10 runs: max = 3.1s, min = 1.6s, avg = 2.0s, dev = 0.5s
//test/core/end2end:retry_test@experiment=work_serializer_dispatch PASSED in 3.3s
Stats over 10 runs: max = 3.3s, min = 1.6s, avg = 2.0s, dev = 0.5s
//test/core/end2end:retry_test@poller=epoll1 PASSED in 4.2s
Stats over 10 runs: max = 4.2s, min = 2.5s, avg = 3.4s, dev = 0.6s
//test/core/end2end:retry_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:retry_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 1.4s, avg = 1.9s, dev = 0.5s
//test/core/end2end:retry_test@poller=poll PASSED in 4.5s
Stats over 10 runs: max = 4.5s, min = 2.9s, avg = 3.6s, dev = 0.6s
//test/core/end2end:retry_test@poller=poll@experiment=event_engine_client PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 1.5s, avg = 2.0s, dev = 0.5s
//test/core/end2end:retry_test@poller=poll@experiment=no_event_engine_listener PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.6s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_throttled_test@experiment=work_serializer_dispatch PASSED in 1.9s
Stats over 10 runs: max = 1.9s, min = 0.6s, avg = 0.9s, dev = 0.4s
//test/core/end2end:retry_throttled_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_throttled_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_throttled_test@poller=epoll1@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:retry_throttled_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_throttled_test@poller=poll@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_throttled_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:retry_too_many_attempts_test@experiment=work_serializer_dispatch PASSED in 3.2s
Stats over 10 runs: max = 3.2s, min = 1.6s, avg = 2.0s, dev = 0.6s
//test/core/end2end:retry_too_many_attempts_test@poller=epoll1 PASSED in 4.5s
Stats over 10 runs: max = 4.5s, min = 2.5s, avg = 3.5s, dev = 0.7s
//test/core/end2end:retry_too_many_attempts_test@poller=epoll1@experiment=event_engine_client PASSED in 3.1s
Stats over 10 runs: max = 3.1s, min = 1.5s, avg = 2.2s, dev = 0.5s
//test/core/end2end:retry_too_many_attempts_test@poller=epoll1@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_too_many_attempts_test@poller=poll PASSED in 4.1s
Stats over 10 runs: max = 4.1s, min = 2.7s, avg = 3.4s, dev = 0.5s
//test/core/end2end:retry_too_many_attempts_test@poller=poll@experiment=event_engine_client PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.5s, avg = 2.0s, dev = 0.5s
//test/core/end2end:retry_too_many_attempts_test@poller=poll@experiment=no_event_engine_listener PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 1.6s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_transparent_goaway_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_goaway_test@poller=epoll1 PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.8s, avg = 0.9s, dev = 0.1s
//test/core/end2end:retry_transparent_goaway_test@poller=epoll1@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:retry_transparent_goaway_test@poller=epoll1@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:retry_transparent_goaway_test@poller=poll PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.6s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_transparent_goaway_test@poller=poll@experiment=event_engine_client PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:retry_transparent_goaway_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:retry_transparent_max_concurrent_streams_test@experiment=work_serializer_dispatch PASSED in 2.1s
Stats over 10 runs: max = 2.1s, min = 1.6s, avg = 1.9s, dev = 0.1s
//test/core/end2end:retry_transparent_max_concurrent_streams_test@poller=epoll1 PASSED in 4.4s
Stats over 10 runs: max = 4.4s, min = 2.6s, avg = 3.4s, dev = 0.7s
//test/core/end2end:retry_transparent_max_concurrent_streams_test@poller=epoll1@experiment=event_engine_client 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=epoll1@experiment=no_event_engine_listener PASSED in 2.1s
Stats over 10 runs: max = 2.1s, min = 1.6s, avg = 1.8s, dev = 0.1s
//test/core/end2end:retry_transparent_max_concurrent_streams_test@poller=poll PASSED in 5.6s
Stats over 10 runs: max = 5.6s, min = 2.4s, avg = 3.5s, dev = 0.9s
//test/core/end2end:retry_transparent_max_concurrent_streams_test@poller=poll@experiment=event_engine_client PASSED in 1.9s
Stats over 10 runs: max = 1.9s, min = 1.7s, avg = 1.8s, dev = 0.1s
//test/core/end2end:retry_transparent_max_concurrent_streams_test@poller=poll@experiment=no_event_engine_listener PASSED in 2.2s
Stats over 10 runs: max = 2.2s, min = 1.7s, avg = 1.9s, dev = 0.2s
//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.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_transparent_not_sent_on_wire_test@poller=epoll1 PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.8s, avg = 1.0s, dev = 0.1s
//test/core/end2end:retry_transparent_not_sent_on_wire_test@poller=epoll1@experiment=event_engine_client PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, 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 0.8s
Stats over 10 runs: max = 0.8s, min = 0.7s, avg = 0.7s, dev = 0.0s
//test/core/end2end:retry_transparent_not_sent_on_wire_test@poller=poll PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.6s, avg = 0.9s, dev = 0.2s
//test/core/end2end:retry_transparent_not_sent_on_wire_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:retry_transparent_not_sent_on_wire_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:retry_unref_before_finish_test@experiment=work_serializer_dispatch PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_unref_before_finish_test@poller=epoll1 PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:retry_unref_before_finish_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:retry_unref_before_finish_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_unref_before_finish_test@poller=poll PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.6s, avg = 1.0s, dev = 0.2s
//test/core/end2end:retry_unref_before_finish_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:retry_unref_before_finish_test@poller=poll@experiment=no_event_engine_listener PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_unref_before_recv_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_unref_before_recv_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:retry_unref_before_recv_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_unref_before_recv_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:retry_unref_before_recv_test@poller=poll PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.6s, avg = 0.9s, dev = 0.2s
//test/core/end2end:retry_unref_before_recv_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_unref_before_recv_test@poller=poll@experiment=no_event_engine_listener PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:server_finishes_request_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:server_finishes_request_test@poller=epoll1 PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.7s, avg = 0.9s, dev = 0.1s
//test/core/end2end:server_finishes_request_test@poller=epoll1@experiment=event_engine_client PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.6s, avg = 0.9s, dev = 0.2s
//test/core/end2end:server_finishes_request_test@poller=epoll1@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:server_finishes_request_test@poller=poll PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.8s, avg = 0.9s, dev = 0.1s
//test/core/end2end:server_finishes_request_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:server_finishes_request_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:server_streaming_test@experiment=work_serializer_dispatch PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.8s, avg = 1.0s, dev = 0.2s
//test/core/end2end:server_streaming_test@poller=epoll1 PASSED in 1.6s
Stats over 10 runs: max = 1.6s, min = 0.8s, avg = 1.3s, dev = 0.2s
//test/core/end2end:server_streaming_test@poller=epoll1@experiment=event_engine_client PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.8s, avg = 0.9s, dev = 0.1s
//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 1.5s
Stats over 10 runs: max = 1.5s, min = 1.1s, avg = 1.3s, dev = 0.1s
//test/core/end2end:server_streaming_test@poller=poll@experiment=event_engine_client PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.8s, avg = 1.0s, dev = 0.2s
//test/core/end2end:server_streaming_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: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.0s
Stats over 10 runs: max = 5.0s, min = 2.9s, avg = 4.1s, dev = 0.6s
//test/core/end2end:shutdown_finishes_calls_test@poller=epoll1@experiment=event_engine_client PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 1.6s, avg = 2.3s, dev = 0.5s
//test/core/end2end:shutdown_finishes_calls_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.6s, avg = 2.2s, dev = 0.5s
//test/core/end2end:shutdown_finishes_calls_test@poller=poll PASSED in 5.1s
Stats over 10 runs: max = 5.1s, min = 2.6s, avg = 4.1s, dev = 0.7s
//test/core/end2end:shutdown_finishes_calls_test@poller=poll@experiment=event_engine_client PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 1.7s, avg = 2.3s, dev = 0.5s
//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.3s, dev = 0.5s
//test/core/end2end:shutdown_finishes_tags_test@experiment=work_serializer_dispatch PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:shutdown_finishes_tags_test@poller=epoll1 PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:shutdown_finishes_tags_test@poller=epoll1@experiment=event_engine_client PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.6s, avg = 0.8s, dev = 0.2s
//test/core/end2end:shutdown_finishes_tags_test@poller=epoll1@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:shutdown_finishes_tags_test@poller=poll PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.6s, avg = 0.8s, dev = 0.2s
//test/core/end2end:shutdown_finishes_tags_test@poller=poll@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:shutdown_finishes_tags_test@poller=poll@experiment=no_event_engine_listener PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.7s, avg = 0.7s, dev = 0.0s
//test/core/end2end:simple_metadata_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:simple_metadata_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: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 0.8s
Stats over 10 runs: max = 0.8s, min = 0.7s, avg = 0.7s, dev = 0.0s
//test/core/end2end:simple_metadata_test@poller=poll 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=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:simple_metadata_test@poller=poll@experiment=no_event_engine_listener PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:simple_request_test@experiment=work_serializer_dispatch PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:simple_request_test@poller=epoll1 PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.9s, avg = 1.1s, dev = 0.1s
//test/core/end2end:simple_request_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:simple_request_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.6s, avg = 0.8s, dev = 0.1s
//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 1.2s
Stats over 10 runs: max = 1.2s, min = 0.7s, avg = 1.0s, dev = 0.1s
//test/core/end2end:simple_request_test@poller=poll@experiment=no_event_engine_listener PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:streaming_error_response_test@experiment=work_serializer_dispatch PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.9s, avg = 1.1s, dev = 0.1s
//test/core/end2end:streaming_error_response_test@poller=epoll1 PASSED in 2.6s
Stats over 10 runs: max = 2.6s, min = 1.1s, avg = 1.5s, dev = 0.4s
//test/core/end2end:streaming_error_response_test@poller=epoll1@experiment=event_engine_client PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.9s, avg = 1.1s, dev = 0.1s
//test/core/end2end:streaming_error_response_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:streaming_error_response_test@poller=poll PASSED in 1.6s
Stats over 10 runs: max = 1.6s, min = 1.2s, avg = 1.4s, 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.7s, avg = 1.0s, dev = 0.2s
//test/core/end2end:streaming_error_response_test@poller=poll@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:timeout_before_request_call_test@experiment=work_serializer_dispatch PASSED in 6.6s
Stats over 10 runs: max = 6.6s, min = 3.0s, avg = 5.4s, dev = 1.1s
//test/core/end2end:timeout_before_request_call_test@poller=epoll1 PASSED in 12.0s
Stats over 10 runs: max = 12.0s, min = 9.6s, avg = 10.9s, dev = 0.6s
//test/core/end2end:timeout_before_request_call_test@poller=epoll1@experiment=event_engine_client PASSED in 6.5s
Stats over 10 runs: max = 6.5s, min = 3.1s, 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.7s, avg = 5.0s, dev = 1.0s
//test/core/end2end:timeout_before_request_call_test@poller=poll PASSED in 12.0s
Stats over 10 runs: max = 12.0s, min = 9.7s, avg = 10.8s, dev = 0.6s
//test/core/end2end:timeout_before_request_call_test@poller=poll@experiment=event_engine_client PASSED in 7.9s
Stats over 10 runs: max = 7.9s, min = 3.3s, avg = 5.4s, dev = 1.2s
//test/core/end2end:timeout_before_request_call_test@poller=poll@experiment=no_event_engine_listener PASSED in 6.1s
Stats over 10 runs: max = 6.1s, min = 2.6s, avg = 5.0s, dev = 1.0s
//test/core/end2end:trailing_metadata_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:trailing_metadata_test@poller=epoll1 PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.6s, avg = 0.9s, dev = 0.1s
//test/core/end2end:trailing_metadata_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:trailing_metadata_test@poller=epoll1@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:trailing_metadata_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:trailing_metadata_test@poller=poll@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:trailing_metadata_test@poller=poll@experiment=no_event_engine_listener PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.6s, avg = 0.7s, dev = 0.0s
//test/core/end2end:write_buffering_at_end_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:write_buffering_at_end_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:write_buffering_at_end_test@poller=epoll1@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:write_buffering_at_end_test@poller=epoll1@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:write_buffering_at_end_test@poller=poll PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:write_buffering_at_end_test@poller=poll@experiment=event_engine_client PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.6s, avg = 0.9s, dev = 0.2s
//test/core/end2end:write_buffering_at_end_test@poller=poll@experiment=no_event_engine_listener PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:write_buffering_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: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.1s
Stats over 10 runs: max = 1.1s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:write_buffering_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.6s, avg = 0.8s, dev = 0.2s
//test/core/end2end:write_buffering_test@poller=poll PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.8s, avg = 1.0s, dev = 0.1s
//test/core/end2end:write_buffering_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:write_buffering_test@poller=poll@experiment=no_event_engine_listener PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.7s, avg = 0.7s, dev = 0.0s
//test/core/xds:xds_client_test PASSED in 8.7s
Stats over 10 runs: max = 8.7s, min = 1.0s, avg = 4.5s, dev = 2.5s
//test/cpp/end2end:async_end2end_test@experiment=work_serializer_dispatch PASSED in 3.3s
Stats over 10 runs: max = 3.3s, min = 1.6s, avg = 2.7s, dev = 0.5s
//test/cpp/end2end:async_end2end_test@poller=epoll1 PASSED in 3.1s
Stats over 10 runs: max = 3.1s, min = 1.9s, avg = 2.7s, dev = 0.4s
//test/cpp/end2end:async_end2end_test@poller=poll PASSED in 4.0s
Stats over 10 runs: max = 4.0s, min = 2.4s, avg = 3.1s, dev = 0.4s
//test/cpp/end2end:end2end_test@experiment=work_serializer_dispatch PASSED in 23.9s
Stats over 10 runs: max = 23.9s, min = 6.6s, avg = 15.2s, dev = 6.3s
//test/cpp/end2end:end2end_test@poller=epoll1 PASSED in 23.5s
Stats over 10 runs: max = 23.5s, min = 6.6s, avg = 13.8s, dev = 6.3s
//test/cpp/end2end:end2end_test@poller=poll PASSED in 35.4s
Stats over 10 runs: max = 35.4s, min = 18.0s, avg = 26.6s, dev = 6.1s
//test/cpp/end2end/xds:xds_ring_hash_end2end_test@experiment=no_pick_first_new PASSED in 12.0s
Stats over 10 runs: max = 12.0s, min = 1.5s, avg = 6.0s, dev = 3.4s
//test/cpp/end2end/xds:xds_ring_hash_end2end_test@experiment=work_serializer_dispatch PASSED in 12.4s
Stats over 10 runs: max = 12.4s, min = 1.6s, avg = 6.3s, dev = 3.3s
//test/cpp/end2end/xds:xds_ring_hash_end2end_test@poller=epoll1 PASSED in 12.0s
Stats over 10 runs: max = 12.0s, min = 1.8s, avg = 6.2s, dev = 3.4s
//test/cpp/end2end/xds:xds_ring_hash_end2end_test@poller=poll PASSED in 11.8s
Stats over 10 runs: max = 11.8s, min = 1.8s, avg = 6.0s, dev = 3.2s
//test/cpp/end2end/xds:xds_routing_end2end_test@experiment=no_pick_first_new PASSED in 19.8s
Stats over 10 runs: max = 19.8s, min = 5.0s, avg = 12.5s, dev = 5.8s
//test/cpp/end2end/xds:xds_routing_end2end_test@experiment=work_serializer_dispatch PASSED in 20.6s
Stats over 10 runs: max = 20.6s, min = 4.9s, avg = 12.7s, dev = 5.7s
//test/cpp/end2end/xds:xds_routing_end2end_test@poller=epoll1 PASSED in 20.0s
Stats over 10 runs: max = 20.0s, min = 5.9s, avg = 13.2s, dev = 5.4s
//test/cpp/end2end/xds:xds_routing_end2end_test@poller=poll PASSED in 19.5s
Stats over 10 runs: max = 19.5s, min = 4.7s, avg = 12.2s, dev = 5.7s
//test/cpp/end2end/xds:xds_core_end2end_test@experiment=no_pick_first_new PASSED in 31.6s
Stats over 15 runs: max = 31.6s, min = 1.7s, avg = 10.5s, dev = 10.3s
//test/cpp/end2end/xds:xds_core_end2end_test@experiment=work_serializer_dispatch PASSED in 31.6s
Stats over 15 runs: max = 31.6s, min = 1.8s, 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 PASSED in 31.8s
Stats over 15 runs: max = 31.8s, min = 1.5s, avg = 10.6s, dev = 10.4s
//test/core/end2end:high_initial_seqno_test@experiment=work_serializer_dispatch PASSED in 20.9s
Stats over 20 runs: max = 20.9s, min = 10.7s, avg = 12.8s, dev = 4.0s
//test/core/end2end:high_initial_seqno_test@poller=epoll1 PASSED in 32.1s
Stats over 20 runs: max = 32.1s, min = 20.6s, avg = 28.7s, dev = 4.5s
//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.0s
//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 = 12.8s, dev = 4.0s
//test/core/end2end:high_initial_seqno_test@poller=poll PASSED in 32.2s
Stats over 20 runs: max = 32.2s, min = 20.7s, avg = 28.6s, dev = 4.5s
//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.7s, avg = 12.9s, dev = 4.0s
//test/core/end2end:high_initial_seqno_test@poller=poll@experiment=no_event_engine_listener PASSED in 21.2s
Stats over 20 runs: max = 21.2s, min = 10.6s, 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 15.2s
Stats over 20 runs: max = 15.2s, min = 1.8s, avg = 3.9s, dev = 3.2s
//test/cpp/end2end:grpclb_end2end_test@poller=epoll1 PASSED in 15.0s
Stats over 20 runs: max = 15.0s, min = 1.8s, avg = 3.7s, dev = 3.2s
//test/cpp/end2end:grpclb_end2end_test@poller=poll PASSED in 16.7s
Stats over 20 runs: max = 16.7s, min = 1.6s, avg = 3.8s, dev = 3.6s
//test/core/end2end:cancel_after_accept_test@experiment=work_serializer_dispatch PASSED in 5.9s
Stats over 50 runs: max = 5.9s, min = 0.6s, avg = 3.3s, dev = 2.2s
//test/core/end2end:cancel_after_accept_test@poller=epoll1 PASSED in 9.8s
Stats over 50 runs: max = 9.8s, min = 3.8s, avg = 6.1s, dev = 1.8s
//test/core/end2end:cancel_after_accept_test@poller=epoll1@experiment=event_engine_client PASSED in 6.0s
Stats over 50 runs: max = 6.0s, min = 0.6s, avg = 3.3s, dev = 2.2s
//test/core/end2end:cancel_after_accept_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 6.2s
Stats over 50 runs: max = 6.2s, min = 0.7s, avg = 3.3s, dev = 2.2s
//test/core/end2end:cancel_after_accept_test@poller=poll PASSED in 9.8s
Stats over 50 runs: max = 9.8s, min = 0.7s, avg = 5.8s, dev = 2.1s
//test/core/end2end:cancel_after_accept_test@poller=poll@experiment=event_engine_client PASSED in 6.4s
Stats over 50 runs: max = 6.4s, min = 0.6s, avg = 3.1s, dev = 2.2s
//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.6s, avg = 3.1s, dev = 2.2s
//test/core/end2end:cancel_after_client_done_test@experiment=work_serializer_dispatch PASSED in 6.2s
Stats over 50 runs: max = 6.2s, min = 0.5s, avg = 2.4s, dev = 2.4s
//test/core/end2end:cancel_after_client_done_test@poller=epoll1 PASSED in 5.9s
Stats over 50 runs: max = 5.9s, min = 0.6s, avg = 4.0s, dev = 2.4s
//test/core/end2end:cancel_after_client_done_test@poller=epoll1@experiment=event_engine_client PASSED in 6.1s
Stats over 50 runs: max = 6.1s, min = 0.5s, avg = 2.4s, dev = 2.3s
//test/core/end2end:cancel_after_client_done_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 6.3s
Stats over 50 runs: max = 6.3s, min = 0.5s, avg = 2.3s, dev = 2.3s
//test/core/end2end:cancel_after_client_done_test@poller=poll PASSED in 6.1s
Stats over 50 runs: max = 6.1s, min = 0.6s, avg = 3.9s, dev = 2.4s
//test/core/end2end:cancel_after_client_done_test@poller=poll@experiment=event_engine_client PASSED in 6.0s
Stats over 50 runs: max = 6.0s, min = 0.6s, avg = 2.2s, dev = 2.3s
//test/core/end2end:cancel_after_client_done_test@poller=poll@experiment=no_event_engine_listener PASSED in 6.1s
Stats over 50 runs: max = 6.1s, min = 0.6s, avg = 2.1s, dev = 2.3s
//test/core/end2end:cancel_after_invoke_test@experiment=work_serializer_dispatch PASSED in 5.4s
Stats over 50 runs: max = 5.4s, min = 2.7s, avg = 3.5s, dev = 1.0s
//test/core/end2end:cancel_after_invoke_test@poller=epoll1 PASSED in 7.3s
Stats over 50 runs: max = 7.3s, min = 4.7s, avg = 6.3s, dev = 1.0s
//test/core/end2end:cancel_after_invoke_test@poller=epoll1@experiment=event_engine_client PASSED in 11.7s
Stats over 50 runs: max = 11.7s, min = 2.6s, avg = 3.7s, dev = 1.5s
//test/core/end2end:cancel_after_invoke_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 23.0s
Stats over 50 runs: max = 23.0s, min = 2.6s, avg = 4.2s, dev = 3.9s
//test/core/end2end:cancel_after_invoke_test@poller=poll PASSED in 27.3s
Stats over 50 runs: max = 27.3s, min = 2.7s, avg = 6.8s, dev = 3.4s
//test/core/end2end:cancel_after_invoke_test@poller=poll@experiment=event_engine_client PASSED in 5.0s
Stats over 50 runs: max = 5.0s, min = 0.7s, avg = 3.1s, dev = 1.1s
//test/core/end2end:cancel_after_invoke_test@poller=poll@experiment=no_event_engine_listener PASSED in 22.9s
Stats over 50 runs: max = 22.9s, min = 0.6s, avg = 4.3s, dev = 4.8s
//test/core/end2end:cancel_after_round_trip_test@experiment=work_serializer_dispatch PASSED in 6.0s
Stats over 50 runs: max = 6.0s, min = 0.7s, avg = 3.4s, dev = 2.2s
//test/core/end2end:cancel_after_round_trip_test@poller=epoll1 PASSED in 9.8s
Stats over 50 runs: max = 9.8s, min = 3.8s, avg = 6.1s, dev = 1.9s
//test/core/end2end:cancel_after_round_trip_test@poller=epoll1@experiment=event_engine_client PASSED in 6.0s
Stats over 50 runs: max = 6.0s, min = 0.7s, avg = 3.4s, dev = 2.2s
//test/core/end2end:cancel_after_round_trip_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 6.2s
Stats over 50 runs: max = 6.2s, min = 0.5s, avg = 3.3s, dev = 2.2s
//test/core/end2end:cancel_after_round_trip_test@poller=poll PASSED in 10.1s
Stats over 50 runs: max = 10.1s, min = 0.7s, avg = 5.9s, dev = 2.1s
//test/core/end2end:cancel_after_round_trip_test@poller=poll@experiment=event_engine_client PASSED in 7.0s
Stats over 50 runs: max = 7.0s, min = 0.5s, avg = 3.1s, dev = 2.3s
//test/core/end2end:cancel_after_round_trip_test@poller=poll@experiment=no_event_engine_listener PASSED in 5.8s
Stats over 50 runs: max = 5.8s, min = 0.5s, avg = 3.1s, dev = 2.2s
//test/core/end2end:hpack_size_test@experiment=work_serializer_dispatch PASSED in 4.9s
Stats over 50 runs: max = 4.9s, min = 2.0s, avg = 2.6s, dev = 0.5s
//test/core/end2end:hpack_size_test@poller=epoll1 PASSED in 5.7s
Stats over 50 runs: max = 5.7s, min = 3.8s, avg = 4.8s, dev = 0.5s
//test/core/end2end:hpack_size_test@poller=epoll1@experiment=event_engine_client PASSED in 3.7s
Stats over 50 runs: max = 3.7s, min = 2.0s, avg = 2.8s, dev = 0.3s
//test/core/end2end:hpack_size_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 3.0s
Stats over 50 runs: max = 3.0s, min = 1.4s, avg = 2.0s, dev = 0.3s
//test/core/end2end:hpack_size_test@poller=poll PASSED in 6.2s
Stats over 50 runs: max = 6.2s, min = 4.0s, avg = 4.8s, dev = 0.5s
//test/core/end2end:hpack_size_test@poller=poll@experiment=event_engine_client PASSED in 4.3s
Stats over 50 runs: max = 4.3s, min = 2.0s, avg = 2.7s, dev = 0.4s
//test/core/end2end:hpack_size_test@poller=poll@experiment=no_event_engine_listener PASSED in 2.9s
Stats over 50 runs: max = 2.9s, min = 1.5s, avg = 2.0s, dev = 0.3s
//test/core/end2end:large_metadata_test@experiment=work_serializer_dispatch PASSED in 1.6s
Stats over 50 runs: max = 1.6s, min = 0.7s, avg = 1.1s, dev = 0.2s
//test/core/end2end:large_metadata_test@poller=epoll1 PASSED in 1.8s
Stats over 50 runs: max = 1.8s, min = 1.0s, avg = 1.3s, dev = 0.2s
//test/core/end2end:large_metadata_test@poller=epoll1@experiment=event_engine_client PASSED in 1.7s
Stats over 50 runs: max = 1.7s, min = 0.8s, avg = 1.0s, dev = 0.2s
//test/core/end2end:large_metadata_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 1.8s
Stats over 50 runs: max = 1.8s, min = 0.6s, avg = 0.9s, dev = 0.2s
//test/core/end2end:large_metadata_test@poller=poll PASSED in 1.7s
Stats over 50 runs: max = 1.7s, min = 1.1s, avg = 1.3s, dev = 0.2s
//test/core/end2end:large_metadata_test@poller=poll@experiment=event_engine_client PASSED in 1.6s
Stats over 50 runs: max = 1.6s, min = 0.7s, avg = 1.0s, dev = 0.2s
//test/core/end2end:large_metadata_test@poller=poll@experiment=no_event_engine_listener PASSED in 1.4s
Stats over 50 runs: max = 1.4s, min = 0.7s, avg = 0.9s, dev = 0.1s
//test/core/end2end:request_with_flags_test@experiment=work_serializer_dispatch PASSED in 3.0s
Stats over 50 runs: max = 3.0s, min = 0.7s, avg = 2.0s, dev = 0.6s
//test/core/end2end:request_with_flags_test@poller=epoll1 PASSED in 4.3s
Stats over 50 runs: max = 4.3s, min = 1.8s, avg = 3.5s, dev = 0.6s
//test/core/end2end:request_with_flags_test@poller=epoll1@experiment=event_engine_client PASSED in 3.0s
Stats over 50 runs: max = 3.0s, min = 0.5s, avg = 2.0s, dev = 0.6s
//test/core/end2end:request_with_flags_test@poller=epoll1@experiment=no_event_engine_listener PASSED in 3.2s
Stats over 50 runs: max = 3.2s, min = 0.5s, avg = 1.9s, dev = 0.6s
//test/core/end2end:request_with_flags_test@poller=poll PASSED in 4.7s
Stats over 50 runs: max = 4.7s, min = 2.2s, avg = 3.5s, dev = 0.6s
//test/core/end2end:request_with_flags_test@poller=poll@experiment=event_engine_client PASSED in 3.3s
Stats over 50 runs: max = 3.3s, min = 0.6s, avg = 2.0s, dev = 0.6s
//test/core/end2end:request_with_flags_test@poller=poll@experiment=no_event_engine_listener PASSED in 2.9s
Stats over 50 runs: max = 2.9s, min = 0.7s, avg = 1.9s, 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.6s, avg = 5.9s, dev = 9.4s
//test/cpp/end2end/xds:xds_cluster_end2end_test@experiment=work_serializer_dispatch PASSED in 42.9s
Stats over 50 runs: max = 42.9s, min = 1.5s, avg = 6.0s, dev = 9.4s
//test/cpp/end2end/xds:xds_cluster_end2end_test@poller=epoll1 PASSED in 42.5s
Stats over 50 runs: max = 42.5s, min = 1.4s, avg = 5.9s, dev = 9.4s
//test/cpp/end2end/xds:xds_cluster_end2end_test@poller=poll PASSED in 42.4s
Stats over 50 runs: max = 42.4s, min = 1.4s, avg = 5.8s, dev = 9.3s
//test/cpp/end2end/xds:xds_end2end_test@experiment=no_pick_first_new PASSED in 17.8s
Stats over 50 runs: max = 17.8s, min = 1.6s, avg = 5.2s, dev = 2.6s
//test/cpp/end2end/xds:xds_end2end_test@experiment=work_serializer_dispatch PASSED in 16.7s
Stats over 50 runs: max = 16.7s, min = 0.7s, avg = 3.0s, dev = 2.5s
//test/cpp/end2end/xds:xds_end2end_test@poller=epoll1 PASSED in 18.4s
Stats over 50 runs: max = 18.4s, min = 1.6s, avg = 5.4s, dev = 2.8s
//test/cpp/end2end/xds:xds_end2end_test@poller=poll FLAKY, failed in 1 out of 51 in 17.5s
Stats over 51 runs: max = 17.5s, min = 1.6s, avg = 4.6s, dev = 2.7s
/tmpfs/bazel/4114fdc8154d6b98b8d84b473010c8c6/execroot/com_github_grpc_grpc/bazel-out/k8-opt/testlogs/test/cpp/end2end/xds/xds_end2end_test@poller=poll/shard_32_of_50/test_attempts/attempt_1.log

Executed 1877 out of 1877 tests: 1877 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/3b8f68a9-268c-4ad9-81dd-8a099a871537
+ sleep 60
+ PYTHONHTTPSVERIFY=0
+ python3 ./tools/run_tests/python_utils/upload_rbe_results.py --invocation_id=3b8f68a9-268c-4ad9-81dd-8a099a871537
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: 1182252] Command finished after 685 secs, exit value: 0


Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
[07:35:59 PDT] Collecting build artifacts from build VM
[07:36:00 PDT] Kokoro builder finished